Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.web.multipart Classes and Interfaces - 19 results found.
NameDescriptionTypePackageFramework
AbstractMultipartHttpServletRequestAbstract base implementation of the MultipartHttpServletRequest interface.Classorg.springframework.web.multipart.supportSpring MVC
ByteArrayMultipartFileEditorCustom PropertyEditor for convertingMultipartFiles to byte arrays.Classorg.springframework.web.multipart.supportSpring MVC
CommonsFileUploadSupportBase class for multipart resolvers that use Apache Commons FileUploadProvides common configuration properties and parsing functionalityClassorg.springframework.web.multipart.commonsSpring MVC
CommonsFileUploadSupport .MultipartParsingResultHolder for a Map of Spring MultipartFiles and a Map ofmultipart parameters.Classorg.springframework.web.multipart.commons.CommonsFileUploadSupportSpring MVC
CommonsMultipartFileMultipartFile implementation for Apache Commons FileUpload.Classorg.springframework.web.multipart.commonsSpring MVC
CommonsMultipartResolverServlet-based MultipartResolver implementation forApache Commons FileUploadClassorg.springframework.web.multipart.commonsSpring MVC
DefaultMultipartHttpServletRequestDefault implementation of theMultipartHttpServletRequestClassorg.springframework.web.multipart.supportSpring MVC
MaxUploadSizeExceededExceptionMultipartException subclass thrown when an upload exceeds themaximum upload size allowed.Classorg.springframework.web.multipartSpring MVC
MissingServletRequestPartExceptionRaised when the part of a multipart/form-data request identified by itsname cannot be found.Classorg.springframework.web.multipart.supportSpring MVC
MultipartExceptionException thrown when multipart resolution fails.Classorg.springframework.web.multipartSpring MVC
MultipartFileA representation of an uploaded file received in a multipart request.Interfaceorg.springframework.web.multipartSpring MVC
MultipartFilterServlet Filter that resolves multipart requests via a MultipartResolver.Classorg.springframework.web.multipart.supportSpring MVC
MultipartHttpServletRequestProvides additional methods for dealing with multipart content within aservlet request, allowing to access uploaded files.Interfaceorg.springframework.web.multipartSpring MVC
MultipartRequestThis interface defines the multipart request access operationsthat are exposed for actual multipart requests.Interfaceorg.springframework.web.multipartSpring MVC
MultipartResolverA strategy interface for multipart file upload resolution in accordanceThere are two concrete implementations included in Spring, as of Spring 3.Interfaceorg.springframework.web.multipartSpring MVC
RequestPartServletServerHttpRequestServerHttpRequest implementation that accesses one part of a multipartrequest.Classorg.springframework.web.multipart.supportSpring MVC
StandardMultipartHttpServletRequestSpring MultipartHttpServletRequest adapter, wrapping a Servlet 3.Classorg.springframework.web.multipart.supportSpring MVC
StandardServletMultipartResolverStandard implementation of the MultipartResolver interface,based on the Servlet 3.Classorg.springframework.web.multipart.supportSpring MVC
StringMultipartFileEditorCustom PropertyEditor for convertingMultipartFiles to Strings.Classorg.springframework.web.multipart.supportSpring MVC