|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ValidatorException | |
---|---|
org.apache.tapestry.form | Components for implementing basic HTML Forms. |
org.apache.tapestry.form.translator | Defines translator bindings used primarily in form component input translations. |
org.apache.tapestry.form.validator | Form validation infrastructure. |
org.apache.tapestry.valid | Components and classes that provide specialized, validating text fields. |
Uses of ValidatorException in org.apache.tapestry.form |
---|
Methods in org.apache.tapestry.form that throw ValidatorException | |
---|---|
Object |
TranslatedFieldSupport.parse(TranslatedField field,
String text)
Parses the field value. |
Object |
TranslatedFieldSupportImpl.parse(TranslatedField field,
String text)
|
void |
ValidatableFieldSupport.validate(ValidatableField component,
IMarkupWriter writer,
IRequestCycle cycle,
Object value)
Called during rewind of the specified component. |
void |
ValidatableFieldSupportImpl.validate(ValidatableField component,
IMarkupWriter writer,
IRequestCycle cycle,
Object object)
|
Uses of ValidatorException in org.apache.tapestry.form.translator |
---|
Methods in org.apache.tapestry.form.translator that throw ValidatorException | |
---|---|
Object |
Translator.parse(IFormComponent field,
ValidationMessages messages,
String value)
Invoked during rewind to parse a submitted input value into an object suitable for the specified component. |
Object |
AbstractTranslator.parse(IFormComponent field,
ValidationMessages messages,
String text)
|
protected Object |
FormatTranslator.parseText(IFormComponent field,
ValidationMessages messages,
String text)
|
protected abstract Object |
AbstractTranslator.parseText(IFormComponent field,
ValidationMessages messages,
String text)
|
protected Object |
BigDecimalTranslator.parseText(IFormComponent field,
ValidationMessages messages,
String text)
|
Uses of ValidatorException in org.apache.tapestry.form.validator |
---|
Methods in org.apache.tapestry.form.validator that throw ValidatorException | |
---|---|
void |
Max.validate(IFormComponent field,
ValidationMessages messages,
Object object)
Does comparison based on the Number.doubleValue() . |
void |
Required.validate(IFormComponent field,
ValidationMessages messages,
Object object)
|
void |
MaxDate.validate(IFormComponent field,
ValidationMessages messages,
Object object)
|
void |
AbstractValidatorWrapper.validate(IFormComponent field,
ValidationMessages messages,
Object object)
|
void |
MaxLength.validate(IFormComponent field,
ValidationMessages messages,
Object object)
|
void |
Email.validate(IFormComponent field,
ValidationMessages messages,
Object object)
|
void |
MinDate.validate(IFormComponent field,
ValidationMessages messages,
Object object)
|
void |
Pattern.validate(IFormComponent field,
ValidationMessages messages,
Object object)
|
void |
MinLength.validate(IFormComponent field,
ValidationMessages messages,
Object object)
|
void |
Min.validate(IFormComponent field,
ValidationMessages messages,
Object object)
Does comparison based on the Number.doubleValue() . |
void |
Validator.validate(IFormComponent field,
ValidationMessages messages,
Object object)
Invoked to validate input for the field. |
void |
Identity.validate(IFormComponent field,
ValidationMessages messages,
Object object)
|
Uses of ValidatorException in org.apache.tapestry.valid |
---|
Methods in org.apache.tapestry.valid with parameters of type ValidatorException | |
---|---|
void |
IValidationDelegate.record(ValidatorException ex)
The error notification method, invoked during the rewind phase (that is, while HTTP parameters are being extracted from the request and assigned to various object properties). |
void |
ValidationDelegate.record(ValidatorException ex)
Invokes ValidationDelegate.record(String, ValidationConstraint) , or
ValidationDelegate.record(IRender, ValidationConstraint) if the
error renderer property is
not null. |
Methods in org.apache.tapestry.valid that throw ValidatorException | |
---|---|
protected boolean |
BaseValidator.checkRequired(IFormComponent field,
String value)
Invoked to check if the value is null. |
Object |
UrlValidator.toObject(IFormComponent field,
String input)
|
Object |
PatternValidator.toObject(IFormComponent field,
String input)
|
Object |
NumberValidator.toObject(IFormComponent field,
String value)
|
Object |
IntValidator.toObject(IFormComponent field,
String value)
|
Object |
IValidator.toObject(IFormComponent field,
String input)
Converts input, submitted by the client, into an object value. |
Object |
StringValidator.toObject(IFormComponent field,
String input)
|
Object |
DateValidator.toObject(IFormComponent field,
String value)
|
Object |
EmailValidator.toObject(IFormComponent field,
String input)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |