Dummy response object, used for JSP precompilation.
addCookie
public void addCookie(Cookie cookie)
addDateHeader
public void addDateHeader(String name,
long value)
addHeader
public void addHeader(String name,
String value)
addIntHeader
public void addIntHeader(String name,
int value)
containsHeader
public boolean containsHeader(String name)
encodeRedirectURL
public String encodeRedirectURL(String url)
encodeRedirectUrl
public String encodeRedirectUrl(String url)
encodeURL
public String encodeURL(String url)
encodeUrl
public String encodeUrl(String url)
flushBuffer
public void flushBuffer()
throws IOException
getBufferSize
public int getBufferSize()
getCharacterEncoding
public String getCharacterEncoding()
getLocale
public Locale getLocale()
getOutputStream
public ServletOutputStream getOutputStream()
throws IOException
getWriter
public PrintWriter getWriter()
throws IOException
isCommitted
public boolean isCommitted()
sendError
public void sendError(int status)
throws IOException
sendError
public void sendError(int status,
String message)
throws IOException
sendRedirect
public void sendRedirect(String location)
throws IOException
setBufferSize
public void setBufferSize(int size)
setCharacterEncoding
public void setCharacterEncoding(String charEncoding)
setContentLength
public void setContentLength(int length)
setContentType
public void setContentType(String type)
setDateHeader
public void setDateHeader(String name,
long value)
setHeader
public void setHeader(String name,
String value)
setIntHeader
public void setIntHeader(String name,
int value)
setLocale
public void setLocale(Locale locale)
setStatus
public void setStatus(int status)
setStatus
public void setStatus(int status,
String message)
write
public void write(b[] )
throws IOException
write
public void write(b[] ,
int off,
int len)
throws IOException
write
public void write(int b)
throws IOException