Class DummyResponse
java.lang.Object
com.ibm.websphere.servlet.response.DummyResponse
- All Implemented Interfaces:
- com.ibm.ws.webcontainer.core.Response,- javax.servlet.http.HttpServletResponse,- javax.servlet.ServletResponse
public class DummyResponse
extends Object
implements javax.servlet.http.HttpServletResponse, com.ibm.ws.webcontainer.core.Response
- 
Field SummaryFields inherited from interface javax.servlet.http.HttpServletResponseSC_ACCEPTED, SC_BAD_GATEWAY, SC_BAD_REQUEST, SC_CONFLICT, SC_CONTINUE, SC_CREATED, SC_EXPECTATION_FAILED, SC_FORBIDDEN, SC_FOUND, SC_GATEWAY_TIMEOUT, SC_GONE, SC_HTTP_VERSION_NOT_SUPPORTED, SC_INTERNAL_SERVER_ERROR, SC_LENGTH_REQUIRED, SC_METHOD_NOT_ALLOWED, SC_MOVED_PERMANENTLY, SC_MOVED_TEMPORARILY, SC_MULTIPLE_CHOICES, SC_NO_CONTENT, SC_NON_AUTHORITATIVE_INFORMATION, SC_NOT_ACCEPTABLE, SC_NOT_FOUND, SC_NOT_IMPLEMENTED, SC_NOT_MODIFIED, SC_OK, SC_PARTIAL_CONTENT, SC_PAYMENT_REQUIRED, SC_PRECONDITION_FAILED, SC_PROXY_AUTHENTICATION_REQUIRED, SC_REQUEST_ENTITY_TOO_LARGE, SC_REQUEST_TIMEOUT, SC_REQUEST_URI_TOO_LONG, SC_REQUESTED_RANGE_NOT_SATISFIABLE, SC_RESET_CONTENT, SC_SEE_OTHER, SC_SERVICE_UNAVAILABLE, SC_SWITCHING_PROTOCOLS, SC_TEMPORARY_REDIRECT, SC_UNAUTHORIZED, SC_UNSUPPORTED_MEDIA_TYPE, SC_USE_PROXY
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidaddCookie(javax.servlet.http.Cookie arg0) voidaddDateHeader(String arg0, long arg1) voidvoidaddIntHeader(String arg0, int arg1) booleancontainsHeader(String arg0) voiddestroy()encodeRedirectUrl(String arg0) Deprecated.encodeRedirectURL(String arg0) Deprecated.voidfinish()voidintgetHeaders(String name) javax.servlet.ServletOutputStreamintvoidbooleanvoidreset()voidvoidsendError(int arg0) voidvoidsendRedirect(String arg0) voidsetBufferSize(int arg0) voidsetCharacterEncoding(String encoding) voidsetContentLength(int arg0) voidsetContentType(String arg0) voidsetDateHeader(String arg0, long arg1) voidvoidsetIntHeader(String arg0, int arg1) voidvoidsetStatus(int arg0) voidDeprecated.voidstart()
- 
Constructor Details- 
DummyResponsepublic DummyResponse()
 
- 
- 
Method Details- 
addCookiepublic void addCookie(javax.servlet.http.Cookie arg0) - Specified by:
- addCookiein interface- javax.servlet.http.HttpServletResponse
- See Also:
- 
- HttpServletResponse.addCookie(Cookie)
 
 
- 
containsHeader- Specified by:
- containsHeaderin interface- javax.servlet.http.HttpServletResponse
- See Also:
- 
- HttpServletResponse.containsHeader(String)
 
 
- 
getContentType- Specified by:
- getContentTypein interface- javax.servlet.ServletResponse
 
- 
encodeURL- Specified by:
- encodeURLin interface- javax.servlet.http.HttpServletResponse
- See Also:
- 
- HttpServletResponse.encodeURL(String)
 
 
- 
encodeRedirectURL- Specified by:
- encodeRedirectURLin interface- javax.servlet.http.HttpServletResponse
- See Also:
- 
- HttpServletResponse.encodeRedirectURL(String)
 
 
- 
encodeUrlDeprecated.- Specified by:
- encodeUrlin interface- javax.servlet.http.HttpServletResponse
- See Also:
- 
- HttpServletResponse.encodeUrl(String)
 
 
- 
encodeRedirectUrlDeprecated.- Specified by:
- encodeRedirectUrlin interface- javax.servlet.http.HttpServletResponse
- See Also:
- 
- HttpServletResponse.encodeRedirectUrl(String)
 
 
- 
sendError- Specified by:
- sendErrorin interface- javax.servlet.http.HttpServletResponse
- Throws:
- IOException
- See Also:
- 
- HttpServletResponse.sendError(int, String)
 
 
- 
sendError- Specified by:
- sendErrorin interface- javax.servlet.http.HttpServletResponse
- Throws:
- IOException
- See Also:
- 
- HttpServletResponse.sendError(int)
 
 
- 
sendRedirect- Specified by:
- sendRedirectin interface- javax.servlet.http.HttpServletResponse
- Throws:
- IOException
- See Also:
- 
- HttpServletResponse.sendRedirect(String)
 
 
- 
setDateHeader- Specified by:
- setDateHeaderin interface- javax.servlet.http.HttpServletResponse
- See Also:
- 
- HttpServletResponse.setDateHeader(String, long)
 
 
- 
addDateHeader- Specified by:
- addDateHeaderin interface- javax.servlet.http.HttpServletResponse
- See Also:
- 
- HttpServletResponse.addDateHeader(String, long)
 
 
- 
setHeader- Specified by:
- setHeaderin interface- javax.servlet.http.HttpServletResponse
- See Also:
- 
- HttpServletResponse.setHeader(String, String)
 
 
- 
addHeader- Specified by:
- addHeaderin interface- javax.servlet.http.HttpServletResponse
- See Also:
- 
- HttpServletResponse.addHeader(String, String)
 
 
- 
setIntHeader- Specified by:
- setIntHeaderin interface- javax.servlet.http.HttpServletResponse
- See Also:
- 
- HttpServletResponse.setIntHeader(String, int)
 
 
- 
addIntHeader- Specified by:
- addIntHeaderin interface- javax.servlet.http.HttpServletResponse
- See Also:
- 
- HttpServletResponse.addIntHeader(String, int)
 
 
- 
setStatuspublic void setStatus(int arg0) - Specified by:
- setStatusin interface- javax.servlet.http.HttpServletResponse
- See Also:
- 
- HttpServletResponse.setStatus(int)
 
 
- 
setStatusDeprecated.- Specified by:
- setStatusin interface- javax.servlet.http.HttpServletResponse
- See Also:
- 
- HttpServletResponse.setStatus(int, String)
 
 
- 
getCharacterEncoding- Specified by:
- getCharacterEncodingin interface- javax.servlet.ServletResponse
- See Also:
- 
- ServletResponse.getCharacterEncoding()
 
 
- 
setCharacterEncoding- Specified by:
- setCharacterEncodingin interface- javax.servlet.ServletResponse
 
- 
getOutputStream- Specified by:
- getOutputStreamin interface- javax.servlet.ServletResponse
- Throws:
- IOException
- See Also:
- 
- ServletResponse.getOutputStream()
 
 
- 
getWriter- Specified by:
- getWriterin interface- javax.servlet.ServletResponse
- Throws:
- IOException
- See Also:
- 
- ServletResponse.getWriter()
 
 
- 
setContentLengthpublic void setContentLength(int arg0) - Specified by:
- setContentLengthin interface- javax.servlet.ServletResponse
- See Also:
- 
- ServletResponse.setContentLength(int)
 
 
- 
setContentType- Specified by:
- setContentTypein interface- javax.servlet.ServletResponse
- See Also:
- 
- ServletResponse.setContentType(String)
 
 
- 
setBufferSizepublic void setBufferSize(int arg0) - Specified by:
- setBufferSizein interface- javax.servlet.ServletResponse
- See Also:
- 
- ServletResponse.setBufferSize(int)
 
 
- 
getBufferSizepublic int getBufferSize()- Specified by:
- getBufferSizein interface- javax.servlet.ServletResponse
- See Also:
- 
- ServletResponse.getBufferSize()
 
 
- 
flushBuffer- Specified by:
- flushBufferin interface- javax.servlet.ServletResponse
- Throws:
- IOException
- See Also:
- 
- ServletResponse.flushBuffer()
 
 
- 
resetBufferpublic void resetBuffer()- Specified by:
- resetBufferin interface- javax.servlet.ServletResponse
- See Also:
- 
- ServletResponse.resetBuffer()
 
 
- 
isCommittedpublic boolean isCommitted()- Specified by:
- isCommittedin interface- javax.servlet.ServletResponse
- See Also:
- 
- ServletResponse.isCommitted()
 
 
- 
resetpublic void reset()- Specified by:
- resetin interface- javax.servlet.ServletResponse
- See Also:
- 
- ServletResponse.reset()
 
 
- 
setLocale- Specified by:
- setLocalein interface- javax.servlet.ServletResponse
- See Also:
- 
- ServletResponse.setLocale(Locale)
 
 
- 
getLocale- Specified by:
- getLocalein interface- javax.servlet.ServletResponse
- See Also:
- 
- ServletResponse.getLocale()
 
 
- 
finishpublic void finish() throws javax.servlet.ServletException- Specified by:
- finishin interface- com.ibm.ws.webcontainer.core.Response
- Throws:
- javax.servlet.ServletException
 
- 
startpublic void start()- Specified by:
- startin interface- com.ibm.ws.webcontainer.core.Response
 
- 
destroypublic void destroy()- Specified by:
- destroyin interface- com.ibm.ws.webcontainer.core.Response
 
- 
initForNextResponse- Specified by:
- initForNextResponsein interface- com.ibm.ws.webcontainer.core.Response
 
- 
getHeader- Specified by:
- getHeaderin interface- javax.servlet.http.HttpServletResponse
 
- 
getHeaderNames- Specified by:
- getHeaderNamesin interface- javax.servlet.http.HttpServletResponse
 
- 
getHeaders- Specified by:
- getHeadersin interface- javax.servlet.http.HttpServletResponse
 
- 
getStatuspublic int getStatus()- Specified by:
- getStatusin interface- javax.servlet.http.HttpServletResponse
 
 
-