Package | org.swizframework.processors |
Class | public class DispatcherProcessor |
Inheritance | DispatcherProcessor ![]() ![]() |
Property | Defined By | ||
---|---|---|---|
![]() | metadataClass : Class [read-only]
| BaseMetadataProcessor | |
![]() | metadataNames : Array [read-only]
Name of metadata tags in which this processor is interested. | BaseMetadataProcessor | |
priority : int [override] [read-only]
| DispatcherProcessor |
Method | Defined By | ||
---|---|---|---|
DispatcherProcessor(metadataNames:Array = null)
Constructor
| DispatcherProcessor | ||
![]() |
Method used to set reference to parent Swiz instance. | BaseMetadataProcessor | |
[override]
| DispatcherProcessor | ||
![]() | setUpMetadataTags(metadataTags:Array, bean:Bean):void
Process the metadata tags for the provided Bean
so they are ready to use. | BaseMetadataProcessor | |
[override]
| DispatcherProcessor | ||
![]() | tearDownMetadataTags(metadataTags:Array, bean:Bean):void
Process the metadata tags for the provided Bean
so they are ready to be cleaned up. | BaseMetadataProcessor |
Constant | Defined By | ||
---|---|---|---|
DISPATCHER : String = Dispatcher [static] | DispatcherProcessor |
priority | property |
priority:int
[read-only] [override]
public function get priority():int
DispatcherProcessor | () | Constructor |
public function DispatcherProcessor(metadataNames:Array = null)
Constructor
ParametersmetadataNames:Array (default = null )
|
setUpMetadataTag | () | method |
override public function setUpMetadataTag(metadataTag:IMetadataTag, bean:Bean):void
Parameters
metadataTag:IMetadataTag | |
bean:Bean |
tearDownMetadataTag | () | method |
override public function tearDownMetadataTag(metadataTag:IMetadataTag, bean:Bean):void
Parameters
metadataTag:IMetadataTag | |
bean:Bean |
DISPATCHER | Constant |
protected static const DISPATCHER:String = Dispatcher