Package com.opensymphony.module.sitemesh.filter
-
Interface Summary Interface Description OutputBuffer An interface that bridges PageWriter and PageOutputStream. -
Class Summary 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 fromPageOutputStream.getBuffer(java.lang.String)
.PageRequestWrapper Will wrap a request for theRequestDispatcherWrapper
.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 fromPageWriter.getBuffer(java.lang.String)
.RequestDispatcherWrapper Special request dispatcher that will include when an inline decorator includes a resource that uses an internal forward.