Package flumotion :: Package component :: Package plugs :: Package cortado :: Module cortado :: Class CortadoDirectoryResource
[hide private]

Class CortadoDirectoryResource

source code

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

I generate the directory used to serve a cortado applet
It contains::
- a html file, usually called index.html.
- cortado.jar - cortado java applet

Nested Classes [hide private]

Inherited from twisted.web.resource.Resource: entityType

Instance Methods [hide private]
 
__init__(self, mount_point, properties, filename)
Initialize.
source code
 
_addChildren(self) source code
 
_get_template_filename(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, filename)
(Constructor)

source code 

Initialize.

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