Packageorg.spicefactory.parsley.xml.mapper
Classpublic class ResourceXmlSupport
InheritanceResourceXmlSupport Inheritance Object
Implements BootstrapConfigProcessor

Provides a static method to initalize the XML tags for resource bindings. Can be used as a child tag of a <ContextBuilder> tag in MXML alternatively. The use of this class is only required when disabling the default set of XML tags with DefaultXmlTags.disable(), otherwise these tags will be installed automatically.



Public Methods
 MethodDefined By
  
initialize():void
[static] Initializes the support for the XML tags for resource bindings.
ResourceXmlSupport
Method Detail
initialize()method
public static function initialize():void

Initializes the support for the XML tags for resource bindings. Must be invoked before building the first Context.