The Spring Framework

Uses of Interface
org.springframework.web.portlet.multipart.PortletMultipartResolver

Packages that use PortletMultipartResolver
org.springframework.web.portlet Provides JSR-168 portlets that integrate with the application context infrastructure, and the core interfaces and classes for the Portlet variant of Spring's web MVC framework. 
org.springframework.web.portlet.multipart Multipart resolution framework for handling file uploads. 
 

Uses of PortletMultipartResolver in org.springframework.web.portlet
 

Methods in org.springframework.web.portlet that return PortletMultipartResolver
 PortletMultipartResolver DispatcherPortlet.getMultipartResolver()
          Obtain this portlet's PortletMultipartResolver, if any.
 

Uses of PortletMultipartResolver in org.springframework.web.portlet.multipart
 

Classes in org.springframework.web.portlet.multipart that implement PortletMultipartResolver
 class CommonsPortletMultipartResolver
          PortletMultipartResolver implementation for Jakarta Commons FileUpload 1.1 or above.
 


The Spring Framework

Copyright © 2002-2008 The Spring Framework.