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

Uses of Interface org.springframework.beans.PropertyEditorRegistrar (Spring Framework) - Spring Framework 1.2.9 API 文档英文版


Uses of Interface
org.springframework.beans.PropertyEditorRegistrar

Packages that use PropertyEditorRegistrar
org.springframework.web.servlet.mvc Standard controller implementations for the MVC framework that comes with Spring. 
 

Uses of PropertyEditorRegistrar in org.springframework.web.servlet.mvc
 

Methods in org.springframework.web.servlet.mvc that return PropertyEditorRegistrar
 PropertyEditorRegistrar[] BaseCommandController.getPropertyEditorRegistrars()
          Return the PropertyEditorRegistrars to be applied to every DataBinder that this controller uses.
 

Methods in org.springframework.web.servlet.mvc with parameters of type PropertyEditorRegistrar
 void BaseCommandController.setPropertyEditorRegistrar(PropertyEditorRegistrar propertyEditorRegistrar)
          Specify a single PropertyEditorRegistrar to be applied to every DataBinder that this controller uses.
 void BaseCommandController.setPropertyEditorRegistrars(PropertyEditorRegistrar[] propertyEditorRegistrars)
          Specify multiple PropertyEditorRegistrars to be applied to every DataBinder that this controller uses.
 



Copyright (c) 2002-2007 The Spring Framework Project.