Uses of Interface
org.apache.tapestry.services.ServletRequestServicer

Packages that use ServletRequestServicer
org.apache.tapestry.multipart Deals with multipart form data. 
org.apache.tapestry.request Deals with upload form data. 
org.apache.tapestry.services Interfaces for Tapestry-related HiveMind services. 
org.apache.tapestry.services.impl Service implementations. 
 

Uses of ServletRequestServicer in org.apache.tapestry.multipart
 

Methods in org.apache.tapestry.multipart with parameters of type ServletRequestServicer
 void MultipartDecoderFilter.service(HttpServletRequest request, HttpServletResponse response, ServletRequestServicer servicer)
           
 

Uses of ServletRequestServicer in org.apache.tapestry.request
 

Methods in org.apache.tapestry.request with parameters of type ServletRequestServicer
 void DecodedRequestInjector.service(HttpServletRequest request, HttpServletResponse response, ServletRequestServicer servicer)
           
 

Uses of ServletRequestServicer in org.apache.tapestry.services
 

Methods in org.apache.tapestry.services with parameters of type ServletRequestServicer
 void ServletRequestServicerFilter.service(HttpServletRequest request, HttpServletResponse response, ServletRequestServicer servicer)
           
 

Uses of ServletRequestServicer in org.apache.tapestry.services.impl
 

Classes in org.apache.tapestry.services.impl that implement ServletRequestServicer
 class WebRequestServicerPipelineBridge
          Bridges from the tapestry.request.ServletRequestServicerPipeline to the tapestry.request.WebRequestServicerPipeline.
 

Methods in org.apache.tapestry.services.impl with parameters of type ServletRequestServicer
 void SetupRequestEncoding.service(HttpServletRequest request, HttpServletResponse response, ServletRequestServicer servicer)
           
 



Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.