Packageorg.spicefactory.parsley.core.view.processor
Classpublic class DefaultViewProcessor
InheritanceDefaultViewProcessor Inheritance Object
Implements ViewProcessor

Default implementation of the ViewProcessor interface that simply adds the target to the Context.



Public Methods
 MethodDefined By
  
destroy():void
Disposes all configuration steps this processor has done in the init method.
DefaultViewProcessor
  
init(config:ViewConfiguration, context:Context):void
Processes the target instance of the specified view configuration.
DefaultViewProcessor
Method Detail
destroy()method
public function destroy():void

Disposes all configuration steps this processor has done in the init method.

init()method 
public function init(config:ViewConfiguration, context:Context):void

Processes the target instance of the specified view configuration. Depending on the reuse property of the view configuration this method may get invoked multiple time for the same view target.

Parameters

config:ViewConfiguration — the view configuration that holds the target this instance should process
 
context:Context — the Context associated with the target