Package | org.swizframework.processors |
Class | public class PostConstructProcessor |
Inheritance | PostConstructProcessor ![]() ![]() |
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]
| PostConstructProcessor |
Method | Defined By | ||
---|---|---|---|
PostConstructProcessor(metadataNames:Array = null)
Constructor
| PostConstructProcessor | ||
![]() |
Method used to set reference to parent Swiz instance. | BaseMetadataProcessor | |
![]() | BaseMetadataProcessor | ||
setUpMetadataTags(metadataTags:Array, bean:Bean):void [override]
Process the metadata tags for the provided Bean
so they are ready to use. | PostConstructProcessor | ||
![]() | BaseMetadataProcessor | ||
![]() | 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 | ||
---|---|---|---|
POST_CONSTRUCT : String = PostConstruct [static] | PostConstructProcessor |
priority | property |
priority:int
[read-only] [override]
public function get priority():int
PostConstructProcessor | () | Constructor |
public function PostConstructProcessor(metadataNames:Array = null)
Constructor
ParametersmetadataNames:Array (default = null )
|
setUpMetadataTags | () | method |
override 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
|
POST_CONSTRUCT | Constant |
protected static const POST_CONSTRUCT:String = PostConstruct