org.apache.cocoon.environment.impl
Class AbstractSession
java.lang.Object
org.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 $
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 |
AbstractSession
public AbstractSession()
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.