|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.cocoon.environment.ObjectModelHelper
A set of constants and methods to access the content of 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).
This class provides accessors only for the objects in the object model that are common to every environment and which can thus be used safely. Some environments provide additional objects, but they are not described here and accessing them should be done in due cause since this ties the application to that particular environment.
Field Summary | |
static java.lang.String |
CONTEXT_OBJECT
Key for the environment Context in the object model. |
static java.lang.String |
REQUEST_OBJECT
Key for the environment Request in the object model. |
static java.lang.String |
RESPONSE_OBJECT
Key for the environment Response in the object model. |
Method Summary | |
static Context |
getContext(java.util.Map objectModel)
|
static Request |
getRequest(java.util.Map objectModel)
|
static Response |
getResponse(java.util.Map objectModel)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String REQUEST_OBJECT
Request
in the object model.
public static final java.lang.String RESPONSE_OBJECT
Response
in the object model.
public static final java.lang.String CONTEXT_OBJECT
Context
in the object model.
Method Detail |
public static final Request getRequest(java.util.Map objectModel)
public static final Response getResponse(java.util.Map objectModel)
public static final Context getContext(java.util.Map objectModel)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |