[Index]

arooa:property


Provide a definition for a property within an arooa:bean-def.

Providing property definitions within a BeanDefinition is an alternative to using annotations in the Java code or providing an org.oddjob.arooa.ArooaBeanDescriptor Arooa class file.


Property Summary

annotation An annotation for the property.
auto Is the property set automatically by the framework.
flavour Not used at present.
name The name of the property.
type The type of the property.

Property Detail

annotation

Configured ByATTRIBUTE
AccessREAD_WRITE
RequiredNo.

An annotation for the property.

auto

Configured ByATTRIBUTE
AccessREAD_WRITE
RequiredNo. Defaults to false.

Is the property set automatically by the framework. True/False.

flavour

Configured ByATTRIBUTE
AccessREAD_WRITE
RequiredNo.

Not used at present.

name

Configured ByATTRIBUTE
AccessREAD_WRITE
RequiredYes.

The name of the property.

type

Configured ByATTRIBUTE
AccessREAD_WRITE
RequiredYes.

The type of the property. One of ATTRIBUTE, ELEMENT, TEXT, COMPONENT, HIDDEN.


(c) Rob Gordon 2005 - 2017