Register a new mapping of validator id to the name of the corresponding {@link Validator} class. This allows subsequent callsto createValidator() to serve as a factory for {@link Validator} instances.
@param validatorId The validator id to be registered
@param validatorClass The fully qualified class name of thecorresponding {@link Validator} implementation
@throws NullPointerException if validatorIdor validatorClass is null
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.