Part of twisted.web.woven.controller View Source View In Hierarchy
Known subclasses: twisted.web.woven.page.LivePage
| Method | render | First, check to see if this request is attempting to hook up the |
| Method | clientToServerEvent | The client sent an asynchronous event to the server. |
| Method | gatheredControllers | Undocumented |
| Method | domChanged | Undocumented |
| Method | wchild_WebConduit2_js | Undocumented |
| Method | wchild_FlashConduit_swf | Undocumented |
| Method | wchild_input_html | Undocumented |
Inherited from Controller:
| Method | __init__ | Initialize. |
| Method | setupControllerStack | Undocumented |
| Method | importControllerLibrary | Import the given object or module into this Controllers's |
| Method | getSubcontroller | Look for a controller named "controllerName" to handle the node |
| Method | setSubcontrollerFactory | Set the callable "factory", which takes a model and should |
| Method | setView | Set the view that this controller is related to. |
| Method | setNode | Undocumented |
| Method | setUp | |
| Method | getChild | Look for a factory method to create the object to handle the |
| Method | getDynamicChild | This method is called when getChild cannot find a matching wchild_* |
| Method | wchild_index | By default, we return ourself as the index. |
| Method | makeView | Undocumented |
| Method | renderView | Undocumented |
| Method | aggregateValid | Undocumented |
| Method | aggregateInvalid | Undocumented |
| Method | process | Undocumented |
| Method | setSubmodel | Undocumented |
| Method | handle | By default, we don't do anything |
| Method | exit | We are done handling the node to which this controller was attached. |
| Method | pageRenderComplete | Override this to recieve notification when the view rendering |
Inherited from Resource (via Controller):
| Method | listStaticNames | Undocumented |
| Method | listStaticEntities | Undocumented |
| Method | listNames | Undocumented |
| Method | listEntities | Undocumented |
| Method | listDynamicNames | Undocumented |
| Method | listDynamicEntities | Undocumented |
| Method | getStaticEntity | Undocumented |
| Method | getDynamicEntity | Undocumented |
| Method | delEntity | Undocumented |
| Method | reallyPutEntity | Undocumented |
| Method | getChildWithDefault | Retrieve a static or dynamically generated child resource from me. |
| Method | getChildForRequest | Undocumented |
| Method | putChild | Register a static child. |
| Method | render_HEAD | Default handling of HEAD method. |