Package twisted :: Package web :: Module widgets :: Class Reloader
[show private | hide private]
[frames | no frames]

Class Reloader

  Widget --+    
           |    
Presentation --+
               |
              Reloader


Method Summary
  __init__(self, modules)
  addClassVars(self, namespace, Class)
(inherited from Presentation)
  addVariables(self, namespace, request)
(inherited from Presentation)
  display(self, request)
Implement me to represent your widget. (inherited from Presentation)
  formatTraceback(self, tb)
(inherited from Presentation)
  getTitle(self, request)
(inherited from Widget)
  prePresent(self, request)
Perform any tasks which must be done before presenting the page. (inherited from Presentation)
  reload(self, request)
  streamCall(self, call, *args, **kw)
Utility: Call a method like StreamWidget's 'stream'. (inherited from Presentation)

Class Variable Summary
str template

Class Variable Details

template

Type:
str
Value:
'''
    Reloading...
    <ul>
    %%%%reload(request)%%%%
    </ul> ... reloaded!
    '''                                                                

Generated by Epydoc 1.2 prerelease on Wed Jan 29 06:29:18 2003 http://epydoc.sf.net