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
 AbstractFactoryObject
org.pranaframework.ioc.factory.config 
 AbstractFactoryObject
org.pranaframework.ioc.factory 
 AbstractMember
org.pranaframework.reflection The base class for members of a class.
 AbstractObjectFactory
org.pranaframework.ioc.factory.support Manages object definitions and creates new objects based on those definitions.
 AbstractRemoteObjectDelegate
org.pranaframework.cairngorm AbstractRemoteObjectDelegate acts as a base class for business delegates that use a RemoteObject service.
 AbstractResponder
org.pranaframework.cairngorm 
 Accessor
org.pranaframework.reflection A member defined by getter and setter functions.
 AccessorAccess
org.pranaframework.reflection TypeSafe enum of an accessor's access properties.
 ApplicationContextAwareProcessor
org.pranaframework.context.support 
 AppSettings
org.pranaframework.config The AppSettings class is a singleton that holds a set of configuration settings.
 AppSettingsEvent
org.pranaframework.config An AppSettings event object that contains information about the key and value that caused the event.
 ArrayUtils
org.pranaframework.utils Contains utility methods for working with Array objects.
 Assert
org.pranaframework.utils Assertion utility class that assists in validating arguments.
 CairngormFrontController
org.pranaframework.cairngorm The CairngormFrontController extends Cairngorm's FrontController and adds the ability to pass in commands to the constructor.
 CairngormServiceLocator
org.pranaframework.cairngorm Allows programmatic manipulation of the services inside Cairngorm's ServiceLocator.
 ClassNotFoundError
org.pranaframework.errors Thrown when an application tries to retrieve a class by its name and the corresponding class could not be found.
 ClassUtils
org.pranaframework.utils Provides utilities for working with Class objects.
 CommandProxy
org.pranaframework.cairngorm 
 Constant
org.pranaframework.reflection A property defined with the const statement
 Constants
org.pranaframework.ioc.util 
 DefaultListableObjectFactory
org.pranaframework.ioc.factory.support Default implementation of the IListableObjectFactory and the IObjectDefinitionRegistry interfaces.
 DictionaryUtils
org.pranaframework.utils Contains utilities for working with Dictionaries.
 DisplayObjectContainerUtils
org.pranaframework.utils Contains utilities for working with DisplayObjectContainer objects.
 EventSequence
org.pranaframework.cairngorm An EventSequence represents a sequence of events to be chained.
 Field
org.pranaframework.reflection 
 FieldRetrievingFactoryObject
org.pranaframework.ioc.factory.config 
 FlexUnitTestCase
org.pranaframework.flexunit Extends the FlexUnit TestCase with extra assertions.
 HtmlUtils
org.pranaframework.utils 
 IApplicationContext
org.pranaframework.context 
 IApplicationContextAware
org.pranaframework.context Interface to be implemented by any object that wishes to be notified of the IApplicationContext that it runs in.
 IAppSettingsListener
org.pranaframework.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.
 IConfigurableApplicationContext
org.pranaframework.context Provides methods for configuring an application context.
 IConfigurableListableObjectFactory
org.pranaframework.ioc.factory.config 
 IConfigurableObjectFactory
org.pranaframework.ioc.factory.config 
 IdAttributePreprocessor
org.pranaframework.ioc.factory.xml.preprocessors 
 IFactoryObject
org.pranaframework.ioc.factory Interface to be implemented by objects that are factories for other objects.
 IInitializingObject
org.pranaframework.ioc.factory Objects that should execute behavior after their properties have been set, should implement this interface.
 IIocCommand
org.pranaframework.puremvc.interfaces Description wannabe.
 IIocController
org.pranaframework.puremvc.interfaces Description wannabe.
 IIocFacade
org.pranaframework.puremvc.interfaces Description wannabe.
 IIocMediator
org.pranaframework.puremvc.interfaces Description wannabe.
 IIocProxy
org.pranaframework.puremvc.interfaces Description wannabe.
 IListableObjectFactory
org.pranaframework.ioc.factory 
 IllegalArgumentError
org.pranaframework.errors Thrown to indicate that a method has been passed an illegal or inappropriate argument.
 IllegalStateError
org.pranaframework.errors TODO
 IMap
org.pranaframework.collections An object that contains key/value pairs.
 IMember
org.pranaframework.reflection Describes a member (field or method) of a class.
 INamedObject
org.pranaframework.puremvc.patterns Description wannabe.
 IObjectDefinition
org.pranaframework.ioc Represents an object definition.
 IObjectDefinitionRegistry
org.pranaframework.ioc.factory.support 
 IObjectDefinitionsSerializer
org.pranaframework.ioc.serializer 
 IObjectFactory
org.pranaframework.ioc.factory TODO
 IObjectFactoryAware
org.pranaframework.ioc.factory Interface to be implemented by all objects that want to know what container they run in.
 IObjectFactoryPostProcessor
org.pranaframework.ioc.factory.config 
 IObjectPostProcessor
org.pranaframework.ioc.factory.config 
 IObjectReference
org.pranaframework.ioc.factory.config Exposes a reference to an object by its name.
 IocConstants
org.pranaframework.puremvc.interfaces Description wannabe.
 IocController
org.pranaframework.puremvc.core.controller Description wannabe.
 IocFacade
org.pranaframework.puremvc.patterns.facade Description wannabe.
 IocMacroCommand
org.pranaframework.puremvc.patterns.command Description wannabe.
 IocMediator
org.pranaframework.puremvc.patterns.mediator Description wannabe.
 IocProxy
org.pranaframework.puremvc.patterns.proxy Description wannabe.
 IocSimpleCommand
org.pranaframework.puremvc.patterns.command Description wannabe.
 IResponderAware
org.pranaframework.cairngorm 
 ITypedCollectionListener
org.pranaframework.collections 
 IXmlObjectDefinitionsPreprocessor
org.pranaframework.ioc.factory.xml.parser All preprocessors for object definitions should implement this interface in order to be hooked into the parser mechanism.
 IXMLObjectFactory
org.pranaframework.ioc.factory.xml Interface to be implemented by object factories that load their object definitions from XML files.
 LoggingTargetFactoryObject
org.pranaframework.ioc.factory.config Creates a new LoggingTargetFactoryObject.
 Map
org.pranaframework.collections Basic implementation of the IMap interface.
 MapViewCursor
org.pranaframework.collections Map view cursor.
 MetaData
org.pranaframework.reflection 
 Method
org.pranaframework.reflection Provides information about a single method of a class or interface.
 MethodInvoker
org.pranaframework.utils 
 MethodInvokingObject
org.pranaframework.ioc.factory 
 NoSuchObjectDefinitionError
org.pranaframework.ioc.factory Error throw when an object factory cannot find an object definition for the given name.
 ObjectDefinition
org.pranaframework.ioc Describes an object that can be created by an ObjectContainer.
 ObjectDefinitionNotFoundError
org.pranaframework.ioc TODO
 ObjectDefinitionScope
org.pranaframework.ioc Enumeration for the scopes of an object definition.
 ObjectFactoryAwarePostProcessor
org.pranaframework.ioc.factory.config Post processes object by setting the object container as a property on the object if it implementens IObjectContainerAware.
 ObjectUtils
org.pranaframework.utils ObjectsUtils contains utility methods for working with objects.
 Parameter
org.pranaframework.reflection Provides information of a parameter passed to a method.
 Parse
org.pranaframework.utils 
 ParseError
org.pranaframework.utils 
 PendingCommandRegistry
org.pranaframework.cairngorm 
 PendingCommandRegistryEvent
org.pranaframework.cairngorm 
 Properties
org.pranaframework.collections The Properties class represents a collection of properties in the form of key-value pairs.
 PropertiesPreprocessor
org.pranaframework.ioc.factory.xml.preprocessors Replaces all properties placeholders in the xml of the application context with the values in the Properties objects.
 PropertiesUtils
org.pranaframework.utils 
 Property
org.pranaframework.utils 
 RandomNumberFactoryObject
org.pranaframework.ioc.factory.config 
 RuntimeError
org.pranaframework.errors TODO
 RuntimeObjectReference
org.pranaframework.ioc.factory.config Immutable placeholder class used for a property value object when it's a reference to another object in the factory, to be resolved at runtime.
 ScopeAttributePrepocessor
org.pranaframework.ioc.factory.xml.preprocessors The ScopeAttributePrepocessor makes sure that all object definitions have a valid scope attribute.
 SequenceEvent
org.pranaframework.cairngorm 
 SOSTarget
org.pranaframework.logging Provides a logger that writes messages to the SOS console.
 SpringConstants
org.pranaframework.ioc.util 
 SpringNamesPreprocessor
org.pranaframework.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.
 StringUtils
org.pranaframework.utils Contains utility methods for working with strings.
 TemplatePreprocessor
org.pranaframework.ioc.factory.xml.preprocessors The TemplatePreprocessor is used to apply all templates to the xml context.
 Type
org.pranaframework.reflection Provides information about the characteristics of a class or an interface.
 TypeConverter
org.pranaframework.utils Converts a variable from one type to another.
 TypedCollection
org.pranaframework.collections Collection that is forced to hold values of a certain type.
 TypedCollectionEvent
org.pranaframework.collections Describes an event generated by a TypedCollection
 TypedCollectionViewCursor
org.pranaframework.collections A decorator for an IViewCursor instance which forces the cursor to deal with values of a certain type.
 Variable
org.pranaframework.reflection A property defined with the var statement.
 XMLApplicationContext
org.pranaframework.context.support 
 XmlObjectDefinitionsParser
org.pranaframework.ioc.factory.xml.parser Xml parser for object definitions.
 XmlObjectDefinitionsSerializer
org.pranaframework.ioc.serializer 
 XmlObjectFactory
org.pranaframework.ioc.factory.xml Manages object definitions and creates new objects based on those definitions.
 XMLSocketEvent
org.pranaframework.events 
 XMLUtils
org.pranaframework.utils Contains utilities for working with XML objects.