| Interface | Description |
|---|---|
| Renderer |
| Class | Description |
|---|---|
| HeadServletResponse |
The
HeadServletResponse is a Sling response wrapper which
ensures that nothing will ever be written by return null writers or output
streams. |
| HtmlRenderer |
The
HtmlRendererServlet renders the current resource in HTML
on behalf of the DefaultGetServlet. |
| JsonRenderer |
The
JsonRendererServlet renders the current resource in JSON
on behalf of the DefaultGetServlet. |
| PlainTextRenderer |
The
PlainTextRendererServlet renders the current resource in
plain text on behalf of the
DefaultGetServlet. |
| StreamRenderer |
The
StreamRendererServlet streams the current resource to the
client on behalf of the
DefaultGetServlet. |
| XMLRenderer |
The
XMLRendererServlet renders the current resource in XML
on behalf of the DefaultGetServlet. |
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.