Uses of Class
org.jboss.webbeans.context.AbstractContext

Packages that use AbstractContext
org.jboss.webbeans.context   
 

Uses of AbstractContext in org.jboss.webbeans.context
 

Subclasses of AbstractContext in org.jboss.webbeans.context
 class AbstractBeanMapContext
          Base for the Context implementations.
 class ApplicationContext
          The Application context
 class BasicContext
          The abstraction of a private context, on that operates on a ThreadLocal BeanMap and ThreadLocal active state A private context doesn't rely on some external context to hold it's state
 class ConversationContext
          The conversation context
 class DependentContext
          The dependent context
 class RequestContext
          The request context
 class SessionContext
          The session context
 

Methods in org.jboss.webbeans.context that return AbstractContext
 AbstractContext ContextMap.getBuiltInContext(java.lang.Class<? extends java.lang.annotation.Annotation> scopeType)
          Gets the dependent context
 



Copyright © 2008-2009. All Rights Reserved.