Uses of Class
com.caucho.config.scope.ContextContainer

Packages that use ContextContainer
com.caucho.config.scope   
com.caucho.inject   
com.caucho.server.webbeans   
 

Uses of ContextContainer in com.caucho.config.scope
 

Methods in com.caucho.config.scope that return ContextContainer
protected abstract  ContextContainer AbstractScopeContext.createContextContainer()
           
protected  ContextContainer ApplicationContext.createContextContainer()
           
protected  ContextContainer SingletonScope.createContextContainer()
           
protected abstract  ContextContainer AbstractScopeContext.getContextContainer()
           
protected  ContextContainer ApplicationContext.getContextContainer()
           
protected  ContextContainer SingletonScope.getContextContainer()
           
 

Uses of ContextContainer in com.caucho.inject
 

Methods in com.caucho.inject that return ContextContainer
protected  ContextContainer RequestContext.createContextContainer()
           
protected  ContextContainer RequestContext.getContextContainer()
           
 

Uses of ContextContainer in com.caucho.server.webbeans
 

Subclasses of ContextContainer in com.caucho.server.webbeans
 class SessionContextContainer
          Configuration for the xml web bean component.
 class XAContextContainer
          Container for an @TransactionScoped bean
 

Methods in com.caucho.server.webbeans that return ContextContainer
protected  ContextContainer ConversationContext.createContextContainer()
          Returns the current value of the component in the conversation scope.
protected  ContextContainer SessionScopeImpl.createContextContainer()
           
protected  ContextContainer TransactionScope.createContextContainer()
           
protected  ContextContainer ConversationContext.getContextContainer()
          Returns the current value of the component in the conversation scope.
protected  ContextContainer SessionScopeImpl.getContextContainer()
           
protected  ContextContainer TransactionScope.getContextContainer()