| Package | org.spicefactory.parsley.binding |
| Class | public class BindingSupport |
| Inheritance | BindingSupport Object |
| Method | Defined By | ||
|---|---|---|---|
initialize():void [static]
Initializes the support for decoupled bindings. | BindingSupport | ||
| 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.