Part of twisted.web.woven View Source
Function | controllerFactory | Undocumented |
Function | controllerMethod | Undocumented |
Class | Controller | A Controller which handles to events from the user. Such events are `web request', `form submit', etc. |
Class | LiveController | No summary |
Class | BlankPage | Undocumented |
Function | registerControllerForModel | Registers `controller' as an adapter of `model' for IController, and optionally registers it for IResource, if it implements it. |
Parameters | controller | A class that implements interfaces.IController ,
usually a Controller
subclass. Optionally it can implement resource.IResource .
|
model | Any class, but probably a twisted.web.woven.model.Model
subclass.
|