org.jboss.weld.context.bound
Class BoundRequestContextImpl

java.lang.Object
  extended by org.jboss.weld.context.AbstractContext
      extended by org.jboss.weld.context.AbstractManagedContext
          extended by org.jboss.weld.context.AbstractBoundContext<Map<String,Object>>
              extended by org.jboss.weld.context.bound.BoundRequestContextImpl
All Implemented Interfaces:
javax.enterprise.context.spi.Context, org.jboss.weld.context.bound.BoundRequestContext, org.jboss.weld.context.BoundContext<Map<String,Object>>, org.jboss.weld.context.ManagedContext, org.jboss.weld.context.RequestContext

public class BoundRequestContextImpl
extends AbstractBoundContext<Map<String,Object>>
implements org.jboss.weld.context.bound.BoundRequestContext


Constructor Summary
BoundRequestContextImpl()
           
 
Method Summary
 void activate()
           
 boolean associate(Map<String,Object> storage)
           
 void deactivate()
           
 boolean dissociate(Map<String,Object> storage)
           
 Class<? extends Annotation> getScope()
           
 void invalidate()
           
 
Methods inherited from class org.jboss.weld.context.AbstractBoundContext
cleanup, getBeanStore, setBeanStore
 
Methods inherited from class org.jboss.weld.context.AbstractManagedContext
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 javax.enterprise.context.spi.Context
get, get, isActive
 

Constructor Detail

BoundRequestContextImpl

public BoundRequestContextImpl()
Method Detail

getScope

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

associate

public boolean associate(Map<String,Object> storage)
Specified by:
associate in interface org.jboss.weld.context.BoundContext<Map<String,Object>>

dissociate

public boolean dissociate(Map<String,Object> storage)
Specified by:
dissociate in interface org.jboss.weld.context.BoundContext<Map<String,Object>>

activate

public void activate()
Specified by:
activate in interface org.jboss.weld.context.ManagedContext
Overrides:
activate in class AbstractBoundContext<Map<String,Object>>

deactivate

public void deactivate()
Specified by:
deactivate in interface org.jboss.weld.context.ManagedContext
Overrides:
deactivate in class AbstractBoundContext<Map<String,Object>>

invalidate

public void invalidate()
Specified by:
invalidate in interface org.jboss.weld.context.ManagedContext
Overrides:
invalidate in class AbstractManagedContext


Copyright © 2013 Seam Framework. All Rights Reserved.