Class FormBeanValidator


  • public class FormBeanValidator
    extends Object
    Provides a Validator for the FormBean.
    • Constructor Detail

      • FormBeanValidator

        public FormBeanValidator()
    • Method Detail

      • validateFormBean

        public List<ValidationError> validateFormBean​(FormBean formBean)
        Check the validation for the given form bean and return a list of validation errors.
        Parameters:
        formBean - the form bean
        Returns:
        a list of validation errors