Uses of Class
org.apache.tapestry5.http.internal.gzip.GZipFilter
-
Packages that use GZipFilter Package Description org.apache.tapestry5.http.modules -
-
Uses of GZipFilter in org.apache.tapestry5.http.modules
Methods in org.apache.tapestry5.http.modules with parameters of type GZipFilter Modifier and Type Method Description void
TapestryHttpModule. contributeHttpServletRequestHandler(OrderedConfiguration<HttpServletRequestFilter> configuration, boolean gzipCompressionEnabled, GZipFilter gzipFilter)
StoreIntoGlobals Stores the request and response intoRequestGlobals
at the start of the pipeline IgnoredPaths Identifies requests that are known (via the IgnoredPathsFilter service's configuration) to be mapped to other applications GZip Handles GZIP compression of response streams (if supported by client)
-