Packageorg.spicefactory.parsley.xml.tag
Classpublic class XmlConfigTag
InheritanceXmlConfigTag Inheritance Object
Implements BootstrapConfigProcessor

MXML tag for adding an XML configuration file to a ContextBuilder.

Example:

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



Public Properties
 PropertyDefined By
  file : String
The name of the file that contains the XML configuration.
XmlConfigTag
Property Detail
fileproperty
public var file:String

The name of the file that contains the XML configuration.