railo.runtime.writer
Class AbstrCFMLWriterWS
java.lang.Object
java.io.Writer
javax.servlet.jsp.JspWriter
railo.runtime.writer.CFMLWriter
railo.runtime.writer.CFMLWriterImpl
railo.runtime.writer.AbstrCFMLWriterWS
- All Implemented Interfaces:
- Closeable, Flushable, Appendable, WhiteSpaceWriter
public abstract class AbstrCFMLWriterWS
- extends CFMLWriterImpl
- implements WhiteSpaceWriter
JSP Writer that Remove WhiteSpace from given content
Fields inherited from class javax.servlet.jsp.JspWriter |
DEFAULT_BUFFER, NO_BUFFER, UNBOUNDED_BUFFER |
Constructor Summary |
AbstrCFMLWriterWS(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse rsp,
int bufferSize,
boolean autoFlush,
boolean closeConn,
boolean showVersion,
boolean contentLength,
boolean allowCompression)
constructor of the class |
Methods inherited from class railo.runtime.writer.CFMLWriterImpl |
appendHTMLHead, doCache, getCacheItem, getHTMLHead, getResponseStream, getString, initHeaderBuffer, isFlushed, print, resetHTMLHead, setAllowCompression, setBufferConfig, setClosed, toString, writeHTMLHead, writeRaw |
Methods inherited from class javax.servlet.jsp.JspWriter |
getBufferSize, isAutoFlush |
CHAR_EMPTY
public static final char CHAR_EMPTY
- See Also:
- Constant Field Values
CHAR_NL
public static final char CHAR_NL
- See Also:
- Constant Field Values
CHAR_SPACE
public static final char CHAR_SPACE
- See Also:
- Constant Field Values
CHAR_TAB
public static final char CHAR_TAB
- See Also:
- Constant Field Values
CHAR_BS
public static final char CHAR_BS
- See Also:
- Constant Field Values
CHAR_FW
public static final char CHAR_FW
- See Also:
- Constant Field Values
CHAR_RETURN
public static final char CHAR_RETURN
- See Also:
- Constant Field Values
AbstrCFMLWriterWS
public AbstrCFMLWriterWS(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse rsp,
int bufferSize,
boolean autoFlush,
boolean closeConn,
boolean showVersion,
boolean contentLength,
boolean allowCompression)
- constructor of the class
- Parameters:
rsp
- bufferSize
- autoFlush
-
clear
public final void clear()
throws IOException
- Overrides:
clear
in class CFMLWriterImpl
- Throws:
IOException
- See Also:
CFMLWriterImpl.clear()
clearBuffer
public final void clearBuffer()
- Overrides:
clearBuffer
in class CFMLWriterImpl
- See Also:
CFMLWriterImpl.clearBuffer()
close
public final void close()
throws IOException
- Specified by:
close
in interface Closeable
- Overrides:
close
in class CFMLWriterImpl
- Throws:
IOException
- See Also:
CFMLWriterImpl.close()
flush
public final void flush()
throws IOException
- Specified by:
flush
in interface Flushable
- Overrides:
flush
in class CFMLWriterImpl
- Throws:
IOException
- See Also:
CFMLWriterImpl.flush()
getRemaining
public final int getRemaining()
- Overrides:
getRemaining
in class CFMLWriterImpl
- See Also:
CFMLWriterImpl.getRemaining()
newLine
public final void newLine()
throws IOException
- Overrides:
newLine
in class CFMLWriterImpl
- Throws:
IOException
- See Also:
CFMLWriterImpl.newLine()
print
public final void print(boolean b)
throws IOException
- Overrides:
print
in class CFMLWriterImpl
- Throws:
IOException
- See Also:
CFMLWriterImpl.print(boolean)
print
public final void print(char[] chars)
throws IOException
- Overrides:
print
in class CFMLWriterImpl
- Throws:
IOException
- See Also:
CFMLWriterImpl.print(char[])
print
public final void print(double d)
throws IOException
- Overrides:
print
in class CFMLWriterImpl
- Throws:
IOException
- See Also:
CFMLWriterImpl.print(double)
print
public final void print(float f)
throws IOException
- Overrides:
print
in class CFMLWriterImpl
- Throws:
IOException
- See Also:
CFMLWriterImpl.print(float)
print
public final void print(int i)
throws IOException
- Overrides:
print
in class CFMLWriterImpl
- Throws:
IOException
- See Also:
CFMLWriterImpl.print(int)
print
public final void print(long l)
throws IOException
- Overrides:
print
in class CFMLWriterImpl
- Throws:
IOException
- See Also:
CFMLWriterImpl.print(long)
print
public final void print(Object obj)
throws IOException
- Overrides:
print
in class CFMLWriterImpl
- Throws:
IOException
- See Also:
CFMLWriterImpl.print(java.lang.Object)
print
public final void print(String str)
throws IOException
- Overrides:
print
in class CFMLWriterImpl
- Throws:
IOException
- See Also:
CFMLWriterImpl.print(java.lang.String)
println
public final void println()
throws IOException
- Overrides:
println
in class CFMLWriterImpl
- Throws:
IOException
- See Also:
CFMLWriterImpl.println()
println
public final void println(boolean b)
throws IOException
- Overrides:
println
in class CFMLWriterImpl
- Throws:
IOException
- See Also:
CFMLWriterImpl.println(boolean)
println
public final void println(char c)
throws IOException
- Overrides:
println
in class CFMLWriterImpl
- Throws:
IOException
- See Also:
CFMLWriterImpl.println(char)
println
public final void println(char[] chars)
throws IOException
- Overrides:
println
in class CFMLWriterImpl
- Throws:
IOException
- See Also:
CFMLWriterImpl.println(char[])
println
public final void println(double d)
throws IOException
- Overrides:
println
in class CFMLWriterImpl
- Throws:
IOException
- See Also:
CFMLWriterImpl.println(double)
println
public final void println(float f)
throws IOException
- Overrides:
println
in class CFMLWriterImpl
- Throws:
IOException
- See Also:
CFMLWriterImpl.println(float)
println
public final void println(int i)
throws IOException
- Overrides:
println
in class CFMLWriterImpl
- Throws:
IOException
- See Also:
CFMLWriterImpl.println(int)
println
public final void println(long l)
throws IOException
- Overrides:
println
in class CFMLWriterImpl
- Throws:
IOException
- See Also:
CFMLWriterImpl.println(long)
println
public final void println(Object obj)
throws IOException
- Overrides:
println
in class CFMLWriterImpl
- Throws:
IOException
- See Also:
CFMLWriterImpl.println(java.lang.Object)
println
public final void println(String str)
throws IOException
- Overrides:
println
in class CFMLWriterImpl
- Throws:
IOException
- See Also:
CFMLWriterImpl.println(java.lang.String)
write
public final void write(char[] chars,
int off,
int len)
throws IOException
- Overrides:
write
in class CFMLWriterImpl
- Throws:
IOException
- See Also:
CFMLWriterImpl.write(char[], int, int)
write
public final void write(String str,
int off,
int len)
throws IOException
- Overrides:
write
in class CFMLWriterImpl
- Throws:
IOException
- See Also:
CFMLWriterImpl.write(java.lang.String, int, int)
write
public final void write(char[] chars)
throws IOException
- Overrides:
write
in class CFMLWriterImpl
- Throws:
IOException
- See Also:
CFMLWriterImpl.write(char[])
write
public final void write(int i)
throws IOException
- Overrides:
write
in class CFMLWriterImpl
- Throws:
IOException
- See Also:
CFMLWriterImpl.write(int)
write
public final void write(String str)
throws IOException
- Overrides:
write
in class CFMLWriterImpl
- Throws:
IOException
- See Also:
CFMLWriterImpl.write(java.lang.String)
Copyright © 2012 Railo