| Package | org.springextensions.actionscript.ioc.factory.config |
| SVN browsing | LoggingTargetObjectPostProcessor.as |
| Fisheye | LoggingTargetObjectPostProcessor.as |
| Class | public class LoggingTargetObjectPostProcessor |
| Implements | IObjectPostProcessor |
Author: Christophe Herreman
Version: $Revision: 21 $, $Date: 2008-11-01 22:58:42 +0100 (za, 01 nov 2008) $, $Author: dmurat $
Since: 0.1
| Method | Defined 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 | ||
| LoggingTargetObjectPostProcessor | () | constructor |
public function LoggingTargetObjectPostProcessor()Creates a new LoggingTargetObjectPostProcessor.
| 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.
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
|
* |
| 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.
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
|
* |