| Package | Description | 
|---|---|
| org.apache.tapestry5.internal.beaneditor | [INTERNAL USE ONLY] support classes for the  BeanEditorcomponent; API subject to change | 
| org.apache.tapestry5.internal.services | [INTERNAL USE ONLY] internal service classes; API subject to change | 
| org.apache.tapestry5.modules | |
| org.apache.tapestry5.test | Support for testing Tapestry pages | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | MessagesConstraintGeneratorGenerates constraints from the containing component's property file. | 
| class  | PrimitiveFieldConstraintGeneratorAdds a "required" constraint for any property of whose type is a primitive (not a wrapper or reference) type. | 
| class  | ValidateAnnotationConstraintGeneratorChecks for the  Validateannotation, and extracts its value to form the result. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ValidationConstraintGeneratorImpl | 
| Constructor and Description | 
|---|
| FieldValidatorDefaultSourceImpl(ValidationConstraintGenerator validationConstraintGenerator,
                               FieldValidatorSource fieldValidatorSource) | 
| Constructor and Description | 
|---|
| ValidationConstraintGeneratorImpl(List<ValidationConstraintGenerator> configuration) | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | TapestryModule. contributeValidationConstraintGenerator(OrderedConfiguration<ValidationConstraintGenerator> configuration)Adds built-in constraint generators:
 
 PrimtiveField -- primitive fields are always required
 ValidateAnnotation -- adds constraints from a  Validateannotation | 
| Modifier and Type | Method and Description | 
|---|---|
| protected ValidationConstraintGenerator | TapestryTestCase. mockValidationConstraintGenerator() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | TapestryTestCase. train_buildConstraints(ValidationConstraintGenerator generator,
                      Class propertyType,
                      AnnotationProvider provider,
                      String... constraints) | 
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.