[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 ByELEMENT
AccessREAD_WRITE
RequiredNo.

The class loader to use for reading a resource. Will be set automatically by Oddjob if one isn't provided.

file

Configured ByELEMENT
AccessREAD_WRITE
RequiredNo.

A file containing the configuration.

input

Configured ByELEMENT
AccessREAD_WRITE
RequiredNo.

An input stream containing the configuration.

resource

Configured ByATTRIBUTE
AccessREAD_WRITE
RequiredNo.

The name of a class path resource containing the configuration.

url

Configured ByELEMENT
AccessREAD_WRITE
RequiredNo.

A URL to read configuration from.

xml

Configured ByELEMENT
AccessREAD_WRITE
RequiredNo.

The configuration as embedded XML text.


(c) R Gordon Ltd 2005 - Present