org.apache.tapestry.portlet
Interface RenderRequestServicer

All Known Implementing Classes:
RenderRequestServicerToWebRequestServicerBridge

public interface RenderRequestServicer

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

Since:
4.0
Author:
Howard M. Lewis Ship

Method Summary
 void service(javax.portlet.RenderRequest request, javax.portlet.RenderResponse response)
           
 

Method Detail

service

void service(javax.portlet.RenderRequest request,
             javax.portlet.RenderResponse response)
             throws IOException,
                    javax.portlet.PortletException
Throws:
IOException
javax.portlet.PortletException


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