Package ldaptor :: Package apps :: Package webui :: Module mass_change_password :: Class ReallyMassPasswordChangePage
[hide private]
[frames] | no frames]

Class ReallyMassPasswordChangePage

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 --+
                                        |
                                       ReallyMassPasswordChangePage

Instance Methods [hide private]
 
__init__(self, entries)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
data_header(self, ctx, data) source code
 
configurable_(self, context)
Configurable factory for use when self is a configurable; aka it implements IConfigurable or one or more TypedInterface subclasses.
source code
 
render_form(self, context, data) source code
 
render_passthrough(self, context, data) source code
 
render_status(self, context, data) source code
 
render_i18n(page, ctx, data)

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

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

Inherited from nevow.rend.Fragment: 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_original, locateConfigurable

Inherited from nevow.rend.ChildLookupMixin: childFactory, locateChild, putChild

Inherited from nevow.rend.FreeformChildMixin: child_freeform_hand

Class Variables [hide private]
  title = PlaceHolder(*('Ldaptor Mass Password Change Page',), t...
  addSlash = True
hash(x)
  docFactory = loaders.xmlfile('mass_change_password-really.xhtm...
hash(x)
  __implemented__ = <implementedBy ldaptor.apps.webui.mass_chang...
  __provides__ = <zope.interface.declarations.ClassProvides obje...

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

Inherited from nevow.rend.Fragment: original

Inherited from nevow.rend.ChildLookupMixin: children

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, entries)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)

configurable_(self, context)

source code 

Configurable factory for use when self is a configurable; aka it implements IConfigurable or one or more TypedInterface subclasses. Usage:

>>> class IFoo(TypedInterface):
...     def bar(): pass
...     bar = autocallable(bar)
...
>>> class Foo(Page):
...     implements(IFoo)
...
...     def bar():
...         print "bar called through the web!"
...
...     def render_forms(self, ctx, data):
...         return renderForms() # or renderForms('')
...
...     docFactory = stan(render_forms).
Overrides: nevow.rend.ConfigurableFactory.configurable_
(inherited documentation)

Class Variable Details [hide private]

title

Value:
PlaceHolder(*('Ldaptor Mass Password Change Page',), translator=<bound\
 method Translator._gettextTranslation of <nevow.i18n.Translator objec\
t at 0x96eb34c>>, **{'domain': 'ldaptor-webui'})

docFactory

hash(x)

Value:
loaders.xmlfile('mass_change_password-really.xhtml', templateDir= os.p\
ath.split(os.path.abspath(__file__)) [0])

__implemented__

Value:
<implementedBy ldaptor.apps.webui.mass_change_password.ReallyMassPassw\
ordChangePage>

__provides__

Value:
<zope.interface.declarations.ClassProvides object at 0x9ce652c>