TestWeb.TestHttpServletResponse

A HTTP servlet response for testing.

Methods
void addCookie(Cookie arg0)
void addCookie(Cookie arg0)
void addDateHeader(String arg0, long arg1)
void addDateHeader(String arg0, long arg1)
void addHeader(String arg0, String arg1)
void addHeader(String arg0, String arg1)
void addIntHeader(String arg0, int arg1)
void addIntHeader(String arg0, int arg1)
boolean containsHeader(String arg0)
boolean containsHeader(String arg0)
String encodeRedirectURL(String arg0)
String encodeRedirectURL(String arg0)
String encodeRedirectUrl(String arg0)
String encodeRedirectUrl(String arg0)
String encodeURL(String arg0)
String encodeURL(String arg0)
String encodeUrl(String arg0)
String encodeUrl(String arg0)
void flushBuffer()
void flushBuffer() throws IOException
int getBufferSize()
int getBufferSize()
String getCharacterEncoding()
String getCharacterEncoding()
String getContentType()
String getContentType()
String getHeader(String name)
String getHeader(String name)
Collection getHeaderNames()
Collection getHeaderNames()
Collection getHeaders(String name)
Collection getHeaders(String name)
Locale getLocale()
Locale getLocale()
ServletOutputStream getOutputStream()
ServletOutputStream getOutputStream() throws IOException
int getStatus()
int getStatus()
PrintWriter getWriter()
PrintWriter getWriter() throws IOException
boolean isCommitted()
boolean isCommitted()
void reset()
void reset()
void resetBuffer()
void resetBuffer()
void sendError(int arg0)
void sendError(int arg0) throws IOException
void sendError(int arg0, String arg1)
void sendError(int arg0, String arg1) throws IOException
void sendRedirect(String arg0)
void sendRedirect(String arg0) throws IOException
void setBufferSize(int arg0)
void setBufferSize(int arg0)
void setCharacterEncoding(String arg0)
void setCharacterEncoding(String arg0)
void setContentLength(int arg0)
void setContentLength(int arg0)
void setContentLengthLong(long arg0)
void setContentLengthLong(long arg0)
void setContentType(String arg0)
void setContentType(String arg0)
void setDateHeader(String arg0, long arg1)
void setDateHeader(String arg0, long arg1)
void setHeader(String arg0, String arg1)
void setHeader(String arg0, String arg1)
void setIntHeader(String arg0, int arg1)
void setIntHeader(String arg0, int arg1)
void setLocale(Locale arg0)
void setLocale(Locale arg0)
void setServletOutputStream(ServletOutputStream servletOutputStream)
void setServletOutputStream(ServletOutputStream servletOutputStream)
void setStatus(int arg0)
void setStatus(int arg0)
void setStatus(int arg0, String arg1)
void setStatus(int arg0, String arg1)