- ValidatableField - Interface in org.apache.tapestry.form
-
Implemented by form components that can need to be translated and validated.
- ValidatableFieldSupport - Interface in org.apache.tapestry.form
-
Implements the logic used by RequiredField
s for required field checking on rewind and
generating client-side logic during render.
- ValidatableFieldSupportImpl - Class in org.apache.tapestry.form
-
Default VadidatableFieldSupport
implementation.
- ValidatableFieldSupportImpl() - Constructor for class org.apache.tapestry.form.ValidatableFieldSupportImpl
-
- validate(IRequestCycle) - Method in class org.apache.tapestry.AbstractPage
-
By default, pages are not protected and this method does nothing.
- validate(Class, Class, IComponentSpecification) - Method in interface org.apache.tapestry.enhance.EnhancedClassValidator
-
- validate(Class, Class, IComponentSpecification) - Method in class org.apache.tapestry.enhance.EnhancedClassValidatorImpl
-
- validate(ValidatableField, IMarkupWriter, IRequestCycle, Object) - Method in interface org.apache.tapestry.form.ValidatableFieldSupport
-
Called during rewind of the specified component.
- validate(ValidatableField, IMarkupWriter, IRequestCycle, Object) - Method in class org.apache.tapestry.form.ValidatableFieldSupportImpl
-
- validate(IFormComponent, ValidationMessages, Object) - Method in class org.apache.tapestry.form.validator.AbstractValidatorWrapper
-
- validate(IFormComponent, ValidationMessages, Object) - Method in class org.apache.tapestry.form.validator.Email
-
- validate(IFormComponent, ValidationMessages, Object) - Method in class org.apache.tapestry.form.validator.Max
-
Does comparison based on the Number.doubleValue()
.
- validate(IFormComponent, ValidationMessages, Object) - Method in class org.apache.tapestry.form.validator.MaxDate
-
- validate(IFormComponent, ValidationMessages, Object) - Method in class org.apache.tapestry.form.validator.MaxLength
-
- validate(IFormComponent, ValidationMessages, Object) - Method in class org.apache.tapestry.form.validator.Min
-
Does comparison based on the Number.doubleValue()
.
- validate(IFormComponent, ValidationMessages, Object) - Method in class org.apache.tapestry.form.validator.MinDate
-
- validate(IFormComponent, ValidationMessages, Object) - Method in class org.apache.tapestry.form.validator.MinLength
-
- validate(IFormComponent, ValidationMessages, Object) - Method in class org.apache.tapestry.form.validator.Pattern
-
- validate(IFormComponent, ValidationMessages, Object) - Method in class org.apache.tapestry.form.validator.Required
-
- validate(IFormComponent, ValidationMessages, Object) - Method in interface org.apache.tapestry.form.validator.Validator
-
Invoked to validate input for the field.
- validate(IRequestCycle) - Method in interface org.apache.tapestry.IPage
-
Method invoked by the page, action and direct services to validate that the user is allowed
to visit the page.
- validate(String, String, String) - Method in class org.apache.tapestry.util.xml.RuleDirectedParser
-
Validates that the input value matches against the specified Perl5 pattern.
- validateCycle(List) - Static method in class org.apache.tapestry.engine.EngineMessages
-
- validateProperty(String, Class) - Method in interface org.apache.tapestry.enhance.EnhancementOperation
-
Confirms that the named property either doesn't exist (in the component base class), or that
the type of the property exactly matches the indicated type.
- validateProperty(String, Class) - Method in class org.apache.tapestry.enhance.EnhancementOperationImpl
-
- ValidationConstants - Class in org.apache.tapestry.valid
-
- ValidationConstants() - Constructor for class org.apache.tapestry.valid.ValidationConstants
-
- ValidationConstraint - Class in org.apache.tapestry.valid
-
Defines an enumeration of different types of validation constraints that may be violated.
- ValidationConstraint(String) - Constructor for class org.apache.tapestry.valid.ValidationConstraint
-
Protected constructor, which allows new constraints to be created as subclasses.
- ValidationDelegate - Class in org.apache.tapestry.valid
-
- ValidationDelegate() - Constructor for class org.apache.tapestry.valid.ValidationDelegate
-
- ValidationMessages - Interface in org.apache.tapestry.form
-
Support interface used to provide access to validation messages.
- ValidationMessagesImpl - Class in org.apache.tapestry.form
-
- ValidationMessagesImpl(IFormComponent, Locale) - Constructor for class org.apache.tapestry.form.ValidationMessagesImpl
-
- ValidationStrings - Class in org.apache.tapestry.valid
-
Constants used for accessing validation message patterns.
- Validator - Interface in org.apache.tapestry.form.validator
-
- VALIDATOR_SYMBOL - Static variable in class org.apache.tapestry.valid.BaseValidator
-
Input symbol used to represent the validator itself to the script.
- ValidatorBinding - Class in org.apache.tapestry.valid
-
Implementation of
IBinding
that provides
IValidator
instances based on a validator bean descriptor.
- ValidatorBinding(String, ValueConverter, Location, IValidator) - Constructor for class org.apache.tapestry.valid.ValidatorBinding
-
- ValidatorBindingFactory - Class in org.apache.tapestry.valid
-
Uses the tapestry.valid.ValidatorBeanFactory service to obtain configuration IValidator
instances.
- ValidatorBindingFactory() - Constructor for class org.apache.tapestry.valid.ValidatorBindingFactory
-
- ValidatorContribution - Class in org.apache.tapestry.form.validator
-
Contains information contributed to the tapestry.form.validator.Validators configuration point.
- ValidatorContribution() - Constructor for class org.apache.tapestry.form.validator.ValidatorContribution
-
- ValidatorException - Exception in org.apache.tapestry.valid
-
Thrown by a
IValidator
when submitted input is not valid.
- ValidatorException(String) - Constructor for exception org.apache.tapestry.valid.ValidatorException
-
- ValidatorException(String, ValidationConstraint) - Constructor for exception org.apache.tapestry.valid.ValidatorException
-
- ValidatorException(String, IRender, ValidationConstraint) - Constructor for exception org.apache.tapestry.valid.ValidatorException
-
Creates a new instance.
- ValidatorFactory - Interface in org.apache.tapestry.form.validator
-
Constructs
Validator
instances from a specification.
- ValidatorFactoryImpl - Class in org.apache.tapestry.form.validator
-
Implementation of the tapestry.form.validator.ValidatorFactory service, which builds and caches
validators and lists of validators from a "magic" string specification.
- ValidatorFactoryImpl() - Constructor for class org.apache.tapestry.form.validator.ValidatorFactoryImpl
-
- ValidatorsBinding - Class in org.apache.tapestry.form.validator
-
- ValidatorsBinding(String, ValueConverter, Location, List) - Constructor for class org.apache.tapestry.form.validator.ValidatorsBinding
-
- ValidatorsBindingFactory - Class in org.apache.tapestry.form.validator
-
- ValidatorsBindingFactory() - Constructor for class org.apache.tapestry.form.validator.ValidatorsBindingFactory
-
- ValidField - Class in org.apache.tapestry.valid
-
A Form
component that creates a text field that allows for validation of user input and
conversion between string and object values.
- ValidField() - Constructor for class org.apache.tapestry.valid.ValidField
-
- VALUE_TOO_LARGE - Static variable in class org.apache.tapestry.valid.ValidationStrings
-
- VALUE_TOO_LONG - Static variable in class org.apache.tapestry.valid.ValidationStrings
-
- VALUE_TOO_SHORT - Static variable in class org.apache.tapestry.valid.ValidationStrings
-
- VALUE_TOO_SMALL - Static variable in class org.apache.tapestry.valid.ValidationStrings
-
- valueBound(HttpSessionBindingEvent) - Method in class org.apache.tapestry.BaseSessionStoreOptimized
-
Clears the dirty flag.
- ValueConverter - Interface in org.apache.tapestry.coerce
-
Converts a value (possibly null) to an alternate data type; typically from String to boolean or a
number type.
- ValueConverterImpl - Class in org.apache.tapestry.coerce
-
- ValueConverterImpl() - Constructor for class org.apache.tapestry.coerce.ValueConverterImpl
-
- ValuePart - Class in org.apache.tapestry.multipart
-
A portion of a multipart request that stores a value, or values, for a parameter.
- ValuePart(String) - Constructor for class org.apache.tapestry.multipart.ValuePart
-
- valueUnbound(HttpSessionBindingEvent) - Method in class org.apache.tapestry.BaseSessionStoreOptimized
-
Does nothing.
- verifyPropertyType(EnhancementOperation, String, Class) - Static method in class org.apache.tapestry.enhance.EnhanceUtils
-
Verifies that a property type can be assigned a particular type of value.
- VerifyRequiredParametersVisitor - Class in org.apache.tapestry.pageload
-
Verify whether all required parameters in the examined component are bound, and if they are not,
throw an exception.
- VerifyRequiredParametersVisitor() - Constructor for class org.apache.tapestry.pageload.VerifyRequiredParametersVisitor
-
- VERSION - Static variable in class org.apache.tapestry.Tapestry
-
The version of the framework; this is updated for major releases.
- VISIT_CLASS_PROPERTY_NAME - Static variable in class org.apache.tapestry.engine.AbstractEngine
-
The name of the application specification property used to specify the class of the visit
object.
- visitComponent(IComponent) - Method in class org.apache.tapestry.pageload.EstablishDefaultParameterValuesVisitor
-
- visitComponent(IComponent) - Method in interface org.apache.tapestry.pageload.IComponentVisitor
-
- visitComponent(IComponent) - Method in class org.apache.tapestry.pageload.VerifyRequiredParametersVisitor
-