Save This Page
Home » apache-tomcat-6.0.16-src » org.apache » catalina » core » [javadoc | source]
org.apache.catalina.core
public class: DummyResponse [javadoc | source]
java.lang.Object
   org.apache.catalina.core.DummyResponse

All Implemented Interfaces:
    HttpServletResponse

Dummy response object, used for JSP precompilation.
Constructor:
 public DummyResponse() 
Method from org.apache.catalina.core.DummyResponse Summary:
addCookie,   addDateHeader,   addHeader,   addIntHeader,   containsHeader,   createOutputStream,   encodeRedirectURL,   encodeRedirectUrl,   encodeURL,   encodeUrl,   finishResponse,   flushBuffer,   getBufferSize,   getCharacterEncoding,   getConnector,   getContentCount,   getContentLength,   getContentType,   getContext,   getCookies,   getHeader,   getHeaderNames,   getHeaderValues,   getIncluded,   getInfo,   getLocale,   getMessage,   getOutputStream,   getReporter,   getRequest,   getResponse,   getStatus,   getStream,   getWriter,   isAppCommitted,   isCommitted,   isError,   isSuspended,   recycle,   reset,   reset,   resetBuffer,   sendAcknowledgement,   sendError,   sendError,   sendRedirect,   setAppCommitted,   setBufferSize,   setCharacterEncoding,   setConnector,   setContentLength,   setContentType,   setContext,   setDateHeader,   setError,   setHeader,   setIncluded,   setIntHeader,   setLocale,   setRequest,   setStatus,   setStatus,   setStream,   setSuspended,   write,   write,   write
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.catalina.core.DummyResponse Detail:
 public  void addCookie(Cookie cookie) 
 public  void addDateHeader(String name,
    long value) 
 public  void addHeader(String name,
    String value) 
 public  void addIntHeader(String name,
    int value) 
 public boolean containsHeader(String name) 
 public ServletOutputStream createOutputStream() throws IOException 
 public String encodeRedirectURL(String url) 
 public String encodeRedirectUrl(String url) 
 public String encodeURL(String url) 
 public String encodeUrl(String url) 
 public  void finishResponse() throws IOException 
 public  void flushBuffer() throws IOException 
 public int getBufferSize() 
 public String getCharacterEncoding() 
 public Connector getConnector() 
 public int getContentCount() 
 public int getContentLength() 
 public String getContentType() 
 public Context getContext() 
 public Cookie[] getCookies() 
 public String getHeader(String name) 
 public String[] getHeaderNames() 
 public String[] getHeaderValues(String name) 
 public boolean getIncluded() 
 public String getInfo() 
 public Locale getLocale() 
 public String getMessage() 
 public ServletOutputStream getOutputStream() throws IOException 
 public PrintWriter getReporter() 
 public Request getRequest() 
 public ServletResponse getResponse() 
 public int getStatus() 
 public OutputStream getStream() 
 public PrintWriter getWriter() throws IOException 
 public boolean isAppCommitted() 
 public boolean isCommitted() 
 public boolean isError() 
 public boolean isSuspended() 
 public  void recycle() 
 public  void reset() 
 public  void reset(int status,
    String message) 
 public  void resetBuffer() 
 public  void sendAcknowledgement() throws IOException 
 public  void sendError(int status) throws IOException 
 public  void sendError(int status,
    String message) throws IOException 
 public  void sendRedirect(String location) throws IOException 
 public  void setAppCommitted(boolean appCommitted) 
 public  void setBufferSize(int size) 
 public  void setCharacterEncoding(String charEncoding) 
 public  void setConnector(Connector connector) 
 public  void setContentLength(int length) 
 public  void setContentType(String type) 
 public  void setContext(Context context) 
 public  void setDateHeader(String name,
    long value) 
 public  void setError() 
 public  void setHeader(String name,
    String value) 
 public  void setIncluded(boolean included) 
 public  void setIntHeader(String name,
    int value) 
 public  void setLocale(Locale locale) 
 public  void setRequest(Request request) 
 public  void setStatus(int status) 
 public  void setStatus(int status,
    String message) 
 public  void setStream(OutputStream stream) 
 public  void setSuspended(boolean suspended) 
 public  void write(int b) throws IOException 
 public  void write(byte[] b) throws IOException 
 public  void write(byte[] b,
    int off,
    int len) throws IOException