Package | Description |
---|---|
org.springframework.web.multipart.support |
Support classes for the multipart resolution framework.
|
org.springframework.web.servlet.mvc.support |
Support package for MVC controllers.
|
Constructor and Description |
---|
RequestPartServletServerHttpRequest(javax.servlet.http.HttpServletRequest request,
String partName)
Create a new instance.
|
Modifier and Type | Method and Description |
---|---|
protected ModelAndView |
DefaultHandlerExceptionResolver.handleMissingServletRequestPartException(MissingServletRequestPartException ex,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Object handler)
Handle the case where an @
RequestPart , a MultipartFile ,
or a javax.servlet.http.Part argument is required but missing. |
Copyright © 2013. All Rights Reserved.