[Index]
arooa:configuration
Provide Configuration in XML format.
Property Summary
| classLoader |
The class loader to use for reading a resource. |
| file |
A file containing the configuration. |
| input |
An input stream containing the configuration. |
| resource |
The name of a class path resource containing
the configuration. |
| url |
A URL to read configuration from. |
| xml |
The configuration as embedded XML text. |
Property Detail
classLoader
| Configured By | ELEMENT |
| Access | READ_WRITE |
| Required | No. |
The class loader to use for reading a resource.
Will be set automatically by Oddjob if one isn't provided.
file
| Configured By | ELEMENT |
| Access | READ_WRITE |
| Required | No. |
A file containing the configuration.
input
| Configured By | ELEMENT |
| Access | READ_WRITE |
| Required | No. |
An input stream containing the configuration.
resource
| Configured By | ATTRIBUTE |
| Access | READ_WRITE |
| Required | No. |
The name of a class path resource containing
the configuration.
url
| Configured By | ELEMENT |
| Access | READ_WRITE |
| Required | No. |
A URL to read configuration from.
xml
| Configured By | ELEMENT |
| Access | READ_WRITE |
| Required | No. |
The configuration as embedded XML text.
(c) R Gordon Ltd 2005 - Present