Package | Description |
---|---|
javax.ws.rs.container |
Container-specific JAX-RS API.
|
org.jboss.resteasy.core | |
org.jboss.resteasy.core.interception | |
org.jboss.resteasy.keystone.core | |
org.jboss.resteasy.plugins.cache.server | |
org.jboss.resteasy.plugins.interceptors | |
org.jboss.resteasy.security.doseta | |
org.jboss.resteasy.skeleton.key.jaxrs |
Modifier and Type | Method and Description |
---|---|
void |
ContainerRequestFilter.filter(ContainerRequestContext requestContext)
Filter method called before a request has been dispatched to a resource.
|
void |
ContainerResponseFilter.filter(ContainerRequestContext requestContext,
ContainerResponseContext responseContext)
Filter method called after a response has been provided for a request
(either by a
request filter or by a
matched resource method. |
Modifier and Type | Method and Description |
---|---|
void |
AcceptParameterHttpPreprocessor.filter(ContainerRequestContext request) |
void |
AcceptHeaderByFileSuffixFilter.filter(ContainerRequestContext requestContext) |
Modifier and Type | Class and Description |
---|---|
class |
PostMatchContainerRequestContext |
class |
PreMatchContainerRequestContext |
class |
ResponseContainerRequestContext |
Modifier and Type | Method and Description |
---|---|
void |
AbstractTokenAuthFilter.filter(ContainerRequestContext requestContext) |
Modifier and Type | Method and Description |
---|---|
void |
ServerCacheHitFilter.filter(ContainerRequestContext request) |
Modifier and Type | Method and Description |
---|---|
void |
RoleBasedSecurityFilter.filter(ContainerRequestContext requestContext) |
void |
CacheControlFilter.filter(ContainerRequestContext requestContext,
ContainerResponseContext responseContext) |
Modifier and Type | Method and Description |
---|---|
void |
ServerDigitalVerificationHeaderDecoratorFeature.DigitalVerificationHeaderDecorator.filter(ContainerRequestContext requestContext) |
void |
ServerDigitalSigningHeaderDecoratorFeature.DigitalSigningHeaderDecorator.filter(ContainerRequestContext requestContext,
ContainerResponseContext responseContext) |
void |
DigitalSigningInterceptor.filter(ContainerRequestContext requestContext,
ContainerResponseContext responseContext) |
Modifier and Type | Method and Description |
---|---|
protected void |
JaxrsBearerTokenFilter.challengeResponse(ContainerRequestContext request,
String error,
String description) |
void |
JaxrsBearerTokenFilter.filter(ContainerRequestContext request) |
Copyright © 2013. All Rights Reserved.