Uses of Interface
com.opensymphony.module.sitemesh.filter.OutputBuffer
-
Packages that use OutputBuffer Package Description com.opensymphony.module.sitemesh.filter -
-
Uses of OutputBuffer in com.opensymphony.module.sitemesh.filter
Classes in com.opensymphony.module.sitemesh.filter that implement OutputBuffer Modifier and Type Class Description class
NullOutputBuffer
An outputBuffer that does nothing.class
PageOutputStream
Implementation of ServletOutputStream that stores all data written to it in a temporary buffer accessible fromPageOutputStream.getBuffer(java.lang.String)
.class
PageWriter
Implementation of PrintWriter that stores all data written to it in a temporary buffer accessible fromPageWriter.getBuffer(java.lang.String)
.Methods in com.opensymphony.module.sitemesh.filter that return OutputBuffer Modifier and Type Method Description private OutputBuffer
PageResponseWrapper. getBufferStream()
-