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

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


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