com.opensymphony.xwork2.factory
Interface ValidatorFactory

All Known Implementing Classes:
DefaultValidatorFactory

public interface ValidatorFactory

Dedicated interface used by ObjectFactory to build Validator


Method Summary
 Validator buildValidator(String className, Map<String,Object> params, Map<String,Object> extraContext)
          Build a Validator of the given type and set the parameters on it
 

Method Detail

buildValidator

Validator buildValidator(String className,
                         Map<String,Object> params,
                         Map<String,Object> extraContext)
                         throws Exception
Build a Validator of the given type and set the parameters on it

Parameters:
className - the type of Validator to build
params - property name -> value Map to set onto the Validator instance
extraContext - a Map of extra context which uses the same keys as the ActionContext
Throws:
Exception


Copyright © 2000–2017 Apache Software Foundation. All rights reserved.