Interface
zope.app.renderer.metaconfigure.IRendererDirective

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.

Base interfaces

Attributes/Fields

* = required

Methods

There are no methods specified.

Adapters

Adapters where this interface is required:

Specific Adapters

There are no specific adapters registered for this interface.

Extended Adapters

There are no extended adapters registered for this interface.

Generic Adapters

Views

Browser

Specific views

There are no views available.

Extended views

Generic views

XML-RPC

HTTP

FTP

Other