org.apache.webbeans.context
Class RequestContext

java.lang.Object
  extended by org.apache.webbeans.context.AbstractContext
      extended by org.apache.webbeans.context.RequestContext
All Implemented Interfaces:
Serializable, javax.enterprise.context.spi.Context, WebBeansContext

public class RequestContext
extends AbstractContext

Request context implementation.

Since:
1.0
Author:
Gurkan Erdogdu
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.webbeans.context.AbstractContext
active, componentInstanceMap, scopeType, type
 
Constructor Summary
RequestContext()
           
 
Method Summary
 void setComponentInstanceMap()
          
 
Methods inherited from class org.apache.webbeans.context.AbstractContext
checkActive, destroy, get, get, getComponentInstanceMap, getCreationalContext, getInstance, getScope, getType, initContextualBag, isActive, setActive
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequestContext

public RequestContext()
Method Detail

setComponentInstanceMap

public void setComponentInstanceMap()
Description copied from class: AbstractContext

Specified by:
setComponentInstanceMap in class AbstractContext


Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.