Package | org.swizframework.processors |
Interface | public interface IMetadataProcessor extends IProcessor |
Implementors | BaseMetadataProcessor |
Property | Defined By | ||
---|---|---|---|
metadataNames : Array [read-only]
Name of metadata tags in which this processor is interested. | IMetadataProcessor | ||
![]() | priority : int [read-only]
Read-only property used to specify this processor's priority in the list of processors. | IProcessor |
Method | Defined By | ||
---|---|---|---|
![]() |
Method used to set reference to parent Swiz instance. | IProcessor | |
setUpMetadataTags(metadataTags:Array, bean:Bean):void
Process the metadata tags for the provided Bean
so they are ready to use. | IMetadataProcessor | ||
tearDownMetadataTags(metadataTags:Array, bean:Bean):void
Process the metadata tags for the provided Bean
so they are ready to be cleaned up. | IMetadataProcessor |
metadataNames | property |
metadataNames:Array
[read-only] Name of metadata tags in which this processor is interested.
public function get metadataNames():Array
setUpMetadataTags | () | method |
public function setUpMetadataTags(metadataTags:Array, bean:Bean):void
Process the metadata tags for the provided Bean
so they are ready to use.
Parameters
metadataTags:Array — Array of tags culled from this Bean 's TypeDescriptor
| |
bean:Bean — Bean instance to process
|
tearDownMetadataTags | () | method |
public function tearDownMetadataTags(metadataTags:Array, bean:Bean):void
Process the metadata tags for the provided Bean
so they are ready to be cleaned up.
Parameters
metadataTags:Array — Array of tags culled from this Bean 's TypeDescriptor
| |
bean:Bean — Bean instance to process
|