|
|
|
_initialize_mvc_mappings(self,
backend_paths,
frontend_paths) |
source code
|
|
|
|
|
_get_mvc_config_from_frontend(self,
backend_name) |
source code
|
|
|
initialize(self)
Initialize various variables internal to the InterfaceController
such as the backends and the frontends. |
source code
|
|
|
|
|
|
|
_create_input_providers(self,
path,
origin=' frontend ' ,
viewport=' frontend ' ) |
source code
|
|
|
start(self)
Start refreshing the frontends periodically. |
source code
|
|
twisted.internet.defer.Deferred
|
stop(self)
Stop refreshing the frontends and terminate the backends. |
source code
|
|
Inherited from extern.log.log.Loggable :
debug ,
doLog ,
error ,
info ,
log ,
logFunction ,
logObjectName ,
warning ,
warningFailure
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__str__
|