Class ValidatorFactory
java.lang.Object
com.ptc.core.meta.container.common.ValidatorFactory
- All Implemented Interfaces:
ValidatorFactoryIF
Application-specific class that implements the ValidatorFactoryIF and
has methods to create Validator concrete objects.
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
public 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- Specified by:
createValidatorin interfaceValidatorFactoryIF- Parameters:
validator_class_name-- Returns:
- ActionValidator
- Throws:
ClassNotFoundExceptionInstantiationExceptionIllegalAccessException
-