Package flumotion :: Package component :: Package plugs :: Package html5 :: Module html5 :: Class Html5DirectoryResource
[hide private]

Class Html5DirectoryResource

source code

twisted.web.resource.Resource --+
                                |
                               Html5DirectoryResource

I generate the directory used to serve an html5 viewing page It contains:

 a html file, usually called index.html.
Nested Classes [hide private]

Inherited from twisted.web.resource.Resource: entityType

Instance Methods [hide private]
 
__init__(self, mount_point, properties)
Initialize.
source code
 
_addChildren(self) source code
 
_get_index_content(self) source code

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

Class Variables [hide private]

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

Method Details [hide private]

__init__(self, mount_point, properties)
(Constructor)

source code 

Initialize.

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