jrun.jsp.runtime
Class JspWriterWrapper
jrun.jsp.runtime.JspWriterWrapper
- Direct Known Subclasses:
- IncludeJspWriterWrapper
- public class JspWriterWrapper
|
Field Summary |
protected javax.servlet.jsp.JspWriter |
writer
|
writer
protected javax.servlet.jsp.JspWriter writer
JspWriterWrapper
public JspWriterWrapper(javax.servlet.jsp.JspWriter writer)
getWriter
public javax.servlet.jsp.JspWriter getWriter()
close
public void close()
throws java.io.IOException
toString
public java.lang.String toString()
equals
public boolean equals(java.lang.Object obj)
hashCode
public int hashCode()
write
public void write(java.lang.String str,
int off,
int len)
throws java.io.IOException
write
public void write(java.lang.String str)
throws java.io.IOException
write
public void write(char[] cbuf)
throws java.io.IOException
write
public void write(int c)
throws java.io.IOException
isAutoFlush
public boolean isAutoFlush()
getBufferSize
public int getBufferSize()
write
public void write(char[] cbuf,
int off,
int len)
throws java.io.IOException
getRemaining
public int getRemaining()
flush
public void flush()
throws java.io.IOException
clearBuffer
public void clearBuffer()
throws java.io.IOException
println
public void println(java.lang.Object o)
throws java.io.IOException
println
public void println(java.lang.String s)
throws java.io.IOException
println
public void println(char[] chars)
throws java.io.IOException
println
public void println(double v)
throws java.io.IOException
println
public void println(float v)
throws java.io.IOException
println
public void println(long l)
throws java.io.IOException
println
public void println(int i)
throws java.io.IOException
println
public void println(char c)
throws java.io.IOException
println
public void println(boolean b)
throws java.io.IOException
println
public void println()
throws java.io.IOException
print
public void print(java.lang.Object o)
throws java.io.IOException
print
public void print(java.lang.String s)
throws java.io.IOException
print
public void print(char[] chars)
throws java.io.IOException
print
public void print(double v)
throws java.io.IOException
print
public void print(float v)
throws java.io.IOException
print
public void print(long l)
throws java.io.IOException
print
public void print(int i)
throws java.io.IOException
print
public void print(char c)
throws java.io.IOException
print
public void print(boolean b)
throws java.io.IOException
newLine
public void newLine()
throws java.io.IOException
clear
public void clear()
throws java.io.IOException
Copyright � 2002 Macromedia Corporation. All Rights Reserved.