org.apache.cocoon.components.accessor
Class ObjectModelAccessor
java.lang.Object
org.apache.cocoon.components.accessor.ObjectModelAccessor
- All Implemented Interfaces:
- Contextualizable, Accessor
- Direct Known Subclasses:
- ContextAccessor, ContinuationAccessor, FlowAttributeAccessor, RequestAccessor, SessionAccessor
public class ObjectModelAccessor
- extends Object
- implements Accessor, Contextualizable
- Version:
- $Id: ObjectModelAccessor.java 449189 2006-09-23 06:52:29Z crossley $
Fields inherited from interface org.apache.cocoon.components.accessor.Accessor |
ROLE |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ObjectModelAccessor
public ObjectModelAccessor()
contextualize
public void contextualize(Context context)
throws ContextException
- Specified by:
contextualize
in interface Contextualizable
- Throws:
ContextException
- See Also:
Contextualizable.contextualize(org.apache.avalon.framework.context.Context)
getObjectModel
protected Map getObjectModel()
getObject
public Object getObject()
- Specified by:
getObject
in interface Accessor
- See Also:
Accessor.getObject()
Copyright ? 1999-2007 The Apache Software Foundation. All Rights Reserved.