Uses of Class
org.omnifaces.filter.HttpFilter
-
Packages that use HttpFilter Package Description org.omnifaces.facesviews This package contains the classes for the OmniFaces FacesViews feature.org.omnifaces.filter -
-
Uses of HttpFilter in org.omnifaces.facesviews
Subclasses of HttpFilter in org.omnifaces.facesviews Modifier and Type Class Description classFacesViewsForwardingFilterThis filter makes sure extensionless requests arrive at the FacesServlet using an extension on which that Servlet is mapped, and that non-extensionless requests are handled according to a set preference. -
Uses of HttpFilter in org.omnifaces.filter
Subclasses of HttpFilter in org.omnifaces.filter Modifier and Type Class Description classCacheControlFilterThis filter will control the cache-related headers of the response.classCharacterEncodingFilterThis filter will set the request body character encoding when not already set by the client.classCompressedResponseFilterTheCompressedResponseFilterwill apply compression on HTTP responses whenever applicable.classFacesExceptionFilterTheFacesExceptionFilterwill solve 2 problems with exceptions thrown in Faces methods.classGzipResponseFilterDeprecated, for removal: This API element is subject to removal in a future version.UseCompressedResponseFilterinstead.classMutableRequestFilterTheMutableRequestFilterwill 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.classOnDemandResponseBufferFilterFilter that wraps the response with one capable of buffering on command.
-