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 |
| Class | LiveController | A Controller that encapsulates logic that makes it possible for this |
| Class | BlankPage | No class docstring; 1/1 methods documented |
| Function | registerControllerForModel | Registers `controller' as an adapter of `model' for IController, and |
| 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.
|