Uses of Interface
org.springframework.web.multipart.MultipartResolver
Packages that use MultipartResolver
Package
Description
Support classes for the multipart resolution framework.
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.support
Classes in org.springframework.web.multipart.support that implement MultipartResolverModifier and TypeClassDescriptionclass
Standard implementation of theMultipartResolver
interface, based on the ServletPart
API.Methods in org.springframework.web.multipart.support that return MultipartResolverModifier and TypeMethodDescriptionprotected MultipartResolver
MultipartFilter.lookupMultipartResolver()
Look for a MultipartResolver bean in the root web application context.protected MultipartResolver
MultipartFilter.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 MultipartResolverModifier and TypeMethodDescriptionfinal MultipartResolver
DispatcherServlet.getMultipartResolver()
Obtain this servlet's MultipartResolver, if any.