|
Expresso 5-6 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.jcorporate.expresso.kernel.metadata.Property
com.jcorporate.expresso.kernel.metadata.MappedProperty
Metadata class that represents a MappedProperty
| Constructor Summary | |
MappedProperty()
Default constructor |
|
| Method Summary | |
Configuration |
createConfigBean(DefaultConfigBean targetBean,
ComponentConfig config,
ComponentMetadata metadata)
Load the configBean with values for this property. |
String |
getMappedValue(String key)
Retrieve the value of the mapped property. |
Map |
getValues()
Retrieve a list of all mapped property values. |
void |
setMappedValue(String key,
String value)
Set the Mapped property's value |
| Methods inherited from class com.jcorporate.expresso.kernel.metadata.Property |
getAccess, getDescription, getName, getType, setAccess, setDescription, setName, setType |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public MappedProperty()
| Method Detail |
public void setMappedValue(String key,
String value)
key - the key of the mapped property.value - the value of the mapped propertypublic String getMappedValue(String key)
key - the key of the mapped property
public Map getValues()
public Configuration createConfigBean(DefaultConfigBean targetBean,
ComponentConfig config,
ComponentMetadata metadata)
createConfigBean in class PropertytargetBean - The configBean to populate with this property.config - the current configuration as loaded from the expresso config.xml filemetadata - the current metadata for this component
|
Expresso 5-6 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||