public class HttpSessionContextImpl extends AbstractBoundContext<javax.servlet.http.HttpServletRequest> implements org.jboss.weld.context.http.HttpSessionContext
| Modifier and Type | Field and Description |
|---|---|
static SimpleNamingScheme |
NAMING_SCHEME |
| Constructor and Description |
|---|
HttpSessionContextImpl() |
| 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, setActivedestroy, destroy, get, get, getContextual, getId, getServiceRegistrypublic static final SimpleNamingScheme NAMING_SCHEME
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.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 © 2013 Seam Framework. All rights reserved.