Package Cheetah :: Module Servlet :: Class Servlet
[show private | hide private]
[frames | no frames]

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)

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

Type:
NoneType
Value:
None                                                                  

request

Type:
NoneType
Value:
None                                                                  

session

Type:
NoneType
Value:
None                                                                  

transaction

Type:
NoneType
Value:
None                                                                  

Generated by Epydoc 2.1 on Mon Jan 1 16:34:19 2007 http://epydoc.sf.net