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, setBeanStoreinvalidate, isActive, isValid, setActivedestroy, destroy, get, get, getContextual, getId, getServiceRegistryclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdestroypublic boolean associate(HttpSession session)
BoundContextBoundContext.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()
ContextCopyright © 2013 Seam Framework. All Rights Reserved.