| Constructor and Description |
|---|
PlainTextRenderer() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dump(PrintWriter pw,
org.apache.sling.api.resource.Resource r,
Map<String,Object> map)
Dumps the information about the provided resource to a
PrintWriter. |
protected void |
printPropertyValue(PrintWriter pw,
String name,
Object value,
boolean includeName) |
void |
render(org.apache.sling.api.SlingHttpServletRequest req,
org.apache.sling.api.SlingHttpServletResponse resp) |
public void render(org.apache.sling.api.SlingHttpServletRequest req,
org.apache.sling.api.SlingHttpServletResponse resp)
throws IOException
render in interface RendererIOExceptionprotected void dump(PrintWriter pw, org.apache.sling.api.resource.Resource r, Map<String,Object> map)
PrintWriter.pw - the PrintWriterr - the resourcemap - the resource's propertiesprotected void printPropertyValue(PrintWriter pw, String name, Object value, boolean includeName)
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.