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.