org.codehaus.groovy.grails.web.pages.ext.jsp
Class JspWriterDelegate
java.lang.Object
java.io.Writer
javax.servlet.jsp.JspWriter
org.codehaus.groovy.grails.web.pages.ext.jsp.JspWriterDelegate
- All Implemented Interfaces:
- java.io.Closeable, java.io.Flushable, java.lang.Appendable
public class JspWriterDelegate
- extends javax.servlet.jsp.JspWriter
Delegates to another java.io.Writer.
- Since:
- 1.0
| Fields inherited from class javax.servlet.jsp.JspWriter |
autoFlush, bufferSize, DEFAULT_BUFFER, NO_BUFFER, UNBOUNDED_BUFFER |
| Fields inherited from class java.io.Writer |
lock |
| Methods inherited from class javax.servlet.jsp.JspWriter |
getBufferSize, isAutoFlush |
| Methods inherited from class java.io.Writer |
append, append, append, write, write, write |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
clear
public void clear()
throws java.io.IOException
- Specified by:
clear in class javax.servlet.jsp.JspWriter
- Throws:
java.io.IOException
clearBuffer
public void clearBuffer()
throws java.io.IOException
- Specified by:
clearBuffer in class javax.servlet.jsp.JspWriter
- Throws:
java.io.IOException
close
public void close()
throws java.io.IOException
- Specified by:
close in interface java.io.Closeable- Specified by:
close in class javax.servlet.jsp.JspWriter
- Throws:
java.io.IOException
flush
public void flush()
throws java.io.IOException
- Specified by:
flush in interface java.io.Flushable- Specified by:
flush in class javax.servlet.jsp.JspWriter
- Throws:
java.io.IOException
getRemaining
public int getRemaining()
- Specified by:
getRemaining in class javax.servlet.jsp.JspWriter
newLine
public void newLine()
throws java.io.IOException
- Specified by:
newLine in class javax.servlet.jsp.JspWriter
- Throws:
java.io.IOException
print
public void print(boolean b)
throws java.io.IOException
- Specified by:
print in class javax.servlet.jsp.JspWriter
- Throws:
java.io.IOException
print
public void print(char c)
throws java.io.IOException
- Specified by:
print in class javax.servlet.jsp.JspWriter
- Throws:
java.io.IOException
print
public void print(char[] cArray)
throws java.io.IOException
- Specified by:
print in class javax.servlet.jsp.JspWriter
- Throws:
java.io.IOException
print
public void print(double d)
throws java.io.IOException
- Specified by:
print in class javax.servlet.jsp.JspWriter
- Throws:
java.io.IOException
print
public void print(float f)
throws java.io.IOException
- Specified by:
print in class javax.servlet.jsp.JspWriter
- Throws:
java.io.IOException
print
public void print(int i)
throws java.io.IOException
- Specified by:
print in class javax.servlet.jsp.JspWriter
- Throws:
java.io.IOException
print
public void print(long l)
throws java.io.IOException
- Specified by:
print in class javax.servlet.jsp.JspWriter
- Throws:
java.io.IOException
print
public void print(java.lang.Object o)
throws java.io.IOException
- Specified by:
print in class javax.servlet.jsp.JspWriter
- Throws:
java.io.IOException
print
public void print(java.lang.String s)
throws java.io.IOException
- Specified by:
print in class javax.servlet.jsp.JspWriter
- Throws:
java.io.IOException
println
public void println()
throws java.io.IOException
- Specified by:
println in class javax.servlet.jsp.JspWriter
- Throws:
java.io.IOException
println
public void println(boolean b)
throws java.io.IOException
- Specified by:
println in class javax.servlet.jsp.JspWriter
- Throws:
java.io.IOException
println
public void println(char c)
throws java.io.IOException
- Specified by:
println in class javax.servlet.jsp.JspWriter
- Throws:
java.io.IOException
println
public void println(char[] chars)
throws java.io.IOException
- Specified by:
println in class javax.servlet.jsp.JspWriter
- Throws:
java.io.IOException
println
public void println(double d)
throws java.io.IOException
- Specified by:
println in class javax.servlet.jsp.JspWriter
- Throws:
java.io.IOException
println
public void println(float f)
throws java.io.IOException
- Specified by:
println in class javax.servlet.jsp.JspWriter
- Throws:
java.io.IOException
println
public void println(int i)
throws java.io.IOException
- Specified by:
println in class javax.servlet.jsp.JspWriter
- Throws:
java.io.IOException
println
public void println(long l)
throws java.io.IOException
- Specified by:
println in class javax.servlet.jsp.JspWriter
- Throws:
java.io.IOException
println
public void println(java.lang.Object o)
throws java.io.IOException
- Specified by:
println in class javax.servlet.jsp.JspWriter
- Throws:
java.io.IOException
println
public void println(java.lang.String s)
throws java.io.IOException
- Specified by:
println in class javax.servlet.jsp.JspWriter
- Throws:
java.io.IOException
write
public void write(int c)
throws java.io.IOException
- Overrides:
write in class java.io.Writer
- Throws:
java.io.IOException
write
public void write(char[] cbuf,
int off,
int len)
throws java.io.IOException
- Specified by:
write in class java.io.Writer
- Throws:
java.io.IOException