Example usage for org.springframework.web.multipart.support AbstractMultipartHttpServletRequest subclass-usage

List of usage examples for org.springframework.web.multipart.support AbstractMultipartHttpServletRequest subclass-usage

Introduction

In this page you can find the example usage for org.springframework.web.multipart.support AbstractMultipartHttpServletRequest subclass-usage.

Usage

From source file org.springframework.web.multipart.cos.CosMultipartHttpServletRequest.java

/**
 * MultipartHttpServletRequest implementation for Jason Hunter's COS.
 * Wraps a COS MultipartRequest with Spring MultipartFile instances.
 *
 * <p>Not intended for direct application usage. Application code can cast
 * to this implementation to access the underlying COS MultipartRequest,