| Interface | Description |
|---|---|
| OutputBuffer |
An interface that bridges PageWriter and PageOutputStream.
|
| Class | Description |
|---|---|
| DebugPageWriter | |
| DebugResponseWrapper | |
| NullOutputBuffer |
An outputBuffer that does nothing.
|
| PageFilter |
Main SiteMesh filter for applying Decorators to entire Pages.
|
| PageOutputStream |
Implementation of ServletOutputStream that stores all data written
to it in a temporary buffer accessible from
PageOutputStream.getBuffer(java.lang.String) . |
| PageRequestWrapper |
Will wrap a request for the
RequestDispatcherWrapper. |
| PageResponseWrapper |
Implementation of HttpServletResponseWrapper that captures page data instead of
sending to the writer.
|
| PageWriter |
Implementation of PrintWriter that stores all data written
to it in a temporary buffer accessible from
PageWriter.getBuffer(java.lang.String) . |
| RequestDispatcherWrapper |
Special request dispatcher that will include when an inline decorator includes
a resource that uses an internal forward.
|