|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ContainerRequestFilter | |
---|---|
com.sun.jersey.api.container.filter | Provides common server-side filters. |
com.sun.jersey.spi.container | Provides support for containers and the web application that manages resource classes. |
Uses of ContainerRequestFilter in com.sun.jersey.api.container.filter |
---|
Classes in com.sun.jersey.api.container.filter that implement ContainerRequestFilter | |
---|---|
class |
CsrfProtectionFilter
Simple server-side request filter that implements CSRF protection as per the Guidelines for Implementation of REST by NSA (section IV.F) and section 4.3 of this paper. |
class |
GZIPContentEncodingFilter
A GZIP content encoding filter. |
class |
LoggingFilter
A logging filter. |
class |
PostReplaceFilter
A filter to support HTTP method replacing of a POST request to a request utilizing another HTTP method for the case where proxies or HTTP servers would otherwise block that HTTP method. |
class |
UriConnegFilter
A URI-based content negotiation filter mapping a dot-declared suffix in URI to media type that is the value of the Accept header
or a language that is the value of the Accept-Language header. |
Uses of ContainerRequestFilter in com.sun.jersey.spi.container |
---|
Methods in com.sun.jersey.spi.container that return ContainerRequestFilter | |
---|---|
ContainerRequestFilter |
ResourceFilter.getRequestFilter()
Get the request filter. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |