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, setBeanStore
invalidate, isActive, isValid, setActive
checkContextInitialized, destroy, destroy, get, get, getContextual, getId, getServiceRegistry
public HttpSessionContextImpl(String contextId, BeanIdentifierIndex index)
public boolean associate(javax.servlet.http.HttpServletRequest request)
associate
in interface org.jboss.weld.context.BoundContext<javax.servlet.http.HttpServletRequest>
public boolean destroy(javax.servlet.http.HttpSession session)
destroy
in interface org.jboss.weld.context.http.HttpSessionContext
public Class<? extends Annotation> getScope()
getScope
in interface javax.enterprise.context.spi.Context
protected org.jboss.weld.context.http.HttpConversationContext getConversationContext()
protected javax.enterprise.context.Conversation getConversation()
Copyright © 2016. All rights reserved.