Validation plugin

The Validation plugin enables validation operations to be performed on a Validatable object. The plugin is typically called to run a validation rule set.

The gw.plugin.validation.IValidationPlugin interface defines the following single method for the plugin.

validate(bean : Validatable)

The bean argument specifies the object to validate. The method has no return value.

The base configuration does not implement the Validation plugin. You can provide custom code to implement the plugin and then register it by using the standard procedure.