public class HttpSessionDestructionContext extends AbstractBoundContext<HttpSession>
Constructor and Description |
---|
HttpSessionDestructionContext() |
Modifier and Type | Method and Description |
---|---|
boolean |
associate(HttpSession session)
Associate the context with the storage (for this thread).
|
Class<? extends Annotation> |
getScope()
Get the scope type of the context object.
|
activate, cleanup, deactivate, dissociate, getBeanStore, setBeanStore
invalidate, isActive, isValid, setActive
destroy, destroy, get, get, getContextual, getId, getServiceRegistry
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
destroy
public boolean associate(HttpSession session)
BoundContext
BoundContext.associate(Object)
has been called, further calls
to BoundContext.associate(Object)
will be ignored, until the context has been subsequently BoundContext.dissociate(Object)
from
the storage.session
- the external storagepublic Class<? extends Annotation> getScope()
Context
Copyright © 2013 Seam Framework. All Rights Reserved.