| java.lang.Object com.jcorporate.expresso.kernel.internal.DefaultConfigBean
DefaultConfigBean | public class DefaultConfigBean implements Configuration(Code) | | This class represents a default implementation of the Configuration interface.
Is is used internally by the SystemFactory to load all the configuration values
to be distributed to the Components for configuration. Those wishing to change the
underlying class should create their own System factory
author: Michael Rimov version: $Revision: 1.4 $ on $Date: 2004/11/17 20:48:17 $ since: Expresso 5.1 |
indexedProperties | Map indexedProperties(Code) | | |
DefaultConfigBean | public DefaultConfigBean()(Code) | | |
getIndexedProperties | public java.util.List getIndexedProperties(String name)(Code) | | Retrieve ALL the indexed properties defined by parameter name.
Parameters: name - the name of the property java.util.List |
getMappedProperties | public java.util.Map getMappedProperties(String name)(Code) | | Retrieved all the mapped properties defined by name
Parameters: name - the name of the mapped properties to retrieve java.util.Map of all properties keyed by the property key. |
|
|