Class LastPublicationsRenderer
java.lang.Object
org.silverpeas.components.kmelia.servlets.renderers.LastPublicationsRenderer
- All Implemented Interfaces:
Renderer
Renderer of the last publications published in a given Kmelia instance.
- Author:
- mmoquillon
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidrender(Writer writer, RenderingContext ctx) Renders a web page by using the specified writer and according to the rendering context.
-
Constructor Details
-
LastPublicationsRenderer
public LastPublicationsRenderer()
-
-
Method Details
-
render
Description copied from interface:RendererRenders a web page by using the specified writer and according to the rendering context.- Specified by:
renderin interfaceRenderer- Parameters:
writer- a writer into which the web page is written.ctx- the rendering context.- Throws:
IOException- if an error occurs while rendering the web page.
-