Java 类org.springframework.validation.BindingErrorProcessor 实例源码

项目:lams    文件:ConfigurableWebBindingInitializer.java   
/**
 * Return the strategy to use for processing binding errors.
 */
public final BindingErrorProcessor getBindingErrorProcessor() {
    return this.bindingErrorProcessor;
}
项目:spring4-understanding    文件:ConfigurableWebBindingInitializer.java   
/**
 * Return the strategy to use for processing binding errors.
 */
public final BindingErrorProcessor getBindingErrorProcessor() {
    return this.bindingErrorProcessor;
}
项目:openmrs-module-legacyui    文件:BaseCommandController.java   
/**
 * Return the strategy to use for processing binding errors (if any).
 */
public final BindingErrorProcessor getBindingErrorProcessor() {
    return this.bindingErrorProcessor;
}
项目:class-guard    文件:BaseCommandController.java   
/**
 * Return the strategy to use for processing binding errors (if any).
 */
public final BindingErrorProcessor getBindingErrorProcessor() {
    return this.bindingErrorProcessor;
}
项目:class-guard    文件:BaseCommandController.java   
/**
 * Return the strategy to use for processing binding errors (if any).
 */
public final BindingErrorProcessor getBindingErrorProcessor() {
    return this.bindingErrorProcessor;
}
项目:class-guard    文件:ConfigurableWebBindingInitializer.java   
/**
 * Return the strategy to use for processing binding errors.
 */
public final BindingErrorProcessor getBindingErrorProcessor() {
    return this.bindingErrorProcessor;
}
项目:lams    文件:ConfigurableWebBindingInitializer.java   
/**
 * Set the strategy to use for processing binding errors, that is,
 * required field errors and {@code PropertyAccessException}s.
 * <p>Default is {@code null}, that is, using the default strategy
 * of the data binder.
 * @see org.springframework.validation.DataBinder#setBindingErrorProcessor
 */
public final void setBindingErrorProcessor(BindingErrorProcessor bindingErrorProcessor) {
    this.bindingErrorProcessor = bindingErrorProcessor;
}
项目:spring4-understanding    文件:ConfigurableWebBindingInitializer.java   
/**
 * Set the strategy to use for processing binding errors, that is,
 * required field errors and {@code PropertyAccessException}s.
 * <p>Default is {@code null}, that is, using the default strategy
 * of the data binder.
 * @see org.springframework.validation.DataBinder#setBindingErrorProcessor
 */
public final void setBindingErrorProcessor(BindingErrorProcessor bindingErrorProcessor) {
    this.bindingErrorProcessor = bindingErrorProcessor;
}
项目:openmrs-module-legacyui    文件:BaseCommandController.java   
/**
 * Set the strategy to use for processing binding errors, that is,
 * required field errors and {@code PropertyAccessException}s.
 * <p>Default is {@code null}, that is, using the default strategy
 * of the data binder.
 * @see #createBinder
 * @see org.springframework.validation.DataBinder#setBindingErrorProcessor
 */
public final void setBindingErrorProcessor(BindingErrorProcessor bindingErrorProcessor) {
    this.bindingErrorProcessor = bindingErrorProcessor;
}
项目:class-guard    文件:BaseCommandController.java   
/**
 * Set the strategy to use for processing binding errors, that is,
 * required field errors and {@code PropertyAccessException}s.
 * <p>Default is {@code null}, i.e. using the default strategy of
 * the data binder.
 * @see #createBinder
 * @see org.springframework.validation.DataBinder#setBindingErrorProcessor
 */
public final void setBindingErrorProcessor(BindingErrorProcessor bindingErrorProcessor) {
    this.bindingErrorProcessor = bindingErrorProcessor;
}
项目:class-guard    文件:BaseCommandController.java   
/**
 * Set the strategy to use for processing binding errors, that is,
 * required field errors and {@code PropertyAccessException}s.
 * <p>Default is {@code null}, that is, using the default strategy
 * of the data binder.
 * @see #createBinder
 * @see org.springframework.validation.DataBinder#setBindingErrorProcessor
 */
public final void setBindingErrorProcessor(BindingErrorProcessor bindingErrorProcessor) {
    this.bindingErrorProcessor = bindingErrorProcessor;
}
项目:class-guard    文件:ConfigurableWebBindingInitializer.java   
/**
 * Set the strategy to use for processing binding errors, that is,
 * required field errors and {@code PropertyAccessException}s.
 * <p>Default is {@code null}, that is, using the default strategy
 * of the data binder.
 * @see org.springframework.validation.DataBinder#setBindingErrorProcessor
 */
public final void setBindingErrorProcessor(BindingErrorProcessor bindingErrorProcessor) {
    this.bindingErrorProcessor = bindingErrorProcessor;
}