A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |
map(whenAskFor:Class, createClass:Class, name:String) — method, class com.soma.core.di.SomaInjector |
|
Rule that defines the "whenAskFor" to be injected with an instance of the "createClass" Class. |
map(whenAskFor:Class, createClass:Class, name:String) — method, interface com.soma.core.interfaces.ISomaInjector |
|
Rule that defines the "whenAskFor" to be injected with an instance of the "createClass" Class. |
mapSingleton(classTarget:Class, name:String) — method, class com.soma.core.di.SomaInjector |
|
Rule that defines the "classTarget" to be injected with always the same instance. |
mapSingleton(classTarget:Class, name:String) — method, interface com.soma.core.interfaces.ISomaInjector |
|
Rule that defines the "classTarget" to be injected with always the same instance. |
mapSingletonOf(whenAskFor:Class, useSingletonOf:Class, name:String) — method, class com.soma.core.di.SomaInjector |
|
Rule that defines the "whenAskFor" (usually an interface) to be injected with the same instance "useSingletonOf". |
mapSingletonOf(whenAskFor:Class, useSingletonOf:Class, name:String) — method, interface com.soma.core.interfaces.ISomaInjector |
|
Rule that defines the "whenAskFor" (usually an interface) to be injected with the same instance "useSingletonOf". |
mapToInstance(whenAskFor:Class, instance:Object, name:String) — method, class com.soma.core.di.SomaInjector |
|
Rule that defines the "whenAskFor" to be injected the given instance. |
mapToInstance(whenAskFor:Class, instance:Object, name:String) — method, interface com.soma.core.interfaces.ISomaInjector |
|
Rule that defines the "whenAskFor" to be injected the given instance. |
mapView(viewClass:Class, mediatorClass:Class) — method, class com.soma.core.mediator.SomaMediators |
|
Map a mediator Class to a view Class. |
Mediator — class, package com.soma.core.mediator |
|
Author: Romuald Quantin - www.soundstep.com
Resources: http://www.soundstep.com/downloads/somacore
Actionscript version: 3.0
Copyright:
Mozilla Public License 1.1 (MPL 1.1)
http://www.opensource.org/licenses/mozilla1.1.php
A Mediator is a class that extends a wire and has a relation one-to-one with a view. |
Mediator(name:String) — Constructor, class com.soma.core.mediator.Mediator |
|
Create an instance of a Mediator class. |
mediators — Property, class com.soma.core.Soma |
|
Gets the mediator manager instance that has been created by the framework from the injector Class registered. |
mediators — Property, class com.soma.core.controller.Command |
| |
mediators — Property, interface com.soma.core.interfaces.ISoma |
|
Gets the mediator manager instance that has been created by the framework from the injector Class registered. |
mediators — Property, class com.soma.core.wire.Wire |
| |
Model — class, package com.soma.core.model |
|
Author: Romuald Quantin - www.soundstep.com
Resources: http://www.soundstep.com/downloads/somacore
Actionscript version: 3.0
Copyright:
Mozilla Public License 1.1 (MPL 1.1)
http://www.opensource.org/licenses/mozilla1.1.php
The model is the class used to manage you application's data model.
The data can be XML, local data, data retrieved from a server or anything. |
Model(name:String, data:Object, dispatcher:flash.events:IEventDispatcher) — Constructor, class com.soma.core.model.Model |
|
Create an instance of a Model class. |
models — Property, class com.soma.core.Soma |
|
Gets the model manager instance. |
models — Property, interface com.soma.core.interfaces.ISoma |
|
Gets the model manager instance. |
models — Property, class com.soma.core.model.SomaModels |
|
List of the models registered to the framework. |
|
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |