Package ajango :: Package site :: Package sites :: Module list :: Class Site
[hide private]
[frames] | no frames]

Class Site

source code

object --+    
         |    
  SiteBase --+
             |
            Site
Known Subclasses:

Klasa obslugujaca strone tabeli z lista elementow.

Nested Classes [hide private]

Inherited from SiteBase: __metaclass__

Instance Methods [hide private]
 
__init__(self, ob)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
get_request(self)
Zwraca obiekt request.
source code
 
init(self)
Inicjalizacja metody.
source code
 
add_column(self, param)
Dodanie nowej kolumny do wyswietlenia.
source code
 
set_query(self, query)
Ustawienie zapytania dla strony.
source code
 
content(self)
Ustawienie zmiennych dostarczanych do szablonow.
source code

Inherited from SiteBase: make_content, make_content_and_get_data, make_site, set_header, set_include, set_layout, set_menu, set_theme, set_title, set_view_id

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  __abstractmethods__ = frozenset([])

Inherited from SiteBase: global_view_id_counter

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, ob)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

init(self)

source code 

Inicjalizacja metody.

Overrides: SiteBase.init

content(self)

source code 

Ustawienie zmiennych dostarczanych do szablonow.

Overrides: SiteBase.content