Packageorg.spicefactory.parsley.xml.mapper
Classpublic class XmlObjectDefinitionMapperFactory
InheritanceXmlObjectDefinitionMapperFactory Inheritance Object

Factory that builds the XML-to-Object mappers for the Parsley XML configuration format. Built upon the Spicelib XML-to-Object Mapping Framework.



Public Methods
 MethodDefined By
  
XmlObjectDefinitionMapperFactory(domain:ApplicationDomain = null)
Creates a new instance.
XmlObjectDefinitionMapperFactory
  
Creates the mapper for the root objects tag of Parsley XML configuration files.
XmlObjectDefinitionMapperFactory
Public Constants
 ConstantDefined By
  PARSLEY_NAMESPACE_URI : String = http://www.spicefactory.org/parsley
[static] The main Parsley XML configuration namespace.
XmlObjectDefinitionMapperFactory
Constructor Detail
XmlObjectDefinitionMapperFactory()Constructor
public function XmlObjectDefinitionMapperFactory(domain:ApplicationDomain = null)

Creates a new instance.

Parameters
domain:ApplicationDomain (default = null) — the ApplicationDomain to use for reflection.
Method Detail
createObjectDefinitionMapper()method
public function createObjectDefinitionMapper():XmlObjectMapper

Creates the mapper for the root objects tag of Parsley XML configuration files.

Returns
XmlObjectMapper — the mapper for the root objects tag of Parsley XML configuration files
Constant Detail
PARSLEY_NAMESPACE_URIConstant
public static const PARSLEY_NAMESPACE_URI:String = http://www.spicefactory.org/parsley

The main Parsley XML configuration namespace.