Example usage for org.springframework.web.multipart MultipartHttpServletRequest interface-usage

List of usage examples for org.springframework.web.multipart MultipartHttpServletRequest interface-usage

Introduction

In this page you can find the example usage for org.springframework.web.multipart MultipartHttpServletRequest interface-usage.

Usage

From source file org.springframework.web.multipart.support.AbstractMultipartHttpServletRequest.java

/**
 * Abstract base implementation of the MultipartHttpServletRequest interface.
 * Provides management of pre-generated MultipartFile instances.
 * @author Juergen Hoeller
 * @since 06.10.2003
 */

From source file io.neba.core.mvc.MultipartSlingHttpServletRequest.java

/**
 * Translates sling's build-in support of multipart file posts
 * to Spring's {@link org.springframework.web.multipart.MultipartRequest}.
 * 
 * @author Olaf Otto
 */