public class MockJspWriter
extends javax.servlet.jsp.JspWriter
| 构造器和说明 |
|---|
MockJspWriter(javax.servlet.http.HttpServletResponse response) |
MockJspWriter(javax.servlet.http.HttpServletResponse response,
Writer targetWriter) |
MockJspWriter(Writer targetWriter) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
clear() |
void |
clearBuffer() |
void |
close() |
void |
flush() |
int |
getRemaining() |
protected PrintWriter |
getTargetWriter() |
void |
newLine() |
void |
print(boolean value) |
void |
print(char value) |
void |
print(char[] value) |
void |
print(double value) |
void |
print(float value) |
void |
print(int value) |
void |
print(long value) |
void |
print(Object value) |
void |
print(String value) |
void |
println() |
void |
println(boolean value) |
void |
println(char value) |
void |
println(char[] value) |
void |
println(double value) |
void |
println(float value) |
void |
println(int value) |
void |
println(long value) |
void |
println(Object value) |
void |
println(String value) |
void |
write(char[] value,
int offset,
int length) |
public MockJspWriter(javax.servlet.http.HttpServletResponse response)
public MockJspWriter(Writer targetWriter)
public MockJspWriter(javax.servlet.http.HttpServletResponse response,
Writer targetWriter)
protected PrintWriter getTargetWriter() throws IOException
IOExceptionpublic void clear()
throws IOException
clear 在类中 javax.servlet.jsp.JspWriterIOExceptionpublic void clearBuffer()
throws IOException
clearBuffer 在类中 javax.servlet.jsp.JspWriterIOExceptionpublic void flush()
throws IOException
flush 在接口中 Flushableflush 在类中 javax.servlet.jsp.JspWriterIOExceptionpublic void close()
throws IOException
close 在接口中 Closeableclose 在接口中 AutoCloseableclose 在类中 javax.servlet.jsp.JspWriterIOExceptionpublic int getRemaining()
getRemaining 在类中 javax.servlet.jsp.JspWriterpublic void newLine()
throws IOException
newLine 在类中 javax.servlet.jsp.JspWriterIOExceptionpublic void write(char[] value,
int offset,
int length)
throws IOException
write 在类中 WriterIOExceptionpublic void print(boolean value)
throws IOException
print 在类中 javax.servlet.jsp.JspWriterIOExceptionpublic void print(char value)
throws IOException
print 在类中 javax.servlet.jsp.JspWriterIOExceptionpublic void print(char[] value)
throws IOException
print 在类中 javax.servlet.jsp.JspWriterIOExceptionpublic void print(double value)
throws IOException
print 在类中 javax.servlet.jsp.JspWriterIOExceptionpublic void print(float value)
throws IOException
print 在类中 javax.servlet.jsp.JspWriterIOExceptionpublic void print(int value)
throws IOException
print 在类中 javax.servlet.jsp.JspWriterIOExceptionpublic void print(long value)
throws IOException
print 在类中 javax.servlet.jsp.JspWriterIOExceptionpublic void print(Object value) throws IOException
print 在类中 javax.servlet.jsp.JspWriterIOExceptionpublic void print(String value) throws IOException
print 在类中 javax.servlet.jsp.JspWriterIOExceptionpublic void println()
throws IOException
println 在类中 javax.servlet.jsp.JspWriterIOExceptionpublic void println(boolean value)
throws IOException
println 在类中 javax.servlet.jsp.JspWriterIOExceptionpublic void println(char value)
throws IOException
println 在类中 javax.servlet.jsp.JspWriterIOExceptionpublic void println(char[] value)
throws IOException
println 在类中 javax.servlet.jsp.JspWriterIOExceptionpublic void println(double value)
throws IOException
println 在类中 javax.servlet.jsp.JspWriterIOExceptionpublic void println(float value)
throws IOException
println 在类中 javax.servlet.jsp.JspWriterIOExceptionpublic void println(int value)
throws IOException
println 在类中 javax.servlet.jsp.JspWriterIOExceptionpublic void println(long value)
throws IOException
println 在类中 javax.servlet.jsp.JspWriterIOExceptionpublic void println(Object value) throws IOException
println 在类中 javax.servlet.jsp.JspWriterIOExceptionpublic void println(String value) throws IOException
println 在类中 javax.servlet.jsp.JspWriterIOExceptionCopyright © 2024 fossc. All rights reserved.