java.lang.Object
com.semanticcms.core.servlet.PageContextWriter
Also provides convenience access to all the PrintWriter methods, available through static import.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic PrintWriter
append
(char c) static PrintWriter
append
(CharSequence csq) static PrintWriter
append
(CharSequence csq, int start, int end) static PrintWriter
static PrintWriter
static PrintWriter
print
(boolean b) static PrintWriter
print
(char c) static PrintWriter
print
(char[] s) static PrintWriter
print
(double d) static PrintWriter
print
(float f) static PrintWriter
print
(int i) static PrintWriter
print
(long l) static PrintWriter
static PrintWriter
static PrintWriter
static PrintWriter
static PrintWriter
println()
static PrintWriter
println
(boolean x) static PrintWriter
println
(char x) static PrintWriter
println
(char[] x) static PrintWriter
println
(double x) static PrintWriter
println
(float x) static PrintWriter
println
(int x) static PrintWriter
println
(long x) static PrintWriter
static PrintWriter
static PrintWriter
write
(char[] cbuf) static PrintWriter
write
(char[] cbuf, int off, int len) static PrintWriter
write
(int c) static PrintWriter
static PrintWriter
-
Method Details
-
write
- Throws:
IOException
-
write
- Throws:
IOException
-
write
- Throws:
IOException
-
write
- Throws:
IOException
-
write
- Throws:
IOException
-
print
- Throws:
IOException
-
print
- Throws:
IOException
-
print
- Throws:
IOException
-
print
- Throws:
IOException
-
print
- Throws:
IOException
-
print
- Throws:
IOException
-
print
- Throws:
IOException
-
print
- Throws:
IOException
-
print
- Throws:
IOException
-
println
- Throws:
IOException
-
println
- Throws:
IOException
-
println
- Throws:
IOException
-
println
- Throws:
IOException
-
println
- Throws:
IOException
-
println
- Throws:
IOException
-
println
- Throws:
IOException
-
println
- Throws:
IOException
-
println
- Throws:
IOException
-
println
- Throws:
IOException
-
printf
- Throws:
IOException
-
printf
- Throws:
IOException
-
format
- Throws:
IOException
-
format
- Throws:
IOException
-
append
- Throws:
IOException
-
append
- Throws:
IOException
-
append
- Throws:
IOException
-