Uses of Package
org.springframework.web.portlet.bind

Packages that use org.springframework.web.portlet.bind
org.springframework.web.portlet.bind Provides portlet-specific data binding functionality. 
org.springframework.web.portlet.mvc Standard controller implementations for the portlet MVC framework that comes with Spring. 
org.springframework.web.portlet.mvc.annotation Support package for annotation-based Portlet MVC controllers. 
 

Classes in org.springframework.web.portlet.bind used by org.springframework.web.portlet.bind
PortletRequestBindingException
          Fatal binding exception, thrown when we want to treat binding exceptions as unrecoverable.
 

Classes in org.springframework.web.portlet.bind used by org.springframework.web.portlet.mvc
PortletRequestDataBinder
          Special DataBinder to perform data binding from portlet request parameters to JavaBeans, including support for multipart files.
 

Classes in org.springframework.web.portlet.bind used by org.springframework.web.portlet.mvc.annotation
PortletRequestDataBinder
          Special DataBinder to perform data binding from portlet request parameters to JavaBeans, including support for multipart files.
 



Copyright © 2002-2008 The Spring Framework.