| A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |
| generateObjectName(definition:org.springextensions.actionscript.ioc.objectdefinition:IObjectDefinition) — method, interface org.springextensions.actionscript.ioc.config.impl.xml.parser.IXMLObjectDefinitionsParser |
| |
| generateObjectName(definition:org.springextensions.actionscript.ioc.objectdefinition:IObjectDefinition) — method, class org.springextensions.actionscript.ioc.config.impl.xml.parser.impl.XMLObjectDefinitionsParser |
|
Generates an object name for the given object definition. |
| generateRegistryId() — Static Method , class org.springextensions.actionscript.ioc.objectdefinition.impl.DefaultObjectDefinitionRegistry |
| |
| GenericFactoryObject — class, package org.springextensions.actionscript.ioc.factory.impl |
|
IFactoryObject implementation that serves as a proxy for a factory object instance that doesn't implement the IFactoryObject interface. |
| GenericFactoryObject(wrappedFactory:Object, methodName:String, singleton:Boolean) — Constructor, class org.springextensions.actionscript.ioc.factory.impl.GenericFactoryObject |
|
Creates a new GenericFactoryObject instance. |
| GenericStageProcessor — class, package org.springextensions.actionscript.stage |
|
This IStageProcessor uses certain stage components to be assigned to a specified target object. |
| GenericStageProcessor() — Constructor, class org.springextensions.actionscript.stage.GenericStageProcessor |
|
Creates a new GenericStageProcessor instance. |
| GENERIC_STAGE_PROCESSOR_ELEMENT — Constant Static Property, class org.springextensions.actionscript.ioc.config.impl.xml.namespacehandler.impl.stageprocessing.StageProcessingNamespaceHandler |
| |
| GenericStageProcessorNodeParser — class, package org.springextensions.actionscript.ioc.config.impl.xml.namespacehandler.impl.stageprocessing.nodeparser |
|
genericstageprocessor node parser
|
| GenericStageProcessorNodeParser() — Constructor, class org.springextensions.actionscript.ioc.config.impl.xml.namespacehandler.impl.stageprocessing.nodeparser.GenericStageProcessorNodeParser |
|
Creates a new StageProcessorNodeParser instance. |
| getApplicationDomain(object:Object) — method, class org.springextensions.actionscript.ioc.autowire.impl.DefaultAutowireProcessor |
|
Returns the application domain for the given object. |
| getArguments() — method, class org.springextensions.actionscript.eventbus.process.EventHandlerProxy |
|
Returns the arguments that need to be used for invoking the proxied result handler. |
| getArguments() — method, class org.springextensions.actionscript.mvc.impl.CommandProxy |
| |
| getArgumentsFromMethod() — method, class org.springextensions.actionscript.eventbus.process.EventHandlerProxy |
|
Returns the arguments based on the method signature of the proxied event handler. |
| getArgumentsFromMethodParameters(method:org.as3commons.reflect:Method) — method, class org.springextensions.actionscript.eventbus.process.EventHandlerProxy |
|
Returns the arguments based on the proxied method parameters. |
| getArgumentsFromProperties(properties:Vector$String) — method, class org.springextensions.actionscript.eventbus.process.EventHandlerProxy |
|
Returns the arguments based on the 'properties' value of the EventHandler annotation. |
| getAutowireSpecificMetadata(field:org.as3commons.reflect:Field) — method, class org.springextensions.actionscript.ioc.autowire.impl.DefaultAutowireProcessor |
|
Checks if any of the metadata names defined by the autowireMetadataNames are present in the specified Field. |
| getBindingUtilsBindPropertyFunction() — method, class org.springextensions.actionscript.ioc.autowire.impl.DefaultAutowireProcessor |
| |
| getCachedNames() — method, interface org.springextensions.actionscript.ioc.factory.IInstanceCache |
|
Returns a Vector.<String> of all the names of the cached objects in the current IInstanceCache. |
| getCachedNames() — method, class org.springextensions.actionscript.ioc.factory.impl.DefaultInstanceCache |
|
Returns a Vector.<String> of all the names of the cached objects in the current IInstanceCache. |
| getClassesFromClassNames(classNames:Array) — method, class org.springextensions.actionscript.ioc.config.impl.metadata.MetadataObjectDefinitionsProvider |
| |
| getCommaSeparatedArgument(metadata:org.as3commons.reflect:Metadata, key:String) — Static Method , class org.springextensions.actionscript.util.ContextUtils |
| |
| getComponentIdFromMetaData(metadata:org.as3commons.reflect:Metadata) — method, class org.springextensions.actionscript.ioc.config.impl.metadata.MetadataObjectDefinitionsProvider |
| |
| getCurrentApplication() — Static Method , class org.springextensions.actionscript.util.Environment |
|
Returns the current Application, this can be either an MX Application or a Spark Application,
depending on the current flex version that is running.
If Flex is not running, null will be returned. |
| getCurrentStage() — Static Method , class org.springextensions.actionscript.util.Environment |
|
If Flex is running, the current stage is resolved using the current Application.systemManager.stage property,
otherwise null is returned. |
| getCustomConfiguration(objectName:String) — method, interface org.springextensions.actionscript.ioc.objectdefinition.IObjectDefinitionRegistry |
| |
| getCustomConfiguration(objectName:String) — method, class org.springextensions.actionscript.ioc.objectdefinition.impl.DefaultObjectDefinitionRegistry |
| |
| getCustomConfigurationForObjectName(instance:String, objectDefinitionRegistry:org.springextensions.actionscript.ioc.objectdefinition:IObjectDefinitionRegistry) — Static Method , class org.springextensions.actionscript.util.ContextUtils |
| |
| getDefaultObjectSelector() — method, class org.springextensions.actionscript.stage.StageProcessorFactoryPostprocessor |
| |
| getDefinitionName(property:org.as3commons.reflect:Field) — method, class org.springextensions.actionscript.ioc.config.impl.metadata.ConfigurationClassScanner |
| |
| getDefinitionNamesWithPropertyValue(propertyName:String, propertyValue:any, returnMatching:Boolean) — method, interface org.springextensions.actionscript.ioc.objectdefinition.IObjectDefinitionRegistry |
|
Returns the names of the IObjectDefinitions that have the specified property set to the specified value.
Optionally the selection may be reversed by setting the returnMatching argument to false. |
| getDefinitionNamesWithPropertyValue(propertyName:String, propertyValue:any, returnMatching:Boolean) — method, class org.springextensions.actionscript.ioc.objectdefinition.impl.DefaultObjectDefinitionRegistry |
|
Returns the names of the IObjectDefinitions that have the specified property set to the specified value.
Optionally the selection may be reversed by setting the returnMatching argument to false. |
| getEventClassName(metaData:org.as3commons.reflect:Metadata) — method, class org.springextensions.actionscript.eventbus.process.EventHandlerMetadataProcessor |
| |
| getEventInterceptClassName(metaData:org.as3commons.reflect:Metadata) — method, class org.springextensions.actionscript.eventbus.process.EventInterceptorMetadataProcessor |
| |
| getEventName(method:org.as3commons.reflect:Method, metaData:org.as3commons.reflect:Metadata) — method, class org.springextensions.actionscript.eventbus.process.EventHandlerMetadataProcessor |
|
Returns the name of the event to listen to. |
| getEventName(metaData:org.as3commons.reflect:Metadata) — method, class org.springextensions.actionscript.eventbus.process.EventInterceptorMetadataProcessor |
| |
| getEventNameFromMetaData(metaData:org.as3commons.reflect:Metadata) — method, class org.springextensions.actionscript.eventbus.process.EventHandlerMetadataProcessor |
|
Returns the name of the event from the given metadata. |
| getEventNameFromMethod(method:org.as3commons.reflect:Method) — method, class org.springextensions.actionscript.eventbus.process.EventHandlerMetadataProcessor |
|
Returns the event name based on the given method. |
| getEventPropertyByType(event:flash.events:Event, type:org.as3commons.reflect:Type) — method, class org.springextensions.actionscript.eventbus.process.EventHandlerProxy |
|
Returns a property of the given event that is of the given type. |
| getImplementations(objectNames:Vector$String, interfaceClass:Class, registry:org.springextensions.actionscript.ioc.objectdefinition:IObjectDefinitionRegistry, applicationDomain:flash.system:ApplicationDomain) — method, class org.springextensions.actionscript.ioc.factory.process.impl.factory.ObjectDefinitonFactoryPostProcessor |
| |
| getInstance(name:String) — method, interface org.springextensions.actionscript.ioc.factory.IInstanceCache |
|
Returns the instance that was associated with the specified name. |
| getInstance(name:String) — method, class org.springextensions.actionscript.ioc.factory.impl.DefaultInstanceCache |
|
Returns the instance that was associated with the specified name. |
| getInstanceFromCache(objectName:String) — method, class org.springextensions.actionscript.ioc.factory.impl.DefaultObjectFactory |
| |
| getInterfaceImplementations(interfaze:Class, classes:Vector$Class) — method, class org.springextensions.actionscript.ioc.config.impl.metadata.MetadataObjectDefinitionsProvider |
| |
| getLine(line:uint) — method, class org.springextensions.actionscript.util.MultilineString |
|
Returns a specific line within the MultilineString. |
| getMetadataArgument(metadata:org.as3commons.reflect:Metadata, key:String) — Static Method , class org.springextensions.actionscript.util.ContextUtils |
| |
| getMetadataProcessors(objectPostProcessors:Vector$org.springextensions.actionscript.ioc.factory.process:IObjectPostProcessor) — method, class org.springextensions.actionscript.metadata.MetadataProcessorObjectPostProcessor |
| |
| getMethodInvocationByName(name:String, namespace:String) — method, interface org.springextensions.actionscript.ioc.objectdefinition.IObjectDefinition |
| |
| getMethodInvocationByName(name:String, namespace:String) — method, class org.springextensions.actionscript.ioc.objectdefinition.impl.ObjectDefinition |
| |
| getNamespace() — method, interface org.springextensions.actionscript.ioc.config.impl.xml.namespacehandler.INamespaceHandler |
|
Return the namespace supported by this namespace handler. |
| getNamespace() — method, class org.springextensions.actionscript.ioc.config.impl.xml.namespacehandler.impl.AbstractNamespaceHandler |
|
Return the namespace supported by this namespace handler. |
| getNodeNames() — method, interface org.springextensions.actionscript.ioc.config.impl.xml.parser.INodeParser |
|
Return an array containing the node names this parser can parse
|
| getNodeNames() — method, class org.springextensions.actionscript.ioc.config.impl.xml.parser.impl.nodeparser.AbstractNodeParser |
|
Return an array containing the node names this parser can parse
|
| getObject(name:String, constructorArguments:Array) — method, class org.springextensions.actionscript.context.impl.ApplicationContext |
|
Will retrieve an object by it's name/id If the definition is a singleton it will be retrieved from
cache if possible. |
| getObject() — method, interface org.springextensions.actionscript.ioc.factory.IFactoryObject |
|
Returns an instance of the object managed by this factory. |
| getObject(name:String, constructorArguments:Array) — method, interface org.springextensions.actionscript.ioc.factory.IObjectFactory |
|
Will retrieve an object by it's name/id If the definition is a singleton it will be retrieved from
cache if possible. |
| getObject() — method, class org.springextensions.actionscript.ioc.factory.impl.AbstractFactoryObject |
|
Returns an instance of the object managed by this factory. |
| getObject(name:String, constructorArguments:Array) — method, class org.springextensions.actionscript.ioc.factory.impl.DefaultObjectFactory |
|
Will retrieve an object by it's name/id If the definition is a singleton it will be retrieved from
cache if possible. |
| getObject() — method, class org.springextensions.actionscript.ioc.factory.impl.FieldRetrievingFactoryObject |
|
Returns an instance of the object managed by this factory. |
| getObject() — method, class org.springextensions.actionscript.ioc.factory.impl.GenericFactoryObject |
| |
| getObject() — method, class org.springextensions.actionscript.ioc.factory.impl.MethodInvokingFactoryObject |
|
Returns an instance of the object managed by this factory. |
| getObjectDefinition(objectName:String) — method, class org.springextensions.actionscript.context.impl.ApplicationContext |
| |
| getObjectDefinition(objectName:String) — method, class org.springextensions.actionscript.ioc.autowire.impl.DefaultAutowireProcessor |
| |
| getObjectDefinition(objectName:String) — method, interface org.springextensions.actionscript.ioc.factory.IObjectFactory |
| |
| getObjectDefinition(objectName:String) — method, class org.springextensions.actionscript.ioc.factory.impl.DefaultObjectFactory |
| |
| getObjectDefinition(objectName:String) — method, interface org.springextensions.actionscript.ioc.objectdefinition.IObjectDefinitionRegistry |
|
Returns the object definition registered with the given name. |
| getObjectDefinition(objectName:String) — method, class org.springextensions.actionscript.ioc.objectdefinition.impl.DefaultObjectDefinitionRegistry |
|
Returns the object definition registered with the given name. |
| getObjectDefinitionByName(object:any) — method, class org.springextensions.actionscript.stage.DefaultObjectDefinitionResolver |
| |
| getObjectDefinitionFromParent(objectName:String, _parent:org.springextensions.actionscript.ioc.factory:IObjectFactory) — method, class org.springextensions.actionscript.ioc.factory.impl.DefaultObjectFactory |
| |
| getObjectDefinitionName(objectDefinition:org.springextensions.actionscript.ioc.objectdefinition:IObjectDefinition) — method, interface org.springextensions.actionscript.ioc.objectdefinition.IObjectDefinitionRegistry |
| |
| getObjectDefinitionName(objectDefinition:org.springextensions.actionscript.ioc.objectdefinition:IObjectDefinition) — method, class org.springextensions.actionscript.ioc.objectdefinition.impl.DefaultObjectDefinitionRegistry |
| |
| getObjectDefinitionsForType(type:Class) — method, interface org.springextensions.actionscript.ioc.objectdefinition.IObjectDefinitionRegistry |
|
Returns the object definitions in this registry that are of
the specified Class. |
| getObjectDefinitionsForType(type:Class) — method, class org.springextensions.actionscript.ioc.objectdefinition.impl.DefaultObjectDefinitionRegistry |
|
Returns the object definitions in this registry that are of
the specified Class. |
| getObjectDefinitionsThatMatchClass(clazz:Class, objectDefinitionId:String, propertyName:String) — method, class org.springextensions.actionscript.ioc.config.impl.metadata.MetadataObjectDefinitionsProvider |
| |
| getObjectDefinitionsWithMetadata(metadataNames:Vector$String) — method, interface org.springextensions.actionscript.ioc.objectdefinition.IObjectDefinitionRegistry |
| |
| getObjectDefinitionsWithMetadata(metadataNames:Vector$String) — method, class org.springextensions.actionscript.ioc.objectdefinition.impl.DefaultObjectDefinitionRegistry |
| |
| getObjectFromParentFactory(objectName:String, constructorArguments:Array) — method, class org.springextensions.actionscript.ioc.factory.impl.DefaultObjectFactory |
| |
| getObjectNamesForType(type:Class) — method, interface org.springextensions.actionscript.ioc.objectdefinition.IObjectDefinitionRegistry |
| |
| getObjectNamesForType(type:Class) — method, class org.springextensions.actionscript.ioc.objectdefinition.impl.DefaultObjectDefinitionRegistry |
| |
| getObjectType() — method, interface org.springextensions.actionscript.ioc.factory.IFactoryObject |
|
Returns the type of the object this factory manages or null if the type is unknown. |
| getObjectType() — method, class org.springextensions.actionscript.ioc.factory.impl.AbstractFactoryObject |
|
Returns the type of the object this factory manages or null if the type is unknown. |
| getObjectType() — method, class org.springextensions.actionscript.ioc.factory.impl.FieldRetrievingFactoryObject |
|
Returns the type of the object this factory manages or null if the type is unknown. |
| getObjectType() — method, class org.springextensions.actionscript.ioc.factory.impl.GenericFactoryObject |
| |
| getObjectType() — method, class org.springextensions.actionscript.ioc.factory.impl.MethodInvokingFactoryObject |
|
Returns the type of the object this factory manages or null if the type is unknown. |
| getPolicy(applicationContext:org.springextensions.actionscript.context:IApplicationContext) — method, class org.springextensions.actionscript.stage.DefaultFlexAutowiringStageProcessor |
| |
| getPreparedInstance(name:String) — method, interface org.springextensions.actionscript.ioc.factory.IInstanceCache |
|
Returns the prepared instance that was associated with the specified name. |
| getPreparedInstance(name:String) — method, class org.springextensions.actionscript.ioc.factory.impl.DefaultInstanceCache |
|
Returns the prepared instance that was associated with the specified name. |
| getProperties(metaData:org.as3commons.reflect:Metadata) — method, class org.springextensions.actionscript.eventbus.process.EventHandlerMetadataProcessor |
| |
| getPropertiesFromMetaData(metaData:org.as3commons.reflect:Metadata) — method, class org.springextensions.actionscript.mvc.processor.MVCControllerObjectFactoryPostProcessor |
|
Checks if the properties key was set on the specified MetaData instance, if so
it creates an Array of strings from the key. |
| getProperty(key:String) — method, interface org.springextensions.actionscript.ioc.config.property.IPropertiesProvider |
| |
| getProperty(key:String) — method, class org.springextensions.actionscript.ioc.config.property.impl.Properties |
|
Gets the value of property that corresponds to the given key. |
| getPropertyDefinitionByName(name:String, namespace:String) — method, interface org.springextensions.actionscript.ioc.objectdefinition.IObjectDefinition |
| |
| getPropertyDefinitionByName(name:String, namespace:String) — method, class org.springextensions.actionscript.ioc.objectdefinition.impl.ObjectDefinition |
| |
| getPropertyName(placeholder:String) — method, class org.springextensions.actionscript.ioc.config.property.impl.PropertyPlaceholderResolver |
|
Returns the name of the property from a placeholder string. |
| getPropertyNames(node:XML) — method, class org.springextensions.actionscript.ioc.config.impl.xml.namespacehandler.impl.eventbus.nodeparser.AbstractEventBusNodeParser |
| |
| getPrototypes() — method, interface org.springextensions.actionscript.ioc.objectdefinition.IObjectDefinitionRegistry |
| |
| getPrototypes() — method, class org.springextensions.actionscript.ioc.objectdefinition.impl.DefaultObjectDefinitionRegistry |
| |
| getRoot(xml:XML) — method, class org.springextensions.actionscript.ioc.config.impl.xml.namespacehandler.impl.task.TaskNamespaceHandler |
|
Returns the root node for the specified XML node by recursively retrieving the parent node. |
| getSeparation(line:String) — method, class org.springextensions.actionscript.ioc.config.property.impl.KeyValuePropertiesParser |
|
Returns the position at which key and value are separated. |
| getSingletons(lazyInit:Boolean) — method, interface org.springextensions.actionscript.ioc.objectdefinition.IObjectDefinitionRegistry |
| |
| getSingletons(lazyInit:Boolean) — method, class org.springextensions.actionscript.ioc.objectdefinition.impl.DefaultObjectDefinitionRegistry |
| |
| getTopics(metaData:org.as3commons.reflect:Metadata, object:Object) — method, class org.springextensions.actionscript.eventbus.process.AbstractEventBusMetadataProcessor |
| |
| getType(objectName:String) — method, interface org.springextensions.actionscript.ioc.objectdefinition.IObjectDefinitionRegistry |
|
Returns the type that is defined on the object definition. |
| getType(objectName:String) — method, class org.springextensions.actionscript.ioc.objectdefinition.impl.DefaultObjectDefinitionRegistry |
|
Returns the type that is defined on the object definition. |
| getUnclaimedSimpleObjectProperties(object:Object, objectDefinition:org.springextensions.actionscript.ioc.objectdefinition:IObjectDefinition) — method, class org.springextensions.actionscript.ioc.autowire.impl.DefaultAutowireProcessor |
|
Used by autowire system in order to find fields eligible for autowiring
|
| getUsedTypes() — method, interface org.springextensions.actionscript.ioc.objectdefinition.IObjectDefinitionRegistry |
|
Returns a unique list of all Classes that are used by the IObjectDefinitions
in the current IObjectDefinitionRegistry. |
| getUsedTypes() — method, class org.springextensions.actionscript.ioc.objectdefinition.impl.DefaultObjectDefinitionRegistry |
|
Returns a unique list of all Classes that are used by the IObjectDefinitions
in the current IObjectDefinitionRegistry. |
| getUseWeak(metaData:org.as3commons.reflect:Metadata) — method, class org.springextensions.actionscript.eventbus.process.EventHandlerMetadataProcessor |
| |
|
| A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |