Class PlainTextRenderer
java.lang.Object
org.apache.sling.servlets.get.impl.helpers.PlainTextRenderer
- All Implemented Interfaces:
Renderer
The
PlainTextRendererServlet
renders the current resource in
plain text on behalf of the
DefaultGetServlet
.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
dump
(PrintWriter pw, org.apache.sling.api.resource.Resource r, Map<String, Object> map) Dumps the information about the provided resource to aPrintWriter
.protected void
printPropertyValue
(PrintWriter pw, String name, Object value, boolean includeName) void
render
(org.apache.sling.api.SlingJakartaHttpServletRequest req, org.apache.sling.api.SlingJakartaHttpServletResponse resp)
-
Constructor Details
-
PlainTextRenderer
public PlainTextRenderer()
-
-
Method Details
-
render
public void render(org.apache.sling.api.SlingJakartaHttpServletRequest req, org.apache.sling.api.SlingJakartaHttpServletResponse resp) throws IOException - Specified by:
render
in interfaceRenderer
- Throws:
IOException
-
dump
protected void dump(PrintWriter pw, org.apache.sling.api.resource.Resource r, Map<String, Object> map) Dumps the information about the provided resource to aPrintWriter
.- Parameters:
pw
- the PrintWriterr
- the resourcemap
- the resource's properties
-
printPropertyValue
-