|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.io.Writer javax.servlet.jsp.JspWriter net.ontopia.utils.ontojsp.DefaultJspWriter
public class DefaultJspWriter
Fake the JspWriter, needed for execution of a JSP.
Field Summary |
---|
Fields inherited from class javax.servlet.jsp.JspWriter |
---|
autoFlush, bufferSize, DEFAULT_BUFFER, NO_BUFFER, UNBOUNDED_BUFFER |
Fields inherited from class java.io.Writer |
---|
lock |
Constructor Summary | |
---|---|
DefaultJspWriter(java.io.Writer out)
|
Method Summary | |
---|---|
void |
clear()
|
void |
clearBuffer()
|
void |
close()
|
void |
flush()
|
int |
getRemaining()
|
void |
newLine()
|
void |
print(boolean b)
|
void |
print(char c)
|
void |
print(char[] s)
|
void |
print(double d)
|
void |
print(float f)
|
void |
print(int i)
|
void |
print(long l)
|
void |
print(java.lang.Object obj)
|
void |
print(java.lang.String s)
|
void |
println()
|
void |
println(boolean x)
Prints a boolean value and then terminate the line. |
void |
println(char x)
Prints a character and then terminate the line. |
void |
println(char[] x)
Prints an array of characters and then terminate the line. |
void |
println(double x)
Prints a double-precision floating-point number and then terminate the line. |
void |
println(float x)
Prints a floating-point number and then terminate the line. |
void |
println(int x)
Prints an integer and then terminate the line. |
void |
println(long x)
Prints a long integer and then terminate the line. |
void |
println(java.lang.Object x)
Prints an Object and then terminate the line. |
void |
println(java.lang.String x)
Prints a String and then terminate the line. |
void |
write(char[] ch,
int start,
int length)
|
Methods inherited from class javax.servlet.jsp.JspWriter |
---|
getBufferSize, isAutoFlush |
Methods inherited from class java.io.Writer |
---|
append, append, append, write, write, write, write |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultJspWriter(java.io.Writer out)
Method Detail |
---|
public final void clear() throws java.io.IOException
clear
in class javax.servlet.jsp.JspWriter
java.io.IOException
public void clearBuffer() throws java.io.IOException
clearBuffer
in class javax.servlet.jsp.JspWriter
java.io.IOException
public void flush() throws java.io.IOException
flush
in interface java.io.Flushable
flush
in class javax.servlet.jsp.JspWriter
java.io.IOException
public void close() throws java.io.IOException
close
in interface java.io.Closeable
close
in class javax.servlet.jsp.JspWriter
java.io.IOException
public int getRemaining()
getRemaining
in class javax.servlet.jsp.JspWriter
public void newLine() throws java.io.IOException
newLine
in class javax.servlet.jsp.JspWriter
java.io.IOException
public void write(char[] ch, int start, int length) throws java.io.IOException
write
in class java.io.Writer
java.io.IOException
public void print(boolean b) throws java.io.IOException
print
in class javax.servlet.jsp.JspWriter
java.io.IOException
public void print(char c) throws java.io.IOException
print
in class javax.servlet.jsp.JspWriter
java.io.IOException
public void print(int i) throws java.io.IOException
print
in class javax.servlet.jsp.JspWriter
java.io.IOException
public void print(long l) throws java.io.IOException
print
in class javax.servlet.jsp.JspWriter
java.io.IOException
public void print(float f) throws java.io.IOException
print
in class javax.servlet.jsp.JspWriter
java.io.IOException
public void print(double d) throws java.io.IOException
print
in class javax.servlet.jsp.JspWriter
java.io.IOException
public void print(char[] s) throws java.io.IOException
print
in class javax.servlet.jsp.JspWriter
java.io.IOException
public void print(java.lang.String s) throws java.io.IOException
print
in class javax.servlet.jsp.JspWriter
java.io.IOException
public void print(java.lang.Object obj) throws java.io.IOException
print
in class javax.servlet.jsp.JspWriter
java.io.IOException
public void println() throws java.io.IOException
println
in class javax.servlet.jsp.JspWriter
java.io.IOException
public void println(boolean x) throws java.io.IOException
print(boolean)
and then
println()
.
println
in class javax.servlet.jsp.JspWriter
java.io.IOException
public void println(char x) throws java.io.IOException
print(char)
and then println()
.
println
in class javax.servlet.jsp.JspWriter
java.io.IOException
public void println(int x) throws java.io.IOException
print(int)
and then println()
.
println
in class javax.servlet.jsp.JspWriter
java.io.IOException
public void println(long x) throws java.io.IOException
print(long)
and then
println()
.
println
in class javax.servlet.jsp.JspWriter
java.io.IOException
public void println(float x) throws java.io.IOException
print(float)
and then
println()
.
println
in class javax.servlet.jsp.JspWriter
java.io.IOException
public void println(double x) throws java.io.IOException
print(double)
and then println()
.
println
in class javax.servlet.jsp.JspWriter
java.io.IOException
public void println(char[] x) throws java.io.IOException
print(char[])
and then
println()
.
println
in class javax.servlet.jsp.JspWriter
java.io.IOException
public void println(java.lang.String x) throws java.io.IOException
print(String)
and then
println()
.
println
in class javax.servlet.jsp.JspWriter
java.io.IOException
public void println(java.lang.Object x) throws java.io.IOException
print(Object)
and then
println()
.
println
in class javax.servlet.jsp.JspWriter
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |