Class PostMatchContainerRequestContext
- java.lang.Object
-
- org.jboss.resteasy.core.interception.PreMatchContainerRequestContext
-
- org.jboss.resteasy.core.interception.PostMatchContainerRequestContext
-
- All Implemented Interfaces:
javax.ws.rs.container.ContainerRequestContext
public class PostMatchContainerRequestContext extends PreMatchContainerRequestContext
- Version:
- $Revision: 1 $
-
-
Field Summary
Fields Modifier and Type Field Description protected ResourceMethodInvokerresourceMethod-
Fields inherited from class org.jboss.resteasy.core.interception.PreMatchContainerRequestContext
httpRequest, response
-
-
Constructor Summary
Constructors Constructor Description PostMatchContainerRequestContext(HttpRequest request, ResourceMethodInvoker resourceMethod)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResourceMethodInvokergetResourceMethod()voidsetMethod(java.lang.String method)voidsetRequestUri(java.net.URI requestUri)voidsetRequestUri(java.net.URI baseUri, java.net.URI requestUri)-
Methods inherited from class org.jboss.resteasy.core.interception.PreMatchContainerRequestContext
abortWith, getAcceptableLanguages, getAcceptableMediaTypes, getCookies, getDate, getEntityStream, getHeaders, getHeaderString, getHttpRequest, getLanguage, getLength, getMediaType, getMethod, getProperty, getPropertyNames, getRequest, getResponseAbortedWith, getSecurityContext, getUriInfo, hasEntity, removeProperty, setEntityStream, setProperty, setSecurityContext
-
-
-
-
Field Detail
-
resourceMethod
protected final ResourceMethodInvoker resourceMethod
-
-
Constructor Detail
-
PostMatchContainerRequestContext
public PostMatchContainerRequestContext(HttpRequest request, ResourceMethodInvoker resourceMethod)
-
-
Method Detail
-
getResourceMethod
public ResourceMethodInvoker getResourceMethod()
-
setMethod
public void setMethod(java.lang.String method)
- Specified by:
setMethodin interfacejavax.ws.rs.container.ContainerRequestContext- Overrides:
setMethodin classPreMatchContainerRequestContext
-
setRequestUri
public void setRequestUri(java.net.URI requestUri) throws java.lang.IllegalStateException- Specified by:
setRequestUriin interfacejavax.ws.rs.container.ContainerRequestContext- Overrides:
setRequestUriin classPreMatchContainerRequestContext- Throws:
java.lang.IllegalStateException
-
setRequestUri
public void setRequestUri(java.net.URI baseUri, java.net.URI requestUri) throws java.lang.IllegalStateException- Specified by:
setRequestUriin interfacejavax.ws.rs.container.ContainerRequestContext- Overrides:
setRequestUriin classPreMatchContainerRequestContext- Throws:
java.lang.IllegalStateException
-
-