Uses of Interface
org.springframework.web.multipart.MultipartResolver
Packages that use MultipartResolver Package Description org.springframework.web.multipart.commons MultipartResolver implementation for Apache Commons FileUpload.org.springframework.web.multipart.support Support classes for the multipart resolution framework.org.springframework.web.servlet Provides servlets that integrate with the application context infrastructure, and the core interfaces and classes for the Spring web MVC framework.Uses of MultipartResolver in org.springframework.web.multipart.commons
Classes in org.springframework.web.multipart.commons that implement MultipartResolver Modifier and Type Class Description classCommonsMultipartResolverServlet-basedMultipartResolverimplementation for Apache Commons FileUpload 1.2 or above.Uses of MultipartResolver in org.springframework.web.multipart.support
Classes in org.springframework.web.multipart.support that implement MultipartResolver Modifier and Type Class Description classStandardServletMultipartResolverStandard implementation of theMultipartResolverinterface, based on the Servlet 3.0PartAPI.Methods in org.springframework.web.multipart.support that return MultipartResolver Modifier and Type Method Description protected MultipartResolverMultipartFilter. lookupMultipartResolver()Look for a MultipartResolver bean in the root web application context.protected MultipartResolverMultipartFilter. lookupMultipartResolver(HttpServletRequest request)Look up the MultipartResolver that this filter should use, taking the current HTTP request as argument.Uses of MultipartResolver in org.springframework.web.servlet
Methods in org.springframework.web.servlet that return MultipartResolver Modifier and Type Method Description MultipartResolverDispatcherServlet. getMultipartResolver()Obtain this servlet's MultipartResolver, if any.