org.apache.tapestry.portlet
Interface ActionRequestServicer

All Known Implementing Classes:
ActionRequestServicerToWebRequestServicerBridge

public interface ActionRequestServicer

Used to define the commands in the tapestry.portlet.ActionRequestServicerPipeline configuration.

Since:
4.0
Author:
Howard M. Lewis Ship

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

Method Detail

service

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