Class RemoteConfigElementReader

  • All Implemented Interfaces:
    org.springframework.extensions.config.xml.elementreader.ConfigElementReader

    public class RemoteConfigElementReader
    extends java.lang.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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.springframework.extensions.config.ConfigElement parse​(org.dom4j.Element elem)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RemoteConfigElementReader

        public RemoteConfigElementReader()
    • Method Detail

      • parse

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