jrun.jsp.runtime
Class JRunBodyContent
jrun.jsp.runtime.JRunBodyContent
- public class JRunBodyContent
This is a boundless JspWriter used in BodyTag handlers.
JRunBodyContent
public JRunBodyContent(javax.servlet.jsp.JspWriter jspWriter)
getReader
public java.io.Reader getReader()
getString
public java.lang.String getString()
writeOut
public void writeOut(java.io.Writer outWriter)
clear
public void clear()
throws java.io.IOException
clearBuffer
public void clearBuffer()
getRemaining
public int getRemaining()
print
public void print(java.lang.String s)
throws java.io.IOException
print
public void print(boolean b)
throws java.io.IOException
print
public void print(char c)
throws java.io.IOException
print
public void print(int i)
throws java.io.IOException
print
public void print(long l)
throws java.io.IOException
print
public void print(float f)
throws java.io.IOException
print
public void print(double d)
throws java.io.IOException
print
public void print(char[] c)
throws java.io.IOException
print
public void print(java.lang.Object o)
throws java.io.IOException
newLine
public void newLine()
throws java.io.IOException
println
public void println()
throws java.io.IOException
println
public void println(boolean b)
throws java.io.IOException
println
public void println(char c)
throws java.io.IOException
println
public void println(int i)
throws java.io.IOException
println
public void println(long l)
throws java.io.IOException
println
public void println(float f)
throws java.io.IOException
println
public void println(double d)
throws java.io.IOException
println
public void println(char[] s)
throws java.io.IOException
println
public void println(java.lang.String s)
throws java.io.IOException
println
public void println(java.lang.Object o)
throws java.io.IOException
write
public void write(int c)
throws java.io.IOException
write
public void write(char[] cb)
throws java.io.IOException
write
public void write(char[] s,
int start,
int length)
throws java.io.IOException
write
public void write(java.lang.String str,
int off,
int len)
flush
public void flush()
throws java.io.IOException
close
public void close()
Copyright � 2002 Macromedia Corporation. All Rights Reserved.