org.apache.tapestry.portlet
Interface ActionRequestServicerFilter

All Known Implementing Classes:
PortletMultipartDecoderFilter

public interface ActionRequestServicerFilter

Filter interface used for the commands in the tapestry.portlet.ActionRequestServicerPipeline configuration.

Since:
4.0
Author:
Howard M. Lewis Ship
See Also:
ActionRequestServicer

Method Summary
 void service(javax.portlet.ActionRequest request, javax.portlet.ActionResponse response, ActionRequestServicer servicer)
           
 

Method Detail

service

public void service(javax.portlet.ActionRequest request,
                    javax.portlet.ActionResponse response,
                    ActionRequestServicer servicer)
             throws java.io.IOException,
                    javax.portlet.PortletException
Throws:
java.io.IOException
javax.portlet.PortletException