eXo Kernel :: Container 2.5.0-GA

Uses of Interface
org.exoplatform.container.context.AdvancedContext

Packages that use AdvancedContext
org.exoplatform.container.context This package contains all the classes that are related to the Scope Management 
 

Uses of AdvancedContext in org.exoplatform.container.context
 

Classes in org.exoplatform.container.context that implement AdvancedContext
 class AbstractContext<K>
          This is the root class of all the implementations of an AdvancedContext
 class RequestContext
          The context that represents the request scope.
 class SessionContext
          The context that represents the SessionScoped.
 class SharedContext<K>
          This is the root class of all the shared contexts, it relies on a ConcurrentMap
 class UnSharedContext<K>
          This is the root class of all the unshared contexts, it relies on a thread local
 

Methods in org.exoplatform.container.context that return AdvancedContext
<K> AdvancedContext<K>
ContextManagerImpl.getContext(Class<? extends Annotation> scope)
          Gives the context corresponding to the given scope
<K> AdvancedContext<K>
ContextManager.getContext(Class<? extends Annotation> scope)
          Gives the context corresponding to the given scope
 

Methods in org.exoplatform.container.context that return types with arguments of type AdvancedContext
 List<AdvancedContext> ContextPlugin.getContexts()
           
 

Methods in org.exoplatform.container.context with parameters of type AdvancedContext
<K> void
ContextManagerImpl.addContext(AdvancedContext<K> ctx)
          Registers a context
<K> void
ContextManager.addContext(AdvancedContext<K> ctx)
          Registers a context
 


eXo Kernel :: Container 2.5.0-GA

Copyright © 2014 eXo Platform SAS. All Rights Reserved.