Package buildbot :: Package status :: Package web :: Module base :: Class DirectoryLister
[frames] | no frames]

Class DirectoryLister

source code

 twisted.web.resource.Resource --+    
                                 |    
twisted.web.static.DirectoryLister --+
                                     |
                        object --+   |
                                 |   |
                      ContextMixin --+
                                     |
                                    DirectoryLister

This variant of the static.DirectoryLister uses a template for rendering.

Nested Classes

Inherited from twisted.web.resource.Resource: entityType

Instance Methods
 
render(self, request)
Render a listing of the content of self.path.
source code

Inherited from twisted.web.static.DirectoryLister: __init__, __repr__, __str__

Inherited from twisted.web.resource.Resource: __providedBy__, delEntity, getChild, getChildForRequest, getChildWithDefault, getDynamicEntity, getStaticEntity, listDynamicEntities, listDynamicNames, listEntities, listNames, listStaticEntities, listStaticNames, putChild, reallyPutEntity, render_HEAD

Inherited from ContextMixin: getContext, getStatus, getTitle

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __subclasshook__

Class Variables
  title = 'BuildBot'

Inherited from twisted.web.resource.Resource: __implemented__, __provides__, isLeaf, server

Instance Variables

Inherited from twisted.web.static.DirectoryLister: contentEncodings, defaultType, dirs, linePattern, path, template

Properties

Inherited from object: __class__

Method Details

render(self, request)

source code 

Render a listing of the content of self.path.

Overrides: twisted.web.resource.Resource.render
(inherited documentation)