class documentation

Undocumented

Inherited from FilteredScript:

Method runProcess Run a script through the filter executable.
Instance Variable filter The absolute path to the executable.

Inherited from CGIScript (via FilteredScript):

Method __init__ Initialize, with the name of a CGI script file.
Method render Do various things to conform to the CGI specification.
Class Variable isLeaf Signal if this IResource implementor is a "leaf node" or not. If True, getChildWithDefault will not be called on this Resource.
Instance Variable filename Undocumented
Instance Variable _reactor Undocumented

Inherited from Resource (via FilteredScript, CGIScript):

Method delEntity Undocumented
Method getChild Retrieve a 'child' resource from me.
Method getChildForRequest Deprecated in favor of getChildForRequest.
Method getChildWithDefault Retrieve a static or dynamically generated child resource from me.
Method getDynamicEntity Undocumented
Method getStaticEntity Undocumented
Method listDynamicEntities Undocumented
Method listDynamicNames Undocumented
Method listEntities Undocumented
Method listNames Undocumented
Method listStaticEntities Undocumented
Method listStaticNames Undocumented
Method putChild Register a static child.
Method reallyPutEntity Undocumented
Method render_HEAD Default handling of HEAD method.
Class Variable server Undocumented
Instance Variable children Undocumented