com.caucho.server.webbeans
Class SessionScopeImpl
java.lang.Object
com.caucho.config.scope.AbstractScopeContext
com.caucho.server.webbeans.SessionScopeImpl
- All Implemented Interfaces:
- Context
@Module
public class SessionScopeImpl
- extends AbstractScopeContext
The session scope value
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SessionScopeImpl
public SessionScopeImpl()
isActive
public boolean isActive()
- Returns true if the scope is currently active.
- Specified by:
isActive
in interface Context
- Specified by:
isActive
in class AbstractScopeContext
getScope
public java.lang.Class<? extends java.lang.annotation.Annotation> getScope()
- Returns the scope annotation type.
- Specified by:
getScope
in interface Context
- Specified by:
getScope
in class AbstractScopeContext
getContextContainer
protected ContextContainer getContextContainer()
- Specified by:
getContextContainer
in class AbstractScopeContext
createContextContainer
protected ContextContainer createContextContainer()
- Specified by:
createContextContainer
in class AbstractScopeContext
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object