Packageorg.spicefactory.parsley.xml.mapper
Classpublic class InjectXmlSupport
InheritanceInjectXmlSupport Inheritance Object
Implements BootstrapConfigProcessor

Provides a static method to initalize the XML tags for dependency injection. 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 dependency injection.
InjectXmlSupport
Method Detail
initialize()method
public static function initialize():void

Initializes the support for the XML tags for dependency injection. Must be invoked before building the first Context.