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.


 ClassPackageDescription
 Action
org.spicefactory.parsley.mvc Actions will be invoked for an ApplicationEvent they were registered for in a FrontController instance.
 ActionInterceptor
org.spicefactory.parsley.mvc Intercepts an event before the actual actions registered for that event are executed.
 ActionProcessor
org.spicefactory.parsley.mvc An ActionProcessor is responsible for handling a single event processing.
 ApplicationContext
org.spicefactory.parsley.context The central class of the Parsley IOC Container.
 ApplicationContextParser
org.spicefactory.parsley.context Class responsible for loading and parsing of configuration files.
 ApplicationEvent
org.spicefactory.parsley.mvc The base class for all events processed by the FrontController.
 ConfigurationError
org.spicefactory.parsley.context Error thrown for configuration errors.
 ElementConfig
org.spicefactory.parsley.context.factory Interface to be implemented by all configuration classes that represent a single XML node.
 EventSource
org.spicefactory.parsley.mvc Responsible for listening to events of an Flash IEventDispatcher, transforming these events to Parsley ApplicationEvents and dispatching them through a FrontController.
 FactoryMetadata
org.spicefactory.parsley.context.factory Represents the additional metadata of top level object configurations.
 FrontController
org.spicefactory.parsley.mvc The central class of the Parsley MVC Framework.
 Locale
org.spicefactory.parsley.localization Represents a geographical or political region.
 LocaleManager
org.spicefactory.parsley.localization The central manager for all internationalization features.
 LocaleSwitchEvent
org.spicefactory.parsley.localization.events Event fired when switching the current Locale starts or is completed.
 MessageBundle
org.spicefactory.parsley.localization A single message bundle containing localized messages.
 MessageSource
org.spicefactory.parsley.localization The central repository for localized messages.
 ObjectFactoryConfig
org.spicefactory.parsley.context.factory Interface to be implemented by all classes that process XML nodes that act as a factory that creates new instances.
 ObjectProcessorConfig
org.spicefactory.parsley.context.factory Interface to be implemented by all classes that process XML nodes that act as a processor that configures instances.
 ParserContext
org.spicefactory.parsley.context.factory Context Class that gives access to the currently active object configuration during parse methods of custom tags.