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
 ContextNamespace
com.ericfeminella.ns ContextNamespace is a Singleton class which can be utilized by classes within an application to retrieve a contextual namespace in which methods and properties of an object are to be referenced under

ContextNamespace contains a reference to the current contextual namespace which represents the context from which the application is executing.

 INamespaceManager
com.ericfeminella.ns INamespaceManager defines the contract for Namespace management APIs which are utilized by classes and components within an application to retrieve the unique Namespace under which the current context of an application is executing
 SingletonManager
com.ericfeminella.utils All static class which provides an API which enforces classes which are to follow the Singleton pattern are only ever have a single instance instantiated per application, by monitoring the instantiation of derived classes this requirement is ensured, thus elliminating the Singleton implementation code from the actual class implementation.