javax.servlet.jsp.tagext
Class BodyJspWriter
public abstract class BodyJspWriter
void | clearBody()
|
abstract Reader | getReader() - Retrieves the evaluated body contents as a reader
|
abstract String | getString() - Retrieves the evaluated body contents as a string
|
abstract void | writeOut(Writer out)
|
clear , clearBuffer , close , flush , getBufferSize , getRemaining , isAutoFlush , newLine , print , print , print , print , print , print , print , print , print , println , println , println , println , println , println , println , println , println , println |
BodyJspWriter
protected BodyJspWriter(int bufferSize,
boolean autoFlush)
XXX
bufferSize
- XXXautoFlush
- XXX
clearBody
public void clearBody()
getReader
public abstract Reader getReader()
Retrieves the evaluated body contents as a reader
getString
public abstract String getString()
Retrieves the evaluated body contents as a string
writeOut
public abstract void writeOut(Writer out)