t.w.w.controller : module documentation

Part of twisted.web.woven View Source

No module docstring
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.
def controllerFactory(controllerClass): (source)
Undocumented
def controllerMethod(controllerClass): (source)
Undocumented
def registerControllerForModel(controller, model): (source)
Registers `controller' as an adapter of `model' for IController, and optionally registers it for IResource, if it implements it.
ParameterscontrollerA class that implements interfaces.IController, usually a Controller subclass. Optionally it can implement resource.IResource.
modelAny class, but probably a twisted.web.woven.model.Model subclass.
API Documentation for Twisted, generated by pydoctor at 2011-10-27 15:57:47.