setBindingErrorProcessor(BindingErrorProcessor bindingErrorProcessor) Set the strategy to use for processing binding errors, that is,
required field errors and PropertyAccessExceptions.
final public void
setDirectFieldAccess(boolean directFieldAccess) Set whether to use direct field access instead of bean property access.
final public void
setMessageCodesResolver(MessageCodesResolver messageCodesResolver) Set the strategy to use for resolving errors into message codes.
Applies the given strategy to all data binders used by this controller.