public interface BeanValidationContext extends IPropertyResolver
BeanValidationConfiguration that can be retrieved by components to
access the validator and other helpers.BeanValidationConfiguration.get()| Modifier and Type | Method and Description |
|---|---|
<T extends Annotation> |
getTagModifier(Class<T> annotationType)
Gets the tag modifier for the specified annotation type
|
javax.validation.Validator |
getValidator() |
IViolationTranslator |
getViolationTranslator() |
Property |
resolveProperty(FormComponent<?> component) |
<T extends Annotation> ITagModifier<T> getTagModifier(Class<T> annotationType)
annotationType - null if nonejavax.validation.Validator getValidator()
IViolationTranslator getViolationTranslator()
Property resolveProperty(FormComponent<?> component)
resolveProperty in interface IPropertyResolverCopyright © 2006–2014 Apache Software Foundation. All rights reserved.