org.jboss.webbeans.contexts
Class SessionContext

java.lang.Object
  extended by org.jboss.webbeans.contexts.AbstractContext
      extended by org.jboss.webbeans.contexts.SessionContext
All Implemented Interfaces:
Context

public class SessionContext
extends AbstractContext

The session context

Author:
Nicklas Karlsson

Field Summary
static SessionContext INSTANCE
           
 
Constructor Summary
protected SessionContext()
          Constructor
 
Method Summary
 BeanMap getBeanMap()
          Gets the bean map
 void setBeanMap(BeanMap beanMap)
          Sets the bean map
 java.lang.String toString()
           
 
Methods inherited from class org.jboss.webbeans.contexts.AbstractContext
destroy, get, getActive, getScopeType, isActive, setActive
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

INSTANCE

public static SessionContext INSTANCE
Constructor Detail

SessionContext

protected SessionContext()
Constructor

Method Detail

getBeanMap

public BeanMap getBeanMap()
Gets the bean map

Specified by:
getBeanMap in class AbstractContext
Returns:
The actual bean map
See Also:
AbstractContext.getBeanMap()

setBeanMap

public void setBeanMap(BeanMap beanMap)
Sets the bean map

Parameters:
beanMap - The bean map

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2008. All Rights Reserved.