public final class CFMLWriterWS extends CFMLWriterImpl implements WhiteSpaceWriter
Modifier and Type | Field and Description |
---|---|
static char |
CHAR_BS |
static char |
CHAR_EMPTY |
static char |
CHAR_FW |
static char |
CHAR_NL |
static char |
CHAR_RETURN |
static char |
CHAR_SPACE |
static char |
CHAR_TAB |
Constructor and Description |
---|
CFMLWriterWS(PageContext pc,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse rsp,
int bufferSize,
boolean autoFlush,
boolean closeConn,
boolean showVersion,
boolean contentLength)
constructor of the class
|
Modifier and Type | Method and Description |
---|---|
void |
clear() |
void |
clearBuffer() |
void |
close() |
void |
flush() |
int |
getRemaining() |
void |
initHeaderBuffer()
just a wrapper function for ACF
|
void |
newLine() |
void |
print(boolean b) |
void |
print(char c) |
void |
print(char[] chars) |
void |
print(double d) |
void |
print(float f) |
void |
print(int i) |
void |
print(long l) |
void |
print(Object obj) |
void |
print(String str) |
void |
println() |
void |
println(boolean b) |
void |
println(char c) |
void |
println(char[] chars) |
void |
println(double d) |
void |
println(float f) |
void |
println(int i) |
void |
println(long l) |
void |
println(Object obj) |
void |
println(String str) |
void |
write(char[] chars) |
void |
write(char[] chars,
int off,
int len) |
void |
write(int i) |
void |
write(String str) |
void |
write(String str,
int off,
int len) |
void |
writeRaw(String str)
write the given string without removing whitespace.
|
appendHTMLBody, appendHTMLHead, doCache, flushHTMLBody, flushHTMLHead, getCacheItem, getHTMLBody, getHTMLHead, getResponseStream, getString, isFlushed, resetHTMLBody, resetHTMLHead, setAllowCompression, setBufferConfig, setClosed, toString, writeHTMLBody, writeHTMLHead
public static final char CHAR_EMPTY
public static final char CHAR_NL
public static final char CHAR_SPACE
public static final char CHAR_TAB
public static final char CHAR_BS
public static final char CHAR_FW
public static final char CHAR_RETURN
public CFMLWriterWS(PageContext pc, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse rsp, int bufferSize, boolean autoFlush, boolean closeConn, boolean showVersion, boolean contentLength)
rsp
- bufferSize
- autoFlush
- public void print(char c) throws IOException
print
in class CFMLWriterImpl
IOException
CFMLWriterImpl.print(char)
public void writeRaw(String str) throws IOException
CFMLWriter
writeRaw
in class CFMLWriterImpl
IOException
CFMLWriter.writeRaw(java.lang.String)
public void initHeaderBuffer() throws IOException
initHeaderBuffer
in class CFMLWriterImpl
IOException
public final void clear() throws IOException
clear
in class CFMLWriterImpl
IOException
CFMLWriterImpl.clear()
public final void clearBuffer()
clearBuffer
in class CFMLWriterImpl
CFMLWriterImpl.clearBuffer()
public final void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class CFMLWriterImpl
IOException
CFMLWriterImpl.close()
public final void flush() throws IOException
flush
in interface Flushable
flush
in class CFMLWriterImpl
IOException
CFMLWriterImpl.flush()
public final int getRemaining()
getRemaining
in class CFMLWriterImpl
CFMLWriterImpl.getRemaining()
public final void newLine() throws IOException
newLine
in class CFMLWriterImpl
IOException
CFMLWriterImpl.newLine()
public final void print(boolean b) throws IOException
print
in class CFMLWriterImpl
IOException
CFMLWriterImpl.print(boolean)
public final void print(char[] chars) throws IOException
print
in class CFMLWriterImpl
IOException
CFMLWriterImpl.print(char[])
public final void print(double d) throws IOException
print
in class CFMLWriterImpl
IOException
CFMLWriterImpl.print(double)
public final void print(float f) throws IOException
print
in class CFMLWriterImpl
IOException
CFMLWriterImpl.print(float)
public final void print(int i) throws IOException
print
in class CFMLWriterImpl
IOException
CFMLWriterImpl.print(int)
public final void print(long l) throws IOException
print
in class CFMLWriterImpl
IOException
CFMLWriterImpl.print(long)
public final void print(Object obj) throws IOException
print
in class CFMLWriterImpl
IOException
CFMLWriterImpl.print(java.lang.Object)
public final void print(String str) throws IOException
print
in class CFMLWriterImpl
IOException
CFMLWriterImpl.print(java.lang.String)
public final void println() throws IOException
println
in class CFMLWriterImpl
IOException
CFMLWriterImpl.println()
public final void println(boolean b) throws IOException
println
in class CFMLWriterImpl
IOException
CFMLWriterImpl.println(boolean)
public final void println(char c) throws IOException
println
in class CFMLWriterImpl
IOException
CFMLWriterImpl.println(char)
public final void println(char[] chars) throws IOException
println
in class CFMLWriterImpl
IOException
CFMLWriterImpl.println(char[])
public final void println(double d) throws IOException
println
in class CFMLWriterImpl
IOException
CFMLWriterImpl.println(double)
public final void println(float f) throws IOException
println
in class CFMLWriterImpl
IOException
CFMLWriterImpl.println(float)
public final void println(int i) throws IOException
println
in class CFMLWriterImpl
IOException
CFMLWriterImpl.println(int)
public final void println(long l) throws IOException
println
in class CFMLWriterImpl
IOException
CFMLWriterImpl.println(long)
public final void println(Object obj) throws IOException
println
in class CFMLWriterImpl
IOException
CFMLWriterImpl.println(java.lang.Object)
public final void println(String str) throws IOException
println
in class CFMLWriterImpl
IOException
CFMLWriterImpl.println(java.lang.String)
public final void write(char[] chars, int off, int len) throws IOException
write
in class CFMLWriterImpl
IOException
CFMLWriterImpl.write(char[], int, int)
public final void write(String str, int off, int len) throws IOException
write
in class CFMLWriterImpl
IOException
CFMLWriterImpl.write(java.lang.String, int, int)
public final void write(char[] chars) throws IOException
write
in class CFMLWriterImpl
IOException
CFMLWriterImpl.write(char[])
public final void write(int i) throws IOException
write
in class CFMLWriterImpl
IOException
CFMLWriterImpl.write(int)
public final void write(String str) throws IOException
write
in class CFMLWriterImpl
IOException
CFMLWriterImpl.write(java.lang.String)
Copyright © 2015 Lucee