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

Packages that use ActionRequestServicer
org.apache.tapestry.portlet Core portlet services. 
org.apache.tapestry.portlet.multipart Portlet uploads. 
 

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)
           
 



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