com.ptc.core.meta.container.common
Class ValidatorFactory

java.lang.Object
  extended by com.ptc.core.meta.container.common.ValidatorFactory
All Implemented Interfaces:
ValidatorFactoryIF

public class ValidatorFactory
extends Object
implements ValidatorFactoryIF

Application-specific class that implements the ValidatorFactoryIF and has methods to create Validator concrete objects.

Supported API: true

Extendable: false


Method Summary
 ActionValidator createValidator(String validator_class_name)
          Please use the ValidatorHelper to create instances of Validators.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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:
createValidator in interface ValidatorFactoryIF
Parameters:
validator_class_name -
Returns:
ActionValidator
Throws:
ClassNotFoundException
InstantiationException
IllegalAccessException