Package ldaptor :: Package apps :: Package webui :: Module change_password :: Class GetDN
[hide private]
[frames] | no frames]

Class GetDN

source code

                   object --+            
                            |            
       nevow.rend.DataFactory --+        
                                |        
                   object --+   |        
                            |   |        
     nevow.rend.RenderFactory --+        
                                |        
                   object --+   |        
                            |   |        
      nevow.rend.MacroFactory --+        
                                |        
                   object --+   |        
                            |   |        
 nevow.rend.ConfigurableMixin --+        
                                |        
              nevow.rend.Fragment --+    
                                    |    
   nevow.rend.ConfigurableFactory --+    
                                    |    
nevow.rend.FreeformChildMixin --+   |    
                                |   |    
      nevow.rend.ChildLookupMixin --+    
                                    |    
                      nevow.rend.Page --+
                                        |
                                       GetDN

Instance Methods [hide private]
 
child_(self, ctx)
When addSlash is True, a page rendered at a url with no trailing slash and a page rendered at a url with a trailing slash will be identical.
source code
 
childFactory(self, ctx, name)
Used by locateChild to return children which are generated dynamically.
source code

Inherited from nevow.rend.Page: flattenFactory, onPostFailure, onPostSuccess, rememberStuff, renderHTTP, renderString, renderSynchronously, webFormPost

Inherited from nevow.rend.Page (private): _renderHTTP

Inherited from nevow.rend.Fragment: __init__, get, remember, rend

Inherited from nevow.rend.DataFactory: __providedBy__, child

Inherited from nevow.rend.RenderFactory: render_data, render_mapping, render_sequence, render_string, render_xml, renderer

Inherited from nevow.rend.MacroFactory: macro

Inherited from nevow.rend.ConfigurableMixin: getBinding, getBindingNames, getDefault, postForm

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Inherited from nevow.rend.ConfigurableFactory: configurable_, configurable_original, locateConfigurable

Inherited from nevow.rend.ChildLookupMixin: locateChild, putChild

Inherited from nevow.rend.FreeformChildMixin: child_freeform_hand

Class Variables [hide private]
  addSlash = True
hash(x)

Inherited from nevow.rend.Page: __implemented__, __provides__, afterRender, beforeRender, buffered

Inherited from nevow.rend.Fragment: docFactory, original

Inherited from nevow.rend.ChildLookupMixin: children

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

child_(self, ctx)

source code 

When addSlash is True, a page rendered at a url with no trailing slash and a page rendered at a url with a trailing slash will be identical. addSlash is useful for the root resource of a site or directory-like resources.

Overrides: nevow.rend.Page.child_
(inherited documentation)

childFactory(self, ctx, name)

source code 

Used by locateChild to return children which are generated dynamically. Note that higher level interfaces use only locateChild, and only nevow.rend.Page.locateChild uses this.

segment is a string representing one element of the URI. Request is a nevow.appserver.NevowRequest.

The default implementation of this always returns None; it is intended to be overridden.

Overrides: nevow.rend.ChildLookupMixin.childFactory
(inherited documentation)