jaxx.runtime
Interface JAXXValidator


public interface JAXXValidator

The contract of a validator-able object.

Author:
chemit

Method Summary
 BeanValidator<?> getValidator(String validatorId)
          Obtain a validator from his id
 List<String> getValidatorIds()
           
 

Method Detail

getValidator

BeanValidator<?> getValidator(String validatorId)
Obtain a validator from his id

Parameters:
validatorId - validator id
Returns:
the associated validator, or null if not find

getValidatorIds

List<String> getValidatorIds()
Returns:
the list of ids of all registred validator


Copyright © 2008-2010 CodeLutin. All Rights Reserved.