Defines context where application is running.
Context is used to define some basic properties for application container.
Use fever.Fever.run() method to define context at startup.
Example :
Fever.run( new MyMainClass(), BrowserContext.getInstance() );
If no factory is defined, use default BrowserContext
public container:IContextContainer [Read Only]public context:FeverContext [Read Only]public io:IFileSystem [Read Only]public dialog:IDialog [Read Only]static public function getInstance(factory:FeverContext):ContextManagerDefines context for application.
Default use BrowserContext context
factory | FeverContext subclass |