addCookie
public void addCookie(Cookie arg1)
Not Implemented
addDateHeader
public void addDateHeader(String arg1,
long arg2)
Not Implemented
addHeader
public void addHeader(String arg1,
String arg2)
Not Implemented
addIntHeader
public void addIntHeader(String arg1,
int arg2)
Not Implemented
containsHeader
public boolean containsHeader(String arg1)
Not Implemented
encodeRedirectURL
public String encodeRedirectURL(String arg1)
Not Implemented
encodeRedirectUrl
public String encodeRedirectUrl(String arg1)
Not Implemented
encodeURL
public String encodeURL(String arg1)
Not Implemented
encodeUrl
public String encodeUrl(String arg1)
Not Implemented
flushBuffer
public void flushBuffer()
throws IOException
Not Implemented
getBufferSize
public int getBufferSize()
Not Implemented
getCharacterEncoding
public String getCharacterEncoding()
Not Implemented
getLocale
public Locale getLocale()
Not Implemented
getOutputStream
public ServletOutputStream getOutputStream()
throws IOException
getOutputStreamContents
public String getOutputStreamContents()
getWriter
public PrintWriter getWriter()
throws IOException
isCommitted
public boolean isCommitted()
Not Implemented
reset
public void reset()
Not Implemented
resetBuffer
public void resetBuffer()
Not Implemented
sendError
public void sendError(int anErrorCode)
throws IOException
sendError
public void sendError(int anErrorCode,
String anErrorMessage)
throws IOException
sendRedirect
public void sendRedirect(String aURL)
throws IOException
setBufferSize
public void setBufferSize(int arg1)
Not Implemented
setContentLength
public void setContentLength(int length)
setContentType
public void setContentType(String contentType)
setDateHeader
public void setDateHeader(String arg1,
long arg2)
Not Implemented
setExpectedContentLength
public void setExpectedContentLength(int length)
setExpectedContentType
public void setExpectedContentType(String contentType)
setExpectedError
public void setExpectedError(int anErrorCode)
setExpectedError
public void setExpectedError(int anErrorCode,
String anErrorMessage)
setExpectedErrorNothing
public void setExpectedErrorNothing()
setExpectedHeader
public void setExpectedHeader(String key,
String value)
setExpectedRedirect
public void setExpectedRedirect(String aURL)
throws IOException
setExpectedSetStatusCalls
public void setExpectedSetStatusCalls(int callCount)
setHeader
public void setHeader(String key,
String value)
setIntHeader
public void setIntHeader(String arg1,
int arg2)
Not Implemented
setLocale
public void setLocale(Locale arg1)
Not Implemented
setStatus
public void setStatus(int status)
setStatus
public void setStatus(int arg1,
String arg2)
Not Implemented