Packageorg.spicefactory.parsley.core.state.manager.impl
Classpublic class DefaultGlobalScopeManager
InheritanceDefaultGlobalScopeManager Inheritance Object
Implements GlobalScopeManager

Default implementation of the GlobalScopeManager interface.



Public Properties
 PropertyDefined By
  publicState : GlobalScopeState
[read-only] The state information for all active scopes in a read-only format to be exposed to applications.
DefaultGlobalScopeManager
Public Methods
 MethodDefined By
  
addScope(scope:Scope):void
Adds the specified scope to the manager.
DefaultGlobalScopeManager
Property Detail
publicStateproperty
publicState:GlobalScopeState  [read-only]

The state information for all active scopes in a read-only format to be exposed to applications.


Implementation
    public function get publicState():GlobalScopeState
Method Detail
addScope()method
public function addScope(scope:Scope):void

Adds the specified scope to the manager. The scope should be automatically removed from this manager when the root Context of the scope gets destroyed, as the scope is no longer in use after that.

Parameters

scope:Scope — the scope to add to the manager