Uses of Class
org.apache.ambari.view.ViewResourceHandler.MediaType

Packages that use ViewResourceHandler.MediaType
org.apache.ambari.view   
 

Uses of ViewResourceHandler.MediaType in org.apache.ambari.view
 

Methods in org.apache.ambari.view that return ViewResourceHandler.MediaType
static ViewResourceHandler.MediaType ViewResourceHandler.MediaType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ViewResourceHandler.MediaType[] ViewResourceHandler.MediaType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.ambari.view with parameters of type ViewResourceHandler.MediaType
 javax.ws.rs.core.Response ViewResourceHandler.handleRequest(javax.ws.rs.core.HttpHeaders headers, javax.ws.rs.core.UriInfo ui, ViewResourceHandler.RequestType requestType, ViewResourceHandler.MediaType mediaType, String resourceId)
          Handle the API request for the given request and media type.
 



Copyright © 2015 Apache Software Foundation. All rights reserved.