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