Default implementation of the IMetaDataProcessorObjectPostProcessor which acts as the main
registry for IMetaDataProcessor definitions that are found in the specified IObjectFactory.
afterInitializationRegistry:IMetadataProcessorRegistry Implementation public function get afterInitializationRegistry():IMetadataProcessorRegistry public function set afterInitializationRegistry(value:IMetadataProcessorRegistry):void
beforeInitializationRegistry
property
beforeInitializationRegistry:IMetadataProcessorRegistry Implementation public function get beforeInitializationRegistry():IMetadataProcessorRegistry public function set beforeInitializationRegistry(value:IMetadataProcessorRegistry):void
Constructor Detail
MetadataProcessorObjectPostProcessor
()
Constructor
public function MetadataProcessorObjectPostProcessor()
Creates a new MetadataProcessorObjectPostProcessor instance.
Method Detail
addMetadataProcessorsFromObjectDefinitions
()
method
protected function addMetadataProcessorsFromObjectDefinitions():void
addMetadataProcessorsFromObjectPostProcessors
()
method
protected function addMetadataProcessorsFromObjectPostProcessors():void
afterPropertiesSet
()
method
public function afterPropertiesSet():void
Checks if the associated IApplicationContext contains any IMetadataProcessor instances
and registers them.
getMetadataProcessors
()
method
protected function getMetadataProcessors(objectPostProcessors:Vector.<IObjectPostProcessor>):Vector.<IMetadataProcessor>