Packageorg.spicefactory.parsley.binding
Classpublic class BindingSupport
InheritanceBindingSupport Inheritance Object

Provides a static method to initalize the decoupled binding facility. Can be used as a child tag of a <ContextBuilder> tag in MXML alternatively. The core Parsley distribution automatically includes this extension, thus there is usually no need to explicitly initialize it in applications.



Public Methods
 MethodDefined By
  
initialize():void
[static] Initializes the support for decoupled bindings.
BindingSupport
Method Detail
initialize()method
public static function initialize():void

Initializes the support for decoupled bindings. Installs the Publish, Subscribe and PublishSubscribe tags for metadata, MXML and XML. Must be invoked before a ContextBuilder is used for the first time.

The core Parsley distribution automatically includes this extension, thus there is usually no need to explicitly initialize it in applications.