Uses of Interface
org.springframework.extensions.config.ConfigElement

Packages that use ConfigElement
org.springframework.extensions.config   
org.springframework.extensions.config.element   
org.springframework.extensions.config.xml.elementreader   
org.springframework.extensions.surf.uri   
org.springframework.extensions.webscripts   
 

Uses of ConfigElement in org.springframework.extensions.config
 

Classes in org.springframework.extensions.config that implement ConfigElement
 class RemoteConfigElement
          Describes the connection, authentication and endpoint properties stored within the block of the current configuration.
 class ServerConfigElement
           
 class WebFrameworkConfigElement
          Web Framework configuration implementation
 class WebStudioConfigElement
           
 

Methods in org.springframework.extensions.config that return ConfigElement
 ConfigElement WebStudioConfigElement.combine(ConfigElement element)
           
 ConfigElement WebFrameworkConfigElement.combine(ConfigElement element)
           
 ConfigElement ServerConfigElement.combine(ConfigElement configElement)
           
 ConfigElement RemoteConfigElement.combine(ConfigElement element)
           
 ConfigElement ConfigElement.combine(ConfigElement configElement)
          Combines the given config element with this config element and returns a new instance containing the resulting combination.
 ConfigElement ConfigElement.getChild(String name)
          Returns a child config element of the given name
 ConfigElement ConfigImpl.getConfigElement(String name)
           
 ConfigElement Config.getConfigElement(String name)
          Returns the config element with the given name, if there is more than one with the given name the first one added is returned.
 ConfigElement WebStudioConfigElementReader.parse(org.dom4j.Element elem)
          Called from the configuration service to handle the loading of the Web Framework configuration XML.
 ConfigElement WebFrameworkConfigElementReader.parse(org.dom4j.Element elem)
          Called from the configuration service to handle the loading of the Web Framework configuration XML.
 ConfigElement ServerElementReader.parse(org.dom4j.Element element)
           
 ConfigElement RemoteConfigElementReader.parse(org.dom4j.Element elem)
           
 

Methods in org.springframework.extensions.config that return types with arguments of type ConfigElement
 List<ConfigElement> ServerConfigElement.getChildren()
           
 List<ConfigElement> ConfigElement.getChildren()
          Returns a list of children held by this ConfigElement
 List<ConfigElement> ConfigElement.getChildren(String name)
          Returns a list of children held by this ConfigElement with the given name.
 List<ConfigElement> ConfigSectionImpl.getConfigElements()
           
 List<ConfigElement> ConfigSection.getConfigElements()
          Returns the config elements that make up this config section
 Map<String,ConfigElement> ConfigImpl.getConfigElements()
           
 Map<String,ConfigElement> Config.getConfigElements()
          Returns all the config elements
 

Methods in org.springframework.extensions.config with parameters of type ConfigElement
 void ConfigSectionImpl.addConfigElement(ConfigElement configElement)
          Adds a config element to the results for the lookup
 ConfigElement WebStudioConfigElement.combine(ConfigElement element)
           
 ConfigElement WebFrameworkConfigElement.combine(ConfigElement element)
           
 ConfigElement ServerConfigElement.combine(ConfigElement configElement)
           
 ConfigElement RemoteConfigElement.combine(ConfigElement element)
           
 ConfigElement ConfigElement.combine(ConfigElement configElement)
          Combines the given config element with this config element and returns a new instance containing the resulting combination.
 void ConfigImpl.putConfigElement(ConfigElement configElement)
          Adds a config element to the results of the lookup replacing any config element already present with the same name
 

Uses of ConfigElement in org.springframework.extensions.config.element
 

Classes in org.springframework.extensions.config.element that implement ConfigElement
 class ConfigElementAdapter
          Adapter class for implementing ConfigElement's.
 class GenericConfigElement
          Implementation of a generic configuration element.
 

Fields in org.springframework.extensions.config.element with type parameters of type ConfigElement
protected  List<ConfigElement> ConfigElementAdapter.children
           
 

Methods in org.springframework.extensions.config.element that return ConfigElement
 ConfigElement GenericConfigElement.combine(ConfigElement configElement)
           
abstract  ConfigElement ConfigElementAdapter.combine(ConfigElement configElement)
           
 ConfigElement ConfigElementAdapter.getChild(String name)
           
 

Methods in org.springframework.extensions.config.element that return types with arguments of type ConfigElement
 List<ConfigElement> ConfigElementAdapter.getChildren()
           
 List<ConfigElement> ConfigElementAdapter.getChildren(String name)
           
 Map<String,List<ConfigElement>> ConfigElementAdapter.getChildrenMap()
           
 

Methods in org.springframework.extensions.config.element with parameters of type ConfigElement
 void GenericConfigElement.addChild(ConfigElement configElement)
          Adds the given config element as a child of this element
 ConfigElement GenericConfigElement.combine(ConfigElement configElement)
           
abstract  ConfigElement ConfigElementAdapter.combine(ConfigElement configElement)
           
 

Uses of ConfigElement in org.springframework.extensions.config.xml.elementreader
 

Methods in org.springframework.extensions.config.xml.elementreader that return ConfigElement
 ConfigElement GenericElementReader.parse(org.dom4j.Element element)
           
 ConfigElement ConfigElementReader.parse(org.dom4j.Element element)
          Parses the given XML element into a ConfigElement object
 

Uses of ConfigElement in org.springframework.extensions.surf.uri
 

Constructors in org.springframework.extensions.surf.uri with parameters of type ConfigElement
UriTemplateListIndex(ConfigElement config)
          Constructor
UriTemplateMappingIndex(ConfigElement config)
          Constructor
 

Uses of ConfigElement in org.springframework.extensions.webscripts
 

Fields in org.springframework.extensions.webscripts with type parameters of type ConfigElement
protected  Map<String,ConfigElement> ConfigModel.globalConfig
           
 

Methods in org.springframework.extensions.webscripts that return types with arguments of type ConfigElement
 Map<String,ConfigElement> ConfigModel.getGlobal()
          Retrieves the global configuration as a Map.
 Map<String,ConfigElement> ConfigModel.getScoped()
          Retrieves scoped configuration as a Map.
 



Copyright © 2009 SpringSource, Inc. All Rights Reserved.