Package | Description |
---|---|
org.apache.tapestry5 |
Root package for Tapestry, containing common interfaces and data types used throughout the framework.
|
org.apache.tapestry5.corelib.pages |
The set of core pages available in all Tapestry applications
|
org.apache.tapestry5.internal.beanvalidator |
[INTERNAL USE ONLY] JSR-303 Bean Validation implementation details; API subject to change
|
org.apache.tapestry5.internal.services |
[INTERNAL USE ONLY] internal service classes; API subject to change
|
org.apache.tapestry5.services |
Core services
|
org.apache.tapestry5.test |
Support for testing Tapestry pages
|
Modifier and Type | Method and Description |
---|---|
void |
FieldValidationSupport.validate(Object value,
ComponentResources componentResources,
FieldValidator validator)
Performs validation on a parsed value from the client.
|
Modifier and Type | Method and Description |
---|---|
FieldValidator |
PropertyEditBlocks.getCalendarFieldValidator() |
FieldValidator |
PropertyEditBlocks.getDateFieldValidator() |
FieldValidator |
PropertyEditBlocks.getNumberFieldValidator() |
FieldValidator |
PropertyEditBlocks.getPasswordFieldValidator() |
FieldValidator |
PropertyEditBlocks.getSelectValidator() |
FieldValidator |
PropertyEditBlocks.getTextAreaValidator() |
FieldValidator |
PropertyEditBlocks.getTextFieldValidator() |
Modifier and Type | Class and Description |
---|---|
class |
BeanFieldValidator |
Modifier and Type | Method and Description |
---|---|
FieldValidator |
BeanFieldValidatorDefaultSource.createDefaultValidator(ComponentResources resources,
String parameterName) |
FieldValidator |
BeanFieldValidatorDefaultSource.createDefaultValidator(Field field,
String overrideId,
Messages overrideMessages,
Locale locale,
Class propertyType,
AnnotationProvider propertyAnnotations) |
Modifier and Type | Class and Description |
---|---|
class |
CompositeFieldValidator
Aggregates together a number of field validator instances as a single unit.
|
class |
FieldValidatorImpl |
Modifier and Type | Method and Description |
---|---|
FieldValidator |
FieldValidatorDefaultSourceImpl.createDefaultValidator(ComponentResources resources,
String parameterName) |
FieldValidator |
FieldValidatorDefaultSourceImpl.createDefaultValidator(Field field,
String overrideId,
Messages overrideMessages,
Locale locale,
Class propertyType,
AnnotationProvider propertyAnnotations) |
FieldValidator |
FieldValidatorSourceImpl.createValidator(Field field,
String validatorType,
String constraintValue) |
FieldValidator |
FieldValidatorSourceImpl.createValidator(Field field,
String validatorType,
String constraintValue,
String overrideId,
Messages overrideMessages,
Locale locale) |
FieldValidator |
FieldValidatorSourceImpl.createValidators(Field field,
String specification) |
FieldValidator |
ComponentDefaultProviderImpl.defaultValidator(String parameterName,
ComponentResources resources) |
Modifier and Type | Method and Description |
---|---|
void |
FieldValidationSupportImpl.validate(Object value,
ComponentResources componentResources,
FieldValidator validator) |
Constructor and Description |
---|
CompositeFieldValidator(List<FieldValidator> validators) |
Modifier and Type | Method and Description |
---|---|
FieldValidator |
FieldValidatorDefaultSource.createDefaultValidator(ComponentResources resources,
String parameterName)
A convenience for the full version; assumes that the resources are associated with a
Field . |
FieldValidator |
FieldValidatorDefaultSource.createDefaultValidator(Field field,
String overrideId,
Messages overrideMessages,
Locale locale,
Class propertyType,
AnnotationProvider propertyAnnotations)
Analyzes the property type and property annotations to determine the default set of validations for the property,
which are wrapped to form a
FieldValidator for a field. |
FieldValidator |
FieldValidatorSource.createValidator(Field field,
String validatorType,
String constraintValue)
Creates the validator.
|
FieldValidator |
FieldValidatorSource.createValidator(Field field,
String validatorType,
String constraintValue,
String overrideId,
Messages overrideMessages,
Locale locale)
Full featured version of
FieldValidatorSource.createValidator(Field, String, String) used in situations where the container
of the field is not necessarily the place to look for override messages, and the id of the field is not the key
to use when checking. |
FieldValidator |
FieldValidatorSource.createValidators(Field field,
String specification)
Creates a set of validators.
|
FieldValidator |
ComponentDefaultProvider.defaultValidator(String parameterName,
ComponentResources resources)
|
FieldValidator |
PropertyEditContext.getValidator(Field field)
Returns the FieldValidator for the field.
|
Modifier and Type | Method and Description |
---|---|
protected FieldValidator |
TapestryTestCase.mockFieldValidator() |
Modifier and Type | Method and Description |
---|---|
protected void |
TapestryTestCase.train_createValidator(FieldValidatorSource source,
Field field,
String validatorType,
String constraintValue,
String overrideId,
Messages overrideMessages,
Locale locale,
FieldValidator result) |
${project.version} - Copyright © 2003-2015 The Apache Software Foundation.