Packageorg.spicefactory.parsley.flex.tag.builder
Classpublic class PropertiesFileTag
InheritancePropertiesFileTag Inheritance Object
Implements BootstrapConfigProcessor

MXML tag for declaring a properties file to load.

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

                  <parsley:ContextBuilder>
     <parsley:PropertiesFile file="bookstore.properties"/>
     <parsley:FlexConfig type="{BookStoreConfig}"/>
     <parsley:XmlConfig file="logging.xml"/>
 </parsley:ContextBuilder>
               
For the supported syntax see:

See also

org.spicefactory.parsley.properties.util.PropertiesParser


Public Properties
 PropertyDefined By
  file : String
The name of the properties file.
PropertiesFileTag
Property Detail
fileproperty
public var file:String

The name of the properties file.