Uses of Class
org.xwiki.component.internal.DelegateComponentManager

Packages that use DelegateComponentManager
org.xwiki.component.internal   
 

Uses of DelegateComponentManager in org.xwiki.component.internal
 

Subclasses of DelegateComponentManager in org.xwiki.component.internal
 class AbstractGenericComponentManager
          Generic implementation that creates Component Manager instances based on the generic notion of a key.
 class ContextComponentManager
          Chains Component Managers to perform lookups based on the current execution context (current user, current wiki, etc).
 class UserComponentManager
          Proxy Component Manager that creates and queries individual Component Managers specific to the current user in the Execution Context.
 class WikiComponentManager
          Proxy Component Manager that creates and queries individual Component Managers specific to the current wiki in the Execution Context.
 



Copyright © 2004-2011 XWiki. All Rights Reserved.