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

V

v - Variable in class org.apache.tapestry5.internal.plastic.InstructionBuilderImpl
 
Validate - Annotation Type in org.apache.tapestry5.beaneditor
Used to attach validation constraints directly to a property (either the getter or the setter method).
VALIDATE - Static variable in class org.apache.tapestry5.BindingConstants
References (and configures) one ore more named Validators contributed to the FieldValidatorSource service.
VALIDATE - Static variable in class org.apache.tapestry5.EventConstants
Event triggered by form-related components to validate user input.
validate(Object, ComponentResources, FieldValidator) - Method in interface org.apache.tapestry5.FieldValidationSupport
Performs validation on a parsed value from the client.
validate(T) - Method in interface org.apache.tapestry5.FieldValidator
Invoked after the client-submitted value has been translated to check that the value conforms to expectations (often, in terms of minimum or maximum value).
validate(Object) - Method in class org.apache.tapestry5.internal.beanvalidator.BeanFieldValidator
 
validate(Object) - Method in class org.apache.tapestry5.internal.services.CompositeFieldValidator
 
validate(Object, ComponentResources, FieldValidator) - Method in class org.apache.tapestry5.internal.services.FieldValidationSupportImpl
 
validate(Object) - Method in class org.apache.tapestry5.internal.services.FieldValidatorImpl
 
validate(Field, Void, MessageFormatter, String) - Method in class org.apache.tapestry5.validator.Email
 
validate(Field, Long, MessageFormatter, Number) - Method in class org.apache.tapestry5.validator.Max
 
validate(Field, Integer, MessageFormatter, String) - Method in class org.apache.tapestry5.validator.MaxLength
 
validate(Field, Long, MessageFormatter, Number) - Method in class org.apache.tapestry5.validator.Min
 
validate(Field, Integer, MessageFormatter, String) - Method in class org.apache.tapestry5.validator.MinLength
 
validate(Field, Void, MessageFormatter, Object) - Method in class org.apache.tapestry5.validator.None
Does nothing.
validate(Field, Pattern, MessageFormatter, String) - Method in class org.apache.tapestry5.validator.Regexp
 
validate(Field, Void, MessageFormatter, Object) - Method in class org.apache.tapestry5.validator.Required
 
validate(Field, C, MessageFormatter, T) - Method in interface org.apache.tapestry5.Validator
Invoked after the client-submitted value has been translated to check that the value conforms to expectations (often, in terms of minimum or maximum value).
ValidateAnnotationConstraintGenerator - Class in org.apache.tapestry5.internal.beaneditor
Checks for the Validate annotation, and extracts its value to form the result.
ValidateAnnotationConstraintGenerator() - Constructor for class org.apache.tapestry5.internal.beaneditor.ValidateAnnotationConstraintGenerator
 
ValidateBindingFactory - Class in org.apache.tapestry5.internal.bindings
Factory for bindings that provide a FieldValidator based on a validator specification.
ValidateBindingFactory(FieldValidatorSource, StringInterner) - Constructor for class org.apache.tapestry5.internal.bindings.ValidateBindingFactory
 
validateConstructorForAutobuild(Constructor) - Static method in class org.apache.tapestry5.ioc.internal.util.InternalUtils
 
validateExpression(String) - Static method in class org.apache.tapestry5.ioc.internal.services.cron.CronExpression
 
validateMarkerAnnotation(Class) - Static method in class org.apache.tapestry5.ioc.internal.util.InternalUtils
Validates that the marker annotation class had a retention policy of runtime.
validateMarkerAnnotations(Class[]) - Static method in class org.apache.tapestry5.ioc.internal.util.InternalUtils
 
ValidatingConfigurationWrapper<T> - Class in org.apache.tapestry5.ioc.internal
Wraps a Collection as a Configuration and perform validation that collected value are of the correct type.
ValidatingConfigurationWrapper(Class<T>, ObjectLocator, TypeCoercerProxy, Collection<T>, String) - Constructor for class org.apache.tapestry5.ioc.internal.ValidatingConfigurationWrapper
 
ValidatingMappedConfigurationWrapper<K,V> - Class in org.apache.tapestry5.ioc.internal
A wrapper around a Map that provides the MappedConfiguration interface, and provides two forms of validation for mapped configurations: If either key or value is null, then a warning is logged If the key has previously been stored (by some other ContributionDef, then a warning is logged

When a warning is logged, the key/value pair is not added to the delegate.

ValidatingMappedConfigurationWrapper(Class<V>, ObjectLocator, TypeCoercerProxy, Map<K, V>, Map<K, MappedConfigurationOverride<K, V>>, String, ContributionDef, Class<K>, Map<K, ContributionDef>) - Constructor for class org.apache.tapestry5.ioc.internal.ValidatingMappedConfigurationWrapper
 
ValidatingOrderedConfigurationWrapper<T> - Class in org.apache.tapestry5.ioc.internal
Wraps a List as a OrderedConfiguration, implementing validation of values provided to an OrderedConfiguration.
ValidatingOrderedConfigurationWrapper(Class<T>, ObjectLocator, TypeCoercerProxy, Orderer<T>, Map<String, OrderedConfigurationOverride<T>>, ContributionDef) - Constructor for class org.apache.tapestry5.ioc.internal.ValidatingOrderedConfigurationWrapper
 
ValidationConstraintGenerator - Interface in org.apache.tapestry5.services
Invoked to generate a list of validation constraint strings for a property.
ValidationConstraintGeneratorImpl - Class in org.apache.tapestry5.internal.services
 
ValidationConstraintGeneratorImpl(List<ValidationConstraintGenerator>) - Constructor for class org.apache.tapestry5.internal.services.ValidationConstraintGeneratorImpl
 
ValidationDecorator - Interface in org.apache.tapestry5
An object responsible for performing decorations around fields and field labels.
ValidationDecoratorFactory - Interface in org.apache.tapestry5.services
Creates an instance of ValidationDecorator for a MarkupWriter.
ValidationDecoratorFactoryImpl - Class in org.apache.tapestry5.internal.services
 
ValidationDecoratorFactoryImpl(Environment, Asset) - Constructor for class org.apache.tapestry5.internal.services.ValidationDecoratorFactoryImpl
 
ValidationDecoratorWrapper - Class in org.apache.tapestry5.internal.util
Implementation of ValidationDecorator that delegates all method invocations.
ValidationDecoratorWrapper(ValidationDecorator) - Constructor for class org.apache.tapestry5.internal.util.ValidationDecoratorWrapper
 
ValidationException - Exception in org.apache.tapestry5
An exception associated with parsing client input, or validating the input against a constraint.
ValidationException(String) - Constructor for exception org.apache.tapestry5.ValidationException
 
validationMode(ValidationMode) - Method in class org.apache.tapestry5.internal.jpa.PersistenceUnitInfoImpl
Set the validation mode to be used by the persistence provider for the persistence unit.
validationMode(ValidationMode) - Method in interface org.apache.tapestry5.jpa.TapestryPersistenceUnitInfo
Set the validation mode to be used by the persistence provider for the persistence unit.
ValidationTracker - Interface in org.apache.tapestry5
Tracks information related to user input validations.
ValidationTrackerImpl - Class in org.apache.tapestry5
Standard implementation of ValidationTracker.
ValidationTrackerImpl() - Constructor for class org.apache.tapestry5.ValidationTrackerImpl
 
ValidationTrackerWrapper - Class in org.apache.tapestry5
Wrapper around a ValidationTracker that delegates all methods to the wrapped instance.
ValidationTrackerWrapper(ValidationTracker) - Constructor for class org.apache.tapestry5.ValidationTrackerWrapper
 
Validator<C,T> - Interface in org.apache.tapestry5
Used by a Field to enforce a constraint related to a form submission.
ValidatorMacro - Interface in org.apache.tapestry5.validator
Allows support for "validator macros", a simple-minded way of combining several related valiations together under a single name.
ValidatorMacroImpl - Class in org.apache.tapestry5.internal.validator
 
ValidatorMacroImpl(Map<String, String>) - Constructor for class org.apache.tapestry5.internal.validator.ValidatorMacroImpl
 
ValidatorSpecification - Class in org.apache.tapestry5.internal.services
Validator type and constraint values parsed from a validator specification.
ValidatorSpecification(String) - Constructor for class org.apache.tapestry5.internal.services.ValidatorSpecification
 
ValidatorSpecification(String, String) - Constructor for class org.apache.tapestry5.internal.services.ValidatorSpecification
 
validatorSpecificationParseError(int, String) - Static method in class org.apache.tapestry5.internal.services.ServicesMessages
 
value - Variable in class org.apache.tapestry5.internal.parser.AttributeToken
 
Value - Annotation Type in org.apache.tapestry5.ioc.annotations
Used in conjunction with Inject to inject a literal value, rather than a service.
value - Variable in class org.apache.tapestry5.services.javascript.StackExtension
The value contributed; will have symbols expanded, then be converted to the appropriate type.
VALUE_CHANGED - Static variable in class org.apache.tapestry5.EventConstants
Event triggered by Select component to inform its container that Select's value has changed.
ValueEncoder<V> - Interface in org.apache.tapestry5
A ValueEncoder is used to convert server side objects to unique client-side strings (typically IDs) and back.
ValueEncoderFactory<V> - Interface in org.apache.tapestry5.services
A source for ValueEncoder instances of a given type.
ValueEncoderSource - Interface in org.apache.tapestry5.services
A source for value encoders based on a property type.
ValueEncoderSourceImpl - Class in org.apache.tapestry5.internal.services
 
ValueEncoderSourceImpl(Map<Class, ValueEncoderFactory>) - Constructor for class org.apache.tapestry5.internal.services.ValueEncoderSourceImpl
 
valueForEventHandlerMethodParameter(ComponentEvent) - Method in interface org.apache.tapestry5.internal.transform.EventHandlerMethodParameterProvider
Extract the value and coerce it to the correct type.
valueForKey(String) - Method in class org.apache.tapestry5.internal.services.MapMessages
 
valueForKey(String) - Method in class org.apache.tapestry5.ioc.internal.util.MessagesImpl
 
valueForKey(String) - Method in class org.apache.tapestry5.ioc.util.AbstractMessages
Invoked to provide the value for a particular key.
valueForMacro(String) - Method in class org.apache.tapestry5.internal.validator.ValidatorMacroImpl
 
valueForMacro(String) - Method in interface org.apache.tapestry5.validator.ValidatorMacro
Given a potential validator macro (a simple string name), returns the value for that macro, a comma-separated list of validation constraints.
valueForSymbol(String) - Method in class org.apache.tapestry5.internal.ServletContextSymbolProvider
 
valueForSymbol(String) - Method in class org.apache.tapestry5.internal.SingleKeySymbolProvider
 
valueForSymbol(String) - Method in class org.apache.tapestry5.ioc.internal.services.MapSymbolProvider
 
valueForSymbol(String) - Method in class org.apache.tapestry5.ioc.internal.services.ResourceSymbolProvider
 
valueForSymbol(String) - Method in class org.apache.tapestry5.ioc.internal.services.SymbolSourceImpl
 
valueForSymbol(String) - Method in class org.apache.tapestry5.ioc.internal.services.SystemEnvSymbolProvider
 
valueForSymbol(String) - Method in class org.apache.tapestry5.ioc.internal.services.SystemPropertiesSymbolProvider
 
valueForSymbol(String) - Method in interface org.apache.tapestry5.ioc.services.SymbolProvider
Returns the value for the symbol, or null if this provider can not provide a value.
valueForSymbol(String) - Method in interface org.apache.tapestry5.ioc.services.SymbolSource
Expands the value for a particular symbol.
ValueObjectProvider - Class in org.apache.tapestry5.ioc.internal.services
Provides an object when the Value annotation is present.
ValueObjectProvider(SymbolSource, TypeCoercer) - Constructor for class org.apache.tapestry5.ioc.internal.services.ValueObjectProvider
 
valueOf(String) - Static method in enum org.apache.tapestry5.alerts.Duration
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tapestry5.alerts.Severity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tapestry5.beaneditor.RelativePosition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tapestry5.corelib.ClientValidation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tapestry5.corelib.data.BlankOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tapestry5.corelib.data.GridPagerPosition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tapestry5.corelib.data.InsertPosition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tapestry5.corelib.LoopFormState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tapestry5.corelib.SubmitMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tapestry5.dom.EndTagStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tapestry5.FieldFocusPriority
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tapestry5.grid.ColumnSort
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tapestry5.internal.parser.TokenType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tapestry5.internal.plastic.FieldState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tapestry5.internal.plastic.PrimitiveType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tapestry5.internal.plastic.TypeCategory
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tapestry5.internal.services.LinkSecurity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tapestry5.internal.services.XMLTokenType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tapestry5.ioc.annotations.AnnotationUseContext
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tapestry5.ioc.internal.ConfigurationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tapestry5.ioc.services.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tapestry5.plastic.ClassType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tapestry5.plastic.Condition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tapestry5.plastic.PropertyAccessType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tapestry5.plastic.TransformationOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tapestry5.services.assets.CompressionStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tapestry5.services.assets.StreamableResourceProcessing
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tapestry5.services.javascript.InitializationPriority
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tapestry5.services.javascript.StackExtensionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tapestry5.services.RelativeElementPosition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tapestry5.services.transform.ControlledPackageType
Returns the enum constant of this type with the specified name.
valueOfMethodDescriptor - Variable in enum org.apache.tapestry5.internal.plastic.PrimitiveType
 
values() - Static method in enum org.apache.tapestry5.alerts.Duration
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tapestry5.alerts.Severity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tapestry5.beaneditor.RelativePosition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tapestry5.corelib.ClientValidation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tapestry5.corelib.data.BlankOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tapestry5.corelib.data.GridPagerPosition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tapestry5.corelib.data.InsertPosition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tapestry5.corelib.LoopFormState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tapestry5.corelib.SubmitMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tapestry5.dom.EndTagStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tapestry5.FieldFocusPriority
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tapestry5.grid.ColumnSort
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tapestry5.internal.parser.TokenType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tapestry5.internal.plastic.FieldState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tapestry5.internal.plastic.PrimitiveType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tapestry5.internal.plastic.TypeCategory
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tapestry5.internal.services.LinkSecurity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tapestry5.internal.services.XMLTokenType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tapestry5.ioc.annotations.AnnotationUseContext
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tapestry5.ioc.internal.ConfigurationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tapestry5.ioc.services.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tapestry5.plastic.ClassType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tapestry5.plastic.Condition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tapestry5.plastic.PropertyAccessType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tapestry5.plastic.TransformationOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tapestry5.services.assets.CompressionStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tapestry5.services.assets.StreamableResourceProcessing
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tapestry5.services.javascript.InitializationPriority
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tapestry5.services.javascript.StackExtensionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tapestry5.services.RelativeElementPosition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tapestry5.services.transform.ControlledPackageType
Returns an array containing the constants of this enum type, in the order they are declared.
VAR - Static variable in class org.apache.tapestry5.BindingConstants
Allows for temporary storage of information during the render only (may not currently be used during form submission processing).
verify() - Method in class org.apache.tapestry5.ioc.test.MockTester
Verifies that all trained methods have been invoked on all mock objects (created by MockTester.newMock(Class), then switches each mock object back to training mode.
verify() - Method in class org.apache.tapestry5.ioc.test.TestBase
Verifies that all trained methods have been invoked on all mock objects (created by TestBase.newMock(Class), then switches each mock object back to training mode.
VersionUtils - Class in org.apache.tapestry5
Utility methods related to managing framework version numbers.
VersionUtils() - Constructor for class org.apache.tapestry5.VersionUtils
 
visit(Visitor) - Method in class org.apache.tapestry5.dom.Element
Depth-first visitor traversal of this Element and its Element children.
visit(Element) - Method in interface org.apache.tapestry5.dom.Visitor
Called for each Element being visited.
visit(String, Object) - Method in class org.apache.tapestry5.internal.plastic.AbstractAnnotationBuilder
 
visit(SelectModelVisitor) - Method in interface org.apache.tapestry5.SelectModel
Allows access to all the OptionGroupModels and OptionModels within the SelectModel.
visit(SelectModelVisitor) - Method in class org.apache.tapestry5.util.AbstractSelectModel
 
visitAnnotation(String, String) - Method in class org.apache.tapestry5.internal.plastic.AbstractAnnotationBuilder
 
visitAnnotationMemberValue(AnnotationMemberValue) - Method in class org.apache.tapestry5.ioc.internal.services.AnnotationMemberValueVisitor
 
visitArray(String) - Method in class org.apache.tapestry5.internal.plastic.AbstractAnnotationBuilder
Because of how ASM works, this should only be invoked when the array values are not primitives and not Class/Type; i.e.
visitArrayMemberValue(ArrayMemberValue) - Method in class org.apache.tapestry5.ioc.internal.services.AnnotationMemberValueVisitor
 
visitBooleanMemberValue(BooleanMemberValue) - Method in class org.apache.tapestry5.ioc.internal.services.AnnotationMemberValueVisitor
 
visitByteMemberValue(ByteMemberValue) - Method in class org.apache.tapestry5.ioc.internal.services.AnnotationMemberValueVisitor
 
visitCharMemberValue(CharMemberValue) - Method in class org.apache.tapestry5.ioc.internal.services.AnnotationMemberValueVisitor
 
visitClassMemberValue(ClassMemberValue) - Method in class org.apache.tapestry5.ioc.internal.services.AnnotationMemberValueVisitor
 
visitDoubleMemberValue(DoubleMemberValue) - Method in class org.apache.tapestry5.ioc.internal.services.AnnotationMemberValueVisitor
 
visitEnd() - Method in class org.apache.tapestry5.internal.plastic.AbstractAnnotationBuilder
 
visitEnum(String, String, String) - Method in class org.apache.tapestry5.internal.plastic.AbstractAnnotationBuilder
 
visitEnumMemberValue(EnumMemberValue) - Method in class org.apache.tapestry5.ioc.internal.services.AnnotationMemberValueVisitor
 
visitFloatMemberValue(FloatMemberValue) - Method in class org.apache.tapestry5.ioc.internal.services.AnnotationMemberValueVisitor
 
visitIntegerMemberValue(IntegerMemberValue) - Method in class org.apache.tapestry5.ioc.internal.services.AnnotationMemberValueVisitor
 
visitLongMemberValue(LongMemberValue) - Method in class org.apache.tapestry5.ioc.internal.services.AnnotationMemberValueVisitor
 
Visitor - Interface in org.apache.tapestry5.dom
A callback interface used navigate the Elements of a document.
visitShortMemberValue(ShortMemberValue) - Method in class org.apache.tapestry5.ioc.internal.services.AnnotationMemberValueVisitor
 
visitStringMemberValue(StringMemberValue) - Method in class org.apache.tapestry5.ioc.internal.services.AnnotationMemberValueVisitor
 

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Copyright © 2003-2012 The Apache Software Foundation.