com.liferay.faces.util.jsp
Class JspWriterWrapper
java.lang.Object
java.io.Writer
javax.servlet.jsp.JspWriter
com.liferay.faces.util.jsp.JspWriterWrapper
- All Implemented Interfaces:
- Closeable, Flushable, Appendable, javax.faces.FacesWrapper<javax.servlet.jsp.JspWriter>
public abstract class JspWriterWrapper
- extends javax.servlet.jsp.JspWriter
- implements javax.faces.FacesWrapper<javax.servlet.jsp.JspWriter>
- Author:
- Kyle Stiemann
| Fields inherited from class javax.servlet.jsp.JspWriter |
autoFlush, bufferSize, DEFAULT_BUFFER, NO_BUFFER, UNBOUNDED_BUFFER |
|
Constructor Summary |
protected |
JspWriterWrapper(int bufferSize,
boolean autoFlush)
|
JspWriterWrapper
protected JspWriterWrapper(int bufferSize,
boolean autoFlush)
append
public Writer append(char c)
throws IOException
- Specified by:
append in interface Appendable- Overrides:
append in class Writer
- Throws:
IOException
append
public Writer append(CharSequence csq)
throws IOException
- Specified by:
append in interface Appendable- Overrides:
append in class Writer
- Throws:
IOException
append
public Writer append(CharSequence csq,
int start,
int end)
throws IOException
- Specified by:
append in interface Appendable- Overrides:
append in class Writer
- Throws:
IOException
clear
public void clear()
throws IOException
- Specified by:
clear in class javax.servlet.jsp.JspWriter
- Throws:
IOException
clearBuffer
public void clearBuffer()
throws IOException
- Specified by:
clearBuffer in class javax.servlet.jsp.JspWriter
- Throws:
IOException
close
public void close()
throws IOException
- Specified by:
close in interface Closeable- 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
newLine
public void newLine()
throws IOException
- Specified by:
newLine in class javax.servlet.jsp.JspWriter
- Throws:
IOException
print
public void print(boolean bln)
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(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(float f)
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(char[] chars)
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
print
public void print(Object o)
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 bln)
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(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(float f)
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(char[] chars)
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
println
public void println(Object o)
throws IOException
- Specified by:
println in class javax.servlet.jsp.JspWriter
- Throws:
IOException
toString
public String toString()
- Overrides:
toString in class Object
write
public void write(String str)
throws IOException
- Overrides:
write in class Writer
- Throws:
IOException
write
public void write(char[] cbuf)
throws IOException
- Overrides:
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 str,
int off,
int len)
throws IOException
- Overrides:
write in class Writer
- Throws:
IOException
write
public void write(char[] cbuf,
int off,
int len)
throws IOException
- Specified by:
write in class Writer
- Throws:
IOException
getBufferSize
public int getBufferSize()
- Overrides:
getBufferSize in class javax.servlet.jsp.JspWriter
isAutoFlush
public boolean isAutoFlush()
- Overrides:
isAutoFlush in class javax.servlet.jsp.JspWriter
getRemaining
public int getRemaining()
- Specified by:
getRemaining in class javax.servlet.jsp.JspWriter
getWrapped
public abstract javax.servlet.jsp.JspWriter getWrapped()
- Specified by:
getWrapped in interface javax.faces.FacesWrapper<javax.servlet.jsp.JspWriter>
Copyright © 2015 Liferay, Inc.. All rights reserved.