| Package | org.springextensions.actionscript.ioc.factory.xml.parser.support.nodeparsers.stageinterception |
| SVN browsing | GenericStageProcessorNodeParser.as |
| Fisheye | GenericStageProcessorNodeParser.as |
| Class | public class GenericStageProcessorNodeParser |
| Inheritance | GenericStageProcessorNodeParser AbstractObjectDefinitionParser |
Documentation reference: the stage interception schema
| Method | Defined by | ||
|---|---|---|---|
|
Creates a new
StageProcessorNodeParser instance. | GenericStageProcessorNodeParser | ||
![]() |
Parses the given xml node into an IObjectDefinition and registers the object definition
with the given parser/context.
| AbstractObjectDefinitionParser | |
| Method | Defined by | ||
|---|---|---|---|
|
Template method for parsing the xml node into an object definition.
| GenericStageProcessorNodeParser | ||
![]() |
Returns the id of the given xml node.
| AbstractObjectDefinitionParser | |
| Constant | Defined by | ||
|---|---|---|---|
| OBJECT_SELECTOR_ATTR : String = "object-selector" [static] The object-selector attribute
| GenericStageProcessorNodeParser | ||
| TARGET_METHOD_ATTR : String = "target-method" [static] The target-method attribute
| GenericStageProcessorNodeParser | ||
| TARGET_OBJECT_ATTR : String = "target-object" [static] The target-object attribute
| GenericStageProcessorNodeParser | ||
| TARGET_PROPERTY_ATTR : String = "target-property" [static] The target-property attribute
| GenericStageProcessorNodeParser | ||
| GenericStageProcessorNodeParser | () | constructor |
public function GenericStageProcessorNodeParser()
Creates a new StageProcessorNodeParser instance.
| parseInternal | () | method |
protected override function parseInternal(node:XML, context:XMLObjectDefinitionsParser):IObjectDefinitionTemplate method for parsing the xml node into an object definition.
Parametersnode:XML |
|
context:XMLObjectDefinitionsParser |
IObjectDefinition |
| OBJECT_SELECTOR_ATTR | constant |
public static const OBJECT_SELECTOR_ATTR:String = "object-selector"The object-selector attribute
| TARGET_METHOD_ATTR | constant |
public static const TARGET_METHOD_ATTR:String = "target-method"The target-method attribute
| TARGET_OBJECT_ATTR | constant |
public static const TARGET_OBJECT_ATTR:String = "target-object"The target-object attribute
| TARGET_PROPERTY_ATTR | constant |
public static const TARGET_PROPERTY_ATTR:String = "target-property"The target-property attribute