Example usage for org.springframework.validation.beanvalidation CustomValidatorBean subclass-usage

List of usage examples for org.springframework.validation.beanvalidation CustomValidatorBean subclass-usage

Introduction

In this page you can find the example usage for org.springframework.validation.beanvalidation CustomValidatorBean subclass-usage.

Usage

From source file org.springjutsu.validation.ValidationManager.java

 * Context rules are typically those rules which are specific 
 * to a given form: the fields which are required, and also
 * conditional validation logic based on other fields or 
 * variables defined in EL or otherwise. These are the 
 * conditional per-form validation rules not handled by JSR-303
 * Second, model rules are read from the <model-rules>