Java org.springframework.web.multipart.support StandardMultipartHttpServletRequest fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.web.multipart.support StandardMultipartHttpServletRequest fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.web.multipart.support StandardMultipartHttpServletRequest.

The text is from its open source code.

Constructor

StandardMultipartHttpServletRequest(HttpServletRequest request, boolean lazyParsing)
Create a new StandardMultipartHttpServletRequest wrapper for the given request.

Method

MapgetFileMap()
StringgetMethod()
The default behavior of this method is to return getMethod() on the wrapped request object.
StringBuffergetRequestURL()
The default behavior of this method is to return getRequestURL() on the wrapped request object.