Package twisted :: Package web :: Module static :: Class DirectoryListing
[frames | no frames]

Class DirectoryListing

  Widget --+    
           |    
StreamWidget --+
               |
   Versioned --+
               |
              DirectoryListing


Method Summary
  __init__(self, pathname, dirs, contentTypes, contentEncodings, defaultType)
  __repr__(self)
  __str__(self)
  getTitle(self, request)
  stream(self, write, request)
Call 'write' multiple times with a string argument to represent this widget.
  upgradeToVersion1(self)
    Inherited from StreamWidget
  display(self, request)
Produce a list containing a single string.
    Inherited from Versioned
  __getstate__(self, dict)
Get state, adding a version number to it on its way out.
  __setstate__(self, state)
  versionUpgrade(self)
(internal) Do a version upgrade.

Class Variable Summary
int persistenceVersion = 1                                                                     
    Inherited from Widget
NoneType title = None                                                                  
    Inherited from Versioned
tuple persistenceForgets = ()

Method Details

stream(self, write, request)

Call 'write' multiple times with a string argument to represent this widget.
Overrides:
twisted.web.widgets.StreamWidget.stream (inherited documentation)

Class Variable Details

persistenceVersion

Type:
int
Value:
1                                                                     

Generated by Epydoc 2.0 on Sat Sep 13 04:20:49 2003 http://epydoc.sf.net