Class NothingRenderer
- java.lang.Object
-
- org.silverpeas.components.kmelia.servlets.renderers.NothingRenderer
-
-
Constructor Summary
Constructors Constructor Description NothingRenderer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
render(Writer writer, RenderingContext renderingContext)
Renders a web page by using the specified writer and according to the rendering context.
-
-
-
Method Detail
-
render
public void render(Writer writer, RenderingContext renderingContext)
Description copied from interface:Renderer
Renders a web page by using the specified writer and according to the rendering context.
-
-