Package twisted :: Package web :: Package woven :: Module tapestry :: Class TapestryView
[show private | hide private]
[frames | no frames]

Class TapestryView

View --+
       |
      TapestryView


Method Summary
  __init__(self, m, templateFile, templateDirectory, template, controller, doneCallback, modelStack, viewStack, controllerStack)
A view must be told what its model is, and may be told what its controller is, but can also look up its controller if none specified. (inherited from View)
  __setitem__(self, key, value)
(inherited from View)
  dispatchResult(self, request, node, result)
Check a given result from handling a node and look up a NodeMutator adapter which will convert the result into a node and insert it into the DOM tree. (inherited from View)
  dispatchResultCallback(self, result, request, node)
Deal with a callback from a deferred, dispatching the result and recursing children. (inherited from View)
  generate(self, request, node)
Allow a view to be used like a widget. (inherited from View)
  getChild(self, path, request)
(inherited from View)
  getChildWithDefault(self, path, request)
(inherited from View)
  getNodeController(self, request, node, submodel, model)
Get a controller object to handle this node. (inherited from View)
  getNodeModel(self, request, node, submodel)
Get the model object associated with this node. (inherited from View)
  getNodeView(self, request, node, submodel, model)
(inherited from View)
  getSubview(self, request, node, model, viewName)
Get a sub-view from me. (inherited from View)
  getTemplate(self, request)
Override this if you want to have your subclass look up its template using a different method. (inherited from View)
  handleControllerResults(self, controllerResult, request, node, controller, view, success)
Handle a deferred from a controller. (inherited from View)
  handleDocument(self, request, document)
Handle the root node, and send the page if there are no outstanding callbacks when it returns. (inherited from View)
  handleNewNode(self, request, returnNode)
(inherited from View)
  handleNode(self, request, node)
(inherited from View)
  handleOutstanding(self, request)
(inherited from View)
  importViewLibrary(self, namespace)
(inherited from View)
  lookupTemplate(self, request)
Use acquisition to look up the template named by self.templateFile, located anywhere above this object in the heirarchy, and use it as the template.
  modelChanged(self, changed)
Dispatch changed messages to any update_* methods which may have been defined, then pass the update notification on to the controller. (inherited from View)
  recurseChildren(self, request, node)
If this node has children, handle them. (inherited from View)
  render(self, request, doneCallback)
(inherited from View)
  renderFailure(self, failure, request)
(inherited from View)
  sendPage(self, request)
Check to see if handlers recorded any errors before sending the page (inherited from View)
  setController(self, controller)
(inherited from View)
  setNode(self, node)
(inherited from View)
  setSubmodel(self, name)
(inherited from View)
  setSubviewFactory(self, name, factory, setup, *args, **kwargs)
(inherited from View)
  setUp(self, request, d)
(inherited from View)
  setupAllStacks(self)
(inherited from View)
  setupViewStack(self)
(inherited from View)
  unlinkViews(self)
(inherited from View)

Class Variable Summary
int parentCount
NoneType tapestry

Method Details

lookupTemplate(self, request)

Use acquisition to look up the template named by self.templateFile, located anywhere above this object in the heirarchy, and use it as the template. The first time the template is used it is cached for speed.
Overrides:
twisted.web.woven.view.View.lookupTemplate (inherited documentation)

Class Variable Details

parentCount

Type:
int
Value:
0                                                                      

tapestry

Type:
NoneType
Value:
None                                                                   

Generated by Epydoc 1.1 on Fri Jun 27 03:46:15 2003 http://epydoc.sf.net