public abstract class BodyContent extends JspWriter
autoFlush, bufferSize, DEFAULT_BUFFER, NO_BUFFER, UNBOUNDED_BUFFER
Modifier | Constructor and Description |
---|---|
protected |
BodyContent(JspWriter e)
Protected constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
clearBody()
Clear the body.
|
void |
flush()
Redefine flush().
|
JspWriter |
getEnclosingWriter()
Get the enclosing JspWriter
|
abstract java.io.Reader |
getReader()
Return the value of this BodyContent as a Reader.
|
abstract java.lang.String |
getString()
Return the value of the BodyContent as a String.
|
abstract void |
writeOut(java.io.Writer out)
Write the contents of this BodyContent into a Writer.
|
clear, clearBuffer, close, getBufferSize, getRemaining, isAutoFlush, newLine, print, print, print, print, print, print, print, print, print, println, println, println, println, println, println, println, println, println, println
protected BodyContent(JspWriter e)
public void flush() throws java.io.IOException
public void clearBody()
public abstract java.io.Reader getReader()
public abstract java.lang.String getString()
public abstract void writeOut(java.io.Writer out) throws java.io.IOException
out
- The writer into which to place the contents of
this body evaluationjava.io.IOException
public JspWriter getEnclosingWriter()
Copyright © 1999-2000 The Apache Software Foundation. All Rights Reserved.