public interface MarkupRendererFilter
MarkupRenderer
, which allows for code to execute before
and/or after the main rendering process. Typically, this is to allow for the placement of
environmental services.Modifier and Type | Method and Description |
---|---|
void |
renderMarkup(MarkupWriter writer,
MarkupRenderer renderer)
Implementations should perform work before or after passing the writer to the renderer.
|
void renderMarkup(MarkupWriter writer, MarkupRenderer renderer)
writer
- to which markup should be writtenrenderer
- delegate to which the writer should be passed.${project.version} - Copyright © 2003-2015 The Apache Software Foundation.