org.apache.cocoon.environment.impl
Class AbstractContext
java.lang.Object
org.apache.cocoon.environment.impl.AbstractContext
- All Implemented Interfaces:
- Context
- Direct Known Subclasses:
- BlockContext, HttpContext, JXPathCocoonContexts.ContextProxy, OSGiBootstrapEnvironment.OSGiContext, PortletContext
- public abstract class AbstractContext
- extends Object
- implements Context
Base class for any context
- Version:
- $Id: AbstractContext.java 170436 2005-05-16 19:50:25Z danielf $
Method Summary |
Map |
getAttributes()
Utility method for getting a Map view of the context attributes.
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractContext
public AbstractContext()
getAttributes
public Map getAttributes()
- Description copied from interface:
Context
- Utility method for getting a
Map
view of the context attributes.
Returns a Map
with context attributes.
- Specified by:
getAttributes
in interface Context
- Returns:
- a
Map
containing the context attributes.
Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.