org.oddjob.arooa
Class ArooaConstants

java.lang.Object
  extended byorg.oddjob.arooa.ArooaConstants

public class ArooaConstants
extends java.lang.Object

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

ID_PROPERTY

public static final java.lang.String ID_PROPERTY
The attribute from which we get a components id.

See Also:
Constant Field Values

COMPONENT_FACTORY

public static final java.lang.String COMPONENT_FACTORY
The key for storing the ObjectFactory which is the component factory within the ArooaContext.

See Also:
Constant Field Values

VALUE_FACTORY

public static final java.lang.String VALUE_FACTORY
The key for storing the ObjectFactory which is the value factory within the ArooaContext.

See Also:
Constant Field Values

PROPERTY_PROXY_RESOLVER

public static final java.lang.String PROPERTY_PROXY_RESOLVER
The key for storing the property proxy resolver within the Arooa Context.

See Also:
Constant Field Values

COMPONENT_HANDLER

public static final java.lang.String COMPONENT_HANDLER
The ArooaHandler to use for handling component elements.

See Also:
Constant Field Values

COMPONENT_PROXY_RESOLVER

public static final java.lang.String COMPONENT_PROXY_RESOLVER
See Also:
Constant Field Values

ELEMENT_HANDLER

public static final java.lang.String ELEMENT_HANDLER
The ArooaHandler to use for handling nested elements.

See Also:
Constant Field Values

PROPERTY_HANDLER

public static final 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).

See Also:
Constant Field Values

MAPPED_HANDLER

public static final java.lang.String MAPPED_HANDLER
The ArooaHandler to use for handling mapped properies of the type setXyz(String name, Object value).

See Also:
Constant Field Values

CURRENTLY_CONFIGURING

public static final java.lang.String CURRENTLY_CONFIGURING
The object or runtime proxy that is currently being configured.

See Also:
Constant Field Values

COMPONENT_REGISTRY

public static final java.lang.String COMPONENT_REGISTRY
The ComponentRegistry where components are registered by id.

See Also:
Constant Field Values

SUBSTITUTION_POLICY

public static final java.lang.String SUBSTITUTION_POLICY
The substitution policy for id.

See Also:
Constant Field Values

BEAN_UTILS_BEAN

public static final java.lang.String BEAN_UTILS_BEAN
The BeanUtils BeanUtilsBean to use.

See Also:
Constant Field Values

ELEMENT_NAME

public static final java.lang.String ELEMENT_NAME
The element name when an element passed down through the handlers when a level is skipped.

See Also:
Constant Field Values

SUBPOLICY_STRICT

public static final java.lang.String SUBPOLICY_STRICT
The constant for a strict constant.

See Also:
Constant Field Values

RTC_LEAVE_PROXY

public static final java.lang.String RTC_LEAVE_PROXY
The key for a Boolean value which the runtime configuration will use to leave ValueTypes unresolved during configuration.

See Also:
Constant Field Values
Constructor Detail

ArooaConstants

public ArooaConstants()