Uses of Class
org.apache.pluto.portalImpl.services.config.ConfigService

Packages that use ConfigService
org.apache.pluto.portalImpl.services.config   
 

Uses of ConfigService in org.apache.pluto.portalImpl.services.config
 

Subclasses of ConfigService in org.apache.pluto.portalImpl.services.config
 class ConfigServiceImpl
          The implementation of the ConfigService.
 

Fields in org.apache.pluto.portalImpl.services.config declared as ConfigService
private static ConfigService Config.cService
           
 

Methods in org.apache.pluto.portalImpl.services.config that return ConfigService
static ConfigService Config.getService()