Module org.omnifaces
Package org.omnifaces.filter
package org.omnifaces.filter
-
ClassesClassDescriptionThis filter will control the cache-related headers of the response.This filter will set the request body character encoding when not already set by the client.The
CompressedResponseFilterwill apply compression on HTTP responses whenever applicable.TheFacesExceptionFilterwill solve 2 problems with exceptions thrown in Faces methods.TheHttpFilteris abstract filter specifically for HTTP requests.TheMutableRequestFilterwill wrap the incomingHttpServletRequestin aMutableRequestFilter.MutableRequestso that the developer can mutate the headers and parameters in such way that the outcome of among othersHttpServletRequest.getHeader(String)andServletRequest.getParameter(String)are influenced.Filter that wraps the response with one capable of buffering on command.