A web configuration interface for Twisted.
This configures the toplevel application.
| Method Summary |
| |
__init__(self,
application)
|
| |
addClassVars(self,
namespace,
Class)
(inherited from Presentation)
|
| |
addVariables(self,
namespace,
request)
(inherited from Presentation)
|
| |
configWidget(self,
request)
Render the config part of the widget. |
| |
display(self,
request)
Implement me to represent your widget. (inherited from Presentation)
|
| |
displayTree(self,
write,
request)
|
| |
displayTreeElement(self,
write,
inName,
inPath,
collection,
indentLevel)
|
| |
formatTraceback(self,
tb)
(inherited from Presentation)
|
| |
getTitle(self,
request)
(inherited from Widget)
|
| |
makeConfigMenu(self,
interface)
Make a menu for adding a new object to a collection. |
| |
makeConfigurable(self,
cfgInfo,
container,
name)
Create a new configurable to a container, based on input from web
form. |
| |
pluginLoader(self)
|
| |
prePresent(self,
request)
Perform any tasks which must be done before presenting the page. |
| |
reloadDispensers(self)
|
| |
streamCall(self,
call,
*args,
**kw)
Utility: Call a method like StreamWidget's 'stream'. (inherited from Presentation)
|