org.springframework.extensions.config
Class WebStudioConfigElementReader

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

public class WebStudioConfigElementReader
extends Object
implements 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 Summary
WebStudioConfigElementReader()
           
 
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

WebStudioConfigElementReader

public WebStudioConfigElementReader()
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.