Class Summary |
Buffer |
When SiteMesh is activated for a request, the contents of the response are stored in this buffer, where they can
later be accessed as a parsed Page object. |
DebugResponseWrapper |
|
PageFilter |
Main SiteMesh filter for applying Decorators to entire Pages. |
PageRequestWrapper |
Will wrap a request for the RequestDispatcherWrapper. |
PageResponseWrapper |
Implementation of HttpServletResponseWrapper that captures page data instead of
sending to the writer. |
RequestDispatcherWrapper |
Special request dispatcher that will include when an inline decorator includes
a resource that uses an internal forward. |
RoutablePrintWriter |
Provides a PrintWriter that routes through to another PrintWriter, however the destination
can be changed at any point. |
RoutablePrintWriter.NullWriter |
Just to keep super constructor for PrintWriter happy - it's never actually used. |
RoutableServletOutputStream |
Provides a ServletOutputStream that routes through to another ServletOutputStream, however the destination
can be changed at any point. |
TextEncoder |
Converts text stored in byte[] to char[] using specified encoding. |