Packageorg.spicefactory.parsley.flex.tag.builder
Classpublic class FlexConfigTag
InheritanceFlexConfigTag Inheritance Object
Implements BootstrapConfigProcessor

MXML tag for adding a MXML configuration class to a ContextBuilder.

Example:

                  <parsley:ContextBuilder>
     <parsley:FlexConfig type="{BookStoreConfig}"/>
     <parsley:XmlConfig file="logging.xml"/>
 </parsley:ContextBuilder>
               



Public Properties
 PropertyDefined By
  type : Class
The class that contains the MXML configuration.
FlexConfigTag
Property Detail
typeproperty
public var type:Class

The class that contains the MXML configuration.