org.springframework.extensions.config
Class WebFrameworkConfigElementReader

java.lang.Object
  extended by org.springframework.extensions.config.WebFrameworkConfigElementReader
All Implemented Interfaces:
ConfigElementReader

public class WebFrameworkConfigElementReader
extends Object
implements ConfigElementReader

Responsible for loading Web Framework configuration settings from the web-framework-config*.xml files that are loaded via the configuration service.

Author:
muzquiano

Constructor Summary
WebFrameworkConfigElementReader()
           
 
Method Summary
 ConfigElement parse(org.dom4j.Element elem)
          Called from the configuration service to handle the loading of the Web Framework configuration XML.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebFrameworkConfigElementReader

public WebFrameworkConfigElementReader()
Method Detail

parse

public ConfigElement parse(org.dom4j.Element elem)
Called from the configuration service to handle the loading of the Web Framework configuration XML.

Specified by:
parse in interface ConfigElementReader
Parameters:
element - the element
Returns:
the config element
See Also:
ConfigElementReader.parse(org.dom4j.Element)


Copyright © 2009 SpringSource, Inc. All Rights Reserved.