Packageorg.spicefactory.parsley.core.processor
Interfacepublic interface PropertyProcessor extends ObjectProcessor
Implementors MessageDispatcherProcessor, PersistentPublisherProcessor, PropertyReceiverProcessor, PropertySetterProcessor, PublisherProcessor, ResourceBindingProcessor, SubscriberProcessor

Object processor responsible for processing a single property of the target instance. An example is a processor for performing an injection.



Public Methods
 MethodDefined By
 Inherited
destroy(target:ManagedObject):void
Invoked when the target instance gets removed from the Context.
ObjectProcessor
 Inherited
init(target:ManagedObject):void
Invoked during initialization of the target instance.
ObjectProcessor
  
targetProperty(property:Property):void
Sets the target property for this processor.
PropertyProcessor
Method Detail
targetProperty()method
public function targetProperty(property:Property):void

Sets the target property for this processor.

Parameters

property:Property — the target property for this processor