|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.io.Writer
javax.servlet.jsp.JspWriter
railo.runtime.writer.CFMLWriter
railo.runtime.writer.JspWriterImplStringBuffer
public class JspWriterImplStringBuffer
Implementation of a JSpWriter
Field Summary |
---|
Fields inherited from class javax.servlet.jsp.JspWriter |
---|
DEFAULT_BUFFER, NO_BUFFER, UNBOUNDED_BUFFER |
Constructor Summary | |
---|---|
JspWriterImplStringBuffer(javax.servlet.http.HttpServletResponse response)
constructor of the class |
|
JspWriterImplStringBuffer(javax.servlet.http.HttpServletResponse response,
int bufferSize,
boolean autoFlush)
constructor of the class |
Method Summary | |
---|---|
void |
appendHTMLHead(String headData)
|
void |
clear()
|
void |
clearBuffer()
|
void |
close()
|
void |
flush()
|
String |
getHTMLHead()
|
int |
getRemaining()
|
OutputStream |
getResponseStream()
|
void |
initHeaderBuffer()
just a wrapper function for ACF |
boolean |
isFlushed()
|
void |
newLine()
|
void |
print(boolean arg)
|
void |
print(char arg)
|
void |
print(char[] arg)
|
void |
print(double arg)
|
void |
print(float arg)
|
void |
print(int arg)
|
void |
print(long arg)
|
void |
print(Object arg)
|
void |
print(String arg)
|
void |
println()
|
void |
println(boolean arg)
|
void |
println(char arg)
|
void |
println(char[] arg)
|
void |
println(double arg)
|
void |
println(float arg)
|
void |
println(int arg)
|
void |
println(long arg)
|
void |
println(Object arg)
|
void |
println(String arg)
|
void |
resetHTMLHead()
|
void |
setBufferConfig(int bufferSize,
boolean autoFlush)
reset configuration of buffer |
void |
setClosed(boolean closed)
|
void |
write(char[] cbuf)
|
void |
write(char[] cbuf,
int off,
int len)
|
void |
write(int c)
|
void |
write(String str)
|
void |
write(String str,
int off,
int len)
|
void |
writeHTMLHead(String headData)
|
void |
writeRaw(String str)
write the given string without removing whitespace. |
Methods inherited from class javax.servlet.jsp.JspWriter |
---|
getBufferSize, isAutoFlush |
Methods inherited from class java.io.Writer |
---|
append, append, append |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JspWriterImplStringBuffer(javax.servlet.http.HttpServletResponse response, int bufferSize, boolean autoFlush)
response
- Response ObjectbufferSize
- buffer SizeautoFlush
- do auto flush Contentpublic JspWriterImplStringBuffer(javax.servlet.http.HttpServletResponse response)
response
- Response ObjectMethod Detail |
---|
public void print(char[] arg) throws IOException
print
in class javax.servlet.jsp.JspWriter
IOException
JspWriter.print(char[])
public void setBufferConfig(int bufferSize, boolean autoFlush) throws IOException
setBufferConfig
in class CFMLWriter
bufferSize
- size of the bufferautoFlush
- does the buffer autoflush
IOException
public void appendHTMLHead(String headData) throws IOException
appendHTMLHead
in class CFMLWriter
headData
-
IOException
public void writeHTMLHead(String headData) throws IOException
writeHTMLHead
in class CFMLWriter
IOException
CFMLWriter.writeHTMLHead(java.lang.String)
public String getHTMLHead() throws IOException
getHTMLHead
in class CFMLWriter
IOException
CFMLWriter.getHTMLHead()
public void resetHTMLHead() throws IOException
resetHTMLHead
in class CFMLWriter
IOException
CFMLWriter.resetHTMLHead()
public void initHeaderBuffer() throws IOException
IOException
public void write(char[] cbuf, int off, int len) throws IOException
write
in class Writer
IOException
Writer.write(char[], int, int)
public void clear() throws IOException
clear
in class javax.servlet.jsp.JspWriter
IOException
JspWriter.clear()
public void clearBuffer()
clearBuffer
in class javax.servlet.jsp.JspWriter
JspWriter.clearBuffer()
public void flush() throws IOException
flush
in interface Flushable
flush
in class javax.servlet.jsp.JspWriter
IOException
Writer.flush()
public void close() throws IOException
close
in interface Closeable
close
in class javax.servlet.jsp.JspWriter
IOException
Writer.close()
public int getRemaining()
getRemaining
in class javax.servlet.jsp.JspWriter
JspWriter.getRemaining()
public void newLine() throws IOException
newLine
in class javax.servlet.jsp.JspWriter
IOException
JspWriter.newLine()
public void print(boolean arg) throws IOException
print
in class javax.servlet.jsp.JspWriter
IOException
JspWriter.print(boolean)
public void print(char arg) throws IOException
print
in class javax.servlet.jsp.JspWriter
IOException
JspWriter.print(char)
public void print(int arg) throws IOException
print
in class javax.servlet.jsp.JspWriter
IOException
JspWriter.print(int)
public void print(long arg) throws IOException
print
in class javax.servlet.jsp.JspWriter
IOException
JspWriter.print(long)
public void print(float arg) throws IOException
print
in class javax.servlet.jsp.JspWriter
IOException
JspWriter.print(float)
public void print(double arg) throws IOException
print
in class javax.servlet.jsp.JspWriter
IOException
JspWriter.print(double)
public void print(String arg) throws IOException
print
in class javax.servlet.jsp.JspWriter
IOException
JspWriter.print(java.lang.String)
public void print(Object arg) throws IOException
print
in class javax.servlet.jsp.JspWriter
IOException
JspWriter.print(java.lang.Object)
public void println() throws IOException
println
in class javax.servlet.jsp.JspWriter
IOException
JspWriter.println()
public void println(boolean arg) throws IOException
println
in class javax.servlet.jsp.JspWriter
IOException
JspWriter.println(boolean)
public void println(char arg) throws IOException
println
in class javax.servlet.jsp.JspWriter
IOException
JspWriter.println(char)
public void println(int arg) throws IOException
println
in class javax.servlet.jsp.JspWriter
IOException
JspWriter.println(int)
public void println(long arg) throws IOException
println
in class javax.servlet.jsp.JspWriter
IOException
JspWriter.println(long)
public void println(float arg) throws IOException
println
in class javax.servlet.jsp.JspWriter
IOException
JspWriter.println(float)
public void println(double arg) throws IOException
println
in class javax.servlet.jsp.JspWriter
IOException
JspWriter.println(double)
public void println(char[] arg) throws IOException
println
in class javax.servlet.jsp.JspWriter
IOException
JspWriter.println(char[])
public void println(String arg) throws IOException
println
in class javax.servlet.jsp.JspWriter
IOException
JspWriter.println(java.lang.String)
public void println(Object arg) throws IOException
println
in class javax.servlet.jsp.JspWriter
IOException
JspWriter.println(java.lang.Object)
public void write(char[] cbuf) throws IOException
write
in class Writer
IOException
Writer.write(char[])
public void write(int c) throws IOException
write
in class Writer
IOException
Writer.write(int)
public void write(String str, int off, int len) throws IOException
write
in class Writer
IOException
Writer.write(java.lang.String, int, int)
public void write(String str) throws IOException
write
in class Writer
IOException
Writer.write(java.lang.String)
public boolean isFlushed()
public void setClosed(boolean closed)
setClosed
in class CFMLWriter
public OutputStream getResponseStream() throws IOException
getResponseStream
in class CFMLWriter
IOException
CFMLWriter.getResponseStream()
public void writeRaw(String str) throws IOException
CFMLWriter
writeRaw
in class CFMLWriter
IOException
CFMLWriter.writeRaw(java.lang.String)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |