| org.apache.lenya.cms.cocoon.components.context.ContextUtility
ContextUtility | public class ContextUtility extends AbstractLogEnabled implements Component,Contextualizable(Code) | | Utility class for getting the context, request, response and
object model of the current request.
|
Field Summary | |
final public static String | ROLE The component's role. | protected Context | context |
ROLE | final public static String ROLE(Code) | | The component's role.
|
context | protected Context context(Code) | | |
contextualize | public void contextualize(Context context) throws ContextException(Code) | | See Also: org.apache.avalon.framework.context.Contextualizable.contextualize(org.apache.avalon.framework.context.Context) |
getContext | public Context getContext()(Code) | | Get the context object of the current request.
The context object of the current request. |
getObjectModel | public Map getObjectModel()(Code) | | Get the object model of the current request.
The object model of the current request. |
getRequest | public Request getRequest()(Code) | | Get the request object of the current request.
The request object of the current request. |
getResponse | public Response getResponse()(Code) | | Get the response object of the current request.
The response object of the current request. |
|
|