Class RemoteConfigElementReader

java.lang.Object
org.springframework.extensions.config.RemoteConfigElementReader
All Implemented Interfaces:
org.springframework.extensions.config.xml.elementreader.ConfigElementReader

public class RemoteConfigElementReader extends Object implements org.springframework.extensions.config.xml.elementreader.ConfigElementReader
Responsible for loading Web Framework configuration settings from the web-site-config*.xml files that are loaded via the configuration service.
Author:
muzquiano
  • Constructor Details

    • RemoteConfigElementReader

      public RemoteConfigElementReader()
  • Method Details

    • parse

      public org.springframework.extensions.config.ConfigElement parse(org.dom4j.Element elem)
      Specified by:
      parse in interface org.springframework.extensions.config.xml.elementreader.ConfigElementReader