com.hack23.cia.service.impl
Class ConfigurationManagerImpl

Package class diagram package ConfigurationManagerImpl
java.lang.Object
  extended by com.hack23.cia.service.impl.ConfigurationManagerImpl
All Implemented Interfaces:
ConfigurationManager

@Service(value="ConfigurationManager")
public class ConfigurationManagerImpl
extends Object
implements ConfigurationManager

The Class ConfigurationManagerImpl.


Constructor Summary
ConfigurationManagerImpl()
           
 
Method Summary
 SystemConfiguration getSystemConfiguration()
          Gets the system configuration.
 UserConfiguration getUserConfiguration(String url)
          Gets the user configuration.
 void setup()
          Setup.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigurationManagerImpl

public ConfigurationManagerImpl()
Method Detail

getSystemConfiguration

public SystemConfiguration getSystemConfiguration()
Description copied from interface: ConfigurationManager
Gets the system configuration.

Specified by:
getSystemConfiguration in interface ConfigurationManager
Returns:
the system configuration

getUserConfiguration

public UserConfiguration getUserConfiguration(String url)
Description copied from interface: ConfigurationManager
Gets the user configuration.

Specified by:
getUserConfiguration in interface ConfigurationManager
Parameters:
url - the url
Returns:
the user configuration

setup

@PostConstruct
public void setup()
Setup.



Copyright © 2008-2011 www.hack23.com. All Rights Reserved.