Skip to the content.
Validator Catalog Home Docs Home

<validator> reference

This is the reference for ‘validator’ element configuration and its attributes.

validator attributes quick reference
Attribute Description
id Id of the validator
type java fully qualified class name of a subclass of BasicValidator
parent Parent validator (must be set before in the same catalog)


top

Attribute id
Default (no default, required)
Example dateValidator
Since 0.7.4.6


top

Attribute type
Default (no default, required)
Example org.fugerit.java.core.validator.ValidatorDate
Since 0.7.4.6


top

Attribute parent
Default (no default, optional)
Example dateValidator
Since 0.7.4.6


top