com.liferay.taglib.servlet
Class PipingJspWriter
java.lang.Object
java.io.Writer
javax.servlet.jsp.JspWriter
com.liferay.taglib.servlet.PipingJspWriter
- All Implemented Interfaces:
- Closeable, Flushable, Appendable, AutoCloseable
public class PipingJspWriter
- extends javax.servlet.jsp.JspWriter
| Fields inherited from class javax.servlet.jsp.JspWriter |
autoFlush, bufferSize, DEFAULT_BUFFER, NO_BUFFER, UNBOUNDED_BUFFER |
| Methods inherited from class javax.servlet.jsp.JspWriter |
getBufferSize, isAutoFlush |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PipingJspWriter
public PipingJspWriter(Writer writer)
clear
public void clear()
throws IOException
- Specified by:
clear in class javax.servlet.jsp.JspWriter
- Throws:
IOException
clearBuffer
public void clearBuffer()
- Specified by:
clearBuffer in class javax.servlet.jsp.JspWriter
close
public void close()
throws IOException
- Specified by:
close in interface Closeable- Specified by:
close in interface AutoCloseable- Specified by:
close in class javax.servlet.jsp.JspWriter
- Throws:
IOException
flush
public void flush()
throws IOException
- Specified by:
flush in interface Flushable- Specified by:
flush in class javax.servlet.jsp.JspWriter
- Throws:
IOException
getRemaining
public int getRemaining()
- Specified by:
getRemaining in class javax.servlet.jsp.JspWriter
newLine
public void newLine()
throws IOException
- Specified by:
newLine in class javax.servlet.jsp.JspWriter
- Throws:
IOException
print
public void print(boolean b)
throws IOException
- Specified by:
print in class javax.servlet.jsp.JspWriter
- Throws:
IOException
print
public void print(char c)
throws IOException
- Specified by:
print in class javax.servlet.jsp.JspWriter
- Throws:
IOException
print
public void print(char[] chars)
throws IOException
- Specified by:
print in class javax.servlet.jsp.JspWriter
- Throws:
IOException
print
public void print(double d)
throws IOException
- Specified by:
print in class javax.servlet.jsp.JspWriter
- Throws:
IOException
print
public void print(float f)
throws IOException
- Specified by:
print in class javax.servlet.jsp.JspWriter
- Throws:
IOException
print
public void print(int i)
throws IOException
- Specified by:
print in class javax.servlet.jsp.JspWriter
- Throws:
IOException
print
public void print(long l)
throws IOException
- Specified by:
print in class javax.servlet.jsp.JspWriter
- Throws:
IOException
print
public void print(Object object)
throws IOException
- Specified by:
print in class javax.servlet.jsp.JspWriter
- Throws:
IOException
print
public void print(String string)
throws IOException
- Specified by:
print in class javax.servlet.jsp.JspWriter
- Throws:
IOException
println
public void println()
throws IOException
- Specified by:
println in class javax.servlet.jsp.JspWriter
- Throws:
IOException
println
public void println(boolean b)
throws IOException
- Specified by:
println in class javax.servlet.jsp.JspWriter
- Throws:
IOException
println
public void println(char c)
throws IOException
- Specified by:
println in class javax.servlet.jsp.JspWriter
- Throws:
IOException
println
public void println(char[] chars)
throws IOException
- Specified by:
println in class javax.servlet.jsp.JspWriter
- Throws:
IOException
println
public void println(double d)
throws IOException
- Specified by:
println in class javax.servlet.jsp.JspWriter
- Throws:
IOException
println
public void println(float f)
throws IOException
- Specified by:
println in class javax.servlet.jsp.JspWriter
- Throws:
IOException
println
public void println(int i)
throws IOException
- Specified by:
println in class javax.servlet.jsp.JspWriter
- Throws:
IOException
println
public void println(long l)
throws IOException
- Specified by:
println in class javax.servlet.jsp.JspWriter
- Throws:
IOException
println
public void println(Object object)
throws IOException
- Specified by:
println in class javax.servlet.jsp.JspWriter
- Throws:
IOException
println
public void println(String string)
throws IOException
- Specified by:
println in class javax.servlet.jsp.JspWriter
- Throws:
IOException
write
public void write(char[] chars)
throws IOException
- Overrides:
write in class Writer
- Throws:
IOException
write
public void write(char[] chars,
int offset,
int length)
throws IOException
- Specified by:
write in class Writer
- Throws:
IOException
write
public void write(int c)
throws IOException
- Overrides:
write in class Writer
- Throws:
IOException
write
public void write(String string)
throws IOException
- Overrides:
write in class Writer
- Throws:
IOException
write
public void write(String string,
int offset,
int length)
throws IOException
- Overrides:
write in class Writer
- Throws:
IOException