Package zephir :: Package monitor :: Package agentmanager :: Package templates :: Module PageTmpl :: Class PageTmpl
[frames | no frames]

Class PageTmpl

       BaseServlet --+        
                     |        
               Servlet --+    
                         |    
_SettingsCollector --+   |    
                     |   |    
       SettingsManager --+    
                         |    
         WebInputMixin --+    
                         |    
                  Template --+
                             |
                            PageTmpl

Known Subclasses:
AgentPageTmpl, ManagerPageTmpl, ServerPageTmpl

Autogenerated by CHEETAH: The Python-Powered Template Engine
Method Summary
  __init__(self, *args, **KWs)
  __str__(self, trans, dummyTrans, VFS, VFN, getmtime, currentTime, globals, locals, __builtin__)
This is the main method generated by Cheetah
  foot(self, trans, dummyTrans, VFS, VFN, getmtime, currentTime, globals, locals, __builtin__)
Generated from #def foot at line 14, col 1.
  head(self, pagetitle, trans, dummyTrans, VFS, VFN, getmtime, currentTime, globals, locals, __builtin__)
Generated from #def head($pagetitle) at line 2, col 1.
  respond(self, trans, dummyTrans, VFS, VFN, getmtime, currentTime, globals, locals, __builtin__)
This is the main method generated by Cheetah
    Inherited from Template
  compile(self, source, file, moduleName, mainMethodName)
Compile the template.
  errorCatcher(self)
Return a reference to the current errorCatcher
  generatedClassCode(self)
Return the class code the compiler generated, or None if no compilation took place.
  generatedModuleCode(self)
Return the module code the compiler generated, or None if no compilation took place.
  getFileContents(self, path)
A hook for getting the contents of a file.
  getVar(self, varName, default, autoCall)
Get a variable from the searchList.
  hasVar(self, varName, autoCall)
Test if a variable name exists in the searchList.
  refreshCache(self, cacheKey)
Refresh a cache item.
  runAsMainProgram(self)
Allows enable the Template to function as a standalone command-line program for static page generation.
  searchList(self)
Return a reference to the searchlist
  shutdown(self)
Break reference cycles before discarding a servlet.
  varExists(self, varName, autoCall)
Test if a variable name exists in the searchList.
    Inherited from SettingsManager
  copySettings(self)
Returns a shallow copy of the settings dictionary
  deepcopySettings(self)
Returns a deep copy of the settings dictionary
  getConfigString(self)
Return a string with the settings in .ini file format.
  hasSetting(self, key)
True/False
  setSetting(self, name, value)
Set a setting in self._settings.
  setting(self, name, default)
Get a setting from self._settings, with or without a default value.
  settings(self)
Return a reference to the settings dictionary
  updateSettings(self, newSettings, merge)
Update the settings with a selective merge or a complete overwrite.
  updateSettingsFromConfigFile(self, path, **kw)
Update the settings from a text file using the syntax accepted by Python's standard ConfigParser module (like Windows .ini files).
  updateSettingsFromConfigFileObj(self, inFile, convert, merge)
See the docstring for .updateSettingsFromConfigFile()
  updateSettingsFromConfigStr(self, configStr, convert, merge)
See the docstring for .updateSettingsFromConfigFile()
  updateSettingsFromPySrcFile(self, path, merge)
Update the settings from variables in a Python source file.
  updateSettingsFromPySrcStr(self, theString, merge)
Update the settings from a code in a Python src string.
  writeConfigFile(self, path)
Write all the settings that can be represented as strings to an .ini style config file.
    Inherited from Servlet
  awake(self, transaction)
  serverSidePath(self, path, normpath, abspath)
  sleep(self, transaction)
    Inherited from WebInputMixin
  webInput(self, names, namesMulti, default, src, defaultInt, defaultFloat, badInt, badFloat, debug)
Import web transaction variables in bulk.

Class Variable Summary
    Inherited from Servlet
NoneType application = None                                                                  
NoneType request = None                                                                  
NoneType session = None                                                                  
NoneType transaction = None                                                                  

Method Details

__str__(self, trans=None, dummyTrans=False, VFS=<built-in function valueFromSearchList>, VFN=<built-in function valueForName>, getmtime=<function getmtime at 0x403a309c>, currentTime=<built-in function time>, globals=<built-in function globals>, locals=<built-in function locals>, __builtin__=<module '__builtin__' (built-in)>)
(Informal representation operator)

This is the main method generated by Cheetah
Overrides:
Cheetah.Servlet.Servlet.respond

foot(self, trans=None, dummyTrans=False, VFS=<built-in function valueFromSearchList>, VFN=<built-in function valueForName>, getmtime=<function getmtime at 0x403a309c>, currentTime=<built-in function time>, globals=<built-in function globals>, locals=<built-in function locals>, __builtin__=<module '__builtin__' (built-in)>)

Generated from #def foot at line 14, col 1.

head(self, pagetitle, trans=None, dummyTrans=False, VFS=<built-in function valueFromSearchList>, VFN=<built-in function valueForName>, getmtime=<function getmtime at 0x403a309c>, currentTime=<built-in function time>, globals=<built-in function globals>, locals=<built-in function locals>, __builtin__=<module '__builtin__' (built-in)>)

Generated from #def head($pagetitle) at line 2, col 1.

respond(self, trans=None, dummyTrans=False, VFS=<built-in function valueFromSearchList>, VFN=<built-in function valueForName>, getmtime=<function getmtime at 0x403a309c>, currentTime=<built-in function time>, globals=<built-in function globals>, locals=<built-in function locals>, __builtin__=<module '__builtin__' (built-in)>)

This is the main method generated by Cheetah
Overrides:
Cheetah.Servlet.Servlet.respond

Generated by Epydoc 2.1 on Mon Nov 27 08:44:03 2006 http://epydoc.sf.net