Packageorg.spicefactory.parsley.xml.mapper
Classpublic class BindingXmlSupport
InheritanceBindingXmlSupport Inheritance Object
Implements BootstrapConfigProcessor

Provides a static method to initalize the XML tags for the decoupled binding facility. 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 decoupled bindings.
BindingXmlSupport
Method Detail
initialize()method
public static function initialize():void

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