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".
  _bindAndExec(self, args, kw, caller_namespace)
Prepares the bound information and calls _exec(), possibly with a namespace.
  _createBindCode(self, names)
  _editedBindings(self)
  _getBindCount(self)
  _getContainer(self)
  _getContext(self)
  _getNamespace(self, caller_namespace, kw)
  _getTraverseSubpath(self)
  _prepareBindCode(self)
  _setupBindings(self, names)

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

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.

_bindAndExec(self, args, kw, caller_namespace)

Prepares the bound information and calls _exec(), possibly with a namespace.

Class Variable Details

__ac_permissions__

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

_Bindings_client

Type:
NoneType
Value:
None                                                                  

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