Class HtmlRenderer
- java.lang.Object
-
- org.apache.sling.servlets.get.impl.helpers.HtmlRenderer
-
-
Field Summary
Fields Modifier and Type Field Description static HtmlRenderer
INSTANCE
-
Constructor Summary
Constructors Constructor Description HtmlRenderer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
render(org.apache.sling.api.SlingHttpServletRequest req, org.apache.sling.api.SlingHttpServletResponse resp)
-
-
-
Field Detail
-
INSTANCE
public static final HtmlRenderer INSTANCE
-
-
Method Detail
-
render
public void render(org.apache.sling.api.SlingHttpServletRequest req, org.apache.sling.api.SlingHttpServletResponse resp) throws IOException
- Specified by:
render
in interfaceRenderer
- Throws:
IOException
-
-