org.apache.cocoon.environment.impl
Class AbstractContext

java.lang.Object
  extended byorg.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 $

Constructor Summary
AbstractContext()
           
 
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
 
Methods inherited from interface org.apache.cocoon.environment.Context
getAttribute, getAttributeNames, getInitParameter, getMimeType, getRealPath, getResource, getResourceAsStream, removeAttribute, setAttribute
 

Constructor Detail

AbstractContext

public AbstractContext()
Method Detail

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.