Packageorg.swizframework.core
Interfacepublic interface ISwiz

Swiz Interface



Public Properties
 PropertyDefined 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
Public Methods
 MethodDefined By
  
init():void
Called once in initialize Swiz
ISwiz
  
setProcessors(value:Array):void
ISwiz
  
tearDown():void
Clean up this Swiz instance
ISwiz
Property Detail
beanFactoryproperty
beanFactory:IBeanFactory

Bean Factory


Implementation
    public function get beanFactory():IBeanFactory
    public function set beanFactory(value:IBeanFactory):void
beanProvidersproperty 
beanProviders:Array

Bean Providers


Implementation
    public function get beanProviders():Array
    public function set beanProviders(value:Array):void
catchViewsproperty 
catchViews:Boolean


Implementation
    public function get catchViews():Boolean
    public function set catchViews(value:Boolean):void
configproperty 
config:ISwizConfig

Config


Implementation
    public function get config():ISwizConfig
    public function set config(value:ISwizConfig):void
customProcessorsproperty 
customProcessors:Array  [write-only]

Custom Processors


Implementation
    public function set customProcessors(value:Array):void
dispatcherproperty 
dispatcher:IEventDispatcher

Local Dispatcher


Implementation
    public function get dispatcher():IEventDispatcher
    public function set dispatcher(value:IEventDispatcher):void
domainproperty 
domain:ApplicationDomain

Domain


Implementation
    public function get domain():ApplicationDomain
    public function set domain(value:ApplicationDomain):void
globalDispatcherproperty 
globalDispatcher:IEventDispatcher

Global Dispatcher


Implementation
    public function get globalDispatcher():IEventDispatcher
    public function set globalDispatcher(value:IEventDispatcher):void
loggingTargetsproperty 
loggingTargets:Array

Logging targets


Implementation
    public function get loggingTargets():Array
    public function set loggingTargets(value:Array):void
parentSwizproperty 
parentSwiz:ISwiz

Parent Swiz instance, for nesting and modules


Implementation
    public function get parentSwiz():ISwiz
    public function set parentSwiz(value:ISwiz):void
processorsproperty 
processors:Array  [read-only]

Processors


Implementation
    public function get processors():Array
Method Detail
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