public class HttpSessionContextImpl extends AbstractBoundContext<javax.servlet.http.HttpServletRequest> implements org.jboss.weld.context.http.HttpSessionContext
| 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 org.jboss.weld.context.http.HttpConversationContext |
getConversationContext() |
Class<? extends Annotation> |
getScope() |
activate, cleanup, deactivate, dissociate, getBeanStore, setBeanStoreinvalidate, isActive, setActivedestroy, get, get, getContextual, getId, getServiceRegistrypublic 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()
Copyright © 2014 Seam Framework. All Rights Reserved.