Property | Defined By | ||
---|---|---|---|
beanFactory : IBeanFactory
Bean Factory
| ISwiz | ||
beanProviders : Array
Bean Providers
| ISwiz | ||
catchViews : Boolean | ISwiz | ||
config : ISwizConfig
Config
| ISwiz | ||
customProcessors : Array [write-only]
Custom Processors
| ISwiz | ||
dispatcher : IEventDispatcher
Local Dispatcher
| ISwiz | ||
domain : ApplicationDomain
Domain
| ISwiz | ||
globalDispatcher : IEventDispatcher
Global Dispatcher
| ISwiz | ||
loggingTargets : Array
Logging targets
| ISwiz | ||
parentSwiz : ISwiz
Parent Swiz instance, for nesting and modules
| ISwiz | ||
processors : Array [read-only]
Processors
| ISwiz |
Method | Defined By | ||
---|---|---|---|
init():void
Called once in initialize Swiz
| ISwiz | ||
setProcessors(value:Array):void | ISwiz | ||
tearDown():void
Clean up this Swiz instance
| ISwiz |
beanFactory | property |
beanFactory:IBeanFactory
Bean Factory
public function get beanFactory():IBeanFactory
public function set beanFactory(value:IBeanFactory):void
beanProviders | property |
beanProviders:Array
Bean Providers
public function get beanProviders():Array
public function set beanProviders(value:Array):void
catchViews | property |
catchViews:Boolean
public function get catchViews():Boolean
public function set catchViews(value:Boolean):void
config | property |
config:ISwizConfig
Config
public function get config():ISwizConfig
public function set config(value:ISwizConfig):void
customProcessors | property |
customProcessors:Array
[write-only] Custom Processors
public function set customProcessors(value:Array):void
dispatcher | property |
dispatcher:IEventDispatcher
Local Dispatcher
public function get dispatcher():IEventDispatcher
public function set dispatcher(value:IEventDispatcher):void
domain | property |
domain:ApplicationDomain
Domain
public function get domain():ApplicationDomain
public function set domain(value:ApplicationDomain):void
globalDispatcher | property |
globalDispatcher:IEventDispatcher
Global Dispatcher
public function get globalDispatcher():IEventDispatcher
public function set globalDispatcher(value:IEventDispatcher):void
loggingTargets | property |
loggingTargets:Array
Logging targets
public function get loggingTargets():Array
public function set loggingTargets(value:Array):void
parentSwiz | property |
parentSwiz:ISwiz
Parent Swiz instance, for nesting and modules
public function get parentSwiz():ISwiz
public function set parentSwiz(value:ISwiz):void
processors | property |
processors:Array
[read-only] Processors
public function get processors():Array
init | () | method |
public function init():void
Called once in initialize Swiz
setProcessors | () | method |
public function setProcessors(value:Array):void
Parameters
value:Array |
tearDown | () | method |
public function tearDown():void
Clean up this Swiz instance