Documentation for classes includes syntax, usage information, and code samples for methods, properties, and event handlers and listeners for those APIs that belong to a specific class in ActionScript. The classes are listed alphabetically. If you are not sure to which class a certain method or property belongs, you can look it up in the Index.
| Class | Package | Description | |
|---|---|---|---|
| org.springextensions.actionscript.context.support |
The XMLApplicationContext is the object factory used in ActionScript projects, in Flex projects
you want to use the FlexXMLApplicationContext class. |
||
| org.springextensions.actionscript.cairngorm.business | AbstractBusinessDelegate acts as a base class for business delegates. | ||
| org.springextensions.actionscript.ioc.factory.xml.parser.support.nodeparsers.messaging | |||
| org.springextensions.actionscript.cairngorm.business |
Abstract implementation of a business delegate that can be assigned an IDataTranslator instance
to do some initial data conversion before the delegate's result is sent back to it's initial responder. |
||
| org.springextensions.actionscript.ioc.factory.config |
Author: Christophe Herreman |
||
| org.springextensions.actionscript.context.support.mxml | Abstract base class for non-visual MXML components | ||
| org.springextensions.actionscript.ioc.factory.xml.parser.support.nodeparsers | Abstract base class for node parsers. | ||
| org.springextensions.actionscript.ioc.factory.xml | Abstract implementation of IObjectDefinitionParser that offers templating for parsing and registering an object definition. | ||
| org.springextensions.actionscript.ioc.factory.support |
This is the basic implementation of IConfigurableObjectFactory. |
||
| org.springextensions.actionscript.core.operation |
Abstract base class for IOperation implementations. |
||
| org.springextensions.actionscript.ioc.factory.xml.parser.support.nodeparsers.messaging | |||
| org.springextensions.actionscript.core.operation |
Abstract base class for IProgressOperation implementations. |
||
| org.springextensions.actionscript.objects.propertyeditors |
Abstract base class for IPropertyEditor implementations. |
||
| org.springextensions.actionscript.ioc.factory.support | Abstract base class for reference resolvers. | ||
| org.springextensions.actionscript.rpc.remoting | Abstract base class for operations that invoke methods on a remote object. | ||
| org.springextensions.actionscript.cairngorm | Abstract responder base class. | ||
| org.springextensions.actionscript.cairngorm.commands | Base class for command classes that can act as a responder for their assigned business delegate. | ||
| org.springextensions.actionscript.ioc.factory.xml.parser.support.nodeparsers.rpc | mx.rpc.AbstractService node parser. | ||
| org.springextensions.actionscript.stage |
Abstract base class for IStageProcessor implementations. |
||
| org.springextensions.actionscript.core.task.support |
Base class for ITaskBlock implementations. |
||
| org.springextensions.actionscript.core.task.xml.parser | Base class for definition parsers dealing with task elements | ||
| org.springextensions.actionscript.security | Determines the way access to a stage component is restricted. | ||
| org.springextensions.actionscript.ioc.factory.xml.parser.support.nodeparsers.messaging | |||
| org.springextensions.actionscript.context.support |
IObjectPostProcessor implementation that checks for objects that implement the IApplicationContextAware
interface and injects them with the provided IApplicationContext instance. |
||
| org.springextensions.actionscript.ioc.factory.config |
Post processes object by setting the applicationDomain as a property
on the object if it implements IApplicationDomainAware. |
||
| org.springextensions.actionscript.ioc.factory.config.flex | Resolves predefined application properties found in the Flex Application class. | ||
| org.springextensions.actionscript.utils | Flex SDK version ignorant utilities for working with Application objects. | ||
| org.springextensions.actionscript.config | The AppSettings class is a singleton that holds a set of configuration settings. | ||
| org.springextensions.actionscript.config | An AppSettings event object that contains information about the key and value that caused the event. | ||
| org.springextensions.actionscript.context.support.mxml |
MXML representation of an Arg object. |
||
| org.springextensions.actionscript.ioc.factory.xml.parser.support.nodeparsers | Parses an array-collection node. | ||
| org.springextensions.actionscript.ioc.factory.support.referenceresolvers | Resolves the references in an array-collection. | ||
| org.springextensions.actionscript.utils | Contains utilities for working with ArrayCollection objects. | ||
| org.springextensions.actionscript.ioc.factory.xml.parser.support.nodeparsers | Parses an array node. | ||
| org.springextensions.actionscript.ioc.factory.support.referenceresolvers | Resolves the references in an array. | ||
| org.springextensions.actionscript.ioc.factory.xml.preprocessors | Converts an attribute to an element. | ||
| org.springextensions.actionscript.ioc.factory.xml.parser.support | Describes a mapping between an xml attribute value and a property name of an object definition. | ||
| org.springextensions.actionscript.ioc | Enumeration for the autowire types of an object definition. | ||
| org.springextensions.actionscript.ioc.factory.config | |||
| org.springextensions.actionscript.domain |
Base object that offers core functionality for working with object such as an equals(), clone() and copyFrom()
method. |
||
| org.springextensions.actionscript.module |
Basic implementation of the ISASModule interface. |
||
| org.springextensions.actionscript.core.task.xml.parser |
Converts a <for/> or <while/> element to a corresponding IObjectDefinition. |
||
| org.springextensions.actionscript.objects.propertyeditors | Converts boolean string values (true or false) to a typed Boolean value. | ||
| org.springextensions.actionscript.cairngorm.business | Business delegate factory. | ||
| org.springextensions.actionscript.cairngorm.control |
The CairngormFrontController extends Cairngorm's
FrontController and adds the ability to pass in a command map to
the constructor. |
||
| org.springextensions.actionscript.cairngorm.business | Allows programmatic manipulation of the services inside Cairngorm's ServiceLocator. | ||
| org.springextensions.actionscript.ioc.factory.xml.parser.support.nodeparsers.messaging | |||
| org.springextensions.actionscript.ioc.factory.xml.parser.support.nodeparsers.messaging | |||
| org.springextensions.actionscript.stage.selectors |
IObjectSelector approving or denying objects based on fully qualified class name. |
||
| org.springextensions.actionscript.objects.propertyeditors | Converts class names to class objects. | ||
| org.springextensions.actionscript.core.command.event | |||
| org.springextensions.actionscript.cairngorm.commands |
ICommandFactory implementation that is capable of creating commands that implements the ICommand interface. |
||
| org.springextensions.actionscript.cairngorm.commands | |||
| org.springextensions.actionscript.context.metadata | Factory post processor that scans the application for classes annotated with [Component] metadata and creates and adds object definitions from these classes to the container. | ||
| org.springextensions.actionscript.stage.selectors |
IObjectSelector approving objects if all composing objects are
approving the passed object. |
||
| org.springextensions.actionscript.core.command |
Basic implementation of the ICompositeCommand that executes a list of ICommand instances
that were added through the addCommand() method. |
||
| org.springextensions.actionscript.core.command.event | |||
| org.springextensions.actionscript.core.command |
Enumeration that defines the different ways an ICompositeCommand can execute its collection
of ICommands
|
||
| org.springextensions.actionscript.ioc.factory.xml.parser.support.nodeparsers.util | |||
| org.springextensions.actionscript.ioc.util |
Author: Christophe Herreman |
||
| org.springextensions.actionscript.context.support.mxml | This subclass exists only as an alias to clarify MXML markup | ||
| org.springextensions.actionscript.ioc.factory.xml.parser.support.nodeparsers.messaging | |||
| org.springextensions.actionscript.core.task.support |
Base class for ICountProvider implementations. |
||
| org.springextensions.actionscript.core.task.xml.parser |
Converts a count attribute to a corresponding IObjectDefinition. |
||
| org.springextensions.actionscript.ioc.factory.config |
IObjectFactoryPostProcessor implementation that allows for convenient
registration of custom property editors. |
||
| org.springextensions.actionscript.core.event |
The DataEvent class is an Event that carries a data property that can be used as a generic data container
for the payload of the event. |
||
| org.springextensions.actionscript.ioc.autowire |
Default |
||
| org.springextensions.actionscript.stage |
IStageProcessor implementation that is created by default by the FlexXMLApplicationContext to perform
autowiring and dependency injection on stage components. |
||
| org.springextensions.actionscript.cairngorm.commands |
Default implementation of the |
||
| org.springextensions.actionscript.ioc.autowire |
Extension of the DefaultAutowireProcessor that also allows object fields to be bound to
other objects. |
||
| org.springextensions.actionscript.ioc.factory.support | Default implementation of the IConfigurableListableObjectFactory and the IObjectDefinitionRegistry interfaces. | ||
| org.springextensions.actionscript.stage |
Default IObjectDefinitionResolver used for wiring. |
||
| org.springextensions.actionscript.ioc | Enumeration for dependency check modes for object properties. | ||
| org.springextensions.actionscript.ioc.factory.xml.parser.support.nodeparsers | Parses a dictionary node. | ||
| org.springextensions.actionscript.ioc.factory.support.referenceresolvers | Resolves references in a dictionary. | ||
| org.springextensions.actionscript.utils | Contains utilities for working with DisplayObjectContainer objects. | ||
| org.springextensions.actionscript.domain | Entity acts as a base domain object for objects that hold a unique identity throughout their lifetime. | ||
| org.springextensions.actionscript.collections |
Collection that is forced to hold instances of type Entity. |
||
| org.springextensions.actionscript.domain.util |
Provides utilities for working with IEntity implementations and collections holding IEntity implementations. |
||
| org.springextensions.actionscript.utils | Contains information about the environment the application is currently running in. | ||
| org.springextensions.actionscript.core.event |
The EventBus is used as a publish/subscribe event mechanism that lets objects communicate
with eachother in a loosely coupled way. |
||
| org.springextensions.actionscript.core.event |
Basic implementation of the IEventBus interface that acts as
a facade for the static EventBus class. |
||
| org.springextensions.actionscript.ioc.factory.config |
IObjectPostProcessor implementation that adds EventBus event handlers based on the annotations found in the object's class. |
||
| org.springextensions.actionscript.ioc.factory.config | Proxied method invoker for event handlers. | ||
| org.springextensions.actionscript.cairngorm |
An EventSequence represents a sequence of events to be chained. |
||
| org.springextensions.actionscript.ioc.factory.config |
|
||
| org.springextensions.actionscript.ioc.factory.config.flex | Flex specific extension of the PropertyPlaceholderConfigurer that resolves predefined application properties found in the Flex Application class. | ||
| org.springextensions.actionscript.stage |
Default IObjectResolver used for flex stage wiring. |
||
| org.springextensions.actionscript.stage |
A singleton implementation of the |
||
| org.springextensions.actionscript.context.support |
Extension of XMLApplicationContext that supports flex framework specific
classes like ArrayCollection. |
||
| org.springextensions.actionscript.ioc.factory.xml.parser.support | An extension to the XMLObjectDefinitionsParser to support flex framework specific classes like ArrayCollection. | ||
| org.springextensions.actionscript.core.task.support |
Base class for ITaskBlock implementations. |
||
| org.springextensions.actionscript.core.task.command | |||
| org.springextensions.actionscript.core.task.support |
IConditionProvider implementation that takes a Function as
a constructor argument and will invoke this Function in its getResult() method. |
||
| org.springextensions.actionscript.core.task.support |
ICountProvider implementation that takes a Function as
a constructor argument and will invoke this Function in its getCount() method. |
||
| org.springextensions.actionscript.core.task.command |
ICommand wrapper for MethodInvoker instances. |
||
| org.springextensions.actionscript.core.command |
Generic ICommand implementation that can be used to wrap arbitrary IOperation or IProgressOperation
implementations. |
||
| org.springextensions.actionscript.stage |
This IStageProcessor uses certain stage components to be assigned to a specified target object. |
||
| org.springextensions.actionscript.ioc.factory.xml.parser.support.nodeparsers.stageinterception | genericstageprocessor node parser | ||
| org.springextensions.actionscript.utils | Contains utility methods for working with html. | ||
| org.springextensions.actionscript.context | Central interface for the configuration of an application. | ||
| org.springextensions.actionscript.context | Interface to be implemented by any object that wishes to be notified of the IApplicationContext that it runs in. | ||
| org.springextensions.actionscript.ioc.factory |
Describes an object that needs a reference to an ApplicationDomain. |
||
| 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. | ||
| org.springextensions.actionscript.core.command | Describes an asynchronous command. | ||
| org.springextensions.actionscript.ioc.autowire | Interface that needs to be implemented by objects that can perform autowiring on arbitrary objects. | ||
| org.springextensions.actionscript.ioc.autowire |
Interface to be implemented by all objects that need a reference to
an IAutowireProcessor instance. |
||
| org.springextensions.actionscript.cairngorm.business | Defines a business delegate. | ||
| org.springextensions.actionscript.cairngorm.business |
Implemented by objects that requires a reference to an IBusinessDelegate instance. |
||
| org.springextensions.actionscript.cairngorm.business | Defines a business delegate factory. | ||
| org.springextensions.actionscript.core.command | Interface to be implemented by command classes. | ||
| org.springextensions.actionscript.cairngorm.commands |
Implemented by factory objects that are capable of creating ICommand instances. |
||
| 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. |
||
| org.springextensions.actionscript.cairngorm.commands | |||
| org.springextensions.actionscript.core.command | Interface that needs to be implemented by command classes that are composed of multiple commands. | ||
| org.springextensions.actionscript.core.task |
Describes an object that provides a Boolean value that can be used for flow control purposes. |
||
| org.springextensions.actionscript.core.task |
Describes an object that needs a reference to an IConditionProvider. |
||
| org.springextensions.actionscript.context |
Provides methods that will enable an implementing class to be configured by IObjectFactoryPostProcessor instances. |
||
| org.springextensions.actionscript.ioc.factory.config | This interface combines IConfigurableObjectFactory and IListableObjectFactory | ||
| org.springextensions.actionscript.ioc.factory.config | Defines the methods for configuring object factories. | ||
| org.springextensions.actionscript.domain | Interface to be implemented by all classes that want to provide "copy from" functionality. | ||
| org.springextensions.actionscript.core.task | Describes an object that returns a count that can be used for flow control purposes. | ||
| org.springextensions.actionscript.core.task |
Describes an object that needs a reference to an ICountProvider instance. |
||
| org.springextensions.actionscript.cairngorm.business | Defines a generic data translator object | ||
| org.springextensions.actionscript.cairngorm.business |
Implemented by objects that need a reference to an IDataTranslator instance. |
||
| org.springextensions.actionscript.ioc.factory.xml.preprocessors | Adds an "id" attribute to objects that have none defined. | ||
| org.springextensions.actionscript.ioc | Defines the most basic service used to implement dependency injection. | ||
| org.springextensions.actionscript.domain | Describes an entity. | ||
| 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. | ||
| 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. | ||
| org.springextensions.actionscript.ioc.factory |
Interface to be implemented by objects that are factories for other objects. |
||
| org.springextensions.actionscript.core.task.support |
Abstract base class for IOperation implementations. |
||
| org.springextensions.actionscript.core.task.xml.parser |
Converts an <if/> node to a corresponding IObjectDefinition. |
||
| 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. |
||
| 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. |
||
| org.springextensions.actionscript.ioc.factory | Objects that should execute behavior after their properties have been set, should implement this interface. | ||
| org.springextensions.actionscript.puremvc.interfaces | Description wannabe. | ||
| org.springextensions.actionscript.puremvc.interfaces | Defines setter and getter for a configuration name for ioc puremvc constructs. | ||
| org.springextensions.actionscript.puremvc.interfaces | Description wannabe. | ||
| org.springextensions.actionscript.puremvc.interfaces | Interface definition for IoC capable (Prana powered) PureMVC facade. | ||
| org.springextensions.actionscript.puremvc.interfaces | Description wannabe. | ||
| org.springextensions.actionscript.puremvc.interfaces | Description wannabe. | ||
| org.springextensions.actionscript.ioc.factory | Provides an object factory with list type methods of accessing definitions. | ||
| org.springextensions.actionscript.collections | Defines an object that contains key/value pairs. | ||
| org.springextensions.actionscript.security | Describes an object that hold a list of role and right names. | ||
| org.springextensions.actionscript.domain | Interface to be implemented by objects that provide a "name" property. | ||
| org.springextensions.actionscript.ioc.factory.xml | Interface to be implemented when creating a custom namespace handler. | ||
| 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. |
||
| org.springextensions.actionscript.ioc.factory.xml.parser | Defines a single node parser. | ||
| org.springextensions.actionscript.context.support.mxml | |||
| 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. |
||
| org.springextensions.actionscript.ioc.factory.xml.parser.support.nodeparsers.util | |||
| org.springextensions.actionscript.ioc | Represents an object definition. | ||
| org.springextensions.actionscript.ioc.factory.xml | Interface to be implemented by custom object definition parsers, used in a namespace handler. | ||
| org.springextensions.actionscript.ioc.factory.support | Defines the interface for an object definition registry. | ||
| org.springextensions.actionscript.stage |
Objects implementing this interface are used to retrieve an IObjectDefinition
for already existing objects to be wired. |
||
| org.springextensions.actionscript.ioc.factory | Defines the most basic object factory. | ||
| org.springextensions.actionscript.ioc.factory | Interface to be implemented by all objects that want to know what container they run in. | ||
| 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. |
||
| org.springextensions.actionscript.ioc.factory.config |
Classes that implement the IObjectPostProcessor interface are special, and so they are treated differently by the container. |
||
| org.springextensions.actionscript.ioc.factory.config | Exposes a reference to an object by its name. | ||
| org.springextensions.actionscript.stage | Objects implementing this interface are used to approve (or deny) the selection of an object for some action/purpose. | ||
| org.springextensions.actionscript.stage |
Describes an object that needs a reference to an IObjectSelector instance. |
||
| org.springextensions.actionscript.puremvc.ioc |
Object post processor which injects configuration name in all IIocConfigNameAware instances available
in container. |
||
| org.springextensions.actionscript.puremvc.interfaces | Description wannabe. | ||
| org.springextensions.actionscript.puremvc.core.controller | Description wannabe. | ||
| org.springextensions.actionscript.puremvc.patterns.facade | IoC capable PureMVC facade which integrates functionalities of Prana and PureMVC frameworks. | ||
| org.springextensions.actionscript.puremvc.patterns.command | Description wannabe. | ||
| org.springextensions.actionscript.puremvc.patterns.command | This class exists to provide a macro command that can have its subcommands injected into it. | ||
| org.springextensions.actionscript.puremvc.patterns.mediator | Description wannabe. | ||
| org.springextensions.actionscript.puremvc.patterns.proxy | Description wannabe. | ||
| org.springextensions.actionscript.puremvc.patterns.command | Description wannabe. | ||
| org.springextensions.actionscript.core.operation | The IOperation interface describes an asynchronous operation. | ||
| org.springextensions.actionscript.module |
Describes an object that needs a reference to a Module that it is associated with. |
||
| org.springextensions.actionscript.core.operation |
Subinterface of IOperation that contains information about the progress of an operation. |
||
| org.springextensions.actionscript.objects | A property editor converts strings to typed objects. | ||
| org.springextensions.actionscript.objects | Defines a registry for property editors. | ||
| org.springextensions.actionscript.ioc.factory | The interface definting a reference resolver. | ||
| org.springextensions.actionscript.core.task | Describes an object whose logic can be reset and restarted. | ||
| org.springextensions.actionscript.core.io | Interface to be implemented by classes that need to load a resource (xml, text, properties, ...) asynchronously. | ||
| org.springextensions.actionscript.cairngorm |
Implemented by objects that need a reference to an IResponder instance. |
||
| 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. |
||
| org.springextensions.actionscript.module |
Describes a Module that makes use of a FlexXMLApplicationContext instance
and an optional parent context. |
||
| 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 This interface extends the |
||
| 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. |
||
| org.springextensions.actionscript.rpc | Defines a service that invokes asynchronous operation on (remote) objects. | ||
| org.springextensions.actionscript.stage | Describes an object that can process objects that have been added to the stage. | ||
| org.springextensions.actionscript.stage |
Descibes an object that manages a collection of IStageProcessor instances. |
||
| org.springextensions.actionscript.stage |
Describes an object that needs a reference to a IStageProcessorRegistry instance. |
||
| 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. |
||
| org.springextensions.actionscript.core.task | Describes an object that represents a block that can be continuously executed or interupted. | ||
| org.springextensions.actionscript.core.task | Describes an object that can influence the flow of control within a task. | ||
| org.springextensions.actionscript.objects | Converts a string value to a typed object. | ||
| org.springextensions.actionscript.collections |
Author: Christophe Herreman |
||
| org.springextensions.actionscript.core.task |
Describes an object that will repeat a block of logic for the duration determined by
an IConditionProvider instance. |
||
| 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. | ||
| org.springextensions.actionscript.ioc.factory.xml | Interface to be implemented by object factories that load their object definitions from XML files. | ||
| org.springextensions.actionscript.ioc.factory.xml.parser.support.nodeparsers | Parses a key and value node. | ||
| org.springextensions.actionscript.module | Asynchronous operation that loads a Flex module from a specified URL. | ||
| org.springextensions.actionscript.core.io.support | Operation that loads multiple external properties files in a batch. | ||
| org.springextensions.actionscript.core.io.support |
Operation that loads a Properties object. |
||
| org.springextensions.actionscript.localization | Asynchronous operation that loads a resource bundle, based on the info provided in a ResourceBundleInfo object. | ||
| org.springextensions.actionscript.localization |
An IOperation implementation that loads a resource module from a specified URL. |
||
| org.springextensions.actionscript.core.io.support |
An IOperation implementation that can load a style module from a specified URL. |
||
| org.springextensions.actionscript.core.io.support |
An IOperation implementation that can load arbitrary data from a specified URL. |
||
| org.springextensions.actionscript.localization |
IStageProcessor that can assign resource values based on the value of specified property on a stage component. |
||
| org.springextensions.actionscript.ioc.factory.config |
Creates a new LoggingTargetFactoryObject. |
||
| org.springextensions.actionscript.ioc.factory.config | Object post processor for ILoggingTarget implementations that will add all ILoggingTarget objects found in the application context to the Log via "addTarget". | ||
| org.springextensions.actionscript.domain | A managed entity keeps track of the changes made to its properties. | ||
| org.springextensions.actionscript.collections | Basic implementation of the IMap interface. | ||
| org.springextensions.actionscript.collections | Map view cursor. | ||
| org.springextensions.actionscript.security |
Subclass of SimpleMembershipOwner that also holds an instance of AccessStrategy to determine
the type of access restriction to be used on a UIComponent instance. |
||
| org.springextensions.actionscript.ioc.factory.xml.parser.support.nodeparsers.messaging | |||
| org.springextensions.actionscript.ioc.factory.xml | |||
| org.springextensions.actionscript.context.support.mxml |
MXML representation of a MethodInvocation object. |
||
| org.springextensions.actionscript.ioc | |||
| org.springextensions.actionscript.ioc.factory.xml.preprocessors | Preprocesses a "method-invocation" tag to a MethodInvokingObject. | ||
| org.springextensions.actionscript.ioc.factory.config |
Configuration example of how to retrieve an
<object class="org.springextensions.actionscript.ioc.factory.config.MethodInvokingFactoryObject">
<property name="targetClass" value="mx.resources.ResourceManager" />
<property name="targetMethod" value="getInstance" />
</object>
|
||
| org.springextensions.actionscript.ioc.factory | Object that invokes a specified method on an object after the object has been created by the container. | ||
| org.springextensions.actionscript.core.operation | A async mock operation. | ||
| org.springextensions.actionscript.module | Enumeration that determines how an application context treats loaded modules. | ||
| org.springextensions.actionscript.cairngorm.business |
dynamic subclass of the ServiceLocator that does not have the getInstance()
singleton method, use the scope="singleton" attribute in your Spring Actionscript configuration
instead to make sure only one instance fo the ModuleServiceLocator will be instantiated. |
||
| org.springextensions.actionscript.utils |
MultilineString allows to access all lines of a string separately. |
||
| org.springextensions.actionscript.ioc.factory.xml.parser.support.nodeparsers.messaging | |||
| org.springextensions.actionscript.ioc.factory.xml.parser.support.nodeparsers.messaging | |||
| org.springextensions.actionscript.context.support | Application context that enables configuration to be defined in MXML. | ||
| org.springextensions.actionscript.context.support.mxml |
MXML representation of an |
||
| org.springextensions.actionscript.context.support.mxml | |||
| org.springextensions.actionscript.utils |
Helper class to generate XML configuration from an MXMLApplicationContext instance. |
||
| org.springextensions.actionscript.stage.selectors |
IObjectSelector approving or denying objects based on a String
property (default property name: "name") to be matched against an array of Regexp (default
behaviour approves objects whose name matches all passed regexp, approves all objects if
no regexp is passed). |
||
| org.springextensions.actionscript.domain | An entity with a "name" property. | ||
| org.springextensions.actionscript.domain.util | Provides utilities for working with INamed implementations. | ||
| org.springextensions.actionscript.ioc.factory.xml | Offers basic support for namespace handlers. | ||
| org.springextensions.actionscript.rpc.net |
An IOperation that invokes a method on a NetConnection. |
||
| org.springextensions.actionscript.rpc.net | Service that invokes methods on a NetConnection and returns an IOperation for each of these calls. | ||
| org.springextensions.actionscript.ioc.factory | Error throw when an object factory cannot find an object definition for the given name. | ||
| org.springextensions.actionscript.ioc.factory.xml.parser.support.nodeparsers |
Author: Christophe Herreman |
||
| org.springextensions.actionscript.core.task.xml.parser | Internally used for nodes that are converted by another node parser but will still be interated over the main parser. | ||
| org.springextensions.actionscript.objects.propertyeditors | Converts a number represented by a string to a number object. | ||
| 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. |
||
| org.springextensions.actionscript.ioc |
Describes an object that can be created by an ObjectFactory. |
||
| org.springextensions.actionscript.ioc.factory.support | Builder for object definitions. | ||
| org.springextensions.actionscript.ioc |
This error is thrown by the
Author: Christophe Herreman |
||
| org.springextensions.actionscript.ioc | An object definition registry that contains default settings for the object definiton that get registered. | ||
| org.springextensions.actionscript.context.metadata |
The ObjectDefinitionScanner scans all classes in the application and builds object definitions
from the classes that contain [Component] metadata. |
||
| org.springextensions.actionscript.ioc | Enumeration for the scopes of an object definition. | ||
| org.springextensions.actionscript.ioc.factory | Error thrown when an object factory encounters an invalid object definition. | ||
| org.springextensions.actionscript.ioc.factory.config |
Post processes object by setting the object container as a property
on the object if it implements IObjectContainerAware. |
||
| org.springextensions.actionscript.ioc.factory.xml.parser.support.nodeparsers | Parses an object node. | ||
| org.springextensions.actionscript.ioc.factory.support.referenceresolvers | Resolves IObjectReference references. | ||
| org.springextensions.actionscript.utils | ObjectsUtils contains utility methods for working with objects. | ||
| org.springextensions.actionscript.core.operation |
An OperationEvent is an Event generated by an IOperation instance. |
||
| 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). |
||
| 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
|
||
| org.springextensions.actionscript.context.support.mxml |
MXML representation of an Param object. |
||
| org.springextensions.actionscript.ioc.factory.xml.preprocessors | Preprocesses parent-child objects so that all parent attributes and elements are copied to the child if they are not defined by the child object. | ||
| org.springextensions.actionscript.utils |
Helper class for HtmlUtil. A port from the Fit framework. |
||
| org.springextensions.actionscript.utils |
Thrown by the a Parse instance when a closing tag isn't found. |
||
| org.springextensions.actionscript.ioc.factory.xml.parser.support | Provides utilities for parsing xml object definitions to object defintions. | ||
| org.springextensions.actionscript.core.task.command | |||
| org.springextensions.actionscript.core.task.xml.parser |
Converts a <pause/> element to a corresponding IObjectDefinition. |
||
| org.springextensions.actionscript.cairngorm | |||
| org.springextensions.actionscript.cairngorm |
Event that is dispatched by the PendingCommandRegistry when registering and unregistering ICommand instances. |
||
| org.springextensions.actionscript.ioc.factory.xml.parser.support.nodeparsers.messaging | |||
| org.springextensions.actionscript.collections |
The Properties class represents a collection of properties
in the form of key-value pairs. |
||
| org.springextensions.actionscript.collections |
The source string contains simple key-value pairs. |
||
| org.springextensions.actionscript.ioc.factory.xml.preprocessors | Replaces all properties placeholders in the xml of the application context with the values in the Properties objects. | ||
| org.springextensions.actionscript.utils |
Helper class for the PropertiesPreprocessor class. |
||
| org.springextensions.actionscript.context.support.mxml |
MXML representation of a Property object. |
||
| org.springextensions.actionscript.utils | |||
| org.springextensions.actionscript.objects | Default implementation of a property editor registry. | ||
| org.springextensions.actionscript.ioc.factory.xml.preprocessors |
IXMLObjectDefinitionsPreprocessor implementation that retrieves all the <configproperty/> elements
from the specified XML object, converts them into a Properties instance and adds
them to the loadedProperties collection of the specified IXMLObjectFactory instance. |
||
| org.springextensions.actionscript.ioc.factory.xml.preprocessors | XML Preprocessor for the "import" element that imports external properties files. | ||
| org.springextensions.actionscript.context.support.mxml | |||
| org.springextensions.actionscript.ioc.factory.config | |||
| org.springextensions.actionscript.utils | Used for resolving property placeholders. | ||
| org.springextensions.actionscript.stage.selectors |
IObjectSelector that only approves objects that have a specified
property whose value is not empty. |
||
| org.springextensions.actionscript.ioc.factory.config |
Author: Christophe Herreman |
||
| org.springextensions.actionscript.ioc.factory.xml.parser.support.nodeparsers | Parses an reference node. | ||
| org.springextensions.actionscript.ioc.factory.xml.parser.support.nodeparsers.rpc | RemoteObject node parser. | ||
| org.springextensions.actionscript.rpc.remoting |
An IOperation that invokes a method on a remote object. |
||
| org.springextensions.actionscript.rpc.remoting |
Service that invokes methods on a remote object and returns an IOperation for each of these calls. |
||
| org.springextensions.actionscript.ioc.factory.config | ObjectPostProcessor implementation that enforces required properties to have been configured. | ||
| org.springextensions.actionscript.ioc | Thrown to indicate that a reference could not be resolved. | ||
| org.springextensions.actionscript.localization | Simple immutable value object that contains information about a resource bundle. | ||
| org.springextensions.actionscript.localization |
Use a ResourceBundleLoader to load an external resource bundle defined as a properties file. |
||
| org.springextensions.actionscript.cairngorm.commands |
ICommandFactory implementation that is capable of creating commands that implements the ICommand interface. |
||
| org.springextensions.actionscript.ioc.factory.config |
IObjectPostProcessor implementation that can re-route events from arbitrary objects through
the EventBus.dispatchEvent() method. |
||
| org.springextensions.actionscript.ioc.factory.xml | RPC namespace handler. | ||
| org.springextensions.actionscript.ioc.factory.config | Immutable placeholder class used for a property value object when it is a reference to another object in the factory, to be resolved at runtime. | ||
| org.springextensions.actionscript.cairngorm.control.module |
Base class for CairngormEvents that are used with the ModuleFrontController,
will create an instance with the constructor argument bubbles set to true. |
||
| org.springextensions.actionscript.ioc.factory.xml.preprocessors |
The ScopeAttributePreprocessor makes sure that all object definitions have a valid scope attribute. If no scope attribute is found, a default scope="singleton" will be added. |
||
| org.springextensions.actionscript.ioc.factory.xml.parser.support.nodeparsers.messaging | |||
| org.springextensions.actionscript.ioc.factory.xml.parser.support.nodeparsers.messaging | |||
| org.springextensions.actionscript.cairngorm | |||
| org.springextensions.actionscript.security |
Basic implementation of the IMembershipOwner interface. |
||
| org.springextensions.actionscript.ioc.factory.support |
Basic implementation of the IObjectDefinitionRegistry interface. |
||
| org.springextensions.actionscript.stage |
Basic implementation of the IObjectDefinitionResolver interface
that just stupidly creates an empty ObjectDefinition for a
given Object without performing any kind of other logic. |
||
| org.springextensions.actionscript.security |
ISecurityManagerFactory that holds the roles and rights data for a specified list of UIComponents
in a dictionary with a UIComponent id as its key and an IMembershipOwner as its value. |
||
| org.springextensions.actionscript.security |
An This |
||
| org.springextensions.actionscript.security |
An ISecurityManager that restricts the access to a list of UIComponents, the way this restriction works is determined by
an instance of the AccessStrategy enum. |
||
| org.springextensions.actionscript.objects |
Simple implementation of the ITypeConverter interface. |
||
| org.springextensions.actionscript.logging | Provides a logger that writes messages to the SOS console. | ||
| org.springextensions.actionscript.ioc.util |
Author: Christophe Herreman |
||
| org.springextensions.actionscript.ioc.factory.xml.preprocessors | Preprocesses an xml context and replaces all Spring specific names with their Prana equivalent.This enables you to load in a Spring compliant context and parse it with Prana. | ||
| org.springextensions.actionscript.stage |
|
||
| org.springextensions.actionscript.ioc.factory.xml | Namespace handler for all elements pertaining to the stage interception schema | ||
| org.springextensions.actionscript.stage |
Manages an IObjectSelector and its associated IStageProcessor instances. |
||
| org.springextensions.actionscript.ioc.factory.xml.parser.support.nodeparsers.messaging | |||
| org.springextensions.actionscript.ioc.factory.xml.parser.support.nodeparsers.messaging | |||
| org.springextensions.actionscript.core.task.support |
Abstract base class for IOperation implementations. |
||
| org.springextensions.actionscript.core.task.command | |||
| org.springextensions.actionscript.core.task.xml |
Normalizes Task specific markup so it will be ready to be converted by the TaskNamespaceHandler. |
||
| org.springextensions.actionscript.core.task.event | |||
| org.springextensions.actionscript.core.task.command | |||
| org.springextensions.actionscript.core.task.event | |||
| org.springextensions.actionscript.core.task | Enumeration that describes different kinds of flow control. | ||
| org.springextensions.actionscript.core.task.xml |
Converts specialized Task related markup to ObjectDefinitions. |
||
| org.springextensions.actionscript.core.task.xml.parser |
Converts a <task/> node into a corresponding IObjectDefinition. |
||
| org.springextensions.actionscript.context.support.mxml |
MXML representation of a Template object. |
||
| org.springextensions.actionscript.ioc.factory.xml.preprocessors |
The TemplatePreprocessor is used to apply all templates
to the xml context. |
||
| org.springextensions.actionscript.stage.selectors |
IObjectSelector approving or denying objects based on their type. |
||
| org.springextensions.actionscript.utils | Converts a variable from one type to another. | ||
| org.springextensions.actionscript.collections | Collection that is forced to hold values of a certain type. | ||
| org.springextensions.actionscript.collections |
Describes an event generated by a TypedCollection
Authors: Christophe Herreman, Bert Vandamme |
||
| org.springextensions.actionscript.collections | A decorator for an IViewCursor instance which forces the cursor to deal with values of a certain type. | ||
| org.springextensions.actionscript.utils | Resolves the type of an object represented by a string. | ||
| org.springextensions.actionscript.utils | TypeUtils contains utility methods for working with objects. | ||
| org.springextensions.actionscript.ioc.factory.support | This error is thrown when a needed dependency can't be found. | ||
| org.springextensions.actionscript.ioc.factory.xml | Util namespace handler. | ||
| org.springextensions.actionscript.ioc.factory.xml.parser.support.nodeparsers | |||
| org.springextensions.actionscript.ioc.factory.support.referenceresolvers | |||
| org.springextensions.actionscript.ioc.factory.xml.parser.support.nodeparsers.rpc | WebService node parser. | ||
| org.springextensions.actionscript.core.task.support |
Base class for ITaskBlock implementations. |
||
| org.springextensions.actionscript.context.support |
The XMLApplicationContext is the object factory used in ActionScript projects, in Flex projects
you want to use the FlexXMLApplicationContext class. |
||
| org.springextensions.actionscript.ioc.factory.xml.parser.support | Xml parser for object definitions. |