Interface ProcessingContext


  • @Deprecated
    public interface ProcessingContext
    Deprecated.
    Use the Apache Sling Rewriter Module (org.apache.sling.rewriter.ProcessingContext)
    The context for a processor invocation.
    • Method Detail

      • getContentType

        java.lang.String getContentType()
        Deprecated.
        The content type of the response.
        Returns:
        content type
      • getWriter

        java.io.PrintWriter getWriter()
                               throws java.io.IOException
        Deprecated.
        The writer.
        Returns:
        print writer
        Throws:
        java.io.IOException - IOException
      • getOutputStream

        java.io.OutputStream getOutputStream()
                                      throws java.io.IOException
        Deprecated.
        The output stream.
        Returns:
        output stream
        Throws:
        java.io.IOException - IOException