railo.runtime.writer
Class CFMLWriter

java.lang.Object
  extended by java.io.Writer
      extended by javax.servlet.jsp.JspWriter
          extended by railo.runtime.writer.CFMLWriter
All Implemented Interfaces:
Closeable, Flushable, Appendable
Direct Known Subclasses:
CFMLWriterImpl, JspWriterImplByteBuffer, JspWriterImplCharBuffer, JspWriterImplStringBuffer

public abstract class CFMLWriter
extends javax.servlet.jsp.JspWriter


Field Summary
 
Fields inherited from class javax.servlet.jsp.JspWriter
DEFAULT_BUFFER, NO_BUFFER, UNBOUNDED_BUFFER
 
Method Summary
abstract  void appendHTMLHead(String text)
           
abstract  String getHTMLHead()
           
abstract  OutputStream getResponseStream()
           
abstract  void resetHTMLHead()
           
abstract  void setBufferConfig(int interval, boolean b)
           
abstract  void setClosed(boolean b)
           
abstract  void writeHTMLHead(String text)
           
abstract  void writeRaw(String str)
          write the given string without removing whitespace.
 
Methods inherited from class javax.servlet.jsp.JspWriter
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
 
Methods inherited from class java.io.Writer
append, append, append, write, write, write, write, write
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getResponseStream

public abstract OutputStream getResponseStream()
                                        throws IOException
Throws:
IOException

setClosed

public abstract void setClosed(boolean b)

setBufferConfig

public abstract void setBufferConfig(int interval,
                                     boolean b)
                              throws IOException
Throws:
IOException

appendHTMLHead

public abstract void appendHTMLHead(String text)
                             throws IOException
Throws:
IOException

writeHTMLHead

public abstract void writeHTMLHead(String text)
                            throws IOException
Throws:
IOException

getHTMLHead

public abstract String getHTMLHead()
                            throws IOException
Throws:
IOException

resetHTMLHead

public abstract void resetHTMLHead()
                            throws IOException
Throws:
IOException

writeRaw

public abstract void writeRaw(String str)
                       throws IOException
write the given string without removing whitespace.

Parameters:
str -
Throws:
IOException


Copyright © 2012 Railo