org.apache.tapestry.portlet
Class ActionRequestServicerToWebRequestServicerBridge

java.lang.Object
  extended by org.apache.tapestry.portlet.ActionRequestServicerToWebRequestServicerBridge
All Implemented Interfaces:
ActionRequestServicer

public class ActionRequestServicerToWebRequestServicerBridge
extends Object
implements ActionRequestServicer

Bridges from the tapestry.portlet.ActionRequestServicerPipeline to the standard tapestry.request.WebRequestServicerPipeline.

Since:
4.0
Author:
Howard M. Lewis Ship

Constructor Summary
ActionRequestServicerToWebRequestServicerBridge()
           
 
Method Summary
 void service(javax.portlet.ActionRequest request, javax.portlet.ActionResponse response)
           
 void setPortletRequestGlobals(PortletRequestGlobals portletRequestGlobals)
           
 void setWebRequestServicer(WebRequestServicer webRequestServicer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionRequestServicerToWebRequestServicerBridge

public ActionRequestServicerToWebRequestServicerBridge()
Method Detail

service

public void service(javax.portlet.ActionRequest request,
                    javax.portlet.ActionResponse response)
             throws IOException,
                    javax.portlet.PortletException
Specified by:
service in interface ActionRequestServicer
Throws:
IOException
javax.portlet.PortletException

setPortletRequestGlobals

public void setPortletRequestGlobals(PortletRequestGlobals portletRequestGlobals)

setWebRequestServicer

public void setWebRequestServicer(WebRequestServicer webRequestServicer)


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