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) |
boolean |
dissociate(javax.servlet.http.HttpServletRequest request) |
protected org.jboss.weld.context.http.HttpConversationContext |
getConversationContext() |
Class<? extends Annotation> |
getScope() |
activate, cleanup, deactivate, getBeanStore, setBeanStore
invalidate, isActive, setActive
destroy, get, get, getContextual, getId, getServiceRegistry
public boolean associate(javax.servlet.http.HttpServletRequest request)
associate
in interface org.jboss.weld.context.BoundContext<javax.servlet.http.HttpServletRequest>
public boolean dissociate(javax.servlet.http.HttpServletRequest request)
dissociate
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()
Copyright © 2012 Seam Framework. All Rights Reserved.