Packageorg.spicefactory.parsley.rpc.pimento.config
Classpublic class PimentoXmlSupport
InheritancePimentoXmlSupport Inheritance Object
Implements BootstrapConfigProcessor

Provides a static method to initalize the Pimento 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 Pimento XML tag extension.
PimentoXmlSupport
Public Constants
 ConstantDefined By
  NAMESPACE_URI : String = http://www.spicefactory.org/parsley/pimento
[static] The XML Namespace of the Pimento tag extension.
PimentoXmlSupport
Method Detail
initialize()method
public static function initialize():void

Initializes the Pimento 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/pimento

The XML Namespace of the Pimento tag extension.