Home | Trees | Index | Help |
---|
Package twisted :: Package web :: Package woven :: Module template :: Class DOMController |
|
Collection
--+ |Constrained
--+ |ConfigCollection
--+ |Resource
--+ |Controller
--+ |Collection
--+ | | |Constrained
--+ | | |ConfigCollection
--+ | | |Resource
--+ | DOMController
Method Summary | |
---|---|
__init__(self,
*args,
**kwargs)
| |
aggregateInvalid(self,
request,
input,
data)
(inherited from Controller )
| |
aggregateValid(self,
request,
input,
data)
(inherited from Controller )
| |
Remove a static reference for 'name'. (inherited from Resource )
| |
domChanged(self,
request,
node)
(inherited from Controller )
| |
A method that determines whether an entity may be added to me. (inherited from ConfigCollection )
| |
gatheredControllers(self,
v,
d,
request)
(inherited from Controller )
| |
Look for a factory method to create the object to handle the next segment of the URL. (inherited from Controller )
| |
(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 )
| |
getEntityType(self)
(inherited from ConfigCollection )
| |
getNameType(self)
(inherited from ConfigCollection )
| |
Get an entity that was added to me using putEntity. (inherited from Resource )
| |
getSubcontroller(self,
request,
node,
model,
controllerName)
(inherited from Controller )
| |
By default, we don't do anything (inherited from Controller )
| |
importControllerLibrary(self,
namespace)
(inherited from Controller )
| |
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 )
| |
makeView(self,
model,
name,
parentCount)
(inherited from Controller )
| |
A method that determines whether an entity may be added to me with a given name. (inherited from Constrained )
| |
Override this to recieve notification when the view rendering process is complete. (inherited from Controller )
| |
process(self,
request,
**kwargs)
| |
Register a child with me. (inherited from Resource )
| |
Store an entity if it meets both constraints. (inherited from Constrained )
| |
reallyPutEntity(self,
name,
entity)
(inherited from Resource )
| |
Remove an entity for 'name', based on the content of 'request'. (inherited from Collection )
| |
Trigger any inputhandlers that were passed in to this Page, then delegate to the View for traversing the DOM. | |
renderView(self,
request)
(inherited from Controller )
| |
setSubcontrollerFactory(self,
name,
factory,
setup)
(inherited from Controller )
| |
setSubmodel(self,
submodel)
(inherited from Controller )
| |
setUp(self,
request)
| |
setupControllerStack(self)
(inherited from Controller )
| |
setView(self,
view)
(inherited from Controller )
| |
Store an entity for 'name', based on the content of 'request'. (inherited from Collection )
|
Class Variable Summary | |
---|---|
tuple |
__implements__
|
Method Details |
---|
render(self, request)Trigger any inputhandlers that were passed in to this Page, then delegate to the View for traversing the DOM. Finally, call gatheredControllers to deal with any InputHandlers that were constructed from any controller= tags in the DOM. gatheredControllers will render the page to the browser when it is done.
|
Class Variable Details |
---|
Home | Trees | Index | Help |
---|
Generated by Epydoc 1.1 on Sat Feb 15 21:18:20 2003 | http://epydoc.sf.net |