类 ContentCachingResponseWrapper

所有已实现的接口:
HttpServletResponse, ServletResponse
直接已知子类:
ShallowEtagHeaderFilter.ConditionalContentCachingResponseWrapper

public class ContentCachingResponseWrapper extends HttpServletResponseWrapper
HttpServletResponse wrapper that caches all content written to the output stream and writer, and allows this content to be retrieved via a byte array.
从以下版本开始:
4.0
作者:
Juergen Hoeller
另请参阅: