Class JspWriter
java.lang.Object
java.io.Writer
javax.servlet.jsp.JspWriter
- All Implemented Interfaces:
Closeable,Flushable,Appendable,AutoCloseable
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected booleanprotected intstatic intXXXstatic intXXX -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract voidclear()XXXabstract voidXXXabstract voidclose()XXXabstract voidflush()XXXintXXXabstract intXXXbooleanXXXabstract voidnewLine()XXXabstract voidprint(boolean value) XXXabstract voidprint(char value) XXXabstract voidprint(char[] value) XXXabstract voidprint(double value) XXXabstract voidprint(float value) XXXabstract voidprint(int value) XXXabstract voidprint(long value) XXXabstract voidXXXabstract voidXXXabstract voidprintln()XXXabstract voidprintln(boolean value) XXXabstract voidprintln(char value) XXXabstract voidprintln(char[] value) XXXabstract voidprintln(double value) XXXabstract voidprintln(float value) XXXabstract voidprintln(int value) XXXabstract voidprintln(long value) XXXabstract voidXXXabstract voidXXX
-
Field Details
-
autoFlush
protected boolean autoFlush -
bufferSize
protected int bufferSize -
DEFAULT_BUFFER
public static int DEFAULT_BUFFERXXX -
NO_BUFFER
public static int NO_BUFFERXXX
-
-
Constructor Details
-
JspWriter
protected JspWriter(int bufferSize, boolean autoFlush) XXX- Parameters:
bufferSize- XXXautoFlush- XXX
-
-
Method Details
-
clear
-
clearBuffer
-
close
XXX- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Specified by:
closein classWriter- Throws:
IOException- XXX
-
flush
XXX- Specified by:
flushin interfaceFlushable- Specified by:
flushin classWriter- Throws:
IOException- XXX
-
getBufferSize
-
getRemaining
-
newLine
XXX- Parameters:
value- XXX- Throws:
IOException- XXX
-
print
XXX- Parameters:
value- XXX- Throws:
IOException- XXX
-
print
XXX- Parameters:
value- XXX- Throws:
IOException- XXX
-
print
XXX- Parameters:
value- XXX- Throws:
IOException- XXX
-
print
XXX- Parameters:
value- XXX- Throws:
IOException- XXX
-
print
XXX- Parameters:
value- XXX- Throws:
IOException- XXX
-
print
XXX- Parameters:
value- XXX- Throws:
IOException- XXX
-
print
XXX- Parameters:
value- XXX- Throws:
IOException- XXX
-
print
XXX- Parameters:
value- XXX- Throws:
IOException- XXX
-
print
XXX- Parameters:
value- XXX- Throws:
IOException- XXX
-
println
XXX- Parameters:
value- XXX- Throws:
IOException- XXX
-
println
XXX- Parameters:
value- XXX- Throws:
IOException- XXX
-
println
XXX- Parameters:
value- XXX- Throws:
IOException- XXX
-
println
XXX- Parameters:
value- XXX- Throws:
IOException- XXX
-
println
XXX- Parameters:
value- XXX- Throws:
IOException- XXX
-
println
XXX- Parameters:
value- XXX- Throws:
IOException- XXX
-
println
XXX- Parameters:
value- XXX- Throws:
IOException- XXX
-
println
XXX- Parameters:
value- XXX- Throws:
IOException- XXX
-
println
XXX- Parameters:
value- XXX- Throws:
IOException- XXX
-
println
XXX- Parameters:
value- XXX- Throws:
IOException- XXX
-
isAutoFlush
public boolean isAutoFlush()XXX- Returns:
- whether this JspWriter automatically flushes the buffer when it fills up.
- Throws:
IOException- XXX
-