Packageorg.spicefactory.parsley.core.registry
Interfacepublic interface ContainerObjectInstantiator extends ObjectInstantiator
Implementors ObjectWrapperInstantiator

Marker interface for instantiators that are required by the container and cannot be overwritten for an ObjectDefinition. An example are instantiators for simple MXML configuration tags where the object creation code gets generated by the Flex compiler and Parsley has no control over object creation.



Public Methods
 MethodDefined By
 Inherited
instantiate(target:ManagedObject):Object
Creates a new instance.
ObjectInstantiator