|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.oddjob.arooa.ArooaConstants
Constant values used in the Arooa Framework.
| Field Summary | |
static java.lang.String |
BEAN_UTILS_BEAN
The BeanUtils BeanUtilsBean to use. |
static java.lang.String |
COMPONENT_FACTORY
The key for storing the ObjectFactory which is the component factory within the ArooaContext. |
static java.lang.String |
COMPONENT_HANDLER
The ArooaHandler to use for handling component elements. |
static java.lang.String |
COMPONENT_PROXY_RESOLVER
|
static java.lang.String |
COMPONENT_REGISTRY
The ComponentRegistry where components are registered by id. |
static java.lang.String |
CURRENTLY_CONFIGURING
The object or runtime proxy that is currently being configured. |
static java.lang.String |
ELEMENT_HANDLER
The ArooaHandler to use for handling nested elements. |
static java.lang.String |
ELEMENT_NAME
The element name when an element passed down through the handlers when a level is skipped. |
static java.lang.String |
ID_PROPERTY
The attribute from which we get a components id. |
static java.lang.String |
MAPPED_HANDLER
The ArooaHandler to use for handling mapped properies of the type setXyz(String name, Object value). |
static java.lang.String |
PROPERTY_HANDLER
The ArooaHandler to use for handling nested properties (get/set properties which could be attributes but are declared inline as xml elements). |
static java.lang.String |
PROPERTY_PROXY_RESOLVER
The key for storing the property proxy resolver within the Arooa Context. |
static java.lang.String |
RTC_LEAVE_PROXY
The key for a Boolean value which the runtime configuration will use to leave ValueTypes unresolved during configuration. |
static java.lang.String |
SUBPOLICY_STRICT
The constant for a strict constant. |
static java.lang.String |
SUBSTITUTION_POLICY
The substitution policy for id. |
static java.lang.String |
VALUE_FACTORY
The key for storing the ObjectFactory which is the value factory within the ArooaContext. |
| Constructor Summary | |
ArooaConstants()
|
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final java.lang.String ID_PROPERTY
public static final java.lang.String COMPONENT_FACTORY
public static final java.lang.String VALUE_FACTORY
public static final java.lang.String PROPERTY_PROXY_RESOLVER
public static final java.lang.String COMPONENT_HANDLER
public static final java.lang.String COMPONENT_PROXY_RESOLVER
public static final java.lang.String ELEMENT_HANDLER
public static final java.lang.String PROPERTY_HANDLER
public static final java.lang.String MAPPED_HANDLER
public static final java.lang.String CURRENTLY_CONFIGURING
public static final java.lang.String COMPONENT_REGISTRY
public static final java.lang.String SUBSTITUTION_POLICY
public static final java.lang.String BEAN_UTILS_BEAN
public static final java.lang.String ELEMENT_NAME
public static final java.lang.String SUBPOLICY_STRICT
public static final java.lang.String RTC_LEAVE_PROXY
| Constructor Detail |
public ArooaConstants()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||