Packageorg.spicefactory.parsley.flex.tag.builder
Classpublic class PropertiesObjectTag
InheritancePropertiesObjectTag Inheritance Object
Implements BootstrapConfigProcessor

MXML tag for declaring a properties represented by name/value pairs of a generic AS3 object.

The tag can be used as a child tag of the ContextBuilder tag:

                  <parsley:ContextBuilder>
     <parsley:PropertiesObject>
         <fx:Object serviceUrl="http://www.company.com/services/" mediaPath="images"/>
     </parsley:PropertiesObject>
     <parsley:FlexConfig type="{BookStoreConfig}"/>
     <parsley:XmlConfig file="logging.xml"/>
 </parsley:ContextBuilder>
               



Public Properties
 PropertyDefined By
  ref : Object
The reference to a generic Object that holds the properties as name/value pairs of its properties.
PropertiesObjectTag
Property Detail
refproperty
public var ref:Object

The reference to a generic Object that holds the properties as name/value pairs of its properties.