org.openharmonise.rm.publishing.renderers |
|
Java Source File Name | Type | Comment |
PageRenderer.java | Interface | Interface to be implemented by classes which can be used to render
the output of publishing objects to XML to a particular format, e.g. |
PageRendererFactory.java | Class | Factory class which will return the appropriate PageRenderer
for a given mime-type. |
RendererUnavailableException.java | Class | Thrown if a PageRenderer is unavailable for a given
mime-type. |
RenderException.java | Class | Thrown if an error occurs while rendering the output XML of the
publishing process by a PageRenderer . |