public final class FakeJspWriter
extends javax.servlet.jsp.JspWriter
| Constructor and Description |
|---|
FakeJspWriter()
Instantiates a new fake jsp writer.
|
FakeJspWriter(int arg0,
boolean arg1)
Instantiates a new fake jsp writer.
|
FakeJspWriter(Writer myWriter)
Instantiates a new fake jsp writer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
void |
clearBuffer() |
void |
close() |
void |
flush() |
PrintWriter |
getPrintWriter()
Gets the print writer.
|
int |
getRemaining() |
Writer |
getRootWriter()
Gets the root writer.
|
void |
newLine() |
void |
print(boolean arg0) |
void |
print(char arg0) |
void |
print(char[] arg0) |
void |
print(double arg0) |
void |
print(float arg0) |
void |
print(int arg0) |
void |
print(long arg0) |
void |
print(Object arg0) |
void |
print(String arg0) |
void |
println() |
void |
println(boolean arg0) |
void |
println(char arg0) |
void |
println(char[] arg0) |
void |
println(double arg0) |
void |
println(float arg0) |
void |
println(int arg0) |
void |
println(long arg0) |
void |
println(Object arg0) |
void |
println(String arg0) |
void |
write(char[] cbuf,
int off,
int len) |
public FakeJspWriter()
public FakeJspWriter(Writer myWriter)
myWriter - the my writerpublic FakeJspWriter(int arg0,
boolean arg1)
arg0 - the arg0arg1 - the arg1public PrintWriter getPrintWriter()
public Writer getRootWriter()
public void newLine()
throws IOException
newLine in class javax.servlet.jsp.JspWriterIOExceptionpublic void print(boolean arg0)
throws IOException
print in class javax.servlet.jsp.JspWriterIOExceptionpublic void print(char arg0)
throws IOException
print in class javax.servlet.jsp.JspWriterIOExceptionpublic void print(int arg0)
throws IOException
print in class javax.servlet.jsp.JspWriterIOExceptionpublic void print(long arg0)
throws IOException
print in class javax.servlet.jsp.JspWriterIOExceptionpublic void print(float arg0)
throws IOException
print in class javax.servlet.jsp.JspWriterIOExceptionpublic void print(double arg0)
throws IOException
print in class javax.servlet.jsp.JspWriterIOExceptionpublic void print(char[] arg0)
throws IOException
print in class javax.servlet.jsp.JspWriterIOExceptionpublic void print(String arg0) throws IOException
print in class javax.servlet.jsp.JspWriterIOExceptionpublic void print(Object arg0) throws IOException
print in class javax.servlet.jsp.JspWriterIOExceptionpublic void println()
throws IOException
println in class javax.servlet.jsp.JspWriterIOExceptionpublic void println(boolean arg0)
throws IOException
println in class javax.servlet.jsp.JspWriterIOExceptionpublic void println(char arg0)
throws IOException
println in class javax.servlet.jsp.JspWriterIOExceptionpublic void println(int arg0)
throws IOException
println in class javax.servlet.jsp.JspWriterIOExceptionpublic void println(long arg0)
throws IOException
println in class javax.servlet.jsp.JspWriterIOExceptionpublic void println(float arg0)
throws IOException
println in class javax.servlet.jsp.JspWriterIOExceptionpublic void println(double arg0)
throws IOException
println in class javax.servlet.jsp.JspWriterIOExceptionpublic void println(char[] arg0)
throws IOException
println in class javax.servlet.jsp.JspWriterIOExceptionpublic void println(String arg0) throws IOException
println in class javax.servlet.jsp.JspWriterIOExceptionpublic void println(Object arg0) 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 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.JspWriterpublic void write(char[] cbuf,
int off,
int len)
throws IOException
write in class WriterIOExceptionCopyright © 2005–2016 Alfresco Software. All rights reserved.