The Viewlet Manager Base
A generic manager class which can be instantiated
template
(type: NoneType
)
None
filter(viewlets)
Sort out all content providers
viewlets is a list of tuples of the form (name, viewlet).
get(name, default=None)
See zope.interface.common.mapping.IReadMapping
render()
See zope.contentprovider.interfaces.IContentProvider
sort(viewlets)
Sort the viewlets.
viewlets is a list of tuples of the form (name, viewlet).
update()
See zope.contentprovider.interfaces.IContentProvider