public class DebugCFMLWriter extends CFMLWriter implements DebugOutputLog
Constructor and Description |
---|
DebugCFMLWriter(CFMLWriter writer) |
Modifier and Type | Method and Description |
---|---|
Writer |
append(char c) |
Writer |
append(CharSequence csq) |
Writer |
append(CharSequence csq,
int start,
int end) |
void |
appendHTMLBody(String text) |
void |
appendHTMLHead(String text) |
void |
clear() |
void |
clearBuffer() |
void |
close() |
void |
doCache(CacheItem ci) |
void |
flush() |
void |
flushHTMLBody() |
void |
flushHTMLHead() |
int |
getBufferSize() |
CacheItem |
getCacheItem() |
DebugTextFragment[] |
getFragments() |
String |
getHTMLBody() |
String |
getHTMLHead() |
int |
getRemaining() |
OutputStream |
getResponseStream() |
boolean |
isAutoFlush() |
void |
newLine() |
void |
print(boolean b) |
void |
print(char c) |
void |
print(char[] carr) |
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[] carr) |
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 |
resetHTMLBody() |
void |
resetHTMLHead() |
void |
setAllowCompression(boolean allowCompression) |
void |
setBufferConfig(int interval,
boolean b) |
void |
setClosed(boolean b) |
void |
write(char[] cbuf) |
void |
write(char[] carr,
int off,
int len) |
void |
write(int i) |
void |
write(String str) |
void |
write(String str,
int off,
int len) |
void |
writeHTMLBody(String text) |
void |
writeHTMLHead(String text) |
void |
writeRaw(String str)
write the given string without removing whitespace.
|
public DebugCFMLWriter(CFMLWriter writer)
public int getBufferSize()
getBufferSize
in class javax.servlet.jsp.JspWriter
public boolean isAutoFlush()
isAutoFlush
in class javax.servlet.jsp.JspWriter
public Writer append(CharSequence csq) throws IOException
append
in interface Appendable
append
in class Writer
IOException
public Writer append(char c) throws IOException
append
in interface Appendable
append
in class Writer
IOException
public Writer append(CharSequence csq, int start, int end) throws IOException
append
in interface Appendable
append
in class Writer
IOException
public void write(int i) throws IOException
write
in class Writer
IOException
public void write(char[] cbuf) throws IOException
write
in class Writer
IOException
public void write(String str) throws IOException
write
in class Writer
IOException
public void write(String str, int off, int len) throws IOException
write
in class Writer
IOException
public OutputStream getResponseStream() throws IOException
getResponseStream
in class CFMLWriter
IOException
public void setClosed(boolean b)
setClosed
in class CFMLWriter
public void setBufferConfig(int interval, boolean b) throws IOException
setBufferConfig
in class CFMLWriter
IOException
public void appendHTMLBody(String text) throws IOException
appendHTMLBody
in class CFMLWriter
IOException
public void writeHTMLBody(String text) throws IOException
writeHTMLBody
in class CFMLWriter
IOException
public String getHTMLBody() throws IOException
getHTMLBody
in class CFMLWriter
IOException
public void flushHTMLBody() throws IOException
flushHTMLBody
in class CFMLWriter
IOException
public void resetHTMLBody() throws IOException
resetHTMLBody
in class CFMLWriter
IOException
public void appendHTMLHead(String text) throws IOException
appendHTMLHead
in class CFMLWriter
IOException
public void writeHTMLHead(String text) throws IOException
writeHTMLHead
in class CFMLWriter
IOException
public String getHTMLHead() throws IOException
getHTMLHead
in class CFMLWriter
IOException
public void flushHTMLHead() throws IOException
flushHTMLHead
in class CFMLWriter
IOException
public void resetHTMLHead() throws IOException
resetHTMLHead
in class CFMLWriter
IOException
public void writeRaw(String str) throws IOException
CFMLWriter
writeRaw
in class CFMLWriter
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 void flush() throws IOException
flush
in interface Flushable
flush
in class javax.servlet.jsp.JspWriter
IOException
public int getRemaining()
getRemaining
in class javax.servlet.jsp.JspWriter
public void newLine() throws IOException
newLine
in class javax.servlet.jsp.JspWriter
IOException
public void print(boolean b) 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[] carr) throws IOException
print
in class javax.servlet.jsp.JspWriter
IOException
public void print(String str) 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 b) 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[] carr) throws IOException
println
in class javax.servlet.jsp.JspWriter
IOException
public void println(String str) 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 write(char[] carr, int off, int len) throws IOException
write
in class Writer
IOException
public DebugTextFragment[] getFragments()
getFragments
in interface DebugOutputLog
public void setAllowCompression(boolean allowCompression)
setAllowCompression
in class CFMLWriter
public void doCache(CacheItem ci)
doCache
in class CFMLWriter
public CacheItem getCacheItem()
getCacheItem
in class CFMLWriter
Copyright © 2015 Lucee