| Modifier and Type | Class and Description |
|---|---|
class |
SizeTagModifier
A tag modifier that adds the
maxlength attribute to the input tag with the max
value from the Size constraint annotation. |
| Modifier and Type | Method and Description |
|---|---|
<T extends Annotation> |
BeanValidationContext.getTagModifier(Class<T> annotationType)
Gets the tag modifier for the specified annotation type
|
<T extends Annotation> |
BeanValidationConfiguration.getTagModifier(Class<T> annotationType) |
| Modifier and Type | Method and Description |
|---|---|
<T extends Annotation> |
BeanValidationConfiguration.register(Class<T> annotationType,
ITagModifier<T> modifier)
Registeres a tag modifier for a specific constraint annotation
|
Copyright © 2006–2014 Apache Software Foundation. All rights reserved.