public class PostMatchContainerRequestContext extends PreMatchContainerRequestContext
| Modifier and Type | Field and Description |
|---|---|
protected ResourceMethodInvoker |
resourceMethod |
httpRequest, response| Constructor and Description |
|---|
PostMatchContainerRequestContext(HttpRequest request,
ResourceMethodInvoker resourceMethod) |
| Modifier and Type | Method and Description |
|---|---|
ResourceMethodInvoker |
getResourceMethod() |
void |
setMethod(java.lang.String method) |
void |
setRequestUri(java.net.URI requestUri) |
void |
setRequestUri(java.net.URI baseUri,
java.net.URI requestUri) |
abortWith, getAcceptableLanguages, getAcceptableMediaTypes, getCookies, getDate, getEntityStream, getHeaders, getHeaderString, getHttpRequest, getLanguage, getLength, getMediaType, getMethod, getProperty, getPropertyNames, getRequest, getResponseAbortedWith, getSecurityContext, getUriInfo, hasEntity, removeProperty, setEntityStream, setProperty, setSecurityContextprotected final ResourceMethodInvoker resourceMethod
public PostMatchContainerRequestContext(HttpRequest request, ResourceMethodInvoker resourceMethod)
public ResourceMethodInvoker getResourceMethod()
public void setMethod(java.lang.String method)
setMethod in interface javax.ws.rs.container.ContainerRequestContextsetMethod in class PreMatchContainerRequestContextpublic void setRequestUri(java.net.URI requestUri)
throws java.lang.IllegalStateException
setRequestUri in interface javax.ws.rs.container.ContainerRequestContextsetRequestUri in class PreMatchContainerRequestContextjava.lang.IllegalStateExceptionpublic void setRequestUri(java.net.URI baseUri,
java.net.URI requestUri)
throws java.lang.IllegalStateException
setRequestUri in interface javax.ws.rs.container.ContainerRequestContextsetRequestUri in class PreMatchContainerRequestContextjava.lang.IllegalStateException