@@ -31,7 +31,7 @@ import javax.servlet.http.HttpServletRequest;
|
||||
import javax.servlet.http.HttpServletRequestWrapper;
|
||||
|
||||
/**
|
||||
* {@link javax.servlet.http-HttpServletRequest} wrapper that caches all content read from
|
||||
* {@link javax.servlet.http.HttpServletRequest} wrapper that caches all content read from
|
||||
* the {@linkplain #getInputStream() input stream} and {@linkplain #getReader() reader},
|
||||
* and allows this content to be retrieved via a {@link #getContentAsByteArray() byte array}.
|
||||
*
|
||||
@@ -40,6 +40,7 @@ import javax.servlet.http.HttpServletRequestWrapper;
|
||||
* @author Juergen Hoeller
|
||||
* @author Brian Clozel
|
||||
* @since 4.1.3
|
||||
* @see ContentCachingResponseWrapper
|
||||
*/
|
||||
public class ContentCachingRequestWrapper extends HttpServletRequestWrapper {
|
||||
|
||||
|
||||
@@ -28,7 +28,7 @@ import javax.servlet.http.HttpServletResponseWrapper;
|
||||
import org.springframework.util.FastByteArrayOutputStream;
|
||||
|
||||
/**
|
||||
* {@link javax.servlet.http-HttpServletResponse} wrapper that caches all content written to
|
||||
* {@link javax.servlet.http.HttpServletResponse} wrapper that caches all content written to
|
||||
* the {@linkplain #getOutputStream() output stream} and {@linkplain #getWriter() writer},
|
||||
* and allows this content to be retrieved via a {@link #getContentAsByteArray() byte array}.
|
||||
*
|
||||
@@ -36,6 +36,7 @@ import org.springframework.util.FastByteArrayOutputStream;
|
||||
*
|
||||
* @author Juergen Hoeller
|
||||
* @since 4.1.3
|
||||
* @see ContentCachingRequestWrapper
|
||||
*/
|
||||
public class ContentCachingResponseWrapper extends HttpServletResponseWrapper {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user