Class LastPublicationsRenderer
- java.lang.Object
-
- org.silverpeas.components.kmelia.servlets.renderers.LastPublicationsRenderer
-
-
Constructor Summary
Constructors Constructor Description LastPublicationsRenderer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
render(Writer writer, RenderingContext ctx)
Renders a web page by using the specified writer and according to the rendering context.
-
-
-
Method Detail
-
render
public void render(Writer writer, RenderingContext ctx) throws IOException
Description copied from interface:Renderer
Renders a web page by using the specified writer and according to the rendering context.- Specified by:
render
in 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.
-
-