public abstract class CFMLWriter extends javax.servlet.jsp.JspWriter
Modifier and Type | Method and Description |
---|---|
abstract void |
appendHTMLBody(String text) |
abstract void |
appendHTMLHead(String text) |
abstract void |
doCache(CacheItem ci) |
abstract void |
flushHTMLBody() |
abstract void |
flushHTMLHead() |
abstract CacheItem |
getCacheItem() |
abstract String |
getHTMLBody() |
abstract String |
getHTMLHead() |
abstract OutputStream |
getResponseStream() |
abstract void |
resetHTMLBody() |
abstract void |
resetHTMLHead() |
abstract void |
setAllowCompression(boolean allowCompression) |
abstract void |
setBufferConfig(int interval,
boolean b) |
abstract void |
setClosed(boolean b) |
abstract void |
writeHTMLBody(String text) |
abstract void |
writeHTMLHead(String text) |
abstract void |
writeRaw(String str)
write the given string without removing whitespace.
|
clear, clearBuffer, close, flush, getBufferSize, getRemaining, isAutoFlush, newLine, print, print, print, print, print, print, print, print, print, println, println, println, println, println, println, println, println, println, println
public abstract OutputStream getResponseStream() throws IOException
IOException
public abstract void setClosed(boolean b)
public abstract void setBufferConfig(int interval, boolean b) throws IOException
IOException
public abstract void appendHTMLBody(String text) throws IOException
IOException
public abstract void writeHTMLBody(String text) throws IOException
IOException
public abstract void flushHTMLBody() throws IOException
IOException
public abstract String getHTMLBody() throws IOException
IOException
public abstract void resetHTMLBody() throws IOException
IOException
public abstract void appendHTMLHead(String text) throws IOException
IOException
public abstract void writeHTMLHead(String text) throws IOException
IOException
public abstract void flushHTMLHead() throws IOException
IOException
public abstract String getHTMLHead() throws IOException
IOException
public abstract void resetHTMLHead() throws IOException
IOException
public abstract void writeRaw(String str) throws IOException
str
- IOException
public abstract void setAllowCompression(boolean allowCompression)
public abstract CacheItem getCacheItem()
Copyright © 2015 Lucee