org.jboss.weld.context.http
Class HttpSessionContextImpl

java.lang.Object
  extended by org.jboss.weld.context.AbstractContext
      extended by org.jboss.weld.context.AbstractManagedContext
          extended by org.jboss.weld.context.AbstractBoundContext<javax.servlet.http.HttpServletRequest>
              extended by org.jboss.weld.context.http.HttpSessionContextImpl
All Implemented Interfaces:
javax.enterprise.context.spi.Context, org.jboss.weld.context.BoundContext<javax.servlet.http.HttpServletRequest>, org.jboss.weld.context.http.HttpSessionContext, org.jboss.weld.context.ManagedContext, org.jboss.weld.context.SessionContext

public class HttpSessionContextImpl
extends AbstractBoundContext<javax.servlet.http.HttpServletRequest>
implements org.jboss.weld.context.http.HttpSessionContext


Constructor Summary
HttpSessionContextImpl()
           
 
Method Summary
 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()
           
 
Methods inherited from class org.jboss.weld.context.AbstractBoundContext
activate, cleanup, deactivate, getBeanStore, setBeanStore
 
Methods inherited from class org.jboss.weld.context.AbstractManagedContext
invalidate, isActive, setActive
 
Methods inherited from class org.jboss.weld.context.AbstractContext
destroy, get, get, getContextual, getId, getServiceRegistry
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jboss.weld.context.http.HttpSessionContext
invalidate
 
Methods inherited from interface org.jboss.weld.context.ManagedContext
activate, deactivate
 
Methods inherited from interface javax.enterprise.context.spi.Context
get, get, isActive
 

Constructor Detail

HttpSessionContextImpl

public HttpSessionContextImpl()
Method Detail

associate

public boolean associate(javax.servlet.http.HttpServletRequest request)
Specified by:
associate in interface org.jboss.weld.context.BoundContext<javax.servlet.http.HttpServletRequest>

dissociate

public boolean dissociate(javax.servlet.http.HttpServletRequest request)
Specified by:
dissociate in interface org.jboss.weld.context.BoundContext<javax.servlet.http.HttpServletRequest>

destroy

public boolean destroy(javax.servlet.http.HttpSession session)
Specified by:
destroy in interface org.jboss.weld.context.http.HttpSessionContext

getScope

public Class<? extends Annotation> getScope()
Specified by:
getScope in interface javax.enterprise.context.spi.Context

getConversationContext

protected org.jboss.weld.context.http.HttpConversationContext getConversationContext()


Copyright © 2013 Seam Framework. All Rights Reserved.