| Package | Description |
|---|---|
| org.mmbase.framework |
The package contains the component framework of MMBase.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CachedRenderer
This renderer caches other renderers.
|
class |
ChainedRenderer
This renderer simply calls the methods of a number of other Renderers sequentially.
|
class |
ConnectionRenderer
A
Renderer implementation based on an external connection. |
class |
DeniedRenderer
Renderer to be used in case of access denied (status 401). |
class |
DocumentationRenderer
Currently renders documentation directly from subversion, using an XSLT to convert docbook to
HTML.
|
class |
EditwizardRenderer
Generates an iframe with a wizard list (if the 'list' property is set) or a wizard wizard (if the
'wizard' property is set).
|
class |
ErrorRenderer
If rendering of a
Block fails for some reason this renderer should be used to present the error. |
class |
IFrameRenderer
The IFrameRenderer renders a page (in the current web-app) in an iframe.
|
class |
JspRenderer
A Renderer implementation based on a jsp in the /mmbase/components/ directory.
|
class |
ResourceRenderer
A
Renderer implementation based on an MMBase's ResourceLoader. |
class |
StringRenderer
The overly simple renderer which is simply based on a String present in the configuration
file.
|
class |
WrappedRenderer
A generic implementation of a Renderer that wraps another Renderer.
|
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}