| Package | Description |
|---|---|
| com.opensymphony.module.sitemesh.filter |
| Modifier and Type | Class and 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 from
PageOutputStream.getBuffer(java.lang.String) . |
class |
PageWriter
Implementation of PrintWriter that stores all data written
to it in a temporary buffer accessible from
PageWriter.getBuffer(java.lang.String) . |
| Modifier and Type | Method and Description |
|---|---|
private OutputBuffer |
PageResponseWrapper.getBufferStream() |