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

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

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

Methods in org.apache.ambari.view that return ViewResourceHandler.RequestType
static ViewResourceHandler.RequestType ViewResourceHandler.RequestType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ViewResourceHandler.RequestType[] ViewResourceHandler.RequestType.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.RequestType
 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.