Uses of Class
org.apache.cocoon.core.container.RoleManager

Packages that use RoleManager
org.apache.cocoon.components.container   
org.apache.cocoon.core.container   
 

Uses of RoleManager in org.apache.cocoon.components.container
 

Constructors in org.apache.cocoon.components.container with parameters of type RoleManager
DefaultSitemapConfigurationHolder(String role, RoleManager manager)
           
 

Uses of RoleManager in org.apache.cocoon.core.container
 

Fields in org.apache.cocoon.core.container declared as RoleManager
protected  RoleManager AbstractServiceManager.roleManager
          RoleInfos.
protected  RoleManager CoreServiceManager.roleManager
          RoleInfos.
 RoleManager ComponentEnvironment.roleManager
           
 

Methods in org.apache.cocoon.core.container with parameters of type RoleManager
 void AbstractServiceManager.setRoleManager(RoleManager roles)
           
 void CoreServiceManager.setRoleManager(RoleManager rm)
           
 void DefaultServiceSelector.setRoleManager(RoleManager roles)
           
 

Constructors in org.apache.cocoon.core.container with parameters of type RoleManager
RoleManager(RoleManager parent)
          Alternate constructor--this RoleManager has the specified parent.
ComponentEnvironment(ClassLoader classLoader, Logger logger, RoleManager roleManager, LoggerManager loggerManager, Context context, ServiceManager serviceManager)
           
 



Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.