Java org.springframework.web.util ContentCachingRequestWrapper fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.web.util ContentCachingRequestWrapper fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.web.util ContentCachingRequestWrapper.

The text is from its open source code.

Constructor

ContentCachingRequestWrapper(HttpServletRequest request)
Create a new ContentCachingRequestWrapper for the given servlet request.

Method

byte[]getContentAsByteArray()
Return the cached request content as a byte array.
ServletInputStreamgetInputStream()
voidsetAttribute(String name, Object o)
The default behavior of this method is to return setAttribute(String name, Object o) on the wrapped request object.