Interface
zope.viewlet.interfaces.IViewletManager

A component that provides access to the content providers.

The viewlet manager's resposibilities are:

  1. Aggregation of all viewlets registered for the manager.
  2. Apply a set of filters to determine the availability of the viewlets.
  3. Sort the viewlets based on some implemented policy.
  4. Provide an environment in which the viewlets are rendered.
  5. Render itself containing the HTML content of the viewlets.

Base interfaces

Attributes/Fields

* = required

Methods

Adapters

Adapters where this interface is required:

Specific Adapters

There are no specific adapters registered for this interface.

Extended Adapters

Generic Adapters

Adapters that provide this interface:

Views

Browser

Specific views

There are no views available.

Extended views

Generic views

XML-RPC

HTTP

FTP

Other

Other Information

Classes

A list of classes that implement this interface. This might duplicate the entries in Utilities.