Uses of Class
org.omnifaces.filter.HttpFilter
Packages that use HttpFilter
Package
Description
This package contains the classes for the OmniFaces FacesViews feature.
-
Uses of HttpFilter in org.omnifaces.facesviews
Subclasses of HttpFilter in org.omnifaces.facesviewsModifier and TypeClassDescriptionclassThis 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.filterModifier and TypeClassDescriptionclassThis filter will control the cache-related headers of the response.classThis filter will set the request body character encoding when not already set by the client.classTheCompressedResponseFilterwill apply compression on HTTP responses whenever applicable.classTheFacesExceptionFilterwill solve 2 problems with exceptions thrown in Faces methods.classTheMutableRequestFilterwill 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.classFilter that wraps the response with one capable of buffering on command.