Home | Trees | Index | Help |
---|
Package twisted :: Package web :: Package woven :: Module form :: Class ThankYou |
|
View
--+
|
ThankYou
Method Summary | |
---|---|
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 )
| |
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 )
| |
Deal with a callback from a deferred, dispatching the result and recursing children. (inherited from View )
| |
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 )
| |
Get a controller object to handle this node. (inherited from View )
| |
Get the model object associated with this node. (inherited from View )
| |
getNodeView(self,
request,
node,
submodel,
model)
(inherited from View )
| |
Get a sub-view from me. (inherited from View )
| |
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)
(inherited from View )
| |
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 )
| |
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. (inherited from View )
| |
Dispatch changed messages to any update_* methods which may have been defined, then pass the update notification on to the controller. (inherited from View )
| |
If this node has children, handle them. (inherited from View )
| |
render(self,
request,
doneCallback)
(inherited from View )
| |
renderFailure(self,
failure,
request)
(inherited from View )
| |
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 | |
---|---|
string |
template
|
Class Variable Details |
---|
template
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 1.1 on Sat Feb 15 21:18:18 2003 | http://epydoc.sf.net |