Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
V
- validate() - Method in class rife.cmf.validation.SupportedImage
- validate() - Method in class rife.cmf.validation.SupportedXhtml
- validate() - Method in class rife.scheduler.Task.InvalidPlanned
- validate() - Method in class rife.validation.AbstractValidationRule
- validate() - Method in class rife.validation.MetaData
- validate() - Method in interface rife.validation.Validated
-
Validates the internal subjects.
- validate() - Method in class rife.validation.Validation
- validate() - Method in interface rife.validation.ValidationRule
- validate() - Method in class rife.validation.ValidationRuleEmail
- validate() - Method in class rife.validation.ValidationRuleFormat
- validate() - Method in class rife.validation.ValidationRuleInList
- validate() - Method in class rife.validation.ValidationRuleLimitedDate
- validate() - Method in class rife.validation.ValidationRuleLimitedLength
- validate() - Method in class rife.validation.ValidationRuleNotEmpty
- validate() - Method in class rife.validation.ValidationRuleNotEqual
- validate() - Method in class rife.validation.ValidationRuleNotNull
- validate() - Method in class rife.validation.ValidationRuleRange
- validate() - Method in class rife.validation.ValidationRuleRegexp
- validate() - Method in class rife.validation.ValidationRuleSameAs
- validate() - Method in class rife.validation.ValidationRuleUrl
- validate(Validated) - Method in class rife.database.querymanagers.generic.AbstractGenericQueryManager
- validate(Validated) - Method in class rife.database.querymanagers.generic.GenericQueryManagerDelegate
- validate(Validated) - Method in interface rife.validation.ValidationContext
-
Validates a
Validated
in this context. - validate(ValidationContext) - Method in class rife.validation.MetaData
- validate(ValidationContext) - Method in interface rife.validation.Validated
-
Validates the internal subjects and also validates the bean within the provided
ValidationContext
- validate(ValidationContext) - Method in class rife.validation.Validation
- validateCode(String, String) - Static method in class rife.tools.TOTPUtils
-
Code validation with a default of 1-step back, granting a 30-60 second window
- validateCode(String, String, int) - Static method in class rife.tools.TOTPUtils
-
Code validation where steps back can be customized to allow looser time-based authentication
- Validated - Interface in rife.validation
-
This interface defines methods for bean-centric data validation.
- validatedCredentials(Credentials) - Method in class rife.authentication.elements.Login
-
Hook method that is called on login form submission when the credentials are validated without errors
- validateGroup(String) - Method in class rife.validation.MetaData
- validateGroup(String) - Method in interface rife.validation.Validated
-
Validate the
ValidationRule
s of a particular validation group. - validateGroup(String) - Method in class rife.validation.Validation
- validateGroup(String, ValidationContext) - Method in class rife.validation.MetaData
- validateGroup(String, ValidationContext) - Method in interface rife.validation.Validated
-
Validate the
ValidationRule
s of a particular validation group and also validates the entire bean within the providedValidationContext
- validateGroup(String, ValidationContext) - Method in class rife.validation.Validation
- validateSession(String, String, SessionAttributes) - Method in interface rife.authentication.SessionValidator
-
Validates an existing session according to a set of attributes that define the context in which this validation occurs.
- validateSession(String, String, SessionAttributes) - Method in class rife.authentication.sessionvalidators.BasicSessionValidator
- Validation - Class in rife.validation
- Validation() - Constructor for class rife.validation.Validation
- ValidationBuilder - Interface in rife.validation
- ValidationBuilderException - Exception in rife.validation.exceptions
- ValidationBuilderException(String) - Constructor for exception rife.validation.exceptions.ValidationBuilderException
- ValidationBuilderException(String, Throwable) - Constructor for exception rife.validation.exceptions.ValidationBuilderException
- ValidationBuilderException(Throwable) - Constructor for exception rife.validation.exceptions.ValidationBuilderException
- ValidationBuilderHtml - Class in rife.validation
- ValidationBuilderHtml() - Constructor for class rife.validation.ValidationBuilderHtml
- ValidationBuilderXml - Class in rife.validation
- ValidationBuilderXml() - Constructor for class rife.validation.ValidationBuilderXml
- ValidationContext - Interface in rife.validation
-
This interface has to be implemented by all classes that provide a context in which
Validated
bean instances can be validated. - ValidationError - Class in rife.validation
-
Instances of this class detail subjects that were found invalid during validation.
- ValidationError(String, String) - Constructor for class rife.validation.ValidationError
-
Creates a new
ValidationError
instance for the specified identifier and subject. - ValidationError(String, String, boolean) - Constructor for class rife.validation.ValidationError
-
Creates a new
ValidationError
instance for the specified identifier and subject. - ValidationError.DIFFERENT - Class in rife.validation
- ValidationError.INCOMPLETE - Class in rife.validation
- ValidationError.INVALID - Class in rife.validation
- ValidationError.MANDATORY - Class in rife.validation
- ValidationError.NOT_NUMERIC - Class in rife.validation
- ValidationError.UNEXPECTED - Class in rife.validation
- ValidationError.UNIQUENESS - Class in rife.validation
- ValidationError.WRONG_FORMAT - Class in rife.validation
- ValidationError.WRONG_LENGTH - Class in rife.validation
- ValidationException - Exception in rife.validation.exceptions
- ValidationException(String) - Constructor for exception rife.validation.exceptions.ValidationException
- ValidationException(String, Throwable) - Constructor for exception rife.validation.exceptions.ValidationException
- ValidationException(Throwable) - Constructor for exception rife.validation.exceptions.ValidationException
- ValidationGroup - Class in rife.validation
- ValidationRule - Interface in rife.validation
- ValidationRuleEmail - Class in rife.validation
- ValidationRuleEmail(String) - Constructor for class rife.validation.ValidationRuleEmail
- ValidationRuleFormat - Class in rife.validation
- ValidationRuleFormat(String, Format) - Constructor for class rife.validation.ValidationRuleFormat
- ValidationRuleInList - Class in rife.validation
- ValidationRuleInList(String, String[]) - Constructor for class rife.validation.ValidationRuleInList
- ValidationRuleLimitedDate - Class in rife.validation
- ValidationRuleLimitedDate(String, Date, Date) - Constructor for class rife.validation.ValidationRuleLimitedDate
- ValidationRuleLimitedLength - Class in rife.validation
- ValidationRuleLimitedLength(String, int, int) - Constructor for class rife.validation.ValidationRuleLimitedLength
- ValidationRuleNotEmpty - Class in rife.validation
- ValidationRuleNotEmpty(String) - Constructor for class rife.validation.ValidationRuleNotEmpty
- ValidationRuleNotEqual - Class in rife.validation
- ValidationRuleNotEqual(String, Object) - Constructor for class rife.validation.ValidationRuleNotEqual
- ValidationRuleNotNull - Class in rife.validation
- ValidationRuleNotNull(String) - Constructor for class rife.validation.ValidationRuleNotNull
- ValidationRuleRange - Class in rife.validation
- ValidationRuleRange(String, Comparable, Comparable) - Constructor for class rife.validation.ValidationRuleRange
- ValidationRuleRegexp - Class in rife.validation
- ValidationRuleRegexp(String, String) - Constructor for class rife.validation.ValidationRuleRegexp
- ValidationRuleSameAs - Class in rife.validation
- ValidationRuleSameAs(String, String) - Constructor for class rife.validation.ValidationRuleSameAs
- ValidationRuleUrl - Class in rife.validation
- ValidationRuleUrl(String) - Constructor for class rife.validation.ValidationRuleUrl
- ValidityChecks - Class in rife.validation
- ValidityChecks() - Constructor for class rife.validation.ValidityChecks
- value() - Element in annotation interface rife.engine.annotations.Config
-
The name of the parameter.
- value() - Element in annotation interface rife.engine.annotations.Cookie
-
The name of the cookie.
- value() - Element in annotation interface rife.engine.annotations.FileUpload
-
The name of the uploaded file.
- value() - Element in annotation interface rife.engine.annotations.Header
-
The name of the header.
- value() - Element in annotation interface rife.engine.annotations.Parameter
-
The name of the parameter.
- value() - Element in annotation interface rife.engine.annotations.Property
-
The name of the parameter.
- value() - Element in annotation interface rife.engine.annotations.RequestAttribute
-
The name of the attribute.
- value() - Element in annotation interface rife.engine.annotations.SessionAttribute
-
The name of the attribute.
- value() - Element in annotation interface rife.validation.annotations.MetaDataClass
-
The class that will be merged during meta-data merging.
- value(String) - Method in class rife.engine.CookieBuilder
- value(String) - Method in class rife.scheduler.TaskOption
-
Sets the value of this task option.
- VALUE_CHECKED - Static variable in class rife.forms.FormBuilderHtml
- VALUE_CHECKED - Static variable in class rife.forms.FormBuilderXml
- VALUE_SELECTED - Static variable in class rife.forms.FormBuilderHtml
- VALUE_SELECTED - Static variable in class rife.forms.FormBuilderXml
- valueOf(String) - Static method in enum class rife.engine.annotations.FlowDirection
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class rife.engine.RequestMethod
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class rife.feed.elements.FeedProvider.FeedType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class rife.template.TemplateConfig
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class rife.tools.ArrayUtils.ArrayType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class rife.tools.BeanUtils.Accessors
-
Returns the enum constant of this class with the specified name.
- ValueRenderer - Interface in rife.template
-
An object which can render content for a value in a template.
- values() - Static method in enum class rife.engine.annotations.FlowDirection
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class rife.engine.RequestMethod
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class rife.feed.elements.FeedProvider.FeedType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class rife.template.TemplateConfig
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class rife.tools.ArrayUtils.ArrayType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class rife.tools.BeanUtils.Accessors
-
Returns an array containing the constants of this enum class, in the order they are declared.
- ValueUnknownException - Exception in rife.template.exceptions
- ValueUnknownException(String) - Constructor for exception rife.template.exceptions.ValueUnknownException
- verbose(boolean) - Method in class rife.template.TemplateDeployer
- verifyCredentials(Credentials) - Method in interface rife.authentication.CredentialsManager
-
Verifies the validity of the provided
Credentials
instance. - verifyCredentials(Credentials) - Method in class rife.authentication.credentialsmanagers.MemoryUsers
- VerifyCredentialsErrorException - Exception in rife.authentication.credentialsmanagers.exceptions
- VerifyCredentialsErrorException(Credentials) - Constructor for exception rife.authentication.credentialsmanagers.exceptions.VerifyCredentialsErrorException
- VerifyCredentialsErrorException(Credentials, Throwable) - Constructor for exception rife.authentication.credentialsmanagers.exceptions.VerifyCredentialsErrorException
- Version - Class in rife
-
Singleton class that provides access to the current RIFE2 version as a string.
- versionFromResource(String) - Static method in class rife.tools.FileUtils
-
Reads the contents of a resource for use as a version number.
- VirtualParameters - Class in rife.database
-
Internal class to handle virtual parameters of a
DbPreparedStatement
. - VirtualParameters(QueryParameters, VirtualParametersHandler) - Constructor for class rife.database.VirtualParameters
-
Creates a new
VirtualParameters
instance. - VirtualParametersHandler - Interface in rife.database
-
Internal interface that defines the methods that a
VirtualParameters
handler has to support. - VirtualThreadsNotAvailableException - Exception in rife.engine.exceptions
- VirtualThreadsNotAvailableException(Throwable) - Constructor for exception rife.engine.exceptions.VirtualThreadsNotAvailableException
- VisitInterruptionException - Error in rife.instrument.exceptions
-
This is an internal exception that is used whenever the bytecode of a class is being visited and the analysis has to be interrupted in the middle.
- VisitInterruptionException() - Constructor for error rife.instrument.exceptions.VisitInterruptionException
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form