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 Writer
IOException
public void write(char[] ac, int i, int j) throws IOException
write
in class Writer
IOException
public void write(char[] ac) throws IOException
write
in class Writer
IOException
public void write(String s, int i, int j) throws IOException
write
in class Writer
IOException
public void write(String s) throws IOException
write
in class Writer
IOException
public void newLine() throws IOException
newLine
in class javax.servlet.jsp.JspWriter
IOException
public void print(boolean flag) throws IOException
print
in class javax.servlet.jsp.JspWriter
IOException
public void print(char c) throws IOException
print
in class javax.servlet.jsp.JspWriter
IOException
public void print(int i) throws IOException
print
in class javax.servlet.jsp.JspWriter
IOException
public void print(long l) throws IOException
print
in class javax.servlet.jsp.JspWriter
IOException
public void print(float f) throws IOException
print
in class javax.servlet.jsp.JspWriter
IOException
public void print(double d) throws IOException
print
in class javax.servlet.jsp.JspWriter
IOException
public void print(char[] ac) throws IOException
print
in class javax.servlet.jsp.JspWriter
IOException
public void print(String s) throws IOException
print
in class javax.servlet.jsp.JspWriter
IOException
public void print(Object obj) throws IOException
print
in class javax.servlet.jsp.JspWriter
IOException
public void println() throws IOException
println
in class javax.servlet.jsp.JspWriter
IOException
public void println(boolean flag) throws IOException
println
in class javax.servlet.jsp.JspWriter
IOException
public void println(char c) throws IOException
println
in class javax.servlet.jsp.JspWriter
IOException
public void println(int i) throws IOException
println
in class javax.servlet.jsp.JspWriter
IOException
public void println(long l) throws IOException
println
in class javax.servlet.jsp.JspWriter
IOException
public void println(float f) throws IOException
println
in class javax.servlet.jsp.JspWriter
IOException
public void println(double d) throws IOException
println
in class javax.servlet.jsp.JspWriter
IOException
public void println(char[] ac) throws IOException
println
in class javax.servlet.jsp.JspWriter
IOException
public void println(String s) throws IOException
println
in class javax.servlet.jsp.JspWriter
IOException
public void println(Object obj) throws IOException
println
in class javax.servlet.jsp.JspWriter
IOException
public void clear() throws IOException
clear
in class javax.servlet.jsp.JspWriter
IOException
public void clearBuffer() throws IOException
clearBuffer
in class javax.servlet.jsp.JspWriter
IOException
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class javax.servlet.jsp.JspWriter
IOException
public int getRemaining()
getRemaining
in class javax.servlet.jsp.JspWriter
public Reader getReader()
getReader
in class javax.servlet.jsp.tagext.BodyContent
public String getString()
getString
in class javax.servlet.jsp.tagext.BodyContent
public void writeOut(Writer writer) throws IOException
writeOut
in class javax.servlet.jsp.tagext.BodyContent
IOException
public int getBufferSize()
getBufferSize
in class javax.servlet.jsp.JspWriter
Copyright © 2015 JBoss by Red Hat. All rights reserved.