| Package | org.spicefactory.parsley.binding.processor |
| Class | public class PersistentPublisherProcessor |
| Inheritance | PersistentPublisherProcessor Object |
| Implements | ObjectProcessor |
| Method | Defined By | ||
|---|---|---|---|
PersistentPublisherProcessor(target:ManagedObject, property:Property, scope:Scope, id:String = null)
Creates a new instance. | PersistentPublisherProcessor | ||
[static]
Creates a new processor factory. | PersistentPublisherProcessor | ||
postDestroy():void
Invoked after the destroy method of the target instance has been invoked. | PersistentPublisherProcessor | ||
preInit():void
Invoked before the init method of the target instance will be invoked. | PersistentPublisherProcessor | ||
| PersistentPublisherProcessor | () | Constructor |
public function PersistentPublisherProcessor(target:ManagedObject, property:Property, scope:Scope, id:String = null)Creates a new instance.
Parameterstarget:ManagedObject — the managed target object
| |
property:Property — the target property that holds the published value
| |
scope:Scope — the scope the property value is published to
| |
id:String (default = null) — the id the value is published with
|
| newFactory | () | method |
public static function newFactory(property:Property, scope:Scope, id:String = null):ObjectProcessorFactoryCreates a new processor factory.
Parameters
property:Property — the target property that holds the published value
| |
scope:Scope — the scope the property value is published to
| |
id:String (default = null) — the id the value is published with
|
ObjectProcessorFactory — a new processor factory
|
| postDestroy | () | method |
public function postDestroy():voidInvoked after the destroy method of the target instance has been invoked. Implementations will usually unregister message receivers, unwatch bindings, remove listeners or perform similar disposal tasks.
| preInit | () | method |
public function preInit():voidInvoked before the init method of the target instance will be invoked. Implementations will usually set properties, registers message receivers or performs similar configuration tasks for the target instance managed by this processor.