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

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


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