Packageorg.spicefactory.parsley.rpc.cinnamon.config
Classpublic class CinnamonXmlSupport
InheritanceCinnamonXmlSupport Inheritance Object
Implements BootstrapConfigProcessor

Provides a static method to initalize the Cinnamon XML tag extension. Can be used as a child tag of a <ContextBuilder> tag in MXML alternatively.



Public Methods
 MethodDefined By
  
initialize():void
[static] Initializes the Cinnamon XML tag extension.
CinnamonXmlSupport
Public Constants
 ConstantDefined By
  NAMESPACE_URI : String = http://www.spicefactory.org/parsley/cinnamon
[static] The XML Namespace of the Cinnamon tag extension.
CinnamonXmlSupport
Method Detail
initialize()method
public static function initialize():void

Initializes the Cinnamon XML tag extension. Must be invoked before the XmlContextBuilder is used for the first time.

Constant Detail
NAMESPACE_URIConstant
public static const NAMESPACE_URI:String = http://www.spicefactory.org/parsley/cinnamon

The XML Namespace of the Cinnamon tag extension.