public interface ValidatorFactory
ObjectFactory
to build Validator
Validator buildValidator(String className, Map<String,Object> params, Map<String,Object> extraContext) throws Exception
className
- the type of Validator to buildparams
- property name -> value Map to set onto the Validator instanceextraContext
- a Map of extra context which uses the same keys as the ActionContext
Exception
- in case of any errorsCopyright © 2000–2020 Apache Software Foundation. All rights reserved.