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  
factory — Property in class org.springextensions.actionscript.ioc.factory.support.AbstractReferenceResolver
Contains a reference to the implementation of IObjectFactory given to the constructor
factoryMethod — Property in class org.springextensions.actionscript.context.support.mxml.MXMLObjectDefinition
The name of method responsible for the creation of the object.
factoryMethod — Property in interface org.springextensions.actionscript.ioc.IObjectDefinition
The name of method responsible for the creation of the object.
factoryMethod — Property in class org.springextensions.actionscript.ioc.ObjectDefinition
The name of method responsible for the creation of the object.
FACTORY_METHOD_ATTR — Constant static property in class org.springextensions.actionscript.context.metadata.ComponentClassScanner
The "factoryMethod" attribute.
FACTORY_METHOD_ATTRIBUTE — Constant static property in class org.springextensions.actionscript.ioc.factory.xml.parser.support.XMLObjectDefinitionsParser
factoryObject — Property in class org.springextensions.actionscript.context.support.mxml.MXMLObjectDefinition
The ObjectDefinition for the factory object responsible for the creation of the object.
FACTORY_OBJECT_ATTRIBUTE — Constant static property in class org.springextensions.actionscript.ioc.factory.xml.parser.support.XMLObjectDefinitionsParser
factoryObjectName — Property in class org.springextensions.actionscript.context.support.mxml.MXMLObjectDefinition
The name of the factory object responsible for the creation of the object.
factoryObjectName — Property in interface org.springextensions.actionscript.ioc.IObjectDefinition
The name of the factory object responsible for the creation of the object.
factoryObjectName — Property in class org.springextensions.actionscript.ioc.ObjectDefinition
The name of the factory object responsible for the creation of the object.
FACTORY_OBJECT_NAME_ATTR — Constant static property in class org.springextensions.actionscript.context.metadata.ComponentClassScanner
The "factoryObject" attribute.
failOnCommandNotFound — Property in interface org.springextensions.actionscript.core.mvc.IController
If the true the current IController will throw an error if no commands were registered for a dispatched Event.
failOnCommandNotFound — Property in class org.springextensions.actionscript.core.mvc.support.Controller
If the true the current IController will throw an error if no commands were registered for a dispatched Event.
failOnFault — Property in class org.springextensions.actionscript.core.command.CompositeCommand
Determines if the execution of all the ICommands should be aborted if an IAsyncCommand instance dispatches an AsyncCommandFaultEvent event.
failOnFault — Property in class org.springextensions.actionscript.core.task.support.Task
Determines if the entire controlflow of the current ITask will be aborted if an error occurs.
FAIL_ON_FAULT_ATTR — Constant static property in class org.springextensions.actionscript.core.task.xml.TaskNamespaceHandler
FAILOVER_URIS_ATTR — Constant static property in class org.springextensions.actionscript.ioc.factory.xml.parser.support.nodeparsers.messaging.ChannelNodeParser
fatalColor — Property in class org.springextensions.actionscript.logging.SOSTarget
fault(info) — Method in class org.springextensions.actionscript.cairngorm.AbstractResponder
Invokes the unregister() method.
fault(info) — Method in class org.springextensions.actionscript.cairngorm.business.AbstractDataTranslatorAwareBusinessDelegate

Immediately returns the fault object back to the delegate's initial responder.

fault(info) — Method in class org.springextensions.actionscript.cairngorm.commands.AbstractResponderCommand
Method used ot handle the IBusinessDelegate fault.
faultHandler(event) — Method in class org.springextensions.actionscript.rpc.AbstractRPC
Assigns the FaultEvent value to the error property and dispatches the OperationEvent.ERROR event.
faultHandler(fault) — Method in class org.springextensions.actionscript.rpc.net.NetConnectionOperation
FieldRetrievingFactoryObject — Class in package org.springextensions.actionscript.ioc.factory.config

FieldRetrievingFactoryObject is an IFactoryObject implementation which retrieves a static or non-static field value.

FieldRetrievingFactoryObject() — Constructor in class org.springextensions.actionscript.ioc.factory.config.FieldRetrievingFactoryObject
Creates a new FieldRetrievingFactoryObject instance.
filterFunction — Property in class org.springextensions.actionscript.collections.Map
filters — Property in class org.springextensions.actionscript.ioc.factory.config.LoggingTargetFactoryObject
findAny(values) — Method in class org.springextensions.actionscript.collections.MapViewCursor
findAny(values) — Method in class org.springextensions.actionscript.collections.TypedCollectionViewCursor
Finds an item with the specified properties within the collection and positions the cursor to that item.
findAutowireCandidateName(clazz) — Method in class org.springextensions.actionscript.ioc.autowire.DefaultAutowireProcessor
findAutowireCandidateName(clazz) — Method in interface org.springextensions.actionscript.ioc.autowire.IAutowireProcessor
findAutowireCandidateNames(clazz) — Method in class org.springextensions.actionscript.ioc.autowire.DefaultAutowireProcessor
Called by autoWireByType to get all object names that could be used to autowire an object property
findCommandRegistrations(event) — Method in class org.springextensions.actionscript.core.mvc.support.Controller
First checks if there are CommandRegistrations associated with the Event.type, when none were found it checks if there are associations for the Event's Class.
findCurrentDocument(objectFactory:org.springextensions.actionscript.ioc.factory.config:IConfigurableListableObjectFactory) — Method in class org.springextensions.actionscript.stage.FlexStageProcessorFactoryPostProcessor
Checks if the specified IConfigurableListableObjectFactory implements IOwnerModuleAware, if so it checks if the ownerModule property is not null and return its value.
findCurrentDocument(objectFactory:org.springextensions.actionscript.ioc.factory.config:IConfigurableListableObjectFactory) — Method in class org.springextensions.actionscript.stage.StageProcessorFactoryPostprocessor
Currently the FlashStageProcessorRegistry doesn't support multiple contexts wiring different views, so for now we just return the objectFactory.
findCustomEditor(requiredType) — Method in interface org.springextensions.actionscript.objects.IPropertyEditorRegistry
Finds a property editor that was registered against the given type.
findCustomEditor(requiredType) — Method in class org.springextensions.actionscript.objects.PropertyEditorRegistrySupport
Finds a property editor that was registered against the given type.
findFirst(values) — Method in class org.springextensions.actionscript.collections.MapViewCursor
findFirst(values) — Method in class org.springextensions.actionscript.collections.TypedCollectionViewCursor
Finds the first item with the specified properties within the collection and positions the cursor to that item.
findLast(values) — Method in class org.springextensions.actionscript.collections.MapViewCursor
findLast(values) — Method in class org.springextensions.actionscript.collections.TypedCollectionViewCursor
Finds the last item with the specified properties within the collection and positions the cursor on that item.
findStageProcessorRegistryInFactory(objectFactory:org.springextensions.actionscript.ioc.factory.config:IConfigurableListableObjectFactory) — Method in class org.springextensions.actionscript.stage.StageProcessorFactoryPostprocessor
Retrieves all objects in the container of the type IStageProcessorRegistry and returns the first instance.
finishedCommandList — Property in class org.springextensions.actionscript.core.task.support.Task
Internal Array of the commands, tasks and controlflow objects that have been executed.
FlashStageDefaultObjectSelector — Class in package org.springextensions.actionscript.stage
Default IObjectResolver used for flash stage wiring.
FlashStageDefaultObjectSelector() — Constructor in class org.springextensions.actionscript.stage.FlashStageDefaultObjectSelector
Creates a new FlexStageDefaultObjectSelector instance.
FlashStageProcessorRegistry — Class in package org.springextensions.actionscript.stage
FlashStageProcessorRegistry() — Constructor in class org.springextensions.actionscript.stage.FlashStageProcessorRegistry
flashStageProcessorRegistryInit() — Method in class org.springextensions.actionscript.stage.FlashStageProcessorRegistry
FLEX_MODULE_FACTORY_ATTR — Constant static property in class org.springextensions.actionscript.core.task.xml.TaskNamespaceHandler
FlexPropertyPlaceholderConfigurer — Class in package org.springextensions.actionscript.ioc.factory.config.flex
Flex specific extension of the PropertyPlaceholderConfigurer that resolves predefined application properties found in the Flex Application class.
FlexPropertyPlaceholderConfigurer() — Constructor in class org.springextensions.actionscript.ioc.factory.config.flex.FlexPropertyPlaceholderConfigurer
FlexStageDefaultObjectSelector — Class in package org.springextensions.actionscript.stage
Default IObjectResolver used for flex stage wiring.
FlexStageDefaultObjectSelector() — Constructor in class org.springextensions.actionscript.stage.FlexStageDefaultObjectSelector
Creates a new FlexStageDefaultObjectSelector instance.
FlexStageProcessorFactoryPostProcessor — Class in package org.springextensions.actionscript.stage
FlexStageProcessorFactoryPostProcessor() — Constructor in class org.springextensions.actionscript.stage.FlexStageProcessorFactoryPostProcessor
FlexStageProcessorRegistry — Class in package org.springextensions.actionscript.stage

A singleton implementation of the IStageProcessorRegistry that can be shared amongst FlexXMLApplicationContext instances that perform stage processing.

FlexStageProcessorRegistry(singletonToken) — Constructor in class org.springextensions.actionscript.stage.FlexStageProcessorRegistry
Creates a new FlexStageProcessorRegistry.
FlexXMLApplicationContext — Class in package org.springextensions.actionscript.context.support
Extension of XMLApplicationContext that supports flex framework specific classes like ArrayCollection.
FlexXMLApplicationContext(source, ownerModule) — Constructor in class org.springextensions.actionscript.context.support.FlexXMLApplicationContext

Creates a new FlexXMLApplicationContext.

FlexXMLObjectDefinitionsParser — Class in package org.springextensions.actionscript.ioc.factory.xml.parser.support
An extension to the XMLObjectDefinitionsParser to support flex framework specific classes like ArrayCollection.
FlexXMLObjectDefinitionsParser(applicationContext:org.springextensions.actionscript.context:IApplicationContext) — Constructor in class org.springextensions.actionscript.ioc.factory.xml.parser.support.FlexXMLObjectDefinitionsParser
Constructs a new FlexXMLObjectDefinitionsParser.
flowControlEvent_handler(event:org.springextensions.actionscript.core.task.event:TaskFlowControlEvent) — Method in class org.springextensions.actionscript.core.task.command.TaskCommand
foldMessages — Property in class org.springextensions.actionscript.logging.SOSTarget
for_(count, countProvider:org.springextensions.actionscript.core.task:ICountProvider, forBlock:org.springextensions.actionscript.core.task:IForBlock) — Method in interface org.springextensions.actionscript.core.task.ITask
Adds a repeating execution block which will be executed a specified number of times, determined by the specified count or ICountProvider parameters.
for_(count, countProvider:org.springextensions.actionscript.core.task:ICountProvider, forBlock:org.springextensions.actionscript.core.task:IForBlock) — Method in class org.springextensions.actionscript.core.task.support.IfElseBlock
for_(count, countProvider:org.springextensions.actionscript.core.task:ICountProvider, forBlock:org.springextensions.actionscript.core.task:IForBlock) — Method in class org.springextensions.actionscript.core.task.support.Task
Adds a repeating execution block which will be executed a specified number of times, determined by the specified count or ICountProvider parameters.
ForBlock — Class in package org.springextensions.actionscript.core.task.support
Base class for ITaskBlock implementations.
ForBlock(countProvider:org.springextensions.actionscript.core.task:ICountProvider) — Constructor in class org.springextensions.actionscript.core.task.support.ForBlock
Creates a new ForBlock instance.
FOR_ELEMENT — Constant static property in class org.springextensions.actionscript.core.task.xml.TaskNamespaceHandler
formatURL(url, preventCache) — Method in class org.springextensions.actionscript.collections.Properties
Adds a random number to the url, checks if a '?' character is already part of the string than suffixes a '&' character
forMethod — Constant static property in class org.springextensions.actionscript.core.task.xml.parser.TaskNodeParser
FRAME_RATE — Constant static property in class org.springextensions.actionscript.ioc.factory.config.flex.ApplicationPropertiesResolver
Property names as they are defined in the application.
FRAME_RATE — Constant static property in class org.springextensions.actionscript.ioc.factory.config.flex.FlexPropertyPlaceholderConfigurer
Property names as they are defined in the application.
fromName(name) — Static method in class org.springextensions.actionscript.core.command.CompositeCommandKind
Returns the ComposeiteCommandKind instance whose name property is equivalent to the specified name argument, or null if the name doesn't exist.
fromName(name) — Static method in class org.springextensions.actionscript.core.task.TaskFlowControlKind
Converts, if possible, a String to its TaskFlowControlKind equivalent.
fromName(name) — Static method in class org.springextensions.actionscript.ioc.AutowireMode
fromName(name) — Static method in class org.springextensions.actionscript.ioc.DependencyCheckMode
fromName(name) — Static method in class org.springextensions.actionscript.ioc.ObjectDefinitionScope
fromName(name) — Static method in class org.springextensions.actionscript.module.ModulePolicy
fromName(name) — Static method in class org.springextensions.actionscript.security.AccessStrategy
Retunrs a AccessStrategy if an instance with the specified name exists.
FunctionCommand — Class in package org.springextensions.actionscript.core.task.command
FunctionCommand(func) — Constructor in class org.springextensions.actionscript.core.task.command.FunctionCommand
FunctionConditionProvider — Class in package org.springextensions.actionscript.core.task.support
IConditionProvider implementation that takes a Function as a constructor argument and will invoke this Function in its getResult() method.
FunctionConditionProvider(func) — Constructor in class org.springextensions.actionscript.core.task.support.FunctionConditionProvider
Creates a new FunctionConditionProvider instance.
FunctionCountProvider — Class in package org.springextensions.actionscript.core.task.support
ICountProvider implementation that takes a Function as a constructor argument and will invoke this Function in its getCount() method.
FunctionCountProvider(func) — Constructor in class org.springextensions.actionscript.core.task.support.FunctionCountProvider
Creates a new FunctionCountProvider instance.
FunctionProxyCommand — Class in package org.springextensions.actionscript.core.task.command
ICommand wrapper for MethodInvoker instances.
FunctionProxyCommand(target, methodName, arguments) — Constructor in class org.springextensions.actionscript.core.task.command.FunctionProxyCommand
Creates a new FunctionProxyCommand instance.
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