org.shept.org.springframework.web.servlet.mvc.delegation
public interface ComponentValidator
void validate(Object target, org.springframework.validation.Errors errors, String componentPath)
target object, which must be
of a Class for which the #supports(Class) method
typically has (or would) return true.
The supplied errors instance can be used to report
any resulting validation errors.
target - the object that is to be validated (can be null)errors - contextual state about the validation process (never null)ValidationUtilsCopyright © 2014. All Rights Reserved.