Module t.w.w.controller

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
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
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.