| Home | Trees | Index | Help | 
       | 
  
|---|
| Package Modeling :: Package ModelMasons :: Package Python_bricks :: Module setup_tmpl :: Class setup_tmpl | 
  | 
object--+ |BaseServlet--+ |Servlet--+ |Template--+ | setup_tmpl
| 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.  | |
If concreteTemplateClass is not a subclass of Cheetah.Template, add the required cheetah methods and attributes to it. (Class method)  | |
Compile the template.  | |
 | |
 | |
 | |
(Class method)  | |
(Class method)  | |
Returns the subclass of Template which should be used to compile #include directives.  | |
Called at runtime to handle #include directives.  | |
Sets up the instance attributes that cheetah templates use at run-time.  | |
Used to convert the items in the .compile() classmethod's preprocessors argument into real source preprocessors. (Class method)  | |
(Class method)  | |
Iterates through the .compile() classmethod's preprocessors argument and pipes the source code through each each preprocessor. (Class method)  | |
(Class method)  | |
| 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 Details | 
|---|
_CHEETAH__instanceInitialized
  | 
_CHEETAH_genTime
  | 
_CHEETAH_genTimestamp
  | 
_CHEETAH_src
  | 
_CHEETAH_srcLastModified
  | 
_CHEETAH_version
  | 
_CHEETAH_versionTuple
  | 
_mainCheetahMethod_for_setup_tmpl
  | 
| Home | Trees | Index | Help | 
       | 
  
|---|
| Generated by Epydoc 2.1 on Sat Mar 4 13:36:23 2006 | http://epydoc.sf.net |