Interface ProcessingContext


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

      • getContentType

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

        java.io.PrintWriter getWriter()
                               throws java.io.IOException
        The writer.
        Returns:
        the writer
        Throws:
        java.io.IOException - in case of problems
      • getOutputStream

        java.io.OutputStream getOutputStream()
                                      throws java.io.IOException
        The output stream.
        Returns:
        the outputStream
        Throws:
        java.io.IOException - in case of problems