Package org.apache.sling.servlets.get.impl.helpers


package org.apache.sling.servlets.get.impl.helpers
  • Class
    Description
    The HeadServletResponse is a Sling response wrapper which ensures that nothing will ever be written by return null writers or output streams.
    The HtmlRendererServlet renders the current resource in HTML on behalf of the DefaultGetServlet.
    The JsonRendererServlet renders the current resource in JSON on behalf of the DefaultGetServlet.
    The PlainTextRendererServlet renders the current resource in plain text on behalf of the DefaultGetServlet.
     
    The StreamRendererServlet streams the current resource to the client on behalf of the DefaultGetServlet.
    The XMLRendererServlet renders the current resource in XML on behalf of the DefaultGetServlet.