public class QueryPostRequest extends PostRequest
Request.Type| Constructor and Description |
|---|
QueryPostRequest(javax.ws.rs.core.HttpHeaders headers,
RequestBody body,
javax.ws.rs.core.UriInfo uriInfo,
ResourceInstance resource)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected RequestHandler |
getRequestHandler()
Obtain the underlying request handler for the request.
|
Request.Type |
getRequestType()
Obtain the http request type.
|
getAPIVersion, getBody, getFields, getHttpHeaders, getPageRequest, getPredicateCompiler, getQueryPredicate, getRenderer, getResource, getResultPostProcessor, getURI, processpublic QueryPostRequest(javax.ws.rs.core.HttpHeaders headers,
RequestBody body,
javax.ws.rs.core.UriInfo uriInfo,
ResourceInstance resource)
headers - http headersbody - http bodyuriInfo - uri informationresource - associated resource instancepublic Request.Type getRequestType()
RequestRequest.Type.getRequestType in interface RequestgetRequestType in class PostRequestprotected RequestHandler getRequestHandler()
BaseRequestgetRequestHandler in class PostRequestCopyright © 2016. All rights reserved.