Interface StatusPageHandler.Response

Enclosing class:
StatusPageHandler

public static interface StatusPageHandler.Response
Wrapper Interface for HttpServletResponse. (javautils should not depend on servlet.jar)
  • Method Details

    • setContentType

      void setContentType​(java.lang.String v)
    • setCharacterEncoding

      void setCharacterEncoding​(java.lang.String v)
    • getWriter

      java.io.PrintWriter getWriter() throws java.io.IOException
      Throws:
      java.io.IOException
    • sendRedirect

      void sendRedirect​(java.lang.String v) throws java.io.IOException
      Throws:
      java.io.IOException