Package Cheetah ::
Module Servlet ::
Class Servlet
|
|
Class Servlet
BaseServlet
--+
|
Servlet
- Known Subclasses:
-
Template
This 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)
|
application
-
- Type:
-
NoneType
- Value:
|
request
-
- Type:
-
NoneType
- Value:
|
session
-
- Type:
-
NoneType
- Value:
|
transaction
-
- Type:
-
NoneType
- Value:
|