站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Spring Framework 2.0.5 API 文档英文版

org.springframework.web.portlet.bind (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版

The Spring Framework

Package org.springframework.web.portlet.bind

Provides portlet-specific data binding functionality.

See:
          Description

Class Summary
PortletRequestDataBinder Special DataBinder to perform data binding from PortletRequest parameters to JavaBeans.
PortletRequestParameterPropertyValues PropertyValues implementation created from parameters in a PortletRequest.
PortletRequestUtils Parameter extraction methods, for an approach distinct from data binding, in which parameters of specific types are required.
 

Exception Summary
MissingPortletRequestParameterException PortletRequestBindingException subclass that indicates a missing parameter.
PortletRequestBindingException Fatal binding exception, thrown when we want to treat binding exceptions as unrecoverable.
 

Package org.springframework.web.portlet.bind Description

Provides portlet-specific data binding functionality.


The Spring Framework

Copyright © 2002-2007 The Spring Framework.