@Module public class SessionScopeImpl extends AbstractScopeContext
L
Constructor and Description |
---|
SessionScopeImpl() |
Modifier and Type | Method and Description |
---|---|
protected ContextContainer |
createContextContainer() |
protected ContextContainer |
getContextContainer() |
java.lang.Class<? extends java.lang.annotation.Annotation> |
getScope()
Returns the scope annotation type.
|
boolean |
isActive()
Returns true if the scope is currently active.
|
java.lang.String |
toString() |
closeContext, create, get, get
public boolean isActive()
isActive
in interface Context
isActive
in class AbstractScopeContext
public java.lang.Class<? extends java.lang.annotation.Annotation> getScope()
getScope
in interface Context
getScope
in class AbstractScopeContext
protected ContextContainer getContextContainer()
getContextContainer
in class AbstractScopeContext
protected ContextContainer createContextContainer()
createContextContainer
in class AbstractScopeContext
public java.lang.String toString()
toString
in class java.lang.Object