|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RendererFactory
Interface to plugin different renderers into the report generation process. Different implementations may support HTML, other XML dialects or any other output format.
Method Summary | |
---|---|
CodeTagRenderer |
createCodeTagRenderer() Creates a renderer to handle code tags. |
LinkPlainTagRenderer |
createLinkPlainTagRenderer() Creates a renderer to handle linkplain tags. |
LinkTagRenderer |
createLinkTagRenderer() Creates a renderer to handle link tags. |
LiteralTagRenderer |
createLiteralTagRenderer() Creates a renderer to handle literal tags. |
SeeTagRenderer |
createSeeTagRenderer() Creates a renderer to handle see tags. |
SinceTagRenderer |
createSinceTagRenderer() Creates a renderer to handle since tags. |
TagListRenderer |
createTagListRenderer() Creates the renderer for tag list starts and ends. |
TextRenderer |
createTextRenderer() Creates a text renderer. |
ValueTagRenderer |
createValueTagRenderer() Creates a renderer to handle value tags. |
VersionTagRenderer |
createVersionTagRenderer() Creates a renderer to handle version tags. |
Method Detail |
---|
TextRenderer createTextRenderer()
If the renderer has no state, the same renderer may be handed to different clients, but the interface does not require this.
SeeTagRenderer createSeeTagRenderer()
If the renderer has no state, the same renderer may be handed to different clients, but the interface does not require this.
LinkTagRenderer createLinkTagRenderer()
If the renderer has no state, the same renderer may be handed to different clients, but the interface does not require this.
LiteralTagRenderer createLiteralTagRenderer()
If the renderer has no state, the same renderer may be handed to different clients, but the interface does not require this.
CodeTagRenderer createCodeTagRenderer()
If the renderer has no state, the same renderer may be handed to different clients, but the interface does not require this.
LinkPlainTagRenderer createLinkPlainTagRenderer()
If the renderer has no state, the same renderer may be handed to different clients, but the interface does not require this.
ValueTagRenderer createValueTagRenderer()
If the renderer has no state, the same renderer may be handed to different clients, but the interface does not require this.
SinceTagRenderer createSinceTagRenderer()
If the renderer has no state, the same renderer may be handed to different clients, but the interface does not require this.
VersionTagRenderer createVersionTagRenderer()
If the renderer has no state, the same renderer may be handed to different clients, but the interface does not require this.
TagListRenderer createTagListRenderer()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |