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.
|
Modifier and Type | Class and Description |
---|---|
class |
CommonsMultipartResolver
Servlet-based
MultipartResolver implementation for
Apache Commons FileUpload
1.2 or above. |
Modifier and Type | Class and Description |
---|---|
class |
StandardServletMultipartResolver
Standard implementation of the
MultipartResolver interface,
based on the Servlet 3.0 Part API. |
Modifier and Type | Method and Description |
---|---|
protected 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.
|
Modifier and Type | Method and Description |
---|---|
MultipartResolver |
DispatcherServlet.getMultipartResolver()
Obtain this servlet's MultipartResolver, if any.
|