Packageorg.spicefactory.parsley.xml.mapper
Classpublic class CommandXmlSupport
InheritanceCommandXmlSupport Inheritance Object
Implements BootstrapConfigProcessor

Provides a static method to initalize the XML tags for commands and command links. 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 commands and command links.
CommandXmlSupport
Method Detail
initialize()method
public static function initialize():void

Initializes the support for the XML tags for commands and command links. Must be invoked before building the first Context.