Abstrakcyjna klasa obslugujaca strone.
|
|
|
|
|
|
|
make_content(self)
Metoda wywolywana przez zewnetrzny interface. |
source code
|
|
|
make_content_and_get_data(self)
Buduje dane kontentu i zwraca informacje na temat danych utworzonych
przez strone. |
source code
|
|
|
|
|
|
|
set_include(self,
text)
Ustawienie glownego pliku ze strona odpowiedniego dla strony. |
source code
|
|
|
set_layout(self,
html)
Ustawienie pliku layoutu. |
source code
|
|
|
|
|
|
|
|
|
set_view_id(self,
view_id)
Zmiana id widoku niezbedna przy obsludze wiekszej ilosci widokow. |
source code
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|