com.ptc.core.meta.container.common
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
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:
ClassNotFoundException
InstantiationException
IllegalAccessException