ScopeRegistry class
Constructors
- ScopeRegistry(Fluttin _fluttin)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- rootScope → Scope
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
scopeDefinitions
↔ Map<
Qualifier, ScopeDefinition> -
getter/setter pair
Methods
-
createRootScope(
) → void -
createRootScopeDefinition(
) → void -
createScope(
String scopeId, Qualifier qualifier, {dynamic source}) → Scope -
createScopeByDefinition(
String scopeId, ScopeDefinition scopeDefinition, {dynamic source}) → Scope -
createScopeDefinition(
Qualifier qualifier) → void -
declareBeanDefinitions(
Set< BeanDefinition> definitions) → void -
declareDefinition(
BeanDefinition bean) → void -
declareScopeDefinitions(
List< Qualifier> scopes) → void -
deleteScope(
Scope scope) → void -
loadModule(
Module module) → void -
loadModules(
Iterable< Module> modules) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
unloadModule(
Module module) → void -
unloadModules(
List< Module> modules) → void
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited