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

Packages that use HttpServletRequestHandler
org.apache.tapestry.internal.services   
org.apache.tapestry.services   
org.apache.tapestry.test   
org.apache.tapestry.upload.internal.services   
 

Uses of HttpServletRequestHandler in org.apache.tapestry.internal.services
 

Methods in org.apache.tapestry.internal.services with parameters of type HttpServletRequestHandler
 boolean IgnoredPathsFilter.service(HttpServletRequest request, HttpServletResponse response, HttpServletRequestHandler handler)
           
 

Uses of HttpServletRequestHandler in org.apache.tapestry.services
 

Methods in org.apache.tapestry.services that return HttpServletRequestHandler
 HttpServletRequestHandler TapestryModule.build(org.slf4j.Logger logger, List<HttpServletRequestFilter> configuration, RequestHandler handler)
           
 

Methods in org.apache.tapestry.services with parameters of type HttpServletRequestHandler
 boolean HttpServletRequestFilter.service(HttpServletRequest request, HttpServletResponse response, HttpServletRequestHandler handler)
          Filter interface for the HttpServletRequestHandler pipeline.
 

Uses of HttpServletRequestHandler in org.apache.tapestry.test
 

Methods in org.apache.tapestry.test that return HttpServletRequestHandler
protected  HttpServletRequestHandler TapestryTestCase.mockHttpServletRequestHandler()
           
 

Methods in org.apache.tapestry.test with parameters of type HttpServletRequestHandler
protected  void TapestryTestCase.train_service(HttpServletRequestHandler handler, HttpServletRequest request, HttpServletResponse response, boolean result)
           
 

Uses of HttpServletRequestHandler in org.apache.tapestry.upload.internal.services
 

Methods in org.apache.tapestry.upload.internal.services with parameters of type HttpServletRequestHandler
 boolean MultipartServletRequestFilter.service(HttpServletRequest request, HttpServletResponse response, HttpServletRequestHandler handler)
           
 



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