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  
CairngormFrontController — Class in package org.springextensions.actionscript.cairngorm.control
The CairngormFrontController extends Cairngorm's FrontController and adds the ability to pass in a command map to the constructor.
CairngormFrontController(commandMap, commandPackage, commandFactoryRegistry:org.springextensions.actionscript.cairngorm.commands:ICommandFactoryRegistry) — Constructor in class org.springextensions.actionscript.cairngorm.control.CairngormFrontController
Creates a new CairngormFrontController instance.
CairngormServiceLocator — Dynamic class in package org.springextensions.actionscript.cairngorm.business
Allows programmatic manipulation of the services inside Cairngorm's ServiceLocator.
CairngormServiceLocator() — Constructor in class org.springextensions.actionscript.cairngorm.business.CairngormServiceLocator
Creates a new CairngormServiceLocator object.
calculateTriggers(event, nextEvent:org.springextensions.actionscript.cairngorm:SequenceEvent) — Method in class org.springextensions.actionscript.cairngorm.EventSequence
Determines the conditions that trigger the argument nextEvent.
call(methodName, ... rest) — Method in class org.springextensions.actionscript.rpc.AbstractRPCService
call(methodName, ... rest) — Method in interface org.springextensions.actionscript.rpc.IService
Invokes a method with the given method name and parameters on a (remote) object.
call(methodName, ... rest) — Method in class org.springextensions.actionscript.rpc.http.HTTPServiceService
call(methodName, ... rest) — Method in class org.springextensions.actionscript.rpc.net.NetConnectionService
Invokes a method with the given method name and parameters on a (remote) object.
call(methodName, ... rest) — Method in class org.springextensions.actionscript.rpc.remoting.RemoteObjectService
call(methodName, ... rest) — Method in class org.springextensions.actionscript.rpc.soap.WebServiceService
callProperty(methodName, ... rest) — Method in class org.springextensions.actionscript.config.AppSettings
Catches unknown method calls.
cancel() — Method in class org.springextensions.actionscript.cairngorm.EventSequence
In case of failure, this cancels the 'on deck' sequence
canCreate(clazz) — Method in class org.springextensions.actionscript.cairngorm.commands.CommandFactory
Returns true if the specified Class implements the ICommand interface
canCreate(clazz) — Method in interface org.springextensions.actionscript.cairngorm.commands.ICommandFactory
Returns true if the current ICommandFactory is able to create the specified Class
canCreate(clazz) — Method in class org.springextensions.actionscript.cairngorm.commands.ResponderCommandFactory
Returns true if the current ResponderCommandFactory contains a IBusinessDelegateFactory that is able to configure the specified Class.
canCreate(objectName) — Method in interface org.springextensions.actionscript.ioc.factory.IObjectFactory
Determines if the object factory is able to create the object with the given name.
canCreate(objectName) — Method in class org.springextensions.actionscript.ioc.factory.support.AbstractObjectFactory
Determines if the object factory is able to create the object with the given name.
canParse(node) — Method in interface org.springextensions.actionscript.ioc.factory.xml.parser.INodeParser
Determines if the given node can be parsed.
canParse(node) — Method in class org.springextensions.actionscript.ioc.factory.xml.parser.support.nodeparsers.AbstractNodeParser
Determines if the given node can be parsed.
canResolve(property) — Method in interface org.springextensions.actionscript.ioc.factory.IReferenceResolver
Indicates if the given property can be resolved by this reference resolver
canResolve(property) — Method in class org.springextensions.actionscript.ioc.factory.support.AbstractReferenceResolver
Indicates if the given property can be resolved by this reference resolver
canResolve(property) — Method in class org.springextensions.actionscript.ioc.factory.support.referenceresolvers.ArrayCollectionReferenceResolver
Checks if the object is an ArrayCollection

Indicates if the given property can be resolved by this reference resolver

canResolve(property) — Method in class org.springextensions.actionscript.ioc.factory.support.referenceresolvers.ArrayReferenceResolver
Checks if the object is an Array

Indicates if the given property can be resolved by this reference resolver

canResolve(property) — Method in class org.springextensions.actionscript.ioc.factory.support.referenceresolvers.DictionaryReferenceResolver
Checks if the object is a Dictionary or an Object

Indicates if the given property can be resolved by this reference resolver

canResolve(property) — Method in class org.springextensions.actionscript.ioc.factory.support.referenceresolvers.ObjectReferenceResolver
Checks if the object is a IObjectReference

Indicates if the given property can be resolved by this reference resolver

canResolve(property) — Method in class org.springextensions.actionscript.ioc.factory.support.referenceresolvers.VectorReferenceResolver
Checks if the object is a Vector.
chain — Property in class org.springextensions.actionscript.utils.Property
CHANGE — Constant static property in class org.springextensions.actionscript.config.AppSettingsEvent
Defines the value of the type property of a AppSettingsEvent.CHANGE event object.
CHANNEL_ELEMENT — Constant static property in class org.springextensions.actionscript.ioc.factory.xml.MessagingNamespaceHandler
ChannelNodeParser — Class in package org.springextensions.actionscript.ioc.factory.xml.parser.support.nodeparsers.messaging
ChannelNodeParser() — Constructor in class org.springextensions.actionscript.ioc.factory.xml.parser.support.nodeparsers.messaging.ChannelNodeParser
Creates a new ChannelNodeParser instance.
CHANNELS_ATTR — Constant static property in class org.springextensions.actionscript.ioc.factory.xml.parser.support.nodeparsers.messaging.ChannelSetNodeParser
CHANNEL_SET_ATTR — Constant static property in class org.springextensions.actionscript.ioc.factory.xml.parser.support.nodeparsers.messaging.MessageAgentNodeParser
CHANNEL_SET_ATTR — Constant static property in class org.springextensions.actionscript.ioc.factory.xml.parser.support.nodeparsers.rpc.AbstractServiceNodeParser
The channel-set attribute
CHANNEL_SET_ELEMENT — Constant static property in class org.springextensions.actionscript.ioc.factory.xml.MessagingNamespaceHandler
ChannelSetNodeParser — Class in package org.springextensions.actionscript.ioc.factory.xml.parser.support.nodeparsers.messaging
ChannelSetNodeParser() — Constructor in class org.springextensions.actionscript.ioc.factory.xml.parser.support.nodeparsers.messaging.ChannelSetNodeParser
check(item) — Method in class org.springextensions.actionscript.collections.EntityCollection
Checks if the collection already holds an Entity instance with the same id as the passed Entity instance
check(item) — Method in class org.springextensions.actionscript.collections.TypedCollection
Checks if the passed item is of the object type of the TypedCollection
checkMembership(owner:org.springextensions.actionscript.security:IMembershipOwner) — Method in interface org.springextensions.actionscript.security.ISecurityManager
Determines whether the specified IMembershipOwner instance has access to the list of objects that the current ISecurityManager manages.
checkMembership(owner:org.springextensions.actionscript.security:IMembershipOwner) — Method in class org.springextensions.actionscript.security.SimpleStageSecurityManager
Checks the specified IMembershipOwner against the roles and rights of the current SimpleStageSecurityManager.
checkObjectDictionary(objects) — Method in class org.springextensions.actionscript.security.SimpleStageSecurityManager
Checks if all the objects in the specified Dictionary are of type UIComponent.
checkObjectProperties() — Method in class org.springextensions.actionscript.ioc.DependencyCheckMode
checkSimpleProperties() — Method in class org.springextensions.actionscript.ioc.DependencyCheckMode
childContent — Property in class org.springextensions.actionscript.context.support.mxml.MXMLObjectDefinition
Placeholder for all MXML child content of the current ObjectDefinition
CLASS_ATTR — Constant static property in class org.springextensions.actionscript.ioc.factory.xml.preprocessors.InterfacePreprocessor
CLASS_ATTRIBUTE — Constant static property in class org.springextensions.actionscript.ioc.factory.xml.parser.support.XMLObjectDefinitionsParser
ClassBasedObjectSelector — Class in package org.springextensions.actionscript.stage.selectors
IObjectSelector approving or denying objects based on fully qualified class name.
ClassBasedObjectSelector(regexpArray, approveOnMatch) — Constructor in class org.springextensions.actionscript.stage.selectors.ClassBasedObjectSelector
Creates a new ClassBasedObjectSelector.
_classListeners — Static property in class org.springextensions.actionscript.core.event.EventBus
The Dictionary<Class,Function[]> that holds a mapping between event classes and a list of listener functions
className — Property in class org.springextensions.actionscript.context.support.mxml.MXMLObjectDefinition
The classname of the object that the current ObjectDefinition describes.
className — Property in interface org.springextensions.actionscript.ioc.IObjectDefinition
The classname of the object that the current IObjectDefinition describes.
className — Property in class org.springextensions.actionscript.ioc.ObjectDefinition
The classname of the object that the current IObjectDefinition describes.
classNameMatchesBasePackages(className, basePackages) — Static method in class org.springextensions.actionscript.utils.ClassNameUtils
classNameMatchesPackagePattern(className, packagePattern) — Static method in class org.springextensions.actionscript.utils.ClassNameUtils
Returns true if the className matches the given package pattern.
ClassNameUtils — Final class in package org.springextensions.actionscript.utils
ClassNameUtils() — Constructor in class org.springextensions.actionscript.utils.ClassNameUtils
ClassPropertyEditor — Class in package org.springextensions.actionscript.objects.propertyeditors
Converts class names to class objects.
ClassPropertyEditor() — Constructor in class org.springextensions.actionscript.objects.propertyeditors.ClassPropertyEditor
Creates a new ClassPropertyEditor instance
_classProxyListeners — Static property in class org.springextensions.actionscript.core.event.EventBus
The Dictionary<Class,MethodInvoker[]> that holds a mapping between event classes and a list of listener proxies
classRegexpArray — Property in class org.springextensions.actionscript.stage.selectors.ClassBasedObjectSelector
ClassScannerObjectFactoryPostProcessor — Class in package org.springextensions.actionscript.context.metadata
Factory post processor that creates a lookup of metadata names and class names.
ClassScannerObjectFactoryPostProcessor() — Constructor in class org.springextensions.actionscript.context.metadata.ClassScannerObjectFactoryPostProcessor
Creates a new ClassScannerObjectFactoryPostProcessor.
clazz — Property in class org.springextensions.actionscript.context.support.mxml.MXMLObjectDefinition
The Class of the object that the current ObjectDefinition describes.
cleanupLoader() — Method in class org.springextensions.actionscript.collections.Properties
If the _loader variable is not null the onLoaderComplete and onIOError event handlers are removed and the variable is set to null;
cleanupLoader() — Method in class org.springextensions.actionscript.context.support.XMLApplicationContext
If the _loader variable is not null the onLoaderComplete and onIOError event handlers are removed.
cleanupUpOperation(operation:org.springextensions.actionscript.core.operation:IOperation) — Method in class org.springextensions.actionscript.core.operation.OperationHandler
Removes all event listeners from the specified IOperation.
clear() — Method in interface org.springextensions.actionscript.collections.IMap
Removes all key/value pairs from the map.
clear() — Method in class org.springextensions.actionscript.collections.Map
clear() — Method in interface org.springextensions.actionscript.core.mvc.IController
Clears all event/command mappings
clear() — Method in class org.springextensions.actionscript.core.mvc.support.Controller
Clears all event/command mappings
clear() — Method in class org.springextensions.actionscript.stage.FlashStageProcessorRegistry
clear() — Method in class org.springextensions.actionscript.stage.FlexStageProcessorRegistry
clear() — Method in interface org.springextensions.actionscript.stage.IStageProcessorRegistry
Clears the all processor and context registrations in the current IStageProcessorRegistry
clear() — Method in class org.springextensions.actionscript.test.context.ContextCache
Clears all contexts from the cache.
CLEAR — Constant static property in class org.springextensions.actionscript.config.AppSettingsEvent
Defines the value of the type property of a AppSettingsEvent.CLEAR event object.
clearFromCache(cache, name) — Method in class org.springextensions.actionscript.ioc.factory.support.AbstractObjectFactory
clearObjectFromExplicitInternalCache(name) — Method in class org.springextensions.actionscript.ioc.factory.support.AbstractObjectFactory
clearObjectFromInternalCache(name) — Method in interface org.springextensions.actionscript.ioc.factory.IObjectFactory
Removes an object from the internal object definition cache.
clearObjectFromInternalCache(name) — Method in class org.springextensions.actionscript.ioc.factory.support.AbstractObjectFactory
Removes an object from the internal object definition cache.
clearStatistics() — Method in class org.springextensions.actionscript.test.context.ContextCache
Clears hit and miss count statistics for the cache (i.e., resets counters to zero).
clone() — Method in class org.springextensions.actionscript.cairngorm.PendingCommandRegistryEvent
Returns an exact copy of the current PendingCommandRegistryEvent instance.
clone() — Method in class org.springextensions.actionscript.collections.TypedCollectionEvent
Returns an exact copy of the current TypedCollectionEvent instance.
clone() — Method in class org.springextensions.actionscript.config.AppSettingsEvent
Returns an exact copy of the current AppSettingsEvent instance.
clone() — Method in class org.springextensions.actionscript.context.support.mxml.AbstractMXMLObject
clone() — Method in class org.springextensions.actionscript.context.support.mxml.Arg
clone() — Method in class org.springextensions.actionscript.context.support.mxml.MethodInvocation
clone() — Method in class org.springextensions.actionscript.context.support.mxml.Param
clone() — Method in class org.springextensions.actionscript.context.support.mxml.Property
clone() — Method in class org.springextensions.actionscript.core.command.event.CommandEvent
Returns an exact copy of the current CommandEvent instance.
clone() — Method in class org.springextensions.actionscript.core.command.event.CompositeCommandEvent
Returns an exact copy of the current CompositeCommandEvent instance.
clone() — Method in class org.springextensions.actionscript.core.event.DataEvent
clone() — Method in class org.springextensions.actionscript.core.mvc.event.ControllerEvent
clone() — Method in class org.springextensions.actionscript.core.mvc.event.ControllerRegistrationEvent
clone() — Method in class org.springextensions.actionscript.core.mvc.event.MVCEvent
clone() — Method in class org.springextensions.actionscript.core.operation.OperationEvent
clone() — Method in class org.springextensions.actionscript.core.task.event.TaskEvent
clone() — Method in class org.springextensions.actionscript.core.task.event.TaskFlowControlEvent
clone() — Method in class org.springextensions.actionscript.domain.BaseObject
Clones this object.
clone() — Method in class org.springextensions.actionscript.ioc.factory.support.event.ObjectFactoryEvent
Returns an exact copy of the current ObjectFactoryEvent.
cloneField(name, other) — Method in class org.springextensions.actionscript.domain.BaseObject
Clones a single field.
clonePropertyValue(value, name) — Method in class org.springextensions.actionscript.domain.BaseObject
Clones the value of a property/field.
CLUSTERED_ATTR — Constant static property in class org.springextensions.actionscript.ioc.factory.xml.MessagingNamespaceHandler
CLUSTERED_ATTR — Constant static property in class org.springextensions.actionscript.ioc.factory.xml.parser.support.nodeparsers.messaging.ChannelSetNodeParser
collectionChange — Event in class org.springextensions.actionscript.collections.Map
Dispatched when the Map is changed.
collectionChange_handler(event) — Method in class org.springextensions.actionscript.collections.TypedCollection
Handles the COLLECTION_CHANGE event.
command — Property in class org.springextensions.actionscript.cairngorm.PendingCommandRegistryEvent
The ICommand instance that this event refers to.
command — Property in class org.springextensions.actionscript.core.command.event.CommandEvent
command — Property in class org.springextensions.actionscript.core.command.event.CompositeCommandEvent
command — Property in class org.springextensions.actionscript.core.mvc.event.ControllerEvent
command — Property in class org.springextensions.actionscript.core.task.event.TaskEvent
COMMAND_ATTR — Constant static property in class org.springextensions.actionscript.core.task.xml.TaskNamespaceHandler
COMMAND_ELEMENT — Constant static property in class org.springextensions.actionscript.core.task.xml.TaskNamespaceHandler
CommandEvent — Class in package org.springextensions.actionscript.core.command.event
CommandEvent(type, command:org.springextensions.actionscript.core.command:ICommand, bubbles, cancelable) — Constructor in class org.springextensions.actionscript.core.command.event.CommandEvent
Creates a new CompositeCommandEvent instance.
CommandFactory — Class in package org.springextensions.actionscript.cairngorm.commands
ICommandFactory implementation that is capable of creating commands that implements the ICommand interface.
CommandFactory() — Constructor in class org.springextensions.actionscript.cairngorm.commands.CommandFactory
Creates a new CommandFactory instance.
commandFactoryRegistry — Property in interface org.springextensions.actionscript.cairngorm.commands.ICommandFactoryRegistryAware
commandFactoryRegistry — Property in class org.springextensions.actionscript.cairngorm.control.CairngormFrontController
commandList — Property in class org.springextensions.actionscript.core.task.support.Task
Internal Array of the commands, tasks and controlflow objects that will be executed.
commandMap — Property in class org.springextensions.actionscript.cairngorm.control.CairngormFrontController
An object containing key/value pairs with the event names and the command classes
COMMAND_METADATA — Constant static property in class org.springextensions.actionscript.core.mvc.MVCControllerObjectFactoryPostProcessor
commandName — Property in class org.springextensions.actionscript.core.mvc.support.CommandRegistration
COMMAND_NAMES_MAP — Constant static property in class org.springextensions.actionscript.puremvc.interfaces.IocConstants
commandPackage — Property in class org.springextensions.actionscript.cairngorm.control.CairngormFrontController
Specifies the package where the commands reside.
CommandProxy — Class in package org.springextensions.actionscript.cairngorm.commands
CommandProxy — Class in package org.springextensions.actionscript.core.mvc.support
Proxied method invoker for command objects.
CommandProxy(command) — Constructor in class org.springextensions.actionscript.cairngorm.commands.CommandProxy
CommandProxy(target, method, properties, event, applicationDomain) — Constructor in class org.springextensions.actionscript.core.mvc.support.CommandProxy
Creates a new CommandProxy instance.
COMMAND_REGISTERED — Constant static property in class org.springextensions.actionscript.core.mvc.event.ControllerRegistrationEvent
commandRegistration — Property in class org.springextensions.actionscript.core.mvc.event.ControllerRegistrationEvent
CommandRegistration — Class in package org.springextensions.actionscript.core.mvc.support
Describes the execution of an abritrary command class after an event was dispatched.
CommandRegistration(commandName, executeMethodName, properties, priority) — Constructor in class org.springextensions.actionscript.core.mvc.support.CommandRegistration
Creates a new CommandRegistration instance.
commands — Property in class org.springextensions.actionscript.core.command.CompositeCommand
commit() — Method in interface org.springextensions.actionscript.core.task.ITransaction
commit() — Method in interface org.springextensions.actionscript.core.task.ITransactionable
compare(entityA:org.springextensions.actionscript.domain:INamed, entityB:org.springextensions.actionscript.domain:INamed, fields) — Static method in class org.springextensions.actionscript.domain.NamedEntity
Compares two entities for natural sorting on their names.
complete — Event in class org.springextensions.actionscript.collections.Properties
Dispatched when the external properties file has been loaded and the contents have been parsed.
complete — Event in class org.springextensions.actionscript.puremvc.patterns.facade.IocFacade
Dispatched as a result of a call to the initializeIocContainer() method when all available configuration sources have been parsed.
complete — Event in class org.springextensions.actionscript.test.context.support.AbstractGenericContextLoader
Dispatched when the application context has been loaded.
COMPLETE — Constant static property in class org.springextensions.actionscript.core.command.event.CompositeCommandEvent
Defines the value of the type property of a CompositeCommandEvent.COMPLETE event object.
COMPLETE — Constant static property in class org.springextensions.actionscript.core.operation.OperationEvent
The type of the OperationEvent dispatched when an IOperation is done/complete.
completeExecution() — Method in class org.springextensions.actionscript.core.task.support.Task
completeHandler(event) — Method in class org.springextensions.actionscript.context.support.FlexXMLApplicationContext
Event.COMPLETE event handler added in context constructor.
completeHandler(event) — Method in class org.springextensions.actionscript.context.support.MXMLApplicationContext
Event.COMPLETE event handler added in context constructor.
completeHandler(event) — Method in class org.springextensions.actionscript.context.support.XMLApplicationContext
Event.COMPLETE event handler added in context constructor.
completeHandler(event) — Method in class org.springextensions.actionscript.core.io.support.LoadStyleModuleOperation
Handles the StyleEvent.COMPLETE event.
completeHandler(event) — Method in class org.springextensions.actionscript.core.io.support.LoadURLOperation
Handles the Event.COMPLETE event of the internally created URLLoader.
completeHandler(event) — Method in class org.springextensions.actionscript.core.io.support.LoadURLStreamOperation
completeHandler(event) — Method in class org.springextensions.actionscript.localization.LoadResourceModuleOperation
Handles the ResourceEvent.COMPLETE event.
componentCache — Property in class org.springextensions.actionscript.localization.LocalizationStageProcessor
A Dictionary instance used to keep track of the stage components that have already been processed by the current LocalizationStageProcessor.
componentCache — Property in class org.springextensions.actionscript.security.SimpleSecurityManagerFactory
A Dictionary instance used to keep track of the stage components that have already been processed by the current SimpleSecurityManagerFactory.
componentCache — Property in class org.springextensions.actionscript.stage.DefaultAutowiringStageProcessor
A Dictionary instance used to keep track of the stage components that have already been processed by the current DefaultAutowiringStageProcessor.
ComponentClassScanner — Class in package org.springextensions.actionscript.context.metadata
The ObjectDefinitionScanner scans all classes in the application that have been annotated with [Component] metadata and builds object definitions from these classes.
ComponentClassScanner() — Constructor in class org.springextensions.actionscript.context.metadata.ComponentClassScanner
Creates a new ObjectDefinitionScanner instance.
COMPONENT_METADATA — Constant static property in class org.springextensions.actionscript.context.metadata.ComponentClassScanner
The Component metadata.
ComponentScanObjectDefinitionParser — Class in package org.springextensions.actionscript.context.config
Parser for the context:component-scan element.
ComponentScanObjectDefinitionParser() — Constructor in class org.springextensions.actionscript.context.config.ComponentScanObjectDefinitionParser
ComposedObjectSelector — Class in package org.springextensions.actionscript.stage.selectors
IObjectSelector approving objects if all composing objects are approving the passed object.
ComposedObjectSelector(objectSelectors, approveIfUnanimous) — Constructor in class org.springextensions.actionscript.stage.selectors.ComposedObjectSelector
Creates a new ComposedObjectSelector.
CompositeCommand — Class in package org.springextensions.actionscript.core.command
Basic implementation of the ICompositeCommand that executes a list of ICommand instances that were added through the addCommand() method.
CompositeCommand(kind:org.springextensions.actionscript.core.command:CompositeCommandKind) — Constructor in class org.springextensions.actionscript.core.command.CompositeCommand
Creates a new CompositeCommand instance.
compositeCommandAfterExecuteCommand — Event in interface org.springextensions.actionscript.core.command.ICompositeCommand
Dispatched after an ICommand from the collection was executed.
compositeCommandBeforeExecuteCommand — Event in interface org.springextensions.actionscript.core.command.ICompositeCommand
Dispatched before an ICommand from the collection is executed.
compositeCommandComplete — Event in interface org.springextensions.actionscript.core.command.ICompositeCommand
Dispatched when the CompositeCommand is finised executing its collection of ICommands
COMPOSITE_COMMAND_ELEMENT — Constant static property in class org.springextensions.actionscript.core.task.xml.TaskNamespaceHandler
compositeCommandError — Event in interface org.springextensions.actionscript.core.command.ICompositeCommand
Dispatched when the CompositeCommand encounters an error.
CompositeCommandEvent — Class in package org.springextensions.actionscript.core.command.event
CompositeCommandEvent(type, command:org.springextensions.actionscript.core.command:ICommand, bubbles, cancelable) — Constructor in class org.springextensions.actionscript.core.command.event.CompositeCommandEvent
Constructs a new CompositeCommandEvent
CompositeCommandKind — Final class in package org.springextensions.actionscript.core.command
Enumeration that defines the different ways an ICompositeCommand can execute its collection of ICommands
CompositeCommandKind(name) — Constructor in class org.springextensions.actionscript.core.command.CompositeCommandKind
Creates a new ComposeiteCommandKind instance.
CompositeCommandNodeParser — Class in package org.springextensions.actionscript.core.task.xml.parser
CompositeCommandNodeParser() — Constructor in class org.springextensions.actionscript.core.task.xml.parser.CompositeCommandNodeParser
CONCURRENCY_ATTR — Constant static property in class org.springextensions.actionscript.ioc.factory.xml.parser.support.nodeparsers.rpc.RemoteObjectNodeParser
CONDITION_ATTR — Constant static property in class org.springextensions.actionscript.core.task.xml.TaskNamespaceHandler
CONDITION_ELEMENT — Constant static property in class org.springextensions.actionscript.core.task.xml.TaskNamespaceHandler
conditionProvider — Property in interface org.springextensions.actionscript.core.task.IConditionProviderAware
conditionProvider — Property in class org.springextensions.actionscript.core.task.support.IfElseBlock
conditionProvider — Property in class org.springextensions.actionscript.core.task.support.WhileBlock
configLocations — Property in class org.springextensions.actionscript.context.support.XMLApplicationContext
configLocations — Property in interface org.springextensions.actionscript.ioc.factory.xml.IXMLObjectFactory
Returns an Array of configuration locations.
configurationCompleted — Property in class org.springextensions.actionscript.context.support.XMLApplicationContext
connectListeners() — Method in class org.springextensions.actionscript.localization.LocalizationStageProcessor
Adds the reassignResourceStrings method as an Event.CHANGE listener.
CONNECT_TIMEOUT_ATTR — Constant static property in class org.springextensions.actionscript.ioc.factory.xml.parser.support.nodeparsers.messaging.ChannelNodeParser
CONSTANT — Constant static property in class org.springextensions.actionscript.ioc.factory.xml.UtilNamespaceHandler
ConstantNodeParser — Class in package org.springextensions.actionscript.ioc.factory.xml.parser.support.nodeparsers.util
ConstantNodeParser() — Constructor in class org.springextensions.actionscript.ioc.factory.xml.parser.support.nodeparsers.util.ConstantNodeParser
Creates a new ConstantNodeParser instance
Constants — Class in package org.springextensions.actionscript.ioc.util

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

CONSTRUCTOR — Constant static property in class org.springextensions.actionscript.ioc.AutowireMode
Autowire constructor arguments with objects having the same type
ConstructorArg — Class in package org.springextensions.actionscript.context.support.mxml
This subclass exists only as an alias to clarify MXML markup
ConstructorArg() — Constructor in class org.springextensions.actionscript.context.support.mxml.ConstructorArg
Creates a new ConstructorArg instance
CONSTRUCTOR_ARG_ELEMENT — Constant static property in class org.springextensions.actionscript.ioc.factory.xml.parser.support.XMLObjectDefinitionsParser
Constant value 'constructor-arg'
constructorArguments — Property in class org.springextensions.actionscript.context.support.mxml.MXMLObjectDefinition
An array of arguments that will be passed to the constructor of the object.
constructorArguments — Property in class org.springextensions.actionscript.core.command.GenericOperationCommand
An array of arguments that will be passed to the constructor of the specified IOperation implementation.
constructorArguments — Property in interface org.springextensions.actionscript.ioc.IObjectDefinition
An array of arguments that will be passed to the constructor of the object.
constructorArguments — Property in class org.springextensions.actionscript.ioc.ObjectDefinition
An array of arguments that will be passed to the constructor of the object.
constructorArguments — Property in class org.springextensions.actionscript.ioc.factory.support.event.ObjectFactoryEvent
The constructor arguments passed to the object factory for the specified instance.
CONSTRUCTOR_METADATA — Constant static property in class org.springextensions.actionscript.context.metadata.ComponentClassScanner
The Constructor metadata.
CONSUMER_ELEMENT — Constant static property in class org.springextensions.actionscript.ioc.factory.xml.MessagingNamespaceHandler
ConsumerNodeParser — Class in package org.springextensions.actionscript.ioc.factory.xml.parser.support.nodeparsers.messaging
ConsumerNodeParser() — Constructor in class org.springextensions.actionscript.ioc.factory.xml.parser.support.nodeparsers.messaging.ConsumerNodeParser
container — Property in interface org.springextensions.actionscript.puremvc.interfaces.IIocFacade
container — Property in class org.springextensions.actionscript.puremvc.patterns.facade.IocFacade
contains(item) — Method in class org.springextensions.actionscript.collections.Map
contains(key) — Method in class org.springextensions.actionscript.test.context.ContextCache
Return whether there is a cached context for the given key.
containsEntityWithID(entities, id) — Static method in class org.springextensions.actionscript.domain.util.EntityUtil
containsEntityWithSamePropertyValue(entities, entity, prop) — Static method in class org.springextensions.actionscript.domain.util.EntityUtil
containsId(id) — Method in class org.springextensions.actionscript.collections.EntityCollection
Determines whether the collection contains an Entity instance with the specified id.
containsObject(objectName) — Method in interface org.springextensions.actionscript.ioc.factory.IObjectFactory
Determines if the object factory contains a definition with the given name.
containsObject(objectName) — Method in class org.springextensions.actionscript.ioc.factory.support.AbstractObjectFactory
Determines if the object factory contains a definition with the given name.
containsObjectDefinition(objectName) — Method in class org.springextensions.actionscript.ioc.factory.support.DefaultListableObjectFactory
Determines if an object definition with the given name exists
containsObjectDefinition(objectName) — Method in interface org.springextensions.actionscript.ioc.factory.support.IObjectDefinitionRegistry
Determines if an object definition with the given name exists
containsObjectDefinition(objectName) — Method in class org.springextensions.actionscript.ioc.factory.support.SimpleObjectDefinitionRegistry
Determines if an object definition with the given name exists
containsProcessor(stageProcessor:org.springextensions.actionscript.stage:IStageProcessor) — Method in class org.springextensions.actionscript.stage.StageProcessorRegistration
Returns true if the current StageProcessorRegistration contains the specified IStageProcessor instance.
content — Property in class org.springextensions.actionscript.collections.Properties
The content of the Properties instance as an object.
content — Property in class org.springextensions.actionscript.context.support.mxml.Template
Placeholder for the MXML child components
context — Property in interface org.springextensions.actionscript.core.task.ITask
An anonymous object that can be used to store values that can be accessed by other client code to pass around these values between commands.
context — Property in class org.springextensions.actionscript.core.task.support.IfElseBlock
An anonymous object that can be used to store values that can be accessed by other client code to pass around these values between commands.
context — Property in class org.springextensions.actionscript.core.task.support.Task
An anonymous object that can be used to store values that can be accessed by other client code to pass around these values between commands.
contextCache — Property in class org.springextensions.actionscript.test.context.TestContext
Get the context cache for this test context.
contextCache — Static property in class org.springextensions.actionscript.test.context.TestContextManager
Cache of Spring application contexts.
ContextCache — Class in package org.springextensions.actionscript.test.context
Cache for Spring ApplicationContexts in a test environment.
ContextCache() — Constructor in class org.springextensions.actionscript.test.context.ContextCache
Constructor.
ContextConfiguration — Class in package org.springextensions.actionscript.test.context

[ContextConfiguration] defines class-level metadata which can be used to instruct client code with regard to how to load and configure an IApplicationContext.

ContextConfiguration(metadata) — Constructor in class org.springextensions.actionscript.test.context.ContextConfiguration
Constructor.
contextLoaded — Property in interface org.springextensions.actionscript.test.context.IContextLoader
If true, the application context has been loaded.
contextLoaded — Property in class org.springextensions.actionscript.test.context.support.AbstractContextLoader
If true, an IApplicationContext has been loaded.
contextLoaded — Property in class org.springextensions.actionscript.test.context.support.AbstractGenericContextLoader
contextLoader — Property in class org.springextensions.actionscript.test.context.TestContext
Get the IContextLoader to use for loading the IApplicationContext for this test context.
ContextNamespaceHandler — Class in package org.springextensions.actionscript.context.config
Namespace handler for the "context" namespace.
ContextNamespaceHandler() — Constructor in class org.springextensions.actionscript.context.config.ContextNamespaceHandler
contexts — Property in class org.springextensions.actionscript.stage.FlashStageProcessorRegistry
continue_() — Method in interface org.springextensions.actionscript.core.task.ITaskBlock
Continues the current ITaskBlock if its part of a loop construct.
continue — Event in interface org.springextensions.actionscript.core.task.ITaskFlowControl
Dispatched when the current ITaskFlowControl wants to continue a loop construct.
continue_() — Method in class org.springextensions.actionscript.core.task.support.IfElseBlock
continue_() — Method in class org.springextensions.actionscript.core.task.support.Task
CONTINUE — Constant static property in class org.springextensions.actionscript.core.task.TaskFlowControlKind
Indicates a continuation in the flow control.
CONTINUE — Constant static property in class org.springextensions.actionscript.core.task.event.TaskFlowControlEvent
Indicates a continuation in the flow control.
Controller — Class in package org.springextensions.actionscript.core.mvc.support

IController implementation that uses an IApplicationContext instance as its command factory.

Controller() — Constructor in class org.springextensions.actionscript.core.mvc.support.Controller
Creates a new CommandRegistry instance.
controllerAfterCommandExecuted — Event in class org.springextensions.actionscript.core.mvc.support.Controller
Dispatched after a command object was invoked by the current Controller.
controllerBeforeCommandExecuted — Event in class org.springextensions.actionscript.core.mvc.support.Controller
Dispatched before a command object is invoked by the current Controller.
controllerCommandRegistered — Event in class org.springextensions.actionscript.core.mvc.support.Controller
Dispatched when a command object is registered with the current Controller.
ControllerEvent — Class in package org.springextensions.actionscript.core.mvc.event
ControllerEvent(type, command, bubbles, cancelable) — Constructor in class org.springextensions.actionscript.core.mvc.event.ControllerEvent
CONTROLLER_OBJECT_NAME — Constant static property in class org.springextensions.actionscript.core.mvc.MVCControllerObjectFactoryPostProcessor
The object name that will be given to the controller instance in the object factory
ControllerRegistrationEvent — Class in package org.springextensions.actionscript.core.mvc.event
Dispatched when a command is registered in a Controller instance.
ControllerRegistrationEvent(commandRegistration:org.springextensions.actionscript.core.mvc.support:CommandRegistration, eventType, eventClass, bubbles, cancelable) — Constructor in class org.springextensions.actionscript.core.mvc.event.ControllerRegistrationEvent
Creates a new CommandRegistryEvent instance.
convertIfNecessary(value, requiredType) — Method in interface org.springextensions.actionscript.objects.ITypeConverter
Convert the given value to the required type.
convertIfNecessary(value, requiredType) — Method in class org.springextensions.actionscript.objects.SimpleTypeConverter
Convert the given value to the required type.
copyFrom(range:org.springextensions.actionscript.collections:EntityCollection) — Method in class org.springextensions.actionscript.collections.EntityCollection
Adds a range to the current EntityCollection.
copyFrom(other) — Method in class org.springextensions.actionscript.domain.BaseObject
Copies all properties from the given object into this object.
copyFrom(other) — Method in interface org.springextensions.actionscript.domain.ICopyFrom
Copies the properties from the given object into this object.
couldNotLoadApplicationContext — Property in class org.springextensions.actionscript.test.context.TestContextManager
If true, the application context could not be loaded.
couldNotLoadContext — Property in interface org.springextensions.actionscript.test.context.IContextLoader
If true, the application context could not be loaded.
couldNotLoadContext — Property in class org.springextensions.actionscript.test.context.support.AbstractContextLoader
If true, the application context could not be loaded.
couldNotLoadContext — Property in class org.springextensions.actionscript.test.context.support.AbstractGenericContextLoader
COUNT_ATTR — Constant static property in class org.springextensions.actionscript.core.task.xml.TaskNamespaceHandler
countProvider — Property in interface org.springextensions.actionscript.core.task.ICountProviderAware
countProvider — Property in class org.springextensions.actionscript.core.task.support.ForBlock
CountProvider — Class in package org.springextensions.actionscript.core.task.support
Base class for ICountProvider implementations.
CountProvider(count) — Constructor in class org.springextensions.actionscript.core.task.support.CountProvider
Creates a new CountProvider instance.
COUNT_PROVIDER_ATTR — Constant static property in class org.springextensions.actionscript.core.task.xml.TaskNamespaceHandler
COUNT_PROVIDER_ELEMENT — Constant static property in class org.springextensions.actionscript.core.task.xml.TaskNamespaceHandler
CountProviderNodeParser — Class in package org.springextensions.actionscript.core.task.xml.parser
Converts a count attribute to a corresponding IObjectDefinition.
CountProviderNodeParser() — Constructor in class org.springextensions.actionscript.core.task.xml.parser.CountProviderNodeParser
Creates a new CountProviderNodeParser instance.
createAndExecuteCommand(commandIdent, event) — Method in class org.springextensions.actionscript.cairngorm.control.CairngormFrontController

Creates the ICommand associated with the specified CairngormEvent instance and registers the command with the current PendingCommandRegistry instance.

createBusinessDelegate() — Method in class org.springextensions.actionscript.cairngorm.business.BusinessDelegateFactory
Returns a fully configured delegate instance of the type specified by the delegateClass property.
createBusinessDelegate() — Method in interface org.springextensions.actionscript.cairngorm.business.IBusinessDelegateFactory
Returns a fully configured delegate instance of the type specified by the delegateClass property.
createCommand(clazz) — Method in class org.springextensions.actionscript.cairngorm.commands.CommandFactory
Creates a command for the passed command type
createCommand(commandClass) — Method in class org.springextensions.actionscript.cairngorm.commands.DefaultCommandFactoryRegistry
Looks up the appropriate ICommandFactory instance to create the specified Class.
createCommand(clazz) — Method in interface org.springextensions.actionscript.cairngorm.commands.ICommandFactory
Creates a command for the passed command type
createCommand(commandClass) — Method in interface org.springextensions.actionscript.cairngorm.commands.ICommandFactoryRegistry
Looks up the appropriate ICommandFactory instance to create the specified Class.
createCommand(clazz) — Method in class org.springextensions.actionscript.cairngorm.commands.ResponderCommandFactory
Creates an instance of the specified Class and assigns it an appropriate business delegate.
createCompleteEvent(operation:org.springextensions.actionscript.core.operation:IOperation, bubbles, cancelable) — Static method in class org.springextensions.actionscript.core.operation.OperationEvent
createCursor() — Method in class org.springextensions.actionscript.collections.Map
createCursor() — Method in class org.springextensions.actionscript.collections.TypedCollection
createErrorEvent(operation:org.springextensions.actionscript.core.operation:IOperation, bubbles, cancelable) — Static method in class org.springextensions.actionscript.core.operation.OperationEvent
createEvent() — Method in class org.springextensions.actionscript.cairngorm.SequenceEvent
createFromCollectionView(view) — Static method in class org.springextensions.actionscript.utils.ArrayCollectionUtils
Creates an ArrayCollection from the items in the given view.
createFromList(list) — Static method in class org.springextensions.actionscript.utils.ArrayCollectionUtils
Creates an ArrayCollection from the items in the given list.
createInstance(clazz, constructorArguments) — Method in interface org.springextensions.actionscript.ioc.factory.IObjectFactory
Creates an instance of the specified Class, wires the instance and returns it.
createInstance(clazz, constructorArguments) — Method in class org.springextensions.actionscript.ioc.factory.support.AbstractObjectFactory
Creates an instance of the specified Class, wires the instance and returns it.
createInstance(object) — Method in interface org.springextensions.actionscript.security.ISecurityManagerFactory
Creates a new ISecurityManager for the specified object when possible, returns the newly created instance or null.
createInstance(object) — Method in class org.springextensions.actionscript.security.SimpleSecurityManagerFactory
Creates a new ISecurityManager for the specified object when possible, returns the newly created instance or null.
createNew(clazz, constructorArgs) — Static method in class org.springextensions.actionscript.core.command.GenericOperationCommand
createObjectDefinitionForClass(clazz) — Method in class org.springextensions.actionscript.context.config.MetadataConfigObjectDefinitionParser
createObjectViaInstanceFactoryMethod(objectName, methodName, args) — Method in class org.springextensions.actionscript.ioc.factory.support.AbstractObjectFactory
createObjectViaStaticFactoryMethod(clazz, applicationDomain, factoryMethodName, args) — Method in class org.springextensions.actionscript.ioc.factory.support.AbstractObjectFactory
createProgressEvent(operation:org.springextensions.actionscript.core.operation:IOperation, bubbles, cancelable) — Static method in class org.springextensions.actionscript.core.operation.OperationEvent
createProxy(commandInstance, event, commandRegistration:org.springextensions.actionscript.core.mvc.support:CommandRegistration) — Method in class org.springextensions.actionscript.core.mvc.support.Controller
Creates a CommandProxy for the specified command instance based on the specified Event and CommandRegistration instances.
createScanner(xmlParser:org.springextensions.actionscript.ioc.factory.xml.parser.support:XMLObjectDefinitionsParser) — Method in class org.springextensions.actionscript.context.config.ComponentScanObjectDefinitionParser
createSecurityManager(component) — Method in class org.springextensions.actionscript.security.SimpleSecurityManagerFactory
If an IMembershipOwner exists in the membershipData Dictionary for the id of the specified UIComponent a new ISecurityManager instance is created for the specified UIComponent using the IMembershipOwner instance.
createTest() — Method in class org.springextensions.actionscript.test.context.flexunit4.SpringFlexUnit4ClassRunner
Delegates to BlockFlexUnit4ClassRunner#createTest() to create the test instance and then to a TestContextManager to prepare the test instance for Spring testing functionality.
createTestContextManager(klass) — Method in class org.springextensions.actionscript.test.context.flexunit4.SpringFlexUnit4ClassRunner
Creates a new TestContextManager.
createTimeoutEvent(operation:org.springextensions.actionscript.core.operation:IOperation, bubbles, cancelable) — Static method in class org.springextensions.actionscript.core.operation.OperationEvent
createUniqueName(name, namedObjects) — Static method in class org.springextensions.actionscript.domain.util.NamedUtil
Returns a unique name for a named object based on the given name.
current — Property in class org.springextensions.actionscript.collections.MapViewCursor
current — Property in class org.springextensions.actionscript.collections.TypedCollectionViewCursor
Provides access the object at the location in the source collection referenced by this cursor.
currentCommand — Property in class org.springextensions.actionscript.core.command.CompositeCommand
The ICommand that is currently being executed.
currentCommand — Property in class org.springextensions.actionscript.core.task.support.Task
The current ICommand instance that is being executed.
currentConfigLocation — Property in class org.springextensions.actionscript.context.support.XMLApplicationContext
cursorUpdate — Event in class org.springextensions.actionscript.collections.MapViewCursor
Dispatched when the current MapViewCursor is updated.
cursorUpdate — Event in class org.springextensions.actionscript.collections.TypedCollectionViewCursor
Dispatched when the TypedCollectionViewCursor is updated.
CustomEditorConfigurer — Class in package org.springextensions.actionscript.ioc.factory.config
IObjectFactoryPostProcessor implementation that allows for convenient registration of custom property editors.
CustomEditorConfigurer() — Constructor in class org.springextensions.actionscript.ioc.factory.config.CustomEditorConfigurer
Creates a new CustomEditorConfigurer.
customEditors — Property in class org.springextensions.actionscript.ioc.factory.config.CustomEditorConfigurer
Sets the customer editors for this configurer.
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