Skip navigation links

Package org.oddjob.arooa.standard

The standard configuration parsing implementation.

See: Description

Package org.oddjob.arooa.standard Description

The standard configuration parsing implementation.

This implementation provides the following features.

Object Instantiation

All objects are created at parse time.

Object Injection

All objects are injected into their parents once parsing of all a components elements is complete. This applies to component is a component as well.

All constant attribute values are injected at this time as well.

Attribues which contain a ${} replacement are injected when a component is configured.

Skip navigation links