Package org.apache.sling.servlets.get.impl.helpers
package org.apache.sling.servlets.get.impl.helpers
-
ClassDescriptionThe
HeadServletResponse
is a Sling response wrapper which ensures that nothing will ever be written by return null writers or output streams.TheHtmlRendererServlet
renders the current resource in HTML on behalf of theDefaultGetServlet
.TheJsonRendererServlet
renders the current resource in JSON on behalf of theDefaultGetServlet
.ThePlainTextRendererServlet
renders the current resource in plain text on behalf of theDefaultGetServlet
.TheStreamRendererServlet
streams the current resource to the client on behalf of theDefaultGetServlet
.TheXMLRendererServlet
renders the current resource in XML on behalf of theDefaultGetServlet
.