| Home | Trees | Index | Help |
|
|---|
| Package Cheetah :: Module Servlet :: Class Servlet |
|
BaseServlet --+
|
Servlet
TemplateThis class is an abstract baseclass for Cheetah.Template.Template. It wraps WebKit.Servlet and provides a few extra convenience methods that are also found in WebKit.Page. It doesn't do any of the HTTP method resolution that is done in WebKit.HTTPServlet
| Method Summary | |
|---|---|
__init__(self)
| |
__str__(self,
trans)
| |
awake(self,
transaction)
| |
respond(self,
trans)
| |
serverSidePath(self,
path,
normpath,
abspath)
| |
shutdown(self)
| |
sleep(self,
transaction)
| |
| Class Variable Summary | |
|---|---|
NoneType |
application = None |
NoneType |
request = None |
NoneType |
session = None |
NoneType |
transaction = None |
| Inherited from BaseServlet | |
int |
_reusable = 1 |
int |
_threadSafe = 0 |
| Class Variable Details |
|---|
application
|
request
|
session
|
transaction
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.0 on Mon Nov 10 15:07:41 2003 | http://epydoc.sf.net |