Home | Trees | Index | Help |
|
---|
Package zephir :: Package monitor :: Package agentmanager :: Package templates :: Module MeasuresDataTmpl :: Class MeasuresDataTmpl |
|
BaseServlet
--+ |Servlet
--+ |_SettingsCollector
--+ | | |SettingsManager
--+ |WebInputMixin
--+ |Template
--+ | MeasuresDataTmpl
Method Summary | |
---|---|
__init__(self,
*args,
**KWs)
| |
This is the main method generated by Cheetah | |
This is the main method generated by Cheetah | |
Inherited from Template | |
Compile the template. | |
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. | |
A hook for getting the contents of a file. | |
Get a variable from the searchList. | |
Test if a variable name exists in the searchList. | |
Refresh a cache item. | |
Allows enable 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. | |
Test if a variable name exists in the searchList. | |
Inherited from SettingsManager | |
Returns a shallow copy of the settings dictionary | |
Returns a deep copy of the settings dictionary | |
Return a string with the settings in .ini file format. | |
True/False | |
Set a setting in self._settings. | |
Get a setting from self._settings, with or without a default value. | |
Return a reference to the settings dictionary | |
Update the settings with a selective merge or a complete overwrite. | |
Update the settings from a text file using the syntax accepted by Python's standard ConfigParser module (like Windows .ini files). | |
See the docstring for .updateSettingsFromConfigFile() | |
See the docstring for .updateSettingsFromConfigFile() | |
Update the settings from variables in a Python source file. | |
Update the settings from a code in a Python src string. | |
Write all the settings that can be represented as strings to an .ini style config file. | |
Inherited from Servlet | |
| |
| |
| |
Inherited from WebInputMixin | |
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)>)
This is the main method generated by Cheetah
|
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
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Mon Nov 27 08:44:02 2006 | http://epydoc.sf.net |