Class CCDefaultConfigurationObjectLoader

java.lang.Object
org.eclnt.jsfserver.util.CCDefaultConfigurationObjectLoader
All Implemented Interfaces:
IConfigurationObjectLoader

public class CCDefaultConfigurationObjectLoader extends Object implements IConfigurationObjectLoader
Default configuration object loader - creates instance of object by looking up the class within the current class loader and creating a new instance.
  • Constructor Details

    • CCDefaultConfigurationObjectLoader

      public CCDefaultConfigurationObjectLoader()
  • Method Details