| Home | Trees | Index | Help |
|
|---|
| Package ldaptor :: Package apps :: Package webui :: Module change_password :: Class ConfirmChange |
|
Resource--+ |Controller--+ |Model--+ | | |MethodModel--+ |View--+ |Page--+ | ConfirmChange
| Method Summary | |
|---|---|
__init__(self,
formSignature,
args)
| |
Trigger any inputhandlers that were passed in to this Page, then delegate to the View for traversing the DOM. | |
wmfactory_dn(self,
request)
| |
wmfactory_formsignature(self,
request)
| |
wmfactory_generate(self,
request)
| |
wmfactory_generatePassword(self,
request)
| |
wmfactory_header(self,
request)
| |
Set the user-inputted password. | |
wmfactory_submit(self,
request)
| |
wvfactory_separatedList(self,
request,
node,
model)
| |
wvupdate_form(self,
request,
widget,
model)
| |
wvupdate_if(self,
request,
widget,
model)
| |
wvupdate_ifNot(self,
request,
widget,
model)
| |
_extractPassword(self)
| |
_getNewPass(self,
request)
| |
_gotPass(self,
password,
request)
| |
_htmlifyExceptions(self,
reason,
prefix,
errorTypes)
| |
_setPassword(self,
password,
request)
| |
| Inherited from Page | |
Look for a factory method to create the object to handle the next segment of the URL. | |
| |
| Inherited from MethodModel | |
Get the submodel `name' of this model. | |
Allow any submodel for which I have a submodel. | |
Call a wmfactory_name method on this model. | |
| Inherited from Model | |
| |
| |
Add a view for the model to keep track of. | |
| |
| |
Hook for subclasses to initialize themselves without having to mess with the __init__ chain. | |
Invalidate the cache for this object, so the next time getData is called, it's getter method is called again. | |
Look up a full submodel name. | |
Notify all views that something was changed on me. | |
Remove a view that the model no longer should keep track of. | |
| |
| |
| |
Set a submodel on this model. | |
| Inherited from Controller | |
| |
| |
| |
We are done handling the node to which this controller was attached. | |
| |
This method is called when getChild cannot find a matching wchild_* method in the Controller. | |
| |
By default, we don't do anything | |
| |
| |
Override this to recieve notification when the view rendering process is complete. | |
| |
| |
| |
| |
| |
| |
By default, we return ourself as the index. | |
| Inherited from Resource | |
| |
| |
Retrieve a static or dynamically generated child resource from me. | |
| |
| |
| |
| |
| |
| |
| |
| |
Register a static child. | |
| |
Default handling of HEAD method. | |
| 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. | |
Deal with a callback from a deferred, checking to see if it is ok to send the page yet or not. | |
Allow a view to be used like a widget. | |
Get a controller object to handle this node. | |
Get the model object associated with this node. | |
| |
Get a sub-view from me. | |
Override this if you want to have your subclass look up its template using a different method. | |
Handle a deferred from a controller. | |
Handle the root node, and send the page if there are no outstanding callbacks when it returns. | |
| |
| |
| |
| |
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. | |
Rerender this view, because our model has changed. | |
If this node has children, handle them. | |
| |
Check to see if handlers recorded any errors before sending the page | |
| |
| |
| |
| |
| |
| Class Variable Summary | |
|---|---|
int |
isLeaf = 1 |
str |
templateFile = 'change_password.xhtml'
|
| Inherited from Page | |
tuple |
__implements__ = (<class 'twisted.web.woven.interfaces.I...
|
bool |
appRoot: Set this to True if you want me to call request.rememberRootURL() in
my getChild, so you can later use request.getRootURL() to get the URL to
this "application"'s root resource. |
| Inherited from Model | |
list |
allowed_names = []
|
list |
protected_names = ['initialize', 'addView', 'addSubview'...
|
| Inherited from Controller | |
int |
addSlash = 1 |
list |
controllerLibraries = []
|
int |
setupStacks = 1 |
str |
templateDirectory = ''
|
NoneType |
viewFactory = None |
| Inherited from Resource | |
NoneType |
server = None |
| Inherited from View | |
NoneType |
doneCallback = None |
int |
livePage = 0 |
str |
template = ''
|
NoneType |
templateNode = None |
list |
viewLibraries = []
|
int |
wantsAllNotifications = 0 |
| 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.
|
wmfactory_setPassword(self, request)Set the user-inputted password. |
| Class Variable Details |
|---|
isLeaf
|
templateFile
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.0 on Fri Mar 12 17:21:11 2004 | http://epydoc.sf.net |