public class JspPrintWriter
extends javax.servlet.jsp.JspWriter
Constructor and Description |
---|
JspPrintWriter(java.io.PrintWriter writer)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void | clear()
Deprecated.
clear method comment.
|
void | clearBuffer()
Deprecated.
clearBuffer method comment.
|
void | close()
Deprecated.
close method comment.
|
void | flush()
Deprecated.
flush method comment.
|
int | getRemaining()
Deprecated.
getRemaining method comment.
|
void | newLine()
Deprecated.
newLine method comment.
|
void | print(boolean arg1)
Deprecated.
print method comment.
|
void | print(char arg1)
Deprecated.
print method comment.
|
void | print(char[] arg1)
Deprecated.
print method comment.
|
void | print(double arg1)
Deprecated.
print method comment.
|
void | print(float arg1)
Deprecated.
print method comment.
|
void | print(int arg1)
Deprecated.
print method comment.
|
void | print(long arg1)
Deprecated.
print method comment.
|
void | print(java.lang.Object arg1)
Deprecated.
print method comment.
|
void | print(java.lang.String arg1)
Deprecated.
print method comment.
|
void | println()
Deprecated.
println method comment.
|
void | println(boolean arg1)
Deprecated.
println method comment.
|
void | println(char arg1)
Deprecated.
println method comment.
|
void | println(char[] arg1)
Deprecated.
println method comment.
|
void | println(double arg1)
Deprecated.
println method comment.
|
void | println(float arg1)
Deprecated.
println method comment.
|
void | println(int arg1)
Deprecated.
println method comment.
|
void | println(long arg1)
Deprecated.
println method comment.
|
void | println(java.lang.Object arg1)
Deprecated.
println method comment.
|
void | println(java.lang.String arg1)
Deprecated.
println method comment.
|
void | write(char[] cbuf, int off, int len)
Deprecated.
write method comment.
|
public JspPrintWriter(java.io.PrintWriter writer)
public void clear() throws java.io.IOException
public void clearBuffer() throws java.io.IOException
public void close() throws java.io.IOException
public void flush() throws java.io.IOException
public int getRemaining()
public void newLine() throws java.io.IOException
public void print(char[] arg1) throws java.io.IOException
public void print(char arg1) throws java.io.IOException
public void print(double arg1) throws java.io.IOException
public void print(float arg1) throws java.io.IOException
public void print(int arg1) throws java.io.IOException
public void print(long arg1) throws java.io.IOException
public void print(java.lang.Object arg1) throws java.io.IOException
public void print(java.lang.String arg1) throws java.io.IOException
public void print(boolean arg1) throws java.io.IOException
public void println() throws java.io.IOException
public void println(char[] arg1) throws java.io.IOException
public void println(char arg1) throws java.io.IOException
public void println(double arg1) throws java.io.IOException
public void println(float arg1) throws java.io.IOException
public void println(int arg1) throws java.io.IOException
public void println(long arg1) throws java.io.IOException
public void println(java.lang.Object arg1) throws java.io.IOException
public void println(java.lang.String arg1) throws java.io.IOException
public void println(boolean arg1) throws java.io.IOException
public void write(char[] cbuf, int off, int len) throws java.io.IOException