Package | Description |
---|---|
javax.ws.rs.container |
Container-specific JAX-RS API.
|
org.jboss.resteasy.core | |
org.jboss.resteasy.core.interception | |
org.jboss.resteasy.plugins.interceptors | |
org.jboss.resteasy.plugins.interceptors.encoding |
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 |
---|---|
protected void |
CorsFilter.checkOrigin(ContainerRequestContext requestContext,
String origin) |
void |
RoleBasedSecurityFilter.filter(ContainerRequestContext requestContext) |
void |
CorsFilter.filter(ContainerRequestContext requestContext) |
void |
CorsFilter.filter(ContainerRequestContext requestContext,
ContainerResponseContext responseContext) |
void |
CacheControlFilter.filter(ContainerRequestContext requestContext,
ContainerResponseContext responseContext) |
protected void |
CorsFilter.preflight(String origin,
ContainerRequestContext requestContext) |
Modifier and Type | Method and Description |
---|---|
void |
MessageSanitizerContainerResponseFilter.filter(ContainerRequestContext requestContext,
ContainerResponseContext responseContext) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.