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  
IApplicationContext — Interface in package org.springextensions.actionscript.context
Central interface for the configuration of an application.
IApplicationContextAware — Interface in package org.springextensions.actionscript.context
Interface to be implemented by any object that wishes to be notified of the IApplicationContext that it runs in.
IApplicationDomainAware — Interface in package org.springextensions.actionscript.ioc.factory
Describes an object that needs a reference to an ApplicationDomain.
IAppSettingsListener — Interface in package org.springextensions.actionscript.config
By implementing this interface, a type can be added as a listener to the AppSettings class and receive notifications when the keys or values are modified.
IAsyncCommand — Interface in package org.springextensions.actionscript.core.command
Describes an asynchronous command.
IAttributeAccessor — Interface in package org.springextensions.actionscript.core
Interface defining a generic contract for attaching and accessing metadata to/from arbitrary objects.
IAutowireProcessor — Interface in package org.springextensions.actionscript.ioc.autowire
Interface that needs to be implemented by objects that can perform autowiring on arbitrary objects.
IAutowireProcessorAware — Interface in package org.springextensions.actionscript.ioc.autowire
Interface to be implemented by all objects that need a reference to an IAutowireProcessor instance.
IBusinessDelegate — Interface in package org.springextensions.actionscript.cairngorm.business
Defines a business delegate.
IBusinessDelegateAware — Interface in package org.springextensions.actionscript.cairngorm.business
Implemented by objects that requires a reference to an IBusinessDelegate instance.
IBusinessDelegateFactory — Interface in package org.springextensions.actionscript.cairngorm.business
Defines a business delegate factory.
IClassScanner — Interface in package org.springextensions.actionscript.context.metadata
Describes an object that examines one or more classes and performs custom logic accordingly.
ICommand — Interface in package org.springextensions.actionscript.core.command
Interface to be implemented by command classes.
ICommandFactory — Interface in package org.springextensions.actionscript.cairngorm.commands
Implemented by factory objects that are capable of creating ICommand instances.
ICommandFactoryRegistry — Interface in package org.springextensions.actionscript.cairngorm.commands
Describes an object that can manage a list of ICommandFactory instances and can look up the appropriate factory for a specified command class.
ICommandFactoryRegistryAware — Interface in package org.springextensions.actionscript.cairngorm.commands
ICompositeCommand — Interface in package org.springextensions.actionscript.core.command
Interface that needs to be implemented by command classes that are composed of multiple commands.
IConditionProvider — Interface in package org.springextensions.actionscript.core.task
Describes an object that provides a Boolean value that can be used for flow control purposes.
IConditionProviderAware — Interface in package org.springextensions.actionscript.core.task
Describes an object that needs a reference to an IConditionProvider.
IConfigurableApplicationContext — Interface in package org.springextensions.actionscript.context
Provides methods that will enable an implementing class to be configured by IObjectFactoryPostProcessor instances.
IConfigurableListableObjectFactory — Interface in package org.springextensions.actionscript.ioc.factory.config
This interface combines IConfigurableObjectFactory and IListableObjectFactory
IConfigurableObjectFactory — Interface in package org.springextensions.actionscript.ioc.factory.config
Defines the methods for configuring object factories.
IContextLoader — Interface in package org.springextensions.actionscript.test.context

Strategy interface for loading an application context.

IController — Interface in package org.springextensions.actionscript.core.mvc
Describes an object that acts as a registry for command classes that need to be instantiated and executed in response to the dispatching of an event.
ICopyFrom — Interface in package org.springextensions.actionscript.domain
Interface to be implemented by all classes that want to provide "copy from" functionality.
ICountProvider — Interface in package org.springextensions.actionscript.core.task
Describes an object that returns a count that can be used for flow control purposes.
ICountProviderAware — Interface in package org.springextensions.actionscript.core.task
Describes an object that needs a reference to an ICountProvider instance.
id — Property in interface org.springextensions.actionscript.context.IApplicationContext
A unique id for the current IApplicationContext.
id — Property in class org.springextensions.actionscript.context.support.mxml.AbstractMXMLObject
The identifier used by document to refer to this object.
id — Property in class org.springextensions.actionscript.context.support.mxml.MXMLObjectDefinition
The unique id for the current ObjectDefinition as defined in the MXML markup.
id — Property in class org.springextensions.actionscript.domain.Entity
Returns the id of the entity.
id — Property in interface org.springextensions.actionscript.domain.IEntity
Returns the id of the entity.
IDataTranslator — Interface in package org.springextensions.actionscript.cairngorm.business
Defines a generic data translator object
IDataTranslatorAware — Interface in package org.springextensions.actionscript.cairngorm.business
Implemented by objects that need a reference to an IDataTranslator instance.
ID_ATTR — Constant static property in class org.springextensions.actionscript.context.metadata.ComponentClassScanner
The "id" attribute.
ID_ATTR — Constant static property in class org.springextensions.actionscript.core.task.xml.TaskNamespaceHandler
ID_ATTR — Constant static property in class org.springextensions.actionscript.ioc.factory.xml.parser.support.nodeparsers.messaging.ChannelNodeParser
ID_ATTRIBUTE — Constant static property in class org.springextensions.actionscript.ioc.factory.xml.parser.support.XMLObjectDefinitionsParser
ID_ATTRIBUTE — Constant static property in class org.springextensions.actionscript.ioc.util.Constants
IdAttributePreprocessor — Class in package org.springextensions.actionscript.ioc.factory.xml.preprocessors
Adds an "id" attribute to objects that have none defined.
IdAttributePreprocessor() — Constructor in class org.springextensions.actionscript.ioc.factory.xml.preprocessors.IdAttributePreprocessor
IDependencyInjector — Interface in package org.springextensions.actionscript.ioc
Defines the most basic service used to implement dependency injection.
IDestructionAwareObjectPostProcessor — Interface in package org.springextensions.actionscript.ioc.factory.config
Subinterface of IObjectPostProcessor that adds a hook to the destruction phase of an object managed by the container.
IDisposable — Interface in package org.springextensions.actionscript.ioc
This describes an object that is able to release any resources it might hold a reference to.
IEntity — Interface in package org.springextensions.actionscript.domain
Describes an entity.
IEventBus — Interface in package org.springextensions.actionscript.core.event
Describes an object that is used as a publish/subscribe event mechanism that lets objects communicate with eachother in a loosely coupled manner.
IEventBusListener — Interface in package org.springextensions.actionscript.core.event
Interface to be implemented by all objects that want to register themselves as listeners to all events dispatched from the event bus.
if_(condition:org.springextensions.actionscript.core.task:IConditionProvider, ifElseBlock:org.springextensions.actionscript.core.task:IIfElseBlock) — Method in interface org.springextensions.actionscript.core.task.ITask
Adds a conditional execution block to the current ITask which will only be executed if the specified IConditionProvider return true.
if_(condition:org.springextensions.actionscript.core.task:IConditionProvider, ifElseBlock:org.springextensions.actionscript.core.task:IIfElseBlock) — Method in class org.springextensions.actionscript.core.task.support.IfElseBlock
if_(conditionProvider:org.springextensions.actionscript.core.task:IConditionProvider, ifElseBlock:org.springextensions.actionscript.core.task:IIfElseBlock) — Method in class org.springextensions.actionscript.core.task.support.Task
Adds a conditional execution block to the current ITask which will only be executed if the specified IConditionProvider return true.
IFactoryObject — Interface in package org.springextensions.actionscript.ioc.factory

Interface to be implemented by objects that are factories for other objects.

IF_ELEMENT — Constant static property in class org.springextensions.actionscript.core.task.xml.TaskNamespaceHandler
IfElseBlock — Class in package org.springextensions.actionscript.core.task.support
Abstract base class for IOperation implementations.
IfElseBlock(conditionProvider:org.springextensions.actionscript.core.task:IConditionProvider) — Constructor in class org.springextensions.actionscript.core.task.support.IfElseBlock
Creates a new IfElseBlock instance.
ifMethod — Constant static property in class org.springextensions.actionscript.core.task.xml.parser.TaskNodeParser
IfNodeParser — Class in package org.springextensions.actionscript.core.task.xml.parser
Converts an <if/> node to a corresponding IObjectDefinition.
IfNodeParser() — Constructor in class org.springextensions.actionscript.core.task.xml.parser.IfNodeParser
Creates a new IfNodeParser instance.
IForBlock — Interface in package org.springextensions.actionscript.core.task
Describes an object that can execute a sequence of ICommands for a number of times determined by an ICountProvider instance.
IGNORE — Constant static property in class org.springextensions.actionscript.module.ModulePolicy
Modules will be ignored by the application context.
ignoreResourceNotFound — Property in class org.springextensions.actionscript.ioc.factory.config.PropertyPlaceholderConfigurer
Sets if a failure to find the property resource should be ignored or should result in a runtime error.
IGNORE_RESOURCE_NOT_FOUND_ATTR — Constant static property in class org.springextensions.actionscript.core.task.xml.TaskNamespaceHandler
ignoreUnresolvablePlaceholders — Property in class org.springextensions.actionscript.ioc.factory.config.PropertyPlaceholderConfigurer
Set whether to ignore unresolvable placeholders.
ignoreUnresolvablePlaceholders — Property in class org.springextensions.actionscript.utils.PropertyPlaceholderResolver
IIfElseBlock — Interface in package org.springextensions.actionscript.core.task
Describes an object consisting of one or two logical blocks which can be executed depending on the result of an IConditionProvider instance.
IInitializingObject — Interface in package org.springextensions.actionscript.ioc.factory
Objects that should execute behavior after their properties have been set, should implement this interface.
IIocCommand — Interface in package org.springextensions.actionscript.puremvc.interfaces
Description wannabe.
IIocConfigNameAware — Interface in package org.springextensions.actionscript.puremvc.interfaces
Defines setter and getter for a configuration name for ioc puremvc constructs.
IIocController — Interface in package org.springextensions.actionscript.puremvc.interfaces
Description wannabe.
IIocFacade — Interface in package org.springextensions.actionscript.puremvc.interfaces
Interface definition for IoC capable (Prana powered) PureMVC facade.
IIocMediator — Interface in package org.springextensions.actionscript.puremvc.interfaces
Description wannabe.
IIocProxy — Interface in package org.springextensions.actionscript.puremvc.interfaces
Description wannabe.
IListableObjectFactory — Interface in package org.springextensions.actionscript.ioc.factory
Provides an object factory with list type methods of accessing definitions.
IMap — Interface in package org.springextensions.actionscript.collections
Defines an object that contains key/value pairs.
IMembershipOwner — Interface in package org.springextensions.actionscript.security
Describes an object that hold a list of role and right names.
IMetadataProcessor — Interface in package org.springextensions.actionscript.metadata
Describes an object that can process an instance that is annotated with specific metadata.
IMetaDataProcessorObjectPostProcessor — Interface in package org.springextensions.actionscript.metadata
Describes and object that acts as a registry for IMetaDataProcessors and is able to dispatch objects with the appropriate metadata annotations to their respective process() methods.
IMVCEventObjectPostProcessor — Interface in package org.springextensions.actionscript.core.mvc
Marker interface for an object postprocessor that processes [RouteEvent] metadata used by an IController interface.
INamed — Interface in package org.springextensions.actionscript.domain
Interface to be implemented by objects that provide a "name" property.
INamespaceHandler — Interface in package org.springextensions.actionscript.ioc.factory.xml
Interface to be implemented when creating a custom namespace handler.
includeCategory — Property in class org.springextensions.actionscript.ioc.factory.config.LoggingTargetFactoryObject
includeDate — Property in class org.springextensions.actionscript.ioc.factory.config.LoggingTargetFactoryObject
includeLevel — Property in class org.springextensions.actionscript.ioc.factory.config.LoggingTargetFactoryObject
includeTime — Property in class org.springextensions.actionscript.ioc.factory.config.LoggingTargetFactoryObject
indexOf(item) — Method in class org.springextensions.actionscript.core.event.ListenerCollection
infoColor — Property in class org.springextensions.actionscript.logging.SOSTarget
inheritLocations — Property in class org.springextensions.actionscript.test.context.ContextConfiguration

Whether or not resource locations from superclasses should be inherited.

inheritsListeners — Property in class org.springextensions.actionscript.test.context.TestExecutionListeners

Whether or not value from superclasses should be inherited.

init() — Method in class org.springextensions.actionscript.cairngorm.control.CairngormFrontController
Initializes the current CairngormFrontController instance.
init(locations, ignoreResourceNotFound, preventCache) — Method in class org.springextensions.actionscript.core.io.support.LoadPropertiesBatchOperation
Creates a new Properties instance and uses this to load the Array of locations.
init(location, preventCache) — Method in class org.springextensions.actionscript.core.io.support.LoadPropertiesOperation
Creates a new Properties instance, adds the appropriate event handlers and starts the loading process.
init(styleModuleURL, update, applicationDomain, securityDomain, flexModuleFactory) — Method in class org.springextensions.actionscript.core.io.support.LoadStyleModuleOperation
init(url, dataFormat) — Method in class org.springextensions.actionscript.core.io.support.LoadURLOperation
Initializes the LoadURLOperation instance.
init(url) — Method in class org.springextensions.actionscript.core.io.support.LoadURLStreamOperation
Initializes the current LoadURLStreamOperation with the specified URL.
init() — Method in class org.springextensions.actionscript.core.mvc.support.Controller
Initializes the current Controller
init(defaultErrorHandler) — Method in class org.springextensions.actionscript.core.operation.OperationHandler
Initializes the current OperationHandler.
init(target, methodName, arguments) — Method in class org.springextensions.actionscript.core.task.command.FunctionProxyCommand
Initializes the FunctionProxyCommand.
init() — Method in class org.springextensions.actionscript.core.task.xml.TaskElementsPreprocessor
Initializes the current TaskElementsPreprocessor.
init() — Method in class org.springextensions.actionscript.core.task.xml.TaskNamespaceHandler
Intializes the current TaskNamespaceHandler.
init() — Method in class org.springextensions.actionscript.core.task.xml.parser.BlockNodeParser
Initializes the current BlockNodeParser.
init() — Method in class org.springextensions.actionscript.core.task.xml.parser.IfNodeParser
Initializes the current IfNodeParser.
init() — Method in class org.springextensions.actionscript.core.task.xml.parser.TaskNodeParser
Initializes the current TaskNodeParser.
init(target, method, properties) — Method in class org.springextensions.actionscript.ioc.factory.config.EventHandlerProxy
Initializes the current EventHandlerProxy.
init() — Method in class org.springextensions.actionscript.ioc.factory.support.AbstractObjectFactory
init(info:org.springextensions.actionscript.localization:ResourceBundleInfo) — Method in class org.springextensions.actionscript.localization.LoadResourceBundleOperation
Creates a ResourceBundleLoader object, adds the appropriate event handlers and invokes the ResourceBundleLoader.load() method.
init(resourceModuleURL, update, applicationDomain, securityDomain) — Method in class org.springextensions.actionscript.localization.LoadResourceModuleOperation
init(processBefore, metadataNames) — Method in class org.springextensions.actionscript.metadata.AbstractMetadataProcessor
Initializes the current AbstractMetadataProcessor.
init(moduleURL, applicationDomain, securityDomain) — Method in class org.springextensions.actionscript.module.LoadModuleOperation
Creates a IModuleInfo instance by invoking ModuleManager.getModule() and adds appropriate event handlers.
init() — Method in class org.springextensions.actionscript.stage.FlashStageProcessorRegistry
initBasicSASModule() — Method in class org.springextensions.actionscript.module.BasicSASModule
Creates an FlexXMLApplicationContext and sets itself as the value of the FlexXMLApplicationContext.ownerModule property.
initCommandMap() — Method in class org.springextensions.actionscript.cairngorm.control.CairngormFrontController
Loops through the commandMap, validates the command class and adds the commands by invoking addCommand for each item in the map.
initDefaultAutowireProcessor(objectFactory:org.springextensions.actionscript.ioc.factory:IObjectFactory) — Method in class org.springextensions.actionscript.ioc.autowire.DefaultAutowireProcessor
initDefaultAutowiringStageProcessor(objectFactory:org.springextensions.actionscript.context:IApplicationContext) — Method in class org.springextensions.actionscript.stage.DefaultAutowiringStageProcessor
InitDestroyMetadataProcessor — Class in package org.springextensions.actionscript.ioc.factory.metadata
Metadata processor that processes [PostConstruct] and [PreDestroy] metadata on methods.
InitDestroyMetadataProcessor() — Constructor in class org.springextensions.actionscript.ioc.factory.metadata.InitDestroyMetadataProcessor
InitDestroyMethodDictionary — Class in package org.springextensions.actionscript.ioc.factory.metadata
Dictionary that maps a Class to an array of Method objects, used in the InitDestroyMetadataProcessor.
InitDestroyMethodDictionary() — Constructor in class org.springextensions.actionscript.ioc.factory.metadata.InitDestroyMethodDictionary
initFlexStageProcessorRegistry(singletonToken) — Method in class org.springextensions.actionscript.stage.FlexStageProcessorRegistry
initFlexXMLApplicationContext(ownerModule) — Method in class org.springextensions.actionscript.context.support.FlexXMLApplicationContext
Initializes the FlexXMLApplicationContext instance.
INITIAL_DESTINATION_ID — Constant static property in class org.springextensions.actionscript.ioc.factory.xml.parser.support.nodeparsers.messaging.ChannelSetNodeParser
INITIAL_DESTINATION_ID_ATTR — Constant static property in class org.springextensions.actionscript.ioc.factory.xml.MessagingNamespaceHandler
initialize() — Method in class org.springextensions.actionscript.stage.FlashStageProcessorRegistry
initialize() — Method in class org.springextensions.actionscript.stage.FlexStageProcessorRegistry
initialize() — Method in interface org.springextensions.actionscript.stage.IStageProcessorRegistry
Performs initialization of the IStageProcessorRegistry.
initializeComponent() — Method in class org.springextensions.actionscript.context.support.mxml.AbstractMXMLObject
initializeComponent() — Method in class org.springextensions.actionscript.context.support.mxml.Arg
initializeComponent() — Method in class org.springextensions.actionscript.context.support.mxml.MXMLObjectDefinition
After FlexEvent.CREATION_COMPLETE has been dispatched the processChildContent() method is invoked.
initializeComponent() — Method in class org.springextensions.actionscript.context.support.mxml.Template
Checks if the current Template only has one chid component if this component is of type ObjectDefinition.
initializeController() — Method in class org.springextensions.actionscript.puremvc.core.controller.IocController
initializeController() — Method in class org.springextensions.actionscript.puremvc.patterns.facade.IocFacade
initialized(document, id) — Method in class org.springextensions.actionscript.context.support.MXMLApplicationContext

Checks if the document parameter is of type Module and if so sets it as the ownerModule property.

initialized(document, id) — Method in class org.springextensions.actionscript.context.support.mxml.AbstractMXMLObject
initialized(document, id) — Method in class org.springextensions.actionscript.context.support.mxml.MethodInvocation
initialized(document, id) — Method in class org.springextensions.actionscript.context.support.mxml.MXMLObjectDefinition
initialized(document, id) — Method in class org.springextensions.actionscript.context.support.mxml.MXMLObjects
initialized(document, id) — Method in class org.springextensions.actionscript.context.support.mxml.Template
Adds an eventlistener for the FlexEvent.CREATION_COMPLETE event to execute complete_handler() method when it fires.
initialized — Property in class org.springextensions.actionscript.stage.FlashStageProcessorRegistry
initialized — Property in interface org.springextensions.actionscript.stage.IStageProcessorRegistry
True if the current IStageProcessorRegistry has been initialized.
initializeFacade() — Method in class org.springextensions.actionscript.puremvc.patterns.facade.IocFacade
This prevents super constructor from trying to initialize facade to early.
initializeIocContainer(p_iocFactory:org.springextensions.actionscript.ioc.factory.support:AbstractObjectFactory) — Method in class org.springextensions.actionscript.puremvc.core.controller.IocController
initializeIocContainer(p_configSource) — Method in class org.springextensions.actionscript.puremvc.patterns.facade.IocFacade
One time initialization of internal IoC container.
initializeIocFacade() — Method in class org.springextensions.actionscript.puremvc.patterns.facade.IocFacade
initializeMacroCommand() — Method in class org.springextensions.actionscript.puremvc.patterns.command.IocManagedMacroCommand
initMethod — Property in class org.springextensions.actionscript.context.support.mxml.MXMLObjectDefinition
The name of a method on the class defined by the className property or clazz property that will be called immediately after the object has been configured.
initMethod — Property in interface org.springextensions.actionscript.ioc.IObjectDefinition
The name of a method on the class defined by the className property that will be called immediately after the object has been configured.
initMethod — Property in class org.springextensions.actionscript.ioc.ObjectDefinition
The name of a method on the class defined by the className property that will be called immediately after the object has been configured.
INIT_METHOD_ATTR — Constant static property in class org.springextensions.actionscript.context.metadata.ComponentClassScanner
The "initMethod" attribute.
INIT_METHOD_ATTRIBUTE — Constant static property in class org.springextensions.actionscript.ioc.factory.xml.parser.support.XMLObjectDefinitionsParser
initMXMLObjectDefinition() — Method in class org.springextensions.actionscript.context.support.mxml.MXMLObjectDefinition
initObjectDefinition(className) — Method in class org.springextensions.actionscript.ioc.ObjectDefinition
initTask() — Method in class org.springextensions.actionscript.core.task.support.Task
initXMLObjectFactory(source) — Method in class org.springextensions.actionscript.context.support.XMLApplicationContext
Initializes the XMLObjectFactoryInit instance
INJECT_ANNOTATION — Constant static property in class org.springextensions.actionscript.ioc.autowire.DefaultAutowireProcessor
The name of the metadata that determines whether a field needs to be autowired
injectDependencies(testContext:org.springextensions.actionscript.test.context:TestContext) — Method in class org.springextensions.actionscript.test.context.support.DependencyInjectionTestExecutionListener
Performs dependency injection and object initialization for the supplied as described in prepareTestInstance().
InnerObjectsPreprocessor — Class in package org.springextensions.actionscript.ioc.factory.xml.preprocessors
This IXMLObjectDefinitionsPreprocessor implementation looks for inner objects, objects that are children or grandchildren of an object, and sets their lazy-init attribute to true.
InnerObjectsPreprocessor() — Constructor in class org.springextensions.actionscript.ioc.factory.xml.preprocessors.InnerObjectsPreprocessor
Creates a new InnerObjectsPreprocessor instance.
INodeParser — Interface in package org.springextensions.actionscript.ioc.factory.xml.parser
Defines a single node parser.
insert(item) — Method in class org.springextensions.actionscript.collections.MapViewCursor
insert(item) — Method in class org.springextensions.actionscript.collections.TypedCollectionViewCursor
Inserts the specified item before the cursor's current position.
Interface — Class in package org.springextensions.actionscript.context.support.mxml
Interface() — Constructor in class org.springextensions.actionscript.context.support.mxml.Interface
Creates a new Interface instance.
INTERFACE — Constant static property in class org.springextensions.actionscript.ioc.util.Constants
InterfacePreprocessor — Class in package org.springextensions.actionscript.ioc.factory.xml.preprocessors
A IXMLObjectDefinitionsPreprocessor instance that retrieves all <interface/> elements, looks up the <object/> definitions that have classes that implement these interfaces and copies the configuration nodes from the interfaces to the appropriate <object/> elements.
InterfacePreprocessor(applicationDomain) — Constructor in class org.springextensions.actionscript.ioc.factory.xml.preprocessors.InterfacePreprocessor
Creates a new InterfacePreprocessor instance.
invoke() — Method in class org.springextensions.actionscript.ioc.factory.config.EventHandlerProxy
Invokes the event handler for the proxied method and decides what arguments to use, based on the metadata of event handler function.
INVOKE — Constant static property in class org.springextensions.actionscript.ioc.factory.xml.UtilNamespaceHandler
INVOKE_METADATA — Constant static property in class org.springextensions.actionscript.context.metadata.ComponentClassScanner
The Invoke metadata.
InvokeNodeParser — Class in package org.springextensions.actionscript.ioc.factory.xml.parser.support.nodeparsers.util
InvokeNodeParser() — Constructor in class org.springextensions.actionscript.ioc.factory.xml.parser.support.nodeparsers.util.InvokeNodeParser
Creates a new InvokeNodeParser instance.
invokeObjectFactoryPostProcessors() — Method in class org.springextensions.actionscript.context.support.AbstractApplicationContext
Invokes all object factory post processors.
invokeRemoteMethod() — Method in class org.springextensions.actionscript.rpc.AbstractRPC
invokeRemoteMethod() — Method in class org.springextensions.actionscript.rpc.http.HTTPServiceOperation
invokeRemoteMethod() — Method in class org.springextensions.actionscript.rpc.net.NetConnectionOperation
invokeRemoteMethod() — Method in class org.springextensions.actionscript.rpc.remoting.RemoteObjectOperation
Retrieves the Operation from the RemoteObject instances, assigns the parameters, calls the Operation.send() and adds a Responder consisting of the resultHandler and faultHandler methods.
invokeRemoteMethod() — Method in class org.springextensions.actionscript.rpc.soap.WebServiceOperation
IObjectDefinition — Interface in package org.springextensions.actionscript.ioc
Represents an object definition.
IObjectDefinitionParser — Interface in package org.springextensions.actionscript.ioc.factory.xml
Interface to be implemented by custom object definition parsers, used in a namespace handler.
IObjectDefinitionRegistry — Interface in package org.springextensions.actionscript.ioc.factory.support
Defines the interface for an object definition registry.
IObjectDefinitionResolver — Interface in package org.springextensions.actionscript.stage
Objects implementing this interface are used to retrieve an IObjectDefinition for already existing objects to be wired.
IObjectFactory — Interface in package org.springextensions.actionscript.ioc.factory
Defines the most basic object factory.
IObjectFactoryAware — Interface in package org.springextensions.actionscript.ioc.factory
Interface to be implemented by all objects that want to know what container they run in.
IObjectFactoryPostProcessor — Interface in package org.springextensions.actionscript.ioc.factory.config

Allows for custom modification of an application context's objects definitions, adapting the objects property values of the context's underlying object factory.

IObjectPostProcessor — Interface in package org.springextensions.actionscript.ioc.factory.config
Classes that implement the IObjectPostProcessor interface are special, and so they are treated differently by the container.
IObjectReference — Interface in package org.springextensions.actionscript.ioc.factory.config
Exposes a reference to an object by its name.
IObjectSelector — Interface in package org.springextensions.actionscript.stage
Objects implementing this interface are used to approve (or deny) the selection of an object for some action/purpose.
IObjectSelectorAware — Interface in package org.springextensions.actionscript.stage
Describes an object that needs a reference to an IObjectSelector instance.
IocConfigNameAwarePostProcessor — Class in package org.springextensions.actionscript.puremvc.ioc
Object post processor which injects configuration name in all IIocConfigNameAware instances available in container.
IocConfigNameAwarePostProcessor() — Constructor in class org.springextensions.actionscript.puremvc.ioc.IocConfigNameAwarePostProcessor
IocConstants — Class in package org.springextensions.actionscript.puremvc.interfaces
Description wannabe.
IocConstants() — Constructor in class org.springextensions.actionscript.puremvc.interfaces.IocConstants
IocController — Class in package org.springextensions.actionscript.puremvc.core.controller
Description wannabe.
IocController(p_iocFactory:org.springextensions.actionscript.ioc.factory.support:AbstractObjectFactory) — Constructor in class org.springextensions.actionscript.puremvc.core.controller.IocController
iocFacade — Property in class org.springextensions.actionscript.puremvc.patterns.command.IocMacroCommand
iocFacade — Property in class org.springextensions.actionscript.puremvc.patterns.command.IocManagedMacroCommand
iocFacade — Property in class org.springextensions.actionscript.puremvc.patterns.command.IocSimpleCommand
iocFacade — Property in class org.springextensions.actionscript.puremvc.patterns.mediator.IocMediator
iocFacade — Property in class org.springextensions.actionscript.puremvc.patterns.proxy.IocProxy
IocFacade — Class in package org.springextensions.actionscript.puremvc.patterns.facade
IoC capable PureMVC facade which integrates functionalities of Prana and PureMVC frameworks.
IocFacade(p_configSource) — Constructor in class org.springextensions.actionscript.puremvc.patterns.facade.IocFacade
Constructor.
IocMacroCommand — Class in package org.springextensions.actionscript.puremvc.patterns.command
Description wannabe.
IocMacroCommand() — Constructor in class org.springextensions.actionscript.puremvc.patterns.command.IocMacroCommand
IocManagedMacroCommand — Class in package org.springextensions.actionscript.puremvc.patterns.command
This class exists to provide a macro command that can have its subcommands injected into it.
IocManagedMacroCommand() — Constructor in class org.springextensions.actionscript.puremvc.patterns.command.IocManagedMacroCommand
IocMediator — Class in package org.springextensions.actionscript.puremvc.patterns.mediator
Description wannabe.
IocMediator(p_mediatorName, p_viewComponent) — Constructor in class org.springextensions.actionscript.puremvc.patterns.mediator.IocMediator
IocProxy — Class in package org.springextensions.actionscript.puremvc.patterns.proxy
Description wannabe.
IocProxy(p_proxyName, p_data) — Constructor in class org.springextensions.actionscript.puremvc.patterns.proxy.IocProxy
IocSimpleCommand — Class in package org.springextensions.actionscript.puremvc.patterns.command
Description wannabe.
IocSimpleCommand() — Constructor in class org.springextensions.actionscript.puremvc.patterns.command.IocSimpleCommand
ioError — Event in class org.springextensions.actionscript.collections.Properties
Dispatched when an error occured while loading the external property file.
IOError_handler(event) — Method in class org.springextensions.actionscript.collections.Properties
Redispatches the IOErrorEvent event.
IOperation — Interface in package org.springextensions.actionscript.core.operation
The IOperation interface describes an asynchronous operation.
IOrdered — Interface in package org.springextensions.actionscript.core
Interface that can be implemented by objects that should be orderable, for example in a Collection.
IOwnerModuleAware — Interface in package org.springextensions.actionscript.module
Describes an object that needs a reference to a Module that it is associated with.
IProgressOperation — Interface in package org.springextensions.actionscript.core.operation
Subinterface of IOperation that contains information about the progress of an operation.
IPropertyEditor — Interface in package org.springextensions.actionscript.objects
A property editor converts strings to typed objects.
IPropertyEditorRegistry — Interface in package org.springextensions.actionscript.objects
Defines a registry for property editors.
IReferenceResolver — Interface in package org.springextensions.actionscript.ioc.factory
The interface definting a reference resolver.
IResetable — Interface in package org.springextensions.actionscript.core.task
Describes an object whose logic can be reset and restarted.
IResourceLoader — Interface in package org.springextensions.actionscript.core.io
Interface to be implemented by classes that need to load a resource (xml, text, properties, ...) asynchronously.
IResponderAware — Interface in package org.springextensions.actionscript.cairngorm
Implemented by objects that need a reference to an IResponder instance.
IResponderCommandFactory — Interface in package org.springextensions.actionscript.cairngorm.commands
Implemented by objects that can create ICommand instances and configure them with the IBusinessDelegateFactory instances added with the addBusinessDelegateFactory method.
isAIR — Static property in class org.springextensions.actionscript.utils.Environment
Returns whether or not the application is running in an AIR environment.
ISASModule — Interface in package org.springextensions.actionscript.module
Describes a Module that makes use of a FlexXMLApplicationContext instance and an optional parent context.
isAutoWireCandidate — Property in class org.springextensions.actionscript.context.support.mxml.MXMLObjectDefinition
True if this object can be used as a value used by the container when it autowires an object by type.
isAutoWireCandidate — Property in interface org.springextensions.actionscript.ioc.IObjectDefinition
True if this object can be used as a value used by the container when it autowires an object by type.
isAutoWireCandidate — Property in class org.springextensions.actionscript.ioc.ObjectDefinition
True if this object can be used as a value used by the container when it autowires an object by type.
isClosed — Property in interface org.springextensions.actionscript.core.task.ITaskBlock
If true no more ICommands can be added to the current ITaskBlock.
isClosed — Property in class org.springextensions.actionscript.core.task.support.AbstractTaskBlock
isClosed — Property in class org.springextensions.actionscript.core.task.support.IfElseBlock
If true no more ICommands can be added to the current ITaskBlock.
isDefaultNamespace(qname) — Method in class org.springextensions.actionscript.ioc.factory.xml.parser.support.XMLObjectDefinitionsParser
isDirty — Property in class org.springextensions.actionscript.domain.ManagedEntity
isDisposed — Property in class org.springextensions.actionscript.core.task.support.Task
Returns true if the dispose() has already been invoked before.
isDisposed — Property in interface org.springextensions.actionscript.ioc.IDisposable
Returns true if the dispose() has already been invoked before.
isDisposed — Property in class org.springextensions.actionscript.ioc.factory.config.EventHandlerMetadataProcessor
isDisposed — Property in class org.springextensions.actionscript.ioc.factory.config.RouteEventsMetaDataProcessor
isDisposed — Property in class org.springextensions.actionscript.ioc.factory.support.AbstractObjectFactory
isDisposed — Property in class org.springextensions.actionscript.stage.AbstractStageProcessor
ISecurityManager — Interface in package org.springextensions.actionscript.security

Describes an object that can restrict the access to a list of objects based on a list of role and right names contained in a given IMembershipOwner instance.

This interface extends the IMembershipOwner that way the roles and rights that are applicable to the objects that are being managed can be stored in the ISecurityManager.

ISecurityManagerFactory — Interface in package org.springextensions.actionscript.security
Describes an object that can manage a list of membership data and based on that can create ISecurityManager instances for arbitrary objects.
IService — Interface in package org.springextensions.actionscript.rpc
Defines a service that invokes asynchronous operation on (remote) objects.
isFactoryObject(objectName) — Method in interface org.springextensions.actionscript.ioc.factory.config.IConfigurableObjectFactory
Determines if an object is a IFactoryObject implementation.
isFactoryObject(objectName) — Method in class org.springextensions.actionscript.ioc.factory.support.AbstractObjectFactory
Determines if an object is a IFactoryObject implementation.
isFlash — Static property in class org.springextensions.actionscript.utils.Environment
Returns whether or not the application is running in a Flash environment.
isFlex — Static property in class org.springextensions.actionscript.utils.Environment
Returns whether or not the application is running in a Flex environment.
isGeneratedName(name) — Static method in class org.springextensions.actionscript.domain.util.NamedUtil
Returns whether or not the given name is generated.
isInArray(sourceArray, checkedArray) — Method in class org.springextensions.actionscript.security.SimpleStageSecurityManager
Returns true if one of the items in the checkedArray exists in the sourceArray.
_isInitialized — Property in class org.springextensions.actionscript.context.support.mxml.AbstractMXMLObject
isInitialized — Property in class org.springextensions.actionscript.context.support.mxml.AbstractMXMLObject
_isInitialized — Property in class org.springextensions.actionscript.context.support.mxml.MXMLObjectDefinition
isInitialized — Property in class org.springextensions.actionscript.context.support.mxml.MXMLObjectDefinition
isInRights(owner:org.springextensions.actionscript.security:IMembershipOwner) — Method in class org.springextensions.actionscript.security.SimpleStageSecurityManager
Returns true if the specified IMembershipOwner has any rights equal to the current SimpleStageSecurityManager rights.
isInRoles(owner:org.springextensions.actionscript.security:IMembershipOwner) — Method in class org.springextensions.actionscript.security.SimpleStageSecurityManager
Returns true if the specified IMembershipOwner has any roles equal to the current SimpleStageSecurityManager roles.
isLazyInit — Property in class org.springextensions.actionscript.context.support.mxml.MXMLObjectDefinition
True if the object does not need to be eagerly pre-instantiated by the container.
isLazyInit — Property in interface org.springextensions.actionscript.ioc.IObjectDefinition
True if the object does not need to be eagerly pre-instantiated by the container.
isLazyInit — Property in class org.springextensions.actionscript.ioc.ObjectDefinition
True if the object does not need to be eagerly pre-instantiated by the container.
isNew — Property in class org.springextensions.actionscript.domain.ManagedEntity
isPrototype(objectName) — Method in interface org.springextensions.actionscript.ioc.factory.IObjectFactory
Determines if the definition with the given name is a prototype.
isPrototype(objectName) — Method in class org.springextensions.actionscript.ioc.factory.support.AbstractObjectFactory
Determines if the definition with the given name is a prototype.
isSimpleProperty(type) — Static method in class org.springextensions.actionscript.utils.TypeUtils
isSingleton — Property in class org.springextensions.actionscript.context.support.mxml.MXMLObjectDefinition
True if only one instance of this object needs to be created by the container, i.e.
isSingleton — Property in interface org.springextensions.actionscript.ioc.IObjectDefinition
True if only one instance of this object needs to be created by the container, i.e.
isSingleton — Property in class org.springextensions.actionscript.ioc.ObjectDefinition
True if only one instance of this object needs to be created by the container, i.e.
isSingleton — Property in interface org.springextensions.actionscript.ioc.factory.IFactoryObject
Returns if this factory object is a singleton or not.
isSingleton(objectName) — Method in interface org.springextensions.actionscript.ioc.factory.IObjectFactory
Determines if the definition with the given name is a singleton.
isSingleton — Property in class org.springextensions.actionscript.ioc.factory.config.AbstractFactoryObject
Returns if this factory object is a singleton or not.
isSingleton — Property in class org.springextensions.actionscript.ioc.factory.config.MethodInvokingFactoryObject
Returns if this factory object is a singleton or not.
isSingleton — Property in class org.springextensions.actionscript.ioc.factory.config.RandomNumberFactoryObject
Returns if this factory object is a singleton or not.
isSingleton(objectName) — Method in class org.springextensions.actionscript.ioc.factory.support.AbstractObjectFactory
Determines if the definition with the given name is a singleton.
IStageDestroyer — Interface in package org.springextensions.actionscript.stage
IStageProcessor — Interface in package org.springextensions.actionscript.stage
Describes an object that can process objects that have been added to the stage.
IStageProcessorRegistry — Interface in package org.springextensions.actionscript.stage
Describes an object that manages a collection of IStageProcessor instances.
IStageProcessorRegistryAware — Interface in package org.springextensions.actionscript.stage
Describes an object that needs a reference to a IStageProcessorRegistry instance.
isUsedName(name, namedObjects) — Static method in class org.springextensions.actionscript.domain.util.NamedUtil
Returns whether the given name is already used.
ITask — Interface in package org.springextensions.actionscript.core.task
Describes an object that is enable to execute a collection of ICommands, both in sequence and in parallel, including simple flowcontrol logic such as if, else, while and for.
ITaskBlock — Interface in package org.springextensions.actionscript.core.task
Describes an object that represents a block that can be continuously executed or interupted.
ITaskFlowControl — Interface in package org.springextensions.actionscript.core.task
Describes an object that can influence the flow of control within a task.
item — Property in class org.springextensions.actionscript.collections.TypedCollectionEvent
Gets the item of the TypedCollectionEvent
itemUpdated(item, property, oldValue, newValue) — Method in class org.springextensions.actionscript.collections.Map
ITestExecutionListener — Interface in package org.springextensions.actionscript.test.context

ITestExecutionListener defines a listener API for reacting to test execution events published by the TestContextManager with which the listener is registered.

ITransaction — Interface in package org.springextensions.actionscript.core.task
Describes an object capable of managing a transaction.
ITransactionable — Interface in package org.springextensions.actionscript.core.task
Descibes an object than can be part of a transation and whose logic can be rolled back.
ITypeConverter — Interface in package org.springextensions.actionscript.objects
Converts a string value to a typed object.
ITypedCollectionListener — Interface in package org.springextensions.actionscript.collections

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

IWhileBlock — Interface in package org.springextensions.actionscript.core.task
Describes an object that will repeat a block of logic for the duration determined by an IConditionProvider instance.
IXMLObjectDefinitionsPreprocessor — Interface in package org.springextensions.actionscript.ioc.factory.xml.parser
All preprocessors for object definitions should implement this interface in order to be hooked into the parser mechanism.
IXMLObjectFactory — Interface in package org.springextensions.actionscript.ioc.factory.xml
Interface to be implemented by object factories that load their object definitions from XML files.
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