TestWeb.TestHttpServletResponse
A HTTP servlet response for testing.
| Methods |
| void |
addCookie(Cookie arg0)
|
| void |
addCookie(Cookie arg0)
|
| void |
(String arg0, long arg1)
|
| void |
(String arg0, long arg1)
|
| void |
(String arg0, String arg1)
|
| void |
(String arg0, String arg1)
|
| void |
(String arg0, int arg1)
|
| void |
(String arg0, int arg1)
|
| boolean |
(String arg0)
|
| boolean |
(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 |
(String name)
|
| String |
(String name)
|
| Collection |
()
|
| Collection |
()
|
| Collection |
(String name)
|
| Collection |
(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 |
(String arg0, long arg1)
|
| void |
(String arg0, long arg1)
|
| void |
(String arg0, String arg1)
|
| void |
(String arg0, String arg1)
|
| void |
(String arg0, int arg1)
|
| void |
(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)
|
|