Interface ValidatorFactoryIF
- All Known Implementing Classes:
ValidatorFactory
public interface ValidatorFactoryIF
Application-independent interface. Creates ActionValidator objects on
behalf of ValidatorHelper.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
-
Method Summary
Modifier and TypeMethodDescriptioncreateValidator(String validator_class_name) Please use the ValidatorHelper to create instances of Validators.
-
Method Details
-
createValidator
ActionValidator createValidator(String validator_class_name) throws ClassNotFoundException, InstantiationException, IllegalAccessException Please use the ValidatorHelper to create instances of Validators. This method takes the Validator.class.getName string to instantiate the desired object.
Supported API: true- Parameters:
validator_class_name-- Returns:
- ActionValidator
- Throws:
ClassNotFoundExceptionInstantiationExceptionIllegalAccessException
-