Expresso 5-6

Uses of Class
com.jcorporate.expresso.kernel.digester.ComponentConfig

Packages that use ComponentConfig
com.jcorporate.expresso.kernel.digester This package contain bean classes and digester rule classes for loading the expresso runtime configuration file, and expresso component metadata. 
com.jcorporate.expresso.kernel.management This package provide classes that provide the core logic for managing the Expresso configuration hierarchy.  
com.jcorporate.expresso.kernel.metadata This package contains bean classes that are created/loaded by the Digester system to represent metadata for Expresso components. 
com.jcorporate.expresso.kernel.util This package contains utility classes that assist in the operation of the kernel package and any other Expresso classes. 
 

Uses of ComponentConfig in com.jcorporate.expresso.kernel.digester
 

Methods in com.jcorporate.expresso.kernel.digester that return ComponentConfig
 ComponentConfig ComponentConfig.getChildComponent(String componentName)
          Search for a child component by the given component name
 ComponentConfig ExpressoServicesConfig.getRootConfig()
          Returns the Root of the ComponentConfig tree generated by the Digester.
 ComponentConfig ComponentConfig.getChildComponent(String componentName)
          Search for a child component by the given component name
 ComponentConfig ExpressoServicesConfig.getRootConfig()
          Returns the Root of the ComponentConfig tree generated by the Digester.
 

Methods in com.jcorporate.expresso.kernel.digester with parameters of type ComponentConfig
 void ComponentConfig.addChildComponent(ComponentConfig newComponent)
          Adds a nested ComponentConfig bean to represent nested components.
 void ComponentConfig.updateConfig(ComponentConfig newConfiguration)
          A semi-copy constructor that allows you to update the configuration for this component only, not it's children.
 void ComponentConfig.addChildComponent(ComponentConfig newComponent)
          Adds a nested ComponentConfig bean to represent nested components.
 void ComponentConfig.updateConfig(ComponentConfig newConfiguration)
          A semi-copy constructor that allows you to update the configuration for this component only, not it's children.
 

Uses of ComponentConfig in com.jcorporate.expresso.kernel.management
 

Methods in com.jcorporate.expresso.kernel.management that return ComponentConfig
 ComponentConfig ComponentFactory.constructDefaultConfig(ExpressoComponent component)
          This class provides the ability to instantiated a blank component initialized only with the default values provided by the component's metadata.
 ComponentConfig ComponentConfigBridge.getConfiguration(ExpressoComponent sourceComponent)
          Given a component, retrieve the component config object for this component.
 

Methods in com.jcorporate.expresso.kernel.management with parameters of type ComponentConfig
 ExpressoComponent ComponentFactory.constructComponent(ComponentContainer parent, ComponentConfig config)
          Constructs a Component.
 void ComponentFactory.configureComponent(ComponentConfig config, ExpressoComponent ec)
          Configures a single component.
 void ComponentConfigBridge.updateSystemConfiguration(ExpressoComponent changedComponent, ExpressoServicesConfig allServicesConfiguration, ComponentConfig newConfiguration)
          Updates the system configuration to that of the component that has been changed
 void ComponentConfigBridge.setConfiguration(ExpressoComponent targetComponent, ComponentConfig newConfiguration)
          Resets the configuration for a component.
protected  void DefaultServiceWriter.processComponent(ComponentConfig config, org.w3c.dom.Element parent, org.w3c.dom.Document dom)
          Recursively go through the Expresso-services.config and convert all the various components into the DOM tree.
protected  void DefaultServiceWriter.processComponentProperties(ComponentConfig config, org.w3c.dom.Element parent, org.w3c.dom.Document dom)
          Write the current component's configuration to the current DOM element.
 

Uses of ComponentConfig in com.jcorporate.expresso.kernel.metadata
 

Methods in com.jcorporate.expresso.kernel.metadata with parameters of type ComponentConfig
 Configuration SimpleProperty.createConfigBean(DefaultConfigBean targetBean, ComponentConfig config, ComponentMetadata metadata)
          Load the configBean with values for this property.
 Configuration MappedProperty.createConfigBean(DefaultConfigBean targetBean, ComponentConfig config, ComponentMetadata metadata)
          Load the configBean with values for this property.
abstract  Configuration Property.createConfigBean(DefaultConfigBean configBean, ComponentConfig config, ComponentMetadata metadata)
          Override in subclasses.
 Configuration IndexedProperty.createConfigBean(DefaultConfigBean targetBean, ComponentConfig config, ComponentMetadata metadata)
          Load the configBean with values for this property.
 

Uses of ComponentConfig in com.jcorporate.expresso.kernel.util
 

Methods in com.jcorporate.expresso.kernel.util that return ComponentConfig
 ComponentConfig LocatorUtils.locateConfiguration(String pathName)
          Allows you to locate the component via a 'bean utils' style string.
 


Expresso 5-6

Please see www.jcorporate.com for information about new Expresso releases.