Packageorg.spicefactory.parsley.core.registry
Interfacepublic interface ResolvableValue
Implementors ManagedArray, NestedObject, ObjectIdReference, ObjectTypeReference, ObjectTypeReferenceArray

Represents a value that needs to be resolved before being passed to another object.



Public Methods
 MethodDefined By
  
Returns the resolved value represented by this instance.
ResolvableValue
Method Detail
resolve()method
public function resolve(target:ManagedObject):*

Returns the resolved value represented by this instance. The specified managed object is the target the resolved value will be passed to or injected into. The Context the managed object belongs to may be used to resolve references to other objects and the lifecycle of those references may be synchronized to the specified managed object.

Parameters

target:ManagedObject — the managed object the value will be passed to

Returns
* — the resolved value represented by this instance