Class MockServletResponse

java.lang.Object
com.logicaldoc.web.util.MockServletResponse
All Implemented Interfaces:
javax.servlet.http.HttpServletResponse, javax.servlet.ServletResponse

public class MockServletResponse extends Object implements javax.servlet.http.HttpServletResponse
A servlet created for tests
Since:
8.9
Author:
Francesco Bignardi
  • Constructor Details

    • MockServletResponse

      public MockServletResponse(File output)
  • Method Details

    • flushBuffer

      public void flushBuffer() throws IOException
      Specified by:
      flushBuffer in interface javax.servlet.ServletResponse
      Throws:
      IOException
    • getBufferSize

      public int getBufferSize()
      Specified by:
      getBufferSize in interface javax.servlet.ServletResponse
    • getCharacterEncoding

      public String getCharacterEncoding()
      Specified by:
      getCharacterEncoding in interface javax.servlet.ServletResponse
    • getContentType

      public String getContentType()
      Specified by:
      getContentType in interface javax.servlet.ServletResponse
    • getLocale

      public Locale getLocale()
      Specified by:
      getLocale in interface javax.servlet.ServletResponse
    • getOutputStream

      public javax.servlet.ServletOutputStream getOutputStream() throws IOException
      Specified by:
      getOutputStream in interface javax.servlet.ServletResponse
      Throws:
      IOException
    • getWriter

      public PrintWriter getWriter() throws IOException
      Specified by:
      getWriter in interface javax.servlet.ServletResponse
      Throws:
      IOException
    • isCommitted

      public boolean isCommitted()
      Specified by:
      isCommitted in interface javax.servlet.ServletResponse
    • reset

      public void reset()
      Specified by:
      reset in interface javax.servlet.ServletResponse
    • resetBuffer

      public void resetBuffer()
      Specified by:
      resetBuffer in interface javax.servlet.ServletResponse
    • setBufferSize

      public void setBufferSize(int arg0)
      Specified by:
      setBufferSize in interface javax.servlet.ServletResponse
    • setCharacterEncoding

      public void setCharacterEncoding(String arg0)
      Specified by:
      setCharacterEncoding in interface javax.servlet.ServletResponse
    • setContentLength

      public void setContentLength(int arg0)
      Specified by:
      setContentLength in interface javax.servlet.ServletResponse
    • setContentType

      public void setContentType(String arg0)
      Specified by:
      setContentType in interface javax.servlet.ServletResponse
    • setLocale

      public void setLocale(Locale arg0)
      Specified by:
      setLocale in interface javax.servlet.ServletResponse
    • addCookie

      public void addCookie(javax.servlet.http.Cookie arg0)
      Specified by:
      addCookie in interface javax.servlet.http.HttpServletResponse
    • addDateHeader

      public void addDateHeader(String arg0, long arg1)
      Specified by:
      addDateHeader in interface javax.servlet.http.HttpServletResponse
    • addHeader

      public void addHeader(String arg0, String arg1)
      Specified by:
      addHeader in interface javax.servlet.http.HttpServletResponse
    • addIntHeader

      public void addIntHeader(String arg0, int arg1)
      Specified by:
      addIntHeader in interface javax.servlet.http.HttpServletResponse
    • containsHeader

      public boolean containsHeader(String arg0)
      Specified by:
      containsHeader in interface javax.servlet.http.HttpServletResponse
    • encodeRedirectURL

      public String encodeRedirectURL(String arg0)
      Specified by:
      encodeRedirectURL in interface javax.servlet.http.HttpServletResponse
    • encodeRedirectUrl

      public String encodeRedirectUrl(String arg0)
      Specified by:
      encodeRedirectUrl in interface javax.servlet.http.HttpServletResponse
    • encodeURL

      public String encodeURL(String arg0)
      Specified by:
      encodeURL in interface javax.servlet.http.HttpServletResponse
    • encodeUrl

      public String encodeUrl(String arg0)
      Specified by:
      encodeUrl in interface javax.servlet.http.HttpServletResponse
    • sendError

      public void sendError(int arg0) throws IOException
      Specified by:
      sendError in interface javax.servlet.http.HttpServletResponse
      Throws:
      IOException
    • sendError

      public void sendError(int arg0, String arg1) throws IOException
      Specified by:
      sendError in interface javax.servlet.http.HttpServletResponse
      Throws:
      IOException
    • sendRedirect

      public void sendRedirect(String arg0) throws IOException
      Specified by:
      sendRedirect in interface javax.servlet.http.HttpServletResponse
      Throws:
      IOException
    • setDateHeader

      public void setDateHeader(String arg0, long arg1)
      Specified by:
      setDateHeader in interface javax.servlet.http.HttpServletResponse
    • setHeader

      public void setHeader(String arg0, String arg1)
      Specified by:
      setHeader in interface javax.servlet.http.HttpServletResponse
    • setIntHeader

      public void setIntHeader(String arg0, int arg1)
      Specified by:
      setIntHeader in interface javax.servlet.http.HttpServletResponse
    • setStatus

      public void setStatus(int arg0)
      Specified by:
      setStatus in interface javax.servlet.http.HttpServletResponse
    • setStatus

      public void setStatus(int arg0, String arg1)
      Specified by:
      setStatus in interface javax.servlet.http.HttpServletResponse
    • getOutputString

      public String getOutputString() throws IOException
      Throws:
      IOException