Packageorg.springextensions.actionscript.ioc.factory.config
SVN browsingLoggingTargetObjectPostProcessor.as
FisheyeLoggingTargetObjectPostProcessor.as
Classpublic class LoggingTargetObjectPostProcessor
ImplementsIObjectPostProcessor

Object post processor for ILoggingTarget implementations that will add all ILoggingTarget objects found in the application context to the Log via "addTarget". This post processor is added to the FlexXMLApplicationContext by default and is hence Flex specific.

Author: Christophe Herreman
Version: $Revision: 21 $, $Date: 2008-11-01 22:58:42 +0100 (za, 01 nov 2008) $, $Author: dmurat $
Since: 0.1



Public Methods
 MethodDefined by
  
Creates a new LoggingTargetObjectPostProcessor.
LoggingTargetObjectPostProcessor
  
postProcessAfterInitialization(object:*, objectName:String):*
If the specified object implements the ILoggingTarget interface the object is added as a logging target.
LoggingTargetObjectPostProcessor
  
postProcessBeforeInitialization(object:*, objectName:String):*
No before initialization is performed This method is invoked right before the IInitializingObject and initMethod logic is invoked in the wiring pipeline.
LoggingTargetObjectPostProcessor
Constructor detail
LoggingTargetObjectPostProcessor()constructor
public function LoggingTargetObjectPostProcessor()

Creates a new LoggingTargetObjectPostProcessor.

Method detail
postProcessAfterInitialization()method
public function postProcessAfterInitialization(object:*, objectName:String):*

If the specified object implements the ILoggingTarget interface the object is added as a logging target. This method is invoked right after the IInitializingObject and initMethod logic is invoked in the wiring pipeline.

Parameters
object:* — The instance that is being configured by the object factory
 
objectName:String — The name of the object definition as found in the IObjectFactory's configuration

Returns
*
postProcessBeforeInitialization()method 
public function postProcessBeforeInitialization(object:*, objectName:String):*

No before initialization is performed This method is invoked right before the IInitializingObject and initMethod logic is invoked in the wiring pipeline.

Parameters
object:* — The instance that is being configured by the object factory
 
objectName:String — The name of the object as found in the IObjectFactory's configuration

Returns
*