**********************************************************************
* W A R N I N G *
**********************************************************************
This is a mock object of the class, not the actual class.
It's used to compile the code in absence of the actual class.
This class is created by hand, not automatically.
**********************************************************************
| Method from weblogic.servlet.internal.ServletResponseImpl Detail: |
public void addCookie(Cookie arg1) {
}
|
public void addDateHeader(String arg1,
long arg2) {
}
|
public void addHeader(String arg1,
String arg2) {
}
|
public void addIntHeader(String arg1,
int arg2) {
}
|
public boolean containsHeader(String arg1) {
return false;
}
|
public String encodeRedirectURL(String arg1) {
return null;
}
|
public String encodeRedirectUrl(String arg1) {
return null;
} Deprecated! The - method ServletResponseImpl.encodeRedirectUrl(String)
overrides a deprecated method from HttpServletResponse
|
public String encodeURL(String arg1) {
return null;
}
|
public String encodeUrl(String arg1) {
return null;
} Deprecated! The - method ServletResponseImpl.encodeUrl(String) overrides
a deprecated method from HttpServletResponse
|
public void flushBuffer() throws IOException {
}
|
public int getBufferSize() {
return 0;
}
|
public String getCharacterEncoding() {
return null;
}
|
public Locale getLocale() {
return null;
}
|
public ServletOutputStream getOutputStream() throws IOException {
return null;
}
|
public String getOutputStreamContents() {
return "";
}
|
public PrintWriter getWriter() throws IOException {
return null;
}
|
public boolean isCommitted() {
return false;
}
|
public void reset() {
}
|
public void resetBuffer() {
}
|
public void sendError(int anErrorCode) throws IOException {
}
|
public void sendError(int anErrorCode,
String anErrorMessage) throws IOException {
}
|
public void sendRedirect(String aURL) throws IOException {
}
|
public void setBufferSize(int arg1) {
}
|
public void setContentLength(int arg1) {
}
|
public void setContentType(String contentType) {
}
|
public void setDateHeader(String arg1,
long arg2) {
}
|
public void setExpectedContentType(String contentType) {
}
|
public void setExpectedError(int anErrorCode) {
}
|
public void setExpectedError(int anErrorCode,
String anErrorMessage) {
}
|
public void setExpectedErrorNothing() {
}
|
public void setExpectedHeader(String key,
String value) {
}
|
public void setExpectedRedirect(String aURL) throws IOException {
}
|
public void setExpectedSetStatusCalls(int callCount) {
}
|
public void setHeader(String key,
String value) {
}
|
public void setIntHeader(String arg1,
int arg2) {
}
|
public void setLocale(Locale arg1) {
}
|
public void setOutputStream(ServletOutputStreamImpl sosi) {
}
|
public void setStatus(int status) {
}
|
public void setStatus(int arg1,
String arg2) {
} Deprecated! The - method ServletResponseImpl.setStatus(int, String)
overrides a deprecated method from HttpServletResponse
|
public void setupOutputStream(ServletOutputStream anOutputStream) {
}
|