See: Description
| Interface | Description |
|---|---|
| PublisherRenderer.RendererListener | |
| Renderer |
An object that can render a path, depending on the request passed as a
parameter.
|
| RendererFactory |
Factory interface used to create/retrieve instances of the
AttributeRenderer interface. |
| Class | Description |
|---|---|
| BasicRendererFactory |
Basic renderer factory implementation.
|
| ChainedDelegateRenderer |
Renders an attribute that has no associated renderer using delegation to
other renderers.
|
| DispatchRenderer |
Renders an attribute that contains a reference to a template.
|
| PublisherRenderer |
Provides a Publisher-Subscriber implementation around the provided renderer to delegate to.
|
| StringRenderer |
Renders an attribute that contains a string.
|
| Exception | Description |
|---|---|
| CannotRenderException |
Indicates that something went wrong during the rendering process.
|
| NoSuchRendererException |
It is raised when a named renderer has not been found with that name.
|
| RenderException |
Thrown when rendering fails.
|

Renderer,
the package contains:
StringRenderer
and DispatchRenderer.
ChainedDelegateRenderer,
PublisherRenderer, and
RendererFactory.
Copyright © 2001-2017 The Apache Software Foundation. All Rights Reserved.