Interface | Description |
---|---|
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
Renderer 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.
|
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.
|
Copyright © 2000–2024 Apache Software Foundation. All rights reserved.