Interface ProcessingContext


  • public interface ProcessingContext
    The context for a processor invocation.
    • Method Detail

      • getContentType

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

        java.io.PrintWriter getWriter()
                               throws java.io.IOException
        The writer.
        Throws:
        java.io.IOException
      • getOutputStream

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