| |
|
| java.lang.Object org.apache.cocoon.components.ContextHelper
ContextHelper | final public class ContextHelper (Code) | | A set of constants and methods to access the content of the context
object. Some of the constants are defined in
org.apache.cocoon.Constants .
author: Carsten Ziegeler version: CVS $Id: ContextHelper.java 433543 2006-08-22 06:22:54Z crossley $ |
CONTEXT_OBJECT_MODEL | final public static String CONTEXT_OBJECT_MODEL(Code) | | Application Context Key for the current object model
|
CONTEXT_REQUEST_OBJECT | final public static String CONTEXT_REQUEST_OBJECT(Code) | | Application Context Key for the current request object
|
CONTEXT_RESPONSE_OBJECT | final public static String CONTEXT_RESPONSE_OBJECT(Code) | | Application Context Key for the current response object
|
CONTEXT_SITEMAP_SERVICE_MANAGER | final public static String CONTEXT_SITEMAP_SERVICE_MANAGER(Code) | | Application Context Key for the current sitemap service manager
|
getObjectModel | final public static Map getObjectModel(Context context)(Code) | | Return the current object model
Parameters: context - The component context The object model |
getRequest | final public static Request getRequest(Context context)(Code) | | Return the current request
Parameters: context - The component context The request object |
getResponse | final public static Response getResponse(Context context)(Code) | | Return the current response
Parameters: context - The component context The response |
|
|
|