Package com.opensymphony.module.sitemesh.filter
package com.opensymphony.module.sitemesh.filter
-
ClassDescriptionWhen 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.Extracts the type and encoding from an HTTP Content-Type header.Deprecated.Will wrap a request for the
RequestDispatcherWrapper
.Implementation of HttpServletResponseWrapper that captures page data instead of sending to the writer.Special request dispatcher that will include when an inline decorator includes a resource that uses an internal forward.Provides a PrintWriter that routes through to another PrintWriter, however the destination can be changed at any point.Factory to lazily instantiate the destination.Just to keep super constructor for PrintWriter happy - it's never actually used.Provides a ServletOutputStream that routes through to another ServletOutputStream, however the destination can be changed at any point.Factory to lazily instantiate the destination.Converts text stored in byte[] to char[] using specified encoding.
SiteMeshFilter
instead.