| |
|
| org.apache.cocoon.components.ComponentContext
ComponentContext | public class ComponentContext extends DefaultContext (Code) | | This is the
Context implementation for Cocoon components.
It extends the
DefaultContext by a special handling for
getting objects from the object model and other application information.
See Also: org.apache.cocoon.components.ContextHelper author: Carsten Ziegeler version: CVS $Id: ComponentContext.java 433543 2006-08-22 06:22:54Z crossley $ |
Inner Class :final public static class ComponentManagerWrapper implements ServiceManager | |
Inner Class :final public static class ComponentSelectorWrapper implements ServiceSelector | |
Method Summary | |
public Object | get(Object key) Retrieve an item from the Context. |
OBJECT_MODEL_KEY_PREFIX | final protected static String OBJECT_MODEL_KEY_PREFIX(Code) | | |
ComponentContext | public ComponentContext(Map contextData, Context parent)(Code) | | Create a Context with specified data and parent.
Parameters: contextData - the context data Parameters: parent - the parent Context (may be null) |
ComponentContext | public ComponentContext(Map contextData)(Code) | | Create a Context with specified data.
Parameters: contextData - the context data |
ComponentContext | public ComponentContext(Context parent)(Code) | | Create a Context with specified parent.
Parameters: parent - the parent Context (may be null) |
ComponentContext | public ComponentContext()(Code) | | Create a Context with no parent.
|
get | public Object get(Object key) throws ContextException(Code) | | Retrieve an item from the Context.
Parameters: key - the key of item the item stored in context throws: ContextException - if item not present |
|
|
|