Home | Trees | Index | Help |
---|
Package twisted :: Package web :: Package woven :: Module page :: Class LivePage |
|
Model
--+ |MethodModel
--+ |Collection
--+ | | |Constrained
--+ | | |ConfigCollection
--+ | | |Resource
--+ | | |Controller
--+ | | |LiveController
--+ |View
--+ | | |LiveView
--+ | LivePage
Method Summary | |
---|---|
__init__(self,
m,
templateFile,
inputhandlers,
templateDirectory,
controllers,
*args,
**kwargs)
| |
__getstate__(self)
(inherited from Model )
| |
__setitem__(self,
key,
value)
(inherited from View )
| |
addSubview(self,
name,
subview)
(inherited from Model )
| |
Add a view for the model to keep track of. (inherited from Model )
| |
aggregateInvalid(self,
request,
input,
data)
(inherited from Controller )
| |
aggregateValid(self,
request,
input,
data)
(inherited from Controller )
| |
The client sent an asynchronous event to the server. (inherited from LiveController )
| |
dataWillChange(self)
(inherited from Model )
| |
Remove a static reference for 'name'. (inherited from Resource )
| |
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 )
| |
domChanged(self,
request,
widget,
node)
(inherited from LiveController )
| |
A method that determines whether an entity may be added to me. (inherited from ConfigCollection )
| |
gatheredControllers(self,
v,
d,
request)
(inherited from LiveController )
| |
Allow a view to be used like a widget. (inherited from View )
| |
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 )
| |
Retrieve a static or dynamically generated child resource from me. (inherited from Resource )
| |
getData(self,
request)
(inherited from Model )
| |
This method is called when getChild cannot find a matching wchild_* method in the Controller. (inherited from Controller )
| |
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 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 an entity that was added to me using putEntity. (inherited from Resource )
| |
getSubcontroller(self,
request,
node,
model,
controllerName)
(inherited from Controller )
| |
Get the submodel `name' of this model. (inherited from MethodModel )
| |
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 )
| |
By default, we don't do anything (inherited from Controller )
| |
Handle a deferred from a controller. (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 )
| |
importControllerLibrary(self,
namespace)
(inherited from Controller )
| |
importViewLibrary(self,
namespace)
(inherited from View )
| |
Hook for subclasses to initialize themselves without having to mess with the __init__ chain. (inherited from Model )
| |
Invalidate the cache for this object, so the next time getData is called, it's getter method is called again. (inherited from Model )
| |
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 )
| |
listEntities(self)
(inherited from Resource )
| |
listNames(self)
(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 )
| |
Look up a full submodel name. (inherited from Model )
| |
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 )
| |
makeView(self,
model,
templateFile,
parentCount)
(inherited from Controller )
| |
Dispatch changed messages to any update_* methods which may have been defined, then pass the update notification on to the controller. (inherited from View )
| |
A method that determines whether an entity may be added to me with a given name. (inherited from Constrained )
| |
Notify all views that something was changed on me. (inherited from Model )
| |
Override this to recieve notification when the view rendering process is complete. (inherited from Controller )
| |
process(self,
request,
**kwargs)
(inherited from Controller )
| |
Register a static child. (inherited from Resource )
| |
Store an entity if it meets both constraints. (inherited from Constrained )
| |
reallyPutEntity(self,
name,
entity)
(inherited from Resource )
| |
If this node has children, handle them. (inherited from View )
| |
Remove an entity for 'name', based on the content of 'request'. (inherited from Collection )
| |
Remove a view that the model no longer should keep track of. (inherited from Model )
| |
First, check to see if this request is attempting to hook up the output conduit. (inherited from LiveController )
| |
renderFailure(self,
failure,
request)
(inherited from View )
| |
renderView(self,
request)
| |
Check to see if handlers recorded any errors before sending the page (inherited from View )
| |
setController(self,
controller)
(inherited from View )
| |
setData(self,
request,
data)
(inherited from Model )
| |
setGetter(self,
getter)
(inherited from Model )
| |
setNode(self,
node)
(inherited from Controller )
| |
setSetter(self,
setter)
(inherited from Model )
| |
setSubcontrollerFactory(self,
name,
factory,
setup)
(inherited from Controller )
| |
Set a submodel on this model. (inherited from Model )
| |
setSubviewFactory(self,
name,
factory,
setup,
*args,
**kwargs)
(inherited from View )
| |
(inherited from Controller )
| |
setupAllStacks(self)
(inherited from View )
| |
setupControllerStack(self)
(inherited from Controller )
| |
setupViewStack(self)
(inherited from View )
| |
setView(self,
view)
(inherited from Controller )
| |
Store an entity for 'name', based on the content of 'request'. (inherited from Collection )
| |
Allow any submodel for which I have a submodel. (inherited from MethodModel )
| |
Call a wmfactory_name method on this model. (inherited from MethodModel )
| |
unlinkViews(self)
(inherited from View )
| |
wchild_FlashConduit_swf(self,
request)
(inherited from LiveController )
| |
By default, we return ourself as the index. (inherited from Controller )
| |
wchild_input_html(self,
request)
(inherited from LiveController )
| |
wchild_WebConduit2_js(self,
request)
(inherited from LiveController )
| |
wvfactory_webConduitGlue(self,
request,
node,
m)
(inherited from LiveView )
| |
wvupdate_woven_flashConduitSessionView(self,
request,
wid,
mod)
(inherited from LiveView )
|
Class Variable Summary | |
---|---|
tuple |
__implements__
|
Class Variable Details |
---|
Home | Trees | Index | Help |
---|
Generated by Epydoc 1.1 on Thu May 8 13:19:14 2003 | http://epydoc.sf.net |