class MockJspWriter
extends javax.servlet.jsp.JspWriter
| Constructor and Description |
|---|
MockJspWriter(javax.servlet.http.HttpServletResponse response) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
void |
clearBuffer() |
void |
close() |
void |
flush() |
int |
getRemaining() |
void |
newLine() |
void |
print(boolean b) |
void |
print(char c) |
void |
print(char[] chars) |
void |
print(double v) |
void |
print(float v) |
void |
print(int i) |
void |
print(long l) |
void |
print(Object o) |
void |
print(String s) |
void |
println() |
void |
println(boolean b) |
void |
println(char c) |
void |
println(char[] chars) |
void |
println(double v) |
void |
println(float v) |
void |
println(int i) |
void |
println(long l) |
void |
println(Object o) |
void |
println(String s) |
void |
write(char[] cbuf,
int off,
int len) |
public MockJspWriter(javax.servlet.http.HttpServletResponse response)
public void newLine()
throws IOException
newLine in class javax.servlet.jsp.JspWriterIOExceptionpublic void print(boolean b)
throws IOException
print in class javax.servlet.jsp.JspWriterIOExceptionpublic void print(char c)
throws IOException
print in class javax.servlet.jsp.JspWriterIOExceptionpublic void print(int i)
throws IOException
print in class javax.servlet.jsp.JspWriterIOExceptionpublic void print(long l)
throws IOException
print in class javax.servlet.jsp.JspWriterIOExceptionpublic void print(float v)
throws IOException
print in class javax.servlet.jsp.JspWriterIOExceptionpublic void print(double v)
throws IOException
print in class javax.servlet.jsp.JspWriterIOExceptionpublic void print(char[] chars)
throws IOException
print in class javax.servlet.jsp.JspWriterIOExceptionpublic void print(String s) throws IOException
print in class javax.servlet.jsp.JspWriterIOExceptionpublic void print(Object o) throws IOException
print in class javax.servlet.jsp.JspWriterIOExceptionpublic void println()
throws IOException
println in class javax.servlet.jsp.JspWriterIOExceptionpublic void println(boolean b)
throws IOException
println in class javax.servlet.jsp.JspWriterIOExceptionpublic void println(char c)
throws IOException
println in class javax.servlet.jsp.JspWriterIOExceptionpublic void println(int i)
throws IOException
println in class javax.servlet.jsp.JspWriterIOExceptionpublic void println(long l)
throws IOException
println in class javax.servlet.jsp.JspWriterIOExceptionpublic void println(float v)
throws IOException
println in class javax.servlet.jsp.JspWriterIOExceptionpublic void println(double v)
throws IOException
println in class javax.servlet.jsp.JspWriterIOExceptionpublic void println(char[] chars)
throws IOException
println in class javax.servlet.jsp.JspWriterIOExceptionpublic void println(String s) throws IOException
println in class javax.servlet.jsp.JspWriterIOExceptionpublic void println(Object o) throws IOException
println in class javax.servlet.jsp.JspWriterIOExceptionpublic void clear()
throws IOException
clear in class javax.servlet.jsp.JspWriterIOExceptionpublic void clearBuffer()
throws IOException
clearBuffer in class javax.servlet.jsp.JspWriterIOExceptionpublic void write(char[] cbuf,
int off,
int len)
throws IOException
write in class WriterIOExceptionpublic void flush()
throws IOException
flush in interface Flushableflush in class javax.servlet.jsp.JspWriterIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class javax.servlet.jsp.JspWriterIOExceptionpublic int getRemaining()
getRemaining in class javax.servlet.jsp.JspWriterMMBase 1.9-SNAPSHOT - ${javadoctimestamp}