Uses of Class
org.springframework.web.multipart.support.AbstractMultipartHttpServletRequest
Packages that use AbstractMultipartHttpServletRequest Package Description org.springframework.web.multipart.support Support classes for the multipart resolution framework.Uses of AbstractMultipartHttpServletRequest in org.springframework.web.multipart.support
Subclasses of AbstractMultipartHttpServletRequest in org.springframework.web.multipart.support Modifier and Type Class Description classDefaultMultipartHttpServletRequestDefault implementation of theMultipartHttpServletRequestinterface.classStandardMultipartHttpServletRequestSpring MultipartHttpServletRequest adapter, wrapping a Servlet 3.0 HttpServletRequest and its Part objects.