org.apache.tapestry.portlet
Class ActionRequestServicerToWebRequestServicerBridge
java.lang.Object
org.apache.tapestry.portlet.ActionRequestServicerToWebRequestServicerBridge
- All Implemented Interfaces:
- ActionRequestServicer
- public class ActionRequestServicerToWebRequestServicerBridge
- extends java.lang.Object
- implements ActionRequestServicer
Bridges from the tapestry.portlet.ActionRequestServicerPipeline
to the standard
tapestry.request.WebRequestServicerPipeline
.
- Since:
- 4.0
- Author:
- Howard M. Lewis Ship
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ActionRequestServicerToWebRequestServicerBridge
public ActionRequestServicerToWebRequestServicerBridge()
service
public void service(javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response)
throws java.io.IOException,
javax.portlet.PortletException
- Specified by:
service
in interface ActionRequestServicer
- Throws:
java.io.IOException
javax.portlet.PortletException
setPortletRequestGlobals
public void setPortletRequestGlobals(PortletRequestGlobals portletRequestGlobals)
setWebRequestServicer
public void setWebRequestServicer(org.apache.tapestry.services.WebRequestServicer webRequestServicer)