C H A P T E R  48

Type Validator

A Type Validator validates based on successful conversion to a specified type.

Property Name

Description

Notes

Name

The name of the component instance.

Req

Validation Rule

The fully qualified class name used for validation. During validation, the provided value is converted to this type using the com.iplanet.jato.util.TypeConverter class. Validation fails if conversion to this type fails.

Req