Uses of Interface
org.springframework.validation.BindingErrorProcessor

Packages that use BindingErrorProcessor
org.springframework.validation Provides data binding and validation functionality, for usage in business and/or UI layers. 
 

Uses of BindingErrorProcessor in org.springframework.validation
 

Classes in org.springframework.validation that implement BindingErrorProcessor
 class DefaultBindingErrorProcessor
          Default BindingErrorProcessor implementation.
 

Methods in org.springframework.validation that return BindingErrorProcessor
 BindingErrorProcessor DataBinder.getBindingErrorProcessor()
          Return the strategy for processing binding errors.
 

Methods in org.springframework.validation with parameters of type BindingErrorProcessor
 void DataBinder.setBindingErrorProcessor(BindingErrorProcessor bindingErrorProcessor)
          Set the strategy to use for processing binding errors, that is, required field errors and PropertyAccessExceptions.
 



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