Index

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 _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

V

Valid - Annotation Interface in jakarta.validation
Marks a property, method parameter or method return type for validation cascading.
VALID - Enum constant in enum class jakarta.security.enterprise.identitystore.CredentialValidationResult.Status
Indicates that the credential is valid after a validation attempt.
validate() - Method in class jakarta.mail.internet.InternetAddress
Validate that this address conforms to the syntax rules of RFC 822.
validate() - Method in interface jakarta.persistence.SchemaManager
Validate that the database objects mapped by entities belonging to the persistence unit have the expected definitions.
validate() - Method in interface jakarta.resource.spi.ActivationSpec
This method may be called by a deployment tool to validate the overall activation configuration information provided by the endpoint deployer.
validate(InjectionPoint) - Method in class com.sun.faces.util.ELAwareBeanManagerWrapper
 
validate(InjectionPoint) - Method in interface jakarta.enterprise.inject.spi.BeanManager
Validate a certain injection point.
validate(FacesContext) - Method in class com.sun.faces.ext.component.UIValidateWholeBean
 
validate(FacesContext) - Method in class jakarta.faces.component.UIInput
Perform the following algorithm to validate the local value of this UIInput.
validate(FacesContext, UIComponent, Object) - Method in class com.sun.faces.cdi.CdiValidator
Validate.
validate(FacesContext, UIComponent, Object) - Method in class jakarta.faces.validator.BeanValidator
Verify that the value is valid according to the Bean Validation constraints.
validate(FacesContext, UIComponent, Object) - Method in class jakarta.faces.validator.DoubleRangeValidator
 
validate(FacesContext, UIComponent, Object) - Method in class jakarta.faces.validator.LengthValidator
 
validate(FacesContext, UIComponent, Object) - Method in class jakarta.faces.validator.LongRangeValidator
 
validate(FacesContext, UIComponent, Object) - Method in class jakarta.faces.validator.MethodExpressionValidator
 
validate(FacesContext, UIComponent, Object) - Method in class jakarta.faces.validator.RegexValidator
Validate a String against a regular expression pattern.
validate(FacesContext, UIComponent, Object) - Method in class jakarta.faces.validator.RequiredValidator
Verify that the converted object value is not null.
validate(FacesContext, UIComponent, T) - Method in interface jakarta.faces.validator.Validator
Perform the correctness checks implemented by this Validator against the specified UIComponent.
validate(Credential) - Method in interface jakarta.security.enterprise.identitystore.IdentityStore
Validates the given credential.
validate(Credential) - Method in interface jakarta.security.enterprise.identitystore.IdentityStoreHandler
Validate the given Credential and return the identity and attributes of the caller it represents.
validate(RememberMeCredential) - Method in interface jakarta.security.enterprise.identitystore.RememberMeIdentityStore
Validates the given credential.
validate(TagData) - Method in class jakarta.servlet.jsp.tagext.TagExtraInfo
Translation-time validation of the attributes.
validate(TagData) - Method in class jakarta.servlet.jsp.tagext.TagInfo
Translation-time validation of the attributes.
validate(String, String, PageData) - Method in class jakarta.servlet.jsp.jstl.tlv.PermittedTaglibsTLV
 
validate(String, String, PageData) - Method in class jakarta.servlet.jsp.jstl.tlv.ScriptFreeTLV
Validates a single JSP page.
validate(String, String, PageData) - Method in class jakarta.servlet.jsp.tagext.TagLibraryValidator
Validate a JSP page.
validate(T, Class<?>...) - Method in interface jakarta.validation.Validator
Validates all constraints on object.
VALIDATE - Enum constant in enum class jakarta.security.enterprise.identitystore.IdentityStore.ValidationType
Only validation is performed, so no groups, are taken from this store.
VALIDATE_EMPTY_FIELDS_PARAM_NAME - Static variable in class jakarta.faces.component.UIInput
The name of a context parameter that indicates how empty values should be handled with respect to validation.
validateBegin() - Method in class jakarta.servlet.jsp.jstl.core.LoopTagSupport
Ensures the "begin" property is sensible, throwing an exception expected to propagate up if it isn't
ValidateComponentNesting - Class in com.sun.faces.application
ValidateFormComponentNesting performs component tree validation to assure ActionSource and EditableValueHolder components are placed inside a form.
ValidateComponentNesting() - Constructor for class com.sun.faces.application.ValidateComponentNesting
 
validateConstructorParameters(Constructor<? extends T>, Object[], Class<?>...) - Method in interface jakarta.validation.executable.ExecutableValidator
Validates all constraints placed on the parameters of the given constructor.
validateConstructorReturnValue(Constructor<? extends T>, T, Class<?>...) - Method in interface jakarta.validation.executable.ExecutableValidator
Validates all return value constraints of the given constructor.
validatedBy() - Element in annotation interface jakarta.validation.Constraint
ConstraintValidator classes implementing the constraint.
ValidateDelegateHandler - Class in com.sun.faces.facelets.tag.faces.core
Register a named Validator instance on the UIComponent associated with the closest parent UIComponent custom action.
ValidateDelegateHandler(ValidatorConfig) - Constructor for class com.sun.faces.facelets.tag.faces.core.ValidateDelegateHandler
 
ValidateEmptyFields - Enum constant in enum class com.sun.faces.config.WebConfiguration.WebContextInitParameter
 
validateEncoding(String) - Static method in class com.sun.faces.util.HtmlUtils
 
validateEnd() - Method in class jakarta.servlet.jsp.jstl.core.LoopTagSupport
Ensures the "end" property is sensible, throwing an exception expected to propagate up if it isn't
ValidateFacesConfigFiles - Enum constant in enum class com.sun.faces.config.WebConfiguration.BooleanWebContextInitParameter
 
validateObject(Verifier.ObjectType, String, Class<?>) - Method in class com.sun.faces.config.Verifier
Validate the specified faces object by: Ensure the class can be found and loaded Ensure the object has a public, no-argument constructor Ensure the object is an instance of the class represented by assignableTo If any of these tests fail, queue a message to be displayed at a later point in time.
ValidateOnExecution - Annotation Interface in jakarta.validation.executable
Expresses which executables (methods or constructors) should have their parameters and return value validated upon execution.
validateParameters(T, Method, Object[], Class<?>...) - Method in interface jakarta.validation.executable.ExecutableValidator
Validates all constraints placed on the parameters of the given method.
validateProperty(T, String, Class<?>...) - Method in interface jakarta.validation.Validator
Validates all constraints placed on the property of object named propertyName.
validateRequest(MessageInfo, Subject, Subject) - Method in interface jakarta.security.auth.message.ServerAuth
Authenticate a received service request.
validateRequest(HttpServletRequest, HttpServletResponse, HttpMessageContext) - Method in interface jakarta.security.enterprise.authentication.mechanism.http.HttpAuthenticationMechanism
Authenticate an HTTP request.
validateRequest(HttpServletRequest, HttpServletResponse, HttpMessageContext) - Method in interface jakarta.security.enterprise.authentication.mechanism.http.HttpAuthenticationMechanismHandler
Authenticate an HTTP request.
validateRequest(HttpServletRequest, HttpServletResponse, HttpMessageContext) - Method in class jakarta.security.enterprise.authentication.mechanism.http.HttpAuthenticationMechanismWrapper
 
validateResponse(MessageInfo, Subject, Subject) - Method in interface jakarta.security.auth.message.ClientAuth
Validate a received service response.
validateReturnValue(T, Method, Object, Class<?>...) - Method in interface jakarta.validation.executable.ExecutableValidator
Validates all return value constraints of the given method.
validateStep() - Method in class jakarta.servlet.jsp.jstl.core.LoopTagSupport
Ensures the "step" property is sensible, throwing an exception expected to propagate up if it isn't
ValidateUnwrappedValue - Enum Class in jakarta.validation.metadata
The unwrapping behavior that can be applied to a specific constraint.
validateValue(FacesContext, Object) - Method in class jakarta.faces.component.UIInput
Set the "valid" property according to the below algorithm.
validateValue(FacesContext, Object) - Method in class jakarta.faces.component.UISelectMany
In addition to the standard validation behavior inherited from UIInput, ensure that any specified values are equal to one of the available options.
validateValue(FacesContext, Object) - Method in class jakarta.faces.component.UISelectOne
In addition to the standard validation behavior inherited from UIInput, ensure that any specified value is equal to one of the available options.
validateValue(Class<T>, String, Object, Class<?>...) - Method in interface jakarta.validation.Validator
Validates all constraints placed on the property named propertyName of the class beanType would the property value be value.
validateXml(URI, boolean) - Method in interface com.sun.faces.spi.ConfigurationResourceProvider
Parameter to force the XML validation of the Faces configuration files returned by getResources.
ValidatingManagedConnectionFactory - Interface in jakarta.resource.spi
This interface is implemented by a ManagedConnectionFactory instance that supports the ability to validate ManagedConnection objects.
Validation - Search tag in class jakarta.xml.bind.JAXBContext
Section
Validation - Class in jakarta.validation
This class is the entry point for Jakarta Validation.
Validation - Annotation Interface in jakarta.enterprise.inject.build.compatible.spi
5th phase of build compatible extension execution.
Validation() - Constructor for class jakarta.validation.Validation
 
VALIDATION_COMMAND_ERROR_ID - Static variable in class com.sun.faces.util.MessageUtils
 
VALIDATION_EL_ERROR_ID - Static variable in class com.sun.faces.util.MessageUtils
 
VALIDATION_FACTORY - Static variable in class jakarta.persistence.PersistenceConfiguration
An instance of jakarta.validation.ValidatorFactory,
VALIDATION_GROUP_PRE_PERSIST - Static variable in class jakarta.persistence.PersistenceConfiguration
Target groups for validation at PrePersist.
VALIDATION_GROUP_PRE_REMOVE - Static variable in class jakarta.persistence.PersistenceConfiguration
Target groups for validation at PreRemove.
VALIDATION_GROUP_PRE_UPDATE - Static variable in class jakarta.persistence.PersistenceConfiguration
Target groups for validation at PreUpdate.
VALIDATION_GROUPS_DELIMITER - Static variable in class jakarta.faces.validator.BeanValidator
The delimiter that is used to separate the list of fully-qualified group names as strings.
VALIDATION_ID_ERROR_ID - Static variable in class com.sun.faces.util.MessageUtils
 
ValidationEvent - Interface in jakarta.xml.bind
This event indicates that a problem was encountered while validating the incoming XML data during an unmarshal operation, while performing on-demand validation of the Java content tree, or while marshalling the Java content tree back to XML data.
ValidationEventCollector - Class in jakarta.xml.bind.util
ValidationEventHandler implementation that collects all events.
ValidationEventCollector() - Constructor for class jakarta.xml.bind.util.ValidationEventCollector
 
ValidationEventHandler - Interface in jakarta.xml.bind
A basic event handler interface for validation errors.
ValidationEventImpl - Class in jakarta.xml.bind.helpers
Default implementation of the ValidationEvent interface.
ValidationEventImpl(int, String, ValidationEventLocator) - Constructor for class jakarta.xml.bind.helpers.ValidationEventImpl
Create a new ValidationEventImpl.
ValidationEventImpl(int, String, ValidationEventLocator, Throwable) - Constructor for class jakarta.xml.bind.helpers.ValidationEventImpl
Create a new ValidationEventImpl.
ValidationEventLocator - Interface in jakarta.xml.bind
Encapsulate the location of a ValidationEvent.
ValidationEventLocatorImpl - Class in jakarta.xml.bind.helpers
Default implementation of the ValidationEventLocator interface.
ValidationEventLocatorImpl() - Constructor for class jakarta.xml.bind.helpers.ValidationEventLocatorImpl
Creates an object with all fields unavailable.
ValidationEventLocatorImpl(Object) - Constructor for class jakarta.xml.bind.helpers.ValidationEventLocatorImpl
Constructs an object that points to a Jakarta XML Binding content object.
ValidationEventLocatorImpl(Node) - Constructor for class jakarta.xml.bind.helpers.ValidationEventLocatorImpl
Constructs an object that points to a DOM Node.
ValidationEventLocatorImpl(Locator) - Constructor for class jakarta.xml.bind.helpers.ValidationEventLocatorImpl
Constructs an object from an org.xml.sax.Locator.
ValidationEventLocatorImpl(SAXParseException) - Constructor for class jakarta.xml.bind.helpers.ValidationEventLocatorImpl
Constructs an object from the location information of a SAXParseException.
ValidationException - Exception Class in jakarta.validation
Base exception of all Jakarta Validation "unexpected" problems.
ValidationException - Exception Class in jakarta.xml.bind
This exception indicates that an error has occurred while performing a validate operation.
ValidationException() - Constructor for exception class jakarta.validation.ValidationException
 
ValidationException(String) - Constructor for exception class jakarta.validation.ValidationException
 
ValidationException(String) - Constructor for exception class jakarta.xml.bind.ValidationException
Construct an ValidationException with the specified detail message.
ValidationException(String, String) - Constructor for exception class jakarta.xml.bind.ValidationException
Construct an ValidationException with the specified detail message and vendor specific errorCode.
ValidationException(String, String, Throwable) - Constructor for exception class jakarta.xml.bind.ValidationException
Construct an ValidationException with the specified detail message, vendor specific errorCode, and linkedException.
ValidationException(String, Throwable) - Constructor for exception class jakarta.validation.ValidationException
 
ValidationException(String, Throwable) - Constructor for exception class jakarta.xml.bind.ValidationException
Construct an ValidationException with the specified detail message and linkedException.
ValidationException(Throwable) - Constructor for exception class jakarta.validation.ValidationException
 
ValidationException(Throwable) - Constructor for exception class jakarta.xml.bind.ValidationException
Construct an ValidationException with a linkedException.
validationFailed() - Method in class com.sun.faces.config.initfacescontext.NoOpFacesContext
 
validationFailed() - Method in class com.sun.faces.context.FacesContextImpl
 
validationFailed() - Method in class jakarta.faces.context.FacesContext
Sets a flag which indicates that a conversion or validation error occurred while processing the inputs.
validationFailed() - Method in class jakarta.faces.context.FacesContextWrapper
The default behavior of this method is to call FacesContext.validationFailed() on the wrapped FacesContext object.
ValidationMessage - Class in jakarta.servlet.jsp.tagext
A validation message from either TagLibraryValidator or TagExtraInfo.
ValidationMessage(String, String) - Constructor for class jakarta.servlet.jsp.tagext.ValidationMessage
Create a ValidationMessage.
validationMode() - Method in class jakarta.persistence.PersistenceConfiguration
The validation mode, ValidationMode.AUTO by default.
validationMode(ValidationMode) - Method in class jakarta.persistence.PersistenceConfiguration
Specify the validation mode for the persistence unit.
ValidationMode - Enum Class in jakarta.persistence
The validation mode to be used by the provider for the persistence unit.
ValidationProvider<T> - Interface in jakarta.validation.spi
Contract between the validation bootstrap mechanism and the provider engine.
ValidationProviderResolver - Interface in jakarta.validation
Determines the list of Jakarta Validation providers available in the runtime environment
ValidationTarget - Enum Class in jakarta.validation.constraintvalidation
List of possible targets for a ConstraintValidator.
validationTypes() - Method in interface jakarta.security.enterprise.identitystore.IdentityStore
Determines the type of validation the IdentityStore should be used for.
Validator<T> - Interface in jakarta.faces.validator
A Validator implementation is a class that can perform validation (correctness checks) on a EditableValueHolder.
Validator - Interface in jakarta.validation
Validates bean instances.
VALIDATOR - Enum constant in enum class com.sun.faces.config.Verifier.ObjectType
 
VALIDATOR_FACTORY_KEY - Static variable in class jakarta.faces.validator.BeanValidator
The name of the Jakarta Servlet context attribute which holds the object used by Jakarta Faces to obtain Validator instances.
VALIDATOR_ID - Static variable in class jakarta.faces.validator.BeanValidator
The standard validator id for this validator, as defined by the Jakarta Server Face specification.
VALIDATOR_ID - Static variable in class jakarta.faces.validator.DoubleRangeValidator
The standard converter id for this converter.
VALIDATOR_ID - Static variable in class jakarta.faces.validator.LengthValidator
The standard validator id for this validator.
VALIDATOR_ID - Static variable in class jakarta.faces.validator.LongRangeValidator
The standard converter id for this converter.
VALIDATOR_ID - Static variable in class jakarta.faces.validator.RegexValidator
The standard converter id for this converter.
VALIDATOR_ID - Static variable in class jakarta.faces.validator.RequiredValidator
The standard converter id for this converter.
ValidatorConfig - Interface in jakarta.faces.view.facelets
Used in creating ValidatorHandler and all implementations.
ValidatorConfigHandler - Class in com.sun.faces.application.annotation
ConfigAnnotationHandler for FacesValidator annotated classes.
ValidatorConfigHandler() - Constructor for class com.sun.faces.application.annotation.ValidatorConfigHandler
 
ValidatorConfigProcessor - Class in com.sun.faces.config.processor
This ConfigProcessor handles all elements defined under /faces-config/valiator.
ValidatorConfigProcessor() - Constructor for class com.sun.faces.config.processor.ValidatorConfigProcessor
 
ValidatorContext - Interface in jakarta.validation
Represents the context that is used to create Validator instances.
ValidatorException - Exception Class in jakarta.faces.validator
A ValidatorException is an exception thrown by the validate() method of a Validator to indicate that validation failed.
ValidatorException(FacesMessage) - Constructor for exception class jakarta.faces.validator.ValidatorException
Construct a new exception with the specified message and no root cause.
ValidatorException(FacesMessage, Throwable) - Constructor for exception class jakarta.faces.validator.ValidatorException
Construct a new exception with the specified detail message and root cause.
ValidatorException(Collection<FacesMessage>) - Constructor for exception class jakarta.faces.validator.ValidatorException
Allow this one exception to contain multiple messages.
ValidatorException(Collection<FacesMessage>, Throwable) - Constructor for exception class jakarta.faces.validator.ValidatorException
Allow this one exception to contain multiple messages, while passing on the root cause to the superclass
ValidatorFactory - Interface in jakarta.validation
Factory returning initialized Validator instances.
ValidatorHandler - Class in jakarta.faces.view.facelets
Handles setting a Validator instance on an EditableValueHolder parent.
ValidatorHandler(ValidatorConfig) - Constructor for class jakarta.faces.view.facelets.ValidatorHandler
Construct this instance around the configuration information in argument config
ValidatorInfo(FaceletContext, ValidatorHandler) - Constructor for class com.sun.faces.component.validator.ComponentValidators.ValidatorInfo
 
ValidatorTagHandlerDelegateImpl - Class in com.sun.faces.facelets.tag.faces
 
ValidatorTagHandlerDelegateImpl(ValidatorHandler) - Constructor for class com.sun.faces.facelets.tag.faces.ValidatorTagHandlerDelegateImpl
 
validSent - Variable in class jakarta.mail.event.TransportEvent
The valid address to which the message was sent.
validSent - Variable in exception class jakarta.mail.SendFailedException
Valid addresses to which message was sent.
validUnsent - Variable in class jakarta.mail.event.TransportEvent
The valid address to which the message was not sent.
validUnsent - Variable in exception class jakarta.mail.SendFailedException
Valid addresses to which message was not sent.
value - Variable in class com.sun.faces.renderkit.html_basic.HtmlBasicRenderer.Param
 
value - Variable in class jakarta.mail.Header
The value of the header.
value - Variable in class jakarta.xml.bind.JAXBElement
xml element value.
value - Variable in class jakarta.xml.ws.Holder
The value contained in the holder.
value() - Element in annotation interface jakarta.annotation.Generated
The value element must have the name of the code generator.
value() - Element in annotation interface jakarta.annotation.Priority
The priority value.
value() - Element in annotation interface jakarta.annotation.Resources
Array used for multiple resource declarations.
value() - Element in annotation interface jakarta.annotation.security.DeclareRoles
List of security role names.
value() - Element in annotation interface jakarta.annotation.security.RolesAllowed
List of roles that are permitted access.
value() - Element in annotation interface jakarta.annotation.security.RunAs
Name of a security role.
value() - Element in annotation interface jakarta.annotation.sql.DataSourceDefinitions
 
value() - Element in annotation interface jakarta.data.metamodel.StaticMetamodel
An entity class.
value() - Element in annotation interface jakarta.data.repository.By
The name of the persistent field mapped by the annotated parameter, or "#id" to indicate the unique identifier field or property of the entity.
value() - Element in annotation interface jakarta.data.repository.OrderBy.List
Returns a list of annotations with the first taking precedence, followed by the second, and so forth.
value() - Element in annotation interface jakarta.data.repository.OrderBy
Entity attribute name to sort by.
value() - Element in annotation interface jakarta.data.repository.Param
Defines the name of the query language named parameter to bind to.
value() - Element in annotation interface jakarta.data.repository.Query
Specifies the query executed by the annotated repository method, in JDQL or JPQL.
value() - Element in annotation interface jakarta.ejb.AccessTimeout
The semantics of the value element are as follows: A value > 0 indicates a timeout value in the units specified by the unit element.
value() - Element in annotation interface jakarta.ejb.ConcurrencyManagement
value.
value() - Element in annotation interface jakarta.ejb.DependsOn
The ejb-names of singleton components whose initialization must occur before this singleton.
value() - Element in annotation interface jakarta.ejb.EJBs
value.
value() - Element in annotation interface jakarta.ejb.Init
The name of the corresponding create<METHOD> method of the adapted home or local home interface.
value() - Element in annotation interface jakarta.ejb.Local
Specifies the local business interface(s) of the bean.
value() - Element in annotation interface jakarta.ejb.LocalHome
The local home interface.
value() - Element in annotation interface jakarta.ejb.Lock
value.
value() - Element in annotation interface jakarta.ejb.Remote
Specifies the remote business interface(s) of the bean.
value() - Element in annotation interface jakarta.ejb.RemoteHome
The remote home interface
value() - Element in annotation interface jakarta.ejb.Schedules
One or more calendar-based timer specifications.
value() - Element in annotation interface jakarta.ejb.StatefulTimeout
The amount of time the stateful session bean can be idle.
value() - Element in annotation interface jakarta.ejb.TransactionAttribute
value.
value() - Element in annotation interface jakarta.ejb.TransactionManagement
value.
value() - Element in annotation interface jakarta.enterprise.concurrent.ContextServiceDefinition.List
 
value() - Element in annotation interface jakarta.enterprise.concurrent.ManagedExecutorDefinition.List
 
value() - Element in annotation interface jakarta.enterprise.concurrent.ManagedScheduledExecutorDefinition.List
 
value() - Element in annotation interface jakarta.enterprise.concurrent.ManagedThreadFactoryDefinition.List
 
value() - Method in class jakarta.enterprise.context.BeforeDestroyed.Literal
 
value() - Element in annotation interface jakarta.enterprise.context.BeforeDestroyed
The scope for which to observe destruction
value() - Method in class jakarta.enterprise.context.Destroyed.Literal
 
value() - Element in annotation interface jakarta.enterprise.context.Destroyed
The scope for which to observe destruction
value() - Method in class jakarta.enterprise.context.Initialized.Literal
 
value() - Element in annotation interface jakarta.enterprise.context.Initialized
The scope for which to observe initialization
value() - Element in annotation interface jakarta.enterprise.inject.build.compatible.spi.SkipIfPortableExtensionPresent
A class implementing Extension that is expected to mirror the functionality of the annotated build compatible extension.
value() - Method in class jakarta.enterprise.inject.literal.NamedLiteral
 
value() - Element in annotation interface jakarta.enterprise.inject.spi.WithAnnotations
The annotation types that must be present on the AnnotatedType for the ProcessAnnotatedType observer to be notified.
value() - Method in class jakarta.enterprise.inject.Typed.Literal
 
value() - Element in annotation interface jakarta.enterprise.inject.Typed
Selects the bean types of the bean.
value() - Method in interface jakarta.enterprise.lang.model.AnnotationInfo
Returns the value of this annotation's value member.
value() - Method in class jakarta.faces.annotation.ManagedProperty.Literal
 
value() - Element in annotation interface jakarta.faces.annotation.ManagedProperty
Taken to be the value that is injected into the field.
value() - Method in class jakarta.faces.annotation.View.Literal
 
value() - Element in annotation interface jakarta.faces.annotation.View
Set the Faces View Id pattern.
value() - Element in annotation interface jakarta.faces.application.ResourceDependencies
The individual resource dependencies
value() - Method in class jakarta.faces.component.behavior.FacesBehavior.Literal
 
value() - Element in annotation interface jakarta.faces.component.behavior.FacesBehavior
The value of this annotation attribute is taken to be the behavior-id with which instances of this class of behavior can be instantiated.
value() - Element in annotation interface jakarta.faces.component.FacesComponent
The value of this annotation attribute is taken to be the component-type with which instances of this class of component can be instantiated by calling Application.createComponent(java.lang.String).
value() - Method in class jakarta.faces.convert.FacesConverter.Literal
 
value() - Element in annotation interface jakarta.faces.convert.FacesConverter
The value of this annotation attribute is taken to be the converter-id with which instances of this class of converter can be instantiated by calling Application.createConverter(java.lang.String).
value() - Element in annotation interface jakarta.faces.event.ListenersFor
 
value() - Element in annotation interface jakarta.faces.flow.FlowScoped
Must be equivalent to the Flow.getId() of a defined flow for this application.
value() - Method in class jakarta.faces.validator.FacesValidator.Literal
 
value() - Element in annotation interface jakarta.faces.validator.FacesValidator
The value of this annotation attribute is taken to be the validator-id with which instances of this class of component can be instantiated by calling Application.createValidator(java.lang.String).
value() - Element in annotation interface jakarta.inject.Named
The name.
value() - Element in annotation interface jakarta.interceptor.Interceptors
An ordered list of interceptors.
value() - Element in annotation interface jakarta.jms.JMSConnectionFactory
Specifies the JNDI lookup name of a jakarta.jms.ConnectionFactory to be used.
value() - Element in annotation interface jakarta.jms.JMSConnectionFactoryDefinitions
 
value() - Element in annotation interface jakarta.jms.JMSDestinationDefinitions
 
value() - Element in annotation interface jakarta.jms.JMSSessionMode
Specifies the session mode used when injecting a jakarta.jms.JMSContext object.
value() - Element in annotation interface jakarta.json.bind.annotation.JsonbDateFormat
Specifies the date pattern to use.
value() - Element in annotation interface jakarta.json.bind.annotation.JsonbNillable
Switches on/off serialization of properties with null value.
value() - Element in annotation interface jakarta.json.bind.annotation.JsonbNumberFormat
Specifies the number pattern to use.
value() - Element in annotation interface jakarta.json.bind.annotation.JsonbProperty
Customized name of the field (or JavaBean property).
value() - Element in annotation interface jakarta.json.bind.annotation.JsonbPropertyOrder
Order in which properties are serialized.
value() - Element in annotation interface jakarta.json.bind.annotation.JsonbTypeAdapter
Custom JsonbAdapter which provides custom mapping for given field or JavaBean property.
value() - Element in annotation interface jakarta.json.bind.annotation.JsonbTypeDeserializer
Custom JsonbDeserializer which provides custom mapping for given field or JavaBean property.
value() - Element in annotation interface jakarta.json.bind.annotation.JsonbTypeInfo
Allowed aliases of the handled type.
value() - Element in annotation interface jakarta.json.bind.annotation.JsonbTypeSerializer
Custom JsonbSerializer which provides custom mapping for given field or JavaBean property.
value() - Element in annotation interface jakarta.json.bind.annotation.JsonbVisibility
Custom property visibility strategy used to resolve visibility of the members.
value() - Element in annotation interface jakarta.jws.soap.InitParam
Deprecated.
Value of the initialization parameter.
value() - Element in annotation interface jakarta.jws.soap.SOAPMessageHandlers
Deprecated.
 
value() - Element in annotation interface jakarta.mail.MailSessionDefinitions
 
value() - Element in annotation interface jakarta.persistence.Access
(Required) Specification of field- or property-based access.
value() - Element in annotation interface jakarta.persistence.AssociationOverrides
(Required) The association override mappings that are to be applied to the relationship field or property.
value() - Element in annotation interface jakarta.persistence.AttributeOverrides
(Required) One or more field or property mapping overrides.
value() - Element in annotation interface jakarta.persistence.Cacheable
(Optional) Whether or not the entity should be cached.
value() - Element in annotation interface jakarta.persistence.Converts
The Convert mappings that are to be applied.
value() - Method in interface jakarta.persistence.criteria.MapJoin
Create a path expression that corresponds to the map value.
value() - Element in annotation interface jakarta.persistence.DiscriminatorValue
(Optional) The value that indicates that the row is an entity of the annotated entity type.
value() - Element in annotation interface jakarta.persistence.EntityListeners
The callback listener classes
value() - Element in annotation interface jakarta.persistence.Enumerated
(Optional) The type used in mapping an enum type.
value() - Element in annotation interface jakarta.persistence.ForeignKey
(Optional) Used to specify whether a foreign key constraint should be generated when schema generation is in effect.
value() - Element in annotation interface jakarta.persistence.IdClass
The primary key class, which must declare fields or properties with names and types that match the Id fields and properties of the annotated entity class.
value() - Element in annotation interface jakarta.persistence.JoinColumns
The join columns that map the relationship.
value() - Element in annotation interface jakarta.persistence.MapKeyClass
(Required) The type of the map key.
value() - Element in annotation interface jakarta.persistence.MapKeyEnumerated
(Optional) The type used in mapping a map key enum type.
value() - Element in annotation interface jakarta.persistence.MapKeyJoinColumns
(Required) The map key join columns that are used to map to the entity that is the map key.
value() - Element in annotation interface jakarta.persistence.MapKeyTemporal
Deprecated.
(Required) The type used in mapping java.util.Date or java.util.Calendar.
value() - Element in annotation interface jakarta.persistence.MapsId
(Optional) The name of the attribute within the composite key to which the relationship attribute corresponds.
value() - Element in annotation interface jakarta.persistence.metamodel.StaticMetamodel
Class being modelled by the annotated class.
value() - Element in annotation interface jakarta.persistence.NamedAttributeNode
(Required) The name of the attribute that must be included in the graph.
value() - Element in annotation interface jakarta.persistence.NamedEntityGraphs
 
value() - Element in annotation interface jakarta.persistence.NamedNativeQueries
(Required) Array of NamedNativeQuery annotations.
value() - Element in annotation interface jakarta.persistence.NamedQueries
(Required) An array of NamedQuery annotations.
value() - Element in annotation interface jakarta.persistence.NamedStoredProcedureQueries
(Required) Array of NamedStoredProcedureQuery annotations.
value() - Element in annotation interface jakarta.persistence.OrderBy
An orderby_list.
value() - Element in annotation interface jakarta.persistence.PersistenceContexts
(Required) One or more PersistenceContext annotations.
value() - Element in annotation interface jakarta.persistence.PersistenceProperty
The value of the property
value() - Element in annotation interface jakarta.persistence.PersistenceUnits
(Required) One or more PersistenceUnit annotations.
value() - Element in annotation interface jakarta.persistence.PrimaryKeyJoinColumns
One or more PrimaryKeyJoinColumn annotations.
value() - Element in annotation interface jakarta.persistence.QueryHint
Value of the hint.
value() - Element in annotation interface jakarta.persistence.SecondaryTables
(Required) The secondary tables for an entity.
value() - Element in annotation interface jakarta.persistence.SequenceGenerators
 
value() - Element in annotation interface jakarta.persistence.SqlResultSetMappings
One or more SqlResultSetMapping annotations.
value() - Element in annotation interface jakarta.persistence.TableGenerators
 
value() - Element in annotation interface jakarta.persistence.Temporal
Deprecated.
The type used in mapping Date or Calendar.
value() - Element in annotation interface jakarta.resource.AdministeredObjectDefinitions
 
value() - Element in annotation interface jakarta.resource.ConnectionFactoryDefinitions
 
value() - Element in annotation interface jakarta.resource.spi.ConnectionDefinitions
An array of ConnectionDefinitions associated with the ManagedConectionFactory JavaBean.
value() - Element in annotation interface jakarta.security.enterprise.authentication.mechanism.http.BasicAuthenticationMechanismDefinition.List
 
value() - Element in annotation interface jakarta.security.enterprise.authentication.mechanism.http.CustomFormAuthenticationMechanismDefinition.List
 
value() - Element in annotation interface jakarta.security.enterprise.authentication.mechanism.http.FormAuthenticationMechanismDefinition.List
 
value() - Element in annotation interface jakarta.security.enterprise.authentication.mechanism.http.OpenIdAuthenticationMechanismDefinition.List
 
value() - Element in annotation interface jakarta.security.enterprise.identitystore.InMemoryIdentityStoreDefinition
Defines the caller identities stored in the in-memory identity store
value() - Element in annotation interface jakarta.servlet.annotation.HandlesTypes
The classes in which a ServletContainerInitializer has expressed interest.
value() - Element in annotation interface jakarta.servlet.annotation.HttpConstraint
The default authorization semantic.
value() - Element in annotation interface jakarta.servlet.annotation.HttpMethodConstraint
Http protocol method name
value() - Element in annotation interface jakarta.servlet.annotation.ServletSecurity
Get the HttpConstraint that defines the protection that is to be applied to all HTTP methods that are NOT represented in the array returned by httpMethodConstraints.
value() - Element in annotation interface jakarta.servlet.annotation.WebFilter
The URL patterns to which the filter applies The default value is an empty array.
value() - Element in annotation interface jakarta.servlet.annotation.WebInitParam
Value of the initialization parameter
value() - Element in annotation interface jakarta.servlet.annotation.WebListener
Description of the listener
value() - Element in annotation interface jakarta.servlet.annotation.WebServlet
The URL patterns of the servlet
value() - Element in annotation interface jakarta.transaction.Transactional
The TxType element of the Transactional annotation indicates whether a bean method is to be executed within a transaction context.
value() - Element in annotation interface jakarta.validation.constraints.AssertFalse.List
 
value() - Element in annotation interface jakarta.validation.constraints.AssertTrue.List
 
value() - Element in annotation interface jakarta.validation.constraints.DecimalMax.List
 
value() - Element in annotation interface jakarta.validation.constraints.DecimalMax
The String representation of the max value according to the BigDecimal string representation.
value() - Element in annotation interface jakarta.validation.constraints.DecimalMin.List
 
value() - Element in annotation interface jakarta.validation.constraints.DecimalMin
The String representation of the min value according to the BigDecimal string representation.
value() - Element in annotation interface jakarta.validation.constraints.Digits.List
 
value() - Element in annotation interface jakarta.validation.constraints.Email.List
 
value() - Element in annotation interface jakarta.validation.constraints.Future.List
 
value() - Element in annotation interface jakarta.validation.constraints.FutureOrPresent.List
 
value() - Element in annotation interface jakarta.validation.constraints.Max.List
 
value() - Element in annotation interface jakarta.validation.constraints.Max
 
value() - Element in annotation interface jakarta.validation.constraints.Min.List
 
value() - Element in annotation interface jakarta.validation.constraints.Min
 
value() - Element in annotation interface jakarta.validation.constraints.Negative.List
 
value() - Element in annotation interface jakarta.validation.constraints.NegativeOrZero.List
 
value() - Element in annotation interface jakarta.validation.constraints.NotBlank.List
 
value() - Element in annotation interface jakarta.validation.constraints.NotEmpty.List
 
value() - Element in annotation interface jakarta.validation.constraints.NotNull.List
 
value() - Element in annotation interface jakarta.validation.constraints.Null.List
 
value() - Element in annotation interface jakarta.validation.constraints.Past.List
 
value() - Element in annotation interface jakarta.validation.constraints.PastOrPresent.List
 
value() - Element in annotation interface jakarta.validation.constraints.Pattern.List
 
value() - Element in annotation interface jakarta.validation.constraints.Positive.List
 
value() - Element in annotation interface jakarta.validation.constraints.PositiveOrZero.List
 
value() - Element in annotation interface jakarta.validation.constraints.Size.List
 
value() - Element in annotation interface jakarta.validation.constraintvalidation.SupportedValidationTarget
 
value() - Element in annotation interface jakarta.validation.groups.ConvertGroup.List
 
value() - Element in annotation interface jakarta.validation.GroupSequence
 
value() - Element in annotation interface jakarta.validation.OverridesAttribute.List
 
value() - Element in annotation interface jakarta.websocket.server.PathParam
The name of the variable used in the URI-template.
value() - Element in annotation interface jakarta.websocket.server.ServerEndpoint
The URI or URI-template, level-1 (See RFC 6570) where the endpoint will be deployed.
value() - Element in annotation interface jakarta.ws.rs.ApplicationPath
Defines the base URI for all resource URIs.
value() - Element in annotation interface jakarta.ws.rs.ConstrainedTo
Define the constraint type to be placed on a JAX-RS provider.
value() - Element in annotation interface jakarta.ws.rs.Consumes
A list of media types.
value() - Element in annotation interface jakarta.ws.rs.CookieParam
Defines the name of the HTTP cookie whose value will be used to initialize the value of the annotated method argument, class field or bean property.
value() - Element in annotation interface jakarta.ws.rs.DefaultValue
The specified default value.
value() - Element in annotation interface jakarta.ws.rs.FormParam
Defines the name of the form parameter whose value will be used to initialize the value of the annotated method argument.
value() - Element in annotation interface jakarta.ws.rs.HeaderParam
Defines the name of the HTTP header whose value will be used to initialize the value of the annotated method argument, class field or bean property.
value() - Element in annotation interface jakarta.ws.rs.HttpMethod
Specifies the name of a HTTP method.
value() - Element in annotation interface jakarta.ws.rs.MatrixParam
Defines the name of the URI matrix parameter whose value will be used to initialize the value of the annotated method argument, class field or bean property.
value() - Element in annotation interface jakarta.ws.rs.Path
Defines a URI template for the resource class or method, must not include matrix parameters.
value() - Element in annotation interface jakarta.ws.rs.PathParam
Defines the name of the URI template parameter whose value will be used to initialize the value of the annotated method parameter, class field or property.
value() - Element in annotation interface jakarta.ws.rs.Produces
A list of media types.
value() - Element in annotation interface jakarta.ws.rs.QueryParam
Defines the name of the HTTP query parameter whose value will be used to initialize the value of the annotated method argument, class field or bean property.
value() - Element in annotation interface jakarta.xml.bind.annotation.adapters.XmlJavaTypeAdapter
Points to the class that converts a value type to a bound type or vice versa.
value() - Element in annotation interface jakarta.xml.bind.annotation.adapters.XmlJavaTypeAdapters
Collection of @XmlJavaTypeAdapter annotations
value() - Element in annotation interface jakarta.xml.bind.annotation.XmlAccessorOrder
 
value() - Element in annotation interface jakarta.xml.bind.annotation.XmlAccessorType
Specifies whether fields or properties are serialized.
value() - Element in annotation interface jakarta.xml.bind.annotation.XmlAnyElement
Specifies the DomHandler which is responsible for actually converting XML from/to a DOM-like data structure.
value() - Element in annotation interface jakarta.xml.bind.annotation.XmlElementRefs
 
value() - Element in annotation interface jakarta.xml.bind.annotation.XmlElements
Collection of @XmlElement annotations
value() - Element in annotation interface jakarta.xml.bind.annotation.XmlEnum
Java type that is mapped to a XML simple type.
value() - Element in annotation interface jakarta.xml.bind.annotation.XmlEnumValue
 
value() - Element in annotation interface jakarta.xml.bind.annotation.XmlMimeType
The textual representation of the MIME type, such as "image/jpeg" "image/*", "text/xml; charset=iso-8859-1" and so on.
value() - Element in annotation interface jakarta.xml.bind.annotation.XmlSchemaTypes
Collection of @XmlSchemaType annotations
value() - Element in annotation interface jakarta.xml.bind.annotation.XmlSeeAlso
 
value() - Element in annotation interface jakarta.xml.ws.BindingType
A binding identifier (a URI).
value() - Element in annotation interface jakarta.xml.ws.FaultAction
Value of WS-Addressing Action message addressing property for the exception.
value() - Element in annotation interface jakarta.xml.ws.ServiceMode
Service mode.
value() - Element in annotation interface jakarta.xml.ws.WebServiceRef
The service class, always a type extending jakarta.xml.ws.Service.
value() - Element in annotation interface jakarta.xml.ws.WebServiceRefs
Array used for multiple web service reference declarations.
value(boolean) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
Adds a boolean-valued annotation member called value.
value(boolean[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
Adds a boolean array-valued annotation member called value.
value(byte) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
Adds a byte-valued annotation member called value.
value(byte[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
Adds a byte array-valued annotation member called value.
value(char) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
Adds a char-valued annotation member called value.
value(char[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
Adds a char array-valued annotation member called value.
value(double) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
Adds a double-valued annotation member called value.
value(double[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
Adds a double array-valued annotation member called value.
value(float) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
Adds a float-valued annotation member called value.
value(float[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
Adds a float array-valued annotation member called value.
value(int) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
Adds an int-valued annotation member called value.
value(int[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
Adds an int array-valued annotation member called value.
value(long) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
Adds a long-valued annotation member called value.
value(long[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
Adds a long array-valued annotation member called value.
value(short) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
Adds a short-valued annotation member called value.
value(short[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
Adds a short array-valued annotation member called value.
value(AnnotationInfo) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
Adds an annotation-valued annotation member called value.
value(AnnotationInfo[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
Adds an annotation array-valued annotation member called value.
value(AnnotationMember) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
Adds an annotation member called value, whose value is given value.
value(ClassInfo) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
Adds a class-valued annotation member called value.
value(ClassInfo[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
Adds a class array-valued annotation member called value.
value(ClassInfo, String) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
Adds an enum-valued annotation member called value.
value(ClassInfo, String[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
Adds an enum array-valued annotation member called value.
value(Type) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
Adds a class-valued annotation member called value.
value(Type[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
Adds a class array-valued annotation member called value.
value(Expression<? extends T>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder.Coalesce
Add an argument to the coalesce expression.
value(Expression<? extends T>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder.In
Add to list of values to be tested against.
value(Annotation) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
Adds an annotation-valued annotation member called value.
value(Annotation[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
Adds an annotation array-valued annotation member called value.
value(Class<?>) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
Adds a class-valued annotation member called value.
value(Class<?>[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
Adds a class array-valued annotation member called value.
value(Class<? extends Enum<?>>, String) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
Adds an enum-valued annotation member called value.
value(Class<? extends Enum<?>>, String[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
Adds an enum array-valued annotation member called value.
value(Enum<?>) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
Adds an enum-valued annotation member called value.
value(Enum<?>[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
Adds an enum array-valued annotation member called value.
value(String) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
Adds a String-valued annotation member called value.
value(String) - Method in class jakarta.ws.rs.core.Cookie.AbstractCookieBuilder
Set the value of the cookie.
value(String[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
Adds a String array-valued annotation member called value.
value(String, Object) - Method in interface jakarta.validation.valueextraction.ValueExtractor.ValueReceiver
Receives the value extracted from an object.
value(T) - Method in interface jakarta.persistence.criteria.CriteriaBuilder.Coalesce
Add an argument to the coalesce expression.
value(T) - Method in interface jakarta.persistence.criteria.CriteriaBuilder.In
Add to list of values to be tested against.
VALUE - Static variable in interface jakarta.enterprise.lang.model.AnnotationMember
Name of the commonly used value() annotation member.
VALUE_FALSE - Enum constant in enum class jakarta.json.stream.JsonParser.Event
false value in a JSON array or object.
VALUE_NOT_SELECT_ITEM_ID - Static variable in class com.sun.faces.util.MessageUtils
 
VALUE_NULL - Enum constant in enum class jakarta.json.stream.JsonParser.Event
null value in a JSON array or object.
VALUE_NUMBER - Enum constant in enum class jakarta.json.stream.JsonParser.Event
Number value in a JSON array or object.
VALUE_STRING - Enum constant in enum class jakarta.json.stream.JsonParser.Event
String value in a JSON array or object.
VALUE_TRUE - Enum constant in enum class jakarta.json.stream.JsonParser.Event
true value in a JSON array or object.
valueBound(HttpSessionBindingEvent) - Method in interface jakarta.servlet.http.HttpSessionBindingListener
Notifies the object that it is being bound to a session and identifies the session.
ValueChangeEvent - Class in jakarta.faces.event
A ValueChangeEvent is a notification that the local value of the source component has been change as a result of user interface activity.
ValueChangeEvent(UIComponent, Object, Object) - Constructor for class jakarta.faces.event.ValueChangeEvent
Construct a new event object from the specified source component, old value, and new value.
ValueChangeEvent(FacesContext, UIComponent, Object, Object) - Constructor for class jakarta.faces.event.ValueChangeEvent
Construct a new event object from the Faces context, specified source component, old value and new value.
ValueChangeListener - Interface in jakarta.faces.event
A listener interface for receiving ValueChangeEvents.
ValueChangeListenerHandler - Class in com.sun.faces.facelets.tag.faces.core
Register an ValueChangeListener instance on the UIComponent associated with the closest parent UIComponent custom action.
ValueChangeListenerHandler(TagConfig) - Constructor for class com.sun.faces.facelets.tag.faces.core.ValueChangeListenerHandler
 
valueColumnName() - Element in annotation interface jakarta.persistence.TableGenerator
(Optional) Name of the column that stores the last value generated.
ValueExpression - Class in jakarta.el
An Expression that can get or set a value.
ValueExpression() - Constructor for class jakarta.el.ValueExpression
 
ValueExtractor<T> - Interface in jakarta.validation.valueextraction
Defines the logic used to extract the values from a container object of type T.
ValueExtractor.ValueReceiver - Interface in jakarta.validation.valueextraction
Provides a set of methods receiving value extracted by the ValueExtractor.
ValueExtractorDeclarationException - Exception Class in jakarta.validation.valueextraction
Raised if the configuration of ValueExtractor is illegal, e.g.
ValueExtractorDeclarationException() - Constructor for exception class jakarta.validation.valueextraction.ValueExtractorDeclarationException
 
ValueExtractorDeclarationException(String) - Constructor for exception class jakarta.validation.valueextraction.ValueExtractorDeclarationException
 
ValueExtractorDeclarationException(String, Throwable) - Constructor for exception class jakarta.validation.valueextraction.ValueExtractorDeclarationException
 
ValueExtractorDeclarationException(Throwable) - Constructor for exception class jakarta.validation.valueextraction.ValueExtractorDeclarationException
 
ValueExtractorDefinitionException - Exception Class in jakarta.validation.valueextraction
Raised if a ValueExtractor definition is illegal, e.g.
ValueExtractorDefinitionException() - Constructor for exception class jakarta.validation.valueextraction.ValueExtractorDefinitionException
 
ValueExtractorDefinitionException(String) - Constructor for exception class jakarta.validation.valueextraction.ValueExtractorDefinitionException
 
ValueExtractorDefinitionException(String, Throwable) - Constructor for exception class jakarta.validation.valueextraction.ValueExtractorDefinitionException
 
ValueExtractorDefinitionException(Throwable) - Constructor for exception class jakarta.validation.valueextraction.ValueExtractorDefinitionException
 
ValueHolder - Interface in jakarta.faces.component
ValueHolder is an interface that may be implemented by any concrete UIComponent that wishes to support a local value, as well as access data in the model tier via a value expression, and support conversion between String and the model tier data's native data type.
ValueHolderAttachedObjectHandler - Interface in jakarta.faces.view
A VDL handler that exposes Converter to a page author.
ValueHolderAttachedObjectTarget - Interface in jakarta.faces.view
A marker interface for VDL tags that represent <composite:valueHolder/> for use by the composite component page author.
ValueHolderAttachedObjectTargetHandler - Class in com.sun.faces.facelets.tag.composite
 
ValueHolderAttachedObjectTargetHandler(TagConfig) - Constructor for class com.sun.faces.facelets.tag.composite.ValueHolderAttachedObjectTargetHandler
 
ValueHolderAttachedObjectTargetImpl - Class in com.sun.faces.facelets.tag.composite
 
ValueHolderAttachedObjectTargetImpl() - Constructor for class com.sun.faces.facelets.tag.composite.ValueHolderAttachedObjectTargetImpl
 
valueOf(String) - Static method in enum class com.sun.faces.application.ApplicationInstanceFactoryMetadataMap.METADATA
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.sun.faces.component.CompositeComponentStackManager.StackType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.sun.faces.component.PassthroughElement.PropertyKeys
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.sun.faces.config.manager.FacesSchema
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.sun.faces.config.Verifier.ObjectType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.sun.faces.config.WebConfiguration.BooleanWebContextInitParameter
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.sun.faces.config.WebConfiguration.DisableUnicodeEscaping
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.sun.faces.config.WebConfiguration.WebContextInitParameter
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.sun.faces.config.WebConfiguration.WebEnvironmentEntry
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.sun.faces.context.ContextParam
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.sun.faces.el.FacesCompositeELResolver.ELResolverChainType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.sun.faces.facelets.util.Classpath.SearchAdvice
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.sun.faces.renderkit.AttributeManager.Key
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.sun.faces.renderkit.RenderKitUtils.PredefinedPostbackParameter
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.sun.faces.spi.ConfigurationResourceProviderFactory.ProviderType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.sun.faces.util.FacesLogger
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.sun.faces.util.Json.Option
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class jakarta.annotation.Resource.AuthenticationType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class jakarta.batch.api.partition.PartitionReducer.PartitionStatus
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class jakarta.batch.runtime.BatchStatus
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class jakarta.batch.runtime.Metric.MetricType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class jakarta.data.Direction
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class jakarta.data.page.PageRequest.Mode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class jakarta.ejb.ConcurrencyManagementType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class jakarta.ejb.LockType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class jakarta.ejb.TransactionAttributeType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class jakarta.ejb.TransactionManagementType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class jakarta.enterprise.event.Reception
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class jakarta.enterprise.event.TransactionPhase
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class jakarta.enterprise.inject.spi.InterceptionType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class jakarta.enterprise.inject.spi.SessionBeanType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class jakarta.enterprise.lang.model.AnnotationMember.Kind
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class jakarta.enterprise.lang.model.declarations.DeclarationInfo.Kind
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class jakarta.enterprise.lang.model.types.PrimitiveType.PrimitiveKind
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class jakarta.enterprise.lang.model.types.Type.Kind
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class jakarta.faces.annotation.FacesConfig.Version
Deprecated.
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class jakarta.faces.application.ProjectStage
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class jakarta.faces.application.ResourceVisitOption
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class jakarta.faces.application.ViewVisitOption
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class jakarta.faces.component.behavior.ClientBehaviorHint
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class jakarta.faces.component.html.HtmlBody.PropertyKeys
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class jakarta.faces.component.html.HtmlColumn.PropertyKeys
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class jakarta.faces.component.html.HtmlCommandButton.PropertyKeys
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class jakarta.faces.component.html.HtmlCommandLink.PropertyKeys
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class jakarta.faces.component.html.HtmlCommandScript.PropertyKeys
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class jakarta.faces.component.html.HtmlDataTable.PropertyKeys
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class jakarta.faces.component.html.HtmlDoctype.PropertyKeys
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class jakarta.faces.component.html.HtmlForm.PropertyKeys
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class jakarta.faces.component.html.HtmlGraphicImage.PropertyKeys
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class jakarta.faces.component.html.HtmlHead.PropertyKeys
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class jakarta.faces.component.html.HtmlInputFile.PropertyKeys
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class jakarta.faces.component.html.HtmlInputHidden.PropertyKeys
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class jakarta.faces.component.html.HtmlInputSecret.PropertyKeys
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class jakarta.faces.component.html.HtmlInputText.PropertyKeys
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class jakarta.faces.component.html.HtmlInputTextarea.PropertyKeys
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class jakarta.faces.component.html.HtmlMessage.PropertyKeys
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class jakarta.faces.component.html.HtmlMessages.PropertyKeys
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class jakarta.faces.component.html.HtmlOutcomeTargetButton.PropertyKeys
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class jakarta.faces.component.html.HtmlOutcomeTargetLink.PropertyKeys
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class jakarta.faces.component.html.HtmlOutputFormat.PropertyKeys
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class jakarta.faces.component.html.HtmlOutputLabel.PropertyKeys
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class jakarta.faces.component.html.HtmlOutputLink.PropertyKeys
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class jakarta.faces.component.html.HtmlOutputText.PropertyKeys
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class jakarta.faces.component.html.HtmlPanelGrid.PropertyKeys
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class jakarta.faces.component.html.HtmlPanelGroup.PropertyKeys
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class jakarta.faces.component.html.HtmlSelectBooleanCheckbox.PropertyKeys
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class jakarta.faces.component.html.HtmlSelectManyCheckbox.PropertyKeys
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class jakarta.faces.component.html.HtmlSelectManyListbox.PropertyKeys
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class jakarta.faces.component.html.HtmlSelectManyMenu.PropertyKeys
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class jakarta.faces.component.html.HtmlSelectOneListbox.PropertyKeys
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class jakarta.faces.component.html.HtmlSelectOneMenu.PropertyKeys
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class jakarta.faces.component.html.HtmlSelectOneRadio.PropertyKeys
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class jakarta.faces.component.search.SearchExpressionHint
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class jakarta.faces.component.visit.VisitHint
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class jakarta.faces.component.visit.VisitResult
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class jakarta.json.JsonConfig.KeyStrategy
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class jakarta.json.JsonPatch.Operation
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class jakarta.json.JsonValue.ValueType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class jakarta.json.stream.JsonParser.Event
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class jakarta.jws.soap.SOAPBinding.ParameterStyle
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class jakarta.jws.soap.SOAPBinding.Style
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class jakarta.jws.soap.SOAPBinding.Use
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class jakarta.jws.WebParam.Mode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class jakarta.mail.util.StreamProvider.EncoderTypes
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class jakarta.persistence.AccessType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class jakarta.persistence.CacheRetrieveMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class jakarta.persistence.CacheStoreMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class jakarta.persistence.CascadeType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class jakarta.persistence.ConstraintMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class jakarta.persistence.criteria.CriteriaBuilder.Trimspec
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class jakarta.persistence.criteria.JoinType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class jakarta.persistence.criteria.Nulls
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class jakarta.persistence.criteria.Predicate.BooleanOperator
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class jakarta.persistence.DiscriminatorType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class jakarta.persistence.EnumType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class jakarta.persistence.FetchType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class jakarta.persistence.FlushModeType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class jakarta.persistence.GenerationType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class jakarta.persistence.InheritanceType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class jakarta.persistence.LockModeType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class jakarta.persistence.metamodel.Attribute.PersistentAttributeType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class jakarta.persistence.metamodel.Bindable.BindableType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class jakarta.persistence.metamodel.PluralAttribute.CollectionType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class jakarta.persistence.metamodel.Type.PersistenceType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class jakarta.persistence.ParameterMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class jakarta.persistence.PersistenceContextType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class jakarta.persistence.PersistenceUnitTransactionType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class jakarta.persistence.PessimisticLockScope
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class jakarta.persistence.SharedCacheMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class jakarta.persistence.spi.LoadState
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class jakarta.persistence.spi.PersistenceUnitTransactionType
Deprecated.
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class jakarta.persistence.SynchronizationType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class jakarta.persistence.TemporalType
Deprecated.
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class jakarta.persistence.ValidationMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class jakarta.resource.spi.AuthenticationMechanism.CredentialInterface
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class jakarta.resource.spi.TransactionSupport.TransactionSupportLevel
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class jakarta.security.enterprise.authentication.mechanism.http.openid.DisplayType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class jakarta.security.enterprise.authentication.mechanism.http.openid.PromptType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class jakarta.security.enterprise.AuthenticationStatus
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class jakarta.security.enterprise.identitystore.CredentialValidationResult.Status
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class jakarta.security.enterprise.identitystore.IdentityStore.ValidationType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class jakarta.security.enterprise.identitystore.LdapIdentityStoreDefinition.LdapSearchScope
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class jakarta.security.enterprise.identitystore.openid.AccessToken.Type
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class jakarta.servlet.annotation.ServletSecurity.EmptyRoleSemantic
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class jakarta.servlet.annotation.ServletSecurity.TransportGuarantee
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class jakarta.servlet.DispatcherType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class jakarta.servlet.http.MappingMatch
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class jakarta.servlet.SessionTrackingMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class jakarta.transaction.Transactional.TxType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class jakarta.validation.constraints.Pattern.Flag
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class jakarta.validation.ConstraintTarget
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class jakarta.validation.constraintvalidation.ValidationTarget
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class jakarta.validation.ElementKind
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class jakarta.validation.executable.ExecutableType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class jakarta.validation.metadata.MethodType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class jakarta.validation.metadata.Scope
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class jakarta.validation.metadata.ValidateUnwrappedValue
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class jakarta.websocket.CloseReason.CloseCodes
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in class jakarta.ws.rs.core.CacheControl
Deprecated.
This method will be removed in a future version. Please use RuntimeDelegate.getInstance().createHeaderDelegate(CacheControl.class).fromString(value) instead.
valueOf(String) - Static method in class jakarta.ws.rs.core.Cookie
Deprecated.
This method will be removed in a future version. Please use RuntimeDelegate.getInstance().createHeaderDelegate(Cookie.class).fromString(value) instead.
valueOf(String) - Static method in class jakarta.ws.rs.core.EntityTag
Deprecated.
This method will be removed in a future version. Please use RuntimeDelegate.getInstance().createHeaderDelegate(EntityTag.class).fromString(value) instead.
valueOf(String) - Static method in class jakarta.ws.rs.core.Link
Simple parser to convert link header string representations into a link.
valueOf(String) - Static method in class jakarta.ws.rs.core.MediaType
Creates a new instance of MediaType by parsing the supplied string.
valueOf(String) - Static method in enum class jakarta.ws.rs.core.NewCookie.SameSite
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in class jakarta.ws.rs.core.NewCookie
Deprecated.
This method will be removed in a future version. Please use RuntimeDelegate.getInstance().createHeaderDelegate(NewCookie.class).fromString(value) instead.
valueOf(String) - Static method in enum class jakarta.ws.rs.core.Response.Status.Family
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class jakarta.ws.rs.core.Response.Status
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class jakarta.ws.rs.RuntimeType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class jakarta.ws.rs.SeBootstrap.Configuration.SSLClientAuthentication
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class jakarta.xml.bind.annotation.XmlAccessOrder
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class jakarta.xml.bind.annotation.XmlAccessType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class jakarta.xml.bind.annotation.XmlNsForm
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class jakarta.xml.ws.handler.MessageContext.Scope
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class jakarta.xml.ws.Service.Mode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class jakarta.xml.ws.soap.AddressingFeature.Responses
Returns the enum constant of this class with the specified name.
ValueReference - Class in jakarta.el
This encapsulates a base model object and one of its properties.
ValueReference(Object, Object) - Constructor for class jakarta.el.ValueReference
 
values() - Static method in enum class com.sun.faces.application.ApplicationInstanceFactoryMetadataMap.METADATA
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.sun.faces.component.CompositeComponentStackManager.StackType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.sun.faces.component.PassthroughElement.PropertyKeys
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Method in class com.sun.faces.config.initfacescontext.NoOpFlash
 
values() - Static method in enum class com.sun.faces.config.manager.FacesSchema
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.sun.faces.config.Verifier.ObjectType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.sun.faces.config.WebConfiguration.BooleanWebContextInitParameter
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.sun.faces.config.WebConfiguration.DisableUnicodeEscaping
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.sun.faces.config.WebConfiguration.WebContextInitParameter
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.sun.faces.config.WebConfiguration.WebEnvironmentEntry
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Method in class com.sun.faces.context.AlwaysPuttingSessionMap
 
values() - Method in class com.sun.faces.context.ApplicationMap
 
values() - Method in class com.sun.faces.context.RequestMap
 
values() - Method in class com.sun.faces.context.SessionMap
 
values() - Static method in enum class com.sun.faces.context.ContextParam
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Method in class com.sun.faces.context.flash.ELFlash
 
values() - Method in class com.sun.faces.context.InitParameterMap
 
values() - Method in class com.sun.faces.context.RequestCookieMap
 
values() - Method in class com.sun.faces.context.RequestHeaderMap
 
values() - Method in class com.sun.faces.context.RequestHeaderValuesMap
 
values() - Method in class com.sun.faces.context.RequestParameterMap
 
values() - Method in class com.sun.faces.context.RequestParameterValuesMap
 
values() - Static method in enum class com.sun.faces.el.FacesCompositeELResolver.ELResolverChainType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.sun.faces.facelets.util.Classpath.SearchAdvice
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.sun.faces.renderkit.AttributeManager.Key
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.sun.faces.renderkit.RenderKitUtils.PredefinedPostbackParameter
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.sun.faces.spi.ConfigurationResourceProviderFactory.ProviderType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.sun.faces.util.FacesLogger
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.sun.faces.util.Json.Option
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Method in class com.sun.faces.util.MetadataWrapperMap
 
values() - Method in class com.sun.faces.util.MultiKeyConcurrentHashMap
Unsupported.
values() - Static method in enum class jakarta.annotation.Resource.AuthenticationType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class jakarta.batch.api.partition.PartitionReducer.PartitionStatus
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class jakarta.batch.runtime.BatchStatus
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class jakarta.batch.runtime.Metric.MetricType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class jakarta.data.Direction
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class jakarta.data.page.PageRequest.Mode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class jakarta.ejb.ConcurrencyManagementType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class jakarta.ejb.LockType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class jakarta.ejb.TransactionAttributeType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class jakarta.ejb.TransactionManagementType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class jakarta.enterprise.event.Reception
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class jakarta.enterprise.event.TransactionPhase
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class jakarta.enterprise.inject.spi.InterceptionType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class jakarta.enterprise.inject.spi.SessionBeanType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class jakarta.enterprise.lang.model.AnnotationMember.Kind
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class jakarta.enterprise.lang.model.declarations.DeclarationInfo.Kind
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class jakarta.enterprise.lang.model.types.PrimitiveType.PrimitiveKind
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class jakarta.enterprise.lang.model.types.Type.Kind
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class jakarta.faces.annotation.FacesConfig.Version
Deprecated.
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class jakarta.faces.application.ProjectStage
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class jakarta.faces.application.ResourceVisitOption
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class jakarta.faces.application.ViewVisitOption
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class jakarta.faces.component.behavior.ClientBehaviorHint
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class jakarta.faces.component.html.HtmlBody.PropertyKeys
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class jakarta.faces.component.html.HtmlColumn.PropertyKeys
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class jakarta.faces.component.html.HtmlCommandButton.PropertyKeys
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class jakarta.faces.component.html.HtmlCommandLink.PropertyKeys
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class jakarta.faces.component.html.HtmlCommandScript.PropertyKeys
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class jakarta.faces.component.html.HtmlDataTable.PropertyKeys
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class jakarta.faces.component.html.HtmlDoctype.PropertyKeys
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class jakarta.faces.component.html.HtmlForm.PropertyKeys
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class jakarta.faces.component.html.HtmlGraphicImage.PropertyKeys
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class jakarta.faces.component.html.HtmlHead.PropertyKeys
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class jakarta.faces.component.html.HtmlInputFile.PropertyKeys
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class jakarta.faces.component.html.HtmlInputHidden.PropertyKeys
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class jakarta.faces.component.html.HtmlInputSecret.PropertyKeys
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class jakarta.faces.component.html.HtmlInputText.PropertyKeys
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class jakarta.faces.component.html.HtmlInputTextarea.PropertyKeys
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class jakarta.faces.component.html.HtmlMessage.PropertyKeys
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class jakarta.faces.component.html.HtmlMessages.PropertyKeys
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class jakarta.faces.component.html.HtmlOutcomeTargetButton.PropertyKeys
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class jakarta.faces.component.html.HtmlOutcomeTargetLink.PropertyKeys
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class jakarta.faces.component.html.HtmlOutputFormat.PropertyKeys
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class jakarta.faces.component.html.HtmlOutputLabel.PropertyKeys
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class jakarta.faces.component.html.HtmlOutputLink.PropertyKeys
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class jakarta.faces.component.html.HtmlOutputText.PropertyKeys
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class jakarta.faces.component.html.HtmlPanelGrid.PropertyKeys
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class jakarta.faces.component.html.HtmlPanelGroup.PropertyKeys
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class jakarta.faces.component.html.HtmlSelectBooleanCheckbox.PropertyKeys
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class jakarta.faces.component.html.HtmlSelectManyCheckbox.PropertyKeys
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class jakarta.faces.component.html.HtmlSelectManyListbox.PropertyKeys
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class jakarta.faces.component.html.HtmlSelectManyMenu.PropertyKeys
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class jakarta.faces.component.html.HtmlSelectOneListbox.PropertyKeys
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class jakarta.faces.component.html.HtmlSelectOneMenu.PropertyKeys
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class jakarta.faces.component.html.HtmlSelectOneRadio.PropertyKeys
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class jakarta.faces.component.search.SearchExpressionHint
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class jakarta.faces.component.visit.VisitHint
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class jakarta.faces.component.visit.VisitResult
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Method in class jakarta.faces.context.FlashWrapper
The default behavior of this method is to call Map.values() on the wrapped Flash object.
values() - Static method in enum class jakarta.json.JsonConfig.KeyStrategy
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class jakarta.json.JsonPatch.Operation
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class jakarta.json.JsonValue.ValueType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class jakarta.json.stream.JsonParser.Event
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class jakarta.jws.soap.SOAPBinding.ParameterStyle
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class jakarta.jws.soap.SOAPBinding.Style
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class jakarta.jws.soap.SOAPBinding.Use
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class jakarta.jws.WebParam.Mode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class jakarta.mail.util.StreamProvider.EncoderTypes
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class jakarta.persistence.AccessType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class jakarta.persistence.CacheRetrieveMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class jakarta.persistence.CacheStoreMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class jakarta.persistence.CascadeType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class jakarta.persistence.ConstraintMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class jakarta.persistence.criteria.CriteriaBuilder.Trimspec
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class jakarta.persistence.criteria.JoinType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class jakarta.persistence.criteria.Nulls
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class jakarta.persistence.criteria.Predicate.BooleanOperator
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class jakarta.persistence.DiscriminatorType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class jakarta.persistence.EnumType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class jakarta.persistence.FetchType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class jakarta.persistence.FlushModeType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class jakarta.persistence.GenerationType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class jakarta.persistence.InheritanceType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class jakarta.persistence.LockModeType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class jakarta.persistence.metamodel.Attribute.PersistentAttributeType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class jakarta.persistence.metamodel.Bindable.BindableType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class jakarta.persistence.metamodel.PluralAttribute.CollectionType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class jakarta.persistence.metamodel.Type.PersistenceType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class jakarta.persistence.ParameterMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class jakarta.persistence.PersistenceContextType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class jakarta.persistence.PersistenceUnitTransactionType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class jakarta.persistence.PessimisticLockScope
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class jakarta.persistence.SharedCacheMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class jakarta.persistence.spi.LoadState
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class jakarta.persistence.spi.PersistenceUnitTransactionType
Deprecated.
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class jakarta.persistence.SynchronizationType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class jakarta.persistence.TemporalType
Deprecated.
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class jakarta.persistence.ValidationMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class jakarta.resource.spi.AuthenticationMechanism.CredentialInterface
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class jakarta.resource.spi.TransactionSupport.TransactionSupportLevel
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class jakarta.security.enterprise.authentication.mechanism.http.openid.DisplayType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class jakarta.security.enterprise.authentication.mechanism.http.openid.PromptType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class jakarta.security.enterprise.AuthenticationStatus
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class jakarta.security.enterprise.identitystore.CredentialValidationResult.Status
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class jakarta.security.enterprise.identitystore.IdentityStore.ValidationType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class jakarta.security.enterprise.identitystore.LdapIdentityStoreDefinition.LdapSearchScope
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class jakarta.security.enterprise.identitystore.openid.AccessToken.Type
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class jakarta.servlet.annotation.ServletSecurity.EmptyRoleSemantic
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class jakarta.servlet.annotation.ServletSecurity.TransportGuarantee
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class jakarta.servlet.DispatcherType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class jakarta.servlet.http.MappingMatch
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class jakarta.servlet.SessionTrackingMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class jakarta.transaction.Transactional.TxType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class jakarta.validation.constraints.Pattern.Flag
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class jakarta.validation.ConstraintTarget
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class jakarta.validation.constraintvalidation.ValidationTarget
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class jakarta.validation.ElementKind
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class jakarta.validation.executable.ExecutableType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class jakarta.validation.metadata.MethodType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class jakarta.validation.metadata.Scope
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class jakarta.validation.metadata.ValidateUnwrappedValue
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class jakarta.websocket.CloseReason.CloseCodes
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
 
values() - Static method in enum class jakarta.ws.rs.core.NewCookie.SameSite
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class jakarta.ws.rs.core.Response.Status.Family
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class jakarta.ws.rs.core.Response.Status
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class jakarta.ws.rs.RuntimeType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class jakarta.ws.rs.SeBootstrap.Configuration.SSLClientAuthentication
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class jakarta.xml.bind.annotation.XmlAccessOrder
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class jakarta.xml.bind.annotation.XmlAccessType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class jakarta.xml.bind.annotation.XmlNsForm
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class jakarta.xml.ws.handler.MessageContext.Scope
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class jakarta.xml.ws.Service.Mode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class jakarta.xml.ws.soap.AddressingFeature.Responses
Returns an array containing the constants of this enum class, in the order they are declared.
values(M) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create an expression that returns the values of a map.
VALUES - Static variable in class jakarta.faces.application.FacesMessage
Immutable List of valid FacesMessage.Severity instances, in ascending order of their ordinal value.
VALUES - Static variable in class jakarta.faces.event.PhaseId
List of valid PhaseId instances, in ascending order of their ordinal value.
VALUES_MAP - Static variable in class jakarta.faces.application.FacesMessage
Immutable Map of valid FacesMessage.Severity instances, keyed by name.
valueUnbound(HttpSessionBindingEvent) - Method in interface jakarta.servlet.http.HttpSessionBindingListener
Notifies the object that it is being unbound from a session and identifies the session.
VariableInfo - Class in jakarta.servlet.jsp.tagext
Information on the scripting variables that are created/modified by a tag (at run-time).
VariableInfo(String, String, boolean, int) - Constructor for class jakarta.servlet.jsp.tagext.VariableInfo
Constructor These objects can be created (at translation time) by the TagExtraInfo instances.
VariableMapper - Class in jakarta.el
The interface to a map between Jakarta Expression Language variables and the Jakarta Expression Language expressions they are associated with.
VariableMapper() - Constructor for class jakarta.el.VariableMapper
 
VariableMapperWrapper - Class in com.sun.faces.facelets.el
Utility class for wrapping another VariableMapper with a new context, represented by a Map.
VariableMapperWrapper(VariableMapper) - Constructor for class com.sun.faces.facelets.el.VariableMapperWrapper
 
variant(Variant) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
Set message entity representation metadata.
Variant - Class in jakarta.ws.rs.core
Abstraction for a resource representation variant.
Variant(MediaType, String, String) - Constructor for class jakarta.ws.rs.core.Variant
Create a new instance of Variant.
Variant(MediaType, String, String, String) - Constructor for class jakarta.ws.rs.core.Variant
Create a new instance of Variant.
Variant(MediaType, String, String, String, String) - Constructor for class jakarta.ws.rs.core.Variant
Create a new instance of Variant.
Variant(MediaType, Locale, String) - Constructor for class jakarta.ws.rs.core.Variant
Create a new instance of Variant.
Variant.VariantListBuilder - Class in jakarta.ws.rs.core
A builder for a list of representation variants.
VariantListBuilder() - Constructor for class jakarta.ws.rs.core.Variant.VariantListBuilder
Protected constructor, use the static newInstance method to obtain an instance.
variants(Variant...) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
Add a Vary header that lists the available variants.
variants(List<Variant>) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
Add a Vary header that lists the available variants.
VARY - Static variable in interface jakarta.ws.rs.core.HttpHeaders
vendorName() - Element in annotation interface jakarta.resource.spi.Connector
Specifies the name of the resource adapter provider vendor.
Verifier - Class in com.sun.faces.config
This class backs the com.sun.faces.verifyObjects feature which provides basic validation of Components, Converters, and Validators.
VERIFIER_CLASS_MISSING_DEP_ID - Static variable in class com.sun.faces.util.MessageUtils
 
VERIFIER_CLASS_NOT_FOUND_ID - Static variable in class com.sun.faces.util.MessageUtils
 
VERIFIER_CTOR_NOT_PUBLIC_ID - Static variable in class com.sun.faces.util.MessageUtils
 
VERIFIER_NO_DEF_CTOR_ID - Static variable in class com.sun.faces.util.MessageUtils
 
VERIFIER_WRONG_TYPE_ID - Static variable in class com.sun.faces.util.MessageUtils
 
Verifier.ObjectType - Enum Class in com.sun.faces.config
Represent the current Faces object types we validate.
verify(char[], String) - Method in interface jakarta.security.enterprise.identitystore.PasswordHash
Verify a password against the hashed password value retrieved from a user's account.
VerifyFacesConfigObjects - Enum constant in enum class com.sun.faces.config.WebConfiguration.BooleanWebContextInitParameter
 
verifyTarget(String) - Method in class com.sun.faces.renderkit.html_basic.ScriptStyleBaseRenderer
Allow a subclass to control what's a valid value for "target".
verifyTarget(String) - Method in class com.sun.faces.renderkit.html_basic.StylesheetRenderer
 
version() - Method in class jakarta.faces.annotation.FacesConfig.Literal
 
version() - Element in annotation interface jakarta.faces.annotation.FacesConfig
Deprecated, for removal: This API element is subject to removal in a future version.
It has no effect anymore as per Jakarta Faces version 4.0; the actual impl version should be leading.
version() - Element in annotation interface jakarta.resource.spi.Connector
Specifies the version of the resource adapter implementation.
version(int) - Method in class jakarta.ws.rs.core.Cookie.AbstractCookieBuilder
Set the version of the cookie.
Version - Annotation Interface in jakarta.persistence
Declares the version field or property of an entity class, which is used to detect optimistic lock failures, ensuring the integrity of optimistic transactions.
VersionInfo - Class in com.sun.faces.application.resource
Metadata pertaining to versions.
VersionInfo(String, String) - Constructor for class com.sun.faces.application.resource.VersionInfo
Constructs a new VersionInfo instance.
veto() - Method in interface jakarta.enterprise.inject.spi.ProcessAnnotatedType
Forces the container to ignore this type.
veto() - Method in interface jakarta.enterprise.inject.spi.ProcessBeanAttributes
Forces the container to ignore the bean.
veto() - Method in interface jakarta.enterprise.inject.spi.ProcessObserverMethod
Forces the container to ignore the observer method.
Vetoed - Annotation Interface in jakarta.enterprise.inject
Veto the processing of the class.
Vetoed.Literal - Class in jakarta.enterprise.inject
Supports inline instantiation of the Vetoed annotation.
View - Annotation Interface in jakarta.faces.annotation
The presence of this annotation on a target (type, method, parameter or field) within an application is used to indicate that this target is somehow handling a Faces View Id or Ids.
VIEW - Static variable in interface com.sun.faces.el.ELConstants
 
VIEW_DECLARATION_LANGUAGE_FACTORY - Static variable in class jakarta.faces.FactoryFinder
The property name for the ViewDeclarationLanguage class name.
VIEW_LOCATION_KEY - Static variable in class jakarta.faces.component.UIComponent
The value of this constant is used as the key in the component attributes Map for the Location in the view at which this component instance resides.
VIEW_MAP - Static variable in class com.sun.faces.application.view.ViewScopeManager
Stores the view map.
VIEW_MAP_ID - Static variable in class com.sun.faces.application.view.ViewScopeManager
Stores the view map id.
VIEW_PARAMETERS_KEY - Static variable in class jakarta.faces.component.UIViewRoot
The key in the value set of the view metadata BeanDescriptor, the value of which is a List<UIViewParameter.Reference>.
VIEW_SCOPE - Static variable in interface com.sun.faces.el.ELConstants
 
VIEW_SCOPE_MANAGER - Static variable in class com.sun.faces.application.view.ViewScopeManager
Stores the constant to keep track of the ViewScopeManager.
VIEW_STATE_MARKER - Static variable in class jakarta.faces.context.PartialResponseWriter
Reserved ID value to indicate serialized ViewState.
VIEW_STATE_PARAM - Enum constant in enum class com.sun.faces.renderkit.RenderKitUtils.PredefinedPostbackParameter
 
VIEW_STATE_PARAM - Static variable in class jakarta.faces.render.ResponseStateManager
Implementations must use this constant field value as the name of the client parameter in which to save the state between requests.
View.Literal - Class in jakarta.faces.annotation
Supports inline instantiation of the View annotation.
ViewBuilder - Class in jakarta.faces.flow.builder
Create a view node in the current Flow.
ViewBuilder() - Constructor for class jakarta.faces.flow.builder.ViewBuilder
 
ViewBuilderImpl - Class in com.sun.faces.flow.builder
 
ViewBuilderImpl(FlowBuilderImpl, String, String) - Constructor for class com.sun.faces.flow.builder.ViewBuilderImpl
 
ViewDeclarationLanguage - Class in jakarta.faces.view
The contract that a view declaration language must implement to interact with the Jakarta Faces runtime.
ViewDeclarationLanguage() - Constructor for class jakarta.faces.view.ViewDeclarationLanguage
 
ViewDeclarationLanguageFactory - Class in jakarta.faces.view
ViewDeclarationLanguageFactory is a factory object that creates (if needed) and returns a new ViewDeclarationLanguage instance based on the VDL found in a specific view.
ViewDeclarationLanguageFactory() - Constructor for class jakarta.faces.view.ViewDeclarationLanguageFactory
Deprecated.
Use the other constructor taking the implementation being wrapped.
ViewDeclarationLanguageFactory(ViewDeclarationLanguageFactory) - Constructor for class jakarta.faces.view.ViewDeclarationLanguageFactory
If this factory has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.
ViewDeclarationLanguageFactoryImpl - Class in com.sun.faces.application.view
Default implementation of ViewDeclarationLanguageFactory.
ViewDeclarationLanguageFactoryImpl() - Constructor for class com.sun.faces.application.view.ViewDeclarationLanguageFactoryImpl
 
ViewDeclarationLanguageWrapper - Class in jakarta.faces.view
Provides a simple implementation of ViewDeclarationLanguage that can be subclassed by developers wishing to provide specialized behavior to an existing ViewDeclarationLanguage instance.
ViewDeclarationLanguageWrapper() - Constructor for class jakarta.faces.view.ViewDeclarationLanguageWrapper
Deprecated.
Use the other constructor taking the implementation being wrapped.
ViewDeclarationLanguageWrapper(ViewDeclarationLanguage) - Constructor for class jakarta.faces.view.ViewDeclarationLanguageWrapper
If this view declaration language has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.
viewExists(FacesContext, String) - Method in class com.sun.faces.application.view.FaceletViewHandlingStrategy
 
viewExists(FacesContext, String) - Method in class jakarta.faces.view.ViewDeclarationLanguage
Tests whether a physical resource corresponding to the specified viewId exists.
viewExists(FacesContext, String) - Method in class jakarta.faces.view.ViewDeclarationLanguageWrapper
 
ViewExpiredException - Exception Class in jakarta.faces.application
Implementations must throw this FacesException when attempting to restore the view StateManagementStrategy.restoreView(FacesContext, String, String) results in failure on postback.
ViewExpiredException() - Constructor for exception class jakarta.faces.application.ViewExpiredException
Construct a new exception with no detail message or root cause.
ViewExpiredException(String) - Constructor for exception class jakarta.faces.application.ViewExpiredException
Construct a new exception with the specified view identifier.
ViewExpiredException(String, String) - Constructor for exception class jakarta.faces.application.ViewExpiredException
Construct a new exception with the specified detail message and no root cause.
ViewExpiredException(String, Throwable, String) - Constructor for exception class jakarta.faces.application.ViewExpiredException
Construct a new exception with the specified detail message and root cause.
ViewExpiredException(Throwable, String) - Constructor for exception class jakarta.faces.application.ViewExpiredException
Construct a new exception with the specified root cause.
ViewHandler - Class in com.sun.faces.facelets.tag.faces.core
Container for all Jakarta Faces core and custom component actions used on a page.
ViewHandler - Class in jakarta.faces.application
ViewHandler is the pluggablity mechanism for allowing implementations of or applications using the Jakarta Faces Specification to provide their own handling of the activities in the Render Response and Restore View phases of the request processing lifecycle.
ViewHandler() - Constructor for class jakarta.faces.application.ViewHandler
 
ViewHandler(TagConfig) - Constructor for class com.sun.faces.facelets.tag.faces.core.ViewHandler
 
ViewHandlerResponseWrapper - Class in com.sun.faces.application
This class is used by ViewHandler.createView(jakarta.faces.context.FacesContext, java.lang.String) to obtain the text that exists after the <f:view> tag.
ViewHandlerResponseWrapper(HttpServletResponse) - Constructor for class com.sun.faces.application.ViewHandlerResponseWrapper
 
ViewHandlerWrapper - Class in jakarta.faces.application
Provides a simple implementation of ViewHandler that can be subclassed by developers wishing to provide specialized behavior to an existing ViewHandler instance.
ViewHandlerWrapper() - Constructor for class jakarta.faces.application.ViewHandlerWrapper
Deprecated.
Use the other constructor taking the implementation being wrapped.
ViewHandlerWrapper(ViewHandler) - Constructor for class jakarta.faces.application.ViewHandlerWrapper
If this view handler has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.
ViewHandlingStrategy - Class in com.sun.faces.application.view
This represents how a particular page description language is to be rendered/restored.
ViewHandlingStrategy() - Constructor for class com.sun.faces.application.view.ViewHandlingStrategy
 
ViewHandlingStrategyManager - Class in com.sun.faces.application.view
Interface for working with multiple ViewHandlingStrategy implementations.
ViewHandlingStrategyManager() - Constructor for class com.sun.faces.application.view.ViewHandlingStrategyManager
By default the strategies available (in order) will be FaceletViewHandlingStrategy.
ViewHandlingStrategyNotFoundException - Exception Class in com.sun.faces.application.view
Indicates that no ViewHandlingStrategy instances were found appropriate to a particulare view ID.
ViewHandlingStrategyNotFoundException() - Constructor for exception class com.sun.faces.application.view.ViewHandlingStrategyNotFoundException
 
VIEWID_KEY_NAME - Static variable in class com.sun.faces.RIConstants
 
ViewMap - Annotation Interface in jakarta.faces.annotation
The presence of this annotation (along with @Inject) on a field of type Map<String, Object> causes the map returned from UIViewRoot.getViewMap() to be injected as the value of that field.
ViewMap.Literal - Class in jakarta.faces.annotation
Supports inline instantiation of the ViewMap qualifier.
ViewMapListener - Interface in jakarta.faces.event
Marker interface for SystemEvents that indicate the view map has been created (PostConstructViewMapEvent, or destroyed (PreDestroyViewMapEvent).
ViewMapProducer - Class in com.sun.faces.cdi
The ViewMapProducer is the CDI producer that allows injection of the view map using @Inject and allows EL resolving of #{viewScope}
ViewMapProducer() - Constructor for class com.sun.faces.cdi.ViewMapProducer
 
ViewMemberInstanceFactoryMetadataMap<K,V> - Class in com.sun.faces.application
Used to hold metadata for classes that are members of views.
ViewMemberInstanceFactoryMetadataMap(Map<String, Object>) - Constructor for class com.sun.faces.application.ViewMemberInstanceFactoryMetadataMap
 
ViewMetadata - Class in jakarta.faces.view
ViewMetadata is reponsible for extracting and providing view parameter metadata from VDL views.
ViewMetadata() - Constructor for class jakarta.faces.view.ViewMetadata
 
ViewMetadataImpl - Class in com.sun.faces.application.view
 
ViewMetadataImpl(String) - Constructor for class com.sun.faces.application.view.ViewMetadataImpl
 
viewNode(String, String) - Method in class com.sun.faces.flow.builder.FlowBuilderImpl
 
viewNode(String, String) - Method in class jakarta.faces.flow.builder.FlowBuilder
Define a view node in a flow graph.
ViewNode - Class in jakarta.faces.flow
ViewNode is the class that represents a VDL view in a faces flow graph.
ViewNode() - Constructor for class jakarta.faces.flow.ViewNode
 
ViewNodeImpl - Class in com.sun.faces.flow
 
ViewNodeImpl(String, String) - Constructor for class com.sun.faces.flow.ViewNodeImpl
 
ViewProducer - Class in com.sun.faces.cdi
The ViewProducer is the CDI producer that allows you to inject the UIViewRoot and to do EL resolving of #{view}
ViewProducer() - Constructor for class com.sun.faces.cdi.ViewProducer
 
ViewResource - Class in jakarta.faces.application
Superclass of Resource that is only for use with views.
ViewResource() - Constructor for class jakarta.faces.application.ViewResource
 
VIEWROOT_PHASE_LISTENER_QUEUES_EXCEPTIONS_PARAM_NAME - Static variable in class jakarta.faces.component.UIViewRoot
If this param is set, and calling toLowerCase().equals("true") on a String representation of its value returns true, exceptions thrown by PhaseListeners installed on the UIViewRoot are queued to the ExceptionHandler instead of being logged and swallowed.
ViewRootPhaseListenerQueuesException - Enum constant in enum class com.sun.faces.config.WebConfiguration.BooleanWebContextInitParameter
 
ViewScope() - Constructor for class com.sun.faces.push.WebsocketChannelManager.ViewScope
 
ViewScopeContext - Class in com.sun.faces.application.view
The CDI context for CDI ViewScoped beans.
ViewScopeContext() - Constructor for class com.sun.faces.application.view.ViewScopeContext
Constructor.
ViewScopeContextManager - Class in com.sun.faces.application.view
The manager that deals with CDI ViewScoped beans.
ViewScopeContextManager() - Constructor for class com.sun.faces.application.view.ViewScopeContextManager
 
ViewScoped - Annotation Interface in jakarta.faces.view
When this annotation, along with jakarta.inject.Named is found on a class, the runtime must place the bean in a CDI scope such that it remains active as long as NavigationHandler.handleNavigation(jakarta.faces.context.FacesContext, java.lang.String, java.lang.String) does not cause a navigation to a view with a viewId that is different than the viewId of the current view.
ViewScopedCDIEventFireHelper - Interface in com.sun.faces.application.view
 
ViewScopedCDIEventFireHelperImpl - Class in com.sun.faces.application.view
 
ViewScopedCDIEventFireHelperImpl() - Constructor for class com.sun.faces.application.view.ViewScopedCDIEventFireHelperImpl
 
ViewScopeEventListener - Class in com.sun.faces.application.view
The ViewScope event listener.
ViewScopeEventListener() - Constructor for class com.sun.faces.application.view.ViewScopeEventListener
 
ViewScopeExtension - Class in com.sun.faces.application.view
The CDI extension that makes ViewScoped beans work in a CDI context.
ViewScopeExtension() - Constructor for class com.sun.faces.application.view.ViewScopeExtension
 
ViewScopeManager - Class in com.sun.faces.application.view
The manager that deals with non-CDI and CDI ViewScoped beans.
ViewScopeManager() - Constructor for class com.sun.faces.application.view.ViewScopeManager
Constructor.
VIEWTAG_STACK_ATTR_NAME - Static variable in class com.sun.faces.util.RequestStateManager
This attribute is used by the loadBundle tag for tracking views/subviews within the logical view (this is only used when 1.1 compatibility is enabled).
ViewVisitOption - Enum Class in jakarta.faces.application
Defines the view traversal options.
VIOLATED_POLICY - Enum constant in enum class jakarta.websocket.CloseReason.CloseCodes
1008 indicates that an endpoint is terminating the connection because it has received a message that violates its policy.
virtual() - Element in annotation interface jakarta.enterprise.concurrent.ManagedExecutorDefinition
Indicates whether this executor is requested to create virtual threads for tasks that do not run inline.
virtual() - Element in annotation interface jakarta.enterprise.concurrent.ManagedScheduledExecutorDefinition
Indicates whether this executor is requested to create virtual threads for tasks that do not run inline.
virtual() - Element in annotation interface jakarta.enterprise.concurrent.ManagedThreadFactoryDefinition
Indicates whether this thread factory is requested to create virtual threads.
visit(VisitContext, UIComponent) - Method in interface jakarta.faces.component.visit.VisitCallback
This method is called during component tree visits by VisitContext.invokeVisitCallback() to visit the specified component.
VISIT_CONTEXT_FACTORY - Static variable in class jakarta.faces.FactoryFinder
The property name for the VisitContextFactory class name.
VisitCallback - Interface in jakarta.faces.component.visit
A simple callback interface that enables taking action on a specific UIComponent (either facet or child) during a component tree visit.
VisitContext - Class in jakarta.faces.component.visit
A context object that is used to hold state relating to performing a component tree visit.
VisitContext() - Constructor for class jakarta.faces.component.visit.VisitContext
 
VisitContextFactory - Class in jakarta.faces.component.visit
Provide for separation of interface and implementation for the VisitContext contract.
VisitContextFactory() - Constructor for class jakarta.faces.component.visit.VisitContextFactory
Deprecated.
Use the other constructor taking the implementation being wrapped.
VisitContextFactory(VisitContextFactory) - Constructor for class jakarta.faces.component.visit.VisitContextFactory
If this factory has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.
VisitContextFactoryImpl - Class in com.sun.faces.component.visit
Default implementation of VisitContextFactory.
VisitContextFactoryImpl() - Constructor for class com.sun.faces.component.visit.VisitContextFactoryImpl
 
VisitContextWrapper - Class in jakarta.faces.component.visit
Provides a simple implementation of VisitContext that can be subclassed by developers wishing to provide specialized behavior to an existing VisitContext instance.
VisitContextWrapper() - Constructor for class jakarta.faces.component.visit.VisitContextWrapper
Deprecated.
Use the other constructor taking the implementation being wrapped.
VisitContextWrapper(VisitContext) - Constructor for class jakarta.faces.component.visit.VisitContextWrapper
If this visit context has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.
VisitHint - Enum Class in jakarta.faces.component.visit
An enum that specifies hints that impact the behavior of a component tree visit.
VisitResult - Enum Class in jakarta.faces.component.visit
visitTree(VisitContext, VisitCallback) - Method in class com.sun.faces.facelets.component.UIRepeat
 
visitTree(VisitContext, VisitCallback) - Method in class com.sun.faces.facelets.tag.composite.BehaviorHolderWrapper
 
visitTree(VisitContext, VisitCallback) - Method in class jakarta.faces.component.UIComponent
Perform a tree visit starting at this node in the tree.
visitTree(VisitContext, VisitCallback) - Method in class jakarta.faces.component.UIData
visitTree(VisitContext, VisitCallback) - Method in class jakarta.faces.component.UIForm
 
visitTree(VisitContext, VisitCallback) - Method in class jakarta.faces.component.UINamingContainer
 
VOID - Enum constant in enum class jakarta.enterprise.lang.model.types.Type.Kind
The void pseudo-type, e.g.
VoidType - Interface in jakarta.enterprise.lang.model.types
The void pseudo-type.
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 _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form