Class AttributeReferenceAny

java.lang.Object
org.eclnt.jsfserver.pagebean.componentascontrol.valuemgmt.AttributeReference<Object>
org.eclnt.jsfserver.pagebean.componentascontrol.valuemgmt.AttributeReferenceAny
All Implemented Interfaces:
IDynamicContentBindingObject, IValueDelegation<Object>

public class AttributeReferenceAny extends AttributeReference<Object>
Components sometimes reference a value which does not have a pre-defined data type. E.g. a generic field component may reference a String or a BigDecimal or a Date value. In this case the component takes over the flexible reaction on different data types - and uses this class for holding the attribute reference.