Home | Trees | Index | Help |
---|
Package twisted :: Package test :: Module test_woven :: Class TemplateWithWidgets |
|
Collection
--+ |Constrained
--+ |ConfigCollection
--+ |Resource
--+ |DOMTemplate
--+ |SimpleTemplate
--+ | TemplateWithWidgets
Method Summary | |
---|---|
(inherited from DOMTemplate )
| |
Remove a static reference for 'name'. (inherited from Resource )
| |
Check a given result from handling a node and hand it to a process* method which will convert the result into a node and insert it into the DOM tree. (inherited from DOMTemplate )
| |
Deal with a callback from a deferred, dispatching the result and recursing children. (inherited from DOMTemplate )
| |
A method that determines whether an entity may be added to me. (inherited from ConfigCollection )
| |
factory_getHello(self,
request,
node)
| |
factory_getTitle(self,
request,
node)
| |
Retrieve a 'child' resource from me. (inherited from Resource )
| |
(internal) Get a child of mine dependant on a particular request. (inherited from Resource )
| |
(internal) Retrieve a static or dynamically generated child resource from me. (inherited from Resource )
| |
Subclass this to generate an entity on demand. (inherited from Resource )
| |
Retrieve an entity from me. (inherited from Collection )
| |
(inherited from ConfigCollection )
| |
(inherited from ConfigCollection )
| |
Get an entity that was added to me using putEntity. (inherited from Resource )
| |
Override this if you want to have your subclass look up its template using a different method. (inherited from DOMTemplate )
| |
Handle the root node, and send the page if there are no outstanding callbacks when it returns. (inherited from DOMTemplate )
| |
Handle a single node by looking up a method for it, calling the method and dispatching the result. (inherited from DOMTemplate )
| |
A list of all name, entity that I can generate on demand. (inherited from Resource )
| |
Retrieve a list of the names of entities that I store references to. (inherited from Resource )
| |
Retrieve a list of all name, entity pairs that I store references to. (inherited from Resource )
| |
Retrieve a list of the names of entities that I store references to. (inherited from Resource )
| |
Retrieve a list of all name, entity pairs that I store references to. (inherited from Resource )
| |
Retrieve a list of the names of entities that I store references to. (inherited from Resource )
| |
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 DOMTemplate )
| |
A method that determines whether an entity may be added to me with a given name. (inherited from Constrained )
| |
Register a child with me. (inherited from Resource )
| |
Store an entity if it meets both constraints. (inherited from Constrained )
| |
(inherited from Resource )
| |
If this node has children, handle them. (inherited from DOMTemplate )
| |
Remove an entity for 'name', based on the content of 'request'. (inherited from Collection )
| |
Render a given resource. (inherited from DOMTemplate )
| |
(inherited from DOMTemplate )
| |
Send the results of the DOM mutation to the browser. (inherited from DOMTemplate )
| |
(inherited from DOMTemplate )
| |
Store an entity for 'name', based on the content of 'request'. (inherited from Collection )
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 1.2 prerelease on Wed Jan 29 06:26:22 2003 | http://epydoc.sf.net |