Uses of Interface
org.apache.tapestry.portlet.ActionRequestServicer

Packages that use ActionRequestServicer
org.apache.tapestry.portlet   
org.apache.tapestry.portlet.multipart   
 

Uses of ActionRequestServicer in org.apache.tapestry.portlet
 

Classes in org.apache.tapestry.portlet that implement ActionRequestServicer
 class ActionRequestServicerToWebRequestServicerBridge
          Bridges from the tapestry.portlet.ActionRequestServicerPipeline to the standard tapestry.request.WebRequestServicerPipeline.
 

Methods in org.apache.tapestry.portlet with parameters of type ActionRequestServicer
 void ActionRequestServicerFilter.service(javax.portlet.ActionRequest request, javax.portlet.ActionResponse response, ActionRequestServicer servicer)
           
 

Uses of ActionRequestServicer in org.apache.tapestry.portlet.multipart
 

Methods in org.apache.tapestry.portlet.multipart with parameters of type ActionRequestServicer
 void PortletMultipartDecoderFilter.service(javax.portlet.ActionRequest request, javax.portlet.ActionResponse response, ActionRequestServicer servicer)