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
 Command
org.mvcexpress.mvc Command, handles business logic of your application.
 CommandMap
org.mvcexpress.core Handles command mappings, and executes them on messages
 FlexMediatorMap
org.mvcexpress.core Handles flex application mediators.
 HandlerVO
org.mvcexpress.core.messenger Framework internal value data for message handlers.
 IMediatorMap
org.mvcexpress.core.interfaces Interface for Mediator.
 InjectRuleVO
org.mvcexpress.core.inject FOR INTERNAL USE ONLY.
 IProxyMap
org.mvcexpress.core.interfaces Interface to get proxy objects manualy with your code, instead of automatic injection.
 Mediator
org.mvcexpress.mvc Mediates single view object.
 MediatorMap
org.mvcexpress.core Handles application mediators.
 Messenger
org.mvcexpress.core.messenger FOR INTERNAL USE ONLY.
 ModuleBase
org.mvcexpress.core Internal framework class.
 ModuleCore
org.mvcexpress.modules Core Module class.
 ModuleManager
org.mvcexpress.core INTERNAL FRAMEWORK CLASS.
 ModuleMovieClip
org.mvcexpress.modules Core Module class based on MovieClip.
 ModuleSprite
org.mvcexpress.modules Core Module class based on Sprite.
 MvcExpress
org.mvcexpress Class to store framework global settings and some important variables.
 PendingInject
org.mvcexpress.core.inject FOR INTERNAL USE ONLY.
 PooledCommand
org.mvcexpress.mvc Command that is automatically pooled.
 Proxy
org.mvcexpress.mvc Proxy holds and manages application data, provide API to work with it.
 ProxyMap
org.mvcexpress.core ProxyMap is responsible for storing proxy objects and handling injection.
 testInject
org.mvcexpress.core.inject Small class to test if framework can use Inject metadata tag.