The Spring Framework

Uses of Interface
org.springframework.web.multipart.MultipartResolver

Packages that use MultipartResolver
org.springframework.web.multipart.commons MultipartResolver implementation for Jakarta Commons FileUpload
org.springframework.web.multipart.cos MultipartResolver implementation for Jason Hunter's COS (com.oreilly.servlet)
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. 
 

Uses of MultipartResolver in org.springframework.web.multipart.commons
 

Classes in org.springframework.web.multipart.commons that implement MultipartResolver
 class CommonsMultipartResolver
          Servlet-based MultipartResolver implementation for Jakarta Commons FileUpload 1.1 or above.
 

Uses of MultipartResolver in org.springframework.web.multipart.cos
 

Classes in org.springframework.web.multipart.cos that implement MultipartResolver
 class CosMultipartResolver
          MultipartResolver implementation for Jason Hunter's COS (com.oreilly.servlet).
 

Uses of MultipartResolver in org.springframework.web.multipart.support
 

Methods in org.springframework.web.multipart.support that return MultipartResolver
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.
 

Uses of MultipartResolver in org.springframework.web.servlet
 

Methods in org.springframework.web.servlet that return MultipartResolver
 MultipartResolver DispatcherServlet.getMultipartResolver()
          Obtain this servlet's MultipartResolver, if any.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.