|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.io.OutputStream | +--javax.servlet.ServletOutputStream | +--org.apache.catalina.util.ssi.ServletOutputStreamWrapper
Class that extends ServletOuputStream, used as a wrapper
from within SsiInclude
ServletOutputStream
Constructor Summary | |
ServletOutputStreamWrapper()
Construct a new ServletOutputStream |
Method Summary | |
void |
write(int b)
Write to our buffer |
void |
writeTo(java.io.OutputStream out)
Write our stream to the OutputStream provided. |
Methods inherited from class javax.servlet.ServletOutputStream |
print,
print,
print,
print,
print,
print,
print,
println,
println,
println,
println,
println,
println,
println,
println |
Methods inherited from class java.io.OutputStream |
close,
flush,
write,
write |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public ServletOutputStreamWrapper()
Method Detail |
public final void writeTo(java.io.OutputStream out) throws java.io.IOException
OutputStream
provided.out
- the OutputStream to write this stream topublic final void write(int b)
b
- The parameter to write
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |