public class BodyContentImpl
extends javax.servlet.jsp.tagext.BodyContent
| Constructor and Description |
|---|
BodyContentImpl(javax.servlet.jsp.JspWriter enclosingWriter)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
void |
clearBuffer() |
void |
close() |
int |
getBufferSize() |
Reader |
getReader() |
int |
getRemaining() |
String |
getString() |
void |
newLine() |
void |
print(boolean flag) |
void |
print(char c) |
void |
print(char[] ac) |
void |
print(double d) |
void |
print(float f) |
void |
print(int i) |
void |
print(long l) |
void |
print(Object obj) |
void |
print(String s) |
void |
println() |
void |
println(boolean flag) |
void |
println(char c) |
void |
println(char[] ac) |
void |
println(double d) |
void |
println(float f) |
void |
println(int i) |
void |
println(long l) |
void |
println(Object obj) |
void |
println(String s) |
void |
write(char[] ac) |
void |
write(char[] ac,
int i,
int j) |
void |
write(int i) |
void |
write(String s) |
void |
write(String s,
int i,
int j) |
void |
writeOut(Writer writer) |
public BodyContentImpl(javax.servlet.jsp.JspWriter enclosingWriter)
public void write(int i)
throws IOException
write in class WriterIOExceptionpublic void write(char[] ac,
int i,
int j)
throws IOException
write in class WriterIOExceptionpublic void write(char[] ac)
throws IOException
write in class WriterIOExceptionpublic void write(String s, int i, int j) throws IOException
write in class WriterIOExceptionpublic void write(String s) throws IOException
write in class WriterIOExceptionpublic void newLine()
throws IOException
newLine in class javax.servlet.jsp.JspWriterIOExceptionpublic void print(boolean flag)
throws IOException
print in class javax.servlet.jsp.JspWriterIOExceptionpublic void print(char c)
throws IOException
print in class javax.servlet.jsp.JspWriterIOExceptionpublic void print(int i)
throws IOException
print in class javax.servlet.jsp.JspWriterIOExceptionpublic void print(long l)
throws IOException
print in class javax.servlet.jsp.JspWriterIOExceptionpublic void print(float f)
throws IOException
print in class javax.servlet.jsp.JspWriterIOExceptionpublic void print(double d)
throws IOException
print in class javax.servlet.jsp.JspWriterIOExceptionpublic void print(char[] ac)
throws IOException
print in class javax.servlet.jsp.JspWriterIOExceptionpublic void print(String s) throws IOException
print in class javax.servlet.jsp.JspWriterIOExceptionpublic void print(Object obj) throws IOException
print in class javax.servlet.jsp.JspWriterIOExceptionpublic void println()
throws IOException
println in class javax.servlet.jsp.JspWriterIOExceptionpublic void println(boolean flag)
throws IOException
println in class javax.servlet.jsp.JspWriterIOExceptionpublic void println(char c)
throws IOException
println in class javax.servlet.jsp.JspWriterIOExceptionpublic void println(int i)
throws IOException
println in class javax.servlet.jsp.JspWriterIOExceptionpublic void println(long l)
throws IOException
println in class javax.servlet.jsp.JspWriterIOExceptionpublic void println(float f)
throws IOException
println in class javax.servlet.jsp.JspWriterIOExceptionpublic void println(double d)
throws IOException
println in class javax.servlet.jsp.JspWriterIOExceptionpublic void println(char[] ac)
throws IOException
println in class javax.servlet.jsp.JspWriterIOExceptionpublic void println(String s) throws IOException
println in class javax.servlet.jsp.JspWriterIOExceptionpublic void println(Object obj) throws IOException
println in class javax.servlet.jsp.JspWriterIOExceptionpublic void clear()
throws IOException
clear in class javax.servlet.jsp.JspWriterIOExceptionpublic void clearBuffer()
throws IOException
clearBuffer in class javax.servlet.jsp.JspWriterIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class javax.servlet.jsp.JspWriterIOExceptionpublic int getRemaining()
getRemaining in class javax.servlet.jsp.JspWriterpublic Reader getReader()
getReader in class javax.servlet.jsp.tagext.BodyContentpublic String getString()
getString in class javax.servlet.jsp.tagext.BodyContentpublic void writeOut(Writer writer) throws IOException
writeOut in class javax.servlet.jsp.tagext.BodyContentIOExceptionpublic int getBufferSize()
getBufferSize in class javax.servlet.jsp.JspWriterCopyright © 2015 JBoss by Red Hat. All rights reserved.