|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||