Uses of Class
org.apache.tapestry5.internal.gzip.GZipFilter

Packages that use GZipFilter
org.apache.tapestry5.services Core services 
 

Uses of GZipFilter in org.apache.tapestry5.services
 

Methods in org.apache.tapestry5.services with parameters of type GZipFilter
 void TapestryModule.contributeHttpServletRequestHandler(OrderedConfiguration<HttpServletRequestFilter> configuration, boolean gzipCompressionEnabled, GZipFilter gzipFilter, HttpServletRequestFilter ignoredPathsFilter)
           StoreIntoGlobals Stores the request and response into RequestGlobals 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)
 



Copyright © 2003-2012 The Apache Software Foundation.