Uses of Interface
org.apache.tapestry5.services.HttpServletRequestFilter

Packages that use HttpServletRequestFilter
org.apache.tapestry5.internal.gzip [INTERNAL USE ONLY] support classes for GZIP compression; API subject to change 
org.apache.tapestry5.internal.services [INTERNAL USE ONLY] internal service classes; API subject to change 
org.apache.tapestry5.services Core services 
org.apache.tapestry5.upload.internal.services [INTERNAL USE ONLY] support services for the Tapestry-upload module; API subject to change 
org.apache.tapestry5.upload.services Services for the Tapestry-upload module 
 

Uses of HttpServletRequestFilter in org.apache.tapestry5.internal.gzip
 

Classes in org.apache.tapestry5.internal.gzip that implement HttpServletRequestFilter
 class GZipFilter
          Filter that adds GZIP compression to the response, if the client supports it.
 

Uses of HttpServletRequestFilter in org.apache.tapestry5.internal.services
 

Classes in org.apache.tapestry5.internal.services that implement HttpServletRequestFilter
 class IgnoredPathsFilter
           
 

Uses of HttpServletRequestFilter in org.apache.tapestry5.services
 

Methods in org.apache.tapestry5.services with parameters of type HttpServletRequestFilter
 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)
 

Method parameters in org.apache.tapestry5.services with type arguments of type HttpServletRequestFilter
 HttpServletRequestHandler TapestryModule.buildHttpServletRequestHandler(org.slf4j.Logger logger, List<HttpServletRequestFilter> configuration, RequestHandler handler, String applicationCharset, TapestrySessionFactory sessionFactory)
           
 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)
 

Uses of HttpServletRequestFilter in org.apache.tapestry5.upload.internal.services
 

Classes in org.apache.tapestry5.upload.internal.services that implement HttpServletRequestFilter
 class MultipartServletRequestFilter
          Filter that decodes an incoming multipart request.
 

Uses of HttpServletRequestFilter in org.apache.tapestry5.upload.services
 

Method parameters in org.apache.tapestry5.upload.services with type arguments of type HttpServletRequestFilter
static void UploadModule.contributeHttpServletRequestHandler(OrderedConfiguration<HttpServletRequestFilter> configuration, MultipartDecoder multipartDecoder)
          Contributes a filter, "MultipartFilter" after "IgnoredPaths".
 



Copyright © 2003-2012 The Apache Software Foundation.