Home | Trees | Index | Help |
|
---|
Package Cheetah :: Module Servlet :: Class Servlet |
|
object
--+ |BaseServlet
--+ | Servlet
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)
| |
awake(self,
transaction)
| |
respond(self,
trans)
| |
serverSidePath(self,
path,
normpath,
abspath)
| |
shutdown(self)
| |
sleep(self,
transaction)
| |
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 | |
x.__str__() <==> str(x) |
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.1 on Sat Mar 4 13:36:27 2006 | http://epydoc.sf.net |