BBB: DEPRECATED
The renderer
directive has been deprecated and will be
removed in Zope 3.5. Use the view
directive instead.
Example:
<browser:view name="" for="some.interface" class="some.class" permission="zope.Public" />
Register a renderer for a particular output interface, such as IBrowserView.
factory
*
-
GlobalObject
(default =
None
)
Specifies the factory that is used to create the view on the source.
for_
*
-
GlobalInterface
(default =
None
)
Specifies the interface of the output type (i.e. browser) for which this view is being registered.
sourceType
*
-
GlobalInterface
(default =
None
)
Specifies an interface for of a particular source type.
* = required