Uses of Class
org.apache.pluto.portalImpl.services.factorymanager.FactoryManagerService

Packages that use FactoryManagerService
org.apache.pluto.portalImpl.services.factorymanager   
 

Uses of FactoryManagerService in org.apache.pluto.portalImpl.services.factorymanager
 

Subclasses of FactoryManagerService in org.apache.pluto.portalImpl.services.factorymanager
 class FactoryManagerServiceImpl
          Manages the life-time of factories registered during container startup.
 

Fields in org.apache.pluto.portalImpl.services.factorymanager declared as FactoryManagerService
private static FactoryManagerService FactoryManager.cService
           
 

Methods in org.apache.pluto.portalImpl.services.factorymanager that return FactoryManagerService
static FactoryManagerService FactoryManager.getService()