Packageorg.springextensions.actionscript.context
Interfacepublic interface IConfigurableApplicationContext extends IApplicationContext, IListableObjectFactory, IObjectFactory, flash.events.IEventDispatcher
ImplementorsXMLApplicationContext

Provides methods for configuring an application context.

Author: Christophe Herreman
Version: $Revision: 21 $, $Date: 2008-11-01 22:58:42 +0100 (za, 01 nov 2008) $, $Author: dmurat $
Since: 0.1



Public Properties
 PropertyDefined by
 InheriteddisplayName : String
IApplicationContext
 Inheritedid : String
IApplicationContext
 InheritednumObjectDefinitions : int
Returns the number of definitions present in the object definition registry
IListableObjectFactory
 InheritedobjectDefinitionNames : Array
Returns an array containing all object definition names.
IListableObjectFactory
Public Methods
 MethodDefined by
  
IConfigurableApplicationContext
 Inherited
addReferenceResolver(referenceResolver:IReferenceResolver):void
This method adds a reference resolver that will be used to resolve property references.
IObjectFactory
 Inherited
clearObjectFromInternalCache(name:String):Object
Removes an object from the internal object definition cache.
IObjectFactory
 Inherited
containsObject(objectName:String):Boolean
Determines if the object factory contains a definition with the given name.
IObjectFactory
 Inherited
getObject(name:String, constructorArguments:Array = null):*
Will retrieve an object by it's name/id If the definition is a singleton it will be retrieved from cache if possible.
IObjectFactory
 Inherited
getObjectNamesForType(type:Class):Array
Returns all object definitions names that implement the given type.
IListableObjectFactory
 Inherited
getObjectsOfType(type:Class):Dictionary
Returns all object definitions that implement the given type.
IListableObjectFactory
 Inherited
getType(objectName:String):Class
Returns the type that is defined on the object definition.
IObjectFactory
 Inherited
isPrototype(objectName:String):Boolean
Determines if the definition with the given name is a prototype.
IObjectFactory
 Inherited
isSingleton(objectName:String):Boolean
Determines if the definition with the given name is a singleton.
IObjectFactory
 Inherited
resolveReference(property:Object):Object
Resolves a property in an object definition.
IObjectFactory
Method detail
addObjectFactoryPostProcessor()method
public function addObjectFactoryPostProcessor(objectFactoryPostProcessor:IObjectFactoryPostProcessor):voidParameters
objectFactoryPostProcessor:IObjectFactoryPostProcessor