Interface IConfigurationObjectLoader

All Known Implementing Classes:
CCDefaultConfigurationObjectLoader

public interface IConfigurationObjectLoader
Interface which is used for reading all configuration objects that are referenced via system.xml.

Default implementation is CCDefaultConfigurationObjectLoader. Registration is done in SystemXml itself, section "configurationObjectLoader".
  • Method Summary

    Modifier and Type
    Method
    Description
    loadInstance(String className, boolean withError)
     
  • Method Details

    • loadInstance

      Object loadInstance(String className, boolean withError)