org.apache.cocoon.environment.impl
Class AbstractSession

java.lang.Object
  extended byorg.apache.cocoon.environment.impl.AbstractSession
All Implemented Interfaces:
Session
Direct Known Subclasses:
CommandLineSession, HttpSession, JXPathCocoonContexts.SessionProxy, PortletSession

public abstract class AbstractSession
extends Object
implements Session

Base class for any session

Version:
$Id: AbstractSession.java 170436 2005-05-16 19:50:25Z danielf $

Constructor Summary
AbstractSession()
           
 
Method Summary
 Map getAttributes()
          Utility method for getting a Map view of the request 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.Session
getAttribute, getAttributeNames, getCreationTime, getId, getLastAccessedTime, getMaxInactiveInterval, invalidate, isNew, removeAttribute, setAttribute, setMaxInactiveInterval
 

Constructor Detail

AbstractSession

public AbstractSession()
Method Detail

getAttributes

public Map getAttributes()
Description copied from interface: Session
Utility method for getting a Map view of the request attributes. Returns a Map with attributes.

Specified by:
getAttributes in interface Session
Returns:
a Map containing the request attributes.


Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.