Package twisted :: Package test :: Module test_woven :: Class TemplateWithWidgets
[show private | hide private]
[frames | no frames]

Class TemplateWithWidgets

Collection --+                    
             |                    
   Constrained --+                
                 |                
  ConfigCollection --+            
                     |            
              Resource --+        
                         |        
               DOMTemplate --+    
                             |    
                SimpleTemplate --+
                                 |
                                TemplateWithWidgets


Method Summary
  __init__(self, templateFile)
(inherited from DOMTemplate)
  delEntity(self, name)
Remove a static reference for 'name'. (inherited from Resource)
  dispatchResult(self, request, node, result)
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)
  dispatchResultCallback(self, result, request, node)
Deal with a callback from a deferred, dispatching the result and recursing children. (inherited from DOMTemplate)
  entityConstraint(self, entity)
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)
  getChild(self, path, request)
Retrieve a 'child' resource from me. (inherited from Resource)
  getChildForRequest(self, request)
(internal) Get a child of mine dependant on a particular request. (inherited from Resource)
  getChildWithDefault(self, path, request)
(internal) Retrieve a static or dynamically generated child resource from me. (inherited from Resource)
  getDynamicEntity(self, name, request)
Subclass this to generate an entity on demand. (inherited from Resource)
  getEntity(self, name, request)
Retrieve an entity from me. (inherited from Collection)
  getEntityType(self)
(inherited from ConfigCollection)
  getNameType(self)
(inherited from ConfigCollection)
  getStaticEntity(self, name)
Get an entity that was added to me using putEntity. (inherited from Resource)
  getTemplate(self, request)
Override this if you want to have your subclass look up its template using a different method. (inherited from DOMTemplate)
  handleDocument(self, request, document)
Handle the root node, and send the page if there are no outstanding callbacks when it returns. (inherited from DOMTemplate)
  handleNode(self, request, node)
Handle a single node by looking up a method for it, calling the method and dispatching the result. (inherited from DOMTemplate)
  listDynamicEntities(self, request)
A list of all name, entity that I can generate on demand. (inherited from Resource)
  listDynamicNames(self)
Retrieve a list of the names of entities that I store references to. (inherited from Resource)
  listEntities(self)
Retrieve a list of all name, entity pairs that I store references to. (inherited from Resource)
  listNames(self)
Retrieve a list of the names of entities that I store references to. (inherited from Resource)
  listStaticEntities(self)
Retrieve a list of all name, entity pairs that I store references to. (inherited from Resource)
  listStaticNames(self)
Retrieve a list of the names of entities that I store references to. (inherited from Resource)
  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. (inherited from DOMTemplate)
  nameConstraint(self, name)
A method that determines whether an entity may be added to me with a given name. (inherited from Constrained)
  putChild(self, path, child)
Register a child with me. (inherited from Resource)
  putEntity(self, name, entity)
Store an entity if it meets both constraints. (inherited from Constrained)
  reallyPutEntity(self, name, entity)
(inherited from Resource)
  recurseChildren(self, request, node)
If this node has children, handle them. (inherited from DOMTemplate)
  removeEntity(self, name, request)
Remove an entity for 'name', based on the content of 'request'. (inherited from Collection)
  render(self, request)
Render a given resource. (inherited from DOMTemplate)
  renderFailure(self, failure, request)
(inherited from DOMTemplate)
  sendPage(self, request)
Send the results of the DOM mutation to the browser. (inherited from DOMTemplate)
  setUp(self, request, document)
(inherited from DOMTemplate)
  storeEntity(self, name, request)
Store an entity for 'name', based on the content of 'request'. (inherited from Collection)

Generated by Epydoc 1.2 prerelease on Wed Jan 29 06:26:22 2003 http://epydoc.sf.net