Package Shared :: Package DC :: Package Scripts :: Module Bindings :: Class Bindings
[show private | hide private]
[frames | no frames]

Class Bindings

Known Subclasses:
BindingsUI

Method Summary
  __before_publishing_traverse__(self, self2, request)
  __call__(self, *args, **kw)
Calls the script.
  __render_with_namespace__(self, namespace)
Calls the script with the specified namespace.
  getBindingAssignments(self)
  render(self, *args, **kw)
Calls the script.
  ZBindings_edit(self, mapping)
  ZBindings_setClient(self, clientname)
Name the binding to be used as the "client".

Class Variable Summary
tuple __ac_permissions__ = (('View management screens', ('getB...

Method Details

__call__(self, *args, **kw)
(Call operator)

Calls the script.

__render_with_namespace__(self, namespace)

Calls the script with the specified namespace.

render(self, *args, **kw)

Calls the script.

ZBindings_setClient(self, clientname)

Name the binding to be used as the "client".

This is used by classes such as DTMLFile that want to choose an object on which to operate by default.

Class Variable Details

__ac_permissions__

Type:
tuple
Value:
(('View management screens', ('getBindingAssignments',)),
 ('Change bindings', ('ZBindings_edit', 'ZBindings_setClient')))       

Generated by Epydoc 2.1 on Thu Aug 16 09:55:17 2007 http://epydoc.sf.net