Klasa zarzadzajaca aplikacjami.
|
|
__init__(self,
xmldoc,
param=None)
x.__init__(...) initializes x; see help(type(x)) for signature |
source code
|
|
|
|
|
|
|
set_options(self,
options)
Ustawienie opcji. |
source code
|
|
|
|
is_exist(self)
Sprawdzenie czy aplikacja juz istanieje. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
post_renderer(self)
Czynnosci po inicjalizacji. |
source code
|
|
|
|
execution(self)
Wygenerowanie kodu wszystkich widokow i dodanie ich do Managera
widokow, ktory je wypisze. |
source code
|
|
|
|
get_url(self)
Zwraca link do plikow z aplikacja. |
source code
|
|
|
|
|
|
|
get_main_view(self)
Pobranie glownego widoku. |
source code
|
|
|
Inherited from core.XMLReader.XMLReader:
add_permited,
getAttribute,
get_xml_doc,
post_render,
render
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__subclasshook__
|