org.jboss.weld.context
Class RequestContext

java.lang.Object
  extended by org.jboss.weld.context.AbstractContext
      extended by org.jboss.weld.context.AbstractMapContext
          extended by org.jboss.weld.context.AbstractThreadLocalMapContext
              extended by org.jboss.weld.context.RequestContext
All Implemented Interfaces:
javax.enterprise.context.spi.Context

public class RequestContext
extends AbstractThreadLocalMapContext

The request context

Author:
Nicklas Karlsson

Constructor Summary
RequestContext()
          Constructor
 
Method Summary
protected  boolean isCreationLockRequired()
          If Context need to inhibit concurrent instance creation then true, else false.
 java.lang.String toString()
           
 
Methods inherited from class org.jboss.weld.context.AbstractThreadLocalMapContext
cleanup, getBeanStore, setBeanStore
 
Methods inherited from class org.jboss.weld.context.AbstractMapContext
destroy, get, get, getContextual, getId
 
Methods inherited from class org.jboss.weld.context.AbstractContext
getScope, isActive, setActive
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RequestContext

public RequestContext()
Constructor

Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

isCreationLockRequired

protected boolean isCreationLockRequired()
Description copied from class: AbstractMapContext
If Context need to inhibit concurrent instance creation then true, else false.

Overrides:
isCreationLockRequired in class AbstractThreadLocalMapContext
Returns:
need lock


Copyright © 2008-2009 Seam Framework. All Rights Reserved.