|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.cocoon.environment.portlet.PortletObjectModelHelper
public final class PortletObjectModelHelper
A set of constants and methods to access the JSR-168 (Portlet)
specific objects from the object model.
The object model is a Map
used to pass information about the
calling environment to the sitemap and its components (matchers, actions,
transformers, etc).
Field Summary | |
---|---|
static String |
ACTION_REQUEST_OBJECT
Key for the environment ActionRequest in the object model. |
static String |
ACTION_RESPONSE_OBJECT
Key for the environment ActionResponse in the object model. |
static String |
PORTLET_CONTEXT_OBJECT
Key for the environment PortletContext in the object model. |
static String |
PORTLET_REQUEST_OBJECT
Key for the environment PortletRequest in the object model. |
static String |
PORTLET_RESPONSE_OBJECT
Key for the environment PortletResponse in the object model. |
static String |
RENDER_REQUEST_OBJECT
Key for the environment RenderRequest in the object model. |
static String |
RENDER_RESPONSE_OBJECT
Key for the environment RenderResponse in the object model. |
Method Summary | |
---|---|
static javax.portlet.ActionRequest |
getActionRequest(Map objectModel)
|
static javax.portlet.ActionResponse |
getActionResponse(Map objectModel)
|
static javax.portlet.PortletContext |
getPortletContext(Map objectModel)
|
static javax.portlet.PortletRequest |
getPortletRequest(Map objectModel)
|
static javax.portlet.PortletResponse |
getPortletResponse(Map objectModel)
|
static javax.portlet.RenderRequest |
getRenderRequest(Map objectModel)
|
static javax.portlet.RenderResponse |
getRenderResponse(Map objectModel)
|
static void |
setPortletContext(Map objectModel,
javax.portlet.PortletContext object)
|
static void |
setPortletRequest(Map objectModel,
javax.portlet.PortletRequest object)
|
static void |
setPortletResponse(Map objectModel,
javax.portlet.PortletResponse object)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String RENDER_REQUEST_OBJECT
RenderRequest
in the object model.
public static final String ACTION_REQUEST_OBJECT
ActionRequest
in the object model.
public static final String RENDER_RESPONSE_OBJECT
RenderResponse
in the object model.
public static final String ACTION_RESPONSE_OBJECT
ActionResponse
in the object model.
public static final String PORTLET_REQUEST_OBJECT
PortletRequest
in the object model.
public static final String PORTLET_RESPONSE_OBJECT
PortletResponse
in the object model.
public static final String PORTLET_CONTEXT_OBJECT
PortletContext
in the object model.
Method Detail |
---|
public static final javax.portlet.RenderRequest getRenderRequest(Map objectModel)
public static final javax.portlet.RenderResponse getRenderResponse(Map objectModel)
public static final javax.portlet.ActionRequest getActionRequest(Map objectModel)
public static final javax.portlet.ActionResponse getActionResponse(Map objectModel)
public static final javax.portlet.PortletRequest getPortletRequest(Map objectModel)
public static final javax.portlet.PortletResponse getPortletResponse(Map objectModel)
public static final javax.portlet.PortletContext getPortletContext(Map objectModel)
public static final void setPortletRequest(Map objectModel, javax.portlet.PortletRequest object)
public static final void setPortletResponse(Map objectModel, javax.portlet.PortletResponse object)
public static final void setPortletContext(Map objectModel, javax.portlet.PortletContext object)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |