public class HttpSessionContextImpl extends AbstractBoundContext<javax.servlet.http.HttpServletRequest> implements org.jboss.weld.context.http.HttpSessionContext
| Constructor and Description |
|---|
HttpSessionContextImpl(String contextId,
BeanIdentifierIndex index) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
associate(javax.servlet.http.HttpServletRequest request) |
boolean |
destroy(javax.servlet.http.HttpSession session) |
protected javax.enterprise.context.Conversation |
getConversation() |
protected org.jboss.weld.context.http.HttpConversationContext |
getConversationContext() |
Class<? extends Annotation> |
getScope() |
activate, cleanup, deactivate, dissociate, getBeanStore, setBeanStoreinvalidate, isActive, isValid, setActivecheckContextInitialized, destroy, 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(javax.servlet.http.HttpServletRequest request)
associate in interface BoundContext<javax.servlet.http.HttpServletRequest>public boolean destroy(javax.servlet.http.HttpSession session)
destroy in interface org.jboss.weld.context.http.HttpSessionContextpublic Class<? extends Annotation> getScope()
getScope in interface javax.enterprise.context.spi.Contextprotected org.jboss.weld.context.http.HttpConversationContext getConversationContext()
protected javax.enterprise.context.Conversation getConversation()
Copyright © 2015. All Rights Reserved.