Class | Description |
---|---|
CacheControlFilter |
This filter will control the cache-related headers of the response.
|
CharacterEncodingFilter |
This filter will set the request body character encoding when not already set by the client.
|
FacesExceptionFilter |
The
FacesExceptionFilter will solve 2 problems with exceptions thrown in JSF methods. |
GzipResponseFilter |
The
GzipResponseFilter will apply GZIP compression on responses whenever applicable. |
HttpFilter |
The
HttpFilter is abstract filter specifically for HTTP requests. |
MutableRequestFilter |
The
MutableRequestFilter will wrap the incoming HttpServletRequest in a MutableRequestFilter.MutableRequest so
that the developer can mutate the headers and parameters in such way that the outcome of among others
HttpServletRequest.getHeader(String) and ServletRequest.getParameter(String) are influenced. |
MutableRequestFilter.MutableRequest | |
OnDemandResponseBufferFilter |
Filter that wraps the response with one capable of buffering on command.
|
Copyright © 2012–2022 OmniFaces. All rights reserved.