| java.lang.Object com.jcorporate.expresso.kernel.metadata.Property com.jcorporate.expresso.kernel.metadata.MappedProperty
MappedProperty | public class MappedProperty extends Property (Code) | | Metadata class that represents a MappedProperty
author: Michael Rimov version: $Revision: 1.6 $ on $Date: 2004/11/17 20:48:17 $ since: Expresso 5.1 |
MappedProperty | public MappedProperty()(Code) | | Default constructor
|
createConfigBean | public Configuration createConfigBean(DefaultConfigBean targetBean, ComponentConfig config, ComponentMetadata metadata)(Code) | | Load the configBean with values for this property.
If there are any values present in the ComponentConfig, then use those properties,
if empty, use your own default values as specified in the ComponentMetadata
Parameters: targetBean - The configBean to populate with this property. Parameters: config - the current configuration as loaded from the expresso config.xml file Parameters: metadata - the current metadata for this component the Configuration interface (actually uslaly the configbean parameter) |
getMappedValue | public String getMappedValue(String key)(Code) | | Retrieve the value of the mapped property.
Parameters: key - the key of the mapped property java.lang.String |
getValues | public Map getValues()(Code) | | Retrieve a list of all mapped property values.
java.util.map |
setMappedValue | public void setMappedValue(String key, String value)(Code) | | Set the Mapped property's value
Parameters: key - the key of the mapped property. Parameters: value - the value of the mapped property |
|
|