org.apache.tapestry.portlet
Class PortletRequestGlobalsImpl
java.lang.Object
org.apache.tapestry.portlet.PortletRequestGlobalsImpl
- All Implemented Interfaces:
- PortletRequestGlobals
public class PortletRequestGlobalsImpl
- extends Object
- implements PortletRequestGlobals
Implementation of the tapestry.portlet.PortletRequestGlobals service, which
uses the threaded service lifecycle model.
- 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 |
PortletRequestGlobalsImpl
public PortletRequestGlobalsImpl()
store
public void store(javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response)
- Specified by:
store
in interface PortletRequestGlobals
store
public void store(javax.portlet.RenderRequest request,
javax.portlet.RenderResponse response)
- Specified by:
store
in interface PortletRequestGlobals
getActionRequest
public javax.portlet.ActionRequest getActionRequest()
- Specified by:
getActionRequest
in interface PortletRequestGlobals
getActionResponse
public javax.portlet.ActionResponse getActionResponse()
- Specified by:
getActionResponse
in interface PortletRequestGlobals
getRenderRequest
public javax.portlet.RenderRequest getRenderRequest()
- Specified by:
getRenderRequest
in interface PortletRequestGlobals
getRenderResponse
public javax.portlet.RenderResponse getRenderResponse()
- Specified by:
getRenderResponse
in interface PortletRequestGlobals
isRenderRequest
public boolean isRenderRequest()
- Description copied from interface:
PortletRequestGlobals
- Returns true if
PortletRequestGlobals.store(RenderRequest, RenderResponse)
has been
invoked, false otherwise.
- Specified by:
isRenderRequest
in interface PortletRequestGlobals
getPortletRequest
public javax.portlet.PortletRequest getPortletRequest()
- Description copied from interface:
PortletRequestGlobals
- Returns whatever is available; the ActionRequest or the PortletRequest.
- Specified by:
getPortletRequest
in interface PortletRequestGlobals
Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.