jrun.jsp.runtime
Class JRunBodyContent

jrun.jsp.runtime.JRunBodyContent

public class JRunBodyContent

This is a boundless JspWriter used in BodyTag handlers.


Constructor Summary
JRunBodyContent(javax.servlet.jsp.JspWriter jspWriter)
           
 
Method Summary
 void clear()
           
 void clearBuffer()
           
 void close()
           
 void flush()
           
 java.io.Reader getReader()
           
 int getRemaining()
           
 java.lang.String getString()
           
 void newLine()
           
 void print(boolean b)
           
 void print(char c)
           
 void print(char[] c)
           
 void print(double d)
           
 void print(float f)
           
 void print(int i)
           
 void print(long l)
           
 void print(java.lang.Object o)
           
 void print(java.lang.String s)
           
 void println()
           
 void println(boolean b)
           
 void println(char c)
           
 void println(char[] s)
           
 void println(double d)
           
 void println(float f)
           
 void println(int i)
           
 void println(long l)
           
 void println(java.lang.Object o)
           
 void println(java.lang.String s)
           
 void write(char[] cb)
           
 void write(char[] s, int start, int length)
           
 void write(int c)
           
 void write(java.lang.String str, int off, int len)
           
 void writeOut(java.io.Writer outWriter)
           
 

Constructor Detail

JRunBodyContent

public JRunBodyContent(javax.servlet.jsp.JspWriter jspWriter)
Method Detail

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.