Packageorg.spicefactory.parsley.flex
Classpublic class FlexSupport
InheritanceFlexSupport Inheritance Object

Initializes all Flex specific features which are not built into the Parsley Core, like the support for Modules, for Flex Logging and for Commands based on AsyncToken.



Public Methods
 MethodDefined By
  
initialize():void
[static] Initializes the core Flex specific features of the IOC container.
FlexSupport
Method Detail
initialize()method
public static function initialize():void

Initializes the core Flex specific features of the IOC container. Usually there is no need for application code to call this method directly. It will be invoked by the standard <parsley:ContextBuilder/> tag, by all static entry points in the FlexContextBuilder class and also by the DSL-based ContextBuilder. In rare cases where you only use some other configuration mechanism like XML for your Flex application it may be necessary to invoke this method manually.