Uses of Interface
org.springframework.web.multipart.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
Modifier and TypeClassDescriptionclass
Standard implementation of theMultipartResolver
interface, based on the ServletPart
API.Modifier 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
Modifier and TypeMethodDescriptionfinal MultipartResolver
DispatcherServlet.getMultipartResolver()
Obtain this servlet's MultipartResolver, if any.