A B C D E F G H I J L M N O P Q R S T U V W _

V

VALIDATOR_SYMBOL - Static variable in class org.apache.tapestry.valid.BaseValidator
Input symbol used to represent the validator itself to the script.
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.
ValidField - class org.apache.tapestry.valid.ValidField.
A Formcomponent 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
 
ValidationConstraint - class org.apache.tapestry.valid.ValidationConstraint.
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 org.apache.tapestry.valid.ValidationDelegate.
A base implementation of IValidationDelegatethat can be used as a managed bean.
ValidationDelegate() - Constructor for class org.apache.tapestry.valid.ValidationDelegate
 
ValidatorBinding - class org.apache.tapestry.valid.ValidatorBinding.
Implementation of IBindingthat provides IValidator  instances based on a validator bean descriptor.
ValidatorBinding(String, ValueConverter, Location, IValidator) - Constructor for class org.apache.tapestry.valid.ValidatorBinding
 
ValidatorBindingFactory - class org.apache.tapestry.valid.ValidatorBindingFactory.
Uses the tapestry.valid.ValidatorBeanFactory service to obtain configuration IValidator instances.
ValidatorBindingFactory() - Constructor for class org.apache.tapestry.valid.ValidatorBindingFactory
 
ValidatorException - exception org.apache.tapestry.valid.ValidatorException.
Thrown by a IValidatorwhen submitted input is not valid.
ValidatorException(String) - Constructor for class org.apache.tapestry.valid.ValidatorException
 
ValidatorException(String, ValidationConstraint) - Constructor for class org.apache.tapestry.valid.ValidatorException
 
ValidatorException(String, IRender, ValidationConstraint) - Constructor for class org.apache.tapestry.valid.ValidatorException
Creates a new instance.
ValueConverter - interface org.apache.tapestry.coerce.ValueConverter.
Converts a value (possibly null) to an alternate data type; typically from String to boolean or a number type.
ValueConverterImpl - class org.apache.tapestry.coerce.ValueConverterImpl.
Implementation of ValueConverter.
ValueConverterImpl() - Constructor for class org.apache.tapestry.coerce.ValueConverterImpl
 
ValuePart - class org.apache.tapestry.multipart.ValuePart.
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
 
VerifyRequiredParametersVisitor - class org.apache.tapestry.pageload.VerifyRequiredParametersVisitor.
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
 
validate(IRequestCycle) - Method in class org.apache.tapestry.AbstractPage
By default, pages are not protected and this method does nothing.
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(Class, Class, IComponentSpecification) - Method in interface org.apache.tapestry.enhance.EnhancedClassValidator
 
validate(Class, Class, IComponentSpecification) - Method in class org.apache.tapestry.enhance.EnhancedClassValidatorImpl
 
validate(String, String, String) - Method in class org.apache.tapestry.util.xml.RuleDirectedParser
Validates that the input value matches against the specified Perl5 pattern.
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
 
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.
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
 

A B C D E F G H I J L M N O P Q R S T U V W _