Uses of Interface
org.springframework.web.multipart.MultipartResolver
Packages that use MultipartResolver
Package
Description
Support classes for the multipart resolution framework.
-
Uses of MultipartResolver in org.springframework.web.multipart.support
Classes in org.springframework.web.multipart.support that implement MultipartResolverModifier and TypeClassDescriptionclassStandard implementation of theMultipartResolverinterface, based on the ServletPartAPI.Methods in org.springframework.web.multipart.support that return MultipartResolverModifier and TypeMethodDescriptionprotected 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.