All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----org.apache.tomcat.core.HttpServletResponseFacade
public HttpServletResponseFacade(Response response)
public void addCookie(Cookie cookie)
public boolean containsHeader(String name)
public String encodeRedirectURL(String location)
public String encodeRedirectUrl(String location)
public String encodeURL(String url)
public String encodeUrl(String url)
public String getCharacterEncoding()
public ServletOutputStream getOutputStream()
public PrintWriter getWriter() throws IOException
public void sendError(int sc) throws IOException
public void sendError(int sc, String msg) throws IOException
public void sendRedirect(String location) throws IOException, IllegalArgumentException
public void setContentLength(int len)
public void setContentType(String type)
public void setDateHeader(String name, long date)
public void addDateHeader(String name, long value)
public void setHeader(String name, String value)
public void addHeader(String name, String value)
public void setIntHeader(String name, int value)
public void addIntHeader(String name, int value)
public void setStatus(int sc)
public void setBufferSize(int size) throws IllegalStateException
public int getBufferSize()
public void reset() throws IllegalStateException
public boolean isCommitted()
public void flushBuffer() throws IOException
public void setLocale(Locale loc)
public Locale getLocale()
public void setStatus(int sc, String msg)
All Packages Class Hierarchy This Package Previous Next Index