org.apache.pluto.portalImpl.services.config
Class Config

java.lang.Object
  extended by org.apache.pluto.portalImpl.services.config.Config

public class Config
extends java.lang.Object

The static accessor for the ConfigService.

See Also:
ConfigService

Field Summary
private static ConfigService cService
           
 
Constructor Summary
Config()
           
 
Method Summary
static Parameters getParameters()
           
static ConfigService getService()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cService

private static final ConfigService cService
Constructor Detail

Config

public Config()
Method Detail

getParameters

public static Parameters getParameters()
See Also:
ConfigService.getParameters()

getService

public static ConfigService getService()