| Package | org.springextensions.actionscript.ioc.factory.xml |
| SVN browsing | UtilNamespaceHandler.as |
| Fisheye | UtilNamespaceHandler.as |
| Class | public class UtilNamespaceHandler |
| Inheritance | UtilNamespaceHandler NamespaceHandlerSupport |
| Method | Defined by | ||
|---|---|---|---|
|
Creates a new
UtilNamespaceHandler instance. | UtilNamespaceHandler | ||
![]() |
getNamespace():Namespace
Return the namespace supported by this namespace handler.
| NamespaceHandlerSupport | |
![]() |
Parses the given node and returns the resulting object definition.
| NamespaceHandlerSupport | |
| Constant | Defined by | ||
|---|---|---|---|
| CONSTANT : String = "constant" [static]
| UtilNamespaceHandler | ||
| INVOKE : String = "invoke" [static]
| UtilNamespaceHandler | ||
| UtilNamespaceHandler | () | constructor |
public function UtilNamespaceHandler()
Creates a new UtilNamespaceHandler instance.
| CONSTANT | constant |
public static const CONSTANT:String = "constant"
| INVOKE | constant |
public static const INVOKE:String = "invoke"