Java Doc for Configurer.java in » Development » OVal » net » sf » oval » configuration » Java Source Code / Java DocumentationJava Source Code and Java Documentation
Returns the constraint configurations for the given class. This method
is invoked only once by the Validator, the very first time an object
of the given class needs to be validated. The constraint configuration
is then translated into an Validator internal format and cached.
Parameters: clazz - The constraint configurations for the given class. throws: OValException -
Returns the constraint configuration for the constraint set with the
given Id.
Parameters: constraintSetId - The constraint configuration for the constraint set with the given Id. throws: OValException -