Interface Renderer
- All Known Implementing Classes:
ForbiddenAccessRenderer,LastPublicationsRenderer,NothingRenderer,PublicationsRenderer
public interface Renderer
A renderer of a web page part.
- Author:
- mmoquillon
-
Method Summary
Modifier and TypeMethodDescriptionvoidrender(Writer writer, RenderingContext renderingContext) Renders a web page by using the specified writer and according to the rendering context.
-
Method Details
-
render
Renders a web page by using the specified writer and according to the rendering context.- Parameters:
writer- a writer into which the web page is written.renderingContext- the rendering context.- Throws:
IOException- if an error occurs while rendering the web page.
-