public class HttpSessionContextImpl extends AbstractBoundContext<HttpServletRequest> implements HttpSessionContext
| Constructor and Description |
|---|
HttpSessionContextImpl(String contextId,
BeanIdentifierIndex index) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
associate(HttpServletRequest request) |
boolean |
destroy(HttpSession session) |
protected javax.enterprise.context.Conversation |
getConversation() |
protected HttpConversationContext |
getConversationContext() |
Class<? extends Annotation> |
getScope() |
activate, cleanup, deactivate, dissociate, getBeanStore, setBeanStoreinvalidate, isActive, isValid, removeState, setActivecheckContextInitialized, destroy, get, get, getContextual, getId, getServiceRegistryclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinvalidate, isValiddissociateactivate, deactivatepublic HttpSessionContextImpl(String contextId, BeanIdentifierIndex index)
public boolean associate(HttpServletRequest request)
associate in interface BoundContext<HttpServletRequest>public boolean destroy(HttpSession session)
destroy in interface javax.enterprise.context.spi.AlterableContextdestroy in interface HttpSessionContextpublic Class<? extends Annotation> getScope()
getScope in interface javax.enterprise.context.spi.Contextprotected HttpConversationContext getConversationContext()
protected javax.enterprise.context.Conversation getConversation()
Copyright © 2017. All rights reserved.