|
Expresso 5-6 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use ComponentMetadata | |
| com.jcorporate.expresso.kernel | The Expresso Kernel package forms the core interface and basic implementations of the future ECCR or Expresso Component and Configuration Runtime. |
| 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.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 ComponentMetadata in com.jcorporate.expresso.kernel |
| Methods in com.jcorporate.expresso.kernel that return ComponentMetadata | |
ComponentMetadata |
EmbeddedComponent.getMetaData()
Returns the metadata by retrieving the appropriate metadata from the parent |
ComponentMetadata |
ExpressoComponent.getMetaData()
Retrieve the metadata for this component. |
ComponentMetadata |
ComponentBase.getMetaData()
Retrieve the metadata for the component |
| Methods in com.jcorporate.expresso.kernel with parameters of type ComponentMetadata | |
void |
Describable.setMetaData(ComponentMetadata metadata)
Sets the component metadata for component. |
void |
ComponentBase.setMetaData(ComponentMetadata metadata)
Allows the metadata to be set by the system factory. |
| Uses of ComponentMetadata in com.jcorporate.expresso.kernel.digester |
| Methods in com.jcorporate.expresso.kernel.digester that return ComponentMetadata | |
ComponentMetadata |
ComponentMetadataConfig.getMetadata()
Retrieve the componentMetadata that has been built via a call to loadComponentMetadata |
ComponentMetadata |
ComponentMetadataConfig.getMetadata()
Retrieve the componentMetadata that has been built via a call to loadComponentMetadata |
| Uses of ComponentMetadata in com.jcorporate.expresso.kernel.metadata |
| Methods in com.jcorporate.expresso.kernel.metadata with parameters of type ComponentMetadata | |
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. |
void |
ComponentMetadata.addChildComponent(ComponentMetadata newComponent)
Add a new ComponentMetadata object as a child of this component |
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 ComponentMetadata in com.jcorporate.expresso.kernel.util |
| Methods in com.jcorporate.expresso.kernel.util that return ComponentMetadata | |
ComponentMetadata |
LocatorUtils.locateMetadata(String pathName)
Allows you to locate the component metadata via a 'bean utils' style string. |
|
Expresso 5-6 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||