Previous Element | Next Element |
PropertyDataSource
This loads all the data from the specified Java Properties
file into the data model. Hierarchical property names can be
specified and each property name can be suffixed with a
modifier indicating the variable type. For more information
please see
here
.
Attributes
| name | The top-level name in the internal data model under which all the mappings defined in the properties file are placed. This name must be specified. | |
| Type | String | |
| location | A mandatory attribute containing the physical location of the properties file. This can be specified as either a file name of a URL (the type attribute is used to determine the location type). When a relative filepath is specified, it is assumed to be relative to the document root of the RVML document - in general this is the folder in which the RVML document is located. | |
| Type | String | |
| type | The type of location specified in the location attribute. | |
| Type | String | |
| Values | file url | |
| Default Value | file | |
Child Elements
None
Parent Elements
DataSourcesExamples
None
Previous Element | Next Element |