@UsesOrderedConfiguration(value=MarkupRendererFilter.class) public interface MarkupRenderer
MarkupRendererFilter
.
The MarkupRenderer service takes an ordered configuration of MarkupRendererFilter
s,
which are used for ordinary page rendering (as opposed to partial page rendering for Ajax requests). The MarkupRenderer service may be selected using thePrimary
Modifier and Type | Method and Description |
---|---|
void |
renderMarkup(MarkupWriter writer)
Invoked to render some markup.
|
void renderMarkup(MarkupWriter writer)
writer
- to which markup should be written${project.version} - Copyright © 2003-2015 The Apache Software Foundation.