Packageorg.springextensions.actionscript.ioc.factory.xml
SVN browsingUtilNamespaceHandler.as
FisheyeUtilNamespaceHandler.as
Classpublic class UtilNamespaceHandler
InheritanceUtilNamespaceHandler Inheritance NamespaceHandlerSupport

Util namespace handler. xml-schema-based-configuration.html#the_util_schema



Public Methods
 MethodDefined by
  
Creates a new UtilNamespaceHandler instance.
UtilNamespaceHandler
 Inherited
getNamespace():Namespace
Return the namespace supported by this namespace handler.
NamespaceHandlerSupport
 Inherited
Parses the given node and returns the resulting object definition.
NamespaceHandlerSupport
Protected Methods
 MethodDefined by
 Inherited
Registers an object definition parser.
NamespaceHandlerSupport
Public Constants
 ConstantDefined by
  CONSTANT : String = "constant"
[static]
UtilNamespaceHandler
  INVOKE : String = "invoke"
[static]
UtilNamespaceHandler
Constructor detail
UtilNamespaceHandler()constructor
public function UtilNamespaceHandler()

Creates a new UtilNamespaceHandler instance.

Constant detail
CONSTANTconstant
public static const CONSTANT:String = "constant"
INVOKEconstant 
public static const INVOKE:String = "invoke"