Home | Trees | Index | Help |
|
---|
Package Modeling :: Package ModelMasons :: Package Python_bricks :: Module module_compact :: Class module_compact |
|
object
--+ |BaseServlet
--+ |Servlet
--+ |Template
--+ | module_compact
Method Summary | |
---|---|
__init__(self,
*args,
**KWs)
| |
__str__(self)
| |
respond(self,
trans)
| |
Inherited from Template | |
The core API for compiling Cheetah source code into template classes. (Class method) | |
Return a reference to the current errorCatcher | |
Return the class code the compiler generated, or None if no compilation took place. | |
Return the module code the compiler generated, or None if no compilation took place. | |
| |
Returns a dictionary of the 'cache regions' initialized in a template. | |
A hook for getting the contents of a file. | |
Get a variable from the searchList. | |
Test if a variable name exists in the searchList. | |
This is just a stub at this time. | |
Refresh a cache region or a specific cache item within a region. | |
Allows the Template to function as a standalone command-line program for static page generation. | |
Return a reference to the searchlist | |
Break reference cycles before discarding a servlet. | |
template that is a subclass of the template this method is called from. (Class method) | |
Test if a variable name exists in the searchList. | |
Method for importing web transaction variables in bulk. | |
Inherited from Servlet | |
| |
| |
| |
Inherited from object | |
x.__delattr__('name') <==> del x.name | |
x.__getattribute__('name') <==> x.name | |
x.__hash__() <==> hash(x) | |
T.__new__(S, ...) -> a new object with type S, a subtype of T | |
helper for pickle | |
helper for pickle | |
x.__repr__() <==> repr(x) | |
x.__setattr__('name', value) <==> x.name = value |
Class Variable Summary | |
---|---|
Inherited from Servlet | |
NoneType |
application = None |
NoneType |
request = None |
NoneType |
session = None |
NoneType |
transaction = None |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Sat Mar 4 13:36:23 2006 | http://epydoc.sf.net |