Uses of Class
org.apache.tapestry5.http.internal.gzip.GZipFilter
Packages that use GZipFilter
-
Uses of GZipFilter in org.apache.tapestry5.http.modules
Methods in org.apache.tapestry5.http.modules with parameters of type GZipFilterModifier and TypeMethodDescriptionvoid
TapestryHttpModule.contributeHttpServletRequestHandler
(OrderedConfiguration<HttpServletRequestFilter> configuration, boolean gzipCompressionEnabled, boolean corsEnabled, CorsHttpServletRequestFilter corsHttpServletRequestFilter, 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)