Package | Description |
---|---|
org.apache.tapestry5.internal.beaneditor |
[INTERNAL USE ONLY] support classes for the
BeanEditor component; 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 |
MessagesConstraintGenerator
Generates constraints from the containing component's property file.
|
class |
PrimitiveFieldConstraintGenerator
Adds a "required" constraint for any property of whose type is a primitive (not a wrapper or reference) type.
|
class |
ValidateAnnotationConstraintGenerator
Checks for the
Validate annotation, 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
Validate annotation
|
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) |
${project.version} - Copyright © 2003-2015 The Apache Software Foundation.