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  
OBJECT — Constant static property in class org.springextensions.actionscript.ioc.util.Constants
ObjectContainerError — Class in package org.springextensions.actionscript.ioc

Most of the time this error is thrown because the required class isn't properly referenced in the application source code.

ObjectContainerError(message) — Constructor in class org.springextensions.actionscript.ioc.ObjectContainerError
Creates a new ObjectContainerError instance.
objectCreated — Event in class org.springextensions.actionscript.ioc.factory.support.AbstractObjectFactory
Dispatched after an object has been instantiated and wired by the current object factory
OBJECT_CREATED — Constant static property in class org.springextensions.actionscript.ioc.factory.support.event.ObjectFactoryEvent
objectDefinition — Property in class org.springextensions.actionscript.context.support.mxml.Template
The ObjectDefinition whose properties will be used to configure a different ObjectDefinition which defines the current Template as its template property.
objectDefinition — Property in class org.springextensions.actionscript.ioc.factory.support.ObjectDefinitionBuilder
Returns the object definition created by this builder.
ObjectDefinition — Class in package org.springextensions.actionscript.ioc
Describes an object that can be created by an ObjectFactory.
ObjectDefinition(className) — Constructor in class org.springextensions.actionscript.ioc.ObjectDefinition
Creates a new ObjectDefinition instance.
objectDefinitionBuilder() — Static method in class org.springextensions.actionscript.ioc.factory.support.ObjectDefinitionBuilder
Creates a new ObjectDefinitionBuilder to construct an ObjectDefinition.
ObjectDefinitionBuilder — Class in package org.springextensions.actionscript.ioc.factory.support
Builder for object definitions.
ObjectDefinitionBuilder() — Constructor in class org.springextensions.actionscript.ioc.factory.support.ObjectDefinitionBuilder
Creates a new ObjectDefinitionBuilder
objectDefinitionForClass(clazz) — Static method in class org.springextensions.actionscript.ioc.factory.support.ObjectDefinitionBuilder
Creates an ObjectDefinitionBuilder for the specified Class instance.
objectDefinitionForClassName(className) — Static method in class org.springextensions.actionscript.ioc.factory.support.ObjectDefinitionBuilder
Creates an ObjectDefinitionBuilder for the specified class name.
objectDefinitionNames — Property in class org.springextensions.actionscript.ioc.factory.support.DefaultListableObjectFactory
The names of the registered object definitions.
objectDefinitionNames — Property in interface org.springextensions.actionscript.ioc.factory.support.IObjectDefinitionRegistry
The names of the registered object definitions.
objectDefinitionNames — Property in class org.springextensions.actionscript.ioc.factory.support.SimpleObjectDefinitionRegistry
The names of the registered object definitions.
ObjectDefinitionNotFoundError — Class in package org.springextensions.actionscript.ioc

This error is thrown by the AbstractObjectFactory when the given name for an IObjectDefinition could not be found in the configuration while the getObject() method is invoked.

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

ObjectDefinitionNotFoundError(message) — Constructor in class org.springextensions.actionscript.ioc.ObjectDefinitionNotFoundError
Constructs a new ObjectDefinitionNotFoundError instance.
objectDefinitionResolver — Property in class org.springextensions.actionscript.stage.DefaultAutowiringStageProcessor
An IObjectDefinitionResolver to retrieve IObjectDefinition used for stage object wiring.
objectDefinitions — Property in interface org.springextensions.actionscript.ioc.factory.IObjectFactory
A registry of object definitions that describe the way an IObjectFactory will have to create and configure objects.
objectDefinitions — Property in class org.springextensions.actionscript.ioc.factory.support.AbstractObjectFactory
ObjectDefinitions — Class in package org.springextensions.actionscript.ioc
An object definition registry that contains default settings for the object definiton that get registered.
ObjectDefinitions(applicationDomain) — Constructor in class org.springextensions.actionscript.ioc.ObjectDefinitions
Creates a new ObjectDefinitions object.
ObjectDefinitionScope — Final class in package org.springextensions.actionscript.ioc
Enumeration for the scopes of an object definition.
ObjectDefinitionScope(name) — Constructor in class org.springextensions.actionscript.ioc.ObjectDefinitionScope
Creates a new ObjectDefintionScope object.
ObjectDefinitionStoreError — Class in package org.springextensions.actionscript.ioc.factory
Error thrown when an object factory encounters an invalid object definition.
ObjectDefinitionStoreError(message, objectName) — Constructor in class org.springextensions.actionscript.ioc.factory.ObjectDefinitionStoreError
Creates a new ObjectDefinitionStoreError instance.
OBJECT_ELEMENT — Constant static property in class org.springextensions.actionscript.ioc.factory.xml.parser.support.XMLObjectDefinitionsParser
Constant value 'object'
objectFactory — Property in class org.springextensions.actionscript.ioc.autowire.DefaultAutowireProcessor
objectFactory — Property in interface org.springextensions.actionscript.ioc.factory.IObjectFactoryAware
objectFactory — Property in class org.springextensions.actionscript.ioc.factory.config.EventHandlerMetadataProcessor
objectFactory — Property in class org.springextensions.actionscript.ioc.factory.config.RequiredMetadataProcessor
objectFactory — Property in class org.springextensions.actionscript.module.OwnerModuleObjectPostProcessor

Will check if the specified IObjectFactory is also an IOwnerModuleAware, and if so wil store a strongly typed reference to it.

objectFactory — Property in class org.springextensions.actionscript.stage.selectors.TypeBasedObjectSelector
ObjectFactoryAwarePostProcessor — Class in package org.springextensions.actionscript.ioc.factory.config
Post processes object by setting the object container as a property on the object if it implements IObjectContainerAware.
ObjectFactoryAwarePostProcessor(objectFactory:org.springextensions.actionscript.ioc.factory:IObjectFactory) — Constructor in class org.springextensions.actionscript.ioc.factory.config.ObjectFactoryAwarePostProcessor
Constructs a new ObjectFactoryAwarePostProcessor instance.
ObjectFactoryEvent — Class in package org.springextensions.actionscript.ioc.factory.support.event
Event that is dispatched at various stages of object creation by an object factory.
ObjectFactoryEvent(type, instance, name, constructorArgs, bubbles, cancelable) — Constructor in class org.springextensions.actionscript.ioc.factory.support.event.ObjectFactoryEvent
Creates a new ObjectFactoryEvent instance.
objectFactoryPostProcessors — Property in interface org.springextensions.actionscript.context.IConfigurableApplicationContext
The ObjectFactoryPostProcessors defined in this application context.
objectFactoryPostProcessors — Property in class org.springextensions.actionscript.context.support.AbstractApplicationContext
OBJECT_FACTORY_PREFIX — Constant static property in class org.springextensions.actionscript.ioc.factory.support.AbstractObjectFactory
Used to dereference an IFactoryObject instance and distinguish it from objects created by the IFactoryObject.
objectIdProperty — Property in class org.springextensions.actionscript.stage.DefaultObjectDefinitionResolver
objectInstance — Property in class org.springextensions.actionscript.ioc.factory.support.event.ObjectFactoryEvent
The managed instance that this event refers to.
objectName — Property in class org.springextensions.actionscript.ioc.factory.NoSuchObjectDefinitionError
objectName — Property in class org.springextensions.actionscript.ioc.factory.ObjectDefinitionStoreError
Returns the name of the object.
objectName — Property in interface org.springextensions.actionscript.ioc.factory.config.IObjectReference
Returns the object name that this reference refers to.
objectName — Property in class org.springextensions.actionscript.ioc.factory.config.RuntimeObjectReference
Returns the object name that this reference refers to.
objectName — Property in class org.springextensions.actionscript.ioc.factory.support.UnsatisfiedDependencyError
objectName — Property in class org.springextensions.actionscript.ioc.factory.support.event.ObjectFactoryEvent
The name of the object as its known by the object factory.
OBJECT_NAME_DELIMITERS — Constant static property in class org.springextensions.actionscript.ioc.factory.xml.parser.support.XMLObjectDefinitionsParser
ObjectNodeParser — Class in package org.springextensions.actionscript.ioc.factory.xml.parser.support.nodeparsers
Parses an object node.
ObjectNodeParser(xmlObjectDefinitionsParser:org.springextensions.actionscript.ioc.factory.xml.parser.support:XMLObjectDefinitionsParser) — Constructor in class org.springextensions.actionscript.ioc.factory.xml.parser.support.nodeparsers.ObjectNodeParser
Constructs a new ObjectNodeParser.
objectPostProcessors — Property in interface org.springextensions.actionscript.ioc.factory.config.IConfigurableObjectFactory
Object post processors to apply when creating objects
objectPostProcessors — Property in class org.springextensions.actionscript.ioc.factory.support.AbstractObjectFactory
ObjectReferenceResolver — Class in package org.springextensions.actionscript.ioc.factory.support.referenceresolvers
Resolves IObjectReference references.
ObjectReferenceResolver(factory:org.springextensions.actionscript.ioc.factory:IObjectFactory) — Constructor in class org.springextensions.actionscript.ioc.factory.support.referenceresolvers.ObjectReferenceResolver
Constructs ObjectReferenceResolver.
objectRetrieved — Event in class org.springextensions.actionscript.ioc.factory.support.AbstractObjectFactory
Dispatched right before an object is returned by the current object factory
OBJECT_RETRIEVED — Constant static property in class org.springextensions.actionscript.ioc.factory.support.event.ObjectFactoryEvent
objects — Property in interface org.springextensions.actionscript.security.ISecurityManager
A Dictionary of objects whose access is restricted by the current ISecurityManager.
objects — Property in class org.springextensions.actionscript.security.SimpleStageSecurityManager
An array of UIComponents whose access is restricted by the current SimpleStageSecurityManager.
OBJECTS — Constant static property in class org.springextensions.actionscript.ioc.DependencyCheckMode
Dependency check is done just on "collaborator" (non primitive and non collection) object properties
OBJECTS — Constant static property in class org.springextensions.actionscript.ioc.util.Constants
objectSelector — Property in class org.springextensions.actionscript.stage.AbstractStageProcessor
The specified IObjectSelector instance.
objectSelector — Property in interface org.springextensions.actionscript.stage.IObjectSelectorAware
The specified IObjectSelector instance.
objectSelector — Property in class org.springextensions.actionscript.stage.StageProcessorRegistration
The IObjectSelector that determines if the associated IStageProcessor instances will be invoked or not.
OBJECT_SELECTOR_ATTR — Constant static property in class org.springextensions.actionscript.ioc.factory.xml.parser.support.nodeparsers.stageinterception.GenericStageProcessorNodeParser
The object-selector attribute
objectSelectors — Property in class org.springextensions.actionscript.stage.selectors.ComposedObjectSelector
ObjectUtils — Final class in package org.springextensions.actionscript.utils
ObjectsUtils contains utility methods for working with objects.
onBlockComplete(event:org.springextensions.actionscript.core.task.event:TaskEvent) — Method in class org.springextensions.actionscript.core.task.support.IfElseBlock
onCommandFault(event:org.springextensions.actionscript.core.operation:OperationEvent) — Method in class org.springextensions.actionscript.core.command.CompositeCommand
onCommandFault(event:org.springextensions.actionscript.core.operation:OperationEvent) — Method in class org.springextensions.actionscript.core.task.support.IfElseBlock
onCommandFault(event:org.springextensions.actionscript.core.operation:OperationEvent) — Method in class org.springextensions.actionscript.core.task.support.Task
onCommandResult(event:org.springextensions.actionscript.core.operation:OperationEvent) — Method in class org.springextensions.actionscript.core.command.CompositeCommand
onCommandResult(event:org.springextensions.actionscript.core.operation:OperationEvent) — Method in class org.springextensions.actionscript.core.task.support.Task
onConditionalFault(event:org.springextensions.actionscript.core.operation:OperationEvent) — Method in class org.springextensions.actionscript.core.task.support.IfElseBlock
onConditionalFault(event:org.springextensions.actionscript.core.operation:OperationEvent) — Method in class org.springextensions.actionscript.core.task.support.WhileBlock
onConditionalResult(event:org.springextensions.actionscript.core.operation:OperationEvent) — Method in class org.springextensions.actionscript.core.task.support.IfElseBlock
onConditionalResult(event:org.springextensions.actionscript.core.operation:OperationEvent) — Method in class org.springextensions.actionscript.core.task.support.WhileBlock
onCountFault(event:org.springextensions.actionscript.core.operation:OperationEvent) — Method in class org.springextensions.actionscript.core.task.support.ForBlock
onCountResult(event:org.springextensions.actionscript.core.operation:OperationEvent) — Method in class org.springextensions.actionscript.core.task.support.ForBlock
onEvent(event) — Method in interface org.springextensions.actionscript.core.event.IEventBusListener
Handles an Event received from the event bus.
onMVCEventHandler(event:org.springextensions.actionscript.core.mvc.event:MVCEvent) — Method in class org.springextensions.actionscript.core.mvc.support.Controller
Finds the CommandRegistrations that are associated with the specified MVCEvent, creates instances for the commands and executes them.
onObjectFactoryListenerComplete(p_event) — Method in class org.springextensions.actionscript.puremvc.patterns.facade.IocFacade
onTypedCollectionItemAdd(event:org.springextensions.actionscript.collections:TypedCollectionEvent) — Method in interface org.springextensions.actionscript.collections.ITypedCollectionListener
operation — Property in class org.springextensions.actionscript.core.operation.OperationEvent
operationClass — Property in class org.springextensions.actionscript.core.command.GenericOperationCommand
The specified IOperation implementation that will be created when the current GenericOperationCommand is executed.
operationComplete(event:org.springextensions.actionscript.core.operation:OperationEvent) — Method in class org.springextensions.actionscript.core.command.GenericOperationCommand
Event handler for the specified IOperation's OperationEvent.COMPLETE event.
operationComplete — Event in class org.springextensions.actionscript.core.operation.AbstractOperation
Dispatched when the current AbstractOperation has completed its functionality successfully.
operationComplete — Event in class org.springextensions.actionscript.core.operation.AbstractProgressOperation
Dispatched when the current AbstractOperation has new progress information to report.
operationComplete — Event in interface org.springextensions.actionscript.core.operation.IOperation
Dispatched when the current IOperation completed successfully.
operationComplete — Event in class org.springextensions.actionscript.core.operation.OperationQueue
Dispatched when all the operations in the current OperationQueue have received a result.
operation_completeHandler(event:org.springextensions.actionscript.core.operation:OperationEvent) — Method in class org.springextensions.actionscript.core.operation.OperationQueue
Handles the completion of an operation in this queue.
operationCompleteListener(event:org.springextensions.actionscript.core.operation:OperationEvent) — Method in class org.springextensions.actionscript.core.operation.OperationHandler
Invokes either the specified result method with the OperationEvent.result property after an IOperation return a result.
operationError(event:org.springextensions.actionscript.core.operation:OperationEvent) — Method in class org.springextensions.actionscript.core.command.GenericOperationCommand
Event handler for the specified IOperation's OperationEvent.ERROR event.
operationError — Event in class org.springextensions.actionscript.core.operation.AbstractOperation
Dispatched when the current AbstractOperation encountered an error.
operationError — Event in interface org.springextensions.actionscript.core.operation.IOperation
Dispatched when the current IOperation encountered an error.
operation_errorHandler(event:org.springextensions.actionscript.core.operation:OperationEvent) — Method in class org.springextensions.actionscript.core.operation.OperationQueue
Handles an error from an operation in this queue.
operationErrorHandler(event:org.springextensions.actionscript.core.operation:OperationEvent) — Method in class org.springextensions.actionscript.core.operation.OperationHandler
Invokes either the default error method or the specified error method with the OperationEvent.error property after an IOperation encountered an error.
OperationEvent — Class in package org.springextensions.actionscript.core.operation
An OperationEvent is an Event generated by an IOperation instance.
OperationEvent(type, operation:org.springextensions.actionscript.core.operation:IOperation, bubbles, cancelable) — Constructor in class org.springextensions.actionscript.core.operation.OperationEvent
Creates a new OperationEvent instance.
OperationHandler — Class in package org.springextensions.actionscript.core.operation
Helper class that generically handles IOperation events and either routes their result or error data to a specified method or assigns them to a specified property on an object instance.
OperationHandler(defaultErrorHandler) — Constructor in class org.springextensions.actionscript.core.operation.OperationHandler
Creates a new OperationHandler instance.
operationProgress(event:org.springextensions.actionscript.core.operation:OperationEvent) — Method in class org.springextensions.actionscript.core.command.GenericOperationCommand
operationProgress — Event in interface org.springextensions.actionscript.core.operation.IProgressOperation
Dispatched after the current IProgressOperation received a progress update.
OperationQueue — Class in package org.springextensions.actionscript.core.operation
A queue of IOperation objects that dispatches an OperationEvent.COMPLETE event when all operations in the queue have completed (and dispatched a corresponding OperationEvent.COMPLETE event).
OperationQueue(name) — Constructor in class org.springextensions.actionscript.core.operation.OperationQueue
Creates a new OperationQueue instance.
operationTimeout — Event in class org.springextensions.actionscript.core.operation.AbstractOperation
Dispatched when the current AbstractOperation timed out.
operationTimeout — Event in interface org.springextensions.actionscript.core.operation.IOperation
Dispatched when the current IOperation timed out.
order — Property in class org.springextensions.actionscript.context.metadata.ClassScannerObjectFactoryPostProcessor
order — Property in class org.springextensions.actionscript.context.metadata.ComponentClassScanner
order — Property in interface org.springextensions.actionscript.core.IOrdered
Return the order value of this object, with a higher value meaning greater in terms of sorting.
order — Property in class org.springextensions.actionscript.ioc.factory.config.PropertyPlaceholderConfigurer
ORDERED_PROPERTYNAME — Constant static property in class org.springextensions.actionscript.utils.OrderedUtils
The property name that is used to sort objects that implement the IOrdered interface.
OrderedUtils — Final class in package org.springextensions.actionscript.utils
Static helper methods for working with the IOrdered interface.
org.springextensions.actionscript.cairngorm — Package
org.springextensions.actionscript.cairngorm.business — Package
org.springextensions.actionscript.cairngorm.commands — Package
org.springextensions.actionscript.cairngorm.control — Package
org.springextensions.actionscript.cairngorm.control.module — Package
org.springextensions.actionscript.cairngorm.PendingCommandRegistryEvent — Event in class org.springextensions.actionscript.cairngorm.PendingCommandRegistry
Dispatched when an ICommand is registered in the current PendingCommandRegistry.
org.springextensions.actionscript.cairngorm.PendingCommandRegistryEvent — Event in class org.springextensions.actionscript.cairngorm.PendingCommandRegistry
Dispatched when an ICommand is unregistered in the current PendingCommandRegistry.
org.springextensions.actionscript.collections — Package
Classes and Interfaces for collections.
org.springextensions.actionscript.config — Package
Classes and Interfaces for config.
org.springextensions.actionscript.context — Package
org.springextensions.actionscript.context.config — Package
org.springextensions.actionscript.context.metadata — Package
org.springextensions.actionscript.context.support — Package
org.springextensions.actionscript.context.support.mxml — Package
org.springextensions.actionscript.core — Package
org.springextensions.actionscript.core.command — Package
org.springextensions.actionscript.core.command.event — Package
org.springextensions.actionscript.core.event — Package
org.springextensions.actionscript.core.io — Package
org.springextensions.actionscript.core.io.support — Package
org.springextensions.actionscript.core.mvc — Package
org.springextensions.actionscript.core.mvc.event — Package
org.springextensions.actionscript.core.mvc.support — Package
org.springextensions.actionscript.core.operation — Package
org.springextensions.actionscript.core.task — Package
org.springextensions.actionscript.core.task.command — Package
org.springextensions.actionscript.core.task.event — Package
org.springextensions.actionscript.core.task.support — Package
org.springextensions.actionscript.core.task.xml — Package
org.springextensions.actionscript.core.task.xml.parser — Package
org.springextensions.actionscript.domain — Package
org.springextensions.actionscript.domain.util — Package
org.springextensions.actionscript.ioc — Package
org.springextensions.actionscript.ioc.autowire — Package
org.springextensions.actionscript.ioc.factory — Package
org.springextensions.actionscript.ioc.factory.config — Package
org.springextensions.actionscript.ioc.factory.config.flex — Package
org.springextensions.actionscript.ioc.factory.metadata — Package
org.springextensions.actionscript.ioc.factory.support — Package
org.springextensions.actionscript.ioc.factory.support.event — Package
org.springextensions.actionscript.ioc.factory.support.referenceresolvers — Package
org.springextensions.actionscript.ioc.factory.xml — Package
org.springextensions.actionscript.ioc.factory.xml.parser — Package
org.springextensions.actionscript.ioc.factory.xml.parser.support — Package
org.springextensions.actionscript.ioc.factory.xml.parser.support.nodeparsers — Package
org.springextensions.actionscript.ioc.factory.xml.parser.support.nodeparsers.messaging — Package
org.springextensions.actionscript.ioc.factory.xml.parser.support.nodeparsers.rpc — Package
org.springextensions.actionscript.ioc.factory.xml.parser.support.nodeparsers.stageinterception — Package
org.springextensions.actionscript.ioc.factory.xml.parser.support.nodeparsers.util — Package
org.springextensions.actionscript.ioc.factory.xml.preprocessors — Package
org.springextensions.actionscript.ioc.util — Package
org.springextensions.actionscript.localization — Package
org.springextensions.actionscript.logging — Package
org.springextensions.actionscript.metadata — Package
org.springextensions.actionscript.module — Package
org.springextensions.actionscript.objects — Package
org.springextensions.actionscript.objects.propertyeditors — Package
org.springextensions.actionscript.puremvc.core.controller — Package
org.springextensions.actionscript.puremvc.interfaces — Package
org.springextensions.actionscript.puremvc.ioc — Package
org.springextensions.actionscript.puremvc.patterns.command — Package
org.springextensions.actionscript.puremvc.patterns.facade — Package
org.springextensions.actionscript.puremvc.patterns.mediator — Package
org.springextensions.actionscript.puremvc.patterns.proxy — Package
org.springextensions.actionscript.rpc — Package
org.springextensions.actionscript.rpc.http — Package
org.springextensions.actionscript.rpc.net — Package
org.springextensions.actionscript.rpc.remoting — Package
org.springextensions.actionscript.rpc.soap — Package
org.springextensions.actionscript.security — Package
org.springextensions.actionscript.stage — Package
org.springextensions.actionscript.stage.selectors — Package
org.springextensions.actionscript.test.context — Package
org.springextensions.actionscript.test.context.flexunit4 — Package
org.springextensions.actionscript.test.context.flexunit4.internals.runners.statements — Package
org.springextensions.actionscript.test.context.support — Package
org.springextensions.actionscript.utils — Package
originalString — Property in class org.springextensions.actionscript.utils.MultilineString
Returns the original used string (without line break standarisation).
ownerModule — Property in class org.springextensions.actionscript.cairngorm.control.CairngormFrontController
The Module that will act as the owner of the current IOwnerModuleAware instance.
ownerModule — Property in class org.springextensions.actionscript.context.support.FlexXMLApplicationContext
The Module that will act as the owner of the current IOwnerModuleAware instance.
ownerModule — Property in class org.springextensions.actionscript.context.support.MXMLApplicationContext
The Module that will act as the owner of the current IOwnerModuleAware instance.
ownerModule — Property in interface org.springextensions.actionscript.module.IOwnerModuleAware
The Module that will act as the owner of the current IOwnerModuleAware instance.
OwnerModuleObjectPostProcessor — Class in package org.springextensions.actionscript.module
IObjectPostProcessor that will check if an object implements the IOwnerModuleAware interface and will optionally inject it with the ownerModule of the specified IObjectFactory
OwnerModuleObjectPostProcessor() — Constructor in class org.springextensions.actionscript.module.OwnerModuleObjectPostProcessor
Creates a new OwnerModuleObjectPostProcessor instance.
OWNER_MODULE_PROPERTY_NAME — Constant static property in class org.springextensions.actionscript.context.config.ComponentScanObjectDefinitionParser
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