| 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 | |
|
Author: Christophe Herreman |
|
| 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. | |
| 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.mvcs.command | |
| Describes an asynchronous command. | |
| IAsyncOperation — Interface in package org.springextensions.actionscript.mvcs.service.operation | |
| Desribes an asynchronous operation. | |
| ICloneable — Interface in package org.springextensions.actionscript.domain | |
| Interface to be implemented by all classes that want to provide cloning functionality. | |
| ICommand — Interface in package org.springextensions.actionscript.mvcs.command | |
| Interface to be implemented by command classes. | |
| ICompositeCommand — Interface in package org.springextensions.actionscript.mvcs.command | |
| IConfigurableApplicationContext — Interface in package org.springextensions.actionscript.context | |
| Provides methods for configuring an application context. | |
| IConfigurableListableObjectFactory — Interface in package org.springextensions.actionscript.ioc.factory.config | |
|
This interface combines IConfigurableObjectFactory and IListableObjectFactory
Author: Christophe Herreman |
|
| IConfigurableObjectFactory — Interface in package org.springextensions.actionscript.ioc.factory.config | |
| Defines the methods for configuring object factories. | |
| ICopyFrom — Interface in package org.springextensions.actionscript.domain | |
| Interface to be implemented by all classes that want to provide "copy from" functionality. | |
| id — Property in interface org.springextensions.actionscript.context.IApplicationContext | |
| 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. | |
| 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 | |
| IEntity — Interface in package org.springextensions.actionscript.domain | |
| Describes an entity. | |
| IEquals — Interface in package org.springextensions.actionscript.domain | |
| This interface should be implemented by all objects that wish to offer an "equals" method. | |
| IFactoryObject — Interface in package org.springextensions.actionscript.ioc.factory | |
| Interface to be implemented by objects that are factories for other objects. | |
| IInitializingObject — Interface in package org.springextensions.actionscript.ioc.factory | |
| Objects that should execute behavior after their properties have been set, should implement this interface. | |
| IListableObjectFactory — Interface in package org.springextensions.actionscript.ioc.factory | |
| Provides an object factory with list type methods of accessing defintions. | |
| IllegalArgumentError — Class in package org.springextensions.actionscript.errors | |
| Thrown to indicate that a method has been passed an illegal or inappropriate argument. | |
| IllegalArgumentError(message) — Constructor in class org.springextensions.actionscript.errors.IllegalArgumentError | |
Constructs a new IllegalArgumentError. |
|
| IllegalStateError — Class in package org.springextensions.actionscript.errors | |
|
TODO
Author: Christophe Herreman |
|
| IllegalStateError(message) — Constructor in class org.springextensions.actionscript.errors.IllegalStateError | |
Constructs a new IllegalStateError. |
|
| IMap — Interface in package org.springextensions.actionscript.collections | |
| An object that contains key/value pairs. | |
| implementationOf(object, interfaze, message) — Static method in class org.springextensions.actionscript.utils.Assert | |
| Assert that an object implements a certain interface. | |
| INamed — Interface in package org.springextensions.actionscript.domain | |
| Interface to be implemented by objects that provide a "name" property. | |
| 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 | |
| infoColor — Property in class org.springextensions.actionscript.logging.SOSTarget | |
| initMethod — Property in interface org.springextensions.actionscript.ioc.IObjectDefinition | |
| initMethod — Property in class org.springextensions.actionscript.ioc.ObjectDefinition | |
| INIT_METHOD_ATTRIBUTE — Constant static property in class org.springextensions.actionscript.ioc.factory.xml.parser.support.XMLObjectDefinitionsParser | |
| 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. | |
| instanceOf(object, type, message) — Static method in class org.springextensions.actionscript.utils.Assert | |
| Assert that an object is an instance of a certain type.. | |
| invokeObjectFactoryPostProcessors() — Method in class org.springextensions.actionscript.context.support.XMLApplicationContext | |
| Invokes all object factory post processors. | |
| IObjectDefinition — Interface in package org.springextensions.actionscript.ioc | |
| Represents an object definition. | |
| IObjectDefinitionRegistry — Interface in package org.springextensions.actionscript.ioc.factory.support | |
| Defines the interface for an object definition registry. | |
| 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 | |
|
Author: Christophe Herreman |
|
| IObjectPostProcessor — Interface in package org.springextensions.actionscript.ioc.factory.config | |
|
Author: Christophe Herreman |
|
| IObjectReference — Interface in package org.springextensions.actionscript.ioc.factory.config | |
| Exposes a reference to an object by its name. | |
| ioError — Event in class org.springextensions.actionscript.ioc.factory.xml.XMLObjectFactory | |
| Dispatched when an input or output error occurs that causes a load operation to fail. | |
| IOERROR — Constant static property in class org.springextensions.actionscript.events.XMLSocketEvent | |
| 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. | |
| isDigit(a) — Static method in class org.springextensions.actionscript.utils.StringUtils | |
| Returns if the given character is a digit or not. | |
| isDirty — Property in class org.springextensions.actionscript.domain.ManagedEntity | |
| isElementNode(xml) — Static method in class org.springextensions.actionscript.utils.XMLUtils | |
| Returns if the given xml node is an element node. | |
| isExplicitInstanceOf(object, clazz) — Static method in class org.springextensions.actionscript.utils.ObjectUtils | |
| Checks if the given object is an explicit instance of the given class. | |
| 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. | |
| isLazyInit — Property in interface org.springextensions.actionscript.ioc.IObjectDefinition | |
| isLazyInit — Property in class org.springextensions.actionscript.ioc.ObjectDefinition | |
| 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. | |
| isSame(array1, array2) — Static method in class org.springextensions.actionscript.utils.ArrayUtils | |
| Compares the two arrays { | |
| isSingleton — Property in interface org.springextensions.actionscript.ioc.IObjectDefinition | |
| isSingleton — Property in class org.springextensions.actionscript.ioc.ObjectDefinition | |
| 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 | |
| isSingleton — Property in class org.springextensions.actionscript.ioc.factory.config.RandomNumberFactoryObject | |
| isSingleton(objectName) — Method in class org.springextensions.actionscript.ioc.factory.support.AbstractObjectFactory | |
| Determines if the definition with the given name is a singleton. | |
| isTextNode(xml) — Static method in class org.springextensions.actionscript.utils.XMLUtils | |
| Returns if the given xml node is a text node. | |
| isTrue(expression, message) — Static method in class org.springextensions.actionscript.utils.Assert | |
Asserts a boolean expression to be true. |
|
| isUsedName(name, namedObjects) — Static method in class org.springextensions.actionscript.domain.util.NamedUtil | |
| Returns whether the given name is already used. | |
| isWhitespace(a) — Static method in class org.springextensions.actionscript.utils.StringUtils | |
| Returns if the given character is a white space or not. | |
| 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 | |
| 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 |
|
| 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 | |