Skip navigation links

Jakarta EE Web Profile API v9.1.0
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 _ 

A

AbortProcessingException - Exception in jakarta.faces.event
An exception that may be thrown by event listeners to terminate the processing of the current event.
AbortProcessingException() - Constructor for exception jakarta.faces.event.AbortProcessingException
Construct a new exception with no detail message or root cause.
AbortProcessingException(String) - Constructor for exception jakarta.faces.event.AbortProcessingException
Construct a new exception with the specified detail message and no root cause.
AbortProcessingException(Throwable) - Constructor for exception jakarta.faces.event.AbortProcessingException
Construct a new exception with the specified root cause.
AbortProcessingException(String, Throwable) - Constructor for exception jakarta.faces.event.AbortProcessingException
Construct a new exception with the specified detail message and root cause.
abortWith(Response) - Method in interface jakarta.ws.rs.client.ClientRequestContext
Abort the filter chain with a response.
abortWith(Response) - Method in interface jakarta.ws.rs.container.ContainerRequestContext
Abort the filter chain with a response.
abs(Expression<N>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create an expression that returns the absolute value of its argument.
AbstractClearableCredential - Class in jakarta.security.enterprise.credential
AbstractClearableCredential contains behavior common to Credential implementations that can be meaningfully cleared.
AbstractClearableCredential() - Constructor for class jakarta.security.enterprise.credential.AbstractClearableCredential
 
AbstractMultivaluedMap<K,V> - Class in jakarta.ws.rs.core
Abstract skeleton implementation of a MultivaluedMap that is backed by a [key, multi-value] store represented as a Map<K, List<V>>.
AbstractMultivaluedMap(Map<K, List<V>>) - Constructor for class jakarta.ws.rs.core.AbstractMultivaluedMap
Initialize the backing store in the abstract parent multivalued map implementation.
AbstractQuery<T> - Interface in jakarta.persistence.criteria
The AbstractQuery interface defines functionality that is common to both top-level queries and subqueries.
accept(EventContext<T>) - Method in interface jakarta.enterprise.inject.spi.configurator.ObserverMethodConfigurator.EventConsumer
 
accept(String...) - Method in interface jakarta.ws.rs.client.Invocation.Builder
Add the accepted response media types.
accept(MediaType...) - Method in interface jakarta.ws.rs.client.Invocation.Builder
Add the accepted response media types.
ACCEPT - Static variable in interface jakarta.ws.rs.core.HttpHeaders
ACCEPT_CHARSET - Static variable in interface jakarta.ws.rs.core.HttpHeaders
ACCEPT_ENCODING - Static variable in interface jakarta.ws.rs.core.HttpHeaders
ACCEPT_LANGUAGE - Static variable in interface jakarta.ws.rs.core.HttpHeaders
accepted() - Static method in class jakarta.ws.rs.core.Response
Create a new ResponseBuilder with an ACCEPTED status.
accepted(Object) - Static method in class jakarta.ws.rs.core.Response
Create a new ResponseBuilder with an ACCEPTED status that contains a representation.
acceptEncoding(String...) - Method in interface jakarta.ws.rs.client.Invocation.Builder
Add acceptable encodings.
acceptLanguage(Locale...) - Method in interface jakarta.ws.rs.client.Invocation.Builder
Add acceptable languages.
acceptLanguage(String...) - Method in interface jakarta.ws.rs.client.Invocation.Builder
Add acceptable languages.
Access - Annotation Type in jakarta.persistence
Used to specify an access type to be applied to an entity class, mapped superclass, or embeddable class, or to a specific attribute of such a class.
AccessLocalException - Exception in jakarta.ejb
An AccessLocalException is thrown to indicate that the caller does not have permission to call the method.
AccessLocalException() - Constructor for exception jakarta.ejb.AccessLocalException
Constructs an AccessLocalException with no detail message.
AccessLocalException(String) - Constructor for exception jakarta.ejb.AccessLocalException
Constructs an AccessLocalException with the specified detail message.
AccessLocalException(String, Exception) - Constructor for exception jakarta.ejb.AccessLocalException
Constructs an AccessLocalException with the specified detail message and a nested exception.
AccessTimeout - Annotation Type in jakarta.ejb
Specifies the amount of time in a given time unit that a concurrent access attempt should block before timing out.
AccessType - Enum in jakarta.persistence
Used with the Access annotation to specify an access type to be applied to an entity class, mapped superclass, or embeddable class, or to a specific attribute of such a class.
ActionEvent - Class in jakarta.faces.event

An ActionEvent represents the activation of a user interface component (such as a UICommand).

ActionEvent(UIComponent) - Constructor for class jakarta.faces.event.ActionEvent

Construct a new event object from the specified source component and action command.

ActionEvent(FacesContext, UIComponent) - Constructor for class jakarta.faces.event.ActionEvent

Construct a new event object from the Faces context, specified source component and action command.

ActionListener - Interface in jakarta.faces.event
A listener interface for receiving ActionEvents.
ActionListenerWrapper - Class in jakarta.faces.event

Provides a simple implementation of ActionListener that can be subclassed by developers wishing to provide specialized behavior to an existing ActionListener instance.

ActionListenerWrapper() - Constructor for class jakarta.faces.event.ActionListenerWrapper
 
ActionSource - Interface in jakarta.faces.component
ActionSource is an interface that may be implemented by any concrete UIComponent that wishes to be a source of ActionEvents, including the ability to invoke application actions via the default ActionListener mechanism.
ActionSource2 - Interface in jakarta.faces.component
ActionSource2 extends ActionSource and provides a JavaBeans property analogous to the "action" property on ActionSource.
ActionSource2AttachedObjectHandler - Interface in jakarta.faces.view

A VDL handler that exposes ActionListener to a page author.

ActionSource2AttachedObjectTarget - Interface in jakarta.faces.view

A marker interface for VDL tags that represent <composite:actionSource/> for use by the composite component page author.

activate() - Method in interface jakarta.enterprise.context.control.RequestContextController
Activates a RequestContext for the current thread if one is not already active.
ActivateRequestContext - Annotation Type in jakarta.enterprise.context.control
The container provides a built in interceptor that may be used to annotate classes and methods to indicate that a request context should be activated when this method is invoked.
ActivationConfigProperty - Annotation Type in jakarta.ejb
Used to provide information to the deployer about the configuration of a message driven bean in its operational environment.
ADAPTERS - Static variable in class jakarta.json.bind.JsonbConfig
Property used to specify custom mapping adapters for generic types.
adaptFromJson(Adapted) - Method in interface jakarta.json.bind.adapter.JsonbAdapter
This method is used on deserialization only.
adaptToJson(Original) - Method in interface jakarta.json.bind.adapter.JsonbAdapter
This method is used on serialization only.
add(ELResolver) - Method in class jakarta.el.CompositeELResolver
Adds the given resolver to the list of component resolvers.
add(Annotation) - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedConstructorConfigurator
Add an annotation to the constructor.
add(Annotation) - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedFieldConfigurator
Add an annotation to the field.
add(Annotation) - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedMethodConfigurator
Add an annotation to the method.
add(Annotation) - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedParameterConfigurator
Add an annotation to the parameter.
add(Annotation) - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedTypeConfigurator
Add an annotation to the type.
add(Serializable, Object) - Method in interface jakarta.faces.component.StateHelper

Store the specified value in a List that is internal to the StateHelper.

add(Metadata) - Method in class jakarta.faces.view.facelets.MetaRuleset

Add another Metadata to this ruleset, returning this.

add(JsonValue) - Method in interface jakarta.json.JsonArrayBuilder
Adds a value to the array.
add(String) - Method in interface jakarta.json.JsonArrayBuilder
Adds a value to the array as a JsonString.
add(BigDecimal) - Method in interface jakarta.json.JsonArrayBuilder
Adds a value to the array as a JsonNumber.
add(BigInteger) - Method in interface jakarta.json.JsonArrayBuilder
Adds a value to the array as a JsonNumber.
add(int) - Method in interface jakarta.json.JsonArrayBuilder
Adds a value to the array as a JsonNumber.
add(long) - Method in interface jakarta.json.JsonArrayBuilder
Adds a value to the array as a JsonNumber.
add(double) - Method in interface jakarta.json.JsonArrayBuilder
Adds a value to the array as a JsonNumber.
add(boolean) - Method in interface jakarta.json.JsonArrayBuilder
Adds a JsonValue.TRUE or JsonValue.FALSE value to the array.
add(JsonObjectBuilder) - Method in interface jakarta.json.JsonArrayBuilder
Adds a JsonObject from an object builder to the array.
add(JsonArrayBuilder) - Method in interface jakarta.json.JsonArrayBuilder
Adds a JsonArray from an array builder to the array.
add(int, JsonValue) - Method in interface jakarta.json.JsonArrayBuilder
Inserts a value to the array at the specified position.
add(int, String) - Method in interface jakarta.json.JsonArrayBuilder
Adds a value to the array as a JsonString at the specified position.
add(int, BigDecimal) - Method in interface jakarta.json.JsonArrayBuilder
Adds a value to the array as a JsonNumber at the specified position.
add(int, BigInteger) - Method in interface jakarta.json.JsonArrayBuilder
Adds a value to the array as a JsonNumber at the specified position.
add(int, int) - Method in interface jakarta.json.JsonArrayBuilder
Adds a value to the array as a JsonNumber at the specified position.
add(int, long) - Method in interface jakarta.json.JsonArrayBuilder
Adds a value to the array as a JsonNumber at the specified position.
add(int, double) - Method in interface jakarta.json.JsonArrayBuilder
Adds a value to the array as a JsonNumber at the specified position.
add(int, boolean) - Method in interface jakarta.json.JsonArrayBuilder
Adds a JsonValue.TRUE or JsonValue.FALSE value to the array at the specified position.
add(int, JsonObjectBuilder) - Method in interface jakarta.json.JsonArrayBuilder
Adds a JsonObject from an object builder to the array at the specified position.
add(int, JsonArrayBuilder) - Method in interface jakarta.json.JsonArrayBuilder
Adds a JsonArray from an array builder to the array at the specified position.
add(String, JsonValue) - Method in interface jakarta.json.JsonObjectBuilder
Adds a name/JsonValue pair to the JSON object associated with this object builder.
add(String, String) - Method in interface jakarta.json.JsonObjectBuilder
Adds a name/JsonString pair to the JSON object associated with this object builder.
add(String, BigInteger) - Method in interface jakarta.json.JsonObjectBuilder
Adds a name/JsonNumber pair to the JSON object associated with this object builder.
add(String, BigDecimal) - Method in interface jakarta.json.JsonObjectBuilder
Adds a name/JsonNumber pair to the JSON object associated with this object builder.
add(String, int) - Method in interface jakarta.json.JsonObjectBuilder
Adds a name/JsonNumber pair to the JSON object associated with this object builder.
add(String, long) - Method in interface jakarta.json.JsonObjectBuilder
Adds a name/JsonNumber pair to the JSON object associated with this object builder.
add(String, double) - Method in interface jakarta.json.JsonObjectBuilder
Adds a name/JsonNumber pair to the JSON object associated with this object builder.
add(String, boolean) - Method in interface jakarta.json.JsonObjectBuilder
Adds a name/JsonValue#TRUE or name/JsonValue#FALSE pair to the JSON object associated with this object builder.
add(String, JsonObjectBuilder) - Method in interface jakarta.json.JsonObjectBuilder
Adds a name/JsonObject pair to the JSON object associated with this object builder.
add(String, JsonArrayBuilder) - Method in interface jakarta.json.JsonObjectBuilder
Adds a name/JsonArray pair to the JSON object associated with this object builder.
add(String, JsonValue) - Method in interface jakarta.json.JsonPatchBuilder
Adds an "add" JSON Patch operation.
add(String, String) - Method in interface jakarta.json.JsonPatchBuilder
Adds an "add" JSON Patch operation.
add(String, int) - Method in interface jakarta.json.JsonPatchBuilder
Adds an "add" JSON Patch operation.
add(String, boolean) - Method in interface jakarta.json.JsonPatchBuilder
Adds an "add" JSON Patch operation.
add(T, JsonValue) - Method in interface jakarta.json.JsonPointer
Adds or replaces a value at the referenced location in the specified target with the specified value.
add(K, V) - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
Add a value to the current list of values for the supplied key.
add(K, V) - Method in interface jakarta.ws.rs.core.MultivaluedMap
Add a value to the current list of values for the supplied key.
add() - Method in class jakarta.ws.rs.core.Variant.VariantListBuilder
Add the current combination of metadata to the list of supported variants, after this method is called the current combination of metadata is emptied.
addActionListener(ActionListener) - Method in interface jakarta.faces.component.ActionSource
Add a new ActionListener to the set of listeners interested in being notified when ActionEvents occur.
addActionListener(ActionListener) - Method in class jakarta.faces.component.UICommand
 
addActionListener(ActionListener) - Method in class jakarta.faces.component.UIViewAction
Add a new ActionListener to the set of listeners interested in being notified when ActionEvents occur.
addAjaxBehaviorListener(AjaxBehaviorListener) - Method in class jakarta.faces.component.behavior.AjaxBehavior

Add the specified AjaxBehaviorListener to the set of listeners registered to receive event notifications from this AjaxBehavior.

addAll(JsonArrayBuilder) - Method in interface jakarta.json.JsonArrayBuilder
Adds all elements of the array in the specified array builder to the array.
addAll(JsonObjectBuilder) - Method in interface jakarta.json.JsonObjectBuilder
Adds all name/value pairs in the JSON object associated with the specified object builder to the JSON object associated with this object builder.
addAll(K, V...) - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
Add multiple values to the current list of values for the supplied key.
addAll(K, List<V>) - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
Add all the values from the supplied value list to the current list of values for the supplied key.
addAll(K, V...) - Method in interface jakarta.ws.rs.core.MultivaluedMap
Add multiple values to the current list of values for the supplied key.
addAll(K, List<V>) - Method in interface jakarta.ws.rs.core.MultivaluedMap
Add all the values from the supplied value list to the current list of values for the supplied key.
addAnnotatedType(AnnotatedType<?>, String) - Method in interface jakarta.enterprise.inject.spi.AfterTypeDiscovery
Adds a given AnnotatedType to the set of types which will be scanned during bean discovery.
addAnnotatedType(Class<T>, String) - Method in interface jakarta.enterprise.inject.spi.AfterTypeDiscovery
Obtains a new AnnotatedTypeConfigurator to configure a new AnnotatedType and add it to the set of types which will be scanned during bean discovery at the end of the observer invocation.
addAnnotatedType(AnnotatedType<?>) - Method in interface jakarta.enterprise.inject.spi.BeforeBeanDiscovery
Adds a given AnnotatedType to the set of types which will be scanned during bean discovery.
addAnnotatedType(AnnotatedType<?>, String) - Method in interface jakarta.enterprise.inject.spi.BeforeBeanDiscovery
Adds a given AnnotatedType to the set of types which will be scanned during bean discovery.
addAnnotatedType(Class<T>, String) - Method in interface jakarta.enterprise.inject.spi.BeforeBeanDiscovery
Obtains a new AnnotatedTypeConfigurator to configure a new AnnotatedType and add it to the set of types which will be scanned during bean discovery at the end of the observer invocation
addAttributeNodes(String...) - Method in interface jakarta.persistence.EntityGraph
Add one or more attribute nodes to the entity graph.
addAttributeNodes(Attribute<T, ?>...) - Method in interface jakarta.persistence.EntityGraph
Add one or more attribute nodes to the entity graph.
addAttributeNodes(String...) - Method in interface jakarta.persistence.Subgraph
Add one or more attribute nodes to the entity graph.
addAttributeNodes(Attribute<T, ?>...) - Method in interface jakarta.persistence.Subgraph
Add one or more attribute nodes to the entity graph.
addBean(Bean<?>) - Method in interface jakarta.enterprise.inject.spi.AfterBeanDiscovery
Fires an event of type ProcessBean containing the given Bean and then registers the Bean with the container, thereby making a bean which is not an interceptor nor a decorator available for injection into other beans.
addBean() - Method in interface jakarta.enterprise.inject.spi.AfterBeanDiscovery
Obtains a new BeanConfigurator to configure a new Bean and add it at the end of the observer invocation.
addBeanClasses(Class<?>...) - Method in class jakarta.enterprise.inject.se.SeContainerInitializer
Add provided bean classes to the synthetic bean archive.
addBeanNameResolver(BeanNameResolver) - Method in class jakarta.el.ELManager
Register a BeanNameResolver.
addBeanNode() - Method in interface jakarta.validation.ConstraintValidatorContext.ConstraintViolationBuilder
Adds a bean node (class-level) to the path the ConstraintViolation will be associated to.
addBeanNode() - Method in interface jakarta.validation.ConstraintValidatorContext.ConstraintViolationBuilder.ContainerElementNodeBuilderCustomizableContext
Adds a bean node (class-level) to the path the ConstraintViolation will be associated to.
addBeanNode() - Method in interface jakarta.validation.ConstraintValidatorContext.ConstraintViolationBuilder.ContainerElementNodeBuilderDefinedContext
Adds a bean node (class-level) to the path the ConstraintViolation will be associated to.
addBeanNode() - Method in interface jakarta.validation.ConstraintValidatorContext.ConstraintViolationBuilder.ContainerElementNodeContextBuilder
Adds a bean node (class-level) to the path the ConstraintViolation will be associated to.
addBeanNode() - Method in interface jakarta.validation.ConstraintValidatorContext.ConstraintViolationBuilder.NodeBuilderCustomizableContext
Adds a bean node (class-level) to the path the ConstraintViolation will be associated to.
addBeanNode() - Method in interface jakarta.validation.ConstraintValidatorContext.ConstraintViolationBuilder.NodeBuilderDefinedContext
Adds a bean node (class-level) to the path the ConstraintViolation will be associated to.
addBeanNode() - Method in interface jakarta.validation.ConstraintValidatorContext.ConstraintViolationBuilder.NodeContextBuilder
Adds a bean node (class-level) to the path the ConstraintViolation will be associated to.
addBehavior(String, String) - Method in class jakarta.faces.application.Application
Register a new mapping of behavior id to the name of the corresponding Behavior class.
addBehavior(String, String) - Method in class jakarta.faces.application.ApplicationWrapper

The default behavior of this method is to call Application.addBehavior(String, String) on the wrapped Application object.

addBehaviorListener(BehaviorListener) - Method in class jakarta.faces.component.behavior.BehaviorBase

Add the specified BehaviorListener to the set of listeners registered to receive event notifications from this Behavior.

addChild(UIComponent) - Method in class jakarta.faces.webapp.UIComponentClassicTagBase
 
addChild(UIComponent) - Method in class jakarta.faces.webapp.UIComponentTagBase
Add the component identifier of the specified UIComponent to the list of component identifiers created or located by nested UIComponentTags processing this request.
addClientBehavior(String, ClientBehavior) - Method in interface jakarta.faces.component.behavior.ClientBehaviorHolder

Attaches a ClientBehavior to the component implementing this interface for the specified event.

addClientBehavior(String, ClientBehavior) - Method in class jakarta.faces.component.UIComponentBase
addClientBehaviorRenderer(String, ClientBehaviorRenderer) - Method in class jakarta.faces.render.RenderKit
Register the specified ClientBehaviorRenderer instance, associated with the specified component type, to the set of ClientBehaviorRenderers registered with this RenderKit, replacing any previously registered ClientBehaviorRenderer for this type.
addClientBehaviorRenderer(String, ClientBehaviorRenderer) - Method in class jakarta.faces.render.RenderKitWrapper
The default behavior of this method is to call RenderKit.addClientBehaviorRenderer(String, ClientBehaviorRenderer) on the wrapped RenderKit object.
addComponent(String, String) - Method in class jakarta.faces.application.Application
Register a new mapping of component type to the name of the corresponding UIComponent class.
addComponent(String, String) - Method in class jakarta.faces.application.ApplicationWrapper

The default behavior of this method is to call Application.addComponent(String, String) on the wrapped Application object.

addComponentResource(FacesContext, UIComponent) - Method in class jakarta.faces.component.UIViewRoot

Add argument component, which is assumed to represent a resource instance, as a resource to this view.

addComponentResource(FacesContext, UIComponent, String) - Method in class jakarta.faces.component.UIViewRoot

Add argument component, which is assumed to represent a resource instance, as a resource to this view.

addConstraintViolation() - Method in interface jakarta.validation.ConstraintValidatorContext.ConstraintViolationBuilder
Adds the new ConstraintViolation to be generated if the constraint validator marks the value as invalid.
addConstraintViolation() - Method in interface jakarta.validation.ConstraintValidatorContext.ConstraintViolationBuilder.ContainerElementNodeBuilderCustomizableContext
Adds the new ConstraintViolation to be generated if the constraint validator mark the value as invalid.
addConstraintViolation() - Method in interface jakarta.validation.ConstraintValidatorContext.ConstraintViolationBuilder.ContainerElementNodeBuilderDefinedContext
Adds the new ConstraintViolation to be generated if the constraint validator marks the value as invalid.
addConstraintViolation() - Method in interface jakarta.validation.ConstraintValidatorContext.ConstraintViolationBuilder.ContainerElementNodeContextBuilder
Adds the new ConstraintViolation to be generated if the constraint validator mark the value as invalid.
addConstraintViolation() - Method in interface jakarta.validation.ConstraintValidatorContext.ConstraintViolationBuilder.LeafNodeBuilderCustomizableContext
Adds the new ConstraintViolation to be generated if the constraint validator mark the value as invalid.
addConstraintViolation() - Method in interface jakarta.validation.ConstraintValidatorContext.ConstraintViolationBuilder.LeafNodeBuilderDefinedContext
Adds the new ConstraintViolation to be generated if the constraint validator marks the value as invalid.
addConstraintViolation() - Method in interface jakarta.validation.ConstraintValidatorContext.ConstraintViolationBuilder.LeafNodeContextBuilder
Adds the new ConstraintViolation to be generated if the constraint validator mark the value as invalid.
addConstraintViolation() - Method in interface jakarta.validation.ConstraintValidatorContext.ConstraintViolationBuilder.NodeBuilderCustomizableContext
Adds the new ConstraintViolation to be generated if the constraint validator mark the value as invalid.
addConstraintViolation() - Method in interface jakarta.validation.ConstraintValidatorContext.ConstraintViolationBuilder.NodeBuilderDefinedContext
Adds the new ConstraintViolation to be generated if the constraint validator marks the value as invalid.
addConstraintViolation() - Method in interface jakarta.validation.ConstraintValidatorContext.ConstraintViolationBuilder.NodeContextBuilder
Adds the new ConstraintViolation to be generated if the constraint validator mark the value as invalid.
addContainerElementNode(String, Class<?>, Integer) - Method in interface jakarta.validation.ConstraintValidatorContext.ConstraintViolationBuilder
Adds a container element node to the path the ConstraintViolation will be associated to.
addContainerElementNode(String, Class<?>, Integer) - Method in interface jakarta.validation.ConstraintValidatorContext.ConstraintViolationBuilder.ContainerElementNodeBuilderCustomizableContext
Adds a container element node to the path the ConstraintViolation will be associated to.
addContainerElementNode(String, Class<?>, Integer) - Method in interface jakarta.validation.ConstraintValidatorContext.ConstraintViolationBuilder.ContainerElementNodeBuilderDefinedContext
Adds a container element node to the path the ConstraintViolation will be associated to.
addContainerElementNode(String, Class<?>, Integer) - Method in interface jakarta.validation.ConstraintValidatorContext.ConstraintViolationBuilder.ContainerElementNodeContextBuilder
Adds a container element node to the path the ConstraintViolation will be associated to.
addContainerElementNode(String, Class<?>, Integer) - Method in interface jakarta.validation.ConstraintValidatorContext.ConstraintViolationBuilder.NodeBuilderCustomizableContext
Adds a container element node to the path the ConstraintViolation will be associated to.
addContainerElementNode(String, Class<?>, Integer) - Method in interface jakarta.validation.ConstraintValidatorContext.ConstraintViolationBuilder.NodeBuilderDefinedContext
Adds a container element node to the path the ConstraintViolation will be associated to.
addContainerElementNode(String, Class<?>, Integer) - Method in interface jakarta.validation.ConstraintValidatorContext.ConstraintViolationBuilder.NodeContextBuilder
Adds a container element node to the path the ConstraintViolation will be associated to.
addContext(Context) - Method in interface jakarta.enterprise.inject.spi.AfterBeanDiscovery
Registers a custom Context object with the container.
addConverter(String, String) - Method in class jakarta.faces.application.Application
Register a new mapping of converter id to the name of the corresponding Converter class.
addConverter(Class<?>, String) - Method in class jakarta.faces.application.Application
Register a new converter class that is capable of performing conversions for the specified target class.
addConverter(String, String) - Method in class jakarta.faces.application.ApplicationWrapper

The default behavior of this method is to call Application.addConverter(String, String) on the wrapped Application object.

addConverter(Class<?>, String) - Method in class jakarta.faces.application.ApplicationWrapper

The default behavior of this method is to call Application.addConverter(Class, String) on the wrapped Application object.

addCookie(Cookie) - Method in interface jakarta.servlet.http.HttpServletResponse
Adds the specified cookie to the response.
addCookie(Cookie) - Method in class jakarta.servlet.http.HttpServletResponseWrapper
The default behavior of this method is to call addCookie(Cookie cookie) on the wrapped response object.
addDataModelListener(DataModelListener) - Method in class jakarta.faces.model.DataModel
Add a new DataModelListener to the set interested in notifications from this DataModel.
addDateHeader(String, long) - Method in interface jakarta.servlet.http.HttpServletResponse
Adds a response header with the given name and date-value.
addDateHeader(String, long) - Method in class jakarta.servlet.http.HttpServletResponseWrapper
The default behavior of this method is to call addDateHeader(String name, long date) on the wrapped response object.
addDefaultValidatorId(String) - Method in class jakarta.faces.application.Application

Register a validator by its id that is applied to all UIInput components in a view.

addDefaultValidatorId(String) - Method in class jakarta.faces.application.ApplicationWrapper

The default behavior of this method is to call Application.addDefaultValidatorId(String) on the wrapped Application object.

addDefinitionError(Throwable) - Method in interface jakarta.enterprise.inject.spi.AfterBeanDiscovery
Registers a definition error with the container, causing the container to abort deployment after all observers have been notified.
addDefinitionError(Throwable) - Method in interface jakarta.enterprise.inject.spi.ProcessBean
Registers a definition error with the container, causing the container to abort deployment after bean discovery is complete.
addDefinitionError(Throwable) - Method in interface jakarta.enterprise.inject.spi.ProcessBeanAttributes
Registers a definition error with the container, causing the container to abort deployment after bean discovery is complete.
addDefinitionError(Throwable) - Method in interface jakarta.enterprise.inject.spi.ProcessInjectionPoint
Registers a definition error with the container, causing the container to abort deployment after bean discovery is complete.
addDefinitionError(Throwable) - Method in interface jakarta.enterprise.inject.spi.ProcessInjectionTarget
Registers a definition error with the container, causing the container to abort deployment after bean discovery is complete.
addDefinitionError(Throwable) - Method in interface jakarta.enterprise.inject.spi.ProcessObserverMethod
Registers a definition error with the container, causing the container to abort deployment after bean discovery is complete.
addDefinitionError(Throwable) - Method in interface jakarta.enterprise.inject.spi.ProcessProducer
Registers a definition error with the container, causing the container to abort deployment after bean discovery is complete.
addDeploymentProblem(Throwable) - Method in interface jakarta.enterprise.inject.spi.AfterDeploymentValidation
Registers a deployment problem with the container, causing the container to abort deployment after all observers have been notified.
addELContextListener(ELContextListener) - Method in class jakarta.faces.application.Application
Provide a way for Faces applications to register an ELContextListener that will be notified on creation of ELContext instances.
addELContextListener(ELContextListener) - Method in class jakarta.faces.application.ApplicationWrapper

The default behavior of this method is to call Application.addELContextListener(jakarta.el.ELContextListener) on the wrapped Application object.

addELContextListener(ELContextListener) - Method in interface jakarta.servlet.jsp.JspApplicationContext
Registers a ELContextListeners so that context objects can be added whenever a new ELContext is created.
addELResolver(ELResolver) - Method in class jakarta.el.ELManager
Add an user defined ELResolver to the list of ELResolvers.
addELResolver(ELResolver) - Method in class jakarta.el.StandardELContext
Add a custom ELResolver to the context.
addELResolver(ELResolver) - Method in class jakarta.faces.application.Application
Cause an the argument resolver to be added to the resolver chain as specified in section 5.5.1 of the Jakarta Server Faces Specification.
addELResolver(ELResolver) - Method in class jakarta.faces.application.ApplicationWrapper

The default behavior of this method is to call Application.addELResolver(jakarta.el.ELResolver) on the wrapped Application object.

addELResolver(ELResolver) - Method in interface jakarta.servlet.jsp.JspApplicationContext
Adds an ELResolver to affect the way EL variables and properties are resolved for EL expressions appearing in JSP pages and tag files.
addEndpoint(Class<?>) - Method in interface jakarta.websocket.server.ServerContainer
Deploys the given annotated endpoint into this ServerContainer during the initialization phase of deploying the application.
addEndpoint(ServerEndpointConfig) - Method in interface jakarta.websocket.server.ServerContainer
 
addEvaluationListener(EvaluationListener) - Method in class jakarta.el.ELContext
Registers an evaluation listener to the ELContext.
addEvaluationListener(EvaluationListener) - Method in class jakarta.el.ELManager
Register an evaluation listener.
addExtensions(Extension...) - Method in class jakarta.enterprise.inject.se.SeContainerInitializer
Add extensions to the set of extensions.
addExtensions(Class<? extends Extension>...) - Method in class jakarta.enterprise.inject.se.SeContainerInitializer
Add extensions to the set of extensions.
addFacesListener(FacesListener) - Method in class jakarta.faces.component.UIComponent
Add the specified FacesListener to the set of listeners registered to receive event notifications from this UIComponent.
addFacesListener(FacesListener) - Method in class jakarta.faces.component.UIComponentBase
Add the specified FacesListener to the set of listeners registered to receive event notifications from this UIComponent.
addFacet(String) - Method in class jakarta.faces.webapp.UIComponentClassicTagBase
 
addFacet(String) - Method in class jakarta.faces.webapp.UIComponentTagBase
Add the facet name of the specified facet to the list of facet names created or located by nested UIComponentTags processing this request.
addFilter(String, String) - Method in interface jakarta.servlet.ServletContext
Adds the filter with the given name and class name to this servlet context.
addFilter(String, Filter) - Method in interface jakarta.servlet.ServletContext
Registers the given filter instance with this ServletContext under the given filterName.
addFilter(String, Class<? extends Filter>) - Method in interface jakarta.servlet.ServletContext
Adds the filter with the given name and class type to this servlet context.
addFirst(K, V) - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
Add a value to the first position in the current list of values for the supplied key.
addFirst(K, V) - Method in interface jakarta.ws.rs.core.MultivaluedMap
Add a value to the first position in the current list of values for the supplied key.
addFirstNull(List<V>) - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
Define the behavior for adding a null values to the first position in the value list.
addFlow(FacesContext, Flow) - Method in class jakarta.faces.flow.FlowHandler

Add the argument Flow to the collection of Flows known to the current application.

addHeader(String, String) - Method in interface jakarta.servlet.http.HttpServletResponse
Adds a response header with the given name and value.
addHeader(String, String) - Method in class jakarta.servlet.http.HttpServletResponseWrapper
The default behavior of this method is to return addHeader(String name, String value) on the wrapped response object.
addHeader(String, String) - Method in interface jakarta.servlet.http.PushBuilder
Add a request header to be used for the push.
addInjectionPoint(InjectionPoint) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
Add an InjectionPoint to the configured bean
addInjectionPoints(InjectionPoint...) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
Add InjectionPoints to the configured bean
addInjectionPoints(Set<InjectionPoint>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
Add InjectionPoints to the configured bean
addInterceptorBinding(AnnotatedType<? extends Annotation>) - Method in interface jakarta.enterprise.inject.spi.BeforeBeanDiscovery
Declares an annotation type as an interceptor binding type.
addInterceptorBinding(Class<? extends Annotation>, Annotation...) - Method in interface jakarta.enterprise.inject.spi.BeforeBeanDiscovery
Declares an annotation type as an interceptor binding type, and specifies its meta-annotations.
addIntHeader(String, int) - Method in interface jakarta.servlet.http.HttpServletResponse
Adds a response header with the given name and integer value.
addIntHeader(String, int) - Method in class jakarta.servlet.http.HttpServletResponseWrapper
The default behavior of this method is to call addIntHeader(String name, int value) on the wrapped response object.
addJspFile(String, String) - Method in interface jakarta.servlet.ServletContext
Adds the servlet with the given jsp file to this servlet context.
addKeySubgraph(Attribute<T, X>) - Method in interface jakarta.persistence.EntityGraph
Add a node to the graph that corresponds to a map key that is a managed type.
addKeySubgraph(Attribute<T, X>, Class<? extends X>) - Method in interface jakarta.persistence.EntityGraph
Add a node to the graph that corresponds to a map key that is a managed type with inheritance.
addKeySubgraph(String) - Method in interface jakarta.persistence.EntityGraph
Add a node to the graph that corresponds to a map key that is a managed type.
addKeySubgraph(String, Class<X>) - Method in interface jakarta.persistence.EntityGraph
Add a node to the graph that corresponds to a map key that is a managed type with inheritance.
addKeySubgraph(Attribute<T, X>) - Method in interface jakarta.persistence.Subgraph
Add a node to the graph that corresponds to a map key that is a managed type.
addKeySubgraph(Attribute<T, X>, Class<? extends X>) - Method in interface jakarta.persistence.Subgraph
Add a node to the graph that corresponds to a map key that is a managed type with inheritance.
addKeySubgraph(String) - Method in interface jakarta.persistence.Subgraph
Add a node to the graph that corresponds to a map key that is a managed type.
addKeySubgraph(String, Class<X>) - Method in interface jakarta.persistence.Subgraph
Add a node to the graph that corresponds to a map key that is a managed type with inheritance.
addLifecycle(String, Lifecycle) - Method in class jakarta.faces.lifecycle.LifecycleFactory
Register a new Lifecycle instance, associated with the specified lifecycleId, to be supported by this LifecycleFactory.
addListener(AsyncListener) - Method in interface jakarta.servlet.AsyncContext
Registers the given AsyncListener with the most recent asynchronous cycle that was started by a call to one of the ServletRequest.startAsync() methods.
addListener(AsyncListener, ServletRequest, ServletResponse) - Method in interface jakarta.servlet.AsyncContext
Registers the given AsyncListener with the most recent asynchronous cycle that was started by a call to one of the ServletRequest.startAsync() methods.
addListener(String) - Method in interface jakarta.servlet.ServletContext
Adds the listener with the given class name to this ServletContext.
addListener(T) - Method in interface jakarta.servlet.ServletContext
Adds the given listener to this ServletContext.
addListener(Class<? extends EventListener>) - Method in interface jakarta.servlet.ServletContext
Adds a listener of the given class type to this ServletContext.
addMapping(String...) - Method in interface jakarta.servlet.ServletRegistration
Adds a servlet mapping with the given URL patterns for the Servlet represented by this ServletRegistration.
addMapping(InputStream) - Method in interface jakarta.validation.Configuration
Add a stream describing constraint mapping in the Jakarta Bean Validation XML format.
addMappingForServletNames(EnumSet<DispatcherType>, boolean, String...) - Method in interface jakarta.servlet.FilterRegistration
Adds a filter mapping with the given servlet names and dispatcher types for the Filter represented by this FilterRegistration.
addMappingForUrlPatterns(EnumSet<DispatcherType>, boolean, String...) - Method in interface jakarta.servlet.FilterRegistration
Adds a filter mapping with the given url patterns and dispatcher types for the Filter represented by this FilterRegistration.
addMessage(String, FacesMessage) - Method in class jakarta.faces.context.FacesContext
Append a FacesMessage to the set of messages associated with the specified client identifier, if clientId is not null.
addMessage(String, FacesMessage) - Method in class jakarta.faces.context.FacesContextWrapper
The default behavior of this method is to call FacesContext.addMessage(String, FacesMessage) on the wrapped FacesContext object.
addMessageHandler(MessageHandler) - Method in interface jakarta.websocket.Session
Register to handle to incoming messages in this conversation.
addMessageHandler(Class<T>, MessageHandler.Whole<T>) - Method in interface jakarta.websocket.Session
Register to handle to incoming messages in this conversation.
addMessageHandler(Class<T>, MessageHandler.Partial<T>) - Method in interface jakarta.websocket.Session
Register to handle to incoming messages in this conversation.
addNamedEntityGraph(String, EntityGraph<T>) - Method in interface jakarta.persistence.EntityManagerFactory
Add a named copy of the EntityGraph to the EntityManagerFactory.
addNamedQuery(String, Query) - Method in interface jakarta.persistence.EntityManagerFactory
Define the query, typed query, or stored procedure query as a named query such that future query objects can be created from it using the createNamedQuery or createNamedStoredProcedureQuery method.
addNode(String) - Method in interface jakarta.validation.ConstraintValidatorContext.ConstraintViolationBuilder
addNode(String) - Method in interface jakarta.validation.ConstraintValidatorContext.ConstraintViolationBuilder.NodeBuilderCustomizableContext
addNode(String) - Method in interface jakarta.validation.ConstraintValidatorContext.ConstraintViolationBuilder.NodeBuilderDefinedContext
addNode(String) - Method in interface jakarta.validation.ConstraintValidatorContext.ConstraintViolationBuilder.NodeContextBuilder
addNull() - Method in interface jakarta.json.JsonArrayBuilder
Adds a JsonValue.NULL value to the array.
addNull(int) - Method in interface jakarta.json.JsonArrayBuilder
Adds a JsonValue.NULL value to the array at the specified position.
addNull(String) - Method in interface jakarta.json.JsonObjectBuilder
Adds a name/JsonValue#NULL pair to the JSON object associated with this object builder where the value is null.
addNull(List<V>) - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
Define the behavior for adding a null values to the value list.
addObserverMethod(ObserverMethod<?>) - Method in interface jakarta.enterprise.inject.spi.AfterBeanDiscovery
Fires an event of type ProcessObserverMethod containing the given ObserverMethod and then registers the ObserverMethod with the container, thereby making it available for event notifications.
addObserverMethod() - Method in interface jakarta.enterprise.inject.spi.AfterBeanDiscovery
obtains a new ObserverMethodConfigurator to configure a new ObserverMethod and add it at the end of the observer invocation.
addPackages(Class<?>...) - Method in class jakarta.enterprise.inject.se.SeContainerInitializer
All classes from the packages of the specified classes will be added to the set of bean classes for the synthetic bean archive.
addPackages(boolean, Class<?>...) - Method in class jakarta.enterprise.inject.se.SeContainerInitializer
Packages of the specified classes will be scanned and found classes will be added to the set of bean classes for the synthetic bean archive.*
addPackages(Package...) - Method in class jakarta.enterprise.inject.se.SeContainerInitializer
All classes from the specified packages will be added to the set of bean classes for the synthetic bean archive.
addPackages(boolean, Package...) - Method in class jakarta.enterprise.inject.se.SeContainerInitializer
All classes from the specified packages will be added to the set of bean classes for the synthetic bean archive.
addParameterNode(int) - Method in interface jakarta.validation.ConstraintValidatorContext.ConstraintViolationBuilder
Adds a method parameter node to the path the ConstraintViolation will be associated to.
addPhaseListener(PhaseListener) - Method in class jakarta.faces.component.UIViewRoot
Add the argument newPhaseListener to the list of PhaseListeners on this UIViewRoot.
addPhaseListener(PhaseListener) - Method in class jakarta.faces.lifecycle.Lifecycle
Register a new PhaseListener instance that is interested in being notified before and after the processing for standard phases of the request processing lifecycle.
addPhaseListener(PhaseListener) - Method in class jakarta.faces.lifecycle.LifecycleWrapper
 
addProperty(String, Object) - Method in class jakarta.enterprise.inject.se.SeContainerInitializer
Add a configuration property to the container
addProperty(String, String) - Method in interface jakarta.validation.Configuration
Adds a provider specific property.
addPropertyNode(String) - Method in interface jakarta.validation.ConstraintValidatorContext.ConstraintViolationBuilder
Adds a property node to the path the ConstraintViolation will be associated to.
addPropertyNode(String) - Method in interface jakarta.validation.ConstraintValidatorContext.ConstraintViolationBuilder.ContainerElementNodeBuilderCustomizableContext
Adds a property node to the path the ConstraintViolation will be associated to.
addPropertyNode(String) - Method in interface jakarta.validation.ConstraintValidatorContext.ConstraintViolationBuilder.ContainerElementNodeBuilderDefinedContext
Adds a property node to the path the ConstraintViolation will be associated to.
addPropertyNode(String) - Method in interface jakarta.validation.ConstraintValidatorContext.ConstraintViolationBuilder.ContainerElementNodeContextBuilder
Adds a property node to the path the ConstraintViolation will be associated to.
addPropertyNode(String) - Method in interface jakarta.validation.ConstraintValidatorContext.ConstraintViolationBuilder.NodeBuilderCustomizableContext
Adds a property node to the path the ConstraintViolation will be associated to.
addPropertyNode(String) - Method in interface jakarta.validation.ConstraintValidatorContext.ConstraintViolationBuilder.NodeBuilderDefinedContext
Adds a property node to the path the ConstraintViolation will be associated to.
addPropertyNode(String) - Method in interface jakarta.validation.ConstraintValidatorContext.ConstraintViolationBuilder.NodeContextBuilder
Adds a property node to the path the ConstraintViolation will be associated to.
addProtectedView(String) - Method in class jakarta.faces.application.ViewHandler

Add the argument urlPattern to the thread safe Set of protected views for this application.

addProtectedView(String) - Method in class jakarta.faces.application.ViewHandlerWrapper
The default behavior of this method is to call ViewHandler.addProtectedView(java.lang.String) on the wrapped ViewHandler object.
addQualifier(Class<? extends Annotation>) - Method in interface jakarta.enterprise.inject.spi.BeforeBeanDiscovery
Declares an annotation type as a Qualifier qualifier type.
addQualifier(AnnotatedType<? extends Annotation>) - Method in interface jakarta.enterprise.inject.spi.BeforeBeanDiscovery
Declares an annotation type as a Qualifier qualifier type.
addQualifier(Annotation) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanAttributesConfigurator
Add a qualifier to the configured bean
addQualifier(Annotation) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
Add a qualifier to the configured bean
addQualifier(Annotation) - Method in interface jakarta.enterprise.inject.spi.configurator.InjectionPointConfigurator
Add the qualifier to the InjectionPoint to build
addQualifier(Annotation) - Method in interface jakarta.enterprise.inject.spi.configurator.ObserverMethodConfigurator
Add the qualifier to the observed event
addQualifiers(Annotation...) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanAttributesConfigurator
Add qualifiers to the bean.
addQualifiers(Set<Annotation>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanAttributesConfigurator
Add qualifiers to the bean.
addQualifiers(Annotation...) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
Add qualifiers to the bean.
addQualifiers(Set<Annotation>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
Add qualifiers to the bean.
addQualifiers(Annotation...) - Method in interface jakarta.enterprise.inject.spi.configurator.InjectionPointConfigurator
Add all the qualifiers to the InjectionPoint to build
addQualifiers(Set<Annotation>) - Method in interface jakarta.enterprise.inject.spi.configurator.InjectionPointConfigurator
Add all the qualifiers to the InjectionPoint to build
addQualifiers(Annotation...) - Method in interface jakarta.enterprise.inject.spi.configurator.ObserverMethodConfigurator
Add all the qualifiers to the Observed event
addQualifiers(Set<Annotation>) - Method in interface jakarta.enterprise.inject.spi.configurator.ObserverMethodConfigurator
Add all the qualifiers to the Observed event
addRenderer(String, String, Renderer) - Method in class jakarta.faces.render.RenderKit
Register the specified Renderer instance, associated with the specified component family and rendererType, to the set of Renderers registered with this RenderKit, replacing any previously registered Renderer for this combination of identifiers.
addRenderer(String, String, Renderer) - Method in class jakarta.faces.render.RenderKitWrapper
The default behavior of this method is to call RenderKit.addRenderer(String, String, Renderer) on the wrapped RenderKit object.
addRenderKit(String, RenderKit) - Method in class jakarta.faces.render.RenderKitFactory
Register the specified RenderKit instance, associated with the specified renderKitId, to be supported by this RenderKitFactory, replacing any previously registered RenderKit for this identifier.
addResponseCookie(String, String, Map<String, Object>) - Method in class jakarta.faces.context.ExternalContext

Adds the cookie represented by the arguments to the response.

addResponseCookie(String, String, Map<String, Object>) - Method in class jakarta.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.addResponseCookie(String, String, Map) on the wrapped ExternalContext object.
addResponseHeader(String, String) - Method in class jakarta.faces.context.ExternalContext

Add the given name and value to the response header.

addResponseHeader(String, String) - Method in class jakarta.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.addResponseHeader(String,String) on the wrapped ExternalContext object.
addRule(MetaRule) - Method in class jakarta.faces.view.facelets.MetaRuleset

Add another MetaRule to this ruleset, returning this.

addScope(Class<? extends Annotation>, boolean, boolean) - Method in interface jakarta.enterprise.inject.spi.BeforeBeanDiscovery
Declares an annotation type as a scope type.
addSearchKeywordResolver(SearchKeywordResolver) - Method in class jakarta.faces.application.Application

Cause the argument resolver to be added to the head of the resolver chain.

addSearchKeywordResolver(SearchKeywordResolver) - Method in class jakarta.faces.application.ApplicationWrapper
 
addServlet(String, String) - Method in interface jakarta.servlet.ServletContext
Adds the servlet with the given name and class name to this servlet context.
addServlet(String, Servlet) - Method in interface jakarta.servlet.ServletContext
Registers the given servlet instance with this ServletContext under the given servletName.
addServlet(String, Class<? extends Servlet>) - Method in interface jakarta.servlet.ServletContext
Adds the servlet with the given name and class type to this servlet context.
addSQLParameter(Object) - Method in interface jakarta.servlet.jsp.jstl.sql.SQLExecutionTag
Adds a PreparedStatement parameter value.
addStereotype(Class<? extends Annotation>, Annotation...) - Method in interface jakarta.enterprise.inject.spi.BeforeBeanDiscovery
Declares an annotation type as a stereotype, and specifies its meta-annotations.
addStereotype(Class<? extends Annotation>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanAttributesConfigurator
Add a stereotype to the configured bean
addStereotype(Class<? extends Annotation>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
Add a stereotype to the configured bean
addStereotypes(Set<Class<? extends Annotation>>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanAttributesConfigurator
Add stereotypes to the configured bean
addStereotypes(Set<Class<? extends Annotation>>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
Add stereotypes to the configured bean
addSubclassSubgraph(Class<? extends T>) - Method in interface jakarta.persistence.EntityGraph
Add additional attributes to this entity graph that correspond to attributes of subclasses of this EntityGraph's entity type.
addSubgraph(Attribute<T, X>) - Method in interface jakarta.persistence.EntityGraph
Add a node to the graph that corresponds to a managed type.
addSubgraph(Attribute<T, X>, Class<? extends X>) - Method in interface jakarta.persistence.EntityGraph
Add a node to the graph that corresponds to a managed type with inheritance.
addSubgraph(String) - Method in interface jakarta.persistence.EntityGraph
Add a node to the graph that corresponds to a managed type.
addSubgraph(String, Class<X>) - Method in interface jakarta.persistence.EntityGraph
Add a node to the graph that corresponds to a managed type with inheritance.
addSubgraph(Attribute<T, X>) - Method in interface jakarta.persistence.Subgraph
Add a node to the graph that corresponds to a managed type.
addSubgraph(Attribute<T, X>, Class<? extends X>) - Method in interface jakarta.persistence.Subgraph
Add a node to the graph that corresponds to a managed type with inheritance.
addSubgraph(String) - Method in interface jakarta.persistence.Subgraph
Add a node to the graph that corresponds to a managed type.
addSubgraph(String, Class<X>) - Method in interface jakarta.persistence.Subgraph
Add a node to the graph that corresponds to a managed type with inheritance.
addTransformer(ClassTransformer) - Method in interface jakarta.persistence.spi.PersistenceUnitInfo
Add a transformer supplied by the provider that will be called for every new class definition or class redefinition that gets loaded by the loader returned by the PersistenceUnitInfo.getClassLoader() method.
addTransitiveTypeClosure(Type) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanAttributesConfigurator
Adds an unrestricted set of bean types for the given type as if it represented a bean class of a managed bean.
addTransitiveTypeClosure(Type) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
Adds an unrestricted set of bean types for the given type as if it represented a bean class of a managed bean.
addType(Type) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanAttributesConfigurator
Add a type to the bean types
addType(TypeLiteral<?>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanAttributesConfigurator
Add a type to the bean types
addType(Type) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
Add a type to the bean types
addType(TypeLiteral<?>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
Add a type to the bean types
addTypes(Type...) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanAttributesConfigurator
Add types to the bean types
addTypes(Set<Type>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanAttributesConfigurator
Add types to the bean types
addTypes(Type...) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
Add types to the bean types
addTypes(Set<Type>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
Add types to the bean types
addValidator(String, String) - Method in class jakarta.faces.application.Application
Register a new mapping of validator id to the name of the corresponding Validator class.
addValidator(String, String) - Method in class jakarta.faces.application.ApplicationWrapper

The default behavior of this method is to call Application.addValidator(String, String) on the wrapped Application object.

addValidator(Validator) - Method in interface jakarta.faces.component.EditableValueHolder
Add a Validator instance to the set associated with this component.
addValidator(Validator) - Method in class jakarta.faces.component.UIInput
Add a Validator instance to the set associated with this UIInput.
addValueChangeListener(ValueChangeListener) - Method in interface jakarta.faces.component.EditableValueHolder
Add a new ValueChangeListener to the set of listeners interested in being notified when ValueChangeEvents occur.
addValueChangeListener(ValueChangeListener) - Method in class jakarta.faces.component.UIInput
Add a new ValueChangeListener to the set of listeners interested in being notified when ValueChangeEvents occur.
addValueExtractor(ValueExtractor<?>) - Method in interface jakarta.validation.Configuration
Adds a value extractor.
addValueExtractor(ValueExtractor<?>) - Method in interface jakarta.validation.ValidatorContext
Adds a value extractor to be used by the Validator.
addVerbatimAfterComponent(UIComponentClassicTagBase, UIComponent, UIComponent) - Method in class jakarta.faces.webapp.UIComponentClassicTagBase
Add verbatim as a sibling of component in component in the parent's child list.
addVerbatimBeforeComponent(UIComponentClassicTagBase, UIComponent, UIComponent) - Method in class jakarta.faces.webapp.UIComponentClassicTagBase
Add verbatim as a sibling of component in component in the parent's child list.
AfterBeanDiscovery - Interface in jakarta.enterprise.inject.spi
The event type of the second event fired by the container when it has fully completed the bean discovery process, validated that there are no definition errors relating to the discovered beans, and registered Bean and ObserverMethod objects for the discovered beans, but before detecting deployment problems.
AfterBegin - Annotation Type in jakarta.ejb
Designate a stateful session bean method to receive the after begin session synchronization callback.
afterBegin() - Method in interface jakarta.ejb.SessionSynchronization
The afterBegin method notifies a stateful session bean instance that a new transaction has started, and that the subsequent business methods on the instance will be invoked in the context of the transaction.
AfterCompletion - Annotation Type in jakarta.ejb
Designate a stateful session bean method to receive the after completion session synchronization callback.
afterCompletion(boolean) - Method in interface jakarta.ejb.SessionSynchronization
The afterCompletion method notifies a stateful session bean instance that a transaction commit protocol has completed, and tells the instance whether the transaction has been committed or rolled back.
afterCompletion(int) - Method in interface jakarta.transaction.Synchronization
This method is called by the transaction manager after the transaction is committed or rolled back.
AfterDeploymentValidation - Interface in jakarta.enterprise.inject.spi
The event type of the third event fired by the container after it has validated that there are no deployment problems and before creating contexts or processing requests.
afterEvaluation(ELContext, String) - Method in class jakarta.el.EvaluationListener
Receives notification after a Jakarta Expression Language expression is evaluated
afterPhase(PhaseEvent) - Method in interface jakarta.faces.event.PhaseListener
Handle a notification that the processing for a particular phase has just been completed.
afterResponse(HandshakeResponse) - Method in class jakarta.websocket.ClientEndpointConfig.Configurator
This method is called by the implementation after it has received a handshake response from the server as a result of a handshake interaction it initiated.
AfterTypeDiscovery - Interface in jakarta.enterprise.inject.spi
This event type is thrown by the container after type discovery is complete.
AjaxBehavior - Class in jakarta.faces.component.behavior

An instance of this class is added as a ClientBehavior to a component using the ClientBehaviorHolder.addClientBehavior(java.lang.String, jakarta.faces.component.behavior.ClientBehavior) contract that components implement.

AjaxBehavior() - Constructor for class jakarta.faces.component.behavior.AjaxBehavior
 
AjaxBehaviorEvent - Class in jakarta.faces.event
AjaxBehaviorEvent represents the component behavior specific to Ajax).
AjaxBehaviorEvent(UIComponent, Behavior) - Constructor for class jakarta.faces.event.AjaxBehaviorEvent

Construct a new event object from the specified source component and Ajax behavior.

AjaxBehaviorEvent(FacesContext, UIComponent, Behavior) - Constructor for class jakarta.faces.event.AjaxBehaviorEvent

Construct a new event object from the Faces context, specified source component and Ajax behavior.

AjaxBehaviorListener - Interface in jakarta.faces.event

By implementing this class, an object indicates that it is a listener for one or more kinds of BehaviorEvents.

alias(String, String) - Method in class jakarta.faces.view.facelets.MetaRuleset

Customize this MetaRuleset by removing the attribute named by argument attribute and re-adding it under the name given by the argument property, returning this.

alias(String) - Method in interface jakarta.persistence.criteria.Selection
Assigns an alias to the selection item.
AliasRequest(String) - Constructor for class jakarta.security.auth.message.callback.PrivateKeyCallback.AliasRequest
Construct an AliasRequest with an alias.
AliasRequest(String) - Constructor for class jakarta.security.auth.message.callback.SecretKeyCallback.AliasRequest
Construct an AliasRequest with an alias.
all(Subquery<Y>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create an all expression over the subquery results.
ALL_IDS - Static variable in class jakarta.faces.component.visit.VisitContext

This unmodifiable Collection is returned by getIdsToVisit() and getSubtreeIdsToVisit() in cases where all ids should be visited.

ALL_PARTIAL_PHASE_CLIENT_IDS - Static variable in class jakarta.faces.context.PartialViewContext

The value that when used with PartialViewContext.PARTIAL_EXECUTE_PARAM_NAME or PartialViewContext.PARTIAL_RENDER_PARAM_NAME indicates these phases must be skipped.

ALLOW - Static variable in interface jakarta.ws.rs.core.HttpHeaders
allow(String...) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
Set the list of allowed methods for the resource.
allow(Set<String>) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
Set the list of allowed methods for the resource.
AlterableContext - Interface in jakarta.enterprise.context.spi
Provides an operation for obtaining and destroying contextual instances with a particular scope of any contextual type.
Alternative - Annotation Type in jakarta.enterprise.inject
Specifies that a bean is an alternative.
alternative(boolean) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanAttributesConfigurator
Change the alternative status of the configured bean.
alternative(boolean) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
Change the alternative status of the configured bean.
Alternative.Literal - Class in jakarta.enterprise.inject
Supports inline instantiation of the Alternative annotation.
ALWAYS_PERFORM_VALIDATION_WHEN_REQUIRED_IS_TRUE - Static variable in class jakarta.faces.component.UIInput

If this param is set, and calling toLowerCase().equals("true") on a String representation of its value returns true, validation must be performed, even when there is no corresponding value for this component in the incoming request.

AmbiguousResolutionException - Exception in jakarta.enterprise.inject
Indicates that multiple beans match a certain combination of required type and required qualifiers and are eligible for injection into a certain class.
AmbiguousResolutionException() - Constructor for exception jakarta.enterprise.inject.AmbiguousResolutionException
 
AmbiguousResolutionException(String, Throwable) - Constructor for exception jakarta.enterprise.inject.AmbiguousResolutionException
 
AmbiguousResolutionException(String) - Constructor for exception jakarta.enterprise.inject.AmbiguousResolutionException
 
AmbiguousResolutionException(Throwable) - Constructor for exception jakarta.enterprise.inject.AmbiguousResolutionException
 
and(Expression<Boolean>, Expression<Boolean>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create a conjunction of the given boolean expressions.
and(Predicate...) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create a conjunction of the given restriction predicates.
Annotated - Interface in jakarta.enterprise.inject.spi
Represents a Java program element that can be annotated.
AnnotatedCallable<X> - Interface in jakarta.enterprise.inject.spi
Represents a callable member of a Java type.
AnnotatedConstructor<X> - Interface in jakarta.enterprise.inject.spi
Represents a constructor of a Java class.
AnnotatedConstructorConfigurator<T> - Interface in jakarta.enterprise.inject.spi.configurator
This interface is part of the AnnotatedTypeConfigurator SPI and helps defining an AnnotatedConstructor
AnnotatedField<X> - Interface in jakarta.enterprise.inject.spi
Represents a field of a Java class.
AnnotatedFieldConfigurator<T> - Interface in jakarta.enterprise.inject.spi.configurator
This interface is part of the AnnotatedTypeConfigurator SPI and helps defining an AnnotatedField
AnnotatedMember<X> - Interface in jakarta.enterprise.inject.spi
Represents a member of a Java type.
AnnotatedMethod<X> - Interface in jakarta.enterprise.inject.spi
Represents a method of a Java type.
AnnotatedMethodConfigurator<T> - Interface in jakarta.enterprise.inject.spi.configurator
This interface is part of the AnnotatedTypeConfigurator SPI and helps defining an AnnotatedMethod
AnnotatedParameter<X> - Interface in jakarta.enterprise.inject.spi
Represents a parameter of a method or constructor.
AnnotatedParameterConfigurator<T> - Interface in jakarta.enterprise.inject.spi.configurator
This interface is part of the AnnotatedTypeConfigurator SPI and helps defining an AnnotatedParameter
AnnotatedType<X> - Interface in jakarta.enterprise.inject.spi
Represents a Java class or interface.
AnnotatedTypeConfigurator<T> - Interface in jakarta.enterprise.inject.spi.configurator
This API is a helper to configure a new AnnotatedType instance.
AnnotationLiteral<T extends Annotation> - Class in jakarta.enterprise.util
Supports inline instantiation of annotation type instances.
AnnotationLiteral() - Constructor for class jakarta.enterprise.util.AnnotationLiteral
 
annotationType() - Method in class jakarta.enterprise.util.AnnotationLiteral
 
Any - Annotation Type in jakarta.enterprise.inject
The built-in qualifier type.
ANY - Static variable in class jakarta.json.bind.config.PropertyOrderStrategy
Using this strategy, the order of properties is not guaranteed to retain any order.
any(Subquery<Y>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create an any expression over the subquery results.
Any.Literal - Class in jakarta.enterprise.inject
Supports inline instantiation of the Any qualifier.
ANY_PHASE - Static variable in class jakarta.faces.event.PhaseId
Identifier that indicates an interest in events, no matter which request processing phase is being performed.
APP_NAME - Static variable in class jakarta.ejb.embeddable.EJBContainer
Standard property name for specifying the application name of the enterprise bean modules executing within the embeddable container.
APPLICATION - Static variable in class jakarta.enterprise.context.BeforeDestroyed.Literal
 
APPLICATION - Static variable in class jakarta.enterprise.context.Destroyed.Literal
 
APPLICATION - Static variable in class jakarta.enterprise.context.Initialized.Literal
 
Application - Class in jakarta.faces.application
Application represents a per-web-application singleton object where applications based on Jakarta Server Faces (or implementations wishing to provide extended functionality) can register application-wide singletons that provide functionality required by Jakarta Server Faces.
Application() - Constructor for class jakarta.faces.application.Application
 
APPLICATION - Static variable in class jakarta.interceptor.Interceptor.Priority
Start of range for interceptors defined by applications.
APPLICATION - Static variable in class jakarta.servlet.jsp.PageContext
Name used to store ServletContext in PageContext name table.
Application - Class in jakarta.ws.rs.core
Defines the components of a JAX-RS application and supplies additional meta-data.
Application() - Constructor for class jakarta.ws.rs.core.Application
 
APPLICATION_ATOM_XML - Static variable in class jakarta.ws.rs.core.MediaType
A String constant representing "application/atom+xml" media type.
APPLICATION_ATOM_XML_TYPE - Static variable in class jakarta.ws.rs.core.MediaType
A MediaType constant representing "application/atom+xml" media type.
APPLICATION_FACTORY - Static variable in class jakarta.faces.FactoryFinder
The property name for the ApplicationFactory class name.
APPLICATION_FORM_URLENCODED - Static variable in class jakarta.ws.rs.core.MediaType
A String constant representing "application/x-www-form-urlencoded" media type.
APPLICATION_FORM_URLENCODED_TYPE - Static variable in class jakarta.ws.rs.core.MediaType
A MediaType constant representing "application/x-www-form-urlencoded" media type.
APPLICATION_JSON - Static variable in class jakarta.ws.rs.core.MediaType
A String constant representing "application/json" media type.
APPLICATION_JSON_PATCH_JSON - Static variable in class jakarta.ws.rs.core.MediaType
String representation of "application/json-patch+json" media type..
APPLICATION_JSON_PATCH_JSON_TYPE - Static variable in class jakarta.ws.rs.core.MediaType
A MediaType constant representing "application/json-patch+json" media type.
APPLICATION_JSON_TYPE - Static variable in class jakarta.ws.rs.core.MediaType
A MediaType constant representing "application/json" media type.
APPLICATION_OCTET_STREAM - Static variable in class jakarta.ws.rs.core.MediaType
A String constant representing "application/octet-stream" media type.
APPLICATION_OCTET_STREAM_TYPE - Static variable in class jakarta.ws.rs.core.MediaType
A MediaType constant representing "application/octet-stream" media type.
APPLICATION_SCOPE - Static variable in class jakarta.servlet.jsp.PageContext
Application scope: named reference remains available in the ServletContext until it is reclaimed.
APPLICATION_SVG_XML - Static variable in class jakarta.ws.rs.core.MediaType
A String constant representing "application/svg+xml" media type.
APPLICATION_SVG_XML_TYPE - Static variable in class jakarta.ws.rs.core.MediaType
A MediaType constant representing "application/svg+xml" media type.
APPLICATION_XHTML_XML - Static variable in class jakarta.ws.rs.core.MediaType
A String constant representing "application/xhtml+xml" media type.
APPLICATION_XHTML_XML_TYPE - Static variable in class jakarta.ws.rs.core.MediaType
A MediaType constant representing "application/xhtml+xml" media type.
APPLICATION_XML - Static variable in class jakarta.ws.rs.core.MediaType
A String constant representing "application/xml" media type.
APPLICATION_XML_TYPE - Static variable in class jakarta.ws.rs.core.MediaType
A MediaType constant representing "application/xml" media type.
ApplicationConfigurationPopulator - Class in jakarta.faces.application

This class defines a java.util.ServiceLoader service which enables programmatic configuration of the Jakarta Server Faces runtime using the existing Application Configuration Resources schema.

ApplicationConfigurationPopulator() - Constructor for class jakarta.faces.application.ApplicationConfigurationPopulator
 
ApplicationException - Annotation Type in jakarta.ejb
Applied to an exception to denote that it is an application exception and should be reported to the client directly (i.e., unwrapped).
ApplicationFactory - Class in jakarta.faces.application
ApplicationFactory is a factory object that creates (if needed) and returns Application instances.
ApplicationFactory() - Constructor for class jakarta.faces.application.ApplicationFactory
Deprecated.
Use the other constructor taking the implementation being wrapped.
ApplicationFactory(ApplicationFactory) - Constructor for class jakarta.faces.application.ApplicationFactory

If this factory has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.

ApplicationMap - Annotation Type 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 ExternalContext.getApplicationMap() to be injected as the value of that field.

ApplicationPath - Annotation Type in jakarta.ws.rs
Identifies the application path that serves as the base URI for all resource URIs provided by Path.
ApplicationScoped - Annotation Type in jakarta.enterprise.context
Specifies that a bean is application scoped.
ApplicationScoped - Annotation Type in jakarta.faces.bean
Deprecated.
This has been replaced by jakarta.enterprise.context.ApplicationScoped, which is a CDI build-in scope with similar semantics.
ApplicationScoped.Literal - Class in jakarta.enterprise.context
Supports inline instantiation of the ApplicationScoped annotation.
ApplicationWrapper - Class in jakarta.faces.application

Provides a simple implementation of Application that can be subclassed by developers wishing to provide specialized behavior to an existing Application instance.

ApplicationWrapper() - Constructor for class jakarta.faces.application.ApplicationWrapper
Deprecated.
Use the other constructor taking the implementation being wrapped.
ApplicationWrapper(Application) - Constructor for class jakarta.faces.application.ApplicationWrapper

If this application has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.

apply(FaceletContext, UIComponent) - Method in class jakarta.faces.view.facelets.CompositeFaceletHandler

Calls apply on any child handlers.

apply(FaceletContext, UIComponent) - Method in class jakarta.faces.view.facelets.DelegatingMetaTagHandler
apply(FacesContext, UIComponent) - Method in class jakarta.faces.view.facelets.Facelet
The passed UIComponent parent will be populated/restored in accordance with the Facelets chapter in the spec prose document.
apply(FaceletContext, UIComponent) - Method in interface jakarta.faces.view.facelets.FaceletHandler

Process changes on a particular UIComponent

apply(FaceletContext, UIComponent) - Method in class jakarta.faces.view.facelets.TagHandlerDelegate

Called by classes that implement FaceletHandler in their implementation of apply().

apply(JsonValue) - Method in interface jakarta.json.JsonMergePatch
Applies the JSON Merge Patch to the specified target.
apply(T) - Method in interface jakarta.json.JsonPatch
Applies the patch operations to the specified target.
APPLY_REQUEST_VALUES - Static variable in class jakarta.faces.event.PhaseId
Identifier that indicates an interest in events queued for the Apply Request Values phase of the request processing lifecycle.
applyAttachedObject(FacesContext, UIComponent) - Method in interface jakarta.faces.view.AttachedObjectHandler

Take the argument parent and apply this attached object to it.

applyAttachedObject(FacesContext, UIComponent) - Method in class jakarta.faces.view.facelets.FaceletsAttachedObjectHandler

Take the necessary actions to apply the attached object represented by the tag for the concrete subclass of this class to the argument parent.

applyMetadata(FaceletContext, Object) - Method in class jakarta.faces.view.facelets.Metadata

Take the action prescribed in the Jakarta Server Faces specification for this particular VDL element attribute.

applyNextHandler(FaceletContext, UIComponent) - Method in class jakarta.faces.view.facelets.DelegatingMetaTagHandler

Invoke the apply() method on this instance's TagHandler.nextHandler.

applyRule(String, TagAttribute, MetadataTarget) - Method in class jakarta.faces.view.facelets.MetaRule

Return an abstraction that takes appropriate action given the kind of rule represented by the argument name, in the context of this particular concrete subclass of MetaRule.

areInterceptorBindingsEquivalent(Annotation, Annotation) - Method in interface jakarta.enterprise.inject.spi.BeanManager
Determine if two interceptor bindings are considered equivalent for the purposes of typesafe resolution, taking into account any members annotated with Nonbinding.
areQualifiersEquivalent(Annotation, Annotation) - Method in interface jakarta.enterprise.inject.spi.BeanManager
Determine if two qualifiers are considered equivalent for the purposes of typesafe resolution, taking into account any members annotated with Nonbinding.
AroundConstruct - Annotation Type in jakarta.interceptor
Designates an interceptor method that receives a callback when the target class constructor is invoked.
AroundInvoke - Annotation Type in jakarta.interceptor
Defines an interceptor method that interposes on business methods.
aroundReadFrom(ReaderInterceptorContext) - Method in interface jakarta.ws.rs.ext.ReaderInterceptor
AroundTimeout - Annotation Type in jakarta.interceptor
Defines an interceptor method that interposes on timeout methods.
aroundWriteTo(WriterInterceptorContext) - Method in interface jakarta.ws.rs.ext.WriterInterceptor
array(Selection<?>...) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create an array-valued selection item.
ArrayDataModel<E> - Class in jakarta.faces.model
ArrayDataModel is a convenience implementation of DataModel that wraps an array of Java objects.
ArrayDataModel() - Constructor for class jakarta.faces.model.ArrayDataModel
Construct a new ArrayDataModel with no specified wrapped data.
ArrayDataModel(E[]) - Constructor for class jakarta.faces.model.ArrayDataModel
Construct a new ArrayDataModel wrapping the specified array.
ArrayELResolver - Class in jakarta.el
Defines property resolution behavior on arrays.
ArrayELResolver() - Constructor for class jakarta.el.ArrayELResolver
Creates a new read/write ArrayELResolver.
ArrayELResolver(boolean) - Constructor for class jakarta.el.ArrayELResolver
Creates a new ArrayELResolver whose read-only status is determined by the given parameter.
as(Class<X>) - Method in interface jakarta.persistence.criteria.Expression
Perform a typecast upon the expression, returning a new expression object.
as(Class<T>) - Method in interface jakarta.validation.Path.Node
Narrows the type of this node down to the given type.
asc(Expression<?>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create an ordering by the ascending value of the expression.
asJsonArray() - Method in interface jakarta.json.JsonValue
Return the JsonValue as a JsonArray
asJsonObject() - Method in interface jakarta.json.JsonValue
Return the JsonValue as a JsonObject
asMap() - Method in class jakarta.ws.rs.core.Form
Returns multivalued map representation of the form.
AssertFalse - Annotation Type in jakarta.validation.constraints
The annotated element must be false.
AssertFalse.List - Annotation Type in jakarta.validation.constraints
Defines several AssertFalse annotations on the same element.
AssertTrue - Annotation Type in jakarta.validation.constraints
The annotated element must be true.
AssertTrue.List - Annotation Type in jakarta.validation.constraints
Defines several AssertTrue annotations on the same element.
AssociationOverride - Annotation Type in jakarta.persistence
Used to override a mapping for an entity relationship.
AssociationOverrides - Annotation Type in jakarta.persistence
Used to override mappings of multiple relationship properties or fields.
async(boolean) - Method in interface jakarta.enterprise.inject.spi.configurator.ObserverMethodConfigurator
Allows modification of the asynchronous status of the observer to build.
async() - Method in interface jakarta.ws.rs.client.Invocation.Builder
Access the asynchronous uniform request invocation interface to asynchronously invoke the built request.
ASYNC_CONTEXT_PATH - Static variable in interface jakarta.servlet.AsyncContext
The name of the request attribute under which the original context path is made available to the target of a AsyncContext.dispatch(String) or AsyncContext.dispatch(ServletContext,String)
ASYNC_MAPPING - Static variable in interface jakarta.servlet.AsyncContext
The name of the request attribute under which the original HttpServletMapping is made available to the target of a AsyncContext.dispatch(String) or AsyncContext.dispatch(ServletContext,String)
ASYNC_PATH_INFO - Static variable in interface jakarta.servlet.AsyncContext
The name of the request attribute under which the original path info is made available to the target of a AsyncContext.dispatch(String) or AsyncContext.dispatch(ServletContext,String)
ASYNC_QUERY_STRING - Static variable in interface jakarta.servlet.AsyncContext
The name of the request attribute under which the original query string is made available to the target of a AsyncContext.dispatch(String) or AsyncContext.dispatch(ServletContext,String)
ASYNC_REQUEST_URI - Static variable in interface jakarta.servlet.AsyncContext
The name of the request attribute under which the original request URI is made available to the target of a AsyncContext.dispatch(String) or AsyncContext.dispatch(ServletContext,String)
ASYNC_SERVLET_PATH - Static variable in interface jakarta.servlet.AsyncContext
The name of the request attribute under which the original servlet path is made available to the target of a AsyncContext.dispatch(String) or AsyncContext.dispatch(ServletContext,String)
AsyncContext - Interface in jakarta.servlet
Class representing the execution context for an asynchronous operation that was initiated on a ServletRequest.
AsyncEvent - Class in jakarta.servlet
Event that gets fired when the asynchronous operation initiated on a ServletRequest (via a call to ServletRequest.startAsync() or ServletRequest.startAsync(ServletRequest, ServletResponse)) has completed, timed out, or produced an error.
AsyncEvent(AsyncContext) - Constructor for class jakarta.servlet.AsyncEvent
Constructs an AsyncEvent from the given AsyncContext.
AsyncEvent(AsyncContext, ServletRequest, ServletResponse) - Constructor for class jakarta.servlet.AsyncEvent
Constructs an AsyncEvent from the given AsyncContext, ServletRequest, and ServletResponse.
AsyncEvent(AsyncContext, Throwable) - Constructor for class jakarta.servlet.AsyncEvent
Constructs an AsyncEvent from the given AsyncContext and Throwable.
AsyncEvent(AsyncContext, ServletRequest, ServletResponse, Throwable) - Constructor for class jakarta.servlet.AsyncEvent
Constructs an AsyncEvent from the given AsyncContext, ServletRequest, ServletResponse, and Throwable.
Asynchronous - Annotation Type in jakarta.ejb
Used to mark a session bean method as an asynchronous method or to designate all business methods of a session bean class as asynchronous.
AsyncInvoker - Interface in jakarta.ws.rs.client
Uniform interface for asynchronous invocation of HTTP methods.
AsyncListener - Interface in jakarta.servlet
Listener that will be notified in the event that an asynchronous operation initiated on a ServletRequest to which the listener had been added has completed, timed out, or resulted in an error.
AsyncResponse - Interface in jakarta.ws.rs.container
An injectable JAX-RS asynchronous response that provides means for asynchronous server side response processing.
AsyncResult<V> - Class in jakarta.ejb
Wraps the result of an asynchronous method call as a Future object, preserving compatability with the business interface signature.
AsyncResult(V) - Constructor for class jakarta.ejb.AsyncResult
Creates a AsyncResult instance to wrap the result of an asynchronous method call
AT_BEGIN - Static variable in class jakarta.servlet.jsp.tagext.VariableInfo
Scope information that scripting variable is visible after start tag.
AT_END - Static variable in class jakarta.servlet.jsp.tagext.VariableInfo
Scope information that scripting variable is visible after end tag.
atIndex(Integer) - Method in interface jakarta.validation.ConstraintValidatorContext.ConstraintViolationBuilder.ContainerElementNodeContextBuilder
Defines the index the object is into the List or array.
atIndex(Integer) - Method in interface jakarta.validation.ConstraintValidatorContext.ConstraintViolationBuilder.LeafNodeContextBuilder
Defines the index the object is into the List or array
atIndex(Integer) - Method in interface jakarta.validation.ConstraintValidatorContext.ConstraintViolationBuilder.NodeContextBuilder
Defines the index the object is into the List or array.
atKey(Object) - Method in interface jakarta.validation.ConstraintValidatorContext.ConstraintViolationBuilder.ContainerElementNodeContextBuilder
Defines the key the object is into the Map.
atKey(Object) - Method in interface jakarta.validation.ConstraintValidatorContext.ConstraintViolationBuilder.LeafNodeContextBuilder
Defines the key the object is into the Map.
atKey(Object) - Method in interface jakarta.validation.ConstraintValidatorContext.ConstraintViolationBuilder.NodeContextBuilder
Defines the key the object is into the Map.
ATTACHED_OBJECT_TARGETS_KEY - Static variable in interface jakarta.faces.view.AttachedObjectTarget

The key in the value set of the composite component BeanDescriptor, the value for which is a List<AttachedObjectTarget>.

AttachedObjectHandler - Interface in jakarta.faces.view

The abstract base interface for a handler representing an attached object in a VDL page.

AttachedObjectTarget - Interface in jakarta.faces.view

Within the declaration of a composite component, an AttachedObjectTarget allows the composite component author to expose the semantics of an inner component to the page author without exposing the rendering or implementation details of the inner component.

attachWindow(FacesContext) - Method in class jakarta.faces.lifecycle.Lifecycle

Create or restore the ClientWindow to be used to display the UIViewRoot for this run through the lifecycle.

attachWindow(FacesContext) - Method in class jakarta.faces.lifecycle.LifecycleWrapper
 
Attribute<X,Y> - Interface in jakarta.persistence.metamodel
Represents an attribute of a Java type.
Attribute.PersistentAttributeType - Enum in jakarta.persistence.metamodel
 
attributeAdded(HttpSessionBindingEvent) - Method in interface jakarta.servlet.http.HttpSessionAttributeListener
Receives notification that an attribute has been added to a session.
attributeAdded(ServletContextAttributeEvent) - Method in interface jakarta.servlet.ServletContextAttributeListener
Receives notification that an attribute has been added to the ServletContext.
attributeAdded(ServletRequestAttributeEvent) - Method in interface jakarta.servlet.ServletRequestAttributeListener
Receives notification that an attribute has been added to the ServletRequest.
AttributeConverter<X,Y> - Interface in jakarta.persistence
A class that implements this interface can be used to convert entity attribute state into database column representation and back again.
AttributeHandler - Interface in jakarta.faces.view.facelets

An interface that allows other code to identify FaceletHandlers that correspond to component attributes.

AttributeNode<T> - Interface in jakarta.persistence
Represents an attribute node of an entity graph.
AttributeOverride - Annotation Type in jakarta.persistence
Used to override the mapping of a Basic (whether explicit or default) property or field or Id property or field.
AttributeOverrides - Annotation Type in jakarta.persistence
Used to override mappings of multiple properties or fields.
attributeRemoved(HttpSessionBindingEvent) - Method in interface jakarta.servlet.http.HttpSessionAttributeListener
Receives notification that an attribute has been removed from a session.
attributeRemoved(ServletContextAttributeEvent) - Method in interface jakarta.servlet.ServletContextAttributeListener
Receives notification that an attribute has been removed from the ServletContext.
attributeRemoved(ServletRequestAttributeEvent) - Method in interface jakarta.servlet.ServletRequestAttributeListener
Receives notification that an attribute has been removed from the ServletRequest.
attributeReplaced(HttpSessionBindingEvent) - Method in interface jakarta.servlet.http.HttpSessionAttributeListener
Receives notification that an attribute has been replaced in a session.
attributeReplaced(ServletContextAttributeEvent) - Method in interface jakarta.servlet.ServletContextAttributeListener
Receives notification that an attribute has been replaced in the ServletContext.
attributeReplaced(ServletRequestAttributeEvent) - Method in interface jakarta.servlet.ServletRequestAttributeListener
Receives notification that an attribute has been replaced on the ServletRequest.
AttributeTag - Class in jakarta.faces.webapp
Deprecated.
The Faces implementation must now provide the implementation for this class.
AttributeTag() - Constructor for class jakarta.faces.webapp.AttributeTag
Deprecated.
 
ATTRS_WITH_DECLARED_DEFAULT_VALUES - Static variable in class jakarta.faces.component.UIComponent

This constant enables one to quickly discover the names of the declared composite component attributes that have been given default values by the composite component author.

AuthConfig - Interface in jakarta.security.auth.message.config
This interface defines the common functionality implemented by Authentication context configuration objects.
AuthConfigFactory - Class in jakarta.security.auth.message.config
This class is used to obtain AuthConfigProvider objects that can be used to obtain authentication context configuration objects, that is, ClientAuthConfig and ServerAuthConfig objects.
AuthConfigFactory() - Constructor for class jakarta.security.auth.message.config.AuthConfigFactory
 
AuthConfigFactory.RegistrationContext - Interface in jakarta.security.auth.message.config
Represents the layer identifier, application context identifier, and description components of an AuthConfigProvider registration at the factory.
AuthConfigProvider - Interface in jakarta.security.auth.message.config
This interface is implemented by objects that can be used to obtain authentication context configuration objects, that is, ClientAuthConfig or ServerAuthConfig objects.
authenticate(HttpServletRequest, HttpServletResponse, AuthenticationParameters) - Method in interface jakarta.security.enterprise.SecurityContext
Signal to the container (programmatically trigger) that it should start or continue a web/HTTP based authentication dialog with the caller.
authenticate(HttpServletResponse) - Method in interface jakarta.servlet.http.HttpServletRequest
Use the container login mechanism configured for the ServletContext to authenticate the user making this request.
authenticate(HttpServletResponse) - Method in class jakarta.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to call authenticate on the wrapped request object.
AUTHENTICATE_CONTENT - Static variable in interface jakarta.security.auth.message.MessagePolicy.ProtectionPolicy
The identifier for a ProtectionPolicy that indicates that the origin of data within the message is to be authenticated (that is, the message is to be protected such that its recipients can establish who defined the message content).
AUTHENTICATE_RECIPIENT - Static variable in interface jakarta.security.auth.message.MessagePolicy.ProtectionPolicy
The identifier for a ProtectionPolicy that indicates that the message recipient is to be authenticated.
AUTHENTICATE_SENDER - Static variable in interface jakarta.security.auth.message.MessagePolicy.ProtectionPolicy
The identifier for a ProtectionPolicy that indicates that the sending entity is to be authenticated.
AUTHENTICATION - Static variable in class jakarta.ws.rs.Priorities
Security authentication filter/interceptor priority.
AuthenticationException - Exception in jakarta.security.enterprise
A generic authentication exception.
AuthenticationException() - Constructor for exception jakarta.security.enterprise.AuthenticationException
Constructs a new AuthenticationException exception with null as its detail message.
AuthenticationException(String) - Constructor for exception jakarta.security.enterprise.AuthenticationException
Constructs a new AuthenticationException exception with the specified detail message.
AuthenticationException(String, Throwable) - Constructor for exception jakarta.security.enterprise.AuthenticationException
Constructs a new AuthenticationException exception with the specified detail message and cause.
AuthenticationException(Throwable) - Constructor for exception jakarta.security.enterprise.AuthenticationException
Constructs a new AuthenticationException exception with the specified cause.
AuthenticationParameters - Class in jakarta.security.enterprise.authentication.mechanism.http
Parameters that are provided along with an authentication request.
AuthenticationParameters() - Constructor for class jakarta.security.enterprise.authentication.mechanism.http.AuthenticationParameters
 
AuthenticationStatus - Enum in jakarta.security.enterprise
The AuthenticationStatus is used as a return value by primarily the HttpAuthenticationMechanism to indicate the result (status) of the authentication process.
AuthException - Exception in jakarta.security.auth.message
A generic authentication exception.
AuthException() - Constructor for exception jakarta.security.auth.message.AuthException
Constructs an AuthException with no detail message.
AuthException(String) - Constructor for exception jakarta.security.auth.message.AuthException
Constructs an AuthException with the specified detail message.
AUTHORIZATION - Static variable in interface jakarta.ws.rs.core.HttpHeaders
AUTHORIZATION - Static variable in class jakarta.ws.rs.Priorities
Security authorization filter/interceptor priority.
AuthStatus - Class in jakarta.security.auth.message
The AuthStatus class is used to represent return values from Authentication modules and Authentication Contexts.
AutoApplySession - Annotation Type in jakarta.security.enterprise.authentication.mechanism.http
The AutoApplySession annotation provides an application the ability to declaratively designate that an authentication mechanism uses the jakarta.servlet.http.registerSession and auto applies this for every request.
autoFlush - Variable in class jakarta.servlet.jsp.JspWriter
Whether the JspWriter is autoflushing.
avg(Expression<N>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create an aggregate expression applying the avg operation.

B

BadRequestException - Exception in jakarta.ws.rs
A runtime exception indicating a bad client request.
BadRequestException() - Constructor for exception jakarta.ws.rs.BadRequestException
Construct a new bad client request exception.
BadRequestException(String) - Constructor for exception jakarta.ws.rs.BadRequestException
Construct a new bad client request exception.
BadRequestException(Response) - Constructor for exception jakarta.ws.rs.BadRequestException
Construct a new bad client request exception.
BadRequestException(String, Response) - Constructor for exception jakarta.ws.rs.BadRequestException
Construct a new bad client request exception.
BadRequestException(Throwable) - Constructor for exception jakarta.ws.rs.BadRequestException
Construct a new bad client request exception.
BadRequestException(String, Throwable) - Constructor for exception jakarta.ws.rs.BadRequestException
Construct a new bad client request exception.
BadRequestException(Response, Throwable) - Constructor for exception jakarta.ws.rs.BadRequestException
Construct a new bad client request exception.
BadRequestException(String, Response, Throwable) - Constructor for exception jakarta.ws.rs.BadRequestException
Construct a new bad client request exception.
BASE_64 - Static variable in class jakarta.json.bind.config.BinaryDataStrategy
Using this strategy, binary data is encoded using the Base64 encoding scheme as specified in RFC 4648 and RFC 2045.
BASE_64_URL - Static variable in class jakarta.json.bind.config.BinaryDataStrategy
Using this strategy, binary data is encoded using the "URL and Filename safe Base64 Alphabet" as specified in Table 2 of RFC 4648.
baseUri(URI) - Method in interface jakarta.ws.rs.core.Link.Builder
Set the base URI for resolution of relative URIs.
baseUri(String) - Method in interface jakarta.ws.rs.core.Link.Builder
Set the base URI as a string for resolution of relative URIs.
Basic - Annotation Type in jakarta.persistence
The simplest type of mapping to a database column.
BASIC_AUTH - Static variable in class jakarta.faces.context.ExternalContext
String identifier for BASIC authentication.
BASIC_AUTH - Static variable in interface jakarta.servlet.http.HttpServletRequest
String identifier for Basic authentication.
BASIC_AUTH - Static variable in interface jakarta.ws.rs.core.SecurityContext
String identifier for Basic authentication.
BasicAuthenticationCredential - Class in jakarta.security.enterprise.credential
BasicAuthenticationCredential extends UsernamePasswordCredential to represent credentials used by HTTP Basic Authentication.
BasicAuthenticationCredential(String) - Constructor for class jakarta.security.enterprise.credential.BasicAuthenticationCredential
Constructor
BasicAuthenticationMechanismDefinition - Annotation Type in jakarta.security.enterprise.authentication.mechanism.http
Annotation used to define a container authentication mechanism that implements the HTTP basic access authentication protocol as defined by the Servlet spec (13.6.1) and make that implementation available as an enabled CDI bean.
BasicType<X> - Interface in jakarta.persistence.metamodel
Instances of the type BasicType represent basic types (including temporal and enumerated types).
Bean<T> - Interface in jakarta.enterprise.inject.spi
Represents an enabled bean.
BeanAttributes<T> - Interface in jakarta.enterprise.inject.spi
The BeanAttributes interface exposes the basic attributes of a bean.
BeanAttributesConfigurator<T> - Interface in jakarta.enterprise.inject.spi.configurator
This API is an helper to configure a new BeanAttributes instance.
beanClass(Class<?>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
Set the class of the configured Bean.
beanClass(Class<?>) - Method in interface jakarta.enterprise.inject.spi.configurator.ObserverMethodConfigurator
Set the class of the Bean containing this observer.
BeanConfigurator<T> - Interface in jakarta.enterprise.inject.spi.configurator
This API is an helper to configure a new Bean instance.
BeanDescriptor - Interface in jakarta.validation.metadata
Describes a constrained Java Bean and the constraints associated to it.
BeanELResolver - Class in jakarta.el
Defines property resolution behavior on objects using the JavaBeans component architecture.
BeanELResolver() - Constructor for class jakarta.el.BeanELResolver
Creates a new read/write BeanELResolver.
BeanELResolver(boolean) - Constructor for class jakarta.el.BeanELResolver
Creates a new BeanELResolver whose read-only status is determined by the given parameter.
BEANINFO_KEY - Static variable in class jakarta.faces.component.UIComponent

The value of this constant is used as the key in the component attribute map, the value for which is a java.beans.BeanInfo implementation describing the composite component.

BeanManager - Interface in jakarta.enterprise.inject.spi
Allows a portable extension to interact directly with the container.
BeanNameELResolver - Class in jakarta.el
An ELResolver for resolving user or container managed beans.
BeanNameELResolver(BeanNameResolver) - Constructor for class jakarta.el.BeanNameELResolver
Constructor
BeanNameResolver - Class in jakarta.el
Resolves a bean by its known name.
BeanNameResolver() - Constructor for class jakarta.el.BeanNameResolver
 
BeanParam - Annotation Type in jakarta.ws.rs
The annotation that may be used to inject custom JAX-RS "parameter aggregator" value object into a resource class field, property or resource method parameter.
BeanValidator - Class in jakarta.faces.validator

A Validator that delegates validation of the bean property to the Bean Validation API.

BeanValidator() - Constructor for class jakarta.faces.validator.BeanValidator
 
BeforeBeanDiscovery - Interface in jakarta.enterprise.inject.spi
This event type is thrown by the container before the bean discovery process begins.
BeforeCompletion - Annotation Type in jakarta.ejb
Designate a stateful session bean method to receive the before completion session synchronization callback.
beforeCompletion() - Method in interface jakarta.ejb.SessionSynchronization
The beforeCompletion method notifies a stateful session bean instance that a transaction is about to be committed.
beforeCompletion() - Method in interface jakarta.transaction.Synchronization
The beforeCompletion method is called by the transaction manager prior to the start of the two-phase transaction commit process.
BeforeDestroyed - Annotation Type in jakarta.enterprise.context
An event with this qualifier is fired when a context is about to be destroyed, i.e.
BeforeDestroyed.Literal - Class in jakarta.enterprise.context
Supports inline instantiation of the BeforeDestroyed qualifier.
beforeEvaluation(ELContext, String) - Method in class jakarta.el.EvaluationListener
Receives notification before a Jakarta Expression Language expression is evaluated
beforePhase(PhaseEvent) - Method in interface jakarta.faces.event.PhaseListener
Handle a notification that the processing for a particular phase of the request processing lifecycle is about to begin.
beforeRequest(Map<String, List<String>>) - Method in class jakarta.websocket.ClientEndpointConfig.Configurator
This method is called by the implementation after it has formulated the handshake request that will be used to initiate the connection to the server, but before it has sent any part of the request.
BeforeShutdown - Interface in jakarta.enterprise.inject.spi
The type of the final event the container fires after it has finished processing requests and destroyed all contexts.
begin() - Method in interface jakarta.enterprise.context.Conversation
Mark the current transient conversation long-running.
begin(String) - Method in interface jakarta.enterprise.context.Conversation
Mark the current transient conversation long-running, with a specified identifier.
begin() - Method in interface jakarta.persistence.EntityTransaction
Start a resource transaction.
begin - Variable in class jakarta.servlet.jsp.jstl.core.LoopTagSupport
Starting index ('begin' attribute)
begin() - Method in interface jakarta.transaction.TransactionManager
Create a new transaction and associate it with the current thread.
begin() - Method in interface jakarta.transaction.UserTransaction
Create a new transaction and associate it with the current thread.
beginSpecified - Variable in class jakarta.servlet.jsp.jstl.core.LoopTagSupport
Boolean flag indicating whether 'begin' was specified.
Behavior - Interface in jakarta.faces.component.behavior

The Behavior interface is the root API of the component behavior model.

BEHAVIOR_EVENT_PARAM_NAME - Static variable in class jakarta.faces.component.behavior.ClientBehaviorContext

The request parameter name whose request parameter value identifies the type of behavior event.

BEHAVIOR_ID - Static variable in class jakarta.faces.component.behavior.AjaxBehavior

The standard id for this behavior.

BEHAVIOR_SOURCE_PARAM_NAME - Static variable in class jakarta.faces.component.behavior.ClientBehaviorContext

The request parameter name whose request parameter value identifies the source component of behavior event.

BehaviorBase - Class in jakarta.faces.component.behavior

BehaviorBase is a convenience base class that provides a default implementation of the Behavior contract.

BehaviorBase() - Constructor for class jakarta.faces.component.behavior.BehaviorBase
 
BehaviorConfig - Interface in jakarta.faces.view.facelets

Convey the id of a behavior declared in a view.

BehaviorEvent - Class in jakarta.faces.event
BehaviorEvent is the event that can be generated from component Behavior.
BehaviorEvent(UIComponent, Behavior) - Constructor for class jakarta.faces.event.BehaviorEvent

Construct a new event object from the specified source component and behavior.

BehaviorEvent(FacesContext, UIComponent, Behavior) - Constructor for class jakarta.faces.event.BehaviorEvent

Construct a new event object from the Faces context, specified source component and behavior.

BehaviorHandler - Class in jakarta.faces.view.facelets

The FaceletHandler that corresponds to attached objects that represent an instance of ClientBehavior that must be added to the parent component, which must implement ClientBehaviorHolder, with a call to ClientBehaviorHolder.addClientBehavior(java.lang.String, jakarta.faces.component.behavior.ClientBehavior).

BehaviorHandler(BehaviorConfig) - Constructor for class jakarta.faces.view.facelets.BehaviorHandler
 
BehaviorHolderAttachedObjectHandler - Interface in jakarta.faces.view

Represent an attached object that is a BehaviorHolder in a VDL page.

BehaviorHolderAttachedObjectTarget - Interface in jakarta.faces.view

Represent a BehaviorHolder attached object target in a VDL page.

BehaviorListener - Interface in jakarta.faces.event

A generic base interface for event listeners for various types of BehaviorEvents.

between(Expression<? extends Y>, Expression<? extends Y>, Expression<? extends Y>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the first argument is between the second and third arguments in value.
between(Expression<? extends Y>, Y, Y) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the first argument is between the second and third arguments in value.
BigDecimalConverter - Class in jakarta.faces.convert
Converter implementation for java.math.BigDecimal values.
BigDecimalConverter() - Constructor for class jakarta.faces.convert.BigDecimalConverter
 
bigDecimalValue() - Method in interface jakarta.json.JsonNumber
Returns this JSON number as a BigDecimal object.
BIGINTEGER_ID - Static variable in class jakarta.faces.convert.BigIntegerConverter
The message identifier of the FacesMessage to be created if the conversion to BigInteger fails.
BigIntegerConverter - Class in jakarta.faces.convert
Converter implementation for java.math.BigInteger values.
BigIntegerConverter() - Constructor for class jakarta.faces.convert.BigIntegerConverter
 
bigIntegerValue() - Method in interface jakarta.json.JsonNumber
Returns this JSON number as a BigInteger object.
bigIntegerValueExact() - Method in interface jakarta.json.JsonNumber
Returns this JSON number as a BigInteger object.
BINARY_DATA_STRATEGY - Static variable in class jakarta.json.bind.JsonbConfig
Property used to specify custom binary data strategy.
BinaryDataStrategy - Class in jakarta.json.bind.config
Specifies predefined binary data handling strategies.
Bindable<T> - Interface in jakarta.persistence.metamodel
Instances of the type Bindable represent object or attribute types that can be bound into a Path.
Bindable.BindableType - Enum in jakarta.persistence.metamodel
 
bindings - Variable in class jakarta.faces.component.UIComponent
Deprecated.
BODY_CONTENT_EMPTY - Static variable in class jakarta.servlet.jsp.tagext.TagInfo
Static constant for getBodyContent() when it is empty.
BODY_CONTENT_JSP - Static variable in class jakarta.servlet.jsp.tagext.TagInfo
Static constant for getBodyContent() when it is JSP.
BODY_CONTENT_SCRIPTLESS - Static variable in class jakarta.servlet.jsp.tagext.TagInfo
Static constant for getBodyContent() when it is scriptless.
BODY_CONTENT_TAG_DEPENDENT - Static variable in class jakarta.servlet.jsp.tagext.TagInfo
Static constant for getBodyContent() when it is Tag dependent.
bodyContent - Variable in class jakarta.faces.webapp.UIComponentClassicTagBase
The bodyContent for this tag handler.
BodyContent - Class in jakarta.servlet.jsp.tagext
An encapsulation of the evaluation of the body of an action so it is available to a tag handler.
BodyContent(JspWriter) - Constructor for class jakarta.servlet.jsp.tagext.BodyContent
Protected constructor.
bodyContent - Variable in class jakarta.servlet.jsp.tagext.BodyTagSupport
The current BodyContent for this BodyTag.
BodyTag - Interface in jakarta.servlet.jsp.tagext
The BodyTag interface extends IterationTag by defining additional methods that let a tag handler manipulate the content of evaluating its body.
BodyTagSupport - Class in jakarta.servlet.jsp.tagext
A base class for defining tag handlers implementing BodyTag.
BodyTagSupport() - Constructor for class jakarta.servlet.jsp.tagext.BodyTagSupport
Default constructor, all subclasses are required to only define a public constructor with the same signature, and to call the superclass constructor.
BOOLEAN_ID - Static variable in class jakarta.faces.convert.BooleanConverter
The message identifier of the FacesMessage to be created if the conversion to Boolean fails.
BooleanConverter - Class in jakarta.faces.convert
Converter implementation for java.lang.Boolean (and boolean primitive) values.
BooleanConverter() - Constructor for class jakarta.faces.convert.BooleanConverter
 
BootstrapConfiguration - Interface in jakarta.validation
Represents the user specified default configuration in META-INF/validation.xml.
BootstrapState - Interface in jakarta.validation.spi
Defines the state used to bootstrap the Configuration.
broadcast(BehaviorEvent) - Method in interface jakarta.faces.component.behavior.Behavior

Broadcast the specified BehaviorEvent to all registered event listeners who have expressed an interest in events of this type.

broadcast(BehaviorEvent) - Method in class jakarta.faces.component.behavior.BehaviorBase
broadcast(FacesEvent) - Method in class jakarta.faces.component.UICommand
In addition to to the default UIComponent.broadcast(jakarta.faces.event.FacesEvent) processing, pass the ActionEvent being broadcast to the method referenced by actionListener (if any), and to the default ActionListener registered on the Application.
broadcast(FacesEvent) - Method in class jakarta.faces.component.UIComponent
Broadcast the specified FacesEvent to all registered event listeners who have expressed an interest in events of this type.
broadcast(FacesEvent) - Method in class jakarta.faces.component.UIComponentBase
 
broadcast(FacesEvent) - Method in class jakarta.faces.component.UIData
Override the default UIComponentBase.broadcast(jakarta.faces.event.FacesEvent) processing to unwrap any wrapped FacesEvent and reset the current row index, before the event is actually broadcast.
broadcast(FacesEvent) - Method in class jakarta.faces.component.UIViewAction

Enable the method invocation specified by this component instance to return a value that performs navigation, similar in spirit to UICommand.broadcast(jakarta.faces.event.FacesEvent).

broadcast(OutboundSseEvent) - Method in interface jakarta.ws.rs.sse.SseBroadcaster
Publish an SSE event to all registered SseEventSink instances.
broadcastEvents(FacesContext, PhaseId) - Method in class jakarta.faces.component.UIViewRoot

Broadcast any events that have been queued.

bufferEntity() - Method in class jakarta.ws.rs.core.Response
Buffer the message entity data.
bufferSize - Variable in class jakarta.servlet.jsp.JspWriter
The size of the buffer used by the JspWriter.
build() - Method in interface jakarta.enterprise.event.NotificationOptions.Builder
 
build() - Method in interface jakarta.json.bind.JsonbBuilder
Returns a new instance of Jsonb based on the parameters and configuration specified previously in this builder.
build() - Method in interface jakarta.json.JsonArrayBuilder
Returns the current array.
build() - Method in interface jakarta.json.JsonObjectBuilder
Returns the JSON object associated with this object builder.
build() - Method in interface jakarta.json.JsonPatchBuilder
Returns the JSON Patch.
build() - Method in class jakarta.websocket.ClientEndpointConfig.Builder
Builds a configuration object using the attributes set on this builder.
build() - Method in class jakarta.websocket.server.ServerEndpointConfig.Builder
Builds the configuration object using the current attributes that have been set on this builder object.
build() - Method in class jakarta.ws.rs.client.ClientBuilder
Build a new client instance using all the configuration previously specified in this client builder.
build(String) - Method in interface jakarta.ws.rs.client.Invocation.Builder
Build a request invocation using an arbitrary request method name.
build(String, Entity<?>) - Method in interface jakarta.ws.rs.client.Invocation.Builder
Build a request invocation using an arbitrary request method name and request entity.
build(Object...) - Method in interface jakarta.ws.rs.core.Link.Builder
Finish building this link using the supplied values as URI parameters.
build() - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
Create a Response instance from the current ResponseBuilder.
build(Object...) - Method in class jakarta.ws.rs.core.UriBuilder
Build a URI, using the supplied values in order to replace any URI template parameters.
build(Object[], boolean) - Method in class jakarta.ws.rs.core.UriBuilder
Build a URI, using the supplied values in order to replace any URI template parameters.
build() - Method in class jakarta.ws.rs.core.Variant.VariantListBuilder
Add the current combination of metadata to the list of supported variants (provided the current combination of metadata is not empty) and build a list of representation variants from the current state of the builder.
build() - Method in interface jakarta.ws.rs.sse.OutboundSseEvent.Builder
build() - Method in class jakarta.ws.rs.sse.SseEventSource.Builder
Build new SSE event source pointing at a SSE streaming web target.
buildConstraintViolationWithTemplate(String) - Method in interface jakarta.validation.ConstraintValidatorContext
Returns a constraint violation builder building a violation report allowing to optionally associate it to a sub path.
buildDefaultValidatorFactory() - Static method in class jakarta.validation.Validation
Builds and returns a ValidatorFactory instance based on the default Jakarta Bean Validation provider and following the XML configuration.
buildDelete() - Method in interface jakarta.ws.rs.client.Invocation.Builder
Build a DELETE request invocation.
builder() - Static method in interface jakarta.enterprise.event.NotificationOptions
 
Builder() - Constructor for class jakarta.ws.rs.sse.SseEventSource.Builder
Allows custom implementations to extend the SSE event source builder class.
buildFromEncoded(Object...) - Method in class jakarta.ws.rs.core.UriBuilder
Build a URI.
buildFromEncodedMap(Map<String, ?>) - Method in class jakarta.ws.rs.core.UriBuilder
Build a URI.
buildFromMap(Map<String, ?>) - Method in class jakarta.ws.rs.core.UriBuilder
Build a URI.
buildFromMap(Map<String, ?>, boolean) - Method in class jakarta.ws.rs.core.UriBuilder
Build a URI.
buildGet() - Method in interface jakarta.ws.rs.client.Invocation.Builder
Build a GET request invocation.
buildPost(Entity<?>) - Method in interface jakarta.ws.rs.client.Invocation.Builder
Build a POST request invocation.
buildPut(Entity<?>) - Method in interface jakarta.ws.rs.client.Invocation.Builder
Build a PUT request invocation.
buildRelativized(URI, Object...) - Method in interface jakarta.ws.rs.core.Link.Builder
Finish building this link using the supplied values as URI parameters and relativize the result with respect to the supplied URI.
buildValidatorFactory() - Method in interface jakarta.validation.Configuration
Build a ValidatorFactory implementation.
buildValidatorFactory(ConfigurationState) - Method in interface jakarta.validation.spi.ValidationProvider
Build a ValidatorFactory using the current provider implementation.
buildView(FacesContext, UIViewRoot) - Method in class jakarta.faces.view.ViewDeclarationLanguage

Take any actions specific to this VDL implementation to cause the argument UIViewRoot which must have been created via a call to ViewDeclarationLanguage.createView(jakarta.faces.context.FacesContext, java.lang.String), to be populated with children.

buildView(FacesContext, UIViewRoot) - Method in class jakarta.faces.view.ViewDeclarationLanguageWrapper
 
BusyConversationException - Exception in jakarta.enterprise.context
Indicates that the container has rejected a request because a concurrent request is associated with the same conversation context.
BusyConversationException() - Constructor for exception jakarta.enterprise.context.BusyConversationException
 
BusyConversationException(String) - Constructor for exception jakarta.enterprise.context.BusyConversationException
 
BusyConversationException(Throwable) - Constructor for exception jakarta.enterprise.context.BusyConversationException
 
BusyConversationException(String, Throwable) - Constructor for exception jakarta.enterprise.context.BusyConversationException
 
byDefaultProvider() - Static method in class jakarta.validation.Validation
Builds a Configuration.
byProvider(Class<U>) - Static method in class jakarta.validation.Validation
Builds a Configuration for a particular provider implementation.
BYTE - Static variable in class jakarta.json.bind.config.BinaryDataStrategy
Using this strategy, binary data is encoded as a byte array.
BYTE_ID - Static variable in class jakarta.faces.convert.ByteConverter
The message identifier of the FacesMessage to be created if the conversion to Byte fails.
ByteConverter - Class in jakarta.faces.convert
Converter implementation for java.lang.Byte (and byte primitive) values.
ByteConverter() - Constructor for class jakarta.faces.convert.ByteConverter
 

C

Cache - Interface in jakarta.persistence
Interface used to interact with the second-level cache.
CACHE_CONTROL - Static variable in interface jakarta.ws.rs.core.HttpHeaders
Cacheable - Annotation Type in jakarta.persistence
Specifies whether an entity should be cached if caching is enabled when the value of the persistence.xml caching element is ENABLE_SELECTIVE or DISABLE_SELECTIVE.
cacheControl(CacheControl) - Method in interface jakarta.ws.rs.client.Invocation.Builder
Set the cache control data of the message.
CacheControl - Class in jakarta.ws.rs.core
An abstraction for the value of a HTTP Cache-Control response header.
CacheControl() - Constructor for class jakarta.ws.rs.core.CacheControl
Create a new instance of CacheControl.
cacheControl(CacheControl) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
Set the cache control data of the message.
CacheRetrieveMode - Enum in jakarta.persistence
Used as the value of the jakarta.persistence.cache.retrieveMode property to specify the behavior when data is retrieved by the find methods and by queries.
CacheStoreMode - Enum in jakarta.persistence
Used as the value of the jakarta.persistence.cache.storeMode property to specify the behavior when data is read from the database and when data is committed into the database.
calculateCharacterEncoding(FacesContext) - Method in class jakarta.faces.application.ViewHandler
Returns the correct character encoding to be used for this request.
calculateCharacterEncoding(FacesContext) - Method in class jakarta.faces.application.ViewHandlerWrapper
The default behavior of this method is to call ViewHandler.calculateCharacterEncoding(jakarta.faces.context.FacesContext) on the wrapped ViewHandler object.
calculateLocale(FacesContext) - Method in class jakarta.faces.application.ViewHandler
Returns an appropriate Locale to use for this and subsequent requests for the current client.
calculateLocale(FacesContext) - Method in class jakarta.faces.application.ViewHandlerWrapper
The default behavior of this method is to call ViewHandler.calculateLocale(jakarta.faces.context.FacesContext) on the wrapped ViewHandler object.
calculateRenderKitId(FacesContext) - Method in class jakarta.faces.application.ViewHandler
Return an appropriate renderKitId for this and subsequent requests from the current client.
calculateRenderKitId(FacesContext) - Method in class jakarta.faces.application.ViewHandlerWrapper
The default behavior of this method is to call ViewHandler.calculateRenderKitId(jakarta.faces.context.FacesContext) on the wrapped ViewHandler object.
calculateResourceLibraryContracts(FacesContext, String) - Method in class jakarta.faces.view.ViewDeclarationLanguage

Return the list of resource library contracts that will be made available for use in the view specified by the argument viewId.

calculateResourceLibraryContracts(FacesContext, String) - Method in class jakarta.faces.view.ViewDeclarationLanguageWrapper
 
CallerOnlyCredential - Class in jakarta.security.enterprise.credential
CallerOnlyCredential represents a credential that only contains a caller name and no secret of any kind.
CallerOnlyCredential(String) - Constructor for class jakarta.security.enterprise.credential.CallerOnlyCredential
 
CallerPrincipal - Class in jakarta.security.enterprise
Principal that represents the caller principal associated with the invocation being processed by the container (e.g.
CallerPrincipal(String) - Constructor for class jakarta.security.enterprise.CallerPrincipal
 
CallerPrincipalCallback - Class in jakarta.security.auth.message.callback
Callback for setting the container's caller (or remote user) principal.
CallerPrincipalCallback(Subject, Principal) - Constructor for class jakarta.security.auth.message.callback.CallerPrincipalCallback
Create a CallerPrincipalCallback to set the container's representation of the caller principal
CallerPrincipalCallback(Subject, String) - Constructor for class jakarta.security.auth.message.callback.CallerPrincipalCallback
Create a CallerPrincipalCallback to set the container's representation of the caller principal.
canBeRequestTime() - Method in class jakarta.servlet.jsp.tagext.TagAttributeInfo
Whether this attribute has been specified in the TLD as rtexprvalue.
cancel(boolean) - Method in class jakarta.ejb.AsyncResult
This method should not be called.
cancel() - Method in interface jakarta.ejb.Timer
Cause the timer and all its associated expiration notifications to be cancelled.
cancel() - Method in interface jakarta.ws.rs.container.AsyncResponse
Cancel the suspended request processing.
cancel(int) - Method in interface jakarta.ws.rs.container.AsyncResponse
Cancel the suspended request processing.
cancel(Date) - Method in interface jakarta.ws.rs.container.AsyncResponse
Cancel the suspended request processing.
canCreateBean(String) - Method in class jakarta.el.BeanNameResolver
Allow creating a bean of the given name if it does not exist.
CascadableDescriptor - Interface in jakarta.validation.metadata
Represents a cascadable element.
CascadeType - Enum in jakarta.persistence
Defines the set of cascadable operations that are propagated to the associated entity.
CASE_INSENSITIVE - Static variable in interface jakarta.json.bind.config.PropertyNamingStrategy
Using this strategy, the serialization will be same as identity.
CDI<T> - Class in jakarta.enterprise.inject.spi
Provides access to the current container.
CDI() - Constructor for class jakarta.enterprise.inject.spi.CDI
 
CDIProvider - Interface in jakarta.enterprise.inject.spi
Interface implemented by a CDI provider to provide access to the current container
CertStoreCallback - Class in jakarta.security.auth.message.callback
Callback for CertStore.
CertStoreCallback() - Constructor for class jakarta.security.auth.message.callback.CertStoreCallback
 
changeSessionId() - Method in interface jakarta.servlet.http.HttpServletRequest
Change the session id of the current session associated with this request and return the new session id.
changeSessionId() - Method in class jakarta.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return changeSessionId() on the wrapped request object.
CHARACTER_ENCODING_KEY - Static variable in class jakarta.faces.application.ViewHandler
The key, in the session's attribute set, under which the response character encoding may be stored and retrieved.
CHARACTER_ID - Static variable in class jakarta.faces.convert.CharacterConverter
The message identifier of the FacesMessage to be created if the conversion to Character fails.
CharacterConverter - Class in jakarta.faces.convert
Converter implementation for java.lang.Character (and char primitive) values.
CharacterConverter() - Constructor for class jakarta.faces.convert.CharacterConverter
 
CHARSET_PARAMETER - Static variable in class jakarta.ws.rs.core.MediaType
The media type charset parameter name.
checkOrigin(String) - Method in class jakarta.websocket.server.ServerEndpointConfig.Configurator
Check the value of the Origin header (See Origin Header) the client passed during the opening handshake.
ClassTransformer - Interface in jakarta.persistence.spi
A persistence provider supplies an instance of this interface to the PersistenceUnitInfo.addTransformer method.
cleanClientSubject() - Method in interface jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContext
Convenience method to clean the subject associated with this context.
cleanClientSubject() - Method in class jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
 
cleanSubject(MessageInfo, Subject) - Method in interface jakarta.security.auth.message.ClientAuth
Remove implementation specific principals and credentials from the subject.
cleanSubject(MessageInfo, Subject) - Method in interface jakarta.security.auth.message.ServerAuth
Remove method specific principals and credentials from the subject.
cleanSubject(HttpServletRequest, HttpServletResponse, HttpMessageContext) - Method in interface jakarta.security.enterprise.authentication.mechanism.http.HttpAuthenticationMechanism
Remove mechanism specific principals and credentials from the subject and any other state the mechanism might have used.
clear() - Method in class jakarta.faces.context.FlashWrapper

The default behavior of this method is to call Map.clear() on the wrapped Flash object.

clear() - Method in interface jakarta.persistence.EntityManager
Clear the persistence context, causing all managed entities to become detached.
clear() - Method in class jakarta.security.enterprise.credential.AbstractClearableCredential
 
clear() - Method in interface jakarta.security.enterprise.credential.Credential
Clears the credential.
clear() - Method in class jakarta.security.enterprise.credential.Password
Securely clears the password value.
clear() - Method in class jakarta.servlet.jsp.JspWriter
Clear the contents of the buffer.
clear() - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
 
clearBody() - Method in class jakarta.servlet.jsp.tagext.BodyContent
Clear the body without throwing any exceptions.
clearBuffer() - Method in class jakarta.servlet.jsp.JspWriter
Clears the current contents of the buffer.
clearCachedProviders() - Method in interface jakarta.persistence.spi.PersistenceProviderResolver
Clear cache of providers.
clearCredential() - Method in class jakarta.security.enterprise.credential.AbstractClearableCredential
Invokes the specific subclass to securely clear the credential value.
clearCredential() - Method in class jakarta.security.enterprise.credential.UsernamePasswordCredential
 
clearInitialState() - Method in class jakarta.faces.component.behavior.BehaviorBase

Clears the initial state flag, causing the behavior to revert from partial to full state saving.

clearInitialState() - Method in interface jakarta.faces.component.PartialStateHolder

Reset the PartialStateHolder to a non-delta tracking state.

clearInitialState() - Method in class jakarta.faces.component.UIComponent

An implementation of PartialStateHolder.clearInitialState(), this method is called by the runtime to tell the instance to stop tracking state changes.

clearInitialState() - Method in class jakarta.faces.component.UIComponentBase

For each of the attached objects on this instance that implement PartialStateHolder, call PartialStateHolder.clearInitialState() on the attached object.

clearInitialState() - Method in class jakarta.faces.component.UIInput
 
clearInitialState() - Method in class jakarta.faces.component.UIOutput
 
clearInitialState() - Method in class jakarta.faces.convert.DateTimeConverter
 
clearInitialState() - Method in class jakarta.faces.convert.EnumConverter
 
clearInitialState() - Method in class jakarta.faces.convert.NumberConverter
 
clearInitialState() - Method in class jakarta.faces.validator.BeanValidator
 
clearInitialState() - Method in class jakarta.faces.validator.DoubleRangeValidator
 
clearInitialState() - Method in class jakarta.faces.validator.LengthValidator
 
clearInitialState() - Method in class jakarta.faces.validator.LongRangeValidator
 
clearInitialState() - Method in class jakarta.faces.validator.RegexValidator
 
clearPassword() - Method in class jakarta.security.auth.message.callback.PasswordValidationCallback
Clear the password.
Client - Interface in jakarta.ws.rs.client
Client is the main entry point to the fluent API used to build and execute client requests in order to consume responses returned.
CLIENT_CERT_AUTH - Static variable in class jakarta.faces.context.ExternalContext
String identifier for CLIENT_CERT authentication.
CLIENT_CERT_AUTH - Static variable in interface jakarta.servlet.http.HttpServletRequest
String identifier for Client Certificate authentication.
CLIENT_CERT_AUTH - Static variable in interface jakarta.ws.rs.core.SecurityContext
String identifier for Client Certificate authentication.
CLIENT_WINDOW_FACTORY - Static variable in class jakarta.faces.FactoryFinder
The property name for the ClientWindowFactory class name.
CLIENT_WINDOW_MODE_PARAM_NAME - Static variable in class jakarta.faces.lifecycle.ClientWindow

The context-param that controls the operation of the ClientWindow feature.

CLIENT_WINDOW_PARAM - Static variable in class jakarta.faces.render.ResponseStateManager

The name of the hidden field that refers to the encoded ClientWindow.

CLIENT_WINDOW_URL_PARAM - Static variable in class jakarta.faces.render.ResponseStateManager

The name of the URL query parameter for transmitting the client window id.

ClientAuth - Interface in jakarta.security.auth.message
An implementation of this interface is used to secure service request messages, and validate received service response messages.
ClientAuthConfig - Interface in jakarta.security.auth.message.config
This interface encapsulates the configuration of ClientAuthContext objects for a message layer and application context (for example, the messaging context of a specific application, or set of applications).
ClientAuthContext - Interface in jakarta.security.auth.message.config
This ClientAuthContext class encapsulates ClientAuthModules that are used to secure service requests made by a client, and to validate any responses received to those requests.
ClientAuthModule - Interface in jakarta.security.auth.message.module
A ClientAuthModule secures request messages, and validates received response messages.
ClientBehavior - Interface in jakarta.faces.component.behavior

ClientBehavior is the base contract for Behaviors that attach script content to client-side events exposed by ClientBehaviorHolder components.

ClientBehaviorBase - Class in jakarta.faces.component.behavior

ClientBehaviorBase is a convenience base class that implements the default concrete behavior of all methods defined by ClientBehavior.

ClientBehaviorBase() - Constructor for class jakarta.faces.component.behavior.ClientBehaviorBase
 
ClientBehaviorContext - Class in jakarta.faces.component.behavior

ClientBehaviorContext provides context information that may be useful to ClientBehavior.getScript(jakarta.faces.component.behavior.ClientBehaviorContext) implementations.

ClientBehaviorContext() - Constructor for class jakarta.faces.component.behavior.ClientBehaviorContext
 
ClientBehaviorContext.Parameter - Class in jakarta.faces.component.behavior

Parameter instances represent name/value pairs that "submitting" ClientBehavior implementations should include when posting back into the Faces lifecycle.

ClientBehaviorHint - Enum in jakarta.faces.component.behavior

An enum that specifies hints that describes the behavior of ClientBehavior implementations.

ClientBehaviorHolder - Interface in jakarta.faces.component.behavior

The ClientBehaviorHolder interface may be implemented by any concrete UIComponent that wishes to support client behaviors as defined by ClientBehavior.

ClientBehaviorRenderer - Class in jakarta.faces.render
A ClientBehaviorRenderer produces the client-side script that implements a ClientBehavior's client-side logic.
ClientBehaviorRenderer() - Constructor for class jakarta.faces.render.ClientBehaviorRenderer
 
ClientBuilder - Class in jakarta.ws.rs.client
Main entry point to the client API used to bootstrap Client instances.
ClientBuilder() - Constructor for class jakarta.ws.rs.client.ClientBuilder
Allows custom implementations to extend the ClientBuilder class.
ClientEndpoint - Annotation Type in jakarta.websocket
The ClientEndpoint annotation a class level annotation is used to denote that a POJO is a web socket client and can be deployed as such.
ClientEndpointConfig - Interface in jakarta.websocket
The ClientEndpointConfig is a special kind of endpoint configuration object that contains web socket configuration information specific only to client endpoints.
ClientEndpointConfig.Builder - Class in jakarta.websocket
The ClientEndpointConfig.Builder is a class used for creating ClientEndpointConfig objects for the purposes of deploying a client endpoint.
ClientEndpointConfig.Configurator - Class in jakarta.websocket
The Configurator class may be extended by developers who want to provide custom configuration algorithms, such as intercepting the opening handshake, or providing arbitrary methods and algorithms that can be accessed from each endpoint instance configured with this configurator.
ClientErrorException - Exception in jakarta.ws.rs
A base runtime application exception indicating a client request error (HTTP 4xx status codes).
ClientErrorException(Response.Status) - Constructor for exception jakarta.ws.rs.ClientErrorException
Construct a new client error exception.
ClientErrorException(String, Response.Status) - Constructor for exception jakarta.ws.rs.ClientErrorException
Construct a new client error exception.
ClientErrorException(int) - Constructor for exception jakarta.ws.rs.ClientErrorException
Construct a new client error exception.
ClientErrorException(String, int) - Constructor for exception jakarta.ws.rs.ClientErrorException
Construct a new client error exception.
ClientErrorException(Response) - Constructor for exception jakarta.ws.rs.ClientErrorException
Construct a new client error exception.
ClientErrorException(String, Response) - Constructor for exception jakarta.ws.rs.ClientErrorException
Construct a new client error exception.
ClientErrorException(Response.Status, Throwable) - Constructor for exception jakarta.ws.rs.ClientErrorException
Construct a new client error exception.
ClientErrorException(String, Response.Status, Throwable) - Constructor for exception jakarta.ws.rs.ClientErrorException
Construct a new client error exception.
ClientErrorException(int, Throwable) - Constructor for exception jakarta.ws.rs.ClientErrorException
Construct a new client error exception.
ClientErrorException(String, int, Throwable) - Constructor for exception jakarta.ws.rs.ClientErrorException
Construct a new client error exception.
ClientErrorException(Response, Throwable) - Constructor for exception jakarta.ws.rs.ClientErrorException
Construct a new client error exception.
ClientErrorException(String, Response, Throwable) - Constructor for exception jakarta.ws.rs.ClientErrorException
Construct a new client error exception.
ClientRequestContext - Interface in jakarta.ws.rs.client
Client request filter context.
ClientRequestFilter - Interface in jakarta.ws.rs.client
An extension interface implemented by client request filters.
ClientResponseContext - Interface in jakarta.ws.rs.client
Client response filter context.
ClientResponseFilter - Interface in jakarta.ws.rs.client
An extension interface implemented by client response filters.
ClientWindow - Class in jakarta.faces.lifecycle

This class represents a client window, which may be a browser tab, browser window, browser pop-up, portlet, or anything else that can display a UIComponent hierarchy rooted at a UIViewRoot.

ClientWindow() - Constructor for class jakarta.faces.lifecycle.ClientWindow
 
ClientWindowFactory - Class in jakarta.faces.lifecycle

Create ClientWindow instances based on the incoming request.

ClientWindowFactory() - Constructor for class jakarta.faces.lifecycle.ClientWindowFactory
Deprecated.
Use the other constructor taking the implementation being wrapped.
ClientWindowFactory(ClientWindowFactory) - Constructor for class jakarta.faces.lifecycle.ClientWindowFactory

If this factory has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.

clientWindowTransition(FacesContext) - Method in class jakarta.faces.flow.FlowHandler

Allow for flow transitions in the case of components rendered by the renderers from component-family jakarta.faces.OutcomeTarget.

ClientWindowWrapper - Class in jakarta.faces.lifecycle

Wrapper for ClientWindow

ClientWindowWrapper() - Constructor for class jakarta.faces.lifecycle.ClientWindowWrapper
Deprecated.
Use the other constructor taking the implementation being wrapped.
ClientWindowWrapper(ClientWindow) - Constructor for class jakarta.faces.lifecycle.ClientWindowWrapper

If this client window has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.

ClockProvider - Interface in jakarta.validation
Contract for obtaining the Clock used as the reference for now when validating the @Future and @Past constraints.
clockProvider(ClockProvider) - Method in interface jakarta.validation.Configuration
Defines the clock provider.
clockProvider(ClockProvider) - Method in interface jakarta.validation.ValidatorContext
Defines the ClockProvider implementation used by the Validator.
clone() - Method in class jakarta.servlet.http.Cookie
Overrides the standard java.lang.Object.clone method to return a copy of this Cookie.
clone() - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
clone() - Method in class jakarta.ws.rs.core.UriBuilder
Create a copy of the UriBuilder preserving its state.
cloneWithWriter(Writer) - Method in class jakarta.faces.context.ResponseWriter
Create and return a new instance of this ResponseWriter, using the specified Writer as the output destination.
cloneWithWriter(Writer) - Method in class jakarta.faces.context.ResponseWriterWrapper
The default behavior of this method is to call ResponseWriter.cloneWithWriter(java.io.Writer) on the wrapped ResponseWriter object.
close() - Method in class jakarta.ejb.embeddable.EJBContainer
Shutdown an embeddable EJBContainer instance.
close() - Method in interface jakarta.enterprise.inject.se.SeContainer
Shuts down this SeContainer instance when it is no longer in scope.
close() - Method in class jakarta.faces.context.ResponseWriterWrapper
The default behavior of this method is to call Writer.close() on the wrapped ResponseWriter object.
close() - Method in interface jakarta.json.JsonReader
Closes this reader and frees any resources associated with the reader.
close() - Method in interface jakarta.json.JsonWriter
 
close() - Method in interface jakarta.json.stream.JsonGenerator
Closes this generator and frees any resources associated with it.
close() - Method in interface jakarta.json.stream.JsonParser
Closes this parser and frees any resources associated with the parser.
close() - Method in interface jakarta.persistence.EntityManager
Close an application-managed entity manager.
close() - Method in interface jakarta.persistence.EntityManagerFactory
Close the factory, releasing any resources that it holds.
close() - Method in class jakarta.servlet.jsp.JspWriter
Close the stream, flushing it first.
close() - Method in interface jakarta.validation.ValidatorFactory
Closes the ValidatorFactory instance.
close() - Method in interface jakarta.websocket.Session
Close the current conversation with a normal status code and no reason phrase.
close(CloseReason) - Method in interface jakarta.websocket.Session
Close the current conversation, giving a reason for the closure.
close() - Method in interface jakarta.ws.rs.client.Client
Close client instance and all it's associated resources.
close() - Method in class jakarta.ws.rs.core.Response
Close the underlying message entity input stream (if available and open) as well as releases any other resources associated with the response (e.g.
close() - Method in interface jakarta.ws.rs.sse.SseBroadcaster
Close the broadcaster and all registered SseEventSink instances.
close() - Method in interface jakarta.ws.rs.sse.SseEventSink
Close the SseEventSink instance and release all associated resources.
close() - Method in interface jakarta.ws.rs.sse.SseEventSource
Close this event source.
close(long, TimeUnit) - Method in interface jakarta.ws.rs.sse.SseEventSource
Close this event source and wait for the internal event processing task to complete for up to the specified amount of wait time.
CloseReason - Class in jakarta.websocket
A class encapsulating the reason why a web socket has been closed, or why it is being asked to close.
CloseReason(CloseReason.CloseCode, String) - Constructor for class jakarta.websocket.CloseReason
Creates a reason for closing a web socket connection with the given code and reason phrase.
CloseReason.CloseCode - Interface in jakarta.websocket
A marker interface for the close codes.
CloseReason.CloseCodes - Enum in jakarta.websocket
An Enumeration of status codes for a web socket close that are defined in the specification.
coalesce(Expression<? extends Y>, Expression<? extends Y>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create an expression that returns null if all its arguments evaluate to null, and the value of the first non-null argument otherwise.
coalesce(Expression<? extends Y>, Y) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create an expression that returns null if all its arguments evaluate to null, and the value of the first non-null argument otherwise.
coalesce() - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create a coalesce expression.
coerceToType(Object, Class<?>) - Method in class jakarta.el.ExpressionFactory
Coerces an object to a specific type according to the Jakarta Expression Language type conversion rules.
CollectionAttribute<X,E> - Interface in jakarta.persistence.metamodel
Instances of the type CollectionAttribute represent persistent java.util.Collection-valued attributes.
CollectionDataModel<E> - Class in jakarta.faces.model

CollectionDataModel is a convenience implementation of DataModel that wraps an Collection of Java objects.

CollectionDataModel() - Constructor for class jakarta.faces.model.CollectionDataModel
Construct a new CollectionDataModel with no specified wrapped data.
CollectionDataModel(Collection<E>) - Constructor for class jakarta.faces.model.CollectionDataModel
Construct a new CollectionDataModel wrapping the specified list.
CollectionJoin<Z,E> - Interface in jakarta.persistence.criteria
The CollectionJoin interface is the type of the result of joining to a collection over an association or element collection that has been specified as a java.util.Collection.
CollectionTable - Annotation Type in jakarta.persistence
Specifies the table that is used for the mapping of collections of basic or embeddable types.
Column - Annotation Type in jakarta.persistence
Specifies the mapped column for a persistent property or field.
ColumnResult - Annotation Type in jakarta.persistence
Used in conjunction with the SqlResultSetMapping annotation or ConstructorResult annotation to map a column of the SELECT list of a SQL query.
comment(String) - Method in interface jakarta.ws.rs.sse.OutboundSseEvent.Builder
Set comment string associated with the event.
commit() - Method in interface jakarta.persistence.EntityTransaction
Commit the current resource transaction, writing any unflushed changes to the database.
commit() - Method in interface jakarta.transaction.Transaction
Complete the transaction represented by this Transaction object.
commit() - Method in interface jakarta.transaction.TransactionManager
Complete the transaction associated with the current thread.
commit() - Method in interface jakarta.transaction.UserTransaction
Complete the transaction associated with the current thread.
CommonAbstractCriteria - Interface in jakarta.persistence.criteria
The CommonAbstractCriteria interface defines functionality that is common to both top-level criteria queries and subqueries as well as to update and delete criteria operations.
compareTo(Object) - Method in class jakarta.faces.application.FacesMessage.Severity
Compare this FacesMessage.Severity instance to the specified one.
compareTo(Object) - Method in class jakarta.faces.event.PhaseId
Compare this PhaseId instance to the specified one.
compareTo(String) - Method in class jakarta.security.enterprise.credential.Password
 
compareTo(String, String) - Method in class jakarta.security.enterprise.credential.UsernamePasswordCredential
 
compareValues(Object, Object) - Method in class jakarta.faces.component.UIInput
Return true if the new value is different from the previous value.
compareValues(Object, Object) - Method in class jakarta.faces.component.UISelectMany
Return true if the new value is different from the previous value.
complete() - Method in interface jakarta.servlet.AsyncContext
Completes the asynchronous operation that was started on the request that was used to initialze this AsyncContext, closing the response that was used to initialize this AsyncContext.
completed(RESPONSE) - Method in interface jakarta.ws.rs.client.InvocationCallback
Called when the invocation was successfully completed.
CompletionCallback - Interface in jakarta.ws.rs.container
A request processing callback that receives request processing completion events.
CompletionStageRxInvoker - Interface in jakarta.ws.rs.client
Reactive invoker based CompletionStage.
COMPONENT_FAMILY - Static variable in class jakarta.faces.component.UIColumn
The standard component family for this component.
COMPONENT_FAMILY - Static variable in class jakarta.faces.component.UICommand
The standard component family for this component.
COMPONENT_FAMILY - Static variable in class jakarta.faces.component.UIData
The standard component family for this component.
COMPONENT_FAMILY - Static variable in class jakarta.faces.component.UIForm
The standard component family for this component.
COMPONENT_FAMILY - Static variable in class jakarta.faces.component.UIGraphic
The standard component family for this component.
COMPONENT_FAMILY - Static variable in class jakarta.faces.component.UIImportConstants
The standard component family for this component.
COMPONENT_FAMILY - Static variable in class jakarta.faces.component.UIInput
The standard component family for this component.
COMPONENT_FAMILY - Static variable in class jakarta.faces.component.UIMessage
The standard component family for this component.
COMPONENT_FAMILY - Static variable in class jakarta.faces.component.UIMessages
The standard component family for this component.
COMPONENT_FAMILY - Static variable in class jakarta.faces.component.UINamingContainer
The standard component family for this component.
COMPONENT_FAMILY - Static variable in class jakarta.faces.component.UIOutcomeTarget
The standard component family for this component.
COMPONENT_FAMILY - Static variable in class jakarta.faces.component.UIOutput
The standard component family for this component.
COMPONENT_FAMILY - Static variable in class jakarta.faces.component.UIPanel
The standard component family for this component.
COMPONENT_FAMILY - Static variable in class jakarta.faces.component.UIParameter
The standard component family for this component.
COMPONENT_FAMILY - Static variable in class jakarta.faces.component.UISelectBoolean
The standard component family for this component.
COMPONENT_FAMILY - Static variable in class jakarta.faces.component.UISelectItem
The standard component family for this component.
COMPONENT_FAMILY - Static variable in class jakarta.faces.component.UISelectItems
The standard component family for this component.
COMPONENT_FAMILY - Static variable in class jakarta.faces.component.UISelectMany
The standard component family for this component.
COMPONENT_FAMILY - Static variable in class jakarta.faces.component.UISelectOne
The standard component family for this component.
COMPONENT_FAMILY - Static variable in class jakarta.faces.component.UIViewAction
The standard component family for this component.
COMPONENT_FAMILY - Static variable in class jakarta.faces.component.UIViewParameter
The standard component family for this component.
COMPONENT_FAMILY - Static variable in class jakarta.faces.component.UIViewRoot
The standard component family for this component.
COMPONENT_FAMILY - Static variable in class jakarta.faces.component.UIWebsocket
The standard component family for this component.
COMPONENT_RESOURCE_KEY - Static variable in class jakarta.faces.application.Resource

This constant is used as the key in the component attribute map of a composite component to associate the component with its Resource instance.

COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlBody
The standard component type for this component.
COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlColumn
The standard component type for this component.
COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlCommandButton
The standard component type for this component.
COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlCommandLink
The standard component type for this component.
COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlCommandScript
The standard component type for this component.
COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlDataTable
The standard component type for this component.
COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlDoctype
The standard component type for this component.
COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlForm
The standard component type for this component.
COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlGraphicImage
The standard component type for this component.
COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlHead
The standard component type for this component.
COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlInputFile
The standard component type for this component.
COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlInputHidden
The standard component type for this component.
COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlInputSecret
The standard component type for this component.
COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlInputText
The standard component type for this component.
COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlInputTextarea
The standard component type for this component.
COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlMessage
The standard component type for this component.
COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlMessages
The standard component type for this component.
COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlOutcomeTargetButton
The standard component type for this component.
COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlOutcomeTargetLink
The standard component type for this component.
COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlOutputFormat
The standard component type for this component.
COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlOutputLabel
The standard component type for this component.
COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlOutputLink
The standard component type for this component.
COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlOutputText
The standard component type for this component.
COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlPanelGrid
The standard component type for this component.
COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlPanelGroup
The standard component type for this component.
COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
The standard component type for this component.
COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlSelectManyCheckbox
The standard component type for this component.
COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlSelectManyListbox
The standard component type for this component.
COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlSelectManyMenu
The standard component type for this component.
COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlSelectOneListbox
The standard component type for this component.
COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlSelectOneMenu
The standard component type for this component.
COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlSelectOneRadio
The standard component type for this component.
COMPONENT_TYPE - Static variable in class jakarta.faces.component.UIColumn
The standard component type for this component.
COMPONENT_TYPE - Static variable in class jakarta.faces.component.UICommand
The standard component type for this component.
COMPONENT_TYPE - Static variable in class jakarta.faces.component.UIData
The standard component type for this component.
COMPONENT_TYPE - Static variable in class jakarta.faces.component.UIForm
The standard component type for this component.
COMPONENT_TYPE - Static variable in class jakarta.faces.component.UIGraphic
The standard component type for this component.
COMPONENT_TYPE - Static variable in class jakarta.faces.component.UIImportConstants
The standard component type for this component.
COMPONENT_TYPE - Static variable in class jakarta.faces.component.UIInput
The standard component type for this component.
COMPONENT_TYPE - Static variable in class jakarta.faces.component.UIMessage
The standard component type for this component.
COMPONENT_TYPE - Static variable in class jakarta.faces.component.UIMessages
The standard component type for this component.
COMPONENT_TYPE - Static variable in class jakarta.faces.component.UINamingContainer
The standard component type for this component.
COMPONENT_TYPE - Static variable in class jakarta.faces.component.UIOutcomeTarget
The standard component type for this component.
COMPONENT_TYPE - Static variable in class jakarta.faces.component.UIOutput
The standard component type for this component.
COMPONENT_TYPE - Static variable in class jakarta.faces.component.UIPanel
The standard component type for this component.
COMPONENT_TYPE - Static variable in class jakarta.faces.component.UIParameter
The standard component type for this component.
COMPONENT_TYPE - Static variable in class jakarta.faces.component.UISelectBoolean
The standard component type for this component.
COMPONENT_TYPE - Static variable in class jakarta.faces.component.UISelectItem
The standard component type for this component.
COMPONENT_TYPE - Static variable in class jakarta.faces.component.UISelectItems
The standard component type for this component.
COMPONENT_TYPE - Static variable in class jakarta.faces.component.UISelectMany
The standard component type for this component.
COMPONENT_TYPE - Static variable in class jakarta.faces.component.UISelectOne
The standard component type for this component.
COMPONENT_TYPE - Static variable in class jakarta.faces.component.UIViewAction
The standard component type for this component.
COMPONENT_TYPE - Static variable in class jakarta.faces.component.UIViewParameter
The standard component type for this component.
COMPONENT_TYPE - Static variable in class jakarta.faces.component.UIViewRoot
The standard component type for this component.
COMPONENT_TYPE - Static variable in class jakarta.faces.component.UIWebsocket
The standard component type for this component.
ComponentConfig - Interface in jakarta.faces.view.facelets

Passed to the constructor of ComponentHandler.

ComponentHandler - Class in jakarta.faces.view.facelets

Public base class for markup element instances that map to UIComponent instances in the view.

ComponentHandler(ComponentConfig) - Constructor for class jakarta.faces.view.facelets.ComponentHandler

Leverage the TagHandlerDelegateFactory provided by the implementation to create an instance of TagHandlerDelegate designed for use with ComponentHandler.

ComponentNotFoundException - Exception in jakarta.faces.component.search

Typed FacesException for the SearchExpressionHandler, if a component can't be resolved.

ComponentNotFoundException() - Constructor for exception jakarta.faces.component.search.ComponentNotFoundException

Construct a new exception with no detail message or root cause.

ComponentNotFoundException(String) - Constructor for exception jakarta.faces.component.search.ComponentNotFoundException

Construct a new exception with the specified detail message and no root cause.

ComponentNotFoundException(Throwable) - Constructor for exception jakarta.faces.component.search.ComponentNotFoundException

Construct a new exception with the specified root cause.

ComponentNotFoundException(String, Throwable) - Constructor for exception jakarta.faces.component.search.ComponentNotFoundException

Construct a new exception with the specified detail message and root cause.

ComponentSystemEvent - Class in jakarta.faces.event
ComponentSystemEvent is the base class for SystemEvents that are specific to a UIComponent instance.
ComponentSystemEvent(UIComponent) - Constructor for class jakarta.faces.event.ComponentSystemEvent

Pass the argument component to the superclass constructor.

ComponentSystemEvent(FacesContext, UIComponent) - Constructor for class jakarta.faces.event.ComponentSystemEvent

Pass the argument component to the superclass constructor.

ComponentSystemEventListener - Interface in jakarta.faces.event

Implementors of this class do not need an isListenerForSource() method because they are only installed on specific component instances, therefore the isListenerForSource() method is implicit.

COMPOSITE_COMPONENT_TYPE_KEY - Static variable in class jakarta.faces.component.UIComponent

The value of this constant is used as the key in the composite component BeanDescriptor for a ValueExpression that evaluates to the component-type of the composite component root UIComponent for this composite component, if one was declared by the composite component author.

COMPOSITE_FACET_NAME - Static variable in class jakarta.faces.component.UIComponent

The value of this constant is used as the key in the Map returned as described in UIComponent.FACETS_KEY for the PropertyDescriptor describing the composite component facet.

CompositeComponentExpressionHolder - Interface in jakarta.faces.el
This interface must be implemented by the Map returned by the composite component ELResolver, described in section 5.6.2.2 of the specification, when evaluating #{cc.attrs} expressions.
CompositeELResolver - Class in jakarta.el
Maintains an ordered composite list of child ELResolvers.
CompositeELResolver() - Constructor for class jakarta.el.CompositeELResolver
 
CompositeFaceletHandler - Class in jakarta.faces.view.facelets

A FaceletHandler that is derived of 1 or more, inner FaceletHandlers.

CompositeFaceletHandler(FaceletHandler[]) - Constructor for class jakarta.faces.view.facelets.CompositeFaceletHandler
 
CompoundSelection<X> - Interface in jakarta.persistence.criteria
The CompoundSelection interface defines a compound selection item (tuple, array, or result of constructor).
concat(Expression<String>, Expression<String>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create an expression for string concatenation.
concat(Expression<String>, String) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create an expression for string concatenation.
concat(String, Expression<String>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create an expression for string concatenation.
ConcurrencyManagement - Annotation Type in jakarta.ejb
Declares a singleton session bean's concurrency management type.
ConcurrencyManagementType - Enum in jakarta.ejb
Used to specify the value of the ConcurrencyManagement annotation for a singleton session bean.
ConcurrentAccessException - Exception in jakarta.ejb
A ConcurrentAccessException indicates that the client has attempted an invocation on a stateful session bean or singleton bean while another invocation is in progress and such concurrent access is not allowed.
ConcurrentAccessException() - Constructor for exception jakarta.ejb.ConcurrentAccessException
Constructs an ConcurrentAccessException with no detail message.
ConcurrentAccessException(String) - Constructor for exception jakarta.ejb.ConcurrentAccessException
Constructs an ConcurrentAccessException with the specified detailed message.
ConcurrentAccessException(String, Exception) - Constructor for exception jakarta.ejb.ConcurrentAccessException
Constructs an ConcurrentAccessException with the specified detail message and a nested exception.
ConcurrentAccessTimeoutException - Exception in jakarta.ejb
This exception indicates that an attempt to concurrently access a stateful session or singleton bean method resulted in a timeout.
ConcurrentAccessTimeoutException() - Constructor for exception jakarta.ejb.ConcurrentAccessTimeoutException
Constructor for ConcurrentAccessTimeoutException.
ConcurrentAccessTimeoutException(String) - Constructor for exception jakarta.ejb.ConcurrentAccessTimeoutException
Constructor for ConcurrentAccessTimeoutException.
condition(String) - Method in class jakarta.faces.flow.builder.NavigationCaseBuilder

Set the if of the current navigation case.

condition(ValueExpression) - Method in class jakarta.faces.flow.builder.NavigationCaseBuilder

Set the if of the current navigation case.

condition(ValueExpression) - Method in class jakarta.faces.flow.builder.SwitchCaseBuilder

Set the if in the previously created switch case.

condition(String) - Method in class jakarta.faces.flow.builder.SwitchCaseBuilder

Set the if in the previously created switch case.

condition() - Method in class jakarta.servlet.jsp.jstl.core.ConditionalTagSupport
Subclasses implement this method to compute the boolean result of the conditional action.
ConditionalTagSupport - Class in jakarta.servlet.jsp.jstl.core
Abstract class that facilitates implementation of conditional actions where the boolean result is exposed as a JSP scoped variable.
ConditionalTagSupport() - Constructor for class jakarta.servlet.jsp.jstl.core.ConditionalTagSupport
Base constructor to initialize local state.
Config - Class in jakarta.servlet.jsp.jstl.core
Class supporting access to configuration settings.
Config() - Constructor for class jakarta.servlet.jsp.jstl.core.Config
 
CONFIG - Static variable in class jakarta.servlet.jsp.PageContext
Name used to store ServletConfig in PageContext name table.
CONFIG_FILES_ATTR - Static variable in class jakarta.faces.webapp.FacesServlet
Context initialization parameter name for a comma delimited list of context-relative resource paths (in addition to /WEB-INF/faces-config.xml which is loaded automatically if it exists) containing Jakarta Server Faces configuration information.
Configurable<C extends Configurable> - Interface in jakarta.ws.rs.core
Represents a client or server-side configurable context in JAX-RS.
ConfigurableNavigationHandler - Class in jakarta.faces.application

ConfigurableNavigationHandler extends the contract of NavigationHandler to allow runtime inspection of the NavigationCases that make up the rule-base for navigation.

ConfigurableNavigationHandler() - Constructor for class jakarta.faces.application.ConfigurableNavigationHandler
 
ConfigurableNavigationHandlerWrapper - Class in jakarta.faces.application

Provides a simple implementation of ConfigurableNavigationHandler that can be subclassed by developers wishing to provide specialized behavior to an existing ConfigurableNavigationHandler instance.

ConfigurableNavigationHandlerWrapper() - Constructor for class jakarta.faces.application.ConfigurableNavigationHandlerWrapper
Deprecated.
Use the other constructor taking the implementation being wrapped.
ConfigurableNavigationHandlerWrapper(ConfigurableNavigationHandler) - Constructor for class jakarta.faces.application.ConfigurableNavigationHandlerWrapper

If this configurable navigation handler has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.

Configuration<T extends Configuration<T>> - Interface in jakarta.validation
Receives configuration information, selects the appropriate Jakarta Bean Validation provider and builds the appropriate ValidatorFactory.
Configuration - Interface in jakarta.ws.rs.core
A configuration state associated with a configurable JAX-RS context.
ConfigurationState - Interface in jakarta.validation.spi
Contract between a Configuration and a ValidationProvider to create a ValidatorFactory.
configurator(ClientEndpointConfig.Configurator) - Method in class jakarta.websocket.ClientEndpointConfig.Builder
Sets the configurator object for the configuration this builder will build.
Configurator() - Constructor for class jakarta.websocket.ClientEndpointConfig.Configurator
 
configurator(ServerEndpointConfig.Configurator) - Method in class jakarta.websocket.server.ServerEndpointConfig.Builder
Sets the custom configurator to use on the configuration object built by this builder.
Configurator() - Constructor for class jakarta.websocket.server.ServerEndpointConfig.Configurator
 
configure() - Method in interface jakarta.enterprise.inject.spi.InjectionTargetFactory
Returns an AnnotatedTypeConfigurator to to configure the AnnotatedType used to create the InjectionTarget.
configure() - Method in interface jakarta.enterprise.inject.spi.InterceptionFactory
Returns an AnnotatedTypeConfigurator initialized with the AnnotatedType created either for the class passed to BeanManager.createInterceptionFactory(CreationalContext, Class) or derived from the InterceptionFactory parameter injection point.
configure() - Method in interface jakarta.validation.bootstrap.GenericBootstrap
Returns a generic Configuration implementation.
configure() - Method in interface jakarta.validation.bootstrap.ProviderSpecificBootstrap
Determines the provider implementation suitable for T and delegates the creation of this specific Configuration subclass to the provider.
configure(ResourceInfo, FeatureContext) - Method in interface jakarta.ws.rs.container.DynamicFeature
A callback method called by the JAX-RS runtime during the application deployment to register provider instances or classes in a runtime configuration scope of a particular resource or sub-resource method; i.e.
configure(FeatureContext) - Method in interface jakarta.ws.rs.core.Feature
A call-back method called when the feature is to be enabled in a given runtime configuration scope.
configureAnnotatedType() - Method in interface jakarta.enterprise.inject.spi.ProcessAnnotatedType
Returns an AnnotatedTypeConfigurator initialized with the AnnotatedType processed by this event to configure a new AnnotatedType that will replace the original one at the end of the observer invocation.
configureBeanAttributes() - Method in interface jakarta.enterprise.inject.spi.ProcessBeanAttributes
returns a BeanAttributesConfigurator initialized with the BeanAttributes processed by this event to configure a new BeanAttributes that will replace the original one at the end of the observer invocation.
configuredProvider - Static variable in class jakarta.enterprise.inject.spi.CDI
 
configureInjectionPoint() - Method in interface jakarta.enterprise.inject.spi.ProcessInjectionPoint
Returns an InjectionPointConfigurator initialized with the InjectionPoint processed by this event to configure a new InjectionPoint that will replace the original one at the end of the observer invocation.
configureInterceptorBinding(Class<T>) - Method in interface jakarta.enterprise.inject.spi.BeforeBeanDiscovery
Obtains a new AnnotatedTypeConfigurator to configure a new AnnotatedType and declares it as an interceptor binding type.
configureObserverMethod() - Method in interface jakarta.enterprise.inject.spi.ProcessObserverMethod
Returns a ObserverMethodConfigurator initialized with the ObserverMethod processed by this event, to configure a new ObserverMethod that will replace the original one at the end of the observer invocation.
configureProducer() - Method in interface jakarta.enterprise.inject.spi.ProcessProducer
Returns a ProducerConfigurator initialized with the Producer processed by this event, to configure a new Producer that will replace the original one at the end of the observer invocation.
configureQualifier(Class<T>) - Method in interface jakarta.enterprise.inject.spi.BeforeBeanDiscovery
Obtains a new AnnotatedTypeConfigurator to configure a new AnnotatedType and declares it as a Qualifier qualifier type.
conjunction() - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create a conjunction (with zero conjuncts).
ConnectionCallback - Interface in jakarta.ws.rs.container
Asynchronous request processing lifecycle callback that receives connection related asynchronous response lifecycle events.
connectTimeout(long, TimeUnit) - Method in class jakarta.ws.rs.client.ClientBuilder
Set the connect timeout.
connectToServer(Object, URI) - Method in interface jakarta.websocket.WebSocketContainer
Connect the supplied annotated endpoint instance to its server.
connectToServer(Class<?>, URI) - Method in interface jakarta.websocket.WebSocketContainer
Connect the supplied annotated endpoint to its server.
connectToServer(Endpoint, ClientEndpointConfig, URI) - Method in interface jakarta.websocket.WebSocketContainer
Connect the supplied programmatic client endpoint instance to its server with the given configuration.
connectToServer(Class<? extends Endpoint>, ClientEndpointConfig, URI) - Method in interface jakarta.websocket.WebSocketContainer
Connect the supplied programmatic endpoint to its server with the given configuration.
ConstrainedTo - Annotation Type in jakarta.ws.rs
Indicates the run-time context in which an annotated JAX-RS provider is applicable.
Constraint - Annotation Type in jakarta.validation
Marks an annotation as being a Jakarta Bean Validation constraint.
ConstraintDeclarationException - Exception in jakarta.validation
Exception raised if a constraint declaration is not legal.
ConstraintDeclarationException(String) - Constructor for exception jakarta.validation.ConstraintDeclarationException
 
ConstraintDeclarationException() - Constructor for exception jakarta.validation.ConstraintDeclarationException
 
ConstraintDeclarationException(String, Throwable) - Constructor for exception jakarta.validation.ConstraintDeclarationException
 
ConstraintDeclarationException(Throwable) - Constructor for exception jakarta.validation.ConstraintDeclarationException
 
ConstraintDefinitionException - Exception in jakarta.validation
Exception raised if a constraint definition is not legal.
ConstraintDefinitionException(String) - Constructor for exception jakarta.validation.ConstraintDefinitionException
 
ConstraintDefinitionException() - Constructor for exception jakarta.validation.ConstraintDefinitionException
 
ConstraintDefinitionException(String, Throwable) - Constructor for exception jakarta.validation.ConstraintDefinitionException
 
ConstraintDefinitionException(Throwable) - Constructor for exception jakarta.validation.ConstraintDefinitionException
 
ConstraintDescriptor<T extends Annotation> - Interface in jakarta.validation.metadata
Describes a single constraint and its composing constraints.
ConstraintMode - Enum in jakarta.persistence
Used to control the application of a constraint.
ConstraintTarget - Enum in jakarta.validation
Defines the constraint target.
ConstraintValidator<A extends Annotation,T> - Interface in jakarta.validation
Defines the logic to validate a given constraint A for a given object type T.
ConstraintValidatorContext - Interface in jakarta.validation
Provides contextual data and operation when applying a given constraint validator.
ConstraintValidatorContext.ConstraintViolationBuilder - Interface in jakarta.validation
ConstraintViolation builder allowing to optionally associate the violation report to a sub path.
ConstraintValidatorContext.ConstraintViolationBuilder.ContainerElementNodeBuilderCustomizableContext - Interface in jakarta.validation
Represents a container element node whose context is configurable (i.e.
ConstraintValidatorContext.ConstraintViolationBuilder.ContainerElementNodeBuilderDefinedContext - Interface in jakarta.validation
Represents a container element node whose context is known (i.e.
ConstraintValidatorContext.ConstraintViolationBuilder.ContainerElementNodeContextBuilder - Interface in jakarta.validation
Represents refinement choices for a container element node.
ConstraintValidatorContext.ConstraintViolationBuilder.LeafNodeBuilderCustomizableContext - Interface in jakarta.validation
Represents a node whose context is configurable (i.e.
ConstraintValidatorContext.ConstraintViolationBuilder.LeafNodeBuilderDefinedContext - Interface in jakarta.validation
Represents a node whose context is known (i.e.
ConstraintValidatorContext.ConstraintViolationBuilder.LeafNodeContextBuilder - Interface in jakarta.validation
Represents refinement choices for a node which is in an iterable, e.g.
ConstraintValidatorContext.ConstraintViolationBuilder.NodeBuilderCustomizableContext - Interface in jakarta.validation
Represents a node whose context is configurable (i.e.
ConstraintValidatorContext.ConstraintViolationBuilder.NodeBuilderDefinedContext - Interface in jakarta.validation
Represents a node whose context is known (i.e.
ConstraintValidatorContext.ConstraintViolationBuilder.NodeContextBuilder - Interface in jakarta.validation
Represents refinement choices for a node which is in an iterable, e.g.
constraintValidatorFactory(ConstraintValidatorFactory) - Method in interface jakarta.validation.Configuration
Defines the constraint validator factory.
ConstraintValidatorFactory - Interface in jakarta.validation
Instantiates a ConstraintValidator instance based off its class.
constraintValidatorFactory(ConstraintValidatorFactory) - Method in interface jakarta.validation.ValidatorContext
Defines the constraint validator factory implementation used by the Validator.
ConstraintViolation<T> - Interface in jakarta.validation
Describes a constraint violation.
ConstraintViolationException - Exception in jakarta.validation
Reports the result of constraint violations.
ConstraintViolationException(String, Set<? extends ConstraintViolation<?>>) - Constructor for exception jakarta.validation.ConstraintViolationException
Creates a constraint violation report.
ConstraintViolationException(Set<? extends ConstraintViolation<?>>) - Constructor for exception jakarta.validation.ConstraintViolationException
Creates a constraint violation report.
construct(Class<Y>, Selection<?>...) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create a selection item corresponding to a constructor.
ConstructorDescriptor - Interface in jakarta.validation.metadata
Describes a validated constructor.
ConstructorResult - Annotation Type in jakarta.persistence
Used in conjunction with the SqlResultSetMapping annotation to map the SELECT clause of a SQL query to a constructor.
constructors() - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedTypeConfigurator
 
Consumes - Annotation Type in jakarta.ws.rs
Defines the media types that the methods of a resource class or MessageBodyReader can accept.
ContainerDescriptor - Interface in jakarta.validation.metadata
Represents an element that might be a container, thus allowing container element constraints.
ContainerElementTypeDescriptor - Interface in jakarta.validation.metadata
Describes a validated container element type, e.g.
ContainerProvider - Class in jakarta.websocket
Provider class that allows the developer to get a reference to the implementation of the WebSocketContainer.
ContainerProvider() - Constructor for class jakarta.websocket.ContainerProvider
 
ContainerRequestContext - Interface in jakarta.ws.rs.container
Container request filter context.
ContainerRequestFilter - Interface in jakarta.ws.rs.container
An extension interface implemented by container request filters.
ContainerResponseContext - Interface in jakarta.ws.rs.container
Container response filter context.
ContainerResponseFilter - Interface in jakarta.ws.rs.container
An extension interface implemented by container response filters.
contains(Class, Object) - Method in interface jakarta.persistence.Cache
Whether the cache contains data for the given entity.
contains(Object) - Method in interface jakarta.persistence.EntityManager
Check if the instance is a managed entity instance belonging to the current persistence context.
containsHeader(String) - Method in interface jakarta.servlet.http.HttpServletResponse
Returns a boolean indicating whether the named response header has already been set.
containsHeader(String) - Method in class jakarta.servlet.http.HttpServletResponseWrapper
The default behavior of this method is to call containsHeader(String name) on the wrapped response object.
containsKey(Object) - Method in class jakarta.faces.context.FlashWrapper

The default behavior of this method is to call Map.containsKey(Object) on the wrapped Flash object.

containsKey(Object) - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
 
containsValue(Object) - Method in class jakarta.faces.context.FlashWrapper

The default behavior of this method is to call Map.containsValue(Object) on the wrapped Flash object.

containsValue(JsonStructure) - Method in interface jakarta.json.JsonPointer
Returns true if there is a value at the referenced location in the specified target.
containsValue(Object) - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
 
CONTENT_DISPOSITION - Static variable in interface jakarta.ws.rs.core.HttpHeaders
CONTENT_ENCODING - Static variable in interface jakarta.ws.rs.core.HttpHeaders
CONTENT_ID - Static variable in interface jakarta.ws.rs.core.HttpHeaders
CONTENT_LANGUAGE - Static variable in interface jakarta.ws.rs.core.HttpHeaders
CONTENT_LENGTH - Static variable in interface jakarta.ws.rs.core.HttpHeaders
CONTENT_LOCATION - Static variable in interface jakarta.ws.rs.core.HttpHeaders
CONTENT_TYPE - Static variable in interface jakarta.ws.rs.core.HttpHeaders
contentLocation(URI) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
Set the content location.
Context - Interface in jakarta.enterprise.context.spi
Provides an operation for obtaining contextual instances with a particular scope of any contextual type.
Context - Annotation Type in jakarta.ws.rs.core
This annotation is used to inject information into a class field, bean property or method parameter.
ContextCallback - Interface in jakarta.faces.component
A simple callback interace that enables taking action on a specific UIComponent (either facet or child) in the view while preserving any contextual state for that component instance in the view.
contextCreated(ELContextEvent) - Method in interface jakarta.el.ELContextListener
Invoked when a new ELContext has been created.
contextDestroyed(ServletContextEvent) - Method in interface jakarta.servlet.ServletContextListener
Receives notification that the ServletContext is about to be shut down.
ContextException - Exception in jakarta.enterprise.context
Indicates a problem relating to context management.
ContextException() - Constructor for exception jakarta.enterprise.context.ContextException
 
ContextException(String) - Constructor for exception jakarta.enterprise.context.ContextException
 
ContextException(Throwable) - Constructor for exception jakarta.enterprise.context.ContextException
 
ContextException(String, Throwable) - Constructor for exception jakarta.enterprise.context.ContextException
 
contextInitialized(ServletContextEvent) - Method in interface jakarta.servlet.ServletContextListener
Receives notification that the web application initialization process is starting.
ContextNotActiveException - Exception in jakarta.enterprise.context
Indicates that a context is not active.
ContextNotActiveException() - Constructor for exception jakarta.enterprise.context.ContextNotActiveException
 
ContextNotActiveException(String) - Constructor for exception jakarta.enterprise.context.ContextNotActiveException
 
ContextNotActiveException(Throwable) - Constructor for exception jakarta.enterprise.context.ContextNotActiveException
 
ContextNotActiveException(String, Throwable) - Constructor for exception jakarta.enterprise.context.ContextNotActiveException
 
ContextResolver<T> - Interface in jakarta.ws.rs.ext
Contract for a provider that supplies context information to resource classes and other providers.
Contextual<T> - Interface in jakarta.enterprise.context.spi
Defines operations to create and destroy contextual instances of a certain type.
CONVERSATION - Static variable in class jakarta.enterprise.context.BeforeDestroyed.Literal
 
Conversation - Interface in jakarta.enterprise.context
Allows the application to manage the conversation context by marking the current conversation as transient or long-running, specifying a conversation identifier, or setting the conversation timeout.
CONVERSATION - Static variable in class jakarta.enterprise.context.Destroyed.Literal
 
CONVERSATION - Static variable in class jakarta.enterprise.context.Initialized.Literal
 
ConversationScoped - Annotation Type in jakarta.enterprise.context
Specifies that a bean is conversation scoped.
ConversationScoped.Literal - Class in jakarta.enterprise.context
Supports inline instantiation of the ConversationScoped annotation.
CONVERSION_MESSAGE_ID - Static variable in class jakarta.faces.component.UIInput
The message identifier of the FacesMessage to be created if a conversion error occurs, and neither the page author nor the ConverterException provides a message.
Convert - Annotation Type in jakarta.persistence
Specifies the conversion of a Basic field or property.
convertClientId(FacesContext, String) - Method in class jakarta.faces.render.Renderer
Convert the component generated client id to a form suitable for transmission to the client.
convertClientId(FacesContext, String) - Method in class jakarta.faces.render.RendererWrapper
 
Converter<T> - Interface in jakarta.faces.convert
Converter is an interface describing a Java class that can perform Object-to-String and String-to-Object conversions between model data objects and a String representation of those objects that is suitable for rendering.
Converter - Annotation Type in jakarta.persistence
Specifies that the annotated class is a converter and defines its scope.
CONVERTER_ID - Static variable in class jakarta.faces.convert.BigDecimalConverter
The standard converter id for this converter.
CONVERTER_ID - Static variable in class jakarta.faces.convert.BigIntegerConverter
The standard converter id for this converter.
CONVERTER_ID - Static variable in class jakarta.faces.convert.BooleanConverter
The standard converter id for this converter.
CONVERTER_ID - Static variable in class jakarta.faces.convert.ByteConverter
The standard converter id for this converter.
CONVERTER_ID - Static variable in class jakarta.faces.convert.CharacterConverter
The standard converter id for this converter.
CONVERTER_ID - Static variable in class jakarta.faces.convert.DateTimeConverter
The standard converter id for this converter.
CONVERTER_ID - Static variable in class jakarta.faces.convert.DoubleConverter
The standard converter id for this converter.
CONVERTER_ID - Static variable in class jakarta.faces.convert.EnumConverter
The standard converter id for this converter.
CONVERTER_ID - Static variable in class jakarta.faces.convert.FloatConverter
The standard converter id for this converter.
CONVERTER_ID - Static variable in class jakarta.faces.convert.IntegerConverter
The standard converter id for this converter.
CONVERTER_ID - Static variable in class jakarta.faces.convert.LongConverter
The standard converter id for this converter.
CONVERTER_ID - Static variable in class jakarta.faces.convert.NumberConverter
The standard converter id for this converter.
CONVERTER_ID - Static variable in class jakarta.faces.convert.ShortConverter
The standard converter id for this converter.
ConverterConfig - Interface in jakarta.faces.view.facelets

A Facelet version of the Jakarta Server Pages ConverterTag.

ConverterELTag - Class in jakarta.faces.webapp
ConverterELTag is a base class for all Jakarta Server Pages custom actions that create and register a Converter instance on the ValueHolder associated with our most immediate surrounding instance of a tag whose implementation class is a subclass of UIComponentClassicTagBase.
ConverterELTag() - Constructor for class jakarta.faces.webapp.ConverterELTag
 
ConverterException - Exception in jakarta.faces.convert
ConverterException is an exception thrown by the getAsObject() or getAsText() method of a Converter, to indicate that the requested conversion cannot be performed.
ConverterException() - Constructor for exception jakarta.faces.convert.ConverterException
Construct a new exception with no detail message or root cause.
ConverterException(String) - Constructor for exception jakarta.faces.convert.ConverterException
Construct a new exception with the specified detail message and no root cause.
ConverterException(Throwable) - Constructor for exception jakarta.faces.convert.ConverterException
Construct a new exception with the specified root cause.
ConverterException(String, Throwable) - Constructor for exception jakarta.faces.convert.ConverterException
Construct a new exception with the specified detail message and root cause.
ConverterException(FacesMessage) - Constructor for exception jakarta.faces.convert.ConverterException
Construct a new exception with the specified detail message and no root cause.
ConverterException(FacesMessage, Throwable) - Constructor for exception jakarta.faces.convert.ConverterException
Construct a new exception with the specified detail message and root cause.
ConverterHandler - Class in jakarta.faces.view.facelets

Handles setting a Converter instance on a ValueHolder parent.

ConverterHandler(ConverterConfig) - Constructor for class jakarta.faces.view.facelets.ConverterHandler
 
ConverterTag - Class in jakarta.faces.webapp
Deprecated.
This has been partially replaced by ConverterELTag. The remainder of the functionality, namely, the binding facility and the implementation of the ConverterTag.createConverter() method, is now an implementation detail.
ConverterTag() - Constructor for class jakarta.faces.webapp.ConverterTag
Deprecated.
 
ConvertGroup - Annotation Type in jakarta.validation.groups
Converts group from to group to during cascading.
ConvertGroup.List - Annotation Type in jakarta.validation.groups
Defines several ConvertGroup annotations on the same element.
Converts - Annotation Type in jakarta.persistence
Used to group Convert annotations.
convertToDatabaseColumn(X) - Method in interface jakarta.persistence.AttributeConverter
Converts the value stored in the entity attribute into the data representation to be stored in the database.
convertToEntityAttribute(Y) - Method in interface jakarta.persistence.AttributeConverter
Converts the data stored in the database column into the value to be stored in the entity attribute.
convertToType(ELContext, Object, Class<?>) - Method in class jakarta.el.CompositeELResolver
Converts an object to a specific type.
convertToType(Object, Class<?>) - Method in class jakarta.el.ELContext
Converts an object to a specific type.
convertToType(ELContext, Object, Class<?>) - Method in class jakarta.el.ELResolver
Converts an object to a specific type.
convertToType(ELContext, Object, Class<?>) - Method in class jakarta.el.TypeConverter
Converts an object to a specific type.
Cookie - Class in jakarta.servlet.http
Creates a cookie, a small amount of information sent by a servlet to a Web browser, saved by the browser, and later sent back to the server.
Cookie(String, String) - Constructor for class jakarta.servlet.http.Cookie
Constructs a cookie with the specified name and value.
cookie(Cookie) - Method in interface jakarta.ws.rs.client.Invocation.Builder
Add a cookie to be set.
cookie(String, String) - Method in interface jakarta.ws.rs.client.Invocation.Builder
Add a cookie to be set.
Cookie - Class in jakarta.ws.rs.core
Represents the value of a HTTP cookie, transferred in a request.
Cookie(String, String, String, String, int) - Constructor for class jakarta.ws.rs.core.Cookie
Create a new instance.
Cookie(String, String, String, String) - Constructor for class jakarta.ws.rs.core.Cookie
Create a new instance.
Cookie(String, String) - Constructor for class jakarta.ws.rs.core.Cookie
Create a new instance.
COOKIE - Static variable in interface jakarta.ws.rs.core.HttpHeaders
cookie(NewCookie...) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
Add cookies to the response message.
CookieParam - Annotation Type in jakarta.ws.rs
Binds the value of a HTTP cookie to a resource method parameter, resource class field, or resource class bean property.
copy(String, String) - Method in interface jakarta.json.JsonPatchBuilder
Adds a "copy" JSON Patch operation.
correlate(Root<Y>) - Method in interface jakarta.persistence.criteria.Subquery
Create a subquery root correlated to a root of the enclosing query.
correlate(Join<X, Y>) - Method in interface jakarta.persistence.criteria.Subquery
Create a subquery join object correlated to a join object of the enclosing query.
correlate(CollectionJoin<X, Y>) - Method in interface jakarta.persistence.criteria.Subquery
Create a subquery collection join object correlated to a collection join object of the enclosing query.
correlate(SetJoin<X, Y>) - Method in interface jakarta.persistence.criteria.Subquery
Create a subquery set join object correlated to a set join object of the enclosing query.
correlate(ListJoin<X, Y>) - Method in interface jakarta.persistence.criteria.Subquery
Create a subquery list join object correlated to a list join object of the enclosing query.
correlate(MapJoin<X, K, V>) - Method in interface jakarta.persistence.criteria.Subquery
Create a subquery map join object correlated to a map join object of the enclosing query.
count(Expression<?>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create an aggregate expression applying the count operation.
countDistinct(Expression<?>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create an aggregate expression applying the count distinct operation.
create(CreationalContext<T>) - Method in interface jakarta.enterprise.context.spi.Contextual
Create a new instance of the contextual type.
create() - Static method in interface jakarta.json.bind.JsonbBuilder
Create a new Jsonb instance using the default JsonbBuilder implementation provided as returned from JsonbProvider.provider() method.
create(JsonbConfig) - Static method in interface jakarta.json.bind.JsonbBuilder
Create a new Jsonb instance using the default JsonbBuilder implementation provided as returned from JsonbProvider.provider() method, configured with provided configuration.
create() - Method in class jakarta.json.bind.spi.JsonbProvider
Returns a new instance of JsonbBuilder class.
create() - Static method in class jakarta.websocket.ClientEndpointConfig.Builder
Creates a new builder object with no subprotocols, extensions, encoders, decoders and a null configurator.
create(Class<?>, String) - Static method in class jakarta.websocket.server.ServerEndpointConfig.Builder
Creates the builder with the mandatory information of the endpoint class (programmatic or annotated), the relative URI or URI-template to use, and with no subprotocols, extensions, encoders, decoders or custom configurator.
createAnnotatedType(Class<T>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
Obtain an AnnotatedType that may be used to read the annotations of the given class or interface.
createArrayBuilder() - Static method in class jakarta.json.Json
Creates a JSON array builder
createArrayBuilder(JsonArray) - Static method in class jakarta.json.Json
Creates a JSON array builder, initialized with the specified array
createArrayBuilder(Collection<?>) - Static method in class jakarta.json.Json
Creates a JSON array builder, initialized with the content of specified collection.
createArrayBuilder() - Method in interface jakarta.json.JsonBuilderFactory
Creates a JsonArrayBuilder instance that is used to build JsonArray
createArrayBuilder(JsonArray) - Method in interface jakarta.json.JsonBuilderFactory
Creates a JsonArrayBuilder instance, initialized with an array.
createArrayBuilder(Collection<?>) - Method in interface jakarta.json.JsonBuilderFactory
Creates a JsonArrayBuilder instance, initialized with the content of specified collection.
createArrayBuilder() - Method in class jakarta.json.spi.JsonProvider
Creates a JSON array builder.
createArrayBuilder(JsonArray) - Method in class jakarta.json.spi.JsonProvider
Creates a JSON array builder, initialized with the specified array.
createArrayBuilder(Collection<?>) - Method in class jakarta.json.spi.JsonProvider
Creates a JSON array builder, initialized with the content of specified collection.
createBean(BeanAttributes<T>, Class<T>, InjectionTargetFactory<T>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
Obtains a Bean for the given BeanAttributes, bean class and InjectionTarget.
createBean(BeanAttributes<T>, Class<X>, ProducerFactory<X>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
Obtains a Bean for the given BeanAttributes, bean class and Producer.
createBeanAttributes(AnnotatedType<T>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
Obtains a BeanAttributes for the given AnnotatedType.
createBeanAttributes(AnnotatedMember<?>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
Obtains a BeanAttributes for the given AnnotatedType.
createBehavior(String) - Method in class jakarta.faces.application.Application
Instantiate and return a new Behavior instance of the class specified by a previous call to addBehavior() for the specified behavior id.
createBehavior(String) - Method in class jakarta.faces.application.ApplicationWrapper

The default behavior of this method is to call Application.createBehavior(String) on the wrapped Application object.

createBehaviorHandlerDelegate(BehaviorHandler) - Method in class jakarta.faces.view.facelets.TagHandlerDelegateFactory

Create and return a TagHandlerDelegate instance designed for use with BehaviorHandler.

createBuilderFactory(Map<String, ?>) - Static method in class jakarta.json.Json
Creates a builder factory for creating JsonArrayBuilder and JsonObjectBuilder objects.
createBuilderFactory(Map<String, ?>) - Method in class jakarta.json.spi.JsonProvider
Creates a builder factory for creating JsonArrayBuilder and JsonObjectBuilder objects.
createCalendarTimer(ScheduleExpression) - Method in interface jakarta.ejb.TimerService
Create a calendar-based timer based on the input schedule expression.
createCalendarTimer(ScheduleExpression, TimerConfig) - Method in interface jakarta.ejb.TimerService
Create a calendar-based timer based on the input schedule expression.
createClientBehaviorContext(FacesContext, UIComponent, String, String, Collection<ClientBehaviorContext.Parameter>) - Static method in class jakarta.faces.component.behavior.ClientBehaviorContext

Creates a ClientBehaviorContext instance.

createComponent(String) - Method in class jakarta.faces.application.Application
Instantiate and return a new UIComponent instance of the class specified by a previous call to addComponent() for the specified component type.
createComponent(ValueBinding, FacesContext, String) - Method in class jakarta.faces.application.Application
createComponent(ValueExpression, FacesContext, String) - Method in class jakarta.faces.application.Application
Call the getValue() method on the specified ValueExpression.
createComponent(ValueExpression, FacesContext, String, String) - Method in class jakarta.faces.application.Application

Like Application.createComponent(ValueExpression, FacesContext, String) except the Renderer for the component to be returned must be inspected for the annotations mentioned in Application.createComponent(ValueExpression, FacesContext, String) as specified in the documentation for that method.

createComponent(FacesContext, String, String) - Method in class jakarta.faces.application.Application

Like Application.createComponent(String) except the Renderer for the component to be returned must be inspected for the annotations mentioned in Application.createComponent(ValueExpression, FacesContext, String) as specified in the documentation for that method.

createComponent(FacesContext, Resource) - Method in class jakarta.faces.application.Application

Instantiate and return a new UIComponent instance from the argument Resource.

createComponent(String) - Method in class jakarta.faces.application.ApplicationWrapper

The default behavior of this method is to call Application.createComponent(String) on the wrapped Application object.

createComponent(ValueBinding, FacesContext, String) - Method in class jakarta.faces.application.ApplicationWrapper
Deprecated.
See superclass for alternative.
createComponent(ValueExpression, FacesContext, String) - Method in class jakarta.faces.application.ApplicationWrapper
createComponent(ValueExpression, FacesContext, String, String) - Method in class jakarta.faces.application.ApplicationWrapper
createComponent(FacesContext, String, String) - Method in class jakarta.faces.application.ApplicationWrapper

The default behavior of this method is to call Application.createComponent(jakarta.faces.context.FacesContext, String, String) on the wrapped Application object.

createComponent(FacesContext, Resource) - Method in class jakarta.faces.application.ApplicationWrapper

The default behavior of this method is to call Application.createComponent(jakarta.faces.context.FacesContext, Resource) on the wrapped Application object.

createComponent(FaceletContext) - Method in class jakarta.faces.view.facelets.ComponentHandler

Subclasses that wish to take over the task of instantiating the UIComponent instance corresponding to this tag handler my override this method to do so.

createComponent(FacesContext, String, String, Map<String, Object>) - Method in class jakarta.faces.view.ViewDeclarationLanguage

Create a component given a ViewDeclarationLanguage specific tag library URI and tag name.

createComponent(FacesContext, String, String, Map<String, Object>) - Method in class jakarta.faces.view.ViewDeclarationLanguageWrapper
 
createComponent(FacesContext, String) - Method in class jakarta.faces.webapp.UIComponentClassicTagBase
Create and return a new child component of the type returned by calling getComponentType().
createComponent(FacesContext, String) - Method in class jakarta.faces.webapp.UIComponentELTag
Create and return a new child component of the type returned by calling getComponentType().
createComponent(FacesContext, String) - Method in class jakarta.faces.webapp.UIComponentTag
Deprecated.
Implement createComponent using Faces 1.1 EL API.
createComponentHandlerDelegate(ComponentHandler) - Method in class jakarta.faces.view.facelets.TagHandlerDelegateFactory

Create and return a TagHandlerDelegate instance designed for use with ComponentHandler.

createContainerEntityManagerFactory(PersistenceUnitInfo, Map) - Method in interface jakarta.persistence.spi.PersistenceProvider
Called by the container when an EntityManagerFactory is to be created.
createConverter(String) - Method in class jakarta.faces.application.Application
Instantiate and return a new Converter instance of the class specified by a previous call to addConverter() for the specified converter id.
createConverter(Class<?>) - Method in class jakarta.faces.application.Application
Instantiate and return a new Converter instance of the class that has registered itself as capable of performing conversions for objects of the specified type.
createConverter(String) - Method in class jakarta.faces.application.ApplicationWrapper

The default behavior of this method is to call Application.createConverter(String) on the wrapped Application object.

createConverter(Class<?>) - Method in class jakarta.faces.application.ApplicationWrapper

The default behavior of this method is to call Application.createConverter(Class) on the wrapped Application object.

createConverter() - Method in class jakarta.faces.webapp.ConverterELTag
Create and return a new Converter to be registered on our surrounding UIComponent.
createConverter() - Method in class jakarta.faces.webapp.ConverterTag
Deprecated.
Create and return a new Converter to be registered on our surrounding UIComponent.
createConverterHandlerDelegate(ConverterHandler) - Method in class jakarta.faces.view.facelets.TagHandlerDelegateFactory

Create and return a TagHandlerDelegate instance designed for use with ConverterHandler.

createCreationalContext(Contextual<T>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
Obtain an instance of a CreationalContext for the given contextual type, or for a non-contextual object.
createCriteriaDelete(Class<T>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create a CriteriaDelete query object to perform a bulk delete operation.
createCriteriaUpdate(Class<T>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create a CriteriaUpdate query object to perform a bulk update operation.
created(URI) - Static method in class jakarta.ws.rs.core.Response
Create a new ResponseBuilder for a created resource, set the location header using the supplied value.
createDiff(JsonStructure, JsonStructure) - Static method in class jakarta.json.Json
Generates a JSON Patch (RFC 6902) from the source and target JsonStructure.
createDiff(JsonStructure, JsonStructure) - Method in class jakarta.json.spi.JsonProvider
Generates a JSON Patch (RFC 6902) from the source and target JsonStructure.
createEJBContainer() - Static method in class jakarta.ejb.embeddable.EJBContainer
Create and initialize an embeddable enterprise bean container.
createEJBContainer(Map<?, ?>) - Static method in class jakarta.ejb.embeddable.EJBContainer
Create and initialize an embeddable enterprise bean container with a set of configuration properties.
createEJBContainer(Map<?, ?>) - Method in interface jakarta.ejb.spi.EJBContainerProvider
Called by the embeddable container bootstrap process to find a suitable embeddable container implementation.
createEndpoint(Application, Class<T>) - Method in class jakarta.ws.rs.ext.RuntimeDelegate
Create a configured instance of the supplied endpoint type.
createEntityGraph(Class<T>) - Method in interface jakarta.persistence.EntityManager
Return a mutable EntityGraph that can be used to dynamically create an EntityGraph.
createEntityGraph(String) - Method in interface jakarta.persistence.EntityManager
Return a mutable copy of the named EntityGraph.
createEntityManager() - Method in interface jakarta.persistence.EntityManagerFactory
Create a new application-managed EntityManager.
createEntityManager(Map) - Method in interface jakarta.persistence.EntityManagerFactory
Create a new application-managed EntityManager with the specified Map of properties.
createEntityManager(SynchronizationType) - Method in interface jakarta.persistence.EntityManagerFactory
Create a new JTA application-managed EntityManager with the specified synchronization type.
createEntityManager(SynchronizationType, Map) - Method in interface jakarta.persistence.EntityManagerFactory
Create a new JTA application-managed EntityManager with the specified synchronization type and map of properties.
createEntityManagerFactory(String) - Static method in class jakarta.persistence.Persistence
Create and return an EntityManagerFactory for the named persistence unit.
createEntityManagerFactory(String, Map) - Static method in class jakarta.persistence.Persistence
Create and return an EntityManagerFactory for the named persistence unit using the given properties.
createEntityManagerFactory(String, Map) - Method in interface jakarta.persistence.spi.PersistenceProvider
Called by Persistence class when an EntityManagerFactory is to be created.
CreateException - Exception in jakarta.ejb
The CreateException exception must be included in the throws clauses of all create methods defined in an enterprise bean's home or local home interface.
CreateException() - Constructor for exception jakarta.ejb.CreateException
Constructs a CreateException with no detail message.
CreateException(String) - Constructor for exception jakarta.ejb.CreateException
Constructs a CreateException with the specified detail message.
createFilter(Class<T>) - Method in interface jakarta.servlet.ServletContext
Instantiates the given Filter class.
createFlowHandler(FacesContext) - Method in class jakarta.faces.flow.FlowHandlerFactory

Create the singleton instance of FlowHandler.

createFlowHandler(FacesContext) - Method in class jakarta.faces.flow.FlowHandlerFactoryWrapper
 
createGenerator(Writer) - Static method in class jakarta.json.Json
Creates a JSON generator for writing JSON to a character stream.
createGenerator(OutputStream) - Static method in class jakarta.json.Json
Creates a JSON generator for writing JSON to a byte stream.
createGenerator(Writer) - Method in class jakarta.json.spi.JsonProvider
Creates a JSON generator for writing JSON text to a character stream.
createGenerator(OutputStream) - Method in class jakarta.json.spi.JsonProvider
Creates a JSON generator for writing JSON text to a byte stream.
createGenerator(Writer) - Method in interface jakarta.json.stream.JsonGeneratorFactory
Creates a JSON generator to write JSON text to a character stream.
createGenerator(OutputStream) - Method in interface jakarta.json.stream.JsonGeneratorFactory
Creates a JSON generator to write JSON text to a byte stream.
createGenerator(OutputStream, Charset) - Method in interface jakarta.json.stream.JsonGeneratorFactory
Creates a JSON generator to write JSON text to a byte stream.
createGeneratorFactory(Map<String, ?>) - Static method in class jakarta.json.Json
Creates a generator factory for creating JsonGenerator objects.
createGeneratorFactory(Map<String, ?>) - Method in class jakarta.json.spi.JsonProvider
Creates a generator factory for creating JsonGenerator instances.
createGenericConfiguration(BootstrapState) - Method in interface jakarta.validation.spi.ValidationProvider
Returns a Configuration instance.
createHeaderDelegate(Class<T>) - Method in class jakarta.ws.rs.ext.RuntimeDelegate
Obtain an instance of a RuntimeDelegate.HeaderDelegate for the supplied class.
createInjectionPoint(AnnotatedField<?>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
Obtains a container provided implementation of InjectionPoint for the given AnnotatedField.
createInjectionPoint(AnnotatedParameter<?>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
Obtains a container provided implementation of InjectionPoint for the given AnnotatedParameter.
createInjectionTarget(AnnotatedType<T>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
Obtains an InjectionTarget for the given AnnotatedType.
createInjectionTarget(Bean<T>) - Method in interface jakarta.enterprise.inject.spi.InjectionTargetFactory
Create a new injection target for a bean.
createInstance() - Method in interface jakarta.enterprise.inject.spi.BeanManager
Obtains an Instance object to access to beans instances.
createInterceptedInstance(T) - Method in interface jakarta.enterprise.inject.spi.InterceptionFactory
Returns a wrapper instance whose method invocations are intercepted by method interceptors and forwarded to a provided instance.
createInterceptionFactory(CreationalContext<T>, Class<T>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
Create an InterceptionFactory for the given CreationalContext and type.
createIntervalTimer(long, long, TimerConfig) - Method in interface jakarta.ejb.TimerService
Create an interval timer whose first expiration occurs after a specified duration, and whose subsequent expirations occur after a specified interval.
createIntervalTimer(Date, long, TimerConfig) - Method in interface jakarta.ejb.TimerService
Create an interval timer whose first expiration occurs at a given point in time and whose subsequent expirations occur after a specified interval.
createLinkBuilder() - Method in class jakarta.ws.rs.ext.RuntimeDelegate
Create a new instance of a Link.Builder.
createListener(Class<T>) - Method in interface jakarta.servlet.AsyncContext
Instantiates the given AsyncListener class.
createListener(Class<T>) - Method in interface jakarta.servlet.ServletContext
Instantiates the given EventListener class.
createMergeDiff(JsonValue, JsonValue) - Static method in class jakarta.json.Json
Generates a JSON Merge Patch (RFC 7396) from the source and target JsonValues which when applied to the source, yields the target.
createMergeDiff(JsonValue, JsonValue) - Method in class jakarta.json.spi.JsonProvider
Generates a JSON Merge Patch (RFC 7396) from the source and target JsonValues which when applied to the source, yields the target.
createMergePatch(JsonValue) - Static method in class jakarta.json.Json
Creates JSON Merge Patch (RFC 7396) from specified JsonValue.
createMergePatch(JsonValue) - Method in class jakarta.json.spi.JsonProvider
Creates JSON Merge Patch (RFC 7396) from specified JsonValue.
createMetadataView(FacesContext) - Method in class jakarta.faces.view.ViewMetadata

Creates a new UIViewRoot containing only view parameter metadata.

createMetaRuleset(Class) - Method in class jakarta.faces.view.facelets.DelegatingMetaTagHandler

The default implementation simply calls through to TagHandlerDelegate.createMetaRuleset(java.lang.Class) and returns the result.

createMetaRuleset(Class) - Method in class jakarta.faces.view.facelets.MetaTagHandler
Extend this method in order to add your own rules.
createMetaRuleset(Class) - Method in class jakarta.faces.view.facelets.TagHandlerDelegate

Return a MetaRuleset particular to this kind of tag handler.

createMethodBinding(String, Class<?>[]) - Method in class jakarta.faces.application.Application
createMethodBinding(String, Class<?>[]) - Method in class jakarta.faces.application.ApplicationWrapper
Deprecated.
See superclass for alternative.
createMethodExpression(ELContext, String, Class<?>, Class<?>[]) - Method in class jakarta.el.ExpressionFactory
Parses an expression into a MethodExpression for later evaluation.
createNamedQuery(String) - Method in interface jakarta.persistence.EntityManager
Create an instance of Query for executing a named query (in the Jakarta Persistence query language or in native SQL).
createNamedQuery(String, Class<T>) - Method in interface jakarta.persistence.EntityManager
Create an instance of TypedQuery for executing a Jakarta Persistence query language named query.
createNamedStoredProcedureQuery(String) - Method in interface jakarta.persistence.EntityManager
Create an instance of StoredProcedureQuery for executing a stored procedure in the database.
createNativeQuery(String) - Method in interface jakarta.persistence.EntityManager
Create an instance of Query for executing a native SQL statement, e.g., for update or delete.
createNativeQuery(String, Class) - Method in interface jakarta.persistence.EntityManager
Create an instance of Query for executing a native SQL query.
createNativeQuery(String, String) - Method in interface jakarta.persistence.EntityManager
Create an instance of Query for executing a native SQL query.
createObjectBuilder() - Static method in class jakarta.json.Json
Creates a JSON object builder
createObjectBuilder(JsonObject) - Static method in class jakarta.json.Json
Creates a JSON object builder, initialized with the specified object.
createObjectBuilder(Map<String, Object>) - Static method in class jakarta.json.Json
Creates a JSON object builder, initialized with the data from specified map.
createObjectBuilder() - Method in interface jakarta.json.JsonBuilderFactory
Creates a JsonObjectBuilder instance that is used to build JsonObject.
createObjectBuilder(JsonObject) - Method in interface jakarta.json.JsonBuilderFactory
Creates a JsonObjectBuilder instance, initialized with an object.
createObjectBuilder(Map<String, Object>) - Method in interface jakarta.json.JsonBuilderFactory
Creates a JsonObjectBuilder instance, initialized with the specified object.
createObjectBuilder() - Method in class jakarta.json.spi.JsonProvider
Creates a JSON object builder.
createObjectBuilder(JsonObject) - Method in class jakarta.json.spi.JsonProvider
Creates a JSON object builder, initialized with the specified object.
createObjectBuilder(Map<String, Object>) - Method in class jakarta.json.spi.JsonProvider
Creates a JSON object builder, initialized with the data from specified map.
createParser(Reader) - Static method in class jakarta.json.Json
Creates a JSON parser from a character stream.
createParser(InputStream) - Static method in class jakarta.json.Json
Creates a JSON parser from a byte stream.
createParser(Reader) - Method in class jakarta.json.spi.JsonProvider
Creates a JSON parser from a character stream.
createParser(InputStream) - Method in class jakarta.json.spi.JsonProvider
Creates a JSON parser from the specified byte stream.
createParser(Reader) - Method in interface jakarta.json.stream.JsonParserFactory
Creates a JSON parser from a character stream.
createParser(InputStream) - Method in interface jakarta.json.stream.JsonParserFactory
Creates a JSON parser from the specified byte stream.
createParser(InputStream, Charset) - Method in interface jakarta.json.stream.JsonParserFactory
Creates a JSON parser from the specified byte stream.
createParser(JsonObject) - Method in interface jakarta.json.stream.JsonParserFactory
Creates a JSON parser from the specified JSON object.
createParser(JsonArray) - Method in interface jakarta.json.stream.JsonParserFactory
Creates a JSON parser from the specified JSON array.
createParserFactory(Map<String, ?>) - Static method in class jakarta.json.Json
Creates a parser factory for creating JsonParser objects.
createParserFactory(Map<String, ?>) - Method in class jakarta.json.spi.JsonProvider
Creates a parser factory for creating JsonParser instances.
createPatch(JsonArray) - Static method in class jakarta.json.Json
Creates a JSON Patch (RFC 6902) from the specified operations.
createPatch(JsonArray) - Method in class jakarta.json.spi.JsonProvider
Creates a JSON Patch (RFC 6902) from the specified operations.
createPatchBuilder() - Static method in class jakarta.json.Json
Creates a JSON Patch builder (RFC 6902).
createPatchBuilder(JsonArray) - Static method in class jakarta.json.Json
Creates a JSON Patch builder (RFC 6902), initialized with the specified operations.
createPatchBuilder() - Method in class jakarta.json.spi.JsonProvider
Creates a JSON Patch builder (RFC 6902).
createPatchBuilder(JsonArray) - Method in class jakarta.json.spi.JsonProvider
Creates a JSON Patch builder (RFC 6902), initialized with the specified operations.
createPointer(String) - Static method in class jakarta.json.Json
Creates JSON Pointer (RFC 6901) from given jsonPointer string.
createPointer(String) - Method in class jakarta.json.spi.JsonProvider
Creates JSON Pointer (RFC 6901) from given jsonPointer string.
createProducer(Bean<T>) - Method in interface jakarta.enterprise.inject.spi.ProducerFactory
Create a new producer for a bean.
createQuery() - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create a CriteriaQuery object.
createQuery(Class<T>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create a CriteriaQuery object with the specified result type.
createQuery(String) - Method in interface jakarta.persistence.EntityManager
Create an instance of Query for executing a Jakarta Persistence query language statement.
createQuery(CriteriaQuery<T>) - Method in interface jakarta.persistence.EntityManager
Create an instance of TypedQuery for executing a criteria query.
createQuery(CriteriaUpdate) - Method in interface jakarta.persistence.EntityManager
Create an instance of Query for executing a criteria update query.
createQuery(CriteriaDelete) - Method in interface jakarta.persistence.EntityManager
Create an instance of Query for executing a criteria delete query.
createQuery(String, Class<T>) - Method in interface jakarta.persistence.EntityManager
Create an instance of TypedQuery for executing a Jakarta Persistence query language statement.
createReader(Reader) - Static method in class jakarta.json.Json
Creates a JSON reader from a character stream.
createReader(InputStream) - Static method in class jakarta.json.Json
Creates a JSON reader from a byte stream.
createReader(Reader) - Method in interface jakarta.json.JsonReaderFactory
Creates a JSON reader from a character stream.
createReader(InputStream) - Method in interface jakarta.json.JsonReaderFactory
Creates a JSON reader from a byte stream.
createReader(InputStream, Charset) - Method in interface jakarta.json.JsonReaderFactory
Creates a JSON reader from a byte stream.
createReader(Reader) - Method in class jakarta.json.spi.JsonProvider
Creates a JSON reader from a character stream.
createReader(InputStream) - Method in class jakarta.json.spi.JsonProvider
Creates a JSON reader from a byte stream.
createReaderFactory(Map<String, ?>) - Static method in class jakarta.json.Json
Creates a reader factory for creating JsonReader objects.
createReaderFactory(Map<String, ?>) - Method in class jakarta.json.spi.JsonProvider
Creates a reader factory for creating JsonReader objects.
createResource(String) - Method in class jakarta.faces.application.ResourceHandler

Create an instance of ViewResource given the argument resourceName.

createResource(String, String) - Method in class jakarta.faces.application.ResourceHandler

Create an instance of Resource with a resourceName given by the value of the argument resourceName that is a member of the library named by the argument libraryName.

createResource(String, String, String) - Method in class jakarta.faces.application.ResourceHandler

Create an instance of Resource with a resourceName given by the value of the argument resourceName that is a member of the library named by the argument libraryName that claims to have the content-type given by the argument content-type.

createResource(String) - Method in class jakarta.faces.application.ResourceHandlerWrapper

The default behavior of this method is to call ResourceHandler.createResource(String) on the wrapped ResourceHandler object.

createResource(String, String) - Method in class jakarta.faces.application.ResourceHandlerWrapper

The default behavior of this method is to call ResourceHandler.createResource(String, String) on the wrapped ResourceHandler object.

createResource(String, String, String) - Method in class jakarta.faces.application.ResourceHandlerWrapper

The default behavior of this method is to call ResourceHandler.createResource(String, String, String) on the wrapped ResourceHandler object.

createResourceFromId(String) - Method in class jakarta.faces.application.ResourceHandler

Create an instance of Resource given the argument resourceId.

createResourceFromId(String) - Method in class jakarta.faces.application.ResourceHandlerWrapper

The default behavior of this method is to call ResourceHandler.createResourceFromId(String) on the wrapped ResourceHandler object.

createResponseBuilder() - Method in class jakarta.ws.rs.ext.RuntimeDelegate
Create a new instance of a Response.ResponseBuilder.
createResponseStream(OutputStream) - Method in class jakarta.faces.render.RenderKit
Use the provided OutputStream to create a new ResponseStream instance.
createResponseStream(OutputStream) - Method in class jakarta.faces.render.RenderKitWrapper
The default behavior of this method is to call RenderKit.createResponseStream(java.io.OutputStream) on the wrapped RenderKit object.
createResponseWriter(Writer, String, String) - Method in class jakarta.faces.render.RenderKit
Use the provided Writer to create a new ResponseWriter instance for the specified (optional) content type, and character encoding.
createResponseWriter(Writer, String, String) - Method in class jakarta.faces.render.RenderKitWrapper
The default behavior of this method is to call RenderKit.createResponseWriter(java.io.Writer, String, String) on the wrapped RenderKit object.
createSearchExpressionContext(FacesContext, UIComponent) - Static method in class jakarta.faces.component.search.SearchExpressionContext

Creates a SearchExpressionContext instance for use with the SearchExpressionHandler.

createSearchExpressionContext(FacesContext, UIComponent, Set<SearchExpressionHint>, Set<VisitHint>) - Static method in class jakarta.faces.component.search.SearchExpressionContext

Creates a SearchExpressionContext instance for use with the SearchExpressionHandler.

createServlet(Class<T>) - Method in interface jakarta.servlet.ServletContext
Instantiates the given Servlet class.
createSingleActionTimer(long, TimerConfig) - Method in interface jakarta.ejb.TimerService
Create a single-action timer that expires after a specified duration.
createSingleActionTimer(Date, TimerConfig) - Method in interface jakarta.ejb.TimerService
Create a single-action timer that expires at a given point in time.
createSpecializedConfiguration(BootstrapState) - Method in interface jakarta.validation.spi.ValidationProvider
Returns a Configuration instance implementing T, the Configuration sub-interface.
createStoredProcedureQuery(String) - Method in interface jakarta.persistence.EntityManager
Create an instance of StoredProcedureQuery for executing a stored procedure in the database.
createStoredProcedureQuery(String, Class...) - Method in interface jakarta.persistence.EntityManager
Create an instance of StoredProcedureQuery for executing a stored procedure in the database.
createStoredProcedureQuery(String, String...) - Method in interface jakarta.persistence.EntityManager
Create an instance of StoredProcedureQuery for executing a stored procedure in the database.
createTimer(long, Serializable) - Method in interface jakarta.ejb.TimerService
Create a single-action timer that expires after a specified duration.
createTimer(long, long, Serializable) - Method in interface jakarta.ejb.TimerService
Create an interval timer whose first expiration occurs after a specified duration, and whose subsequent expirations occur after a specified interval.
createTimer(Date, Serializable) - Method in interface jakarta.ejb.TimerService
Create a single-action timer that expires at a given point in time.
createTimer(Date, long, Serializable) - Method in interface jakarta.ejb.TimerService
Create an interval timer whose first expiration occurs at a given point in time and whose subsequent expirations occur after a specified interval.
createTupleQuery() - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create a CriteriaQuery object that returns a tuple of objects as its result.
createUniqueId(FacesContext, String) - Method in class jakarta.faces.component.UIData
 
createUniqueId(FacesContext, String) - Method in class jakarta.faces.component.UIForm

Generate an identifier for a component.

createUniqueId(FacesContext, String) - Method in class jakarta.faces.component.UINamingContainer
 
createUniqueId() - Method in class jakarta.faces.component.UIViewRoot
Generate an identifier for a component.
createUniqueId(FacesContext, String) - Method in class jakarta.faces.component.UIViewRoot
Generate an identifier for a component.
createUniqueId(FacesContext, String) - Method in interface jakarta.faces.component.UniqueIdVendor
Generate an identifier for a component.
createUriBuilder() - Method in class jakarta.ws.rs.ext.RuntimeDelegate
Create a new instance of a UriBuilder.
createValidator(String) - Method in class jakarta.faces.application.Application
Instantiate and return a new Validator instance of the class specified by a previous call to addValidator() for the specified validator id.
createValidator(String) - Method in class jakarta.faces.application.ApplicationWrapper

The default behavior of this method is to call Application.createValidator(String) on the wrapped Application object.

createValidator() - Method in class jakarta.faces.webapp.ValidatorELTag
Create and return a new Validator to be registered on our surrounding UIComponent.
createValidator() - Method in class jakarta.faces.webapp.ValidatorTag
Deprecated.
Create and return a new Validator to be registered on our surrounding UIComponent.
createValidatorHandlerDelegate(ValidatorHandler) - Method in class jakarta.faces.view.facelets.TagHandlerDelegateFactory

Create and return a TagHandlerDelegate instance designed for use with ValidatorHandler.

createValue(String) - Static method in class jakarta.json.Json
Creates a JsonString.
createValue(int) - Static method in class jakarta.json.Json
Creates a JsonNumber.
createValue(long) - Static method in class jakarta.json.Json
Creates a JsonNumber.
createValue(double) - Static method in class jakarta.json.Json
Creates a JsonNumber.
createValue(BigDecimal) - Static method in class jakarta.json.Json
Creates a JsonNumber.
createValue(BigInteger) - Static method in class jakarta.json.Json
Creates a JsonNumber.
createValue(String) - Method in class jakarta.json.spi.JsonProvider
Creates a JsonString.
createValue(int) - Method in class jakarta.json.spi.JsonProvider
Creates a JsonNumber.
createValue(long) - Method in class jakarta.json.spi.JsonProvider
Creates a JsonNumber.
createValue(double) - Method in class jakarta.json.spi.JsonProvider
Creates a JsonNumber.
createValue(BigDecimal) - Method in class jakarta.json.spi.JsonProvider
Creates a JsonNumber.
createValue(BigInteger) - Method in class jakarta.json.spi.JsonProvider
Creates a JsonNumber.
createValueBinding(String) - Method in class jakarta.faces.application.Application
createValueBinding(String) - Method in class jakarta.faces.application.ApplicationWrapper

The default behavior of this method is to call Application.createValueBinding(String) on the wrapped Application object.

createValueExpression(ELContext, String, Class<?>) - Method in class jakarta.el.ExpressionFactory
Parses an expression into a ValueExpression for later evaluation.
createValueExpression(Object, Class<?>) - Method in class jakarta.el.ExpressionFactory
Creates a ValueExpression that wraps an object instance.
createVariantListBuilder() - Method in class jakarta.ws.rs.ext.RuntimeDelegate
Create a new instance of a Variant.VariantListBuilder.
createVerbatimComponent() - Method in class jakarta.faces.webapp.UIComponentClassicTagBase
Use the Application instance to create a new component with the following characteristics.
createVerbatimComponentFromBodyContent() - Method in class jakarta.faces.webapp.UIComponentClassicTagBase
Create a transient UIOutput component from the body content, of this tag instance or return null if there is no body content, the body content is whitespace, or the body content is a comment.
createView(FacesContext, String) - Method in class jakarta.faces.application.ViewHandler
Create and return a new UIViewRoot instance initialized with information from the argument FacesContext and viewId.
createView(FacesContext, String) - Method in class jakarta.faces.application.ViewHandlerWrapper
The default behavior of this method is to call ViewHandler.createView(jakarta.faces.context.FacesContext, String) on the wrapped ViewHandler object.
createView(FacesContext, String) - Method in class jakarta.faces.view.ViewDeclarationLanguage

Create a UIViewRoot from the VDL contained in the artifact referenced by the argument viewId.

createView(FacesContext, String) - Method in class jakarta.faces.view.ViewDeclarationLanguageWrapper
 
createViewResource(FacesContext, String) - Method in class jakarta.faces.application.ResourceHandler

Create an instance of Resource given the argument resourceName, which may contain "/" characters.

createViewResource(FacesContext, String) - Method in class jakarta.faces.application.ResourceHandlerWrapper

The default behavior of this method is to call ResourceHandler.createViewResource(jakarta.faces.context.FacesContext, java.lang.String) on the wrapped ResourceHandler object.

createVisitContext(FacesContext, Collection<String>, Set<VisitHint>) - Static method in class jakarta.faces.component.visit.VisitContext
Returns a VisitContext instance that is initialized with the specified ids and hintsfor use with UIComponent.visitTree(jakarta.faces.component.visit.VisitContext, jakarta.faces.component.visit.VisitCallback).
createVisitContext(FacesContext) - Static method in class jakarta.faces.component.visit.VisitContext
Creates a VisitContext instance for use with UIComponent.visitTree().
createWith(Function<CreationalContext<U>, U>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
Set a callback to create a bean instance.
createWriter(Writer) - Static method in class jakarta.json.Json
Creates a JSON writer to write a JSON object or array structure to the specified character stream.
createWriter(OutputStream) - Static method in class jakarta.json.Json
Creates a JSON writer to write a JSON object or array structure to the specified byte stream.
createWriter(Writer) - Method in interface jakarta.json.JsonWriterFactory
Creates a JSON writer to write a JSON object or array structure to the specified character stream.
createWriter(OutputStream) - Method in interface jakarta.json.JsonWriterFactory
Creates a JSON writer to write a JSON object or array structure to the specified byte stream.
createWriter(OutputStream, Charset) - Method in interface jakarta.json.JsonWriterFactory
Creates a JSON writer to write a JSON object or array structure to the specified byte stream.
createWriter(Writer) - Method in class jakarta.json.spi.JsonProvider
Creates a JSON writer to write a JSON object or array structure to the specified character stream.
createWriter(OutputStream) - Method in class jakarta.json.spi.JsonProvider
Creates a JSON writer to write a JSON object or array structure to the specified byte stream.
createWriterFactory(Map<String, ?>) - Static method in class jakarta.json.Json
Creates a writer factory for creating JsonWriter objects.
createWriterFactory(Map<String, ?>) - Method in class jakarta.json.spi.JsonProvider
Creates a writer factory for creating JsonWriter objects.
CreationalContext<T> - Interface in jakarta.enterprise.context.spi
Provides operations that are used by the Contextual implementation during instance creation and destruction.
CreationException - Exception in jakarta.enterprise.inject
Indicates that a checked exception was thrown during creation of a bean.
CreationException() - Constructor for exception jakarta.enterprise.inject.CreationException
 
CreationException(String) - Constructor for exception jakarta.enterprise.inject.CreationException
 
CreationException(Throwable) - Constructor for exception jakarta.enterprise.inject.CreationException
 
CreationException(String, Throwable) - Constructor for exception jakarta.enterprise.inject.CreationException
 
credential(Credential) - Method in class jakarta.security.enterprise.authentication.mechanism.http.AuthenticationParameters
Sets the credential to be used by the authentication mechanism responding to the authenticate call in which these AuthenticationParameters are passed.
Credential - Interface in jakarta.security.enterprise.credential
Credential represents the credential the caller will use to authenticate.
CredentialValidationResult - Class in jakarta.security.enterprise.identitystore
CredentialValidationResult is the result from an attempt to validate an instance of Credential.
CredentialValidationResult(String) - Constructor for class jakarta.security.enterprise.identitystore.CredentialValidationResult
Constructor for a VALID result.
CredentialValidationResult(CallerPrincipal) - Constructor for class jakarta.security.enterprise.identitystore.CredentialValidationResult
Constructor for a VALID result.
CredentialValidationResult(String, Set<String>) - Constructor for class jakarta.security.enterprise.identitystore.CredentialValidationResult
Constructor for a VALID result.
CredentialValidationResult(CallerPrincipal, Set<String>) - Constructor for class jakarta.security.enterprise.identitystore.CredentialValidationResult
Constructor for a VALID result.
CredentialValidationResult(String, String, String, String, Set<String>) - Constructor for class jakarta.security.enterprise.identitystore.CredentialValidationResult
Constructor for a VALID result.
CredentialValidationResult(String, CallerPrincipal, String, String, Set<String>) - Constructor for class jakarta.security.enterprise.identitystore.CredentialValidationResult
Constructor for a VALID result.
CredentialValidationResult.Status - Enum in jakarta.security.enterprise.identitystore
 
CriteriaBuilder - Interface in jakarta.persistence.criteria
Used to construct criteria queries, compound selections, expressions, predicates, orderings.
CriteriaBuilder.Case<R> - Interface in jakarta.persistence.criteria
Interface used to build general case expressions.
CriteriaBuilder.Coalesce<T> - Interface in jakarta.persistence.criteria
Interface used to build coalesce expressions.
CriteriaBuilder.In<T> - Interface in jakarta.persistence.criteria
Interface used to build in predicates.
CriteriaBuilder.SimpleCase<C,R> - Interface in jakarta.persistence.criteria
Interface used to build simple case expressions.
CriteriaBuilder.Trimspec - Enum in jakarta.persistence.criteria
Used to specify how strings are trimmed.
CriteriaDelete<T> - Interface in jakarta.persistence.criteria
The CriteriaDelete interface defines functionality for performing bulk delete operations using the Criteria API
CriteriaQuery<T> - Interface in jakarta.persistence.criteria
The CriteriaQuery interface defines functionality that is specific to top-level queries.
CriteriaUpdate<T> - Interface in jakarta.persistence.criteria
The CriteriaUpdate interface defines functionality for performing bulk update operations using the Criteria API.
CrossParameterDescriptor - Interface in jakarta.validation.metadata
Describes an element holding cross-parameter constraints of a method or constructor
CURRENCY_ID - Static variable in class jakarta.faces.convert.NumberConverter
The message identifier of the FacesMessage to be created if the conversion to Number fails.
current() - Static method in class jakarta.enterprise.inject.spi.CDI
Get the CDI instance that provides access to the current container.
CURRENT_COMPONENT - Static variable in class jakarta.faces.component.UIComponent
Deprecated. 
CURRENT_COMPOSITE_COMPONENT - Static variable in class jakarta.faces.component.UIComponent
Deprecated. 
currentDate() - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create expression to return current date.
currentTime() - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create expression to return current time.
currentTimestamp() - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create expression to return current timestamp.
CustomFormAuthenticationMechanismDefinition - Annotation Type in jakarta.security.enterprise.authentication.mechanism.http
Annotation used to define a container authentication mechanism that implements authentication resembling Servlet FORM authentication (Servlet spec 13.6.3).
CustomScoped - Annotation Type in jakarta.faces.bean
Deprecated.
This has been replaced by CDI custom scopes and jakarta.enterprise.context.spi.Context. See 2.4.2 and 6.2 of the CDI specification for further details.

D

data(Class, Object) - Method in interface jakarta.ws.rs.sse.OutboundSseEvent.Builder
Set event data and java type of event data.
data(GenericType, Object) - Method in interface jakarta.ws.rs.sse.OutboundSseEvent.Builder
Set event data and a generic java type of event data.
data(Object) - Method in interface jakarta.ws.rs.sse.OutboundSseEvent.Builder
Set event data and java type of event data.
DatabaseIdentityStoreDefinition - Annotation Type in jakarta.security.enterprise.identitystore
Annotation used to define a container-provided IdentityStore that stores caller credentials and identity attributes in a relational database, and make that implementation available as an enabled CDI bean.
DataModel<E> - Class in jakarta.faces.model
DataModel is an abstraction around arbitrary data binding technologies that can be used to adapt a variety of data sources for use by Jakarta Server Faces components that support per-row processing for their child components (such as UIData.
DataModel() - Constructor for class jakarta.faces.model.DataModel
 
DataModelEvent - Class in jakarta.faces.model
DataModelEvent represents an event of interest to registered listeners that occurred on the specified DataModel.
DataModelEvent(DataModel, int, Object) - Constructor for class jakarta.faces.model.DataModelEvent
Construct an event object that is associated with the specified row index and associated data.
DataModelListener - Interface in jakarta.faces.model
DataModelListener represents an event listener that wishes to be notified of DataModelEvents occurring on a particular DataModel instance.
DataSourceDefinition - Annotation Type in jakarta.annotation.sql
Annotation used to define a container DataSource to be registered with JNDI.
DataSourceDefinitions - Annotation Type in jakarta.annotation.sql
Declares one or more DataSourceDefinition annotations.
DATE - Static variable in interface jakarta.ws.rs.core.HttpHeaders
DATE_FORMAT - Static variable in class jakarta.json.bind.JsonbConfig
Property used to specify custom date format globally.
DATE_ID - Static variable in class jakarta.faces.convert.DateTimeConverter
The message identifier of the FacesMessage to be created if the conversion to Date fails.
DATETIME_ID - Static variable in class jakarta.faces.convert.DateTimeConverter
The message identifier of the FacesMessage to be created if the conversion to DateTime fails.
DateTimeConverter - Class in jakarta.faces.convert
Converter implementation for java.util.Date values.
DateTimeConverter() - Constructor for class jakarta.faces.convert.DateTimeConverter
 
DATETIMECONVERTER_DEFAULT_TIMEZONE_IS_SYSTEM_TIMEZONE_PARAM_NAME - Static variable in interface jakarta.faces.convert.Converter

If this param is set, and calling toLowerCase().equals("true") on a String representation of its value returns true, Application.createConverter() must guarantee that the default for the timezone of all jakarta.faces.convert.DateTimeConverter instances must be equal to TimeZone.getDefault() instead of "GMT".

dayOfMonth(String) - Method in class jakarta.ejb.ScheduleExpression
Set the day of the month attribute.
dayOfMonth(int) - Method in class jakarta.ejb.ScheduleExpression
Set the day of the month attribute.
dayOfWeek(String) - Method in class jakarta.ejb.ScheduleExpression
Set the day of the week attribute.
dayOfWeek(int) - Method in class jakarta.ejb.ScheduleExpression
Set the day of the week attribute.
deactivate() - Method in interface jakarta.enterprise.context.control.RequestContextController
Deactivates the current Request Context if it was activated by this context controller.
DECIMAL_ID - Static variable in class jakarta.faces.convert.BigDecimalConverter
The message identifier of the FacesMessage to be created if the conversion to BigDecimal fails.
DecimalMax - Annotation Type in jakarta.validation.constraints
The annotated element must be a number whose value must be lower or equal to the specified maximum.
DecimalMax.List - Annotation Type in jakarta.validation.constraints
Defines several DecimalMax annotations on the same element.
DecimalMin - Annotation Type in jakarta.validation.constraints
The annotated element must be a number whose value must be higher or equal to the specified minimum.
DecimalMin.List - Annotation Type in jakarta.validation.constraints
Defines several DecimalMin annotations on the same element.
declaredOn(ElementType...) - Method in interface jakarta.validation.metadata.ElementDescriptor.ConstraintFinder
Restricts to the constraints hosted on the listed types for a given element.
DeclareRoles - Annotation Type in jakarta.annotation.security
Used by application to declare security roles.
declareRoles(String...) - Method in interface jakarta.servlet.ServletContext
Declares role names that are tested using isUserInRole.
decode(FacesContext, UIComponent) - Method in interface jakarta.faces.component.behavior.ClientBehavior

Decode any new state of this ClientBehavior from the request contained in the specified FacesContext.

decode(FacesContext, UIComponent) - Method in class jakarta.faces.component.behavior.ClientBehaviorBase
decode(FacesContext) - Method in class jakarta.faces.component.UIComponent
Decode any new state of this UIComponent from the request contained in the specified FacesContext, and store this state as needed.
decode(FacesContext) - Method in class jakarta.faces.component.UIComponentBase
 
decode(FacesContext) - Method in class jakarta.faces.component.UIInput
 
decode(FacesContext) - Method in class jakarta.faces.component.UIViewAction

Override behavior from the superclass to queue an ActionEvent that may result in the invocation of the action or any actionListeners that may be associated with this instance.

decode(FacesContext) - Method in class jakarta.faces.component.UIViewParameter

Override behavior from superclass to pull a value from the incoming request parameter map under the name given by UIViewParameter.getName() and store it with a call to UIInput.setSubmittedValue(java.lang.Object).

decode(FacesContext) - Method in class jakarta.faces.lifecycle.ClientWindow

The implementation is responsible for examining the incoming request and extracting the value that must be returned from the ClientWindow.getId() method.

decode(FacesContext) - Method in class jakarta.faces.lifecycle.ClientWindowWrapper
 
decode(FacesContext, UIComponent, ClientBehavior) - Method in class jakarta.faces.render.ClientBehaviorRenderer

Decode any new state of this ClientBehavior from the request contained in the specified FacesContext.

decode(FacesContext, UIComponent) - Method in class jakarta.faces.render.Renderer
Decode any new state of the specified UIComponent from the request contained in the specified FacesContext, and store that state on the UIComponent.
decode(FacesContext, UIComponent) - Method in class jakarta.faces.render.RendererWrapper
 
decode(ByteBuffer) - Method in interface jakarta.websocket.Decoder.Binary
Decode the given bytes into an object of type T.
decode(InputStream) - Method in interface jakarta.websocket.Decoder.BinaryStream
Decode the given bytes read from the input stream into an object of type T.
decode(String) - Method in interface jakarta.websocket.Decoder.Text
Decode the given String into an object of type T.
decode(Reader) - Method in interface jakarta.websocket.Decoder.TextStream
Reads the websocket message from the implementation provided Reader and decodes it into an instance of the supplied object type.
DecodeException - Exception in jakarta.websocket
A general exception that occurs when trying to decode a custom object from a text or binary message.
DecodeException(ByteBuffer, String, Throwable) - Constructor for exception jakarta.websocket.DecodeException
Constructor with the binary data that could not be decoded, and the reason why it failed to be, and the cause.
DecodeException(String, String, Throwable) - Constructor for exception jakarta.websocket.DecodeException
Constructor with the text data that could not be decoded, and the reason why it failed to be, and the cause.
DecodeException(ByteBuffer, String) - Constructor for exception jakarta.websocket.DecodeException
Constructs a DecodedException with the given ByteBuffer that cannot be decoded, and reason why.
DecodeException(String, String) - Constructor for exception jakarta.websocket.DecodeException
Constructs a DecodedException with the given encoded string that cannot be decoded, and reason why.
decodePointer(String) - Static method in class jakarta.json.Json
Decodes a passed JSON-pointer string as defined by RFC 6901.
Decoder - Interface in jakarta.websocket
The Decoder interface holds member interfaces that define how a developer can provide the web socket container a way web socket messages into developer defined custom objects.
Decoder.Binary<T> - Interface in jakarta.websocket
This interface defines how a custom object (of type T) is decoded from a web socket message in the form of a byte buffer.
Decoder.BinaryStream<T> - Interface in jakarta.websocket
This interface defines how a custom object is decoded from a web socket message in the form of a binary stream.
Decoder.Text<T> - Interface in jakarta.websocket
This interface defines how a custom object is decoded from a web socket message in the form of a string.
Decoder.TextStream<T> - Interface in jakarta.websocket
This interface defines how a custom object of type T is decoded from a web socket message in the form of a character stream.
decoders(List<Class<? extends Decoder>>) - Method in class jakarta.websocket.ClientEndpointConfig.Builder
Assign the list of decoder implementation classes the client will use.
decoders(List<Class<? extends Decoder>>) - Method in class jakarta.websocket.server.ServerEndpointConfig.Builder
Sets the decoder implementation classes to use in the configuration.
decorate(Tag) - Method in interface jakarta.faces.view.facelets.TagDecorator
If handled, return a new Tag instance, otherwise return null
Decorated - Annotation Type in jakarta.enterprise.inject
A decorator may inject metadata about the bean it is decorating
Decorator - Annotation Type in jakarta.decorator
Specifies that a class is a decorator.
Decorator<T> - Interface in jakarta.enterprise.inject.spi
Represents an enabled decorator.
Default - Annotation Type in jakarta.enterprise.inject
The default qualifier type.
Default - Interface in jakarta.validation.groups
Default Jakarta Bean Validation group.
Default.Literal - Class in jakarta.enterprise.inject
Supports inline instantiation of the Default qualifier.
DEFAULT_BUFFER - Static variable in class jakarta.servlet.jsp.JspWriter
Constant indicating that the Writer is buffered and is using the implementation default buffer size.
DEFAULT_CDI_PROVIDER_PRIORITY - Static variable in interface jakarta.enterprise.inject.spi.CDIProvider
 
DEFAULT_FACELETS_SUFFIX - Static variable in class jakarta.faces.application.ViewHandler

The value to use for the default extension for Facelet based XHTML pages if the webapp is using url extension mapping.

DEFAULT_FACTORY_SECURITY_PROPERTY - Static variable in class jakarta.security.auth.message.config.AuthConfigFactory
The name of the Security property used to define the default AuthConfigFactory implementation class.
DEFAULT_FORMAT - Static variable in annotation type jakarta.json.bind.annotation.JsonbDateFormat
Value that indicates the default format.
DEFAULT_LIFECYCLE - Static variable in class jakarta.faces.lifecycle.LifecycleFactory
The lifecycle identifier for the default Lifecycle instance for this Jakarta Server Faces implementation.
DEFAULT_LOCALE - Static variable in annotation type jakarta.json.bind.annotation.JsonbDateFormat
Value that indicates that default Locale.
DEFAULT_LOCALE - Static variable in annotation type jakarta.json.bind.annotation.JsonbNumberFormat
Value that indicates that default Locale.
DEFAULT_MAX_AGE - Static variable in class jakarta.ws.rs.core.NewCookie
Specifies that the cookie expires with the current application/browser session.
DEFAULT_PRIORITY - Static variable in interface jakarta.enterprise.inject.spi.ObserverMethod
 
DEFAULT_SUFFIX - Static variable in class jakarta.faces.application.ViewHandler

The value to use for the default extension if the webapp is using url extension mapping.

DEFAULT_SUFFIX_PARAM_NAME - Static variable in class jakarta.faces.application.ViewHandler
Allow the web application to define a list of alternate suffixes for pages containing Jakarta Server Faces content.
DEFAULT_VALIDATION_TYPES - Static variable in interface jakarta.security.enterprise.identitystore.IdentityStore
Default set of validation types.
DEFAULT_VERSION - Static variable in class jakarta.ws.rs.core.Cookie
Cookies using the default version correspond to RFC 2109.
defaultOutcome(String) - Method in class jakarta.faces.flow.builder.MethodCallBuilder

If the method is a void method, or the method returns null, this can be used to specify what value should be passed to runtime when the method returns.

defaultOutcome(ValueExpression) - Method in class jakarta.faces.flow.builder.MethodCallBuilder

If the method is a void method, or the method returns null, this can be used to specify what value should be passed to runtime when the method returns.

defaultOutcome(String) - Method in class jakarta.faces.flow.builder.SwitchBuilder

Set the default outcome of the current switch.

defaultOutcome(ValueExpression) - Method in class jakarta.faces.flow.builder.SwitchBuilder

Set the default outcome of the current switch.

DefaultValue - Annotation Type in jakarta.ws.rs
Defines the default value of request meta-data that is bound using one of the following annotations: PathParam, QueryParam, MatrixParam, CookieParam, FormParam, or HeaderParam.
deferredExpression - Variable in class jakarta.servlet.jsp.jstl.core.LoopTagSupport
The deferred expression if any
defineBean(String, Object) - Method in class jakarta.el.ELManager
Define a bean in the local bean repository
defineBean(String, Object) - Method in class jakarta.el.ELProcessor
Define a bean in a local bean repository, hiding other beans of the same name.
defineFunction(String, String, String, String) - Method in class jakarta.el.ELProcessor
Define a Jakarta Expression Language function in the local function mapper.
defineFunction(String, String, Method) - Method in class jakarta.el.ELProcessor
Define a Jakarta Expression Language function in the local function mapper.
DefinitionException - Exception in jakarta.enterprise.inject.spi
Thrown when a definition error occurs.
DefinitionException(String, Throwable) - Constructor for exception jakarta.enterprise.inject.spi.DefinitionException
 
DefinitionException(String) - Constructor for exception jakarta.enterprise.inject.spi.DefinitionException
 
DefinitionException(Throwable) - Constructor for exception jakarta.enterprise.inject.spi.DefinitionException
 
Delegate - Annotation Type in jakarta.decorator
Identifies the delegate injection point of a decorator.
delegate(boolean) - Method in interface jakarta.enterprise.inject.spi.configurator.InjectionPointConfigurator
Change the delegate status of the built InjectionPoint.
delegateFactory - Variable in class jakarta.faces.view.facelets.DelegatingMetaTagHandler
 
DelegatingMetaTagHandler - Class in jakarta.faces.view.facelets

Enable the Jakarta Server Faces implementation to provide the appropriate behavior for the kind of MetaTagHandler subclass for each kind of element in the view, while providing a base-class from which those wanting to make a Java language custom tag handler can inherit.

DelegatingMetaTagHandler(TagConfig) - Constructor for class jakarta.faces.view.facelets.DelegatingMetaTagHandler
 
delete(String) - Method in class jakarta.faces.context.PartialResponseWriter

Write a delete operation.

delete() - Method in interface jakarta.servlet.http.Part
Deletes the underlying storage for a file item, including deleting any associated temporary disk file.
delete() - Method in interface jakarta.ws.rs.client.AsyncInvoker
Invoke HTTP DELETE method for the current request asynchronously.
delete(Class<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
Invoke HTTP DELETE method for the current request asynchronously.
delete(GenericType<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
Invoke HTTP DELETE method for the current request asynchronously.
delete(InvocationCallback<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
Invoke HTTP DELETE method for the current request asynchronously.
delete() - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
 
delete(Class<T>) - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
 
delete(GenericType<T>) - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
 
delete() - Method in interface jakarta.ws.rs.client.RxInvoker
Invoke HTTP DELETE method for the current request.
delete(Class<R>) - Method in interface jakarta.ws.rs.client.RxInvoker
Invoke HTTP DELETE method for the current request.
delete(GenericType<R>) - Method in interface jakarta.ws.rs.client.RxInvoker
Invoke HTTP DELETE method for the current request.
delete() - Method in interface jakarta.ws.rs.client.SyncInvoker
Invoke HTTP DELETE method for the current request synchronously.
delete(Class<T>) - Method in interface jakarta.ws.rs.client.SyncInvoker
Invoke HTTP DELETE method for the current request synchronously.
delete(GenericType<T>) - Method in interface jakarta.ws.rs.client.SyncInvoker
Invoke HTTP DELETE method for the current request synchronously.
DELETE - Annotation Type in jakarta.ws.rs
Indicates that the annotated method responds to HTTP DELETE requests.
DELETE - Static variable in annotation type jakarta.ws.rs.HttpMethod
HTTP DELETE method.
delims - Variable in class jakarta.servlet.jsp.jstl.core.IteratedExpression
 
delistResource(XAResource, int) - Method in interface jakarta.transaction.Transaction
Disassociate the resource specified from the transaction associated with the target Transaction object.
DenyAll - Annotation Type in jakarta.annotation.security
Specifies that no security roles are allowed to invoke the specified method(s).
Dependent - Annotation Type in jakarta.enterprise.context
Specifies that a bean belongs to the dependent pseudo-scope.
Dependent.Literal - Class in jakarta.enterprise.context
Supports inline instantiation of the Dependent annotation.
DependsOn - Annotation Type in jakarta.ejb
Used to express an initialization dependency between singleton components.
DeploymentException - Exception in jakarta.enterprise.inject.spi
Thrown when a deployment problem occurs.
DeploymentException(String, Throwable) - Constructor for exception jakarta.enterprise.inject.spi.DeploymentException
 
DeploymentException(String) - Constructor for exception jakarta.enterprise.inject.spi.DeploymentException
 
DeploymentException(Throwable) - Constructor for exception jakarta.enterprise.inject.spi.DeploymentException
 
DeploymentException - Exception in jakarta.websocket
Checked exception indicating some kind of failure either to publish an endpoint on its server, or a failure to connect a client to its server.
DeploymentException(String) - Constructor for exception jakarta.websocket.DeploymentException
Creates a deployment exception with the given reason for the deployment failure.
DeploymentException(String, Throwable) - Constructor for exception jakarta.websocket.DeploymentException
Creates a deployment exception with the given reason for the deployment failure and wrapped cause of the failure.
deriveLogicalViewId(FacesContext, String) - Method in class jakarta.faces.application.ViewHandler

Derive and return the viewId from the current request, or the argument input by following the algorithm defined in specification section 7.6.2.

deriveLogicalViewId(FacesContext, String) - Method in class jakarta.faces.application.ViewHandlerWrapper

The default behavior of this method is to call ViewHandler.deriveLogicalViewId(jakarta.faces.context.FacesContext, String) on the wrapped ViewHandler object.

deriveViewId(FacesContext, String) - Method in class jakarta.faces.application.ViewHandler

Derive and return the viewId from the current request, or the argument input by following the algorithm defined in specification section 7.6.2.

deriveViewId(FacesContext, String) - Method in class jakarta.faces.application.ViewHandlerWrapper
The default behavior of this method is to call ViewHandler.deriveViewId(jakarta.faces.context.FacesContext, String) on the wrapped ViewHandler object.
desc(Expression<?>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create an ordering by the descending value of the expression.
DeserializationContext - Interface in jakarta.json.bind.serializer
Provides JSONB Mapper functionality on top of JSONP parser.
deserialize(Class<T>, JsonParser) - Method in interface jakarta.json.bind.serializer.DeserializationContext
Deserialize JSON stream into instance of provided class using JsonParser.
deserialize(Type, JsonParser) - Method in interface jakarta.json.bind.serializer.DeserializationContext
Deserialize JSON stream into instance of provided class using JsonParser.
deserialize(JsonParser, DeserializationContext, Type) - Method in interface jakarta.json.bind.serializer.JsonbDeserializer
Deserialize JSON stream into object.
DESERIALIZERS - Static variable in class jakarta.json.bind.JsonbConfig
Property used to specify custom deserializers.
destroy(Contextual<?>) - Method in interface jakarta.enterprise.context.spi.AlterableContext
Destroy the existing contextual instance.
destroy(T, CreationalContext<T>) - Method in interface jakarta.enterprise.context.spi.Contextual
Destroy an instance of the contextual type.
destroy(T) - Method in interface jakarta.enterprise.inject.Instance
When called, the container destroys the instance if the active context object for the scope type of the bean supports destroying bean instances.
destroy() - Method in class jakarta.faces.webapp.FacesServlet
Release all resources acquired at startup time.
destroy() - Method in interface jakarta.servlet.Filter
Called by the web container to indicate to a filter that it is being taken out of service.
destroy() - Method in class jakarta.servlet.GenericServlet
Called by the servlet container to indicate to a servlet that the servlet is being taken out of service.
destroy() - Method in interface jakarta.servlet.http.HttpUpgradeHandler
It is called when the client is disconnected.
destroy() - Method in interface jakarta.servlet.Servlet
Called by the servlet container to indicate to a servlet that the servlet is being taken out of service.
destroy() - Method in interface jakarta.websocket.Decoder
This method is called when the decoder is about to be removed from service in order that any resources the decoder used may be closed gracefully.
destroy() - Method in interface jakarta.websocket.Encoder
This method is called when the encoder is about to be removed from service in order that any resources the encoder used may be closed gracefully.
Destroyed - Annotation Type in jakarta.enterprise.context
An event with this qualifier is fired when a context is destroyed, i.e.
Destroyed.Literal - Class in jakarta.enterprise.context
Supports inline instantiation of the Destroyed qualifier.
destroyWith(BiConsumer<T, CreationalContext<T>>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
Set a callback to destroy a bean instance.
detach(Object) - Method in interface jakarta.persistence.EntityManager
Remove the given entity from the persistence context, causing a managed entity to become detached.
detachListener(RegistrationListener, String, String) - Method in class jakarta.security.auth.message.config.AuthConfigFactory
Disassociate the listener from all the provider registrations whose layer and appContext values are matched by the corresponding arguments to this method.
diff(Expression<? extends N>, Expression<? extends N>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create an expression that returns the difference between its arguments.
diff(Expression<? extends N>, N) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create an expression that returns the difference between its arguments.
diff(N, Expression<? extends N>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create an expression that returns the difference between its arguments.
DIGEST_AUTH - Static variable in class jakarta.faces.context.ExternalContext
String identifier for DIGEST authentication.
DIGEST_AUTH - Static variable in interface jakarta.servlet.http.HttpServletRequest
String identifier for Digest authentication.
DIGEST_AUTH - Static variable in interface jakarta.ws.rs.core.SecurityContext
String identifier for Digest authentication.
DigestRequest(byte[], String) - Constructor for class jakarta.security.auth.message.callback.PrivateKeyCallback.DigestRequest
Constructs a DigestRequest with a digest value and algorithm identifier.
Digits - Annotation Type in jakarta.validation.constraints
The annotated element must be a number within accepted range.
Digits.List - Annotation Type in jakarta.validation.constraints
Defines several Digits annotations on the same element.
DISABLE_DEFAULT_BEAN_VALIDATOR_PARAM_NAME - Static variable in class jakarta.faces.validator.BeanValidator

If this param is defined, and calling toLowerCase().equals(“true”) on a String representation of its value returns true, the runtime must not automatically add the validator with validator-id equal to the value of the symbolic constant BeanValidator.VALIDATOR_ID to the list of default validators.

DISABLE_FACELET_JSF_VIEWHANDLER_PARAM_NAME - Static variable in class jakarta.faces.application.ViewHandler

If this param is set, and calling toLowerCase().equals("true") on a String representation of its value returns true, the default ViewHandler must behave as specified in the latest 1.2 version of this specification.

DISABLE_FACESSERVLET_TO_XHTML_PARAM_NAME - Static variable in class jakarta.faces.webapp.FacesServlet

The ServletContext init parameter consulted by the runtime to tell if the automatic mapping of the FacesServlet to the extension *.xhtml should be disabled.

disableClientWindowRenderMode(FacesContext) - Method in class jakarta.faces.lifecycle.ClientWindow

Components that permit per-use disabling of the appending of the ClientWindow in generated URLs must call this method first before rendering those URLs.

disableClientWindowRenderMode(FacesContext) - Method in class jakarta.faces.lifecycle.ClientWindowWrapper
 
disableDefaultConstraintViolation() - Method in interface jakarta.validation.ConstraintValidatorContext
Disables the default ConstraintViolation object generation (which is using the message template declared on the constraint).
disableDiscovery() - Method in class jakarta.enterprise.inject.se.SeContainerInitializer
By default, the discovery is enabled.
discoveredProviders - Static variable in class jakarta.enterprise.inject.spi.CDI
 
DiscriminatorColumn - Annotation Type in jakarta.persistence
Specifies the discriminator column for the SINGLE_TABLE and JOINED Inheritance mapping strategies.
DiscriminatorType - Enum in jakarta.persistence
Defines supported types of the discriminator column.
DiscriminatorValue - Annotation Type in jakarta.persistence
Specifies the value of the discriminator column for entities of the given type.
disjunction() - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create a disjunction (with zero disjuncts).
dispatch(String) - Method in class jakarta.faces.context.ExternalContext
Dispatch a request to the specified resource to create output for this response.
dispatch(String) - Method in class jakarta.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.dispatch(String) on the wrapped ExternalContext object.
dispatch() - Method in interface jakarta.servlet.AsyncContext
Dispatches the request and response objects of this AsyncContext to the servlet container.
dispatch(String) - Method in interface jakarta.servlet.AsyncContext
Dispatches the request and response objects of this AsyncContext to the given path.
dispatch(ServletContext, String) - Method in interface jakarta.servlet.AsyncContext
Dispatches the request and response objects of this AsyncContext to the given path scoped to the given context.
DispatcherType - Enum in jakarta.servlet
Enumeration of filter dispatcher types.
dispose(T) - Method in interface jakarta.enterprise.inject.spi.Producer
Destroys the instance.
dispose() - Method in class jakarta.enterprise.inject.spi.Unmanaged.UnmanagedInstance
Dispose of the instance, doing any necessary cleanup
Disposes - Annotation Type in jakarta.enterprise.inject
Identifies the disposed parameter of a disposer method.
disposeWith(BiConsumer<T, Instance<Object>>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
Set a callback to destroy a bean instance.
disposeWith(Consumer<T>) - Method in interface jakarta.enterprise.inject.spi.configurator.ProducerConfigurator
Set a callback to destroy the produced instance.
distinct(boolean) - Method in interface jakarta.persistence.criteria.AbstractQuery
Specify whether duplicate query results will be eliminated.
distinct(boolean) - Method in interface jakarta.persistence.criteria.CriteriaQuery
Specify whether duplicate query results will be eliminated.
distinct(boolean) - Method in interface jakarta.persistence.criteria.Subquery
Specify whether duplicate query results will be eliminated.
doAfterBody() - Method in class jakarta.faces.webapp.UIComponentClassicTagBase
Perform any processing necessary to handle the content implications of CASE 4 in the class description.
doAfterBody() - Method in class jakarta.servlet.jsp.jstl.core.LoopTagSupport
Continues the iteration when appropriate -- that is, if we (a) have more items and (b) don't run over our 'end' (given our 'step').
doAfterBody() - Method in class jakarta.servlet.jsp.tagext.BodyTagSupport
After the body evaluation: do not reevaluate and continue with the page.
doAfterBody() - Method in interface jakarta.servlet.jsp.tagext.IterationTag
Process body (re)evaluation.
doAfterBody() - Method in class jakarta.servlet.jsp.tagext.TagSupport
Default processing for a body.
doCatch(Throwable) - Method in class jakarta.servlet.jsp.jstl.core.LoopTagSupport
Rethrows the given Throwable.
doCatch(Throwable) - Method in interface jakarta.servlet.jsp.tagext.TryCatchFinally
Invoked if a Throwable occurs while evaluating the BODY inside a tag or in any of the following methods: Tag.doStartTag(), Tag.doEndTag(), IterationTag.doAfterBody() and BodyTag.doInitBody().
doDelete(HttpServletRequest, HttpServletResponse) - Method in class jakarta.servlet.http.HttpServlet
Called by the server (via the service method) to allow a servlet to handle a DELETE request.
doEndTag() - Method in class jakarta.faces.webapp.AttributeTag
Deprecated.
 
doEndTag() - Method in class jakarta.faces.webapp.UIComponentClassicTagBase
Perform any processing necessary to handle the content implications of CASE 3 in the class description.
doEndTag() - Method in class jakarta.servlet.jsp.tagext.BodyTagSupport
Default processing of the end tag returning EVAL_PAGE.
doEndTag() - Method in interface jakarta.servlet.jsp.tagext.Tag
Process the end tag for this instance.
doEndTag() - Method in class jakarta.servlet.jsp.tagext.TagAdapter
Must not be called.
doEndTag() - Method in class jakarta.servlet.jsp.tagext.TagSupport
Default processing of the end tag returning EVAL_PAGE.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in interface jakarta.servlet.Filter
The doFilter method of the Filter is called by the container each time a request/response pair is passed through the chain due to a client request for a resource at the end of the chain.
doFilter(ServletRequest, ServletResponse) - Method in interface jakarta.servlet.FilterChain
Causes the next filter in the chain to be invoked, or if the calling filter is the last filter in the chain, causes the resource at the end of the chain to be invoked.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class jakarta.servlet.http.HttpFilter
The doFilter method of the Filter is called by the container each time a request/response pair is passed through the chain due to a client request for a resource at the end of the chain.
doFilter(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class jakarta.servlet.http.HttpFilter
The doFilter method of the Filter is called by the container each time a request/response pair is passed through the chain due to a client request for a resource at the end of the chain.
doFinally() - Method in class jakarta.servlet.jsp.jstl.core.LoopTagSupport
Removes any attributes that this LoopTagSupport set.
doFinally() - Method in interface jakarta.servlet.jsp.tagext.TryCatchFinally
Invoked in all cases after doEndTag() for any class implementing Tag, IterationTag or BodyTag.
doGet(HttpServletRequest, HttpServletResponse) - Method in class jakarta.servlet.http.HttpServlet
Called by the server (via the service method) to allow a servlet to handle a GET request.
doHead(HttpServletRequest, HttpServletResponse) - Method in class jakarta.servlet.http.HttpServlet
Receives an HTTP HEAD request from the protected service method and handles the request.
doInitBody() - Method in class jakarta.faces.webapp.UIComponentClassicTagBase
Prepare for evaluation of the body.
doInitBody() - Method in interface jakarta.servlet.jsp.tagext.BodyTag
Prepare for evaluation of the body.
doInitBody() - Method in class jakarta.servlet.jsp.tagext.BodyTagSupport
Prepare for evaluation of the body just before the first body evaluation: no action.
doNothing() - Method in interface jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContext
Instructs the container to "do nothing".
doNothing() - Method in class jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
 
doOptions(HttpServletRequest, HttpServletResponse) - Method in class jakarta.servlet.http.HttpServlet
Called by the server (via the service method) to allow a servlet to handle a OPTIONS request.
doPost(HttpServletRequest, HttpServletResponse) - Method in class jakarta.servlet.http.HttpServlet
Called by the server (via the service method) to allow a servlet to handle a POST request.
doPostPhaseActions(FacesContext) - Method in class jakarta.faces.context.Flash

Called after the execution of every lifecycle phase, this method allows implementations to take the necessary actions to provide the Flash scope contract as it applies to the request procesing lifecycle.

doPostPhaseActions(FacesContext) - Method in class jakarta.faces.context.FlashWrapper

The default behavior of this method is to call Flash.doPostPhaseActions(FacesContext) on the wrapped Flash object.

doPrePhaseActions(FacesContext) - Method in class jakarta.faces.context.Flash

Called before the execution of every lifecycle phase, this method allows implementations to take the necessary actions to provide the Flash scope contract as it applies to the request procesing lifecycle.

doPrePhaseActions(FacesContext) - Method in class jakarta.faces.context.FlashWrapper

The default behavior of this method is to call Flash.doPrePhaseActions(FacesContext) on the wrapped Flash object.

doPut(HttpServletRequest, HttpServletResponse) - Method in class jakarta.servlet.http.HttpServlet
Called by the server (via the service method) to allow a servlet to handle a PUT request.
doStartTag() - Method in class jakarta.faces.webapp.AttributeTag
Deprecated.
Register the specified attribute name and value with the UIComponent instance associated with our most immediately surrounding UIComponentTag instance, if this UIComponent does not already have a value for the specified attribute name.
doStartTag() - Method in class jakarta.faces.webapp.ConverterELTag
Create a new instance of the specified Converter class, and register it with the UIComponent instance associated with our most immediately surrounding UIComponentClassicTagBase instance, if the UIComponent instance was created by this execution of the containing Jakarta Server Pages page.
doStartTag() - Method in class jakarta.faces.webapp.ConverterTag
Deprecated.
Create a new instance of the specified Converter class, and register it with the UIComponent instance associated with our most immediately surrounding UIComponentTag instance, if the UIComponent instance was created by this execution of the containing Jakarta Server Pages page.
doStartTag() - Method in class jakarta.faces.webapp.FacetTag
Return EVAL_BODY_INCLUDE to cause nested body content to be evaluated.
doStartTag() - Method in class jakarta.faces.webapp.UIComponentClassicTagBase
Perform any processing necessary to find (or create) the UIComponent instance in the view corresponding to this tag instance in the page and, if and only if a component was created, insert it into the tree at the proper location as expected by the page author.
doStartTag() - Method in class jakarta.faces.webapp.ValidatorELTag
Create a new instance of the specified Validator class, and register it with the UIComponent instance associated with our most immediately surrounding UIComponentTagBase instance, if the UIComponent instance was created by this execution of the containing Jakarta Server Pages page.
doStartTag() - Method in class jakarta.faces.webapp.ValidatorTag
Deprecated.
Create a new instance of the specified Validator class, and register it with the UIComponent instance associated with our most immediately surrounding UIComponentTag instance, if the UIComponent instance was created by this execution of the containing Jakarta Server Pages page.
doStartTag() - Method in class jakarta.servlet.jsp.jstl.core.ConditionalTagSupport
Includes its body if condition() evaluates to true.
doStartTag() - Method in class jakarta.servlet.jsp.jstl.core.LoopTagSupport
Begins iterating by processing the first item.
doStartTag() - Method in class jakarta.servlet.jsp.tagext.BodyTagSupport
Default processing of the start tag returning EVAL_BODY_BUFFERED.
doStartTag() - Method in interface jakarta.servlet.jsp.tagext.Tag
Process the start tag for this instance.
doStartTag() - Method in class jakarta.servlet.jsp.tagext.TagAdapter
Must not be called.
doStartTag() - Method in class jakarta.servlet.jsp.tagext.TagSupport
Default processing of the start tag, returning SKIP_BODY.
doTag() - Method in interface jakarta.servlet.jsp.tagext.SimpleTag
Called by the container to invoke this tag.
doTag() - Method in class jakarta.servlet.jsp.tagext.SimpleTagSupport
Default processing of the tag does nothing.
doTrace(HttpServletRequest, HttpServletResponse) - Method in class jakarta.servlet.http.HttpServlet
Called by the server (via the service method) to allow a servlet to handle a TRACE request.
DOUBLE_ID - Static variable in class jakarta.faces.convert.DoubleConverter
The message identifier of the FacesMessage to be created if the conversion to Double fails.
DoubleConverter - Class in jakarta.faces.convert
Converter implementation for java.lang.Double (and double primitive) values.
DoubleConverter() - Constructor for class jakarta.faces.convert.DoubleConverter
 
DoubleRangeValidator - Class in jakarta.faces.validator
DoubleRangeValidator is a Validator that checks the value of the corresponding component against specified minimum and maximum values.
DoubleRangeValidator() - Constructor for class jakarta.faces.validator.DoubleRangeValidator
Construct a Validator with no preconfigured limits.
DoubleRangeValidator(double) - Constructor for class jakarta.faces.validator.DoubleRangeValidator
Construct a Validator with the specified preconfigured limit.
DoubleRangeValidator(double, double) - Constructor for class jakarta.faces.validator.DoubleRangeValidator
Construct a Validator with the specified preconfigured limits.
doubleValue() - Method in interface jakarta.json.JsonNumber
Returns this JSON number as a double.
DuplicateKeyException - Exception in jakarta.ejb
The DuplicateKeyException exception is thrown if an entity EJB object or enterprise bean local object cannot be created because an object with the same key already exists.
DuplicateKeyException() - Constructor for exception jakarta.ejb.DuplicateKeyException
Constructs a DuplicateKeyException with no detail message.
DuplicateKeyException(String) - Constructor for exception jakarta.ejb.DuplicateKeyException
Constructs a DuplicateKeyException with the specified detail message.
DynamicAttributes - Interface in jakarta.servlet.jsp.tagext
For a tag to declare that it accepts dynamic attributes, it must implement this interface.
DynamicFeature - Interface in jakarta.ws.rs.container
A JAX-RS meta-provider for dynamic registration of post-matching providers during a JAX-RS application setup at deployment time.

E

EditableValueHolder - Interface in jakarta.faces.component
EditableValueHolder is an extension of ValueHolder that describes additional features supported by editable components, including ValueChangeEvents and Validators.
EditableValueHolderAttachedObjectHandler - Interface in jakarta.faces.view

A VDL handler that exposes Validator or ValueChangeListener to a page author.

EditableValueHolderAttachedObjectTarget - Interface in jakarta.faces.view

A marker interface for VDL tags that represent <composite:editableValueHolder/> for use by the composite component page author.

EJB - Annotation Type in jakarta.ejb
Indicates a dependency on the local, no-interface, or remote view of an Enterprise Bean.
EJBAccessException - Exception in jakarta.ejb
This exception indicates that client access to a business method was denied.
EJBAccessException() - Constructor for exception jakarta.ejb.EJBAccessException
Constructs an EJBAccessException with no detail message.
EJBAccessException(String) - Constructor for exception jakarta.ejb.EJBAccessException
Constructs an EJBAccessException with the specified detailed message.
ejbActivate() - Method in interface jakarta.ejb.EntityBean
A container invokes this method when the instance is taken out of the pool of available instances to become associated with a specific enterprise bean object.
ejbActivate() - Method in interface jakarta.ejb.SessionBean
The activate method is called when a stateful session bean instance is activated from its "passive" state.
EJBContainer - Class in jakarta.ejb.embeddable
Used to execute an enterprise bean application in an embeddable container.
EJBContainer() - Constructor for class jakarta.ejb.embeddable.EJBContainer
 
EJBContainerProvider - Interface in jakarta.ejb.spi
The EJBContainerProvider SPI is used by the embeddable container bootstrap class to initialize a suitable embeddable container.
EJBContext - Interface in jakarta.ejb
The EJBContext interface provides an instance with access to the container-provided runtime context of an enterprise bean instance.
EJBException - Exception in jakarta.ejb
The EJBException is thrown to report that the invoked business method or callback method could not be completed because of an unexpected error (e.g.
EJBException() - Constructor for exception jakarta.ejb.EJBException
Constructs an EJBException with no detail message.
EJBException(String) - Constructor for exception jakarta.ejb.EJBException
Constructs an EJBException with the specified detailed message.
EJBException(Exception) - Constructor for exception jakarta.ejb.EJBException
Constructs an EJBException that embeds the originally thrown exception.
EJBException(String, Exception) - Constructor for exception jakarta.ejb.EJBException
Constructs an EJBException that embeds the originally thrown exception with the specified detail message.
EJBHome - Interface in jakarta.ejb
The EJBHome interface must be extended by all enterprise beans' remote home interfaces.
ejbLoad() - Method in interface jakarta.ejb.EntityBean
A container invokes this method to instruct the instance to synchronize its state by loading it state from the underlying database.
EJBLocalHome - Interface in jakarta.ejb
The EJBLocalHome interface must be extended by all enterprise beans' local home interfaces.
EJBLocalObject - Interface in jakarta.ejb
The EJBLocalObject interface must be extended by all enterprise beans' local interfaces.
EJBMetaData - Interface in jakarta.ejb
The EJBMetaData interface allows a client to obtain the enterprise bean's meta-data information.
EJBObject - Interface in jakarta.ejb
The EJBObject interface is extended by all enterprise beans' remote interfaces.
ejbPassivate() - Method in interface jakarta.ejb.EntityBean
A container invokes this method on an instance before the instance becomes disassociated with a specific enterprise bean object.
ejbPassivate() - Method in interface jakarta.ejb.SessionBean
The passivate method is called before a stateful session bean instance enters the "passive" state.
ejbRemove() - Method in interface jakarta.ejb.EntityBean
A container invokes this method before it removes the enterprise bean object that is currently associated with the instance.
ejbRemove() - Method in interface jakarta.ejb.MessageDrivenBean
A container invokes this method before it ends the life of the message-driven object.
ejbRemove() - Method in interface jakarta.ejb.SessionBean
A container invokes this method before it ends the life of the session object.
EJBs - Annotation Type in jakarta.ejb
Declares multiple EJB annotations.
ejbStore() - Method in interface jakarta.ejb.EntityBean
A container invokes this method to instruct the instance to synchronize its state by storing it to the underlying database.
ejbTimeout(Timer) - Method in interface jakarta.ejb.TimedObject
Invoked by the enterprise bean container upon timer expiration.
EJBTransactionRequiredException - Exception in jakarta.ejb
This exception indicates that a request carried a null transaction context, but the target object requires an active transaction.
EJBTransactionRequiredException() - Constructor for exception jakarta.ejb.EJBTransactionRequiredException
Constructs an EJBTransactionRequiredException with no detail message.
EJBTransactionRequiredException(String) - Constructor for exception jakarta.ejb.EJBTransactionRequiredException
Constructs an EJBTransactionRequiredException with the specified detailed message.
EJBTransactionRolledbackException - Exception in jakarta.ejb
This exception is thrown to a caller of bean business method to indicate that the transaction associated with processing of the request has been rolled back, or marked to roll back.
EJBTransactionRolledbackException() - Constructor for exception jakarta.ejb.EJBTransactionRolledbackException
Constructs an EJBTransactionRolledbackException with no detail message.
EJBTransactionRolledbackException(String) - Constructor for exception jakarta.ejb.EJBTransactionRolledbackException
Constructs an EJBTransactionRolledbackException with the specified detailed message.
EJBTransactionRolledbackException(String, Exception) - Constructor for exception jakarta.ejb.EJBTransactionRolledbackException
Constructs an EJBTransactionRolledbackException with the specified detail message and a nested exception.
ELClass - Class in jakarta.el
A runtime representation of a Class in the Jakarta Expression Language expressions.
ELClass(Class<?>) - Constructor for class jakarta.el.ELClass
Constructor
ELContext - Class in jakarta.el
Context information for expression parsing and evaluation.
ELContext() - Constructor for class jakarta.el.ELContext
 
ELContextEvent - Class in jakarta.el
An event which indicates that an ELContext has been created.
ELContextEvent(ELContext) - Constructor for class jakarta.el.ELContextEvent
Constructs an ELContextEvent object to indicate that an ELContext has been created.
ELContextListener - Interface in jakarta.el
The listener interface for receiving notification when an ELContext is created.
ElementCollection - Annotation Type in jakarta.persistence
Specifies a collection of instances of a basic type or embeddable class.
ElementDescriptor - Interface in jakarta.validation.metadata
Describes a validated element (class, property, method etc.).
ElementDescriptor.ConstraintFinder - Interface in jakarta.validation.metadata
Declares restrictions on retrieved constraints.
ElementKind - Enum in jakarta.validation
Enum of possible kinds of elements encountered in Jakarta Bean Validation.
ELException - Exception in jakarta.el
Represents any of the exception conditions that can arise during expression evaluation.
ELException() - Constructor for exception jakarta.el.ELException
Creates an ELException with no detail message.
ELException(String) - Constructor for exception jakarta.el.ELException
Creates an ELException with the provided detail message.
ELException(Throwable) - Constructor for exception jakarta.el.ELException
Creates an ELException with the given cause.
ELException(String, Throwable) - Constructor for exception jakarta.el.ELException
Creates an ELException with the given detail message and root cause.
ELException - Exception in jakarta.servlet.jsp.el
Deprecated.
As of JSP 2.1, replaced by ELException
ELException() - Constructor for exception jakarta.servlet.jsp.el.ELException
Deprecated.
Creates an ELException with no detail message.
ELException(String) - Constructor for exception jakarta.servlet.jsp.el.ELException
Deprecated.
Creates an ELException with the provided detail message.
ELException(Throwable) - Constructor for exception jakarta.servlet.jsp.el.ELException
Deprecated.
Creates an ELException with the given root cause.
ELException(String, Throwable) - Constructor for exception jakarta.servlet.jsp.el.ELException
Deprecated.
Creates an ELException with the given detail message and root cause.
ELManager - Class in jakarta.el
Manages Jakarta Expression Language parsing and evaluation environment.
ELManager() - Constructor for class jakarta.el.ELManager
 
ELParseException - Exception in jakarta.servlet.jsp.el
Deprecated.
As of JSP 2.1, replaced by ELException
ELParseException() - Constructor for exception jakarta.servlet.jsp.el.ELParseException
Deprecated.
Creates an ELParseException with no detail message.
ELParseException(String) - Constructor for exception jakarta.servlet.jsp.el.ELParseException
Deprecated.
Creates an ELParseException with the provided detail message.
ELProcessor - Class in jakarta.el
Provides an API for using Jakarta Expression Language in a stand-alone environment.
ELProcessor() - Constructor for class jakarta.el.ELProcessor
 
ELResolver - Class in jakarta.el
Enables customization of variable, property, method call, and type conversion resolution behavior for Jakarta Expression Language expression evaluation.
ELResolver() - Constructor for class jakarta.el.ELResolver
 
Email - Annotation Type in jakarta.validation.constraints
The string has to be a well-formed email address.
Email.List - Annotation Type in jakarta.validation.constraints
Defines several @Email constraints on the same element.
Embeddable - Annotation Type in jakarta.persistence
Specifies a class whose instances are stored as an intrinsic part of an owning entity and share the identity of the entity.
embeddable(Class<X>) - Method in interface jakarta.persistence.metamodel.Metamodel
Return the metamodel embeddable type representing the embeddable class.
EmbeddableType<X> - Interface in jakarta.persistence.metamodel
Instances of the type EmbeddableType represent embeddable types.
Embedded - Annotation Type in jakarta.persistence
Specifies a persistent field or property of an entity whose value is an instance of an embeddable class.
EmbeddedId - Annotation Type in jakarta.persistence
Applied to a persistent field or property of an entity class or mapped superclass to denote a composite primary key that is an embeddable class.
EMPTY_JSON_ARRAY - Static variable in interface jakarta.json.JsonValue
The empty JSON array.
EMPTY_JSON_OBJECT - Static variable in interface jakarta.json.JsonValue
The empty JSON object.
EMPTY_STRING_AS_NULL_PARAM_NAME - Static variable in class jakarta.faces.component.UIInput

The name of a context parameter that indicates how empty strings need to be interpreted.

EMPTY_VALIDATION_GROUPS_PATTERN - Static variable in class jakarta.faces.validator.BeanValidator

The regular expression pattern that identifies an empty list of validation groups.

ENABLE_VALIDATE_WHOLE_BEAN_PARAM_NAME - Static variable in class jakarta.faces.validator.BeanValidator

If this param is set, and calling toLowerCase().equals("true") on a String representation of its value returns true take the additional actions relating to <validateWholeBean /> specified in BeanValidator.validate(jakarta.faces.context.FacesContext, jakarta.faces.component.UIComponent, java.lang.Object).

ENABLE_WEBSOCKET_ENDPOINT_PARAM_NAME - Static variable in interface jakarta.faces.push.PushContext
The boolean context parameter name to explicitly enable web socket endpoint during startup.
enableClientWindowRenderMode(FacesContext) - Method in class jakarta.faces.lifecycle.ClientWindow

Components that permit per-use disabling of the appending of the ClientWindow in generated URLs must call this method first after rendering those URLs.

enableClientWindowRenderMode(FacesContext) - Method in class jakarta.faces.lifecycle.ClientWindowWrapper
 
enableDecorators(Class<?>...) - Method in class jakarta.enterprise.inject.se.SeContainerInitializer
Add decorator classes to the list of enabled decorators for the synthetic bean archive.
enableInterceptors(Class<?>...) - Method in class jakarta.enterprise.inject.se.SeContainerInitializer
Add interceptor classes to the list of enabled interceptors for the synthetic bean archive.
encode(T) - Method in interface jakarta.websocket.Encoder.Binary
Encode the given object into a byte array.
encode(T, OutputStream) - Method in interface jakarta.websocket.Encoder.BinaryStream
Encode the given object into a binary stream written to the implementation provided OutputStream.
encode(T) - Method in interface jakarta.websocket.Encoder.Text
Encode the given object into a String.
encode(T, Writer) - Method in interface jakarta.websocket.Encoder.TextStream
Encode the given object to a character stream writing it to the supplied Writer.
encodeActionURL(String) - Method in class jakarta.faces.context.ExternalContext
Return the input URL, after performing any rewriting needed to ensure that it will correctly identify an addressable action in the current application.
encodeActionURL(String) - Method in class jakarta.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.encodeActionURL(String) on the wrapped ExternalContext object.
encodeAll(FacesContext) - Method in class jakarta.faces.component.UIComponent
If this component returns true from UIComponent.isRendered(), take the following action.
encodeAll(FacesContext) - Method in class jakarta.faces.component.UIViewParameter

Called specially by UIViewRoot.encodeEnd(jakarta.faces.context.FacesContext), this method simply sets the submitted value to be the return from UIViewParameter.getStringValue(jakarta.faces.context.FacesContext).

encodeBegin(FacesContext) - Method in class jakarta.faces.component.UIComponent
If our rendered property is true, render the beginning of the current state of this UIComponent to the response contained in the specified FacesContext.
encodeBegin(FacesContext) - Method in class jakarta.faces.component.UIComponentBase
 
encodeBegin(FacesContext) - Method in class jakarta.faces.component.UIData
In addition to the default behavior, ensure that any saved per-row state for our child input components is discarded unless it is needed to rerender the current page with errors.
encodeBegin(FacesContext) - Method in class jakarta.faces.component.UIViewRoot
encodeBegin(FacesContext, UIComponent) - Method in class jakarta.faces.render.Renderer
Render the beginning specified UIComponent to the output stream or writer associated with the response we are creating.
encodeBegin(FacesContext, UIComponent) - Method in class jakarta.faces.render.RendererWrapper
 
encodeBegin() - Method in class jakarta.faces.webapp.UIComponentClassicTagBase
Deprecated.
No encoding is done during Jakarta Server Pages page execution. Encoding is deferred until the page has completed executing to allow the entire tree to be built before any encoding occurs.
encodeBookmarkableURL(String, Map<String, List<String>>) - Method in class jakarta.faces.context.ExternalContext

The purpose of this method is to generate a query string from the collection of Parameter objects provided by the parameters argument and append that query string to the baseUrl.

encodeBookmarkableURL(String, Map<String, List<String>>) - Method in class jakarta.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.encodeBookmarkableURL(String, java.util.Map) on the wrapped ExternalContext object.
encodeChildren(FacesContext) - Method in class jakarta.faces.component.UIComponent
If our rendered property is true, render the child UIComponents of this UIComponent.
encodeChildren(FacesContext) - Method in class jakarta.faces.component.UIComponentBase
 
encodeChildren(FacesContext) - Method in class jakarta.faces.component.UIViewRoot
encodeChildren(FacesContext, UIComponent) - Method in class jakarta.faces.render.Renderer
Render the child components of this UIComponent, following the rules described for encodeBegin() to acquire the appropriate value to be rendered.
encodeChildren(FacesContext, UIComponent) - Method in class jakarta.faces.render.RendererWrapper
 
encodeChildren() - Method in class jakarta.faces.webapp.UIComponentClassicTagBase
Deprecated.
No encoding is done during Jakarta Server Pages page execution. Encoding is deferred until the page has completed executing to allow the entire tree to be built before any encoding occurs.
Encoded - Annotation Type in jakarta.ws.rs
Disables automatic decoding of parameter values bound using QueryParam, PathParam, FormParam or MatrixParam.
encodeEnd(FacesContext) - Method in class jakarta.faces.component.UIComponent
If our rendered property is true, render the ending of the current state of this UIComponent.
encodeEnd(FacesContext) - Method in class jakarta.faces.component.UIComponentBase
 
encodeEnd(FacesContext) - Method in class jakarta.faces.component.UIViewRoot

If UIViewRoot.getAfterPhaseListener() returns non-null, invoke it, passing a PhaseEvent for the PhaseId.RENDER_RESPONSE phase.

encodeEnd(FacesContext, UIComponent) - Method in class jakarta.faces.render.Renderer
Render the ending of the current state of the specified UIComponent, following the rules described for encodeBegin() to acquire the appropriate value to be rendered.
encodeEnd(FacesContext, UIComponent) - Method in class jakarta.faces.render.RendererWrapper
 
encodeEnd() - Method in class jakarta.faces.webapp.UIComponentClassicTagBase
Deprecated.
No encoding is done during Jakarta Server Pages page execution. Encoding is deferred until the page has completed executing to allow the entire tree to be built before any encoding occurs.
EncodeException - Exception in jakarta.websocket
A general exception that occurs when trying to encode a custom object to a string or binary message.
EncodeException(Object, String) - Constructor for exception jakarta.websocket.EncodeException
Constructor with the object being encoded, and the reason why it failed to be.
EncodeException(Object, String, Throwable) - Constructor for exception jakarta.websocket.EncodeException
Constructor with the object being encoded, and the reason why it failed to be, and the cause.
encodeNamespace(String) - Method in class jakarta.faces.context.ExternalContext
Return the specified name, after prefixing it with a namespace that ensures that it will be unique within the context of a particular page.
encodeNamespace(String) - Method in class jakarta.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.encodeNamespace(String) on the wrapped ExternalContext object.
encodePartialActionURL(String) - Method in class jakarta.faces.context.ExternalContext

Return the input URL, after performing any rewriting needed to ensure that it can be used in a partial page submission (ajax request) to correctly identify an addressable action in the current application.

encodePartialActionURL(String) - Method in class jakarta.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.encodePartialActionURL(String) on the wrapped ExternalContext object.
encodePointer(String) - Static method in class jakarta.json.Json
Encodes (escapes) a passed string as defined by RFC 6901.
Encoder - Interface in jakarta.websocket
The Encoder interface defines how developers can provide a way to convert their custom objects into web socket messages.
Encoder.Binary<T> - Interface in jakarta.websocket
This interface defines how to provide a way to convert a custom object into a binary message.
Encoder.BinaryStream<T> - Interface in jakarta.websocket
This interface may be implemented by encoding algorithms that want to write the encoded object to a binary stream.
Encoder.Text<T> - Interface in jakarta.websocket
This interface defines how to provide a way to convert a custom object into a text message.
Encoder.TextStream<T> - Interface in jakarta.websocket
This interface may be implemented by encoding algorithms that want to write the encoded object to a character stream.
encodeRedirectURL(String, Map<String, List<String>>) - Method in class jakarta.faces.context.ExternalContext
The purpose of this method is to generate a query string from the collection of Parameter objects provided by the parameters argument and append that query string to the baseUrl.
encodeRedirectURL(String, Map<String, List<String>>) - Method in class jakarta.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.encodeRedirectURL(String, java.util.Map) on the wrapped ExternalContext object.
encodeRedirectURL(String) - Method in interface jakarta.servlet.http.HttpServletResponse
Encodes the specified URL for use in the sendRedirect method or, if encoding is not needed, returns the URL unchanged.
encodeRedirectUrl(String) - Method in interface jakarta.servlet.http.HttpServletResponse
Deprecated.
As of version 2.1, use encodeRedirectURL(String url) instead
encodeRedirectURL(String) - Method in class jakarta.servlet.http.HttpServletResponseWrapper
The default behavior of this method is to return encodeRedirectURL(String url) on the wrapped response object.
encodeRedirectUrl(String) - Method in class jakarta.servlet.http.HttpServletResponseWrapper
Deprecated.
encodeResourceURL(String) - Method in class jakarta.faces.context.ExternalContext
Return the input URL, after performing any rewriting needed to ensure that it will correctly identify an addressable resource in the current application.
encodeResourceURL(String) - Method in class jakarta.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.encodeResourceURL(String) on the wrapped ExternalContext object.
encoders(List<Class<? extends Encoder>>) - Method in class jakarta.websocket.ClientEndpointConfig.Builder
Assign the list of encoder implementation classes the client will use.
encoders(List<Class<? extends Encoder>>) - Method in class jakarta.websocket.server.ServerEndpointConfig.Builder
Sets the list of encoder implementation classes for this builder.
encodeURL(String) - Method in interface jakarta.servlet.http.HttpServletResponse
Encodes the specified URL by including the session ID, or, if encoding is not needed, returns the URL unchanged.
encodeUrl(String) - Method in interface jakarta.servlet.http.HttpServletResponse
Deprecated.
As of version 2.1, use encodeURL(String url) instead
encodeURL(String) - Method in class jakarta.servlet.http.HttpServletResponseWrapper
The default behavior of this method is to call encodeURL(String url) on the wrapped response object.
encodeUrl(String) - Method in class jakarta.servlet.http.HttpServletResponseWrapper
Deprecated.
encodeWebsocketURL(String) - Method in class jakarta.faces.context.ExternalContext
Return the websocket URL, after performing any rewriting needed to ensure that it will correctly identify an addressable websocket in the current application.
encodeWebsocketURL(String) - Method in class jakarta.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.encodeWebsocketURL(String) on the wrapped ExternalContext object.
ENCODING - Static variable in class jakarta.json.bind.JsonbConfig
The Jsonb serialization toJson() methods will default to this property for encoding of output JSON data.
encoding(String) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
Set the message entity content encoding.
encodings(String...) - Static method in class jakarta.ws.rs.core.Variant
Create a Variant.VariantListBuilder initialized with a set of supported encodings.
encodings(String...) - Method in class jakarta.ws.rs.core.Variant.VariantListBuilder
Set the encoding(s) for this variant.
end(Date) - Method in class jakarta.ejb.ScheduleExpression
Set the end date.
end() - Method in interface jakarta.enterprise.context.Conversation
Marks the current long-running conversation transient.
end - Variable in class jakarta.servlet.jsp.jstl.core.LoopTagSupport
Ending index of the iteration ('end' attribute).
endCDATA() - Method in class jakarta.faces.context.ResponseWriter

Close an XML CDATA block.

endCDATA() - Method in class jakarta.faces.context.ResponseWriterWrapper

The default behavior of this method is to call ResponseWriter.endCDATA() on the wrapped ResponseWriter object.

endDocument() - Method in class jakarta.faces.context.PartialResponseWriter

Write the end of a partial response.

endDocument() - Method in class jakarta.faces.context.ResponseWriter
Write whatever text should end a response.
endDocument() - Method in class jakarta.faces.context.ResponseWriterWrapper
The default behavior of this method is to call ResponseWriter.endDocument() on the wrapped ResponseWriter object.
endElement(String) - Method in class jakarta.faces.context.ResponseWriter
Write the end of an element, after closing any open element created by a call to startElement().
endElement(String) - Method in class jakarta.faces.context.ResponseWriterWrapper
The default behavior of this method is to call ResponseWriter.endElement(String) on the wrapped ResponseWriter object.
endError() - Method in class jakarta.faces.context.PartialResponseWriter

Write the end of an error.

endEval() - Method in class jakarta.faces.context.PartialResponseWriter

Write the end of an eval operation.

endExtension() - Method in class jakarta.faces.context.PartialResponseWriter

Write the end of an extension operation.

endInsert() - Method in class jakarta.faces.context.PartialResponseWriter

Write the end of an insert operation.

Endpoint - Class in jakarta.websocket
The Web Socket Endpoint represents an object that can handle websocket conversations.
Endpoint() - Constructor for class jakarta.websocket.Endpoint
 
EndpointConfig - Interface in jakarta.websocket
The endpoint configuration contains all the information needed during the handshake process for this end point.
endSpecified - Variable in class jakarta.servlet.jsp.jstl.core.LoopTagSupport
Boolean flag indicating whether 'end' was specified.
endUpdate() - Method in class jakarta.faces.context.PartialResponseWriter

Write the end of an update operation.

enlistResource(XAResource) - Method in interface jakarta.transaction.Transaction
Enlist the resource specified with the transaction associated with the target Transaction object.
enterLambdaScope(Map<String, Object>) - Method in class jakarta.el.ELContext
Installs a Lambda argument map, in preparation for the evaluation of a Lambda expression.
EnterpriseBean - Interface in jakarta.ejb
The EnterpriseBean interface is a common superinterface for the SessionBean, EntityBean and MessageDrivenBean interfaces.
Entity - Annotation Type in jakarta.persistence
Specifies that the class is an entity.
entity(Class<X>) - Method in interface jakarta.persistence.metamodel.Metamodel
Return the metamodel entity type representing the entity.
Entity<T> - Class in jakarta.ws.rs.client
Encapsulates message entity including the associated variant information.
entity(T, MediaType) - Static method in class jakarta.ws.rs.client.Entity
Create an entity using a supplied content media type.
entity(T, MediaType, Annotation[]) - Static method in class jakarta.ws.rs.client.Entity
Create an entity using a supplied content media type.
entity(T, String) - Static method in class jakarta.ws.rs.client.Entity
Create an entity using a supplied content media type.
entity(T, Variant) - Static method in class jakarta.ws.rs.client.Entity
Create an entity using a supplied content media type.
entity(T, Variant, Annotation[]) - Static method in class jakarta.ws.rs.client.Entity
Create an entity using a supplied content media type.
entity(Object) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
Set the response entity in the builder.
entity(Object, Annotation[]) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
Set the response entity in the builder.
ENTITY_CODER - Static variable in class jakarta.ws.rs.Priorities
Message encoder or decoder filter/interceptor priority.
EntityBean - Interface in jakarta.ejb
The EntityBean interface is implemented by every entity bean class.
EntityContext - Interface in jakarta.ejb
The EntityContext interface provides an instance with access to the container-provided runtime context of an entity bean instance.
EntityExistsException - Exception in jakarta.persistence
Thrown by the persistence provider when EntityManager.persist(Object) is called and the entity already exists.
EntityExistsException() - Constructor for exception jakarta.persistence.EntityExistsException
Constructs a new EntityExistsException exception with null as its detail message.
EntityExistsException(String) - Constructor for exception jakarta.persistence.EntityExistsException
Constructs a new EntityExistsException exception with the specified detail message.
EntityExistsException(String, Throwable) - Constructor for exception jakarta.persistence.EntityExistsException
Constructs a new EntityExistsException exception with the specified detail message and cause.
EntityExistsException(Throwable) - Constructor for exception jakarta.persistence.EntityExistsException
Constructs a new EntityExistsException exception with the specified cause.
EntityGraph<T> - Interface in jakarta.persistence
This type represents the root of an entity graph that will be used as a template to define the attribute nodes and boundaries of a graph of entities and entity relationships.
EntityListeners - Annotation Type in jakarta.persistence
Specifies the callback listener classes to be used for an entity or mapped superclass.
EntityManager - Interface in jakarta.persistence
Interface used to interact with the persistence context.
EntityManagerFactory - Interface in jakarta.persistence
Interface used to interact with the entity manager factory for the persistence unit.
EntityNotFoundException - Exception in jakarta.persistence
Thrown by the persistence provider when an entity reference obtained by EntityManager.getReference is accessed but the entity does not exist.
EntityNotFoundException() - Constructor for exception jakarta.persistence.EntityNotFoundException
Constructs a new EntityNotFoundException exception with null as its detail message.
EntityNotFoundException(String) - Constructor for exception jakarta.persistence.EntityNotFoundException
Constructs a new EntityNotFoundException exception with the specified detail message.
EntityResult - Annotation Type in jakarta.persistence
Used in conjunction with the SqlResultSetMapping annotation to map the SELECT clause of a SQL query to an entity result.
EntityTag - Class in jakarta.ws.rs.core
An abstraction for the value of a HTTP Entity Tag, used as the value of an ETag response header.
EntityTag(String) - Constructor for class jakarta.ws.rs.core.EntityTag
Creates a new instance of a strong EntityTag.
EntityTag(String, boolean) - Constructor for class jakarta.ws.rs.core.EntityTag
Creates a new instance of an EntityTag.
EntityTransaction - Interface in jakarta.persistence
Interface used to control transactions on resource-local entity managers.
EntityType<X> - Interface in jakarta.persistence.metamodel
Instances of the type EntityType represent entity types.
entry() - Method in interface jakarta.persistence.criteria.MapJoin
Create an expression that corresponds to the map entry.
entrySet() - Method in class jakarta.faces.context.FlashWrapper

The default behavior of this method is to call Map.entrySet() on the wrapped Flash object.

entrySet() - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
 
ENUM_ID - Static variable in class jakarta.faces.convert.EnumConverter
The message identifier of the FacesMessage to be created if the conversion to Enum fails.
ENUM_NO_CLASS_ID - Static variable in class jakarta.faces.convert.EnumConverter
The message identifier of the FacesMessage to be created if the conversion to Enum fails and no target class has been provided.
EnumConverter - Class in jakarta.faces.convert
Converter implementation for java.lang.Enum (and enum primitive) values.
EnumConverter() - Constructor for class jakarta.faces.convert.EnumConverter
 
EnumConverter(Class) - Constructor for class jakarta.faces.convert.EnumConverter
 
Enumerated - Annotation Type in jakarta.persistence
Specifies that a persistent property or field should be persisted as a enumerated type.
EnumType - Enum in jakarta.persistence
Defines mapping for enumerated types.
equal(Expression<?>, Expression<?>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create a predicate for testing the arguments for equality.
equal(Expression<?>, Object) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create a predicate for testing the arguments for equality.
equals(Object) - Method in class jakarta.el.Expression
Determines whether the specified object is equal to this Expression.
equals(Object) - Method in class jakarta.enterprise.util.AnnotationLiteral
 
equals(Object) - Method in class jakarta.enterprise.util.TypeLiteral
 
equals(Object) - Method in class jakarta.faces.application.NavigationCase
 
equals(Object) - Method in class jakarta.faces.application.NavigationCaseWrapper
 
equals(Object) - Method in class jakarta.faces.event.WebsocketEvent
 
equals(Object) - Method in class jakarta.faces.validator.DoubleRangeValidator

Overrides the default equals method to take the minimum and maximum into account when comparing DoubleRangeValidator instances.

equals(Object) - Method in class jakarta.faces.validator.LengthValidator
 
equals(Object) - Method in class jakarta.faces.validator.LongRangeValidator
 
equals(Object) - Method in interface jakarta.json.JsonNumber
Compares the specified object with this JsonNumber object for equality.
equals(Object) - Method in interface jakarta.json.JsonString
Compares the specified object with this JsonString for equality.
equals(Object) - Method in class jakarta.servlet.jsp.jstl.core.IndexedValueExpression
 
equals(Object) - Method in class jakarta.servlet.jsp.jstl.core.IteratedValueExpression
 
equals(Object) - Method in class jakarta.ws.rs.client.Entity
 
equals(Object) - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
equals(Object) - Method in class jakarta.ws.rs.core.CacheControl
Compares object argument to this cache control to see if they are the same considering all property values.
equals(Object) - Method in class jakarta.ws.rs.core.Cookie
Compare for equality.
equals(Object) - Method in class jakarta.ws.rs.core.EntityTag
Compares obj to this tag to see if they are the same considering weakness and value.
equals(Object) - Method in class jakarta.ws.rs.core.GenericEntity
 
equals(Object) - Method in class jakarta.ws.rs.core.GenericType
 
equals(Object) - Method in class jakarta.ws.rs.core.Link.JaxbLink
 
equals(Object) - Method in class jakarta.ws.rs.core.MediaType
Compares obj to this media type to see if they are the same by comparing type, subtype and parameters.
equals(Object) - Method in class jakarta.ws.rs.core.NewCookie
Compare for equality.
equals(Object) - Method in class jakarta.ws.rs.core.Variant
Compares obj to this variant to see if they are the same considering all property values.
equalsIgnoreValueOrder(MultivaluedMap<K, V>) - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
 
equalsIgnoreValueOrder(MultivaluedMap<K, V>) - Method in interface jakarta.ws.rs.core.MultivaluedMap
Compare the specified map with this map for equality modulo the order of values for each key.
ERROR_EXCEPTION - Static variable in interface jakarta.servlet.RequestDispatcher
The name of the request attribute under which the exception object is propagated during an error dispatch
ERROR_EXCEPTION_TYPE - Static variable in interface jakarta.servlet.RequestDispatcher
The name of the request attribute under which the type of the exception object is propagated during an error dispatch
ERROR_MESSAGE - Static variable in interface jakarta.servlet.RequestDispatcher
The name of the request attribute under which the exception message is propagated during an error dispatch
ERROR_REQUEST_URI - Static variable in interface jakarta.servlet.RequestDispatcher
The name of the request attribute under which the request URI whose processing caused the error is propagated during an error dispatch
ERROR_SERVLET_NAME - Static variable in interface jakarta.servlet.RequestDispatcher
The name of the request attribute under which the name of the servlet in which the error occurred is propagated during an error dispatch
ERROR_STATUS_CODE - Static variable in interface jakarta.servlet.RequestDispatcher
The name of the request attribute under which the response status is propagated during an error dispatch
errorCode - Variable in exception jakarta.transaction.SystemException
The error code with which to create the SystemException.
ErrorData - Class in jakarta.servlet.jsp
Contains information about an error, for error pages.
ErrorData(Throwable, int, String, String) - Constructor for class jakarta.servlet.jsp.ErrorData
Creates a new ErrorData object.
ETAG - Static variable in interface jakarta.ws.rs.core.HttpHeaders
eval(String) - Method in class jakarta.el.ELProcessor
Evaluates an Jakarta Expression Language expression.
eval(Serializable) - Method in interface jakarta.faces.component.StateHelper

Attempts to find a value associated with the specified key, using the value expression collection from the component if no such value is found.

eval(Serializable, Object) - Method in interface jakarta.faces.component.StateHelper

Performs the same logic as StateHelper.eval(java.io.Serializable) } but if no value is found, this will return the specified defaultValue

EVAL_BODY_AGAIN - Static variable in interface jakarta.servlet.jsp.tagext.IterationTag
Request the reevaluation of some body.
EVAL_BODY_BUFFERED - Static variable in interface jakarta.servlet.jsp.tagext.BodyTag
Request the creation of new buffer, a BodyContent on which to evaluate the body of this tag.
EVAL_BODY_INCLUDE - Static variable in interface jakarta.servlet.jsp.tagext.Tag
Evaluate body into existing out stream.
EVAL_BODY_TAG - Static variable in interface jakarta.servlet.jsp.tagext.BodyTag
Deprecated.
As of Java JSP API 1.2, use BodyTag.EVAL_BODY_BUFFERED or IterationTag.EVAL_BODY_AGAIN.
EVAL_PAGE - Static variable in interface jakarta.servlet.jsp.tagext.Tag
Continue evaluating the page.
evaluate(VariableResolver) - Method in class jakarta.servlet.jsp.el.Expression
Deprecated.
Evaluates an expression that was previously prepared.
evaluate(String, Class<?>, VariableResolver, FunctionMapper) - Method in class jakarta.servlet.jsp.el.ExpressionEvaluator
Deprecated.
Evaluates an expression.
evaluateExpressionGet(FacesContext, String, Class<? extends T>) - Method in class jakarta.faces.application.Application
Get a value by evaluating an expression.
evaluateExpressionGet(FacesContext, String, Class<? extends T>) - Method in class jakarta.faces.application.ApplicationWrapper
Deprecated.
See superclass for alternative.
evaluatePreconditions(EntityTag) - Method in interface jakarta.ws.rs.core.Request
Evaluate request preconditions based on the passed in value.
evaluatePreconditions(Date) - Method in interface jakarta.ws.rs.core.Request
Evaluate request preconditions based on the passed in value.
evaluatePreconditions(Date, EntityTag) - Method in interface jakarta.ws.rs.core.Request
Evaluate request preconditions based on the passed in value.
evaluatePreconditions() - Method in interface jakarta.ws.rs.core.Request
Evaluate request preconditions for a resource that does not currently exist.
EvaluationException - Exception in jakarta.faces.el
Deprecated.
This has been replaced by ELException.
EvaluationException() - Constructor for exception jakarta.faces.el.EvaluationException
Deprecated.
Construct a new exception with no detail message or root cause.
EvaluationException(String) - Constructor for exception jakarta.faces.el.EvaluationException
Deprecated.
Construct a new exception with the specified detail message and no root cause.
EvaluationException(Throwable) - Constructor for exception jakarta.faces.el.EvaluationException
Deprecated.
Construct a new exception with the specified root cause.
EvaluationException(String, Throwable) - Constructor for exception jakarta.faces.el.EvaluationException
Deprecated.
Construct a new exception with the specified detail message and root cause.
EvaluationListener - Class in jakarta.el
The listener interface for receiving notification when a Jakarta Expression Language expression is evaluated.
EvaluationListener() - Constructor for class jakarta.el.EvaluationListener
 
Event<T> - Interface in jakarta.enterprise.event
Allows the application to fire events of a particular type.
EventContext<T> - Interface in jakarta.enterprise.inject.spi
Represents a context of a fired event.
EventMetadata - Interface in jakarta.enterprise.inject.spi
Provides access to metadata about an observed event payload.
evict(Class, Object) - Method in interface jakarta.persistence.Cache
Remove the data for the given entity from the cache.
evict(Class) - Method in interface jakarta.persistence.Cache
Remove the data for entities of the specified class (and its subclasses) from the cache.
evictAll() - Method in interface jakarta.persistence.Cache
Clear the cache.
EXCEPTION - Static variable in class jakarta.servlet.jsp.PageContext
Name used to store uncaught exception in ServletRequest attribute list and PageContext name table.
EXCEPTION_HANDLER_FACTORY - Static variable in class jakarta.faces.FactoryFinder

The property name for the ExceptionHandlerFactory class name.

ExceptionHandler - Class in jakarta.faces.context

ExceptionHandler is the central point for handling unexpected Exceptions that are thrown during the Faces lifecycle.

ExceptionHandler() - Constructor for class jakarta.faces.context.ExceptionHandler
 
ExceptionHandlerFactory - Class in jakarta.faces.context

ExceptionHandlerFactory is a factory object that creates (if needed) and returns a new ExceptionHandler instance.

ExceptionHandlerFactory() - Constructor for class jakarta.faces.context.ExceptionHandlerFactory
Deprecated.
Use the other constructor taking the implementation being wrapped.
ExceptionHandlerFactory(ExceptionHandlerFactory) - Constructor for class jakarta.faces.context.ExceptionHandlerFactory

If this factory has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.

ExceptionHandlerWrapper - Class in jakarta.faces.context
Provides a simple implementation of ExceptionHandler that can be subclassed by developers wishing to provide specialized behavior to an existing ExceptionHandler instance.
ExceptionHandlerWrapper() - Constructor for class jakarta.faces.context.ExceptionHandlerWrapper
Deprecated.
Use the other constructor taking the implementation being wrapped.
ExceptionHandlerWrapper(ExceptionHandler) - Constructor for class jakarta.faces.context.ExceptionHandlerWrapper

If this exception handler has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.

ExceptionMapper<E extends Throwable> - Interface in jakarta.ws.rs.ext
Contract for a provider that maps Java exceptions to Response.
ExceptionQueuedEvent - Class in jakarta.faces.event

The system event facility will create an instance of this class whenever Application.publishEvent(jakarta.faces.context.FacesContext, java.lang.Class<? extends jakarta.faces.event.SystemEvent>, java.lang.Object) is called with ExceptionQueuedEvent.class as systemEventClass argument.

ExceptionQueuedEvent(ExceptionQueuedEventContext) - Constructor for class jakarta.faces.event.ExceptionQueuedEvent

Instantiate a new ExceptionQueuedEvent that indicates the argument ExceptionQueuedEventContext occurred.

ExceptionQueuedEvent(FacesContext, ExceptionQueuedEventContext) - Constructor for class jakarta.faces.event.ExceptionQueuedEvent

Instantiate a new ExceptionQueuedEvent that indicates the argument ExceptionQueuedEventContext occurred.

ExceptionQueuedEventContext - Class in jakarta.faces.event

This helper class provides context to the ExceptionQueuedEvent regarding the state of the system at the point in time when the ExceptionQueuedEvent occurs and links the ExceptionQueuedEvent to the ExceptionHandler by virtue of implementing SystemEventListener.

ExceptionQueuedEventContext(FacesContext, Throwable) - Constructor for class jakarta.faces.event.ExceptionQueuedEventContext

Instantiate a new ExceptionQueuedEventContext that indicates the argument Throwable just occurred.

ExceptionQueuedEventContext(FacesContext, Throwable, UIComponent) - Constructor for class jakarta.faces.event.ExceptionQueuedEventContext

Instantiate a new ExceptionQueuedEventContext that indicates the argument Throwable just occurred, relevant to the argument component.

ExceptionQueuedEventContext(FacesContext, Throwable, UIComponent, PhaseId) - Constructor for class jakarta.faces.event.ExceptionQueuedEventContext

Instantiate a new ExceptionQueuedEventContext that indicates the argument Throwable just occurred, relevant to the argument component, during the lifecycle phase phaseId.

ExcludeClassInterceptors - Annotation Type in jakarta.interceptor
Used to exclude class-level interceptors for the lifecycle callback method, business method, timeout method, or constructor to which it is applied.
ExcludeDefaultInterceptors - Annotation Type in jakarta.interceptor
Used to exclude default interceptors for a target class or for a lifecycle callback method, business method, timeout method, or constructor of a target class.
ExcludeDefaultListeners - Annotation Type in jakarta.persistence
Specifies that the invocation of default listeners is to be excluded for the entity class (or mapped superclass) and its subclasses.
ExcludeSuperclassListeners - Annotation Type in jakarta.persistence
Specifies that the invocation of superclass listeners is to be excluded for the entity class (or mapped superclass) and its subclasses.
excludeUnlistedClasses() - Method in interface jakarta.persistence.spi.PersistenceUnitInfo
Returns whether classes in the root of the persistence unit that have not been explicitly listed are to be included in the set of managed classes.
ExecutableDescriptor - Interface in jakarta.validation.metadata
Provides the common functionality of MethodDescriptor and ConstructorDescriptor.
ExecutableType - Enum in jakarta.validation.executable
Defines the types of executables targeted by an operation.
ExecutableValidator - Interface in jakarta.validation.executable
Validates parameters and return values of methods and constructors.
execute(FacesContext) - Method in class jakarta.faces.lifecycle.Lifecycle
Execute all of the phases of the request processing lifecycle, up to but not including the Render Response phase, as described in the Jakarta Server Faces Specification, in the specified order.
execute(FacesContext) - Method in class jakarta.faces.lifecycle.LifecycleWrapper
 
execute() - Method in interface jakarta.persistence.StoredProcedureQuery
Return true if the first result corresponds to a result set, and false if it is an update count or if there are no results other than through INOUT and OUT parameters, if any.
executeUpdate() - Method in interface jakarta.persistence.Query
Execute an update or delete statement.
executeUpdate() - Method in interface jakarta.persistence.StoredProcedureQuery
Return the update count of -1 if there is no pending result or if the first result is not an update count.
executorService(ExecutorService) - Method in class jakarta.ws.rs.client.ClientBuilder
Set the client-side ExecutorService.
exists(Subquery<?>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create a predicate testing the existence of a subquery result.
exitLambdaScope() - Method in class jakarta.el.ELContext
Exits the Lambda expression evaluation.
EXPIRES - Static variable in interface jakarta.ws.rs.core.HttpHeaders
expires(Date) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
Set the response expiration date.
Expression - Class in jakarta.el
Base class for the expression subclasses ValueExpression and MethodExpression, implementing characteristics common to both.
Expression() - Constructor for class jakarta.el.Expression
 
expression(MethodExpression) - Method in class jakarta.faces.flow.builder.MethodCallBuilder

Set the method expression of this method call node.

expression(String) - Method in class jakarta.faces.flow.builder.MethodCallBuilder

Set the method expression of this method call node.

expression(String, Class[]) - Method in class jakarta.faces.flow.builder.MethodCallBuilder

Set the method expression of this method call node.

Expression<T> - Interface in jakarta.persistence.criteria
Type for query expressions.
Expression - Class in jakarta.servlet.jsp.el
Deprecated.
As of JSP 2.1, replaced by ValueExpression
Expression() - Constructor for class jakarta.servlet.jsp.el.Expression
Deprecated.
 
EXPRESSION_SEPARATOR_CHARS - Static variable in class jakarta.faces.component.search.SearchExpressionHandler

The default characters used to separate expressions in a series of expressions.

ExpressionEvaluator - Class in jakarta.servlet.jsp.el
Deprecated.
As of JSP 2.1, replaced by ExpressionFactory
ExpressionEvaluator() - Constructor for class jakarta.servlet.jsp.el.ExpressionEvaluator
Deprecated.
 
ExpressionFactory - Class in jakarta.el
Provides an implementation for creating and evaluating Jakarta Expression Language expressions.
ExpressionFactory() - Constructor for class jakarta.el.ExpressionFactory
 
Extension - Interface in jakarta.enterprise.inject.spi
Service interface implemented by extensions.
Extension - Interface in jakarta.websocket
A simple representation of a websocket extension as a name and map of extension parameters.
Extension.Parameter - Interface in jakarta.websocket
This member interface defines a single websocket extension parameter.
extensions(List<Extension>) - Method in class jakarta.websocket.ClientEndpointConfig.Builder
Set the extensions for the configuration this builder will build.
extensions(List<Extension>) - Method in class jakarta.websocket.server.ServerEndpointConfig.Builder
Sets the extensions to use in the configuration.
EXTERNAL_CONTEXT_FACTORY - Static variable in class jakarta.faces.FactoryFinder

The property name for the ExternalContextFactory class name.

ExternalContext - Class in jakarta.faces.context
This class allows the Faces API to be unaware of the nature of its containing application environment.
ExternalContext() - Constructor for class jakarta.faces.context.ExternalContext
 
ExternalContextFactory - Class in jakarta.faces.context
ExternalContextFactory is a factory object that creates (if needed) and returns new ExternalContext instances, initialized for the processing of the specified request and response objects.
ExternalContextFactory() - Constructor for class jakarta.faces.context.ExternalContextFactory
Deprecated.
Use the other constructor taking the implementation being wrapped.
ExternalContextFactory(ExternalContextFactory) - Constructor for class jakarta.faces.context.ExternalContextFactory

If this factory has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.

ExternalContextWrapper - Class in jakarta.faces.context

Provides a simple implementation of ExternalContext that can be subclassed by developers wishing to provide specialized behavior to an existing ExternalContext instance.

ExternalContextWrapper() - Constructor for class jakarta.faces.context.ExternalContextWrapper
Deprecated.
Use the other constructor taking the implementation being wrapped.
ExternalContextWrapper(ExternalContext) - Constructor for class jakarta.faces.context.ExternalContextWrapper

If this external context has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.

ExtractedValue - Annotation Type in jakarta.validation.valueextraction
Marks the type parameter of a generic container type to which a ValueExtractor is tied or specifies the type of the wrapped element(s) of non-generic container types.
extractValues(T, ValueExtractor.ValueReceiver) - Method in interface jakarta.validation.valueextraction.ValueExtractor
Extracts the values to validate from the original object.

F

Facelet - Class in jakarta.faces.view.facelets
The parent or root object in a FaceletHandler composition.
Facelet() - Constructor for class jakarta.faces.view.facelets.Facelet
 
FACELET_CACHE_FACTORY - Static variable in class jakarta.faces.FactoryFinder

The property name for the FaceletCacheFactory class name.

FACELET_CONTEXT_KEY - Static variable in class jakarta.faces.view.facelets.FaceletContext
 
FaceletCache<V> - Class in jakarta.faces.view.facelets

This API defines the facility by which the Facelets ViewDeclarationLanguage creates and caches instances of Facelets.

FaceletCache() - Constructor for class jakarta.faces.view.facelets.FaceletCache
 
FaceletCache.MemberFactory<V> - Interface in jakarta.faces.view.facelets

Factory interface for creating Facelet or View Metadata Facelet instances.

FaceletCacheFactory - Class in jakarta.faces.view.facelets

Allows customization of the implementation of FaceletCache.

FaceletCacheFactory() - Constructor for class jakarta.faces.view.facelets.FaceletCacheFactory
Deprecated.
Use the other constructor taking the implementation being wrapped.
FaceletCacheFactory(FaceletCacheFactory) - Constructor for class jakarta.faces.view.facelets.FaceletCacheFactory

If this factory has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.

FaceletContext - Class in jakarta.faces.view.facelets

Context representative of a single request from a Facelet.

FaceletContext() - Constructor for class jakarta.faces.view.facelets.FaceletContext
 
FaceletException - Exception in jakarta.faces.view.facelets

An Exception from the Facelet implementation

FaceletException() - Constructor for exception jakarta.faces.view.facelets.FaceletException

Create an empty FaceletException.

FaceletException(String) - Constructor for exception jakarta.faces.view.facelets.FaceletException

Create a FaceletException with argument message as the message.

FaceletException(Throwable) - Constructor for exception jakarta.faces.view.facelets.FaceletException

Wrap argument cause within this FaceletException instance.

FaceletException(String, Throwable) - Constructor for exception jakarta.faces.view.facelets.FaceletException

Wrap argument cause in a FaceletException instance, with a message given by the argument message.

FaceletHandler - Interface in jakarta.faces.view.facelets

This is the root class for markup elements in Facelets VDL.

FACELETS_BUFFER_SIZE_PARAM_NAME - Static variable in class jakarta.faces.application.ViewHandler

The buffer size to set on the response when the ResponseWriter is generated.

FACELETS_DECORATORS_PARAM_NAME - Static variable in class jakarta.faces.application.ViewHandler

A semicolon (;) delimitted list of class names of type jakarta.faces.view.facelets.TagDecorator, with a no-argument constructor.

FACELETS_LIBRARIES_PARAM_NAME - Static variable in class jakarta.faces.application.ViewHandler

If this param is set, the runtime must interpret it as a semicolon (;) separated list of paths, starting with "/" (without the quotes).

FACELETS_REFRESH_PERIOD_PARAM_NAME - Static variable in class jakarta.faces.application.ViewHandler

When a page is requested, what interval in seconds should the compiler check for changes.

FACELETS_RESOURCE_RESOLVER_PARAM_NAME - Static variable in class jakarta.faces.view.facelets.ResourceResolver
Deprecated.
 
FACELETS_SKIP_COMMENTS_PARAM_NAME - Static variable in class jakarta.faces.application.ViewHandler

If this param is set, and calling toLowerCase().equals("true") on a String representation of its value returns true, the runtime must ensure that any XML comments in the Facelets source page are not delivered to the client.

FACELETS_SUFFIX_PARAM_NAME - Static variable in class jakarta.faces.application.ViewHandler

Allow the web application to define an alternate suffix for Facelet based XHTML pages containing Jakarta Server Faces content.

FACELETS_VIEW_DECLARATION_LANGUAGE_ID - Static variable in class jakarta.faces.view.ViewDeclarationLanguage

Identifier for the Facelets view declaration language.

FACELETS_VIEW_MAPPINGS_PARAM_NAME - Static variable in class jakarta.faces.application.ViewHandler

Allow the web application to define a semicolon (;) separated list of strings that is used to forcibly declare that certain pages in the application must be interpreted as using Facelets, regardless of their extension.

FaceletsAttachedObjectHandler - Class in jakarta.faces.view.facelets

Root class for all tag handlers that represent attached objetcts in a Facelets page.

FaceletsAttachedObjectHandler(TagConfig) - Constructor for class jakarta.faces.view.facelets.FaceletsAttachedObjectHandler
Call through to super
FaceletsResourceResolver - Annotation Type in jakarta.faces.view.facelets

The presence of this annotation on a class automatically registers the class with the runtime as a ResourceResolver.

FACES_CONTEXT_FACTORY - Static variable in class jakarta.faces.FactoryFinder
The property name for the FacesContextFactory class name.
FACES_MESSAGES - Static variable in class jakarta.faces.application.FacesMessage
ResourceBundle identifier for messages whose message identifiers are defined in the Jakarta Server Faces specification.
FacesBehavior - Annotation Type in jakarta.faces.component.behavior

The presence of this annotation on a class automatically registers the class with the runtime as a Behavior.

FacesBehaviorRenderer - Annotation Type in jakarta.faces.render

The presence of this annotation on a class automatically registers the class with the runtime as a ClientBehaviorRenderer.

FacesComponent - Annotation Type in jakarta.faces.component
The presence of this annotation on a class that extends UIComponent must cause the runtime to register this class as a component suitable for inclusion in a view.
FacesConfig - Annotation Type in jakarta.faces.annotation

The presence of this annotation on a managed bean deployed within an application causes version specific features to be enabled as specified in the enum FacesConfig.Version

FacesConfig.Version - Enum in jakarta.faces.annotation
 
FacesContext - Class in jakarta.faces.context
FacesContext contains all of the per-request state information related to the processing of a single Jakarta Server Faces request, and the rendering of the corresponding response.
FacesContext() - Constructor for class jakarta.faces.context.FacesContext
 
FacesContextFactory - Class in jakarta.faces.context
FacesContextFactory is a factory object that creates (if needed) and returns new FacesContext instances, initialized for the processing of the specified request and response objects.
FacesContextFactory() - Constructor for class jakarta.faces.context.FacesContextFactory
Deprecated.
Use the other constructor taking the implementation being wrapped.
FacesContextFactory(FacesContextFactory) - Constructor for class jakarta.faces.context.FacesContextFactory

If this factory has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.

FacesContextWrapper - Class in jakarta.faces.context
Provides a simple implementation of FacesContext that can be subclassed by developers wishing to provide specialized behavior to an existing FacesContext instance.
FacesContextWrapper() - Constructor for class jakarta.faces.context.FacesContextWrapper
Deprecated.
Use the other constructor taking the implementation being wrapped.
FacesContextWrapper(FacesContext) - Constructor for class jakarta.faces.context.FacesContextWrapper

If this faces context has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.

FacesConverter - Annotation Type in jakarta.faces.convert

The presence of this annotation on a class automatically registers the class with the runtime as a Converter.

FacesDataModel - Annotation Type in jakarta.faces.model
FacesEvent - Class in jakarta.faces.event

FacesEvent is the base class for user interface and application events that can be fired by UIComponents.

FacesEvent(UIComponent) - Constructor for class jakarta.faces.event.FacesEvent

Construct a new event object from the specified source component.

FacesEvent(FacesContext, UIComponent) - Constructor for class jakarta.faces.event.FacesEvent

Construct a new event object from the Faces context and specified source component.

FacesException - Exception in jakarta.faces
This class encapsulates general Jakarta Server Faces exceptions.
FacesException() - Constructor for exception jakarta.faces.FacesException
Construct a new exception with no detail message or root cause.
FacesException(String) - Constructor for exception jakarta.faces.FacesException
Construct a new exception with the specified detail message and no root cause.
FacesException(Throwable) - Constructor for exception jakarta.faces.FacesException
Construct a new exception with the specified root cause.
FacesException(String, Throwable) - Constructor for exception jakarta.faces.FacesException
Construct a new exception with the specified detail message and root cause.
FacesListener - Interface in jakarta.faces.event
A generic base interface for event listeners for various types of FacesEvents.
FacesMessage - Class in jakarta.faces.application
FacesMessage represents a single validation (or other) message, which is typically associated with a particular component in the view.
FacesMessage() - Constructor for class jakarta.faces.application.FacesMessage
Construct a new FacesMessage with no initial values.
FacesMessage(String) - Constructor for class jakarta.faces.application.FacesMessage
Construct a new FacesMessage with just a summary.
FacesMessage(String, String) - Constructor for class jakarta.faces.application.FacesMessage
Construct a new FacesMessage with the specified initial values.
FacesMessage(FacesMessage.Severity, String, String) - Constructor for class jakarta.faces.application.FacesMessage
Construct a new FacesMessage with the specified initial values.
FacesMessage.Severity - Class in jakarta.faces.application
Class used to represent message severity levels in a typesafe enumeration.
FacesRenderer - Annotation Type in jakarta.faces.render

The presence of this annotation on a class automatically registers the class with the runtime as a Renderer.

FacesServlet - Class in jakarta.faces.webapp
FacesServlet is a Jakarta Servlet servlet that manages the request processing lifecycle for web applications that are utilizing Jakarta Server Faces to construct the user interface.
FacesServlet() - Constructor for class jakarta.faces.webapp.FacesServlet
 
FacesValidator - Annotation Type in jakarta.faces.validator

The presence of this annotation on a class automatically registers the class with the runtime as a Validator.

FacesWrapper<T> - Interface in jakarta.faces

Any wrapper class in Jakarta Server Faces that must provide access to the object it wraps must implement this interface.

FacetHandler - Interface in jakarta.faces.view.facelets

An interface that allows other code to identify FaceletHandlers that correspond to component facets.

FACETS_KEY - Static variable in class jakarta.faces.component.UIComponent

The value of this constant is used as the key in the composite component BeanDescriptor for the Map<PropertyDescriptor> that contains meta-information for the declared facets for this composite component.

FacetTag - Class in jakarta.faces.webapp
FacetTag is the Jakarta Server Pages mechanism for denoting a UIComponent is to be added as a facet to the component associated with its parent.
FacetTag() - Constructor for class jakarta.faces.webapp.FacetTag
 
FactoryFinder - Class in jakarta.faces
FactoryFinder implements the standard discovery algorithm for all factory objects specified in the Jakarta Server Faces APIs.
failed(Throwable) - Method in interface jakarta.ws.rs.client.InvocationCallback
Called when the invocation has failed for any reason.
FAILURE - Static variable in class jakarta.security.auth.message.AuthStatus
Indicates that the message processing by the authentication module was NOT successful, and that the module replaced the application message with an error message.
FALSE - Static variable in interface jakarta.json.JsonValue
JSON false value.
familyOf(int) - Static method in enum jakarta.ws.rs.core.Response.Status.Family
Get the response status family for the status code.
Feature - Interface in jakarta.ws.rs.core
A feature extension contract.
FeatureContext - Interface in jakarta.ws.rs.core
A configurable context passed to Feature and DynamicFeature instances by JAX-RS runtime during the phase of their configuration.
Fetch<Z,X> - Interface in jakarta.persistence.criteria
Represents a join-fetched association or attribute.
fetch(SingularAttribute<? super X, Y>) - Method in interface jakarta.persistence.criteria.FetchParent
Create a fetch join to the specified single-valued attribute using an inner join.
fetch(SingularAttribute<? super X, Y>, JoinType) - Method in interface jakarta.persistence.criteria.FetchParent
Create a fetch join to the specified single-valued attribute using the given join type.
fetch(PluralAttribute<? super X, ?, Y>) - Method in interface jakarta.persistence.criteria.FetchParent
Create a fetch join to the specified collection-valued attribute using an inner join.
fetch(PluralAttribute<? super X, ?, Y>, JoinType) - Method in interface jakarta.persistence.criteria.FetchParent
Create a fetch join to the specified collection-valued attribute using the given join type.
fetch(String) - Method in interface jakarta.persistence.criteria.FetchParent
Create a fetch join to the specified attribute using an inner join.
fetch(String, JoinType) - Method in interface jakarta.persistence.criteria.FetchParent
Create a fetch join to the specified attribute using the given join type.
FetchParent<Z,X> - Interface in jakarta.persistence.criteria
Represents an element of the from clause which may function as the parent of Fetches.
FetchType - Enum in jakarta.persistence
Defines strategies for fetching data from the database.
FieldResult - Annotation Type in jakarta.persistence
Used in conjunction with the EntityResult annotation to map columns specified in the SELECT list of a SQL query to the properties or fields of an entity class.
fields() - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedTypeConfigurator
 
Filter - Interface in jakarta.servlet
A filter is an object that performs filtering tasks on either the request to a resource (a servlet or static content), or on the response from a resource, or both.
filter(ClientRequestContext) - Method in interface jakarta.ws.rs.client.ClientRequestFilter
Filter method called before a request has been dispatched to a client transport layer.
filter(ClientRequestContext, ClientResponseContext) - Method in interface jakarta.ws.rs.client.ClientResponseFilter
Filter method called after a response has been provided for a request (either by a request filter or when the HTTP invocation returns).
filter(ContainerRequestContext) - Method in interface jakarta.ws.rs.container.ContainerRequestFilter
Filter method called before a request has been dispatched to a resource.
filter(ContainerRequestContext, ContainerResponseContext) - Method in interface jakarta.ws.rs.container.ContainerResponseFilter
Filter method called after a response has been provided for a request (either by a request filter or by a matched resource method.
FilterChain - Interface in jakarta.servlet
A FilterChain is an object provided by the servlet container to the developer giving a view into the invocation chain of a filtered request for a resource.
FilterConfig - Interface in jakarta.servlet
A filter configuration object used by a servlet container to pass information to a filter during initialization.
filterConstructors(Predicate<AnnotatedConstructor<T>>) - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedTypeConfigurator
 
filterFields(Predicate<AnnotatedField<? super T>>) - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedTypeConfigurator
 
filterMethods(Predicate<AnnotatedMethod<? super T>>) - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedTypeConfigurator
 
filterParams(Predicate<AnnotatedParameter<T>>) - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedConstructorConfigurator
 
filterParams(Predicate<AnnotatedParameter<T>>) - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedMethodConfigurator
 
FilterRegistration - Interface in jakarta.servlet
Interface through which a Filter may be further configured.
FilterRegistration.Dynamic - Interface in jakarta.servlet
Interface through which a Filter registered via one of the addFilter methods on ServletContext may be further configured.
finalizer(MethodExpression) - Method in class jakarta.faces.flow.builder.FlowBuilder

A MethodExpression that will be invoked when the flow is exited.

finalizer(String) - Method in class jakarta.faces.flow.builder.FlowBuilder

A MethodExpression that will be invoked when the flow is exited.

find(Class<T>, Object) - Method in interface jakarta.persistence.EntityManager
Find by primary key.
find(Class<T>, Object, Map<String, Object>) - Method in interface jakarta.persistence.EntityManager
Find by primary key, using the specified properties.
find(Class<T>, Object, LockModeType) - Method in interface jakarta.persistence.EntityManager
Find by primary key and lock.
find(Class<T>, Object, LockModeType, Map<String, Object>) - Method in interface jakarta.persistence.EntityManager
Find by primary key and lock, using the specified properties.
find(PageContext, String) - Static method in class jakarta.servlet.jsp.jstl.core.Config
Finds the value associated with a specific configuration setting identified by its context initialization parameter name.
findAncestorWithClass(JspTag, Class<?>) - Static method in class jakarta.servlet.jsp.tagext.SimpleTagSupport
Find the instance of a given class type that is closest to a given instance.
findAncestorWithClass(Tag, Class<?>) - Static method in class jakarta.servlet.jsp.tagext.TagSupport
Find the instance of a given class type that is closest to a given instance.
findAttribute(String) - Method in class jakarta.servlet.jsp.JspContext
Searches for the named attribute in page, request, session (if valid), and application scope(s) in order and returns the value associated or null.
findComponent(String) - Method in class jakarta.faces.component.UIComponent
Search for and return the UIComponent with an id that matches the specified search expression (if any), according to the algorithm described below.
findComponent(String) - Method in class jakarta.faces.component.UIComponentBase
 
findComponent(FacesContext) - Method in class jakarta.faces.webapp.UIComponentClassicTagBase
Find and return the UIComponent, from the component tree, that corresponds to this tag handler instance.
findConstraints() - Method in interface jakarta.validation.metadata.ElementDescriptor
Finds constraints and potentially restricts them to certain criteria.
findConstraints() - Method in interface jakarta.validation.metadata.ExecutableDescriptor
Returns a finder that will always return an empty Set.
FinderException - Exception in jakarta.ejb
The FinderException exception must be included in the throws clause of every finder method of an entity bean's home or local home interface.
FinderException() - Constructor for exception jakarta.ejb.FinderException
Constructs an FinderException with no detail message.
FinderException(String) - Constructor for exception jakarta.ejb.FinderException
Constructs an FinderException with the specified detail message.
finish() - Method in class jakarta.faces.view.facelets.MetaRuleset

Take actions to apply the rule.

fire(T) - Method in interface jakarta.enterprise.event.Event
Fires an event with the specified qualifiers and notifies observers.
fireAsync(U) - Method in interface jakarta.enterprise.event.Event
Fires an event asynchronously with the specified qualifiers and notifies asynchronous observers.
fireAsync(U, NotificationOptions) - Method in interface jakarta.enterprise.event.Event
Fires an event asynchronously with the specified qualifiers and notifies asynchronous observers.
fireEvent(Object, Annotation...) - Method in interface jakarta.enterprise.inject.spi.BeanManager
Fire an event and notify observers.
Flash - Class in jakarta.faces.context

The Flash concept is taken from Ruby on Rails and provides a way to pass temporary objects between the user views generated by the faces lifecycle.

Flash() - Constructor for class jakarta.faces.context.Flash
 
FLASH_FACTORY - Static variable in class jakarta.faces.FactoryFinder

The property name for the FlashFactory class name.

FlashFactory - Class in jakarta.faces.context
FlashFactory is a factory object that creates (if needed) and returns Flash instances.
FlashFactory() - Constructor for class jakarta.faces.context.FlashFactory
Deprecated.
Use the other constructor taking the implementation being wrapped.
FlashFactory(FlashFactory) - Constructor for class jakarta.faces.context.FlashFactory

If this factory has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.

FlashWrapper - Class in jakarta.faces.context

Provides a simple implementation of Flash that can be subclassed by developers wishing to provide specialized behavior to an existing Flash instance.

FlashWrapper() - Constructor for class jakarta.faces.context.FlashWrapper
Deprecated.
Use the other constructor taking the implementation being wrapped.
FlashWrapper(Flash) - Constructor for class jakarta.faces.context.FlashWrapper

If this flash has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.

FLOAT_ID - Static variable in class jakarta.faces.convert.FloatConverter
The message identifier of the FacesMessage to be created if the conversion to Float fails.
FloatConverter - Class in jakarta.faces.convert
Converter implementation for java.lang.Float (and float primitive) values.
FloatConverter() - Constructor for class jakarta.faces.convert.FloatConverter
 
Flow - Class in jakarta.faces.flow

Flow is the runtime representation of a Faces Flow.

Flow() - Constructor for class jakarta.faces.flow.Flow
 
FLOW_HANDLER_FACTORY - Static variable in class jakarta.faces.FactoryFinder

The property name for the FlowHandlerFactory class name.

FLOW_ID_REQUEST_PARAM_NAME - Static variable in class jakarta.faces.flow.FlowHandler

Components that are rendered by Renderers of component-family jakarta.faces.OutcomeTarget must use this constant as the parameter name for a parameter representing the flow id of the flow that this component will cause to be entered.

FlowBuilder - Class in jakarta.faces.flow.builder

A Java language API for building Flows.

FlowBuilder() - Constructor for class jakarta.faces.flow.builder.FlowBuilder
 
FlowBuilderParameter - Annotation Type in jakarta.faces.flow.builder

The presence of this annotation on a CDI producer method for the FlowDefinition annotation causes the FlowBuilder to be passed to that method.

FlowCallBuilder - Class in jakarta.faces.flow.builder

Create a flow call node in the current Flow.

FlowCallBuilder() - Constructor for class jakarta.faces.flow.builder.FlowCallBuilder
 
flowCallNode(String) - Method in class jakarta.faces.flow.builder.FlowBuilder

Define a flow call node.

FlowCallNode - Class in jakarta.faces.flow
 
FlowCallNode() - Constructor for class jakarta.faces.flow.FlowCallNode
 
FlowDefinition - Annotation Type in jakarta.faces.flow.builder

The presence of this annotation on a CDI producer method indicates that the method will produce a flow.

FlowHandler - Class in jakarta.faces.flow

FlowHandler is the main entry point that enables the runtime to interact with the faces flows feature.

FlowHandler() - Constructor for class jakarta.faces.flow.FlowHandler
 
FlowHandlerFactory - Class in jakarta.faces.flow

FlowHandlerFactory is used by the Application to create the singleton instance of FlowHandler.

FlowHandlerFactory() - Constructor for class jakarta.faces.flow.FlowHandlerFactory
 
FlowHandlerFactoryWrapper - Class in jakarta.faces.flow

FlowHandlerFactoryWrapper provides a simple implementation of FlowHandlerFactory that can be subclassed by developers wishing to provide specialized behavior to an existing FlowHandlerFactory instance.

FlowHandlerFactoryWrapper() - Constructor for class jakarta.faces.flow.FlowHandlerFactoryWrapper
Deprecated.
Use the other constructor taking the implementation being wrapped.
FlowHandlerFactoryWrapper(FlowHandlerFactory) - Constructor for class jakarta.faces.flow.FlowHandlerFactoryWrapper

If this flow handler factory has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.

FlowMap - Annotation Type in jakarta.faces.annotation

The presence of this annotation (along with @Inject) on a field of type Map<Object, Object> causes the map returned from FlowHandler.getCurrentFlowScope() to be injected as the value of that field.

FlowNode - Class in jakarta.faces.flow

FlowNode is the base class for all nodes in a faces flow graph.

FlowNode() - Constructor for class jakarta.faces.flow.FlowNode
 
flowReference(String, String) - Method in class jakarta.faces.flow.builder.FlowCallBuilder

Define the flow reference of the called flow.

FlowScoped - Annotation Type in jakarta.faces.flow

FlowScoped is a CDI scope that causes the runtime to consider classes with this annotation to be in the scope of the specified Flow.

flush() - Method in class jakarta.faces.context.ResponseWriter
Flush any ouput buffered by the output method to the underlying Writer or OutputStream.
flush() - Method in class jakarta.faces.context.ResponseWriterWrapper
The default behavior of this method is to call ResponseWriter.flush() on the wrapped ResponseWriter object.
flush() - Method in interface jakarta.json.stream.JsonGenerator
Flushes the underlying output source.
flush() - Method in interface jakarta.persistence.EntityManager
Synchronize the persistence context to the underlying database.
flush() - Method in class jakarta.servlet.jsp.JspWriter
Flush the stream.
flush() - Method in class jakarta.servlet.jsp.tagext.BodyContent
Redefined flush() so it is not legal.
flushBatch() - Method in interface jakarta.websocket.RemoteEndpoint
This method is only used when batching is allowed for this RemoteEndpint.
flushBuffer() - Method in interface jakarta.servlet.ServletResponse
Forces any content in the buffer to be written to the client.
flushBuffer() - Method in class jakarta.servlet.ServletResponseWrapper
The default behavior of this method is to call flushBuffer() on the wrapped response object.
FlushModeType - Enum in jakarta.persistence
Flush mode setting.
FMT_FALLBACK_LOCALE - Static variable in class jakarta.servlet.jsp.jstl.core.Config
Name of configuration setting for fallback locale
FMT_LOCALE - Static variable in class jakarta.servlet.jsp.jstl.core.Config
Name of configuration setting for application- (as opposed to browser-) based preferred locale
FMT_LOCALIZATION_CONTEXT - Static variable in class jakarta.servlet.jsp.jstl.core.Config
Name of configuration setting for i18n localization context
FMT_TIME_ZONE - Static variable in class jakarta.servlet.jsp.jstl.core.Config
Name of localization setting for time zone
ForbiddenException - Exception in jakarta.ws.rs
A runtime exception indicating that an access to a resource requested by a client has been forbidden by the server.
ForbiddenException() - Constructor for exception jakarta.ws.rs.ForbiddenException
Construct a new "forbidden" exception.
ForbiddenException(String) - Constructor for exception jakarta.ws.rs.ForbiddenException
Construct a new "forbidden" exception.
ForbiddenException(Response) - Constructor for exception jakarta.ws.rs.ForbiddenException
Construct a new "forbidden" exception.
ForbiddenException(String, Response) - Constructor for exception jakarta.ws.rs.ForbiddenException
Construct a new "forbidden" exception.
ForbiddenException(Throwable) - Constructor for exception jakarta.ws.rs.ForbiddenException
Construct a new "forbidden" exception.
ForbiddenException(String, Throwable) - Constructor for exception jakarta.ws.rs.ForbiddenException
Construct a new "forbidden" exception.
ForbiddenException(Response, Throwable) - Constructor for exception jakarta.ws.rs.ForbiddenException
Construct a new "forbidden" exception.
ForbiddenException(String, Response, Throwable) - Constructor for exception jakarta.ws.rs.ForbiddenException
Construct a new "forbidden" exception.
ForeignKey - Annotation Type in jakarta.persistence
Used to specify the handling of foreign key constraints when schema generation is in effect.
forExecutables() - Method in interface jakarta.validation.Validator
Returns the contract for validating parameters and return values of methods and constructors.
forInstance(Object) - Static method in class jakarta.ws.rs.core.GenericType
Create a generic type from a Java instance.
form(Form) - Static method in class jakarta.ws.rs.client.Entity
form(MultivaluedMap<String, String>) - Static method in class jakarta.ws.rs.client.Entity
Form - Class in jakarta.ws.rs.core
Represents the the HTML form data request entity encoded using the "application/x-www-form-urlencoded" content type.
Form() - Constructor for class jakarta.ws.rs.core.Form
Create a new form data instance.
Form(String, String) - Constructor for class jakarta.ws.rs.core.Form
Create a new form data instance with a single parameter entry.
Form(MultivaluedMap<String, String>) - Constructor for class jakarta.ws.rs.core.Form
Create a new form data instance and register a custom underlying parameter store.
FORM_AUTH - Static variable in class jakarta.faces.context.ExternalContext
String identifier for FORM authentication.
FORM_AUTH - Static variable in interface jakarta.servlet.http.HttpServletRequest
String identifier for Form authentication.
FORM_AUTH - Static variable in interface jakarta.ws.rs.core.SecurityContext
String identifier for Form authentication.
FORMATTING - Static variable in class jakarta.json.bind.JsonbConfig
Property used to specify whether or not the serialized JSON data is formatted with line feeds and indentation.
FormAuthenticationMechanismDefinition - Annotation Type in jakarta.security.enterprise.authentication.mechanism.http
Annotation used to define a container authentication mechanism that implements FORM authentication as defined by the Servlet spec (13.6.3) and make that implementation available as an enabled CDI bean.
FormParam - Annotation Type in jakarta.ws.rs
Binds the value(s) of a form parameter contained within a request entity body to a resource method parameter.
forward(String) - Method in interface jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContext
Forwards to another resource (Jakarta Servlet, Jakarta Server Pages file, or HTML file) on the server.
forward(String) - Method in class jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
 
forward(String) - Method in class jakarta.servlet.jsp.PageContext
This method is used to re-direct, or "forward" the current ServletRequest and ServletResponse to another active component in the application.
forward(ServletRequest, ServletResponse) - Method in interface jakarta.servlet.RequestDispatcher
Forwards a request from a servlet to another resource (servlet, JSP file, or HTML file) on the server.
FORWARD_CONTEXT_PATH - Static variable in interface jakarta.servlet.RequestDispatcher
The name of the request attribute under which the original context path is made available to the target of a forward
FORWARD_MAPPING - Static variable in interface jakarta.servlet.RequestDispatcher
The name of the request attribute under which the original HttpServletMapping is made available to the target of a forward
FORWARD_PATH_INFO - Static variable in interface jakarta.servlet.RequestDispatcher
The name of the request attribute under which the original path info is made available to the target of a forward
FORWARD_QUERY_STRING - Static variable in interface jakarta.servlet.RequestDispatcher
The name of the request attribute under which the original query string is made available to the target of a forward
FORWARD_REQUEST_URI - Static variable in interface jakarta.servlet.RequestDispatcher
The name of the request attribute under which the original request URI is made available to the target of a forward
FORWARD_SERVLET_PATH - Static variable in interface jakarta.servlet.RequestDispatcher
The name of the request attribute under which the original servlet path is made available to the target of a forward
fragment(String) - Method in class jakarta.ws.rs.core.UriBuilder
Set the URI fragment.
from(Class<X>) - Method in interface jakarta.persistence.criteria.AbstractQuery
Create and add a query root corresponding to the given entity, forming a cartesian product with any existing roots.
from(EntityType<X>) - Method in interface jakarta.persistence.criteria.AbstractQuery
Create and add a query root corresponding to the given entity, forming a cartesian product with any existing roots.
from(Class<T>) - Method in interface jakarta.persistence.criteria.CriteriaDelete
Create and add a query root corresponding to the entity that is the target of the delete.
from(EntityType<T>) - Method in interface jakarta.persistence.criteria.CriteriaDelete
Create and add a query root corresponding to the entity that is the target of the delete.
from(Class<T>) - Method in interface jakarta.persistence.criteria.CriteriaUpdate
Create and add a query root corresponding to the entity that is the target of the update.
from(EntityType<T>) - Method in interface jakarta.persistence.criteria.CriteriaUpdate
Create and add a query root corresponding to the entity that is the target of the update.
From<Z,X> - Interface in jakarta.persistence.criteria
Represents a bound type, usually an entity that appears in the from clause, but may also be an embeddable belonging to an entity in the from clause.
fromAction(String) - Method in class jakarta.faces.flow.builder.NavigationCaseBuilder

Set the from-action of the current navigation case.

fromJson(String, Class<T>) - Method in interface jakarta.json.bind.Jsonb
Reads in a JSON data from the specified string and return the resulting content tree.
fromJson(String, Type) - Method in interface jakarta.json.bind.Jsonb
Reads in a JSON data from the specified string and return the resulting content tree.
fromJson(Reader, Class<T>) - Method in interface jakarta.json.bind.Jsonb
Reads in a JSON data from the specified Reader and return the resulting content tree.
fromJson(Reader, Type) - Method in interface jakarta.json.bind.Jsonb
Reads in a JSON data from the specified Reader and return the resulting content tree.
fromJson(InputStream, Class<T>) - Method in interface jakarta.json.bind.Jsonb
Reads in a JSON data from the specified InputStream and return the resulting content tree.
fromJson(InputStream, Type) - Method in interface jakarta.json.bind.Jsonb
Reads in a JSON data from the specified InputStream and return the resulting content tree.
fromLink(Link) - Static method in class jakarta.ws.rs.core.Link
Create a new builder instance initialized from another link.
fromLink(Link) - Static method in class jakarta.ws.rs.core.UriBuilder
Create a new instance initialized from a Link.
fromMethod(Class<?>, String) - Static method in class jakarta.ws.rs.core.Link
Convenience method to build a link from a resource.
fromMethod(Class<?>, String) - Static method in class jakarta.ws.rs.core.UriBuilder
Create a new instance representing a relative URI initialized from a Path-annotated method.
fromOperationName(String) - Static method in enum jakarta.json.JsonPatch.Operation
Returns the enum constant with the specified name.
fromOutcome(String) - Method in class jakarta.faces.flow.builder.NavigationCaseBuilder

Set the from-outcome of the current navigation case.

fromOutcome(String) - Method in class jakarta.faces.flow.builder.ReturnBuilder

Set the outcome of the current return node.

fromOutcome(ValueExpression) - Method in class jakarta.faces.flow.builder.ReturnBuilder

Set the outcome of the current return node.

fromOutcome(String) - Method in class jakarta.faces.flow.builder.SwitchCaseBuilder

Set the outcome in the previously created switch case.

fromPath(String) - Static method in class jakarta.ws.rs.core.Link
Convenience method to build a link from a path.
fromPath(String) - Static method in class jakarta.ws.rs.core.UriBuilder
Create a new instance representing a relative URI initialized from a URI path.
fromResource(Class<?>) - Static method in class jakarta.ws.rs.core.Link
Convenience method to build a link from a resource.
fromResource(Class<?>) - Static method in class jakarta.ws.rs.core.UriBuilder
Create a new instance representing a relative URI initialized from a root resource class.
fromResponse(Response) - Static method in class jakarta.ws.rs.core.Response
Create a new ResponseBuilder by performing a shallow copy of an existing Response.
fromStatusCode(int) - Static method in enum jakarta.ws.rs.core.Response.Status
Convert a numerical status code into the corresponding Status.
fromString(String) - Method in interface jakarta.ws.rs.ext.ParamConverter
Parse the supplied value and create an instance of T.
fromString(String) - Method in interface jakarta.ws.rs.ext.RuntimeDelegate.HeaderDelegate
Parse the supplied value and create an instance of T.
fromUri(URI) - Static method in class jakarta.ws.rs.core.Link
Create a new builder instance initialized from an existing URI.
fromUri(String) - Static method in class jakarta.ws.rs.core.Link
Create a new builder instance initialized from an existing URI represented as a string.
fromUri(URI) - Static method in class jakarta.ws.rs.core.UriBuilder
Create a new instance initialized from an existing URI.
fromUri(String) - Static method in class jakarta.ws.rs.core.UriBuilder
Create a new instance initialized from an existing URI.
fromUriBuilder(UriBuilder) - Static method in class jakarta.ws.rs.core.Link
Create a new builder instance initialized from a URI builder.
fromViewId(String) - Method in class jakarta.faces.flow.builder.NavigationCaseBuilder

Set the from-view-id of the current navigation case.

FULL_STATE_SAVING_VIEW_IDS_PARAM_NAME - Static variable in class jakarta.faces.application.StateManager

The runtime must interpret the value of this parameter as a comma separated list of view IDs, each of which must have their state saved using the state saving mechanism specified in Jakarta Server Faces 1.2.

function(String, Class<T>, Expression<?>...) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create an expression for the execution of a database function.
FunctionInfo - Class in jakarta.servlet.jsp.tagext
Information for a function in a Tag Library.
FunctionInfo(String, String, String) - Constructor for class jakarta.servlet.jsp.tagext.FunctionInfo
Constructor for FunctionInfo.
FunctionMapper - Class in jakarta.el
The interface to a map between Jakarta Expression Language function names and methods.
FunctionMapper() - Constructor for class jakarta.el.FunctionMapper
 
FunctionMapper - Interface in jakarta.servlet.jsp.el
Deprecated.
As of JSP 2.1, replaced by FunctionMapper
functions - Variable in class jakarta.servlet.jsp.tagext.TagLibraryInfo
An array describing the functions that are defined in this tag library.
Future - Annotation Type in jakarta.validation.constraints
The annotated element must be an instant, date or time in the future.
Future.List - Annotation Type in jakarta.validation.constraints
Defines several Future annotations on the same element.
FutureOrPresent - Annotation Type in jakarta.validation.constraints
The annotated element must be an instant, date or time in the present or in the future.
FutureOrPresent.List - Annotation Type in jakarta.validation.constraints
Defines several FutureOrPresent annotations on the same element.

G

ge(Expression<? extends Number>, Expression<? extends Number>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the first argument is greater than or equal to the second.
ge(Expression<? extends Number>, Number) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the first argument is greater than or equal to the second.
generate(char[]) - Method in interface jakarta.security.enterprise.identitystore.PasswordHash
Generate an encoded password hash value for storage in a user's account.
Generated - Annotation Type in jakarta.annotation
The Generated annotation is used to mark source code that has been generated.
GeneratedValue - Annotation Type in jakarta.persistence
Provides for the specification of generation strategies for the values of primary keys.
generateLoginToken(CallerPrincipal, Set<String>) - Method in interface jakarta.security.enterprise.identitystore.RememberMeIdentityStore
Associates the given principal and groups with a token.
generateSchema(String, Map) - Static method in class jakarta.persistence.Persistence
Create database schemas and/or tables and/or create DDL scripts as determined by the supplied properties.
generateSchema(PersistenceUnitInfo, Map) - Method in interface jakarta.persistence.spi.PersistenceProvider
Create database schemas and/or tables and/or create DDL scripts as determined by the supplied properties.
generateSchema(String, Map) - Method in interface jakarta.persistence.spi.PersistenceProvider
Create database schemas and/or tables and/or create DDL scripts as determined by the supplied properties.
generateUniqueId(String) - Method in class jakarta.faces.view.facelets.FaceletContext

Generate a unique ID for the passed String

GenerationType - Enum in jakarta.persistence
Defines the types of primary key generation strategies.
GenericBootstrap - Interface in jakarta.validation.bootstrap
Defines the state used to bootstrap Jakarta Bean Validation and creates a provider agnostic Configuration.
GenericEntity<T> - Class in jakarta.ws.rs.core
Represents a message entity of a generic type T.
GenericEntity(T) - Constructor for class jakarta.ws.rs.core.GenericEntity
Constructs a new generic entity.
GenericEntity(T, Type) - Constructor for class jakarta.ws.rs.core.GenericEntity
Create a new instance of GenericEntity, supplying the generic type information.
GenericFilter - Class in jakarta.servlet
Defines a generic, protocol-independent filter.
GenericFilter() - Constructor for class jakarta.servlet.GenericFilter
Does nothing.
GenericServlet - Class in jakarta.servlet
Defines a generic, protocol-independent servlet.
GenericServlet() - Constructor for class jakarta.servlet.GenericServlet
Does nothing.
GenericType<T> - Class in jakarta.ws.rs.core
Represents a generic message entity type T.
GenericType() - Constructor for class jakarta.ws.rs.core.GenericType
Constructs a new generic type, deriving the generic type and class from type parameter.
GenericType(Type) - Constructor for class jakarta.ws.rs.core.GenericType
Constructs a new generic type, supplying the generic type information and deriving the class.
get() - Method in class jakarta.ejb.AsyncResult
This method should not be called.
get(long, TimeUnit) - Method in class jakarta.ejb.AsyncResult
This method should not be called.
get(Contextual<T>, CreationalContext<T>) - Method in interface jakarta.enterprise.context.spi.Context
Return an existing instance of certain contextual type or create a new instance by calling Contextual.create(CreationalContext) and return the new instance.
get(Contextual<T>) - Method in interface jakarta.enterprise.context.spi.Context
Return an existing instance of a certain contextual type or a null value.
get(String) - Method in interface jakarta.enterprise.event.NotificationOptions
 
get() - Method in class jakarta.enterprise.inject.spi.Unmanaged.UnmanagedInstance
Get the instance
get(Serializable) - Method in interface jakarta.faces.component.StateHelper

Return the value currently associated with the specified key if any.

get(Object) - Method in class jakarta.faces.context.FlashWrapper

The default behavior of this method is to call Map.get(Object) on the wrapped Flash object.

get(String) - Method in class jakarta.faces.view.facelets.TagAttributes
Using no namespace, find the TagAttribute
get(String, String) - Method in class jakarta.faces.view.facelets.TagAttributes
Find a TagAttribute that matches the passed namespace and local name.
get() - Method in interface jakarta.inject.Provider
Provides a fully-constructed and injected instance of T.
get(SingularAttribute<? super X, Y>) - Method in interface jakarta.persistence.criteria.Path
Create a path corresponding to the referenced single-valued attribute.
get(PluralAttribute<X, C, E>) - Method in interface jakarta.persistence.criteria.Path
Create a path corresponding to the referenced collection-valued attribute.
get(MapAttribute<X, K, V>) - Method in interface jakarta.persistence.criteria.Path
Create a path corresponding to the referenced map-valued attribute.
get(String) - Method in interface jakarta.persistence.criteria.Path
Create a path corresponding to the referenced attribute.
get(TupleElement<X>) - Method in interface jakarta.persistence.Tuple
Get the value of the specified tuple element.
get(String, Class<X>) - Method in interface jakarta.persistence.Tuple
Get the value of the tuple element to which the specified alias has been assigned.
get(String) - Method in interface jakarta.persistence.Tuple
Get the value of the tuple element to which the specified alias has been assigned.
get(int, Class<X>) - Method in interface jakarta.persistence.Tuple
Get the value of the element at the specified position in the result tuple.
get(int) - Method in interface jakarta.persistence.Tuple
Get the value of the element at the specified position in the result tuple.
get(MessageInfo) - Method in interface jakarta.security.auth.message.MessagePolicy.Target
Get the Object identified by the Target from the MessageInfo.
get(PageContext, String, int) - Static method in class jakarta.servlet.jsp.jstl.core.Config
Looks up a configuration variable in the given scope.
get(ServletRequest, String) - Static method in class jakarta.servlet.jsp.jstl.core.Config
Looks up a configuration variable in the "request" scope.
get(HttpSession, String) - Static method in class jakarta.servlet.jsp.jstl.core.Config
Looks up a configuration variable in the "session" scope.
get(ServletContext, String) - Static method in class jakarta.servlet.jsp.jstl.core.Config
Looks up a configuration variable in the "application" scope.
get() - Method in interface jakarta.ws.rs.client.AsyncInvoker
Invoke HTTP GET method for the current request asynchronously.
get(Class<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
Invoke HTTP GET method for the current request asynchronously.
get(GenericType<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
Invoke HTTP GET method for the current request asynchronously.
get(InvocationCallback<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
Invoke HTTP GET method for the current request asynchronously.
get() - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
 
get(Class<T>) - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
 
get(GenericType<T>) - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
 
get() - Method in interface jakarta.ws.rs.client.RxInvoker
Invoke HTTP GET method for the current request.
get(Class<R>) - Method in interface jakarta.ws.rs.client.RxInvoker
Invoke HTTP GET method for the current request.
get(GenericType<R>) - Method in interface jakarta.ws.rs.client.RxInvoker
Invoke HTTP GET method for the current request.
get() - Method in interface jakarta.ws.rs.client.SyncInvoker
Invoke HTTP GET method for the current request synchronously.
get(Class<T>) - Method in interface jakarta.ws.rs.client.SyncInvoker
Invoke HTTP GET method for the current request synchronously.
get(GenericType<T>) - Method in interface jakarta.ws.rs.client.SyncInvoker
Invoke HTTP GET method for the current request synchronously.
get(Object) - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
 
GET - Annotation Type in jakarta.ws.rs
Indicates that the annotated method responds to HTTP GET requests.
GET - Static variable in annotation type jakarta.ws.rs.HttpMethod
HTTP GET method.
GET_FACTORY_PERMISSION_NAME - Static variable in class jakarta.security.auth.message.config.AuthConfigFactory
The name of the SecurityPermission required to call getFactory
getAbsolutePath() - Method in interface jakarta.ws.rs.core.UriInfo
Get the absolute path of the request.
getAbsolutePathBuilder() - Method in interface jakarta.ws.rs.core.UriInfo
Get the absolute path of the request in the form of a UriBuilder.
getAccept() - Method in class jakarta.faces.component.html.HtmlForm
Return the value of the accept property.
getAcceptableLanguages() - Method in interface jakarta.ws.rs.client.ClientRequestContext
Get a list of languages that are acceptable for the response.
getAcceptableLanguages() - Method in interface jakarta.ws.rs.container.ContainerRequestContext
Get a list of languages that are acceptable for the response.
getAcceptableLanguages() - Method in interface jakarta.ws.rs.core.HttpHeaders
Get a list of languages that are acceptable for the response.
getAcceptableMediaTypes() - Method in interface jakarta.ws.rs.client.ClientRequestContext
Get a list of media types that are acceptable for the response.
getAcceptableMediaTypes() - Method in interface jakarta.ws.rs.container.ContainerRequestContext
Get a list of media types that are acceptable for the response.
getAcceptableMediaTypes() - Method in interface jakarta.ws.rs.core.HttpHeaders
Get a list of media types that are acceptable for the response.
getAcceptcharset() - Method in class jakarta.faces.component.html.HtmlForm
Return the value of the acceptcharset property.
getAccesskey() - Method in class jakarta.faces.component.html.HtmlCommandButton
Return the value of the accesskey property.
getAccesskey() - Method in class jakarta.faces.component.html.HtmlCommandLink
Return the value of the accesskey property.
getAccesskey() - Method in class jakarta.faces.component.html.HtmlInputFile
Return the value of the accesskey property.
getAccesskey() - Method in class jakarta.faces.component.html.HtmlInputSecret
Return the value of the accesskey property.
getAccesskey() - Method in class jakarta.faces.component.html.HtmlInputText
Return the value of the accesskey property.
getAccesskey() - Method in class jakarta.faces.component.html.HtmlInputTextarea
Return the value of the accesskey property.
getAccesskey() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
Return the value of the accesskey property.
getAccesskey() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
Return the value of the accesskey property.
getAccesskey() - Method in class jakarta.faces.component.html.HtmlOutputLabel
Return the value of the accesskey property.
getAccesskey() - Method in class jakarta.faces.component.html.HtmlOutputLink
Return the value of the accesskey property.
getAccesskey() - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
Return the value of the accesskey property.
getAccesskey() - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
Return the value of the accesskey property.
getAccesskey() - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
Return the value of the accesskey property.
getAccesskey() - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
Return the value of the accesskey property.
getAccesskey() - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
Return the value of the accesskey property.
getAccesskey() - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
Return the value of the accesskey property.
getAccesskey() - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
Return the value of the accesskey property.
getAction() - Method in interface jakarta.faces.component.ActionSource
Deprecated.
This has been replaced by ActionSource2.getActionExpression().
getAction() - Method in class jakarta.faces.component.UICommand
Deprecated.
This has been replaced by UICommand.getActionExpression().
getAction() - Method in class jakarta.faces.component.UIViewAction
Deprecated.
getActionExpression() - Method in interface jakarta.faces.component.ActionSource2
Return the MethodExpression pointing at the application action to be invoked, if this UIComponent is activated by the user, during the Apply Request Values or Invoke Application phase of the request processing lifecycle, depending on the value of the immediate property.
getActionExpression() - Method in class jakarta.faces.component.UICommand
 
getActionExpression() - Method in class jakarta.faces.component.UIViewAction
Return the MethodExpression pointing at the application action to be invoked, if this UIComponent is activated by the user, during the Apply Request Values or Invoke Application phase of the request processing lifecycle, depending on the value of the immediate property.
getActionListener() - Method in class jakarta.faces.application.Application
Return the default ActionListener to be registered for all ActionSource components in this application.
getActionListener() - Method in class jakarta.faces.application.ApplicationWrapper

The default behavior of this method is to call Application.getActionListener() on the wrapped Application object.

getActionListener() - Method in interface jakarta.faces.component.ActionSource
Deprecated.
getActionListener() - Method in class jakarta.faces.component.UICommand
Deprecated.
getActionListener() - Method in class jakarta.faces.component.UIViewAction
Deprecated.
getActionListeners() - Method in interface jakarta.faces.component.ActionSource
Return the set of registered ActionListeners for this ActionSource instance.
getActionListeners() - Method in class jakarta.faces.component.UICommand
 
getActionListeners() - Method in class jakarta.faces.component.UIViewAction
Return the set of registered ActionListeners for this ActionSource instance.
getActionURL(FacesContext) - Method in class jakarta.faces.application.NavigationCase

Construct an absolute URL to this NavigationCase instance using ViewHandler.getActionURL(jakarta.faces.context.FacesContext, java.lang.String) on the path portion of the url.

getActionURL(FacesContext) - Method in class jakarta.faces.application.NavigationCaseWrapper
 
getActionURL(FacesContext, String) - Method in class jakarta.faces.application.ViewHandler

If the value returned from this method is used as the file argument to the four-argument constructor for java.net.URL (assuming appropriate values are used for the first three arguments), then a client making a request to the toExternalForm() of that URL will select the argument viewId for traversing the Jakarta Server Faces lifecycle.

getActionURL(FacesContext, String) - Method in class jakarta.faces.application.ViewHandlerWrapper
The default behavior of this method is to call ViewHandler.getActionURL(jakarta.faces.context.FacesContext, String) on the wrapped ViewHandler object.
getAdaptee() - Method in class jakarta.servlet.jsp.tagext.TagAdapter
Gets the tag that is being adapted to the Tag interface.
getAfterPhaseListener() - Method in class jakarta.faces.component.UIViewRoot
Return the MethodExpression that will be invoked after this view is rendered.
getAlgorithm() - Method in class jakarta.security.auth.message.callback.PrivateKeyCallback.DigestRequest
Get the algorithm identifier.
getAlias() - Method in interface jakarta.persistence.TupleElement
Return the alias assigned to the tuple element or null, if no alias has been assigned.
getAlias() - Method in class jakarta.security.auth.message.callback.PrivateKeyCallback.AliasRequest
Get the alias.
getAlias() - Method in class jakarta.security.auth.message.callback.SecretKeyCallback.AliasRequest
Get the alias.
getAll() - Method in class jakarta.faces.view.facelets.TagAttributes
Return an array of all TagAttributes in this set
getAll(String) - Method in class jakarta.faces.view.facelets.TagAttributes
Get all TagAttributes for the passed namespace
getAllowedMethods() - Method in interface jakarta.ws.rs.client.ClientResponseContext
Get the allowed HTTP methods from the Allow HTTP header.
getAllowedMethods() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
Get the allowed HTTP methods from the Allow HTTP header.
getAllowedMethods() - Method in class jakarta.ws.rs.core.Response
Get the allowed HTTP methods from the Allow HTTP header.
getAllTimers() - Method in interface jakarta.ejb.TimerService
Returns all active timers associated with the beans in the same module in which the caller bean is packaged.
getAllViewDeclarationLanguages() - Method in class jakarta.faces.view.ViewDeclarationLanguageFactory
 
getAlt() - Method in class jakarta.faces.component.html.HtmlCommandButton
Return the value of the alt property.
getAlt() - Method in class jakarta.faces.component.html.HtmlGraphicImage
Return the value of the alt property.
getAlt() - Method in class jakarta.faces.component.html.HtmlInputFile
Return the value of the alt property.
getAlt() - Method in class jakarta.faces.component.html.HtmlInputSecret
Return the value of the alt property.
getAlt() - Method in class jakarta.faces.component.html.HtmlInputText
Return the value of the alt property.
getAlt() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
Return the value of the alt property.
getAlternatives() - Method in interface jakarta.enterprise.inject.spi.AfterTypeDiscovery
 
getAnnotated() - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedConstructorConfigurator
 
getAnnotated() - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedFieldConfigurator
 
getAnnotated() - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedMethodConfigurator
 
getAnnotated() - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedParameterConfigurator
 
getAnnotated() - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedTypeConfigurator
 
getAnnotated() - Method in interface jakarta.enterprise.inject.spi.InjectionPoint
Obtain an instance of AnnotatedField or AnnotatedParameter, depending upon whether the injection point is an injected field or a constructor/method parameter.
getAnnotated() - Method in interface jakarta.enterprise.inject.spi.ProcessBean
Returns the AnnotatedType representing the bean class, the AnnotatedMethod representing the producer method, or the AnnotatedField representing the producer field.
getAnnotated() - Method in interface jakarta.enterprise.inject.spi.ProcessBeanAttributes
 
getAnnotatedBeanClass() - Method in interface jakarta.enterprise.inject.spi.ProcessManagedBean
Returns the AnnotatedType representing the bean class.
getAnnotatedDisposedParameter() - Method in interface jakarta.enterprise.inject.spi.ProcessProducerField
Returns the AnnotatedParameter for any matching injection point of the same type as the producer field return type found on a disposal method.
getAnnotatedDisposedParameter() - Method in interface jakarta.enterprise.inject.spi.ProcessProducerMethod
Returns the AnnotatedParameter for any matching injection point of the same type as the producer method return type found on a disposal method.
getAnnotatedEndpointClasses(Set<Class<?>>) - Method in interface jakarta.websocket.server.ServerApplicationConfig
Return a set of annotated endpoint classes that the server container must deploy.
getAnnotatedMember() - Method in interface jakarta.enterprise.inject.spi.ProcessProducer
Returns the AnnotatedField representing the producer field or the AnnotatedMethod representing the producer method.
getAnnotatedMethod() - Method in interface jakarta.enterprise.inject.spi.ProcessObserverMethod
The AnnotatedMethod representing the observer method.
getAnnotatedProducerField() - Method in interface jakarta.enterprise.inject.spi.ProcessProducerField
Returns the AnnotatedField representing the producer field.
getAnnotatedProducerMethod() - Method in interface jakarta.enterprise.inject.spi.ProcessProducerMethod
Returns the AnnotatedMethod representing the producer method.
getAnnotatedType(Class<T>, String) - Method in interface jakarta.enterprise.inject.spi.AfterBeanDiscovery
Obtain the AnnotatedType that may be used to read the annotations of the given class or interface as defined during container initialization.
getAnnotatedType() - Method in interface jakarta.enterprise.inject.spi.ProcessAnnotatedType
Returns the AnnotatedType object that will be used by the container to read the declared annotations.
getAnnotatedType() - Method in interface jakarta.enterprise.inject.spi.ProcessInjectionTarget
Returns the AnnotatedType representing the managed bean class, session bean class or other Java EE component class supporting injection.
getAnnotatedTypes(Class<T>) - Method in interface jakarta.enterprise.inject.spi.AfterBeanDiscovery
Obtain the AnnotatedTypes that may be used to read the annotations of the given class or interface as defined during container initialization.
getAnnotation(Class<T>) - Method in interface jakarta.enterprise.inject.spi.Annotated
Get program element annotation of a certain annotation type.
getAnnotation() - Method in interface jakarta.validation.metadata.ConstraintDescriptor
Returns the annotation describing the constraint declaration.
getAnnotations(Class<T>) - Method in interface jakarta.enterprise.inject.spi.Annotated
Get program element annotations of a certain annotation type.
getAnnotations() - Method in interface jakarta.enterprise.inject.spi.Annotated
Get all annotations of the program element.
getAnnotations(Class<T>) - Method in interface jakarta.enterprise.inject.spi.AnnotatedConstructor
 
getAnnotations(Class<T>) - Method in interface jakarta.enterprise.inject.spi.AnnotatedField
 
getAnnotations(Class<T>) - Method in interface jakarta.enterprise.inject.spi.AnnotatedMethod
 
getAnnotations(Class<T>) - Method in interface jakarta.enterprise.inject.spi.AnnotatedParameter
 
getAnnotations(Class<T>) - Method in interface jakarta.enterprise.inject.spi.AnnotatedType
 
getAnnotations() - Method in class jakarta.ws.rs.client.Entity
Get the entity annotations.
getAnnotations() - Method in interface jakarta.ws.rs.ext.InterceptorContext
Get an array of the annotations formally declared on the artifact that initiated the intercepted entity provider invocation.
getAppContext() - Method in interface jakarta.security.auth.message.config.AuthConfig
Get the application context identifier of this authentication context configuration object.
getAppContext() - Method in interface jakarta.security.auth.message.config.AuthConfigFactory.RegistrationContext
Get the application context identifier from the registration context
getApplication() - Method in class jakarta.faces.application.ApplicationFactory
Create (if needed) and return an Application instance for this web application.
getApplication() - Method in class jakarta.faces.context.FacesContext
Return the Application instance associated with this web application.
getApplication() - Method in class jakarta.faces.context.FacesContextWrapper
The default behavior of this method is to call FacesContext.getApplication() on the wrapped FacesContext object.
getApplication() - Method in class jakarta.faces.event.PostConstructApplicationEvent

The source Application that sent this event.

getApplication() - Method in class jakarta.faces.event.PreDestroyApplicationEvent

The source Application that sent this event.

getApplicationContextPath() - Method in class jakarta.faces.context.ExternalContext

Return the name of the container context for this application.

getApplicationContextPath() - Method in class jakarta.faces.context.ExternalContextWrapper

The default behavior of this method is to call ExternalContext.getApplicationContextPath() on the wrapped ExternalContext object.

getApplicationData() - Method in interface jakarta.websocket.PongMessage
The application data inside the pong message from the peer.
getApplicationMap() - Method in class jakarta.faces.context.ExternalContext
Return a mutable Map representing the application scope attributes for the current application.
getApplicationMap() - Method in class jakarta.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.getApplicationMap() on the wrapped ExternalContext object.
getArray() - Method in interface jakarta.json.stream.JsonParser
Returns a JsonArray and advance the parser to the the corresponding END_ARRAY.
getArrayStream() - Method in interface jakarta.json.stream.JsonParser
Returns a stream of the JsonArray elements.
getAsMap() - Method in class jakarta.json.bind.JsonbConfig
Return all configuration properties as an unmodifiable map.
getAsObject(FacesContext, UIComponent, String) - Method in class jakarta.faces.convert.BigDecimalConverter
 
getAsObject(FacesContext, UIComponent, String) - Method in class jakarta.faces.convert.BigIntegerConverter
 
getAsObject(FacesContext, UIComponent, String) - Method in class jakarta.faces.convert.BooleanConverter
 
getAsObject(FacesContext, UIComponent, String) - Method in class jakarta.faces.convert.ByteConverter
 
getAsObject(FacesContext, UIComponent, String) - Method in class jakarta.faces.convert.CharacterConverter
 
getAsObject(FacesContext, UIComponent, String) - Method in interface jakarta.faces.convert.Converter
Convert the specified string value, which is associated with the specified UIComponent, into a model data object that is appropriate for being stored during the Process Validations phase of the request processing lifecycle.
getAsObject(FacesContext, UIComponent, String) - Method in class jakarta.faces.convert.DateTimeConverter
 
getAsObject(FacesContext, UIComponent, String) - Method in class jakarta.faces.convert.DoubleConverter
 
getAsObject(FacesContext, UIComponent, String) - Method in class jakarta.faces.convert.EnumConverter
Convert the value argument to one of the enum constants of the class provided in our constructor.
getAsObject(FacesContext, UIComponent, String) - Method in class jakarta.faces.convert.FloatConverter
 
getAsObject(FacesContext, UIComponent, String) - Method in class jakarta.faces.convert.IntegerConverter
 
getAsObject(FacesContext, UIComponent, String) - Method in class jakarta.faces.convert.LongConverter
 
getAsObject(FacesContext, UIComponent, String) - Method in class jakarta.faces.convert.NumberConverter
 
getAsObject(FacesContext, UIComponent, String) - Method in class jakarta.faces.convert.ShortConverter
 
getAsString(FacesContext, UIComponent, Object) - Method in class jakarta.faces.convert.BigDecimalConverter
 
getAsString(FacesContext, UIComponent, Object) - Method in class jakarta.faces.convert.BigIntegerConverter
 
getAsString(FacesContext, UIComponent, Object) - Method in class jakarta.faces.convert.BooleanConverter
 
getAsString(FacesContext, UIComponent, Object) - Method in class jakarta.faces.convert.ByteConverter
 
getAsString(FacesContext, UIComponent, Object) - Method in class jakarta.faces.convert.CharacterConverter
 
getAsString(FacesContext, UIComponent, T) - Method in interface jakarta.faces.convert.Converter
Convert the specified model object value, which is associated with the specified UIComponent, into a String that is suitable for being included in the response generated during the Render Response phase of the request processing lifeycle.
getAsString(FacesContext, UIComponent, Object) - Method in class jakarta.faces.convert.DateTimeConverter
 
getAsString(FacesContext, UIComponent, Object) - Method in class jakarta.faces.convert.DoubleConverter
 
getAsString(FacesContext, UIComponent, Object) - Method in class jakarta.faces.convert.EnumConverter

Convert the enum constant given by the value argument into a String.

getAsString(FacesContext, UIComponent, Object) - Method in class jakarta.faces.convert.FloatConverter
 
getAsString(FacesContext, UIComponent, Object) - Method in class jakarta.faces.convert.IntegerConverter
 
getAsString(FacesContext, UIComponent, Object) - Method in class jakarta.faces.convert.LongConverter
 
getAsString(FacesContext, UIComponent, Object) - Method in class jakarta.faces.convert.NumberConverter
 
getAsString(FacesContext, UIComponent, Object) - Method in class jakarta.faces.convert.ShortConverter
 
getAsyncContext() - Method in class jakarta.servlet.AsyncEvent
Gets the AsyncContext from this AsyncEvent.
getAsyncContext() - Method in interface jakarta.servlet.ServletRequest
Gets the AsyncContext that was created or reinitialized by the most recent invocation of ServletRequest.startAsync() or ServletRequest.startAsync(ServletRequest,ServletResponse) on this request.
getAsyncContext() - Method in class jakarta.servlet.ServletRequestWrapper
Gets the AsyncContext that was created or reinitialized by the most recent invocation of ServletRequestWrapper.startAsync() or ServletRequestWrapper.startAsync(ServletRequest,ServletResponse) on the wrapped request.
getAsyncRemote() - Method in interface jakarta.websocket.Session
Return a reference a RemoteEndpoint object representing the peer of this conversation that is able to send messages asynchronously to the peer.
getAttachedObjectHandlerHelper() - Method in class jakarta.faces.view.facelets.FaceletsAttachedObjectHandler

Return the underlying handler for this tag handler instance.

getAttribute(String) - Method in class jakarta.faces.view.facelets.FaceletContext

Return an attribute set by a previous call to FaceletContext.setAttribute(java.lang.String, java.lang.Object).

getAttribute(String) - Method in class jakarta.faces.view.facelets.TagHandler
Utility method for fetching the appropriate TagAttribute
getAttribute() - Method in interface jakarta.persistence.criteria.Fetch
Return the metamodel attribute corresponding to the fetch join.
getAttribute() - Method in interface jakarta.persistence.criteria.Join
Return the metamodel attribute corresponding to the join.
getAttribute(String) - Method in interface jakarta.persistence.metamodel.ManagedType
Return the attribute of the managed type that corresponds to the specified name.
getAttribute(String) - Method in interface jakarta.servlet.http.HttpSession
Returns the object bound with the specified name in this session, or null if no object is bound under the name.
getAttribute(String) - Method in class jakarta.servlet.jsp.JspContext
Returns the object associated with the name in the page scope or null if not found.
getAttribute(String, int) - Method in class jakarta.servlet.jsp.JspContext
Return the object associated with the name in the specified scope or null if not found.
getAttribute(String) - Method in class jakarta.servlet.jsp.tagext.TagData
The value of the attribute.
getAttribute(String) - Method in interface jakarta.servlet.ServletContext
Returns the servlet container attribute with the given name, or null if there is no attribute by that name.
getAttribute(String) - Method in interface jakarta.servlet.ServletRequest
Returns the value of the named attribute as an Object, or null if no attribute of the given name exists.
getAttribute(String) - Method in class jakarta.servlet.ServletRequestWrapper
The default behavior of this method is to call getAttribute(String name) on the wrapped request object.
getAttributeName(FaceletContext) - Method in interface jakarta.faces.view.facelets.AttributeHandler

Returns the resolved literal String value of the attribute name after evaluating EL.

getAttributeName() - Method in interface jakarta.persistence.AttributeNode
Return the name of the attribute corresponding to the attribute node.
getAttributeNames() - Method in interface jakarta.servlet.http.HttpSession
Returns an Enumeration of String objects containing the names of all the objects bound to this session.
getAttributeNames() - Method in interface jakarta.servlet.ServletContext
Returns an Enumeration containing the attribute names available within this ServletContext.
getAttributeNames() - Method in interface jakarta.servlet.ServletRequest
Returns an Enumeration containing the names of the attributes available to this request.
getAttributeNames() - Method in class jakarta.servlet.ServletRequestWrapper
The default behavior of this method is to return getAttributeNames() on the wrapped request object.
getAttributeNamesInScope(int) - Method in class jakarta.servlet.jsp.JspContext
Enumerate all the attributes in a given scope.
getAttributeNodes() - Method in interface jakarta.persistence.EntityGraph
Return the attribute nodes of this entity that are included in the entity graph.
getAttributeNodes() - Method in interface jakarta.persistence.Subgraph
Return the attribute nodes corresponding to the attributes of this managed type that are included in the subgraph.
getAttributes() - Method in class jakarta.faces.component.UIComponent
Return a mutable Map representing the attributes (and properties, see below) associated wth this UIComponent, keyed by attribute name (which must be a String).
getAttributes() - Method in class jakarta.faces.component.UIComponentBase
 
getAttributes() - Method in class jakarta.faces.context.FacesContext

Return a mutable Map representing the attributes associated wth this FacesContext instance.

getAttributes() - Method in class jakarta.faces.context.FacesContextWrapper
The default behavior of this method is to call FacesContext.getAttributes() on the wrapped FacesContext object.
getAttributes() - Method in class jakarta.faces.event.ExceptionQueuedEventContext

A Map of attributes relevant to the context of this ExceptionQueuedEvent.

getAttributes() - Method in class jakarta.faces.view.facelets.Tag

Return an object encapsulating the TagAttributes specified on this element in the view.

getAttributes() - Method in interface jakarta.persistence.metamodel.ManagedType
Return the attributes of the managed type.
getAttributes() - Method in class jakarta.servlet.jsp.tagext.TagData
Enumerates the attributes.
getAttributes() - Method in class jakarta.servlet.jsp.tagext.TagInfo
Attribute information (in the TLD) on this tag.
getAttributes() - Method in interface jakarta.validation.metadata.ConstraintDescriptor
Returns a map containing the annotation attribute names as keys and the annotation attribute values as value.
getAttributesScope(String) - Method in class jakarta.servlet.jsp.JspContext
Get the scope where a given attribute is defined.
getAttributeString(String) - Method in class jakarta.servlet.jsp.tagext.TagData
Get the value for a given attribute.
getAuthContext(String, Subject, Map) - Method in interface jakarta.security.auth.message.config.ClientAuthConfig
Get a ClientAuthContext instance from this ClientAuthConfig.
getAuthContext(String, Subject, Map) - Method in interface jakarta.security.auth.message.config.ServerAuthConfig
Get a ServerAuthContext instance from this ServerAuthConfig.
getAuthContextID(MessageInfo) - Method in interface jakarta.security.auth.message.config.AuthConfig
Get the authentication context identifier corresponding to the request and response objects encapsulated in messageInfo.
getAuthenticationScheme() - Method in interface jakarta.ws.rs.core.SecurityContext
Returns the string value of the authentication scheme used to protect the resource.
getAuthParameters() - Method in interface jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContext
Returns the parameters that were provided with the SecurityContext#authenticate(AuthParameters) call.
getAuthParameters() - Method in class jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
 
getAuthType() - Method in class jakarta.faces.context.ExternalContext
Return the name of the authentication scheme used to authenticate the current user, if any; otherwise, return null.
getAuthType() - Method in class jakarta.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.getAuthType() on the wrapped ExternalContext object.
getAuthType() - Method in interface jakarta.servlet.http.HttpServletRequest
Returns the name of the authentication scheme used to protect the servlet.
getAuthType() - Method in class jakarta.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return getAuthType() on the wrapped request object.
getAutocomplete() - Method in class jakarta.faces.component.html.HtmlInputFile
Return the value of the autocomplete property.
getAutocomplete() - Method in class jakarta.faces.component.html.HtmlInputSecret
Return the value of the autocomplete property.
getAutocomplete() - Method in class jakarta.faces.component.html.HtmlInputText
Return the value of the autocomplete property.
getBase() - Method in class jakarta.el.ValueReference
 
getBaseType() - Method in interface jakarta.enterprise.inject.spi.Annotated
Get the type of the annotated program element.
getBaseUri() - Method in interface jakarta.ws.rs.core.UriInfo
Get the base URI of the application.
getBaseUriBuilder() - Method in interface jakarta.ws.rs.core.UriInfo
Get the base URI of the application in the form of a UriBuilder.
getBasicRemote() - Method in interface jakarta.websocket.Session
Return a reference a RemoteEndpoint object representing the peer of this conversation that is able to send messages synchronously to the peer.
getBatchingAllowed() - Method in interface jakarta.websocket.RemoteEndpoint
Return whether the implementation is allowed to batch outgoing messages before sending.
getBean(String) - Method in class jakarta.el.BeanNameResolver
Returns the bean known by its name.
getBean() - Method in interface jakarta.enterprise.inject.spi.InjectionPoint
Get the Bean object representing the bean that defines the injection point.
getBean() - Method in interface jakarta.enterprise.inject.spi.ProcessBean
Returns the Bean object that is about to be registered.
getBeanAttributes() - Method in interface jakarta.enterprise.inject.spi.ProcessBeanAttributes
 
getBeanClass() - Method in interface jakarta.enterprise.inject.spi.Bean
The bean class of the managed bean or session bean or of the bean that declares the producer method or field.
getBeanClass() - Method in interface jakarta.enterprise.inject.spi.ObserverMethod
Obtains the class of the type that declares the observer method.
getBeanManager() - Method in interface jakarta.enterprise.inject.se.SeContainer
Get the CDI BeanManager for this container
getBeanManager() - Method in class jakarta.enterprise.inject.spi.CDI
Get the CDI BeanManager for the current context
getBeans(Type, Annotation...) - Method in interface jakarta.enterprise.inject.spi.BeanManager
Return the set of beans which have the given required type and qualifiers and are available for injection in the module or library containing the class into which the BeanManager was injected or the Java EE component from whose JNDI environment namespace the BeanManager was obtained, according to the rules of typesafe resolution.
getBeans(String) - Method in interface jakarta.enterprise.inject.spi.BeanManager
Return the set of beans which have the given EL name and are available for injection in the module or library containing the class into which the BeanManager was injected or the Java EE component from whose JNDI environment namespace the BeanManager was obtained, according to the rules of EL name resolution.
getBeforePhaseListener() - Method in class jakarta.faces.component.UIViewRoot
Return the MethodExpression that will be invoked before this view is rendered.
getBegin() - Method in interface jakarta.servlet.jsp.jstl.core.LoopTagStatus
Returns the value of the 'begin' attribute for the associated tag, or null if no 'begin' attribute was specified.
getBehavior() - Method in class jakarta.faces.event.BehaviorEvent

Return the source Behavior that sent this event.

getBehaviorId() - Method in interface jakarta.faces.view.facelets.BehaviorConfig
Return the value of the behavior-id.
getBehaviorId() - Method in class jakarta.faces.view.facelets.BehaviorHandler
 
getBehaviorIds() - Method in class jakarta.faces.application.Application
Return an Iterator over the set of currently registered behavior ids for this Application.
getBehaviorIds() - Method in class jakarta.faces.application.ApplicationWrapper

The default behavior of this method is to call Application.getBehaviorIds() on the wrapped Application object.

getBgcolor() - Method in class jakarta.faces.component.html.HtmlDataTable
Return the value of the bgcolor property.
getBgcolor() - Method in class jakarta.faces.component.html.HtmlPanelGrid
Return the value of the bgcolor property.
getBigDecimal() - Method in interface jakarta.json.stream.JsonParser
Returns a JSON number as a BigDecimal.
getBindableJavaType() - Method in interface jakarta.persistence.metamodel.Bindable
Return the Java type of the represented object.
getBindableType() - Method in interface jakarta.persistence.metamodel.Bindable
Return the bindable type of the represented object.
getBinding() - Method in class jakarta.faces.view.facelets.DelegatingMetaTagHandler
 
getBodyContent() - Method in class jakarta.faces.webapp.UIComponentClassicTagBase
 
getBodyContent() - Method in class jakarta.servlet.jsp.tagext.BodyTagSupport
Get current bodyContent.
getBodyContent() - Method in class jakarta.servlet.jsp.tagext.TagInfo
The bodycontent information for this tag.
getBodyrows() - Method in class jakarta.faces.component.html.HtmlDataTable
Return the value of the bodyrows property.
getBodyrows() - Method in class jakarta.faces.component.html.HtmlPanelGrid
Return the value of the bodyrows property.
getBookmarkableURL(FacesContext) - Method in class jakarta.faces.application.NavigationCase

Construct an absolute URL suitable for a bookmarkable link to this NavigationCase instance using ViewHandler.getBookmarkableURL(jakarta.faces.context.FacesContext, java.lang.String, java.util.Map<java.lang.String, java.util.List<java.lang.String>>, boolean) on the path portion of the url.

getBookmarkableURL(FacesContext) - Method in class jakarta.faces.application.NavigationCaseWrapper
 
getBookmarkableURL(FacesContext, String, Map<String, List<String>>, boolean) - Method in class jakarta.faces.application.ViewHandler

Return a Jakarta Server Faces action URL derived from the viewId argument that is suitable to be used as the target of a link in a Jakarta Server Faces response.

getBookmarkableURL(FacesContext, String, Map<String, List<String>>, boolean) - Method in class jakarta.faces.application.ViewHandlerWrapper
getBoolean(FaceletContext) - Method in class jakarta.faces.view.facelets.TagAttribute

If literal,return Boolean.valueOf(java.lang.String) passing our value, otherwise call getObject(FaceletContext, Class).

getBoolean(int) - Method in interface jakarta.json.JsonArray
Returns the boolean value at the specified position.
getBoolean(int, boolean) - Method in interface jakarta.json.JsonArray
Returns the boolean value at the specified position.
getBoolean(String) - Method in interface jakarta.json.JsonObject
Returns the boolean value of the associated mapping for the specified name.
getBoolean(String, boolean) - Method in interface jakarta.json.JsonObject
Returns the boolean value of the associated mapping for the specified name.
getBootstrapConfiguration() - Method in interface jakarta.validation.Configuration
Returns configuration information stored in the META-INF/validation.xml file.
getBorder() - Method in class jakarta.faces.component.html.HtmlDataTable
Return the value of the border property.
getBorder() - Method in class jakarta.faces.component.html.HtmlPanelGrid
Return the value of the border property.
getBorder() - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
Return the value of the border property.
getBorder() - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
Return the value of the border property.
getBuffer() - Method in interface jakarta.servlet.descriptor.JspPropertyGroupDescriptor
Gets the value of the buffer configuration, which specifies the default size of the response buffer for any JSP pages mapped to the JSP property group represented by this JspPropertyGroupDescriptor.
getBufferSize() - Method in class jakarta.servlet.jsp.JspWriter
This method returns the size of the buffer used by the JspWriter.
getBufferSize() - Method in interface jakarta.servlet.ServletResponse
Returns the actual buffer size used for the response.
getBufferSize() - Method in class jakarta.servlet.ServletResponseWrapper
The default behavior of this method is to return getBufferSize() on the wrapped response object.
getBusinessObject(Class<T>) - Method in interface jakarta.ejb.SessionContext
Obtain an object that can be used to invoke the current bean through a particular business interface view or its no-interface view.
getBytes() - Method in exception jakarta.websocket.DecodeException
Return the ByteBuffer containing either the whole message, or the partial message, that could not be decoded, or null if this exception arose from a failure to decode a text message.
getCache() - Method in interface jakarta.persistence.EntityManagerFactory
Access the cache that is associated with the entity manager factory (the "second level cache").
getCacheExtension() - Method in class jakarta.ws.rs.core.CacheControl
Corresponds to a set of extension cache control directives.
getCallback() - Method in class jakarta.faces.component.search.SearchKeywordContext

Returns the ContextCallback for the current request.

getCalledFlowDocumentId(FacesContext) - Method in class jakarta.faces.flow.FlowCallNode
 
getCalledFlowId(FacesContext) - Method in class jakarta.faces.flow.FlowCallNode
 
getCaller() - Method in class jakarta.security.enterprise.credential.CallerOnlyCredential
 
getCaller() - Method in class jakarta.security.enterprise.credential.UsernamePasswordCredential
 
getCallerDn() - Method in class jakarta.security.enterprise.identitystore.CredentialValidationResult
Return the CallerPrincipal for the validated credential.
getCallerGroups() - Method in class jakarta.security.enterprise.identitystore.CredentialValidationResult
Determines the set of groups that the specified Caller is in, based on the associated identity store.
getCallerGroups(CredentialValidationResult) - Method in interface jakarta.security.enterprise.identitystore.IdentityStore
Returns groups for the caller, who is identified by the CallerPrincipal (and potentially other values) found in the validationResult parameter.
getCallerPrincipal() - Method in interface jakarta.ejb.EJBContext
Obtain the java.security.Principal that identifies the caller.
getCallerPrincipal() - Method in interface jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContext
Gets the Principal set by a call to notifyContainerAboutLogin().
getCallerPrincipal() - Method in class jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
 
getCallerPrincipal() - Method in class jakarta.security.enterprise.identitystore.CredentialValidationResult
Return the CallerPrincipal for the validated credential.
getCallerPrincipal() - Method in interface jakarta.security.enterprise.SecurityContext
Retrieve the platform-specific java.security.Principal that represents the name of authenticated caller, or null if the current caller is not authenticated.
getCallerUniqueId() - Method in class jakarta.security.enterprise.identitystore.CredentialValidationResult
Return a string that uniquely identifies this caller within the identity store (since the Principal name used may not be unique).
getCaptionClass() - Method in class jakarta.faces.component.html.HtmlDataTable
Return the value of the captionClass property.
getCaptionClass() - Method in class jakarta.faces.component.html.HtmlPanelGrid
Return the value of the captionClass property.
getCaptionStyle() - Method in class jakarta.faces.component.html.HtmlDataTable
Return the value of the captionStyle property.
getCaptionStyle() - Method in class jakarta.faces.component.html.HtmlPanelGrid
Return the value of the captionStyle property.
getCases() - Method in class jakarta.faces.flow.SwitchNode

Return the cases in this switch.

getCause() - Method in exception jakarta.faces.FacesException
Return the cause of this exception, or null if the cause is nonexistent or unknown.
getCausedByException() - Method in exception jakarta.ejb.EJBException
Obtain the exception that caused the EJBException to be thrown.
getCDI() - Method in interface jakarta.enterprise.inject.spi.CDIProvider
Provides access to the current container
getCellpadding() - Method in class jakarta.faces.component.html.HtmlDataTable
Return the value of the cellpadding property.
getCellpadding() - Method in class jakarta.faces.component.html.HtmlPanelGrid
Return the value of the cellpadding property.
getCellspacing() - Method in class jakarta.faces.component.html.HtmlDataTable
Return the value of the cellspacing property.
getCellspacing() - Method in class jakarta.faces.component.html.HtmlPanelGrid
Return the value of the cellspacing property.
getCertStore() - Method in class jakarta.security.auth.message.callback.CertStoreCallback
Used by the CertStore user to obtain the CertStore set within the Callback.
getChain() - Method in class jakarta.security.auth.message.callback.PrivateKeyCallback
Used to obtain the certificate chain set within the Callback.
getChallenges() - Method in exception jakarta.ws.rs.NotAuthorizedException
Get the list of authorization challenges associated with the exception and applicable to the resource requested by the client.
getChannel() - Method in class jakarta.faces.component.UIWebsocket
Returns the name of the websocket channel.
getChannel() - Method in class jakarta.faces.event.WebsocketEvent
Returns the <f:websocket channel>.
getCharacterEncoding() - Method in class jakarta.faces.context.ResponseWriter
Return the character encoding (such as "ISO-8859-1") for this ResponseWriter.
getCharacterEncoding() - Method in class jakarta.faces.context.ResponseWriterWrapper
The default behavior of this method is to call ResponseWriter.getCharacterEncoding() on the wrapped ResponseWriter object.
getCharacterEncoding() - Method in interface jakarta.servlet.ServletRequest
Returns the name of the character encoding used in the body of this request.
getCharacterEncoding() - Method in class jakarta.servlet.ServletRequestWrapper
The default behavior of this method is to return getCharacterEncoding() on the wrapped request object.
getCharacterEncoding() - Method in interface jakarta.servlet.ServletResponse
Returns the name of the character encoding (MIME charset) used for the body sent in this response.
getCharacterEncoding() - Method in class jakarta.servlet.ServletResponseWrapper
The default behavior of this method is to return getCharacterEncoding() on the wrapped response object.
getChars() - Method in interface jakarta.json.JsonString
Returns the char sequence for the JSON String value
getCharset() - Method in class jakarta.faces.component.html.HtmlCommandLink
Return the value of the charset property.
getCharset() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
Return the value of the charset property.
getCharset() - Method in class jakarta.faces.component.html.HtmlOutputLink
Return the value of the charset property.
getChildCount() - Method in class jakarta.faces.component.UIComponent
Return the number of child UIComponents that are associated with this UIComponent.
getChildCount() - Method in class jakarta.faces.component.UIComponentBase
 
getChildren() - Method in class jakarta.faces.component.UIComponent
Return a mutable List representing the child UIComponents associated with this component.
getChildren() - Method in class jakarta.faces.component.UIComponentBase
 
getClasses() - Method in class jakarta.ws.rs.core.Application
Get a set of root resource, provider and feature classes.
getClasses() - Method in interface jakarta.ws.rs.core.Configuration
Get the immutable set of registered JAX-RS component (such as provider, root resource or feature) classes to be instantiated, injected and utilized in the scope of the configurable instance.
getClassLoader() - Method in interface jakarta.persistence.spi.PersistenceUnitInfo
Returns ClassLoader that the provider may use to load any classes, resources, or open URLs.
getClassLoader() - Method in interface jakarta.servlet.ServletContext
Gets the class loader of the web application represented by this ServletContext.
getClassName() - Method in class jakarta.servlet.jsp.tagext.TagVariableInfo
The body of the <variable-class> element.
getClassName() - Method in class jakarta.servlet.jsp.tagext.VariableInfo
Returns the type of this variable.
getClassName() - Method in interface jakarta.servlet.Registration
Gets the fully qualified class name of the Servlet or Filter that is represented by this Registration.
getClassType() - Method in interface jakarta.persistence.Subgraph
Return the type for which this subgraph was defined.
getClient() - Method in interface jakarta.ws.rs.client.ClientRequestContext
Get the client instance associated with the request.
getClientAuthConfig(String, String, CallbackHandler) - Method in interface jakarta.security.auth.message.config.AuthConfigProvider
Get an instance of ClientAuthConfig from this provider.
getClientBehaviorRenderer(String) - Method in class jakarta.faces.render.RenderKit
Return the ClientBehaviorRenderer instance most recently registered for the specified type, if any; otherwise, return null.
getClientBehaviorRenderer(String) - Method in class jakarta.faces.render.RenderKitWrapper
The default behavior of this method is to call RenderKit.getClientBehaviorRenderer(String) on the wrapped RenderKit object.
getClientBehaviorRendererTypes() - Method in class jakarta.faces.render.RenderKit

Return an Iterator over the ClientBehaviorRenderer types.

getClientBehaviorRendererTypes() - Method in class jakarta.faces.render.RenderKitWrapper
The default behavior of this method is to call RenderKit.getClientBehaviorRendererTypes() on the wrapped RenderKit object.
getClientBehaviors() - Method in interface jakarta.faces.component.behavior.ClientBehaviorHolder

Returns a non-null, unmodifiable Map that contains the the ClientBehaviors that have been attached to the component implementing this interface.

getClientBehaviors() - Method in class jakarta.faces.component.UIComponentBase

This is a default implementation of ClientBehaviorHolder.getClientBehaviors().

getClientId() - Method in class jakarta.faces.component.UIComponent

Enable Jakarta Expression Language to access the clientId of a component.

getClientId(FacesContext) - Method in class jakarta.faces.component.UIComponent
Return a client-side identifier for this component, generating one if necessary.
getClientId(FacesContext) - Method in class jakarta.faces.component.UIComponentBase
 
getClientId(FacesContext) - Method in class jakarta.faces.component.UIData
Return a client identifier for this component that includes the current value of the rowIndex property, if it is not set to -1.
getClientIdsWithMessages() - Method in class jakarta.faces.context.FacesContext
Return an Iterator over the client identifiers for which at least one FacesMessage has been queued.
getClientIdsWithMessages() - Method in class jakarta.faces.context.FacesContextWrapper
The default behavior of this method is to call FacesContext.getClientIdsWithMessages() on the wrapped FacesContext object.
getClientSubject() - Method in interface jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContext
Returns the subject for which authentication is to take place.
getClientSubject() - Method in class jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
 
getClientWindow() - Method in class jakarta.faces.context.ExternalContext

Return the ClientWindow set in a preceding call to ExternalContext.setClientWindow(jakarta.faces.lifecycle.ClientWindow), or null if no such call has been made.

getClientWindow() - Method in class jakarta.faces.context.ExternalContextWrapper

The default behavior of this method is to call ExternalContext.getClientWindow() on the wrapped ExternalContext object.

getClientWindow(FacesContext) - Method in class jakarta.faces.lifecycle.ClientWindowFactory

The implementation is responsible for creating the ClientWindow instance for this request.

getClientWindowFlowId(ClientWindow) - Method in class jakarta.faces.flow.Flow

Get the ClientWindow's id and append "_" and the return from Flow.getId().

getClock() - Method in interface jakarta.validation.ClockProvider
Returns the clock which serves as the reference for now.
getClockProvider() - Method in interface jakarta.validation.ConstraintValidatorContext
Returns the provider for obtaining the current time in the form of a Clock, e.g.
getClockProvider() - Method in interface jakarta.validation.spi.ConfigurationState
Returns the clock provider for this configuration.
getClockProvider() - Method in interface jakarta.validation.ValidatorFactory
Returns the ClockProvider instance configured at initialization time for the ValidatorFactory.
getClockProviderClassName() - Method in interface jakarta.validation.BootstrapConfiguration
Class name of the ClockProvider implementation or null if none is specified.
getCloseCode() - Method in class jakarta.faces.event.WebsocketEvent
Returns the close code.
getCloseCode(int) - Static method in enum jakarta.websocket.CloseReason.CloseCodes
Creates a CloseCode from the given int code number.
getCloseCode() - Method in class jakarta.websocket.CloseReason
The Close code associated with this CloseReason.
getCode() - Method in interface jakarta.websocket.CloseReason.CloseCode
Returns the code number, for example the integer '1000' for normal closure.
getCode() - Method in enum jakarta.websocket.CloseReason.CloseCodes
Return the code number of this status code.
getCollection(String, Class<E>) - Method in interface jakarta.persistence.metamodel.ManagedType
Return the Collection-valued attribute of the managed type that corresponds to the specified name and Java element type.
getCollection(String) - Method in interface jakarta.persistence.metamodel.ManagedType
Return the Collection-valued attribute of the managed type that corresponds to the specified name.
getCollectionType() - Method in interface jakarta.persistence.metamodel.PluralAttribute
Return the collection type.
getCols() - Method in class jakarta.faces.component.html.HtmlInputTextarea
Return the value of the cols property.
getColumn() - Method in class jakarta.faces.view.Location

Return the estimated character column.

getColumnClasses() - Method in class jakarta.faces.component.html.HtmlDataTable
Return the value of the columnClasses property.
getColumnClasses() - Method in class jakarta.faces.component.html.HtmlPanelGrid
Return the value of the columnClasses property.
getColumnNames() - Method in interface jakarta.servlet.jsp.jstl.sql.Result
Returns the names of the columns in the result.
getColumnNumber() - Method in interface jakarta.json.stream.JsonLocation
Return the column number (starts with 1 for the first column) for the current JSON event in the input source.
getColumns() - Method in class jakarta.faces.component.html.HtmlPanelGrid
Return the value of the columns property.
getComment() - Method in class jakarta.servlet.http.Cookie
Returns the comment describing the purpose of this cookie, or null if the cookie has no comment.
getComment() - Method in interface jakarta.servlet.SessionCookieConfig
Gets the comment that will be assigned to any session tracking cookies created on behalf of the application represented by the ServletContext from which this SessionCookieConfig was acquired.
getComment() - Method in class jakarta.ws.rs.core.NewCookie
Get the comment associated with the cookie.
getComment() - Method in interface jakarta.ws.rs.sse.SseEvent
Get a comment string that accompanies the event.
getCommonPropertyType(ELContext, Object) - Method in class jakarta.el.ArrayELResolver
If the base object is a Java language array, returns the most general type that this resolver accepts for the property argument.
getCommonPropertyType(ELContext, Object) - Method in class jakarta.el.BeanELResolver
If the base object is not null, returns the most general type that this resolver accepts for the property argument.
getCommonPropertyType(ELContext, Object) - Method in class jakarta.el.BeanNameELResolver
Always returns String.class, since a bean name is a String.
getCommonPropertyType(ELContext, Object) - Method in class jakarta.el.CompositeELResolver
Returns the most general type that this resolver accepts for the property argument, given a base object.
getCommonPropertyType(ELContext, Object) - Method in class jakarta.el.ELResolver
Returns the most general type that this resolver accepts for the property argument, given a base object.
getCommonPropertyType(ELContext, Object) - Method in class jakarta.el.ListELResolver
If the base object is a list, returns the most general type that this resolver accepts for the property argument.
getCommonPropertyType(ELContext, Object) - Method in class jakarta.el.MapELResolver
If the base object is a map, returns the most general type that this resolver accepts for the property argument.
getCommonPropertyType(ELContext, Object) - Method in class jakarta.el.ResourceBundleELResolver
If the base object is a ResourceBundle, returns the most general type that this resolver accepts for the property argument.
getCommonPropertyType(ELContext, Object) - Method in class jakarta.el.StaticFieldELResolver
Returns the type of the property.
getCommonPropertyType(ELContext, Object) - Method in class jakarta.el.TypeConverter
 
getCommonPropertyType(ELContext, Object) - Method in class jakarta.servlet.jsp.el.ImplicitObjectELResolver
If the base object is null, returns String.class.
getCommonPropertyType(ELContext, Object) - Method in class jakarta.servlet.jsp.el.ScopedAttributeELResolver
If the base object is null, returns String.class.
getComponent() - Method in class jakarta.faces.component.behavior.ClientBehaviorContext

Returns the UIComponent that is requesting the ClientBehavior script.

getComponent() - Method in class jakarta.faces.event.ComponentSystemEvent

the source UIComponent that sent this event.

getComponent() - Method in class jakarta.faces.event.ExceptionQueuedEventContext

Return the UIComponent which was being processed when the exception was thrown.

getComponent() - Method in class jakarta.faces.event.FacesEvent
Return the source UIComponent that sent this event.
getComponentConfig() - Method in class jakarta.faces.view.facelets.ComponentHandler
 
getComponentFamilies() - Method in class jakarta.faces.render.RenderKit

Return an Iterator over the component-family entries supported by this RenderKit instance.

getComponentFamilies() - Method in class jakarta.faces.render.RenderKitWrapper
The default behavior of this method is to call RenderKit.getComponentFamilies() on the wrapped RenderKit object.
getComponentInstance() - Method in class jakarta.faces.webapp.UIComponentClassicTagBase
Return the UIComponent instance that is associated with this tag instance.
getComponentInstance() - Method in class jakarta.faces.webapp.UIComponentTagBase
Return the UIComponent instance that is associated with this tag instance.
getComponentMetadata(FacesContext, Resource) - Method in class jakarta.faces.view.ViewDeclarationLanguage

Return a reference to the component metadata for the composite component represented by the argument componentResource, or null if the metadata cannot be found.

getComponentMetadata(FacesContext, Resource) - Method in class jakarta.faces.view.ViewDeclarationLanguageWrapper
 
getComponentResources(FacesContext, String) - Method in class jakarta.faces.component.UIViewRoot

Return an unmodifiable List of UIComponents for the provided target agrument.

getComponentResources(FacesContext) - Method in class jakarta.faces.component.UIViewRoot

Return an unmodifiable ordered List of all UIComponent resources of all supported targets.

getComponentStateToRestore(FacesContext) - Method in class jakarta.faces.render.ResponseStateManager
Deprecated.
This method has been replaced by ResponseStateManager.getState(jakarta.faces.context.FacesContext, java.lang.String). The default implementation returns null.
getComponentStateToSave(FacesContext) - Method in class jakarta.faces.application.StateManager
Deprecated.
the distinction between tree structure and component state is now an implementation detail. The default implementation returns null.
getComponentStateToSave(FacesContext) - Method in class jakarta.faces.application.StateManagerWrapper
The default behavior of this method is to call StateManager.getComponentStateToSave(jakarta.faces.context.FacesContext) on the wrapped StateManager object.
getComponentType() - Method in interface jakarta.faces.view.facelets.ComponentConfig

ComponentType to pass to the Application.

getComponentType() - Method in class jakarta.faces.webapp.UIComponentTagBase
Return the component type for the component that is or will be bound to this tag.
getComponentTypes() - Method in class jakarta.faces.application.Application
Return an Iterator over the set of currently defined component types for this Application.
getComponentTypes() - Method in class jakarta.faces.application.ApplicationWrapper

The default behavior of this method is to call Application.getComponentTypes() on the wrapped Application object.

getComposingConstraints() - Method in interface jakarta.validation.metadata.ConstraintDescriptor
Return a set of composing ConstraintDescriptors where each descriptor describes a composing constraint.
getCompositeComponentParent(UIComponent) - Static method in class jakarta.faces.component.UIComponent
Finds the nearest composite component parent of the specified component.
getCompoundSelectionItems() - Method in interface jakarta.persistence.criteria.Selection
Return the selection items composing a compound selection.
getCondition(FacesContext) - Method in class jakarta.faces.application.NavigationCase

Evaluates the <if> for this <navigation-case>, if any.

getCondition(FacesContext) - Method in class jakarta.faces.application.NavigationCaseWrapper
 
getCondition(FacesContext) - Method in class jakarta.faces.flow.SwitchCase

Return true if this case should be taken, false otherwise.

getConfigInUse() - Method in interface jakarta.json.JsonBuilderFactory
Returns read-only map of supported provider specific configuration properties that are used to configure the created JSON builders.
getConfigInUse() - Method in interface jakarta.json.JsonReaderFactory
Returns read-only map of supported provider specific configuration properties that are used to configure the created JSON readers.
getConfigInUse() - Method in interface jakarta.json.JsonWriterFactory
Returns read-only map of supported provider specific configuration properties that are used to configure the created JSON writer objects.
getConfigInUse() - Method in interface jakarta.json.stream.JsonGeneratorFactory
Returns a read-only map of supported provider specific configuration properties that are used to configure the JSON generators.
getConfigInUse() - Method in interface jakarta.json.stream.JsonParserFactory
Returns a read-only map of supported provider specific configuration properties that are used to configure the JSON parsers.
getConfigProvider(String, String, RegistrationListener) - Method in class jakarta.security.auth.message.config.AuthConfigFactory
Get a registered AuthConfigProvider from the factory.
getConfiguration() - Method in interface jakarta.ws.rs.client.ClientRequestContext
Get the immutable configuration of the request.
getConfiguration() - Method in interface jakarta.ws.rs.core.Configurable
Get a live view of an internal configuration state of this configurable instance.
getConfigurator() - Method in interface jakarta.websocket.ClientEndpointConfig
Return the custom configurator for this configuration.
getConfigurator() - Method in interface jakarta.websocket.server.ServerEndpointConfig
Return the ServerEndpointConfig.Configurator this configuration is using.
getConstrainedConstructors() - Method in interface jakarta.validation.metadata.BeanDescriptor
Returns a set with descriptors for the constrained constructors of the bean represented by this descriptor.
getConstrainedContainerElementTypes() - Method in interface jakarta.validation.metadata.ContainerDescriptor
If this element is of a container type, e.g.
getConstrainedMethods(MethodType, MethodType...) - Method in interface jakarta.validation.metadata.BeanDescriptor
Returns a set with descriptors for the constrained methods of the bean represented by this descriptor.
getConstrainedProperties() - Method in interface jakarta.validation.metadata.BeanDescriptor
Returns a set of property descriptors having at least one constraint defined or marked as cascaded (Valid).
getConstraintDescriptor() - Method in interface jakarta.validation.ConstraintViolation
Returns the constraint metadata reported to fail.
getConstraintDescriptor() - Method in interface jakarta.validation.MessageInterpolator.Context
 
getConstraintDescriptors() - Method in interface jakarta.validation.metadata.ElementDescriptor.ConstraintFinder
Retrieves the constraint descriptors following the defined restrictions and hosted on the element described by ElementDescriptor.
getConstraintDescriptors() - Method in interface jakarta.validation.metadata.ElementDescriptor
Returns all constraint descriptors for this element in the class hierarchy or an empty Set if none are present.
getConstraintDescriptors() - Method in interface jakarta.validation.metadata.ExecutableDescriptor
Returns an empty Set.
getConstraintMappingResourcePaths() - Method in interface jakarta.validation.BootstrapConfiguration
Returns a set of resource paths pointing to XML constraint mapping files.
getConstraintsForClass(Class<?>) - Method in interface jakarta.validation.Validator
Returns the descriptor object describing bean constraints.
getConstraintsForConstructor(Class<?>...) - Method in interface jakarta.validation.metadata.BeanDescriptor
Returns a constructor descriptor for the given constructor.
getConstraintsForMethod(String, Class<?>...) - Method in interface jakarta.validation.metadata.BeanDescriptor
Returns a method descriptor for the given method.
getConstraintsForProperty(String) - Method in interface jakarta.validation.metadata.BeanDescriptor
Returns the property descriptor for a given property.
getConstraintValidatorClasses() - Method in interface jakarta.validation.metadata.ConstraintDescriptor
List of the constraint validation implementation classes.
getConstraintValidatorFactory() - Method in interface jakarta.validation.spi.ConfigurationState
Returns the constraint validator factory of this configuration.
getConstraintValidatorFactory() - Method in interface jakarta.validation.ValidatorFactory
Returns the ConstraintValidatorFactory instance configured at initialization time for the ValidatorFactory.
getConstraintValidatorFactoryClassName() - Method in interface jakarta.validation.BootstrapConfiguration
Class name of the ConstraintValidatorFactory implementation or null if none is specified.
getConstraintViolations() - Method in exception jakarta.validation.ConstraintViolationException
Returns the set of constraint violations reported during a validation.
getConstructor() - Method in interface jakarta.interceptor.InvocationContext
Returns the constructor of the target class for which the AroundConstruct interceptor method was invoked.
getConstructors() - Method in interface jakarta.enterprise.inject.spi.AnnotatedType
Get the constructors of the type.
getContainer() - Method in class jakarta.websocket.ContainerProvider
Create a new instance of the the WebSocket container implementation.
getContainer() - Method in interface jakarta.websocket.Session
Return the container that this session is part of.
getContainerClass() - Method in interface jakarta.validation.metadata.ContainerElementTypeDescriptor
Returns the container class hosting this container element type.
getContainerClass() - Method in interface jakarta.validation.Path.BeanNode
 
getContainerClass() - Method in interface jakarta.validation.Path.ContainerElementNode
 
getContainerClass() - Method in interface jakarta.validation.Path.PropertyNode
 
getContainerClientId(FacesContext) - Method in class jakarta.faces.component.UIComponent
Allow components that implement NamingContainer to selectively disable prepending their clientId to their descendent's clientIds by breaking the prepending logic into a separately callable method.
getContainerClientId(FacesContext) - Method in class jakarta.faces.component.UIForm
Override the UIComponent.getContainerClientId(jakarta.faces.context.FacesContext) to allow users to disable this form from prepending its clientId to its descendent's clientIds depending on the value of this form's UIForm.isPrependId() property.
getContainingQuery() - Method in interface jakarta.persistence.criteria.Subquery
Return the query of which this is a subquery.
getContentLength() - Method in interface jakarta.servlet.ServletRequest
Returns the length, in bytes, of the request body and made available by the input stream, or -1 if the length is not known or is greater than Integer.MAX_VALUE.
getContentLength() - Method in class jakarta.servlet.ServletRequestWrapper
The default behavior of this method is to return getContentLength() on the wrapped request object.
getContentLengthLong() - Method in interface jakarta.servlet.ServletRequest
Returns the length, in bytes, of the request body and made available by the input stream, or -1 if the length is not known.
getContentLengthLong() - Method in class jakarta.servlet.ServletRequestWrapper
The default behavior of this method is to return getContentLengthLong() on the wrapped request object.
getContentType() - Method in class jakarta.faces.application.Resource

Return the MIME content-type for this resource.

getContentType() - Method in class jakarta.faces.application.ResourceWrapper

The default behavior of this method is to call Resource.getContentType() on the wrapped ResourceHandler object.

getContentType() - Method in class jakarta.faces.context.ResponseWriter
Return the content type (such as "text/html") for this ResponseWriter.
getContentType() - Method in class jakarta.faces.context.ResponseWriterWrapper
The default behavior of this method is to call ResponseWriter.getContentType() on the wrapped ResponseWriter object.
getContentType() - Method in interface jakarta.servlet.http.Part
Gets the content type of this part.
getContentType() - Method in interface jakarta.servlet.ServletRequest
Returns the MIME type of the body of the request, or null if the type is not known.
getContentType() - Method in class jakarta.servlet.ServletRequestWrapper
The default behavior of this method is to return getContentType() on the wrapped request object.
getContentType() - Method in interface jakarta.servlet.ServletResponse
Returns the content type used for the MIME body sent in this response.
getContentType() - Method in class jakarta.servlet.ServletResponseWrapper
The default behavior of this method is to return getContentType() on the wrapped response object.
getContext() - Method in class jakarta.ejb.embeddable.EJBContainer
Retrieve a naming context for looking up references to session beans executing in the embeddable container.
getContext(Class<?>) - Method in class jakarta.el.ELContext
Returns the context object associated with the given key.
getContext(Class<?>) - Method in class jakarta.el.StandardELContext
 
getContext(Class<? extends Annotation>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
Obtains an active context object for the given scope .
getContext() - Method in class jakarta.faces.context.ExternalContext
Return the application environment object instance for the current appication.
getContext() - Method in class jakarta.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.getContext() on the wrapped ExternalContext object.
getContext() - Method in class jakarta.faces.event.ExceptionQueuedEvent

Return the ExceptionQueuedEventContext for this event instance.

getContext() - Method in class jakarta.faces.event.ExceptionQueuedEventContext

The FacesContext for this request.

getContext() - Method in class jakarta.faces.event.PostConstructCustomScopeEvent

Return the ScopeContext for this event.

getContext() - Method in class jakarta.faces.event.PreDestroyCustomScopeEvent

Return the ScopeContext for this event.

getContext(String) - Method in interface jakarta.servlet.ServletContext
Returns a ServletContext object that corresponds to a specified URL on the server.
getContext(Class<?>) - Method in interface jakarta.ws.rs.ext.ContextResolver
Get a context of type T that is applicable to the supplied type.
getContextData() - Method in interface jakarta.ejb.EJBContext
The getContextData method enables a business method, lifecycle callback method, or timeout method to retrieve any interceptor/webservices context associated with its invocation.
getContextData() - Method in interface jakarta.interceptor.InvocationContext
Enables an interceptor to retrieve or update the data associated with the invocation by another interceptor, business method, and/or webservices endpoint in the invocation chain.
getContextName() - Method in class jakarta.faces.context.ExternalContext

Return the name of the container context for this application.

getContextName() - Method in class jakarta.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.getContextName() on the wrapped ExternalContext object.
getContextPath() - Method in interface jakarta.servlet.http.HttpServletRequest
Returns the portion of the request URI that indicates the context of the request.
getContextPath() - Method in class jakarta.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return getContextPath() on the wrapped request object.
getContextPath() - Method in interface jakarta.servlet.ServletContext
Returns the context path of the web application.
getContextResolver(Class<T>, MediaType) - Method in interface jakarta.ws.rs.ext.Providers
Get a context resolver for a particular type of context and media type.
getContracts(Class<?>) - Method in interface jakarta.ws.rs.core.Configuration
Get the extension contract registration information for a component of a given class.
getConvertedValue(FacesContext, Object) - Method in class jakarta.faces.component.UIInput
Convert the submitted value into a "local value" of the appropriate data type, if necessary.
getConvertedValue(FacesContext, Object) - Method in class jakarta.faces.component.UIViewParameter

Because this class has no Renderer, leverage the one from the standard HTML_BASIC RenderKit with component-family: jakarta.faces.Input and renderer-type: jakarta.faces.Text and call its Renderer.getConvertedValue(jakarta.faces.context.FacesContext, jakarta.faces.component.UIComponent, java.lang.Object) method.

getConvertedValue(FacesContext, UIComponent, Object) - Method in class jakarta.faces.render.Renderer
Attempt to convert previously stored state information into an object of the type required for this component (optionally using the registered Converter for this component, if there is one).
getConvertedValue(FacesContext, UIComponent, Object) - Method in class jakarta.faces.render.RendererWrapper
 
getConverter() - Method in class jakarta.faces.component.UIOutput
 
getConverter() - Method in interface jakarta.faces.component.ValueHolder
Return the Converter (if any) that is registered for this UIComponent.
getConverter(Class<T>, Type, Annotation[]) - Method in interface jakarta.ws.rs.ext.ParamConverterProvider
Obtain a ParamConverter that can provide from/to string conversion for an instance of a particular Java type.
getConverterId() - Method in interface jakarta.faces.view.facelets.ConverterConfig

Return the converter id to be used in instantiating this converter

getConverterId(FaceletContext) - Method in class jakarta.faces.view.facelets.ConverterHandler
 
getConverterIds() - Method in class jakarta.faces.application.Application
Return an Iterator over the set of currently registered converter ids for this Application.
getConverterIds() - Method in class jakarta.faces.application.ApplicationWrapper

The default behavior of this method is to call Application.getConverterIds() on the wrapped Application object.

getConverterMessage() - Method in class jakarta.faces.component.UIInput
If there has been a call to UIInput.setConverterMessage(java.lang.String) on this instance, return the message.
getConverterTypes() - Method in class jakarta.faces.application.Application
Return an Iterator over the set of Class instances for which Converter classes have been explicitly registered.
getConverterTypes() - Method in class jakarta.faces.application.ApplicationWrapper

The default behavior of this method is to call Application.getConverterTypes() on the wrapped Application object.

getCookies() - Method in interface jakarta.servlet.http.HttpServletRequest
Returns an array containing all of the Cookie objects the client sent with this request.
getCookies() - Method in class jakarta.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return getCookies() on the wrapped request object.
getCookies() - Method in interface jakarta.ws.rs.client.ClientRequestContext
Get any cookies that accompanied the request.
getCookies() - Method in interface jakarta.ws.rs.client.ClientResponseContext
Get any new cookies set on the response message.
getCookies() - Method in interface jakarta.ws.rs.container.ContainerRequestContext
Get any cookies that accompanied the request.
getCookies() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
Get any new cookies set on the response message.
getCookies() - Method in interface jakarta.ws.rs.core.HttpHeaders
Get any cookies that accompanied the request.
getCookies() - Method in class jakarta.ws.rs.core.Response
Get any new cookies set on the response message.
getCoords() - Method in class jakarta.faces.component.html.HtmlCommandLink
Return the value of the coords property.
getCoords() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
Return the value of the coords property.
getCoords() - Method in class jakarta.faces.component.html.HtmlOutputLink
Return the value of the coords property.
getCorrelatedJoins() - Method in interface jakarta.persistence.criteria.Subquery
Return the correlated joins of the subquery.
getCorrelationParent() - Method in interface jakarta.persistence.criteria.From
Returns the parent From object from which the correlated From object has been obtained through correlation (use of a Subquery correlate method).
getCount() - Method in interface jakarta.servlet.jsp.jstl.core.LoopTagStatus
Retrieves the "count" of the current round of the iteration.
getCreated() - Method in class jakarta.faces.webapp.UIComponentClassicTagBase
Return true if we dynamically created a new component instance during execution of this tag.
getCreated() - Method in class jakarta.faces.webapp.UIComponentTagBase
Return true if we dynamically created a new component instance during execution of this tag.
getCreatedComponents() - Method in class jakarta.faces.webapp.UIComponentClassicTagBase
Returns the List of UIComponent ids created or located by nested UIComponentTags while processing the current request.
getCreationTime() - Method in interface jakarta.servlet.http.HttpSession
Returns the time when this session was created, measured in milliseconds since midnight January 1, 1970 GMT.
getCredential() - Method in class jakarta.security.enterprise.authentication.mechanism.http.AuthenticationParameters
The credential set as parameter in this instance.
getCriteriaBuilder() - Method in interface jakarta.persistence.EntityManager
Return an instance of CriteriaBuilder for the creation of CriteriaQuery objects.
getCriteriaBuilder() - Method in interface jakarta.persistence.EntityManagerFactory
Return an instance of CriteriaBuilder for the creation of CriteriaQuery objects.
getCrossParameterDescriptor() - Method in interface jakarta.validation.metadata.ExecutableDescriptor
Returns a descriptor containing the cross-parameter constraints of this executable.
getCryptographicallyStrongTokenFromSession(FacesContext) - Method in class jakarta.faces.render.ResponseStateManager

Compliant implementations must return a cryptographically strong token for use to protect views in this application.

getCurrencyCode() - Method in class jakarta.faces.convert.NumberConverter
Return the ISO 4217 currency code used by getAsString() with a type of currency.
getCurrencySymbol() - Method in class jakarta.faces.convert.NumberConverter
Return the currency symbol used by getAsString() with a type of currency.
getCurrent() - Method in interface jakarta.servlet.jsp.jstl.core.LoopTag
Retrieves the current item in the iteration.
getCurrent() - Method in interface jakarta.servlet.jsp.jstl.core.LoopTagStatus
Retrieves the current item in the iteration.
getCurrent() - Method in class jakarta.servlet.jsp.jstl.core.LoopTagSupport
 
getCurrentComponent(FacesContext) - Static method in class jakarta.faces.component.UIComponent

Return the UIComponent instance that is currently processing.

getCurrentCompositeComponent(FacesContext) - Static method in class jakarta.faces.component.UIComponent

Return the closest ancestor component, relative to the component returned from UIComponent.getCurrentComponent(jakarta.faces.context.FacesContext), that is a composite component, or null if no such component exists.

getCurrentFlow(FacesContext) - Method in class jakarta.faces.flow.FlowHandler

Return the currently active Flow for the argument FacesContext, or null if no flow is active.

getCurrentFlow() - Method in class jakarta.faces.flow.FlowHandler
getCurrentFlowScope() - Method in class jakarta.faces.flow.FlowHandler

Return the Map that backs the #{flowScope} Jakarta Expression Language implicit object or null if no flow is currently active.

getCurrentInstance() - Static method in class jakarta.faces.context.FacesContext

Return the FacesContext instance for the request that is being processed by the current thread.

getCurrentPhaseId() - Method in class jakarta.faces.context.FacesContext

Return the value last set on this FacesContext instance when FacesContext.setCurrentPhaseId(jakarta.faces.event.PhaseId) was called.

getCurrentPhaseId() - Method in class jakarta.faces.context.FacesContextWrapper
The default behavior of this method is to call FacesContext.getCurrentPhaseId() on the wrapped FacesContext object.
getData() - Method in interface jakarta.ws.rs.sse.OutboundSseEvent
Get event data.
getDataModel() - Method in class jakarta.faces.component.UIData
Return the internal DataModel object representing the data objects that we will iterate over in this component's rendering.
getDataModel() - Method in class jakarta.faces.model.DataModelEvent
Return the DataModel that fired this event.
getDataModelListeners() - Method in class jakarta.faces.model.DataModel
Return the set of DataModelListeners interested in notifications from this DataModel.
getDate() - Method in interface jakarta.ws.rs.client.ClientRequestContext
Get message date.
getDate() - Method in interface jakarta.ws.rs.client.ClientResponseContext
Get message date.
getDate() - Method in interface jakarta.ws.rs.container.ContainerRequestContext
Get message date.
getDate() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
Get message date.
getDate() - Method in interface jakarta.ws.rs.core.HttpHeaders
Get message date.
getDate() - Method in class jakarta.ws.rs.core.Response
Get message date.
getDateHeader(String) - Method in interface jakarta.servlet.http.HttpServletRequest
Returns the value of the specified request header as a long value that represents a Date object.
getDateHeader(String) - Method in class jakarta.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return getDateHeader(String name) on the wrapped request object.
getDateStyle() - Method in class jakarta.faces.convert.DateTimeConverter
Return the style to be used to format or parse dates.
getDayOfMonth() - Method in class jakarta.ejb.ScheduleExpression
Return the value of the day of the month attribute.
getDayOfWeek() - Method in class jakarta.ejb.ScheduleExpression
Return the value of the day of the week attribute.
getDeclare() - Method in class jakarta.servlet.jsp.tagext.TagVariableInfo
The body of the <declare> element.
getDeclare() - Method in class jakarta.servlet.jsp.tagext.VariableInfo
Returns whether this is a new variable.
getDeclaredAttribute(String) - Method in interface jakarta.persistence.metamodel.ManagedType
Return the attribute declared by the managed type that corresponds to the specified name.
getDeclaredAttributes() - Method in interface jakarta.persistence.metamodel.ManagedType
Return the attributes declared by the managed type.
getDeclaredCollection(String, Class<E>) - Method in interface jakarta.persistence.metamodel.ManagedType
Return the Collection-valued attribute declared by the managed type that corresponds to the specified name and Java element type.
getDeclaredCollection(String) - Method in interface jakarta.persistence.metamodel.ManagedType
Return the Collection-valued attribute declared by the managed type that corresponds to the specified name.
getDeclaredId(Class<Y>) - Method in interface jakarta.persistence.metamodel.IdentifiableType
Return the attribute that corresponds to the id attribute declared by the entity or mapped superclass.
getDeclaredList(String, Class<E>) - Method in interface jakarta.persistence.metamodel.ManagedType
Return the List-valued attribute declared by the managed type that corresponds to the specified name and Java element type.
getDeclaredList(String) - Method in interface jakarta.persistence.metamodel.ManagedType
Return the List-valued attribute declared by the managed type that corresponds to the specified name.
getDeclaredMap(String, Class<K>, Class<V>) - Method in interface jakarta.persistence.metamodel.ManagedType
Return the Map-valued attribute declared by the managed type that corresponds to the specified name and Java key and value types.
getDeclaredMap(String) - Method in interface jakarta.persistence.metamodel.ManagedType
Return the Map-valued attribute declared by the managed type that corresponds to the specified name.
getDeclaredPluralAttributes() - Method in interface jakarta.persistence.metamodel.ManagedType
Return all multi-valued attributes (Collection-, Set-, List-, and Map-valued attributes) declared by the managed type.
getDeclaredSet(String, Class<E>) - Method in interface jakarta.persistence.metamodel.ManagedType
Return the Set-valued attribute declared by the managed type that corresponds to the specified name and Java element type.
getDeclaredSet(String) - Method in interface jakarta.persistence.metamodel.ManagedType
Return the Set-valued attribute declared by the managed type that corresponds to the specified name.
getDeclaredSingularAttribute(String, Class<Y>) - Method in interface jakarta.persistence.metamodel.ManagedType
Return the single-valued attribute declared by the managed type that corresponds to the specified name and Java type.
getDeclaredSingularAttribute(String) - Method in interface jakarta.persistence.metamodel.ManagedType
Return the single-valued attribute declared by the managed type that corresponds to the specified name.
getDeclaredSingularAttributes() - Method in interface jakarta.persistence.metamodel.ManagedType
Return the single-valued attributes declared by the managed type.
getDeclaredVersion(Class<Y>) - Method in interface jakarta.persistence.metamodel.IdentifiableType
Return the attribute that corresponds to the version attribute declared by the entity or mapped superclass.
getDeclaringCallable() - Method in interface jakarta.enterprise.inject.spi.AnnotatedParameter
Get the declaring method or constructor.
getDeclaringType() - Method in interface jakarta.enterprise.inject.spi.AnnotatedMember
Get the type which defines this member.
getDeclaringType() - Method in interface jakarta.persistence.metamodel.Attribute
Return the managed type representing the type in which the attribute was declared.
getDecoders() - Method in interface jakarta.websocket.EndpointConfig
Return the Decoder implementation classes configured.
getDecoratedTypes() - Method in interface jakarta.enterprise.inject.spi.Decorator
Obtains the decorated types.
getDecorators() - Method in interface jakarta.enterprise.inject.spi.AfterTypeDiscovery
 
getDefaultAsyncSendTimeout() - Method in interface jakarta.websocket.WebSocketContainer
Return the number of milliseconds the implementation will timeout attempting to send a websocket message for all RemoteEndpoints associated with this container.
getDefaultClockProvider() - Method in interface jakarta.validation.Configuration
Returns an implementation of the ClockProvider interface following the default ClockProvider defined in the specification: returns a clock representing the current system time and default time zone.
getDefaultConstraintMessageTemplate() - Method in interface jakarta.validation.ConstraintValidatorContext
 
getDefaultConstraintValidatorFactory() - Method in interface jakarta.validation.Configuration
Returns an implementation of the ConstraintValidatorFactory interface following the default ConstraintValidatorFactory defined in the specification: uses the public no-arg constructor of the ConstraintValidator
getDefaultContentType() - Method in interface jakarta.servlet.descriptor.JspPropertyGroupDescriptor
Gets the value of the default-content-type configuration, which specifies the default response content type for any JSP pages mapped to the JSP property group represented by this JspPropertyGroupDescriptor.
getDefaultEventName() - Method in interface jakarta.faces.component.behavior.ClientBehaviorHolder

Returns the default event name for this ClientBehaviorHolder implementation.

getDefaultEventName() - Method in class jakarta.faces.component.html.HtmlBody
 
getDefaultEventName() - Method in class jakarta.faces.component.html.HtmlCommandButton
 
getDefaultEventName() - Method in class jakarta.faces.component.html.HtmlCommandLink
 
getDefaultEventName() - Method in class jakarta.faces.component.html.HtmlDataTable
 
getDefaultEventName() - Method in class jakarta.faces.component.html.HtmlForm
 
getDefaultEventName() - Method in class jakarta.faces.component.html.HtmlGraphicImage
 
getDefaultEventName() - Method in class jakarta.faces.component.html.HtmlInputFile
 
getDefaultEventName() - Method in class jakarta.faces.component.html.HtmlInputSecret
 
getDefaultEventName() - Method in class jakarta.faces.component.html.HtmlInputText
 
getDefaultEventName() - Method in class jakarta.faces.component.html.HtmlInputTextarea
 
getDefaultEventName() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
 
getDefaultEventName() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
 
getDefaultEventName() - Method in class jakarta.faces.component.html.HtmlOutputLabel
 
getDefaultEventName() - Method in class jakarta.faces.component.html.HtmlOutputLink
 
getDefaultEventName() - Method in class jakarta.faces.component.html.HtmlPanelGrid
 
getDefaultEventName() - Method in class jakarta.faces.component.html.HtmlPanelGroup
 
getDefaultEventName() - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
 
getDefaultEventName() - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
 
getDefaultEventName() - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
 
getDefaultEventName() - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
 
getDefaultEventName() - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
 
getDefaultEventName() - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
 
getDefaultEventName() - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
 
getDefaultEventName() - Method in class jakarta.faces.component.UIComponentBase

This is a default implementation of ClientBehaviorHolder.getDefaultEventName().

getDefaultFactory() - Static method in class jakarta.servlet.jsp.JspFactory
Returns the default factory for this implementation.
getDefaultLocale() - Method in class jakarta.faces.application.Application
Return the default Locale for this application.
getDefaultLocale() - Method in class jakarta.faces.application.ApplicationWrapper

The default behavior of this method is to call Application.getDefaultLocale() on the wrapped Application object.

getDefaultMaxBinaryMessageBufferSize() - Method in interface jakarta.websocket.WebSocketContainer
Returns the default maximum size of incoming binary message that this container will buffer.
getDefaultMaxSessionIdleTimeout() - Method in interface jakarta.websocket.WebSocketContainer
Return the default time in milliseconds after which any web socket sessions in this container will be closed if it has been inactive.
getDefaultMaxTextMessageBufferSize() - Method in interface jakarta.websocket.WebSocketContainer
Returns the default maximum size of incoming text message that this container will buffer.
getDefaultMessageInterpolator() - Method in interface jakarta.validation.Configuration
Returns an implementation of the MessageInterpolator interface following the default MessageInterpolator defined in the specification: use the ValidationMessages resource bundle to load keys use Locale.getDefault()
getDefaultOutcome(FacesContext) - Method in class jakarta.faces.flow.SwitchNode

Return the default outcome in this switch.

getDefaultParameterNameProvider() - Method in interface jakarta.validation.Configuration
Returns an implementation of the ParameterNameProvider interface following the default ParameterNameProvider defined in the specification: returns the actual parameter names as provided in the validated executable’s definition, if the class file of the executable contains parameter name information otherwise returns names in the form arg&lt;PARAMETER_INDEX&gt;, where PARAMETER_INDEX starts at 0 for the first parameter, e.g.
getDefaultProviderClassName() - Method in interface jakarta.validation.BootstrapConfiguration
Class name of the ValidationProvider implementation or null if none is specified.
getDefaultRenderKitId() - Method in class jakarta.faces.application.Application
Return the renderKitId to be used for rendering this application.
getDefaultRenderKitId() - Method in class jakarta.faces.application.ApplicationWrapper

The default behavior of this method is to call Application.getDefaultRenderKitId() on the wrapped Application object.

getDefaultSessionTrackingModes() - Method in interface jakarta.servlet.ServletContext
Gets the session tracking modes that are supported by default for this ServletContext.
getDefaultTraversableResolver() - Method in interface jakarta.validation.Configuration
Returns an implementation of the TraversableResolver interface following the default TraversableResolver defined in the specification: if Java Persistence is available in the runtime environment, a property is considered reachable if Java Persistence considers the property as loaded if Java Persistence is not available in the runtime environment, all properties are considered reachable all properties are considered cascadable.
getDefaultValidatedExecutableTypes() - Method in interface jakarta.validation.BootstrapConfiguration
Returns the set of executable types that should be considered unless explicitly overridden via ValidateOnExecution.
getDefaultValidationProviderResolver() - Method in interface jakarta.validation.spi.BootstrapState
Specification default ValidationProviderResolver strategy instance.
getDefaultValidatorInfo() - Method in class jakarta.faces.application.Application

Return an immutable Map over the set of currently registered default validator IDs and their class name for this Application.

getDefaultValidatorInfo() - Method in class jakarta.faces.application.ApplicationWrapper

The default behavior of this method is to call Application.getDefaultValidatorInfo() on the wrapped Application object.

getDeferredSyntaxAllowedAsLiteral() - Method in interface jakarta.servlet.descriptor.JspPropertyGroupDescriptor
Gets the value of the deferred-syntax-allowed-as-literal configuration, which specifies whether the character sequence "#{", which is normally reserved for Expression Language (EL) expressions, will cause a translation error if it appears as a String literal in any JSP pages mapped to the JSP property group represented by this JspPropertyGroupDescriptor.
getDefiningDocumentId() - Method in class jakarta.faces.flow.Flow

Return the immutable application unique identifier for the document in which the argument flow is defined.

getDelay() - Method in class jakarta.faces.component.behavior.AjaxBehavior

Returns the delay value, or null if no value was set.

getDelegate() - Method in interface jakarta.persistence.EntityManager
Return the underlying provider object for the EntityManager, if available.
getDelegateQualifiers() - Method in interface jakarta.enterprise.inject.spi.Decorator
getDelegateType() - Method in interface jakarta.enterprise.inject.spi.Decorator
Obtains the type of the delegate injection point.
getDelims() - Method in class jakarta.servlet.jsp.jstl.core.LoopTagSupport
 
getDescription() - Method in class jakarta.faces.model.SelectItem
Return a description of this item, for use in development tools.
getDescription() - Method in interface jakarta.security.auth.message.config.AuthConfigFactory.RegistrationContext
Get the description from the registration context
getDescription() - Method in class jakarta.servlet.jsp.tagext.TagAttributeInfo
Gets the description string of this tag attribute.
getDetail() - Method in class jakarta.faces.application.FacesMessage
Return the localized detail text.
getDigest() - Method in class jakarta.security.auth.message.callback.PrivateKeyCallback.DigestRequest
Get the digest value.
getDir() - Method in class jakarta.faces.component.html.HtmlBody
Return the value of the dir property.
getDir() - Method in class jakarta.faces.component.html.HtmlCommandButton
Return the value of the dir property.
getDir() - Method in class jakarta.faces.component.html.HtmlCommandLink
Return the value of the dir property.
getDir() - Method in class jakarta.faces.component.html.HtmlDataTable
Return the value of the dir property.
getDir() - Method in class jakarta.faces.component.html.HtmlForm
Return the value of the dir property.
getDir() - Method in class jakarta.faces.component.html.HtmlGraphicImage
Return the value of the dir property.
getDir() - Method in class jakarta.faces.component.html.HtmlHead
Return the value of the dir property.
getDir() - Method in class jakarta.faces.component.html.HtmlInputFile
Return the value of the dir property.
getDir() - Method in class jakarta.faces.component.html.HtmlInputSecret
Return the value of the dir property.
getDir() - Method in class jakarta.faces.component.html.HtmlInputText
Return the value of the dir property.
getDir() - Method in class jakarta.faces.component.html.HtmlInputTextarea
Return the value of the dir property.
getDir() - Method in class jakarta.faces.component.html.HtmlMessage
Return the value of the dir property.
getDir() - Method in class jakarta.faces.component.html.HtmlMessages
Return the value of the dir property.
getDir() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
Return the value of the dir property.
getDir() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
Return the value of the dir property.
getDir() - Method in class jakarta.faces.component.html.HtmlOutputFormat
Return the value of the dir property.
getDir() - Method in class jakarta.faces.component.html.HtmlOutputLabel
Return the value of the dir property.
getDir() - Method in class jakarta.faces.component.html.HtmlOutputLink
Return the value of the dir property.
getDir() - Method in class jakarta.faces.component.html.HtmlOutputText
Return the value of the dir property.
getDir() - Method in class jakarta.faces.component.html.HtmlPanelGrid
Return the value of the dir property.
getDir() - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
Return the value of the dir property.
getDir() - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
Return the value of the dir property.
getDir() - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
Return the value of the dir property.
getDir() - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
Return the value of the dir property.
getDir() - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
Return the value of the dir property.
getDir() - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
Return the value of the dir property.
getDir() - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
Return the value of the dir property.
getDisabledClass() - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
Return the value of the disabledClass property.
getDisabledClass() - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
Return the value of the disabledClass property.
getDisabledClass() - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
Return the value of the disabledClass property.
getDisabledClass() - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
Return the value of the disabledClass property.
getDisabledClass() - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
Return the value of the disabledClass property.
getDisabledClass() - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
Return the value of the disabledClass property.
getDispatcherType() - Method in interface jakarta.servlet.ServletRequest
Gets the dispatcher type of this request.
getDispatcherType() - Method in class jakarta.servlet.ServletRequestWrapper
Gets the dispatcher type of the wrapped request.
getDisplayName() - Method in class jakarta.servlet.jsp.tagext.TagInfo
Get the displayName.
getDoAfterBodyValue() - Method in class jakarta.faces.webapp.UIComponentClassicTagBase
Return the flag value that should be returned from the doAfterBody() method when it is called.
getDoEndValue() - Method in class jakarta.faces.webapp.UIComponentClassicTagBase
Return the flag value that should be returned from the doEnd() method when it is called.
getDomain() - Method in class jakarta.servlet.http.Cookie
Gets the domain name of this Cookie.
getDomain() - Method in interface jakarta.servlet.SessionCookieConfig
Gets the domain name that will be assigned to any session tracking cookies created on behalf of the application represented by the ServletContext from which this SessionCookieConfig was acquired.
getDomain() - Method in class jakarta.ws.rs.core.Cookie
Get the domain of the cookie.
getDoStartValue() - Method in class jakarta.faces.webapp.UIComponentClassicTagBase
Return the flag value that should be returned from the doStart() method when it is called.
getEffectiveMajorVersion() - Method in interface jakarta.servlet.ServletContext
Gets the major version of the Servlet specification that the application represented by this ServletContext is based on.
getEffectiveMinorVersion() - Method in interface jakarta.servlet.ServletContext
Gets the minor version of the Servlet specification that the application represented by this ServletContext is based on.
getEffectiveSessionTrackingModes() - Method in interface jakarta.servlet.ServletContext
Gets the session tracking modes that are in effect for this ServletContext.
getEJBHome() - Method in interface jakarta.ejb.EJBContext
Obtain the enterprise bean's remote home interface.
getEJBHome() - Method in interface jakarta.ejb.EJBMetaData
Obtain the remote home interface of the enterprise bean.
getEJBHome() - Method in interface jakarta.ejb.EJBObject
Obtain the enterprise bean's remote home interface.
getEJBHome() - Method in interface jakarta.ejb.HomeHandle
Obtain the home object represented by this handle.
getEJBLocalHome() - Method in interface jakarta.ejb.EJBContext
Obtain the enterprise bean's local home interface.
getEJBLocalHome() - Method in interface jakarta.ejb.EJBLocalObject
Obtain the enterprise bean's local home interface.
getEJBLocalObject() - Method in interface jakarta.ejb.EntityContext
Obtain a reference to the enterprise bean local object that is currently associated with the instance.
getEJBLocalObject() - Method in interface jakarta.ejb.SessionContext
Obtain a reference to the enterprise bean local object that is associated with the instance.
getEJBMetaData() - Method in interface jakarta.ejb.EJBHome
Obtain the EJBMetaData interface for the enterprise bean.
getEjbName() - Method in interface jakarta.enterprise.inject.spi.ProcessSessionBean
Returns the EJB name of the session bean.
getEJBObject() - Method in interface jakarta.ejb.EntityContext
Obtain a reference to the enterprise bean object that is currently associated with the instance.
getEJBObject() - Method in interface jakarta.ejb.Handle
Obtain the enterprise bean object reference represented by this handle.
getEJBObject() - Method in interface jakarta.ejb.SessionContext
Obtain a reference to the enterprise bean object that is currently associated with the instance.
getELContext() - Method in class jakarta.el.ELContextEvent
Returns the ELContext that was created.
getELContext() - Method in class jakarta.el.ELManager
Return the ELContext used for parsing and evaluating Jakarta Expression Language expressions.
getELContext() - Method in class jakarta.faces.context.FacesContext
Return the ELContext instance for this FacesContext instance.
getELContext() - Method in class jakarta.faces.context.FacesContextWrapper
The default behavior of this method is to call FacesContext.getELContext() on the wrapped FacesContext object.
getELContext() - Method in class jakarta.faces.webapp.UIComponentELTag
Return the ELContext for the FacesContext for this request.
getELContext() - Method in class jakarta.faces.webapp.UIComponentTagBase
Return the ELContext for the FacesContext for this request.
getELContext() - Method in class jakarta.servlet.jsp.JspContext
Returns the ELContext associated with this JspContext.
getELContextListeners() - Method in class jakarta.faces.application.Application
If no calls have been made to Application.addELContextListener(jakarta.el.ELContextListener), this method must return an empty array.
getELContextListeners() - Method in class jakarta.faces.application.ApplicationWrapper

The default behavior of this method is to call Application.getELContextListeners() on the wrapped Application object.

getElementClass() - Method in interface jakarta.validation.metadata.CrossParameterDescriptor
 
getElementClass() - Method in interface jakarta.validation.metadata.ElementDescriptor
 
getElements() - Method in interface jakarta.persistence.Tuple
Return the tuple elements.
getElementType() - Method in interface jakarta.persistence.metamodel.PluralAttribute
Return the type representing the element type of the collection.
getElIgnored() - Method in interface jakarta.servlet.descriptor.JspPropertyGroupDescriptor
Gets the value of the el-ignored configuration, which specifies whether Expression Language (EL) evaluation is enabled for any JSP pages mapped to the JSP property group represented by this JspPropertyGroupDescriptor.
getELManager() - Method in class jakarta.el.ELProcessor
Return the ELManager used for Jakarta Expression Language processing.
getELResolver() - Method in class jakarta.el.ELContext
Retrieves the ELResolver associated with this context.
getELResolver() - Method in class jakarta.el.StandardELContext
Construct (if needed) and return a default ELResolver.
getELResolver() - Method in interface jakarta.enterprise.inject.spi.BeanManager
Returns a ELResolver that resolves beans by EL name.
getELResolver() - Method in class jakarta.faces.application.Application
Return the singleton ELResolver instance to be used for all Jakarta Expression Language resolution.
getELResolver() - Method in class jakarta.faces.application.ApplicationWrapper

The default behavior of this method is to call Application.getELResolver() on the wrapped Application object.

getEmbeddables() - Method in interface jakarta.persistence.metamodel.Metamodel
Return the metamodel embeddable types.
getEmptyRoleSemantic() - Method in class jakarta.servlet.HttpConstraintElement
Gets the default authorization semantic.
getEnabledClass() - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
Return the value of the enabledClass property.
getEnabledClass() - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
Return the value of the enabledClass property.
getEnabledClass() - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
Return the value of the enabledClass property.
getEnabledClass() - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
Return the value of the enabledClass property.
getEnabledClass() - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
Return the value of the enabledClass property.
getEnabledClass() - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
Return the value of the enabledClass property.
getEnclosingWriter() - Method in class jakarta.servlet.jsp.tagext.BodyContent
Get the enclosing JspWriter.
getEncoders() - Method in interface jakarta.websocket.EndpointConfig
Return the Encoder implementation classes configured.
getEncoding() - Method in class jakarta.ws.rs.client.Entity
Get entity encoding.
getEncoding() - Method in class jakarta.ws.rs.core.Variant
Get the encoding of the variant.
getEnctype() - Method in class jakarta.faces.component.html.HtmlForm
Return the value of the enctype property.
getEnd() - Method in class jakarta.ejb.ScheduleExpression
Return the end date, if set; otherwise null.
getEnd() - Method in interface jakarta.servlet.jsp.jstl.core.LoopTagStatus
Returns the value of the 'end' attribute for the associated tag, or null if no 'end' attribute was specified.
getEndpointClass() - Method in interface jakarta.websocket.server.ServerEndpointConfig
Returns the Class of the endpoint this configuration is configuring.
getEndpointConfigs(Set<Class<? extends Endpoint>>) - Method in interface jakarta.websocket.server.ServerApplicationConfig
Return a set of ServerEndpointConfig instances that the server container will use to deploy the programmatic endpoints.
getEndpointInstance(Class<T>) - Method in class jakarta.websocket.server.ServerEndpointConfig.Configurator
This method is called by the container each time a new client connects to the logical endpoint this configurator configures.
getEngineInfo() - Method in class jakarta.servlet.jsp.JspFactory
called to get implementation-specific information on the current JSP engine.
getEntities() - Method in interface jakarta.persistence.metamodel.Metamodel
Return the metamodel entity types.
getEntity() - Method in exception jakarta.persistence.OptimisticLockException
Returns the entity that caused this exception.
getEntity() - Method in exception jakarta.persistence.PessimisticLockException
Returns the entity that caused this exception.
getEntity() - Method in interface jakarta.ws.rs.client.ClientRequestContext
Get the message entity Java instance.
getEntity() - Method in class jakarta.ws.rs.client.Entity
Get entity data.
getEntity() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
Get the message entity Java instance.
getEntity() - Method in class jakarta.ws.rs.core.GenericEntity
Get the enclosed entity.
getEntity() - Method in class jakarta.ws.rs.core.Response
Get the message entity Java instance.
getEntity() - Method in interface jakarta.ws.rs.ext.WriterInterceptorContext
Get object to be written as HTTP entity.
getEntityAnnotations() - Method in interface jakarta.ws.rs.client.ClientRequestContext
Get the annotations attached to the entity instance.
getEntityAnnotations() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
Get the annotations attached to the entity instance.
getEntityClass() - Method in interface jakarta.ws.rs.client.ClientRequestContext
Get the raw entity type information.
getEntityClass() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
Get the raw entity type information.
getEntityGraph(String) - Method in interface jakarta.persistence.EntityManager
Return a named EntityGraph.
getEntityGraphs(Class<T>) - Method in interface jakarta.persistence.EntityManager
Return all named EntityGraphs that have been defined for the provided class type.
getEntityManagerFactory() - Method in interface jakarta.persistence.EntityManager
Return the entity manager factory for the entity manager.
getEntityStream() - Method in interface jakarta.ws.rs.client.ClientRequestContext
Get the entity output stream.
getEntityStream() - Method in interface jakarta.ws.rs.client.ClientResponseContext
Get the entity input stream.
getEntityStream() - Method in interface jakarta.ws.rs.container.ContainerRequestContext
Get the entity input stream.
getEntityStream() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
Get the entity output stream.
getEntityTag() - Method in interface jakarta.ws.rs.client.ClientResponseContext
Get the entity tag.
getEntityTag() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
Get the entity tag.
getEntityTag() - Method in class jakarta.ws.rs.core.Response
Get the entity tag.
getEntityType() - Method in interface jakarta.ws.rs.client.ClientRequestContext
Get the generic entity type information.
getEntityType() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
Get the generic entity type information.
getErrorClass() - Method in class jakarta.faces.component.html.HtmlMessage
Return the value of the errorClass property.
getErrorClass() - Method in class jakarta.faces.component.html.HtmlMessages
Return the value of the errorClass property.
getErrorData() - Method in class jakarta.servlet.jsp.PageContext
Provides convenient access to error information.
getErrorOnUndeclaredNamespace() - Method in interface jakarta.servlet.descriptor.JspPropertyGroupDescriptor
Gets the value of the error-on-undeclared-namespace configuration, which specifies whether an error will be raised at translation time if tag with an undeclared namespace is used in any JSP pages mapped to the JSP property group represented by this JspPropertyGroupDescriptor.
getErrorStyle() - Method in class jakarta.faces.component.html.HtmlMessage
Return the value of the errorStyle property.
getErrorStyle() - Method in class jakarta.faces.component.html.HtmlMessages
Return the value of the errorStyle property.
getEvalScripts() - Method in class jakarta.faces.context.PartialViewContext

Returns a mutable List of scripts to be evaluated in client side on complete of ajax request.

getEvalScripts() - Method in class jakarta.faces.context.PartialViewContextWrapper

The default behavior of this method is to call PartialViewContext.getRenderIds() on the wrapped PartialViewContext object.

getEvaluationListeners() - Method in class jakarta.el.ELContext
Returns the list of registered evaluation listeners.
getEvent() - Method in interface jakarta.enterprise.inject.spi.BeanManager
Returns an instance of Event with specified type java.lang.Object and specified qualifier @Default It allows typesafe synchronous or asynchronous event firing without injection of Event built-in bean requirement.
getEvent() - Method in interface jakarta.enterprise.inject.spi.EventContext
 
getEvent() - Method in class jakarta.faces.view.facelets.BehaviorHandler
 
getEventName() - Method in class jakarta.faces.component.behavior.ClientBehaviorContext

Returns the name of the behavior event for which the ClientBehavior script is being requested.

getEventName() - Method in interface jakarta.faces.view.BehaviorHolderAttachedObjectHandler

Return the client event name to which this behavior applies.

getEventName() - Method in class jakarta.faces.view.facelets.BehaviorHandler
 
getEventNames() - Method in interface jakarta.faces.component.behavior.ClientBehaviorHolder

Returns a non-null, unmodifiable Collection containing the names of the logical events supported by the component implementing this interface.

getEventNames() - Method in class jakarta.faces.component.html.HtmlBody
 
getEventNames() - Method in class jakarta.faces.component.html.HtmlCommandButton
 
getEventNames() - Method in class jakarta.faces.component.html.HtmlCommandLink
 
getEventNames() - Method in class jakarta.faces.component.html.HtmlDataTable
 
getEventNames() - Method in class jakarta.faces.component.html.HtmlForm
 
getEventNames() - Method in class jakarta.faces.component.html.HtmlGraphicImage
 
getEventNames() - Method in class jakarta.faces.component.html.HtmlInputFile
 
getEventNames() - Method in class jakarta.faces.component.html.HtmlInputSecret
 
getEventNames() - Method in class jakarta.faces.component.html.HtmlInputText
 
getEventNames() - Method in class jakarta.faces.component.html.HtmlInputTextarea
 
getEventNames() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
 
getEventNames() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
 
getEventNames() - Method in class jakarta.faces.component.html.HtmlOutputLabel
 
getEventNames() - Method in class jakarta.faces.component.html.HtmlOutputLink
 
getEventNames() - Method in class jakarta.faces.component.html.HtmlPanelGrid
 
getEventNames() - Method in class jakarta.faces.component.html.HtmlPanelGroup
 
getEventNames() - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
 
getEventNames() - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
 
getEventNames() - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
 
getEventNames() - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
 
getEventNames() - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
 
getEventNames() - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
 
getEventNames() - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
 
getEventNames() - Method in class jakarta.faces.component.UIComponentBase

This is a default implementation of ClientBehaviorHolder.getEventNames().

getEventNames() - Method in class jakarta.faces.component.UIWebsocket
Returns a non-null, empty, unmodifiable Collection which returns true on any Collection#contains() invocation, indicating that all client behavior event names are acceptable.
getException() - Method in class jakarta.faces.event.ExceptionQueuedEventContext

Return the exception property.

getException() - Method in class jakarta.servlet.jsp.PageContext
The current value of the exception object (an Exception).
getException() - Method in class jakarta.websocket.SendResult
The problem sending the message.
getExceptionHandler() - Method in class jakarta.faces.context.ExceptionHandlerFactory

Create and return a A new ExceptionHandler instance.

getExceptionHandler() - Method in class jakarta.faces.context.FacesContext

Return the ExceptionHandler for this request.

getExceptionHandler() - Method in class jakarta.faces.context.FacesContextWrapper
The default behavior of this method is to call FacesContext.getExceptionHandler() on the wrapped FacesContext object.
getExceptionHandler() - Method in class jakarta.faces.webapp.PreJsf2ExceptionHandlerFactory
 
getExceptionMapper(Class<T>) - Method in interface jakarta.ws.rs.ext.Providers
Get an exception mapping provider for a particular class of exception.
getExecutableParameters() - Method in interface jakarta.validation.ConstraintViolation
Returns an Object[] representing the constructor or method invocation arguments if the ConstraintViolation is returned after validating the method or constructor parameters.
getExecutableReturnValue() - Method in interface jakarta.validation.ConstraintViolation
Returns the return value of the constructor or method invocation if the ConstraintViolation is returned after validating the method or constructor return value.
getExecute() - Method in class jakarta.faces.component.behavior.AjaxBehavior

Return a non-empty Collection<String> of component identifiers that will be used to identify components that should be processed during the execute phase of the request processing lifecycle.

getExecute() - Method in class jakarta.faces.component.html.HtmlCommandScript
Return the value of the execute property.
getExecuteIds() - Method in class jakarta.faces.context.PartialViewContext

Return a Collection of client identifiers from the current request with the request parameter name PartialViewContext.PARTIAL_EXECUTE_PARAM_NAME.

getExecuteIds() - Method in class jakarta.faces.context.PartialViewContextWrapper
The default behavior of this method is to call PartialViewContext.getExecuteIds() on the wrapped PartialViewContext object.
getExecutor() - Method in interface jakarta.enterprise.event.NotificationOptions
 
getExpectedType() - Method in class jakarta.el.ValueExpression
Returns the type the result of the expression will be coerced to after evaluation.
getExpectedType() - Method in class jakarta.servlet.jsp.jstl.core.IndexedValueExpression
 
getExpectedType() - Method in class jakarta.servlet.jsp.jstl.core.IteratedValueExpression
 
getExpectedTypeName() - Method in class jakarta.servlet.jsp.tagext.TagAttributeInfo
Returns the name of the expected type (as a String) of this deferred value attribute.
getExpiry() - Method in class jakarta.ws.rs.core.NewCookie
Get the cookie expiry date.
getExpression(String) - Method in interface jakarta.faces.el.CompositeComponentExpressionHolder
 
getExpression() - Method in interface jakarta.persistence.criteria.CriteriaBuilder.In
Return the expression to be tested against the list of values.
getExpression() - Method in interface jakarta.persistence.criteria.CriteriaBuilder.SimpleCase
Return the expression to be tested against the conditions.
getExpression() - Method in interface jakarta.persistence.criteria.Order
Return the expression that is used for ordering.
getExpressionEvaluator() - Method in class jakarta.servlet.jsp.JspContext
Deprecated.
getExpressionFactory() - Static method in class jakarta.el.ELManager
Return the ExpressionFactory instance used for Jakarta Expression Language evaluations.
getExpressionFactory() - Method in class jakarta.faces.application.Application
Return the ExpressionFactory instance for this application.
getExpressionFactory() - Method in class jakarta.faces.application.ApplicationWrapper

The default behavior of this method is to call Application.getExpressionFactory() on the wrapped Application object.

getExpressionFactory() - Method in class jakarta.faces.view.facelets.FaceletContext

The ExpressionFactory to use within the Facelet this context is executing upon.

getExpressionFactory() - Method in interface jakarta.servlet.jsp.JspApplicationContext
Returns a factory used to create ValueExpressions and MethodExpressions so that EL expressions can be parsed and evaluated.
getExpressionHints() - Method in class jakarta.faces.component.search.SearchExpressionContext

Returns hints that influence the behavior of resolving the expression.

getExpressions() - Method in interface jakarta.persistence.criteria.Predicate
Return the top-level conjuncts or disjuncts of the predicate.
getExpressionSeperatorChars(FacesContext) - Method in class jakarta.faces.component.search.SearchExpressionHandler

Return the characters used to separate expressions in a series of expressions.

getExpressionSeperatorChars(FacesContext) - Method in class jakarta.faces.component.search.SearchExpressionHandlerWrapper
 
getExpressionString() - Method in class jakarta.el.Expression
Returns the original String used to create this Expression, unmodified.
getExpressionString() - Method in class jakarta.faces.el.MethodBinding
Deprecated.
Return the (possibly null) expression String, with leading and trailing delimiters, from which this MethodBinding was built.
getExpressionString() - Method in class jakarta.faces.el.ValueBinding
Deprecated.
Return the (possibly null) expression String, including the delimiters, from which this ValueBinding was built.
getExpressionString() - Method in class jakarta.servlet.jsp.jstl.core.IndexedValueExpression
 
getExpressionString() - Method in class jakarta.servlet.jsp.jstl.core.IteratedValueExpression
 
getExtension(Class<T>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
Obtains the container's instance of an Extension class declared in META-INF/services.
getExtensions() - Method in interface jakarta.websocket.ClientEndpointConfig
Return the extensions, in order of preference, favorite first, that this client would like to use for its sessions.
getExtensions() - Method in interface jakarta.websocket.server.ServerEndpointConfig
Return the websocket extensions configured.
getExternalContext(Object, Object, Object) - Method in class jakarta.faces.context.ExternalContextFactory
Create (if needed) and return an ExternalContext instance that is initialized for the processing of the specified request and response objects, for this web application.
getExternalContext() - Method in class jakarta.faces.context.FacesContext
Return the ExternalContext instance for this FacesContext instance.
getExternalContext() - Method in class jakarta.faces.context.FacesContextWrapper
The default behavior of this method is to call FacesContext.getExternalContext() on the wrapped FacesContext object.
getFacelet(URL) - Method in class jakarta.faces.view.facelets.FaceletCache

Returns a cached Facelet instance.

getFaceletCache() - Method in class jakarta.faces.view.facelets.FaceletCacheFactory
 
getFacesContext() - Method in class jakarta.faces.component.behavior.ClientBehaviorContext

Returns the FacesContext for the current request.

getFacesContext() - Method in class jakarta.faces.component.search.SearchExpressionContext

Returns the FacesContext for the current request.

getFacesContext() - Method in class jakarta.faces.component.UIComponent
Convenience method to return the FacesContext instance for the current request.
getFacesContext() - Method in class jakarta.faces.component.UIComponentBase
 
getFacesContext() - Method in class jakarta.faces.component.visit.VisitContext

Returns the FacesContext for the current request.

getFacesContext() - Method in class jakarta.faces.component.visit.VisitContextWrapper
 
getFacesContext(Object, Object, Object, Lifecycle) - Method in class jakarta.faces.context.FacesContextFactory
Create (if needed) and return a FacesContext instance that is initialized for the processing of the specified request and response objects, utilizing the specified Lifecycle instance, for this web application.
getFacesContext() - Method in class jakarta.faces.event.FacesEvent

Get the Faces context.

getFacesContext() - Method in class jakarta.faces.event.PhaseEvent
Return the FacesContext for the request being processed.
getFacesContext() - Method in class jakarta.faces.event.SystemEvent

Get the Faces context.

getFacesContext() - Method in class jakarta.faces.view.facelets.FaceletContext

The current FacesContext bound to this "request".

getFacesContext() - Method in class jakarta.faces.webapp.UIComponentClassicTagBase
 
getFacesContext() - Method in class jakarta.faces.webapp.UIComponentTagBase
Return the FacesContext instance for the current request.
getFacesJspId() - Method in class jakarta.faces.webapp.UIComponentClassicTagBase
If this method has been called before on this tag's useful lifetime (before UIComponentClassicTagBase.release() was called), return the previously returned value.
getFacesListeners(Class) - Method in class jakarta.faces.component.UIComponent
Return an array of registered FacesListeners that are instances of the specified class.
getFacesListeners(Class) - Method in class jakarta.faces.component.UIComponentBase
 
getFacesMessage() - Method in exception jakarta.faces.component.UpdateModelException

Return the FacesMessage passed to the constructor.

getFacesMessage() - Method in exception jakarta.faces.convert.ConverterException
Returns the FacesMessage associated with this exception; this will only be available if the converter that thew this exception instance placed it there.
getFacesMessage() - Method in exception jakarta.faces.validator.ValidatorException

Returns the FacesMessage associated with the exception.

getFacesMessages() - Method in exception jakarta.faces.validator.ValidatorException

If this instance was created with a constructor that takes Collection<FacesMessage>, this method returns the passed collection, otherwise this method returns null.

getFacet(String) - Method in class jakarta.faces.component.UIComponent
Convenience method to return the named facet, if it exists, or null otherwise.
getFacet(String) - Method in class jakarta.faces.component.UIComponentBase
 
getFacetCount() - Method in class jakarta.faces.component.UIComponent
Return the number of facet UIComponents that are associated with this UIComponent.
getFacetCount() - Method in class jakarta.faces.component.UIComponentBase
 
getFacetName(FaceletContext) - Method in interface jakarta.faces.view.facelets.FacetHandler

Returns the resolved literal String value of the facet name after evaluating EL.

getFacetName() - Method in class jakarta.faces.webapp.UIComponentClassicTagBase
Return the facet name that we should be stored under, if any; otherwise, return null (indicating that we will be a child component).
getFacets() - Method in class jakarta.faces.component.UIComponent
Return a mutable Map representing the facet UIComponents associated with this UIComponent, keyed by facet name (which must be a String).
getFacets() - Method in class jakarta.faces.component.UIComponentBase
 
getFacetsAndChildren() - Method in class jakarta.faces.component.UIComponent
Return an Iterator over the facet followed by child UIComponents of this UIComponent.
getFacetsAndChildren() - Method in class jakarta.faces.component.UIComponentBase
 
getFactory(String) - Static method in class jakarta.faces.FactoryFinder
Create (if necessary) and return a per-web-application instance of the appropriate implementation class for the specified Jakarta Server Faces factory class, based on the discovery algorithm described in the class description.
getFactory() - Static method in class jakarta.security.auth.message.config.AuthConfigFactory
Get the system-wide AuthConfigFactory implementation.
getFactorySecurityPermission - Static variable in class jakarta.security.auth.message.config.AuthConfigFactory
The SecurityPermission, with name AuthConfigFactory.GET_FACTORY_PERMISSION_NAME, that is used to authorize access to the getFactory method.
getFamily() - Method in class jakarta.faces.component.UIColumn
Get the component family.
getFamily() - Method in class jakarta.faces.component.UICommand
 
getFamily() - Method in class jakarta.faces.component.UIComponent

Return the identifier of the component family to which this component belongs.

getFamily() - Method in class jakarta.faces.component.UIData
 
getFamily() - Method in class jakarta.faces.component.UIForm
 
getFamily() - Method in class jakarta.faces.component.UIGraphic
 
getFamily() - Method in class jakarta.faces.component.UIImportConstants
 
getFamily() - Method in class jakarta.faces.component.UIInput
 
getFamily() - Method in class jakarta.faces.component.UIMessage
 
getFamily() - Method in class jakarta.faces.component.UIMessages
 
getFamily() - Method in class jakarta.faces.component.UINamingContainer
 
getFamily() - Method in class jakarta.faces.component.UIOutcomeTarget
 
getFamily() - Method in class jakarta.faces.component.UIOutput
 
getFamily() - Method in class jakarta.faces.component.UIPanel
 
getFamily() - Method in class jakarta.faces.component.UIParameter
 
getFamily() - Method in class jakarta.faces.component.UISelectBoolean
 
getFamily() - Method in class jakarta.faces.component.UISelectItem
 
getFamily() - Method in class jakarta.faces.component.UISelectItems
 
getFamily() - Method in class jakarta.faces.component.UISelectMany
 
getFamily() - Method in class jakarta.faces.component.UISelectOne
 
getFamily() - Method in class jakarta.faces.component.UIViewAction
 
getFamily() - Method in class jakarta.faces.component.UIViewParameter
 
getFamily() - Method in class jakarta.faces.component.UIViewRoot
 
getFamily() - Method in class jakarta.faces.component.UIWebsocket
getFamily() - Method in enum jakarta.ws.rs.core.Response.Status
Get the class of status code.
getFamily() - Method in interface jakarta.ws.rs.core.Response.StatusType
Get the class of status code.
getFatalClass() - Method in class jakarta.faces.component.html.HtmlMessage
Return the value of the fatalClass property.
getFatalClass() - Method in class jakarta.faces.component.html.HtmlMessages
Return the value of the fatalClass property.
getFatalStyle() - Method in class jakarta.faces.component.html.HtmlMessage
Return the value of the fatalStyle property.
getFatalStyle() - Method in class jakarta.faces.component.html.HtmlMessages
Return the value of the fatalStyle property.
getFeatureDescriptors(ELContext, Object) - Method in class jakarta.el.ArrayELResolver
Always returns null, since there is no reason to iterate through set set of all integers.
getFeatureDescriptors(ELContext, Object) - Method in class jakarta.el.BeanELResolver
If the base object is not null, returns an Iterator containing the set of JavaBeans properties available on the given object.
getFeatureDescriptors(ELContext, Object) - Method in class jakarta.el.BeanNameELResolver
Always returns null, since there is no reason to iterate through a list of one element: bean name.
getFeatureDescriptors(ELContext, Object) - Method in class jakarta.el.CompositeELResolver
Returns information about the set of variables or properties that can be resolved for the given base object.
getFeatureDescriptors(ELContext, Object) - Method in class jakarta.el.ELResolver
Returns information about the set of variables or properties that can be resolved for the given base object.
getFeatureDescriptors(ELContext, Object) - Method in class jakarta.el.ListELResolver
Always returns null, since there is no reason to iterate through set set of all integers.
getFeatureDescriptors(ELContext, Object) - Method in class jakarta.el.MapELResolver
If the base object is a map, returns an Iterator containing the set of keys available in the Map.
getFeatureDescriptors(ELContext, Object) - Method in class jakarta.el.ResourceBundleELResolver
If the base object is a ResourceBundle, returns an Iterator containing the set of keys available in the ResourceBundle.
getFeatureDescriptors(ELContext, Object) - Method in class jakarta.el.StaticFieldELResolver
Returns the properties that can be resolved.
getFeatureDescriptors(ELContext, Object) - Method in class jakarta.el.TypeConverter
 
getFeatureDescriptors(ELContext, Object) - Method in class jakarta.servlet.jsp.el.ImplicitObjectELResolver
If the base object is null, and the property matches the name of a JSP implicit object, returns an Iterator containing FeatureDescriptor objects with information about each JSP implicit object resolved by this resolver.
getFeatureDescriptors(ELContext, Object) - Method in class jakarta.servlet.jsp.el.ScopedAttributeELResolver
If the base object is null, returns an Iterator containing FeatureDescriptor objects with information about each scoped attribute resolved by this resolver.
getFetches() - Method in interface jakarta.persistence.criteria.FetchParent
Return the fetch joins that have been made from this type.
getFields() - Method in interface jakarta.enterprise.inject.spi.AnnotatedType
Get the fields of the type.
getFileSizeThreshold() - Method in class jakarta.servlet.MultipartConfigElement
Gets the size threshold after which files will be written to disk.
getFilterConfig() - Method in class jakarta.servlet.GenericFilter
Returns this servlet's ServletConfig object.
getFilterName() - Method in interface jakarta.servlet.FilterConfig
Returns the filter-name of this filter as defined in the deployment descriptor.
getFilterName() - Method in class jakarta.servlet.GenericFilter
Returns the name of this filter instance.
getFilterRegistration(String) - Method in interface jakarta.servlet.ServletContext
Gets the FilterRegistration corresponding to the filter with the given filterName.
getFilterRegistrations() - Method in interface jakarta.servlet.ServletContext
Gets a (possibly empty) Map of the FilterRegistration objects (keyed by filter name) corresponding to all filters registered with this ServletContext.
getFinalizer() - Method in class jakarta.faces.flow.Flow

Return the MethodExpression that must be called by the runtime as the last thing that happens before exiting this flow.

getFirst() - Method in class jakarta.faces.component.UIData
Return the zero-relative row number of the first row to be displayed.
getFirst(K) - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
 
getFirst(K) - Method in interface jakarta.ws.rs.core.MultivaluedMap
A shortcut to get the first value of the supplied key.
getFirstResult() - Method in interface jakarta.persistence.Query
The position of the first result the query object was set to retrieve.
getFlash() - Method in class jakarta.faces.context.ExternalContext

Return the threadsafe Flash for this application.

getFlash() - Method in class jakarta.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.getFlash() on the wrapped ExternalContext object.
getFlash(boolean) - Method in class jakarta.faces.context.FlashFactory

Create (if needed) and return a Flash instance for this web application.

getFlow() - Method in class jakarta.faces.flow.builder.FlowBuilder

Called as the last step in flow definition, this method must perform any implementation specific initialization and return the built Flow.

getFlow(FacesContext, String, String) - Method in class jakarta.faces.flow.FlowHandler

Return the Flow whose id is equivalent to the argument id, within the scope of the argument definingDocument.

getFlowCall(Flow) - Method in class jakarta.faces.flow.Flow

Return the FlowCallNode that represents calling the targetFlow from this flow, or null if targetFlow cannot be reached from this flow.

getFlowCalls() - Method in class jakarta.faces.flow.Flow

Return an immutable data structure containing all the flow call nodes declared for this flow.

getFlowHandler() - Method in class jakarta.faces.application.Application

Return the thread-safe singleton FlowHandler for this application.

getFlowHandler() - Method in class jakarta.faces.application.ApplicationWrapper
 
getFlushMode() - Method in interface jakarta.persistence.EntityManager
Get the flush mode that applies to all objects contained in the persistence context.
getFlushMode() - Method in interface jakarta.persistence.Query
Get the flush mode in effect for the query execution.
getFooter() - Method in class jakarta.faces.component.UIColumn
Return the footer facet of the column (if any).
getFooter() - Method in class jakarta.faces.component.UIData
Return the footer facet of this component (if any).
getFooterClass() - Method in class jakarta.faces.component.html.HtmlColumn
Return the value of the footerClass property.
getFooterClass() - Method in class jakarta.faces.component.html.HtmlDataTable
Return the value of the footerClass property.
getFooterClass() - Method in class jakarta.faces.component.html.HtmlPanelGrid
Return the value of the footerClass property.
getFor() - Method in class jakarta.faces.component.html.HtmlOutputLabel
Return the value of the for property.
getFor() - Method in class jakarta.faces.component.UIMessage
Return the Identifier of the component for which to render error messages.
getFor() - Method in class jakarta.faces.component.UIMessages

Return the client identifier of the component for which this component represents associated message(s) (if any).

getFor() - Method in interface jakarta.faces.view.AttachedObjectHandler

Return the value of the "for" attribute specified by the page author on the tag for this AttachedObjectHandler.

getFor() - Method in class jakarta.faces.view.facelets.FaceletsAttachedObjectHandler

Return the value of the "for" attribute.

getFragment() - Method in class jakarta.faces.component.html.HtmlOutputLink
Return the value of the fragment property.
getFrame() - Method in class jakarta.faces.component.html.HtmlDataTable
Return the value of the frame property.
getFrame() - Method in class jakarta.faces.component.html.HtmlPanelGrid
Return the value of the frame property.
getFrom() - Method in interface jakarta.validation.metadata.GroupConversionDescriptor
Returns the source group of this conversion rule.
getFromAction() - Method in class jakarta.faces.application.NavigationCase

Return the <from-action> for this <navigation-case>

getFromAction() - Method in class jakarta.faces.application.NavigationCaseWrapper
 
getFromOutcome() - Method in class jakarta.faces.application.NavigationCase

Return the <from-outcome> for this <navigation-case>

getFromOutcome() - Method in class jakarta.faces.application.NavigationCaseWrapper
 
getFromOutcome(FacesContext) - Method in class jakarta.faces.flow.ReturnNode

Return the fromOutcome to be used when control passes to this return node.

getFromOutcome() - Method in class jakarta.faces.flow.SwitchCase

Return the outcome to be used if SwitchCase.getCondition(jakarta.faces.context.FacesContext) return true.

getFromViewId() - Method in class jakarta.faces.application.NavigationCase

Return the <from-view-id> of the <navigation-rule> inside which this <navigation-case> is nested.

getFromViewId() - Method in class jakarta.faces.application.NavigationCaseWrapper
 
getFunction(String) - Method in class jakarta.servlet.jsp.tagext.TagLibraryInfo
Get the FunctionInfo for a given function name, looking through all the functions in this tag library.
getFunctionClass() - Method in class jakarta.servlet.jsp.tagext.FunctionInfo
The class of the function.
getFunctionMapper() - Method in class jakarta.el.ELContext
Retrieves the FunctionMapper associated with this ELContext.
getFunctionMapper() - Method in class jakarta.el.StandardELContext
Construct (if needed) and return a default FunctionMapper.
getFunctions() - Method in class jakarta.servlet.jsp.tagext.TagLibraryInfo
An array describing the functions that are defined in this tag library.
getFunctionSignature() - Method in class jakarta.servlet.jsp.tagext.FunctionInfo
The signature of the function.
getGenericType() - Method in interface jakarta.ws.rs.ext.InterceptorContext
Get the type of the object to be produced or written.
getGenericType() - Method in interface jakarta.ws.rs.sse.OutboundSseEvent
Get generic data type.
getGroup() - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
Return the value of the group property.
getGroup() - Method in class jakarta.faces.component.UISelectOne

Returns the name of the radio button group.

getGroupConversions() - Method in interface jakarta.validation.metadata.CascadableDescriptor
Returns the group conversions configured for this element.
getGroupList() - Method in interface jakarta.persistence.criteria.AbstractQuery
Return a list of the grouping expressions.
getGroupRestriction() - Method in interface jakarta.persistence.criteria.AbstractQuery
Return the predicate that corresponds to the restriction(s) over the grouping items, or null if no restrictions have been specified.
getGroups() - Method in class jakarta.security.auth.message.callback.GroupPrincipalCallback
Get the array of group names.
getGroups() - Method in interface jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContext
Gets the groups set by a call to notifyContainerAboutLogin().
getGroups() - Method in class jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
 
getGroups() - Method in interface jakarta.validation.metadata.ConstraintDescriptor
The set of groups the constraint is applied on.
getHandle() - Method in interface jakarta.ejb.EJBObject
Obtain a handle for the enterprise bean object.
getHandle() - Method in interface jakarta.ejb.Timer
Get a serializable handle to the timer.
getHandledExceptionQueuedEvent() - Method in class jakarta.faces.context.ExceptionHandler

Return the first ExceptionQueuedEvent handled by this handler.

getHandledExceptionQueuedEvent() - Method in class jakarta.faces.context.ExceptionHandlerWrapper
The default behavior of this method is to call ExceptionHandler.getHandledExceptionQueuedEvent() on the wrapped ExceptionHandler object.
getHandledExceptionQueuedEvents() - Method in class jakarta.faces.context.ExceptionHandler

The default implementation must return an Iterable over all ExceptionQueuedEvents that have been handled by the ExceptionHandler.handle() method.

getHandledExceptionQueuedEvents() - Method in class jakarta.faces.context.ExceptionHandlerWrapper
The default behavior of this method is to call ExceptionHandler.getHandledExceptionQueuedEvents() on the wrapped ExceptionHandler object.
getHandler() - Method in interface jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContext
Returns the low level Jakarta Authentication handler that the runtime provided when creating this HttpMessageContext, and which this context uses to communicate the authentication details to the runtime.
getHandler() - Method in class jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
 
getHandlers() - Method in class jakarta.faces.view.facelets.CompositeFaceletHandler

Returns the array of child handlers contained by this handler.

getHeader() - Method in class jakarta.faces.component.UIColumn
Return the header facet of the column (if any).
getHeader() - Method in class jakarta.faces.component.UIData
Return the header facet of this component (if any).
getHeader(String) - Method in interface jakarta.servlet.http.HttpServletRequest
Returns the value of the specified request header as a String.
getHeader(String) - Method in class jakarta.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return getHeader(String name) on the wrapped request object.
getHeader(String) - Method in interface jakarta.servlet.http.HttpServletResponse
Gets the value of the response header with the given name.
getHeader(String) - Method in class jakarta.servlet.http.HttpServletResponseWrapper
The default behaviour of this method is to call HttpServletResponse.getHeader(java.lang.String) on the wrapped response object.
getHeader(String) - Method in interface jakarta.servlet.http.Part
Returns the value of the specified mime header as a String.
getHeader(String) - Method in interface jakarta.servlet.http.PushBuilder
Return the header of the given name to be used for the push.
getHeaderClass() - Method in class jakarta.faces.component.html.HtmlColumn
Return the value of the headerClass property.
getHeaderClass() - Method in class jakarta.faces.component.html.HtmlDataTable
Return the value of the headerClass property.
getHeaderClass() - Method in class jakarta.faces.component.html.HtmlPanelGrid
Return the value of the headerClass property.
getHeaderNames() - Method in interface jakarta.servlet.http.HttpServletRequest
Returns an enumeration of all the header names this request contains.
getHeaderNames() - Method in class jakarta.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return getHeaderNames() on the wrapped request object.
getHeaderNames() - Method in interface jakarta.servlet.http.HttpServletResponse
Gets the names of the headers of this response.
getHeaderNames() - Method in class jakarta.servlet.http.HttpServletResponseWrapper
The default behaviour of this method is to call HttpServletResponse.getHeaderNames() on the wrapped response object.
getHeaderNames() - Method in interface jakarta.servlet.http.Part
Gets the header names of this Part.
getHeaderNames() - Method in interface jakarta.servlet.http.PushBuilder
Return the set of header to be used for the push.
getHeaders(String) - Method in interface jakarta.servlet.http.HttpServletRequest
Returns all the values of the specified request header as an Enumeration of String objects.
getHeaders(String) - Method in class jakarta.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return getHeaders(String name) on the wrapped request object.
getHeaders(String) - Method in interface jakarta.servlet.http.HttpServletResponse
Gets the values of the response header with the given name.
getHeaders(String) - Method in class jakarta.servlet.http.HttpServletResponseWrapper
The default behaviour of this method is to call HttpServletResponse.getHeaders(java.lang.String) on the wrapped response object.
getHeaders(String) - Method in interface jakarta.servlet.http.Part
Gets the values of the Part header with the given name.
getHeaders() - Method in interface jakarta.websocket.HandshakeResponse
Return the map of HTTP headers to header values sent by the WebSocket server.
getHeaders() - Method in interface jakarta.websocket.server.HandshakeRequest
Return the read only map of HTTP headers to header values that came with the handshake request.
getHeaders() - Method in interface jakarta.ws.rs.client.ClientRequestContext
Get the mutable request headers multivalued map.
getHeaders() - Method in interface jakarta.ws.rs.client.ClientResponseContext
Get the mutable response headers multivalued map.
getHeaders() - Method in interface jakarta.ws.rs.container.ContainerRequestContext
Get the mutable request headers multivalued map.
getHeaders() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
Get the mutable response headers multivalued map.
getHeaders() - Method in class jakarta.ws.rs.core.Response
Get view of the response headers and their object values.
getHeaders() - Method in interface jakarta.ws.rs.ext.ReaderInterceptorContext
Get mutable map of HTTP headers.
getHeaders() - Method in interface jakarta.ws.rs.ext.WriterInterceptorContext
Get mutable map of HTTP headers.
getHeaderString(String) - Method in interface jakarta.ws.rs.client.ClientRequestContext
Get a message header as a single string value.
getHeaderString(String) - Method in interface jakarta.ws.rs.client.ClientResponseContext
Get a message header as a single string value.
getHeaderString(String) - Method in interface jakarta.ws.rs.container.ContainerRequestContext
Get a message header as a single string value.
getHeaderString(String) - Method in interface jakarta.ws.rs.container.ContainerResponseContext
Get a message header as a single string value.
getHeaderString(String) - Method in interface jakarta.ws.rs.core.HttpHeaders
Get a HTTP header as a single string value.
getHeaderString(String) - Method in class jakarta.ws.rs.core.Response
Get a message header as a single string value.
getHeight() - Method in class jakarta.faces.component.html.HtmlGraphicImage
Return the value of the height property.
getHints() - Method in class jakarta.faces.component.behavior.AjaxBehavior

This method returns an unmodifiable Set containing the ClientBehaviorHint SUBMITTING.

getHints() - Method in interface jakarta.faces.component.behavior.ClientBehavior

Returns hints that describe the behavior of the ClientBehavior implementation.

getHints() - Method in class jakarta.faces.component.behavior.ClientBehaviorBase

Default implementation of ClientBehavior.getHints().

getHints() - Method in class jakarta.faces.component.visit.VisitContext
Returns hints that influence the behavior of the tree visit.
getHints() - Method in class jakarta.faces.component.visit.VisitContextWrapper
 
getHints() - Method in interface jakarta.persistence.Query
Get the properties and hints and associated values that are in effect for the query instance.
getHomeHandle() - Method in interface jakarta.ejb.EJBHome
Obtain a handle for the remote home object.
getHomeInterfaceClass() - Method in interface jakarta.ejb.EJBMetaData
Obtain the class object for the enterprise bean's remote home interface.
getHostnameVerifier() - Method in interface jakarta.ws.rs.client.Client
Get the hostname verifier configured in the client or null in case no hostname verifier has been configured.
getHour() - Method in class jakarta.ejb.ScheduleExpression
Return the value of the hour attribute.
getHreflang() - Method in class jakarta.faces.component.html.HtmlCommandLink
Return the value of the hreflang property.
getHreflang() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
Return the value of the hreflang property.
getHreflang() - Method in class jakarta.faces.component.html.HtmlOutputLink
Return the value of the hreflang property.
getHttpMethodConstraints() - Method in class jakarta.servlet.ServletSecurityElement
Gets the (possibly empty) collection of HTTP Method specific constraint elements.
getHttpServletMapping() - Method in interface jakarta.servlet.http.HttpServletRequest
Return the HttpServletMapping of the request.
getHttpServletMapping() - Method in class jakarta.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return getServletMapping() on the wrapped request object.
getHttpSession() - Method in interface jakarta.websocket.server.HandshakeRequest
Return a reference to the HttpSession that the web socket handshake that started this conversation was part of, if the implementation is part of a Java EE web container.
getId() - Method in interface jakarta.enterprise.context.Conversation
Get the identifier of the current long-running conversation.
getId() - Method in interface jakarta.enterprise.inject.spi.PassivationCapable
A string that uniquely identifies the instance of Bean or Contextual.
getId() - Method in class jakarta.faces.component.UIComponent
Return the component identifier of this UIComponent.
getId() - Method in class jakarta.faces.component.UIComponentBase
 
getId() - Method in class jakarta.faces.flow.Flow

Return the immutable id for this Flow.

getId() - Method in class jakarta.faces.flow.FlowNode
 
getId() - Method in class jakarta.faces.lifecycle.ClientWindow

Return a String value that uniquely identifies this ClientWindow within the scope of the current session.

getId() - Method in class jakarta.faces.lifecycle.ClientWindowWrapper
 
getId() - Method in class jakarta.faces.view.ViewDeclarationLanguage

Returns a non-null String that can be used to identify this view declaration language.

getId() - Method in class jakarta.faces.view.ViewDeclarationLanguageWrapper
 
getId() - Method in class jakarta.faces.webapp.UIComponentClassicTagBase
Return the id value assigned by the page author.
getId(Class<Y>) - Method in interface jakarta.persistence.metamodel.IdentifiableType
Return the attribute that corresponds to the id attribute of the entity or mapped superclass.
getID() - Method in interface jakarta.security.auth.message.MessagePolicy.ProtectionPolicy
Get the ProtectionPolicy identifier.
getId() - Method in interface jakarta.servlet.http.HttpSession
Returns a string containing the unique identifier assigned to this session.
getId() - Method in class jakarta.servlet.jsp.tagext.TagData
The value of the tag's id attribute.
getId() - Method in class jakarta.servlet.jsp.tagext.TagSupport
The value of the id attribute of this tag; or null.
getId() - Method in class jakarta.servlet.jsp.tagext.ValidationMessage
Get the jsp:id.
getId() - Method in interface jakarta.websocket.Session
Returns a string containing the unique identifier assigned to this session.
getId() - Method in interface jakarta.ws.rs.sse.SseEvent
Get event identifier.
getIdAttribute(TagAttributeInfo[]) - Static method in class jakarta.servlet.jsp.tagext.TagAttributeInfo
Convenience static method that goes through an array of TagAttributeInfo objects and looks for "id".
getIdClassAttributes() - Method in interface jakarta.persistence.metamodel.IdentifiableType
Return the attributes corresponding to the id class of the identifiable type.
getIdentifier(Object) - Method in interface jakarta.persistence.PersistenceUnitUtil
Return the id of the entity.
getIdentityStoreId() - Method in class jakarta.security.enterprise.identitystore.CredentialValidationResult
Return the unique ID of the identity store used to validate the credentials.
getIds() - Method in interface jakarta.servlet.http.HttpSessionContext
Deprecated.
As of Java Servlet API 2.1 with no replacement. This method must return an empty Enumeration and will be removed in a future version of this API.
getIdsToVisit() - Method in class jakarta.faces.component.visit.VisitContext

Returns the ids of the components to visit.

getIdsToVisit() - Method in class jakarta.faces.component.visit.VisitContextWrapper
 
getIdType() - Method in interface jakarta.persistence.metamodel.IdentifiableType
Return the type that represents the type of the id.
getImage() - Method in class jakarta.faces.component.html.HtmlCommandButton
Return the value of the image property.
getImage() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
Return the value of the image property.
getImportConstants(UIViewRoot) - Static method in class jakarta.faces.view.ViewMetadata

Utility method to extract view metadata from the provided UIViewRoot.

getImportHandler() - Method in class jakarta.el.ELContext
Retrieves the ImportHandler associated with this ELContext.
getInboundParameters() - Method in class jakarta.faces.flow.Flow

Return an immutable data structure containing the inbound parameters that have been declared for this flow.

getIncludeCodas() - Method in interface jakarta.servlet.descriptor.JspPropertyGroupDescriptor
Gets the include-coda configuration of the JSP property group represented by this JspPropertyGroupDescriptor.
getIncludePreludes() - Method in interface jakarta.servlet.descriptor.JspPropertyGroupDescriptor
Gets the include-prelude configuration of the JSP property group represented by this JspPropertyGroupDescriptor.
getIndex() - Method in interface jakarta.servlet.jsp.jstl.core.LoopTagStatus
Retrieves the index of the current round of the iteration.
getIndex() - Method in interface jakarta.validation.metadata.ParameterDescriptor
Returns this parameter's index within the parameter array of the method or constructor holding it.
getIndex() - Method in interface jakarta.validation.Path.Node
 
getIndexOfNextChildTag() - Method in class jakarta.faces.webapp.UIComponentClassicTagBase
 
getIndexOfNextChildTag() - Method in class jakarta.faces.webapp.UIComponentTagBase
Return the index of the next child to be added as a child of this tag.
getInfo() - Method in interface jakarta.ejb.Timer
Get the information associated with the timer at the time of creation.
getInfo() - Method in class jakarta.ejb.TimerConfig
Return the info object made available to timer callbacks.
getInfoClass() - Method in class jakarta.faces.component.html.HtmlMessage
Return the value of the infoClass property.
getInfoClass() - Method in class jakarta.faces.component.html.HtmlMessages
Return the value of the infoClass property.
getInfoString() - Method in class jakarta.servlet.jsp.tagext.TagInfo
The information string for the tag.
getInfoString() - Method in class jakarta.servlet.jsp.tagext.TagLibraryInfo
Information (documentation) for this TLD.
getInfoStyle() - Method in class jakarta.faces.component.html.HtmlMessage
Return the value of the infoStyle property.
getInfoStyle() - Method in class jakarta.faces.component.html.HtmlMessages
Return the value of the infoStyle property.
getInitFunctionMap() - Method in class jakarta.el.ExpressionFactory
Retrieve a function map containing a pre-configured function mapping.
getInitializer() - Method in class jakarta.faces.flow.Flow

Return the MethodExpression that must be called by the runtime immediately after activating any FlowScoped beans declared for this flow.

getInitParameter(String) - Method in class jakarta.faces.context.ExternalContext
Return the value of the specified application initialization parameter (if any).
getInitParameter(String) - Method in class jakarta.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.getInitParameter(String) on the wrapped ExternalContext object.
getInitParameter(String) - Method in interface jakarta.servlet.FilterConfig
Returns a String containing the value of the named initialization parameter, or null if the initialization parameter does not exist.
getInitParameter(String) - Method in class jakarta.servlet.GenericFilter
Returns a String containing the value of the named initialization parameter, or null if the parameter does not exist.
getInitParameter(String) - Method in class jakarta.servlet.GenericServlet
Returns a String containing the value of the named initialization parameter, or null if the parameter does not exist.
getInitParameter(String) - Method in interface jakarta.servlet.Registration
Gets the value of the initialization parameter with the given name that will be used to initialize the Servlet or Filter represented by this Registration object.
getInitParameter(String) - Method in interface jakarta.servlet.ServletConfig
Gets the value of the initialization parameter with the given name.
getInitParameter(String) - Method in interface jakarta.servlet.ServletContext
Returns a String containing the value of the named context-wide initialization parameter, or null if the parameter does not exist.
getInitParameterMap() - Method in class jakarta.faces.context.ExternalContext
Return an immutable Map whose keys are the set of application initialization parameter names configured for this application, and whose values are the corresponding parameter values.
getInitParameterMap() - Method in class jakarta.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.getInitParameterMap() on the wrapped ExternalContext object.
getInitParameterNames() - Method in interface jakarta.servlet.FilterConfig
Returns the names of the filter's initialization parameters as an Enumeration of String objects, or an empty Enumeration if the filter has no initialization parameters.
getInitParameterNames() - Method in class jakarta.servlet.GenericFilter
Returns the names of the filter's initialization parameters as an Enumeration of String objects, or an empty Enumeration if the filter has no initialization parameters.
getInitParameterNames() - Method in class jakarta.servlet.GenericServlet
Returns the names of the servlet's initialization parameters as an Enumeration of String objects, or an empty Enumeration if the servlet has no initialization parameters.
getInitParameterNames() - Method in interface jakarta.servlet.ServletConfig
Returns the names of the servlet's initialization parameters as an Enumeration of String objects, or an empty Enumeration if the servlet has no initialization parameters.
getInitParameterNames() - Method in interface jakarta.servlet.ServletContext
Returns the names of the context's initialization parameters as an Enumeration of String objects, or an empty Enumeration if the context has no initialization parameters.
getInitParameters() - Method in class jakarta.servlet.jsp.tagext.TagLibraryValidator
Get the init parameters data as an immutable Map.
getInitParameters() - Method in interface jakarta.servlet.Registration
Gets an immutable (and possibly empty) Map containing the currently available initialization parameters that will be used to initialize the Servlet or Filter represented by this Registration object.
getInjectableReference(InjectionPoint, CreationalContext<?>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
Obtains an injectable reference for a certain injection point.
getInjectionPoint() - Method in interface jakarta.enterprise.inject.spi.EventMetadata
Get the InjectionPoint representing the injected Event instance which fired the event, or null if it was fired from BeanManager.fireEvent(Object, Annotation...);
getInjectionPoint() - Method in interface jakarta.enterprise.inject.spi.ProcessInjectionPoint
 
getInjectionPoints() - Method in interface jakarta.enterprise.inject.spi.Bean
Obtains the InjectionPoint objects representing injection points of the bean, that will be validated by the container at initialization time.
getInjectionPoints() - Method in interface jakarta.enterprise.inject.spi.Producer
Returns the set of all InjectionPoints.
getInjectionTarget() - Method in interface jakarta.enterprise.inject.spi.ProcessInjectionTarget
Returns the InjectionTarget object that will be used by the container to perform injection.
getInjectionTargetFactory(AnnotatedType<T>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
An implementation of InjectionTargetFactory that provides container created InjectionTarget instances.
getInputStream() - Method in class jakarta.faces.application.Resource

If the current request is a resource request, (that is, ResourceHandler.isResourceRequest(jakarta.faces.context.FacesContext) returns true), return an InputStream containing the bytes of the resource.

getInputStream() - Method in class jakarta.faces.application.ResourceWrapper

The default behavior of this method is to call Resource.getInputStream() on the wrapped ResourceHandler object.

getInputStream() - Method in interface jakarta.servlet.http.Part
Gets the content of this part as an InputStream
getInputStream() - Method in interface jakarta.servlet.http.WebConnection
Returns an input stream for this web connection.
getInputStream() - Method in class jakarta.servlet.jsp.tagext.PageData
Returns an input stream on the XML view of a JSP page.
getInputStream() - Method in interface jakarta.servlet.ServletRequest
Retrieves the body of the request as binary data using a ServletInputStream.
getInputStream() - Method in class jakarta.servlet.ServletRequestWrapper
The default behavior of this method is to return getInputStream() on the wrapped request object.
getInputStream() - Method in interface jakarta.ws.rs.ext.ReaderInterceptorContext
Get the input stream of the object to be read.
getInstalledExtensions() - Method in interface jakarta.websocket.WebSocketContainer
Return the set of Extensions installed in the container.
getInstance(Class<T>) - Method in interface jakarta.validation.ConstraintValidatorFactory
 
getInstance() - Static method in class jakarta.ws.rs.ext.RuntimeDelegate
Obtain a RuntimeDelegate instance.
getInstances() - Method in interface jakarta.ws.rs.core.Configuration
Get the immutable set of registered JAX-RS component (such as provider or feature) instances to be utilized by the configurable instance.
getInt(FaceletContext) - Method in class jakarta.faces.view.facelets.TagAttribute
getInt(int) - Method in interface jakarta.json.JsonArray
A convenience method for getJsonNumber(index).intValue().
getInt(int, int) - Method in interface jakarta.json.JsonArray
Returns the int value of the JsonNumber at the specified position.
getInt(String) - Method in interface jakarta.json.JsonObject
A convenience method for getJsonNumber(name).intValue()
getInt(String, int) - Method in interface jakarta.json.JsonObject
Returns the int value of the associated JsonNumber mapping for the specified name.
getInt() - Method in interface jakarta.json.stream.JsonParser
Returns a JSON number as an integer.
getInterceptorBindingDefinition(Class<? extends Annotation>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
Obtains the set of meta-annotations for a certain interceptor binding type .
getInterceptorBindingHashCode(Annotation) - Method in interface jakarta.enterprise.inject.spi.BeanManager
Determine the hash code of an interceptor binding, using the JDK algorithm for determining an annotation hash code, ignoring any members annotated with Nonbinding.
getInterceptorBindings() - Method in interface jakarta.enterprise.inject.spi.Interceptor
Obtains the interceptor bindings of the interceptor.
getInterceptors() - Method in interface jakarta.enterprise.inject.spi.AfterTypeDiscovery
 
getIntHeader(String) - Method in interface jakarta.servlet.http.HttpServletRequest
Returns the value of the specified request header as an int.
getIntHeader(String) - Method in class jakarta.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return getIntHeader(String name) on the wrapped request object.
getInvalidValue() - Method in interface jakarta.validation.ConstraintViolation
Returns the value failing to pass the constraint.
getInvokedBusinessInterface() - Method in interface jakarta.ejb.SessionContext
Obtain the business interface or no-interface view type through which the current business method invocation was made.
getIssuer() - Method in class jakarta.security.auth.message.callback.PrivateKeyCallback.IssuerSerialNumRequest
Get the issuer.
getIsXml() - Method in interface jakarta.servlet.descriptor.JspPropertyGroupDescriptor
Gets the value of the is-xml configuration, which specifies whether any JSP pages mapped to the JSP property group represented by this JspPropertyGroupDescriptor will be treated as JSP documents (XML syntax).
getItem(ELContext, int) - Method in class jakarta.servlet.jsp.jstl.core.IteratedExpression
Evaluates the stored ValueExpression and return the indexed item.
getItemDescription() - Method in class jakarta.faces.component.UISelectItem
Return the description for this selection item.
getItemLabel() - Method in class jakarta.faces.component.UISelectItem
Return the localized label for this selection item.
getItemValue() - Method in class jakarta.faces.component.UISelectItem
Return the server value for this selection item.
getJarFileUrls() - Method in interface jakarta.persistence.spi.PersistenceUnitInfo
Returns a list of URLs for the jar files or exploded jar file directories that the persistence provider must examine for managed classes of the persistence unit.
getJavaClass() - Method in interface jakarta.enterprise.inject.spi.AnnotatedType
Get the underlying Class.
getJavaMember() - Method in interface jakarta.enterprise.inject.spi.AnnotatedConstructor
Get the underlying Constructor.
getJavaMember() - Method in interface jakarta.enterprise.inject.spi.AnnotatedField
Get the underlying Field.
getJavaMember() - Method in interface jakarta.enterprise.inject.spi.AnnotatedMember
Get the underlying Member.
getJavaMember() - Method in interface jakarta.enterprise.inject.spi.AnnotatedMethod
Get the underlying Method.
getJavaMember() - Method in interface jakarta.persistence.metamodel.Attribute
Return the java.lang.reflect.Member for the represented attribute.
getJavaParameter() - Method in interface jakarta.enterprise.inject.spi.AnnotatedParameter
Get the underlying Parameter.
getJavaType() - Method in interface jakarta.persistence.metamodel.Attribute
Return the Java type of the represented attribute.
getJavaType() - Method in interface jakarta.persistence.metamodel.Type
Return the represented Java type.
getJavaType() - Method in interface jakarta.persistence.TupleElement
Return the Java type of the tuple element.
getJoins() - Method in interface jakarta.persistence.criteria.From
Return the joins that have been made from this bound type.
getJoinType() - Method in interface jakarta.persistence.criteria.Fetch
Return the join type used in the fetch join.
getJoinType() - Method in interface jakarta.persistence.criteria.Join
Return the join type.
getJsonArray(int) - Method in interface jakarta.json.JsonArray
Returns the array value at the specified position in this array.
getJsonArray(String) - Method in interface jakarta.json.JsonObject
Returns the array value to which the specified name is mapped.
getJsonNumber(int) - Method in interface jakarta.json.JsonArray
Returns the number value at the specified position in this array.
getJsonNumber(String) - Method in interface jakarta.json.JsonObject
Returns the number value to which the specified name is mapped.
getJsonObject(int) - Method in interface jakarta.json.JsonArray
Returns the object value at the specified position in this array.
getJsonObject(String) - Method in interface jakarta.json.JsonObject
Returns the object value to which the specified name is mapped.
getJsonString(int) - Method in interface jakarta.json.JsonArray
Returns the string value at ths specified position in this array.
getJsonString(String) - Method in interface jakarta.json.JsonObject
Returns the string value to which the specified name is mapped.
getJspApplicationContext(ServletContext) - Method in class jakarta.servlet.jsp.JspFactory
Obtains the JspApplicationContext instance associated with the web application for the given ServletContext.
getJspBody() - Method in class jakarta.servlet.jsp.tagext.SimpleTagSupport
Returns the body passed in by the container via setJspBody.
getJspConfigDescriptor() - Method in interface jakarta.servlet.ServletContext
Gets the <jsp-config> related configuration that was aggregated from the web.xml and web-fragment.xml descriptor files of the web application represented by this ServletContext.
getJspContext() - Method in class jakarta.servlet.jsp.tagext.JspFragment
Returns the JspContext that is bound to this JspFragment.
getJspContext() - Method in class jakarta.servlet.jsp.tagext.SimpleTagSupport
Returns the page context passed in by the container via setJspContext.
getJspId() - Method in class jakarta.faces.webapp.UIComponentClassicTagBase
 
getJspPropertyGroups() - Method in interface jakarta.servlet.descriptor.JspConfigDescriptor
Gets the <jsp-property-group> child elements of the <jsp-config> element represented by this JspConfigDescriptor.
getJtaDataSource() - Method in interface jakarta.persistence.spi.PersistenceUnitInfo
Returns the JTA-enabled data source to be used by the persistence provider.
getKey() - Method in class jakarta.faces.event.PostKeepFlashValueEvent
 
getKey() - Method in class jakarta.faces.event.PostPutFlashValueEvent
 
getKey() - Method in class jakarta.faces.event.PreRemoveFlashValueEvent
 
getKey() - Method in class jakarta.security.auth.message.callback.PrivateKeyCallback
Used to obtain the private key set within the Callback.
getKey() - Method in class jakarta.security.auth.message.callback.SecretKeyCallback
Used to obtain the secret key set within the Callback.
getKey() - Method in interface jakarta.validation.Path.Node
 
getKeyJavaType() - Method in interface jakarta.persistence.metamodel.MapAttribute
Return the Java type of the map key.
getKeySubgraphs() - Method in interface jakarta.persistence.AttributeNode
Return the Map<Class, Subgraph> of subgraphs associated with this attribute node's map key.
getKeyType() - Method in interface jakarta.persistence.metamodel.MapAttribute
Return the type representing the key type of the map.
getKind() - Method in interface jakarta.validation.Path.Node
The kind of element represented by the node.
getKlass() - Method in class jakarta.el.ELClass
Returns the Class instance
getLabel() - Method in class jakarta.faces.component.html.HtmlCommandButton
Return the value of the label property.
getLabel() - Method in class jakarta.faces.component.html.HtmlInputFile
Return the value of the label property.
getLabel() - Method in class jakarta.faces.component.html.HtmlInputSecret
Return the value of the label property.
getLabel() - Method in class jakarta.faces.component.html.HtmlInputText
Return the value of the label property.
getLabel() - Method in class jakarta.faces.component.html.HtmlInputTextarea
Return the value of the label property.
getLabel() - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
Return the value of the label property.
getLabel() - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
Return the value of the label property.
getLabel() - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
Return the value of the label property.
getLabel() - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
Return the value of the label property.
getLabel() - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
Return the value of the label property.
getLabel() - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
Return the value of the label property.
getLabel() - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
Return the value of the label property.
getLabel() - Method in class jakarta.faces.model.SelectItem
Return the label of this item, to be rendered visibly for the user.
getLambdaArgument(String) - Method in class jakarta.el.ELContext
Retrieves the Lambda argument associated with a formal parameter.
getLang() - Method in class jakarta.faces.component.html.HtmlBody
Return the value of the lang property.
getLang() - Method in class jakarta.faces.component.html.HtmlCommandButton
Return the value of the lang property.
getLang() - Method in class jakarta.faces.component.html.HtmlCommandLink
Return the value of the lang property.
getLang() - Method in class jakarta.faces.component.html.HtmlDataTable
Return the value of the lang property.
getLang() - Method in class jakarta.faces.component.html.HtmlForm
Return the value of the lang property.
getLang() - Method in class jakarta.faces.component.html.HtmlGraphicImage
Return the value of the lang property.
getLang() - Method in class jakarta.faces.component.html.HtmlHead
Return the value of the lang property.
getLang() - Method in class jakarta.faces.component.html.HtmlInputFile
Return the value of the lang property.
getLang() - Method in class jakarta.faces.component.html.HtmlInputSecret
Return the value of the lang property.
getLang() - Method in class jakarta.faces.component.html.HtmlInputText
Return the value of the lang property.
getLang() - Method in class jakarta.faces.component.html.HtmlInputTextarea
Return the value of the lang property.
getLang() - Method in class jakarta.faces.component.html.HtmlMessage
Return the value of the lang property.
getLang() - Method in class jakarta.faces.component.html.HtmlMessages
Return the value of the lang property.
getLang() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
Return the value of the lang property.
getLang() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
Return the value of the lang property.
getLang() - Method in class jakarta.faces.component.html.HtmlOutputFormat
Return the value of the lang property.
getLang() - Method in class jakarta.faces.component.html.HtmlOutputLabel
Return the value of the lang property.
getLang() - Method in class jakarta.faces.component.html.HtmlOutputLink
Return the value of the lang property.
getLang() - Method in class jakarta.faces.component.html.HtmlOutputText
Return the value of the lang property.
getLang() - Method in class jakarta.faces.component.html.HtmlPanelGrid
Return the value of the lang property.
getLang() - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
Return the value of the lang property.
getLang() - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
Return the value of the lang property.
getLang() - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
Return the value of the lang property.
getLang() - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
Return the value of the lang property.
getLang() - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
Return the value of the lang property.
getLang() - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
Return the value of the lang property.
getLang() - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
Return the value of the lang property.
getLanguage() - Method in interface jakarta.ws.rs.client.ClientRequestContext
Get the language of the entity.
getLanguage() - Method in interface jakarta.ws.rs.client.ClientResponseContext
Get the language of the entity.
getLanguage() - Method in class jakarta.ws.rs.client.Entity
Get entity language.
getLanguage() - Method in interface jakarta.ws.rs.container.ContainerRequestContext
Get the language of the entity.
getLanguage() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
Get the language of the entity.
getLanguage() - Method in interface jakarta.ws.rs.core.HttpHeaders
Get the language of the request entity.
getLanguage() - Method in class jakarta.ws.rs.core.Response
Get the language of the message entity.
getLanguage() - Method in class jakarta.ws.rs.core.Variant
Get the language of the variant.
getLanguageString() - Method in class jakarta.ws.rs.core.Variant
Get the string representation of the variant language, or null if no language has been set.
getLargeIcon() - Method in class jakarta.servlet.jsp.tagext.TagInfo
Get the path to the large icon.
getLastAccessedTime() - Method in interface jakarta.servlet.http.HttpSession
Returns the last time the client sent a request associated with this session, as the number of milliseconds since midnight January 1, 1970 GMT, and marked by the time the container received the request.
getLastDisplayedViewId(FacesContext) - Method in class jakarta.faces.flow.FlowHandler

Return the last displayed viewId for the current flow, as returned by FlowHandler.getCurrentFlow(jakarta.faces.context.FacesContext), or null if there is no current flow.

getLastModified(HttpServletRequest) - Method in class jakarta.servlet.http.HttpServlet
Returns the time the HttpServletRequest object was last modified, in milliseconds since midnight January 1, 1970 GMT.
getLastModified() - Method in interface jakarta.ws.rs.client.ClientResponseContext
Get the last modified date.
getLastModified() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
Get the last modified date.
getLastModified() - Method in class jakarta.ws.rs.core.Response
Get the last modified date.
getLayout() - Method in class jakarta.faces.component.html.HtmlMessages
Return the value of the layout property.
getLayout() - Method in class jakarta.faces.component.html.HtmlPanelGroup
Return the value of the layout property.
getLayout() - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
Return the value of the layout property.
getLayout() - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
Return the value of the layout property.
getLeafBean() - Method in interface jakarta.validation.ConstraintViolation
Returns: the bean instance the constraint is applied on if it is a bean constraint the bean instance hosting the property the constraint is applied on if it is a property constraint or a container element constraint hosted on a property null when the ConstraintViolation is returned after calling Validator.validateValue(Class, String, Object, Class[]) the object the method is executed on if it is a method parameter, cross-parameter or return value constraint or a container element constraint hosted on a method parameter or return value null if it is a constructor parameter or cross-parameter constraint or a container element constraint hosted on a constructor parameter the object the constructor has created if it is a constructor return value constraint
getLength() - Method in interface jakarta.ws.rs.client.ClientResponseContext
Get Content-Length value.
getLength() - Method in interface jakarta.ws.rs.container.ContainerRequestContext
Get Content-Length value.
getLength() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
Get Content-Length value.
getLength() - Method in interface jakarta.ws.rs.core.HttpHeaders
Get Content-Length value.
getLength() - Method in class jakarta.ws.rs.core.Response
Get Content-Length value.
getLibraryName() - Method in class jakarta.faces.application.Resource

Return the libraryName for this resource.

getLibraryName() - Method in class jakarta.faces.application.ResourceWrapper

The default behavior of this method is to call Resource.getLibraryName() on the wrapped ResourceHandler object.

getLifecycle(String) - Method in class jakarta.faces.lifecycle.LifecycleFactory
Create (if needed) and return a Lifecycle instance for the specified lifecycle identifier.
getLifecycleIds() - Method in class jakarta.faces.lifecycle.LifecycleFactory
Return an Iterator over the set of lifecycle identifiers supported by this factory.
getLine() - Method in class jakarta.faces.view.Location

Return the line number in the page for this location.

getLineNumber() - Method in interface jakarta.json.stream.JsonLocation
Return the line number (starts with 1 for the first line) for the current JSON event in the input source.
getLink(String) - Method in interface jakarta.ws.rs.client.ClientResponseContext
Get the link for the relation.
getLink(String) - Method in interface jakarta.ws.rs.container.ContainerResponseContext
Get the link for the relation.
getLink(String) - Method in class jakarta.ws.rs.core.Response
Get the link for the relation.
getLinkBuilder(String) - Method in interface jakarta.ws.rs.client.ClientResponseContext
Convenience method that returns a Link.Builder for the relation.
getLinkBuilder(String) - Method in interface jakarta.ws.rs.container.ContainerResponseContext
Convenience method that returns a Link.Builder for the relation.
getLinkBuilder(String) - Method in class jakarta.ws.rs.core.Response
Convenience method that returns a Link.Builder for the relation.
getLinks() - Method in interface jakarta.ws.rs.client.ClientResponseContext
Get the links attached to the message as header.
getLinks() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
Get the links attached to the message as header.
getLinks() - Method in class jakarta.ws.rs.core.Response
Get the links attached to the message as headers.
getList(String, Class<E>) - Method in interface jakarta.persistence.metamodel.ManagedType
Return the List-valued attribute of the managed type that corresponds to the specified name and Java element type.
getList(String) - Method in interface jakarta.persistence.metamodel.ManagedType
Return the List-valued attribute of the managed type that corresponds to the specified name.
getListenersForEventClass(Class<? extends SystemEvent>) - Method in class jakarta.faces.component.UIComponent

This implementation throws UnsupportedOperationException and is provided for the sole purpose of not breaking existing applications that extend this class.

getListenersForEventClass(Class<? extends SystemEvent>) - Method in class jakarta.faces.component.UIComponentBase

Return the SystemEventListener instances registered on this UIComponent instance that are interested in events of type eventClass.

getListenersForEventClass(Class<? extends SystemEvent>) - Method in class jakarta.faces.event.ExceptionQueuedEventContext

Return a List that contains a single entry, the ExceptionHandler for the current request.

getListenersForEventClass(Class<? extends SystemEvent>) - Method in interface jakarta.faces.event.SystemEventListenerHolder
getLocalAddr() - Method in interface jakarta.servlet.ServletRequest
Returns the Internet Protocol (IP) address of the interface on which the request was received.
getLocalAddr() - Method in class jakarta.servlet.ServletRequestWrapper
The default behavior of this method is to return getLocalAddr() on the wrapped request object.
getLocale() - Method in class jakarta.el.ELContext
Get the Locale stored by a previous invocation to ELContext.setLocale(java.util.Locale).
getLocale() - Method in class jakarta.faces.component.UIViewRoot
Return the Locale to be used in localizing the response being created for this view.
getLocale() - Method in class jakarta.faces.convert.DateTimeConverter
Return the Locale to be used when parsing or formatting dates and times.
getLocale() - Method in class jakarta.faces.convert.NumberConverter
Return the Locale to be used when parsing numbers.
getLocale() - Method in class jakarta.servlet.jsp.jstl.fmt.LocalizationContext
Gets the locale of this I18N localization context.
getLocale() - Method in interface jakarta.servlet.ServletRequest
Returns the preferred Locale that the client will accept content in, based on the Accept-Language header.
getLocale() - Method in class jakarta.servlet.ServletRequestWrapper
The default behavior of this method is to return getLocale() on the wrapped request object.
getLocale() - Method in interface jakarta.servlet.ServletResponse
Returns the locale specified for this response using the ServletResponse.setLocale(java.util.Locale) method.
getLocale() - Method in class jakarta.servlet.ServletResponseWrapper
The default behavior of this method is to return getLocale() on the wrapped response object.
getLocales() - Method in interface jakarta.servlet.ServletRequest
Returns an Enumeration of Locale objects indicating, in decreasing order starting with the preferred locale, the locales that are acceptable to the client based on the Accept-Language header.
getLocales() - Method in class jakarta.servlet.ServletRequestWrapper
The default behavior of this method is to return getLocales() on the wrapped request object.
getLocalizedMessage(PageContext, String) - Static method in class jakarta.servlet.jsp.jstl.fmt.LocaleSupport
Retrieves the localized message corresponding to the given key.
getLocalizedMessage(PageContext, String, String) - Static method in class jakarta.servlet.jsp.jstl.fmt.LocaleSupport
Retrieves the localized message corresponding to the given key.
getLocalizedMessage(PageContext, String, Object[]) - Static method in class jakarta.servlet.jsp.jstl.fmt.LocaleSupport
Retrieves the localized message corresponding to the given key, and performs parametric replacement using the arguments specified via args.
getLocalizedMessage(PageContext, String, Object[], String) - Static method in class jakarta.servlet.jsp.jstl.fmt.LocaleSupport
Retrieves the localized message corresponding to the given key, and performs parametric replacement using the arguments specified via args.
getLocalName() - Method in class jakarta.faces.view.facelets.Tag

Return the XML local name of the tag.

getLocalName() - Method in class jakarta.faces.view.facelets.TagAttribute
Local name of this attribute
getLocalName() - Method in interface jakarta.servlet.ServletRequest
Returns the host name of the Internet Protocol (IP) interface on which the request was received.
getLocalName() - Method in class jakarta.servlet.ServletRequestWrapper
The default behavior of this method is to return getLocalName() on the wrapped request object.
getLocalPort() - Method in interface jakarta.servlet.ServletRequest
Returns the Internet Protocol (IP) port number of the interface on which the request was received.
getLocalPort() - Method in class jakarta.servlet.ServletRequestWrapper
The default behavior of this method is to return getLocalPort() on the wrapped request object.
getLocalValue() - Method in class jakarta.faces.component.UIOutput
 
getLocalValue() - Method in interface jakarta.faces.component.ValueHolder
Return the local value of this UIComponent (if any), without evaluating any associated ValueExpression.
getLocation() - Method in class jakarta.faces.view.facelets.Tag

Return the Location of this Tag instance in the Facelet view.

getLocation() - Method in class jakarta.faces.view.facelets.TagAttribute
The location of this attribute in the FaceletContext
getLocation() - Method in interface jakarta.json.stream.JsonParser
Return the location that corresponds to the parser's current state in the JSON input source.
getLocation() - Method in exception jakarta.json.stream.JsonParsingException
Return the location of the incorrect JSON.
getLocation() - Method in class jakarta.servlet.MultipartConfigElement
Gets the directory location where files will be stored.
getLocation() - Method in interface jakarta.ws.rs.client.ClientResponseContext
Get the location.
getLocation() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
Get the location.
getLocation() - Method in class jakarta.ws.rs.core.Response
Get the location.
getLocation() - Method in exception jakarta.ws.rs.RedirectionException
Get the redirection response location.
getLockMode(Object) - Method in interface jakarta.persistence.EntityManager
Get the current lock mode for the entity instance.
getLockMode() - Method in interface jakarta.persistence.Query
Get the current lock mode for the query.
getLong() - Method in interface jakarta.json.stream.JsonParser
Returns a JSON number as a long.
getLongdesc() - Method in class jakarta.faces.component.html.HtmlGraphicImage
Return the value of the longdesc property.
getLoopStatus() - Method in interface jakarta.servlet.jsp.jstl.core.LoopTag
Retrieves a 'status' object to provide information about the current round of the iteration.
getLoopStatus() - Method in class jakarta.servlet.jsp.jstl.core.LoopTagSupport
 
getMajorVersion() - Method in interface jakarta.servlet.ServletContext
Returns the major version of Jakarta Servlet that this container supports.
getManagedClassNames() - Method in interface jakarta.persistence.spi.PersistenceUnitInfo
Returns the list of the names of the classes that the persistence provider must add to its set of managed classes.
getManagedTypes() - Method in interface jakarta.persistence.metamodel.Metamodel
Return the metamodel managed types.
getMap(String, Class<K>, Class<V>) - Method in interface jakarta.persistence.metamodel.ManagedType
Return the Map-valued attribute of the managed type that corresponds to the specified name and Java key and value types.
getMap(String) - Method in interface jakarta.persistence.metamodel.ManagedType
Return the Map-valued attribute of the managed type that corresponds to the specified name.
getMap() - Method in interface jakarta.security.auth.message.MessageInfo
Get (a reference to) the Map object of this MessageInfo.
getMappingFileNames() - Method in interface jakarta.persistence.spi.PersistenceUnitInfo
Returns the list of the names of the mapping files that the persistence provider must load to determine the mappings for the entity classes.
getMappingMatch() - Method in interface jakarta.servlet.http.HttpServletMapping
Return the MappingMatch for this instance
getMappings() - Method in interface jakarta.servlet.ServletRegistration
Gets the currently available mappings of the Servlet represented by this ServletRegistration.
getMappingStreams() - Method in interface jakarta.validation.spi.ConfigurationState
Returns a set of configuration streams.
getMatchedResources() - Method in interface jakarta.ws.rs.core.UriInfo
Get a read-only list of the currently matched resource class instances.
getMatchedURIs() - Method in interface jakarta.ws.rs.core.UriInfo
Get a read-only list of URIs for matched resources.
getMatchedURIs(boolean) - Method in interface jakarta.ws.rs.core.UriInfo
Get a read-only list of URIs for matched resources.
getMatchValue() - Method in interface jakarta.servlet.http.HttpServletMapping
Return the portion of the URI path that caused this request to be matched.
getMatrixParameters() - Method in interface jakarta.ws.rs.core.PathSegment
Get a map of the matrix parameters associated with the path segment.
getMaxAge() - Method in class jakarta.servlet.http.Cookie
Gets the maximum age in seconds of this Cookie.
getMaxAge() - Method in interface jakarta.servlet.SessionCookieConfig
Gets the lifetime (in seconds) of the session tracking cookies created on behalf of the application represented by the ServletContext from which this SessionCookieConfig was acquired.
getMaxAge() - Method in class jakarta.ws.rs.core.CacheControl
Corresponds to the max-age cache control directive.
getMaxAge() - Method in class jakarta.ws.rs.core.NewCookie
Get the maximum age of the the cookie in seconds.
getMaxBinaryMessageBufferSize() - Method in interface jakarta.websocket.Session
The maximum length of incoming binary messages that this Session can buffer.
getMaxFileSize() - Method in class jakarta.servlet.MultipartConfigElement
Gets the maximum size allowed for uploaded files.
getMaxFractionDigits() - Method in class jakarta.faces.convert.NumberConverter
Return the maximum number of digits getAsString() should render in the fraction portion of the result.
getMaxIdleTimeout() - Method in interface jakarta.websocket.Session
Return the number of milliseconds before this conversation may be closed by the container if it is inactive, i.e.
getMaximum() - Method in class jakarta.faces.validator.DoubleRangeValidator
Return the maximum value to be enforced by this Validator or Double.MAX_VALUE if it has not been set.
getMaximum() - Method in class jakarta.faces.validator.LengthValidator
Return the maximum length to be enforced by this Validator, or 0 if the maximum has not been set.
getMaximum() - Method in class jakarta.faces.validator.LongRangeValidator
Return the maximum value to be enforced by this Validator.
getMaximumSeverity() - Method in class jakarta.faces.context.FacesContext
Return the maximum severity level recorded on any FacesMessages that has been queued, whether or not they are associated with any specific UIComponent.
getMaximumSeverity() - Method in class jakarta.faces.context.FacesContextWrapper
The default behavior of this method is to call FacesContext.getMaximumSeverity() on the wrapped FacesContext object.
getMaxInactiveInterval() - Method in interface jakarta.servlet.http.HttpSession
Returns the maximum time interval, in seconds, that the servlet container will keep this session open between client accesses.
getMaxIntegerDigits() - Method in class jakarta.faces.convert.NumberConverter
Return the maximum number of digits getAsString() should render in the integer portion of the result.
getMaxlength() - Method in class jakarta.faces.component.html.HtmlInputFile
Return the value of the maxlength property.
getMaxlength() - Method in class jakarta.faces.component.html.HtmlInputSecret
Return the value of the maxlength property.
getMaxlength() - Method in class jakarta.faces.component.html.HtmlInputText
Return the value of the maxlength property.
getMaxRequestSize() - Method in class jakarta.servlet.MultipartConfigElement
Gets the maximum size allowed for multipart/form-data requests.
getMaxResults() - Method in interface jakarta.persistence.Query
The maximum number of results the query object was set to retrieve.
getMaxTextMessageBufferSize() - Method in interface jakarta.websocket.Session
The maximum length of incoming text messages that this Session can buffer.
getMediaType() - Method in interface jakarta.ws.rs.client.ClientRequestContext
Get the media type of the entity.
getMediaType() - Method in interface jakarta.ws.rs.client.ClientResponseContext
Get the media type of the entity.
getMediaType() - Method in class jakarta.ws.rs.client.Entity
Get entity media type.
getMediaType() - Method in interface jakarta.ws.rs.container.ContainerRequestContext
Get the media type of the entity.
getMediaType() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
Get the media type of the entity.
getMediaType() - Method in interface jakarta.ws.rs.core.HttpHeaders
Get the media type of the request entity.
getMediaType() - Method in class jakarta.ws.rs.core.Response
Get the media type of the message entity.
getMediaType() - Method in class jakarta.ws.rs.core.Variant
Get the media type of the variant.
getMediaType() - Method in interface jakarta.ws.rs.ext.InterceptorContext
Get media type of HTTP entity.
getMediaType() - Method in interface jakarta.ws.rs.sse.OutboundSseEvent
Get media type of the event data.
getMember() - Method in interface jakarta.enterprise.inject.spi.InjectionPoint
Get the Field object in the case of field injection, the Method object in the case of method parameter injection or the Constructor object in the case of constructor parameter injection.
getMemberFactory() - Method in class jakarta.faces.view.facelets.FaceletCache
getMessage() - Method in exception jakarta.faces.application.ViewExpiredException
Return the message for this exception prepended with the view identifier if the view identifier is not null, otherwise, return the message.
getMessage() - Method in class jakarta.servlet.jsp.tagext.ValidationMessage
Get the localized validation message.
getMessage() - Method in interface jakarta.validation.ConstraintViolation
 
getMessageBodyReader(Class<T>, Type, Annotation[], MediaType) - Method in interface jakarta.ws.rs.ext.Providers
Get a message body reader that matches a set of criteria.
getMessageBodyWriter(Class<T>, Type, Annotation[], MediaType) - Method in interface jakarta.ws.rs.ext.Providers
Get a message body writer that matches a set of criteria.
getMessageBundle() - Method in class jakarta.faces.application.Application
Return the fully qualified class name of the ResourceBundle to be used for Jakarta Server Faces messages for this application.
getMessageBundle() - Method in class jakarta.faces.application.ApplicationWrapper

The default behavior of this method is to call Application.getMessageBundle() on the wrapped Application object.

getMessageHandlers() - Method in interface jakarta.websocket.Session
Return an unmodifiable copy of the set of MessageHandlers for this Session.
getMessageInfo() - Method in interface jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContext
Returns the the low level Jakarta Authentication message info instance for the current request.
getMessageInfo() - Method in class jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
 
getMessageInterpolator() - Method in interface jakarta.validation.spi.ConfigurationState
Returns the message interpolator of this configuration.
getMessageInterpolator() - Method in interface jakarta.validation.ValidatorFactory
Returns the MessageInterpolator instance configured at initialization time for the ValidatorFactory.
getMessageInterpolatorClassName() - Method in interface jakarta.validation.BootstrapConfiguration
Class name of the MessageInterpolator implementation or null if none is specified.
getMessageLayer() - Method in interface jakarta.security.auth.message.config.AuthConfig
Get the message layer name of this authentication context configuration object.
getMessageLayer() - Method in interface jakarta.security.auth.message.config.AuthConfigFactory.RegistrationContext
Get the layer name from the registration context
getMessageList() - Method in class jakarta.faces.context.FacesContext

Like FacesContext.getMessages(), but returns a List<FacesMessage>, enabling use from Jakarta Expression Language expressions.

getMessageList(String) - Method in class jakarta.faces.context.FacesContext

Like FacesContext.getMessages(java.lang.String), but returns a List<FacesMessage> of messages for the component with client id matching argument clientId.

getMessageList() - Method in class jakarta.faces.context.FacesContextWrapper
The default behavior of this method is to call FacesContext.getMessageList() on the wrapped FacesContext object.
getMessageList(String) - Method in class jakarta.faces.context.FacesContextWrapper
The default behavior of this method is to call FacesContext.getMessageList(String) on the wrapped FacesContext object.
getMessages() - Method in class jakarta.faces.context.FacesContext
Return an Iterator over the FacesMessages that have been queued, whether or not they are associated with any specific client identifier.
getMessages(String) - Method in class jakarta.faces.context.FacesContext
Return an Iterator over the FacesMessages that have been queued that are associated with the specified client identifier (if clientId is not null), or over the FacesMessages that have been queued that are not associated with any specific client identifier (if clientId is null).
getMessages() - Method in class jakarta.faces.context.FacesContextWrapper
The default behavior of this method is to call FacesContext.getMessages() on the wrapped FacesContext object.
getMessages(String) - Method in class jakarta.faces.context.FacesContextWrapper
The default behavior of this method is to call FacesContext.getMessages(String) on the wrapped FacesContext object.
getMessageTemplate() - Method in interface jakarta.validation.ConstraintViolation
 
getMessageTemplate() - Method in interface jakarta.validation.metadata.ConstraintDescriptor
The non-interpolated error message
getMetadata() - Method in interface jakarta.enterprise.inject.spi.EventContext
 
getMetadata() - Method in class jakarta.ws.rs.core.Response
getMetadataMemberFactory() - Method in class jakarta.faces.view.facelets.FaceletCache
getMetamodel() - Method in interface jakarta.persistence.EntityManager
Return an instance of Metamodel interface for access to the metamodel of the persistence unit.
getMetamodel() - Method in interface jakarta.persistence.EntityManagerFactory
Return an instance of Metamodel interface for access to the metamodel of the persistence unit.
getMethod() - Method in interface jakarta.interceptor.InvocationContext
Returns the method of the target class for which the interceptor was invoked.
getMethod() - Method in interface jakarta.servlet.http.HttpServletRequest
Returns the name of the HTTP method with which this request was made, for example, GET, POST, or PUT.
getMethod() - Method in class jakarta.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return getMethod() on the wrapped request object.
getMethod() - Method in interface jakarta.servlet.http.PushBuilder
Return the method to be used for the push.
getMethod() - Method in interface jakarta.ws.rs.client.ClientRequestContext
Get the request method.
getMethod() - Method in interface jakarta.ws.rs.container.ContainerRequestContext
Get the request method.
getMethod() - Method in interface jakarta.ws.rs.core.Request
Get the request method, e.g.
getMethodCalls() - Method in class jakarta.faces.flow.Flow

Return an immutable data structure containing all the method call nodes declared for this flow.

getMethodExpression() - Method in class jakarta.faces.flow.MethodCallNode

Return the MethodExpression to be invoked to when control passes to this node.

getMethodExpression(FaceletContext, Class, Class[]) - Method in class jakarta.faces.view.facelets.TagAttribute
Create a MethodExpression, using this attribute's value as the expression String.
getMethodInfo(ELContext) - Method in class jakarta.el.MethodExpression
Evaluates the expression relative to the provided context, and returns information about the actual referenced method.
getMethodName() - Method in class jakarta.servlet.HttpMethodConstraintElement
Gets the HTTP method name.
getMethodNames() - Method in class jakarta.servlet.ServletSecurityElement
Gets the set of HTTP method names named by the HttpMethodConstraints.
getMethods() - Method in interface jakarta.enterprise.inject.spi.AnnotatedType
Get the methods of the type.
getMethodSignature() - Method in class jakarta.servlet.jsp.tagext.TagAttributeInfo
Returns the expected method signature of this deferred method attribute.
getMimeType(String) - Method in class jakarta.faces.context.ExternalContext

Returns the MIME type of the specified file or null if the MIME type is not known.

getMimeType(String) - Method in class jakarta.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.getMimeType(String) on the wrapped ExternalContext object.
getMimeType(String) - Method in interface jakarta.servlet.ServletContext
Returns the MIME type of the specified file, or null if the MIME type is not known.
getMinFractionDigits() - Method in class jakarta.faces.convert.NumberConverter
Return the minimum number of digits getAsString() should render in the fraction portion of the result.
getMinimum() - Method in class jakarta.faces.validator.DoubleRangeValidator
Return the minimum value to be enforced by this Validator, or Double.MIN_VALUE if it has not been set.
getMinimum() - Method in class jakarta.faces.validator.LengthValidator
Return the minimum length to be enforced by this Validator, or 0 if the minimum has not been set.
getMinimum() - Method in class jakarta.faces.validator.LongRangeValidator
Return the minimum value to be enforced by this Validator.
getMinIntegerDigits() - Method in class jakarta.faces.convert.NumberConverter
Return the minimum number of digits getAsString() should render in the integer portion of the result.
getMinorVersion() - Method in interface jakarta.servlet.ServletContext
Returns the minor version of Jakarta Servlet that this container supports.
getMinute() - Method in class jakarta.ejb.ScheduleExpression
Return the value of the minute attribute.
getModel() - Method in interface jakarta.persistence.criteria.CollectionJoin
Return the metamodel representation for the collection attribute.
getModel() - Method in interface jakarta.persistence.criteria.ListJoin
Return the metamodel representation for the list attribute.
getModel() - Method in interface jakarta.persistence.criteria.MapJoin
Return the metamodel representation for the map attribute.
getModel() - Method in interface jakarta.persistence.criteria.Path
Return the bindable object that corresponds to the path expression.
getModel() - Method in interface jakarta.persistence.criteria.PluralJoin
Return the metamodel representation for the collection-valued attribute corresponding to the join.
getModel() - Method in interface jakarta.persistence.criteria.Root
Return the metamodel entity corresponding to the root.
getModel() - Method in interface jakarta.persistence.criteria.SetJoin
Return the metamodel representation for the set attribute.
getMonth() - Method in class jakarta.ejb.ScheduleExpression
Return the value of the month attribute.
getName() - Method in class jakarta.el.MethodInfo
Returns the name of the method
getName() - Method in interface jakarta.enterprise.inject.spi.BeanAttributes
Obtains the EL name of a bean, if it has one.
getName() - Method in class jakarta.faces.component.behavior.ClientBehaviorContext.Parameter

Returns the Parameter's name.

getName() - Method in class jakarta.faces.component.html.HtmlCommandScript
Return the value of the name property.
getName() - Method in class jakarta.faces.component.UIParameter
Return the optional parameter name for this parameter.
getName() - Method in class jakarta.faces.component.UIViewParameter

Return the request parameter name from which the value is retrieved.

getName() - Method in class jakarta.faces.event.PhaseId

Return the name of this phase.

getName() - Method in class jakarta.faces.flow.Parameter

Return the name of the parameter

getName() - Method in interface jakarta.faces.view.AttachedObjectTarget

Returns the name by which this attached object target is exposed to the page author.

getName() - Method in class jakarta.faces.webapp.FacetTag
Return the name to be assigned to this facet.
getName() - Method in interface jakarta.persistence.EntityGraph
Return the name of a named EntityGraph (an entity graph defined by means of the NamedEntityGraph annotation, XML descriptor element, or added by means of the addNamedEntityGraph method.
getName() - Method in interface jakarta.persistence.metamodel.Attribute
Return the name of the attribute.
getName() - Method in interface jakarta.persistence.metamodel.EntityType
Return the entity name.
getName() - Method in interface jakarta.persistence.Parameter
Return the parameter name, or null if the parameter is not a named parameter or no name has been assigned.
getName() - Method in class jakarta.security.auth.message.callback.CallerPrincipalCallback
Get the caller principal name.
getName() - Method in class jakarta.security.enterprise.CallerPrincipal
The name of the caller
getName() - Method in class jakarta.servlet.http.Cookie
Returns the name of the cookie.
getName() - Method in class jakarta.servlet.http.HttpSessionBindingEvent
Returns the name with which the attribute is bound to or unbound from the session.
getName() - Method in interface jakarta.servlet.http.Part
Gets the name of this part
getName() - Method in class jakarta.servlet.jsp.tagext.FunctionInfo
The name of the function.
getName() - Method in class jakarta.servlet.jsp.tagext.TagAttributeInfo
The name of this attribute.
getName() - Method in class jakarta.servlet.jsp.tagext.TagFileInfo
The unique action name of this tag.
getName() - Method in interface jakarta.servlet.Registration
Gets the name of the Servlet or Filter that is represented by this Registration.
getName() - Method in class jakarta.servlet.ServletContextAttributeEvent
Gets the name of the ServletContext attribute that changed.
getName() - Method in class jakarta.servlet.ServletRequestAttributeEvent
Return the name of the attribute that changed on the ServletRequest.
getName() - Method in interface jakarta.servlet.SessionCookieConfig
Gets the name that will be assigned to any session tracking cookies created on behalf of the application represented by the ServletContext from which this SessionCookieConfig was acquired.
getName() - Method in interface jakarta.validation.metadata.ExecutableDescriptor
Returns the method name in case this descriptor represents a method or the non-qualified name of the declaring class in case this descriptor represents a constructor.
getName() - Method in interface jakarta.validation.metadata.ParameterDescriptor
Returns this parameter's name as retrieved by the current parameter name resolver.
getName() - Method in interface jakarta.validation.Path.Node
Returns the name of the element which the node represents: null if it is a leaf node which represents an entity / bean.
getName() - Method in interface jakarta.websocket.Extension
The name of the extension.
getName() - Method in interface jakarta.websocket.Extension.Parameter
Return the name of the extension parameter.
getName() - Method in class jakarta.ws.rs.core.Cookie
Get the name of the cookie.
getName() - Method in interface jakarta.ws.rs.sse.SseEvent
Get event name.
getNamedDispatcher(String) - Method in interface jakarta.servlet.ServletContext
Returns a RequestDispatcher object that acts as a wrapper for the named servlet.
getNameFromAttribute() - Method in class jakarta.servlet.jsp.tagext.TagVariableInfo
The body of the <name-from-attribute> element.
getNameGiven() - Method in class jakarta.servlet.jsp.tagext.TagVariableInfo
The body of the <name-given> element.
getNamespace() - Method in class jakarta.faces.view.facelets.Tag

Return the resolved XML Namespace for this tag in the Facelets view.

getNamespace() - Method in class jakarta.faces.view.facelets.TagAttribute
The resolved Namespace for this attribute
getNamespaces() - Method in class jakarta.faces.view.facelets.TagAttributes
A list of Namespaces found in this set
getNamingContainer() - Method in class jakarta.faces.component.UIComponent

Starting with "this", return the closest component in the ancestry that is a NamingContainer or null if none can be found.

getNamingContainerSeparatorChar() - Method in class jakarta.faces.context.FacesContext

Return the result of calling UINamingContainer.getSeparatorChar(jakarta.faces.context.FacesContext), passing this as the argument.

getNamingContainerSeparatorChar() - Method in class jakarta.faces.context.FacesContextWrapper

The default behavior of this method is to call FacesContext.getNamingContainerSeparatorChar() on the wrapped FacesContext object.

getNavigationCase(FacesContext, String, String) - Method in class jakarta.faces.application.ConfigurableNavigationHandler

Return the NavigationCase representing the navigation that would be taken had NavigationHandler.handleNavigation(jakarta.faces.context.FacesContext, java.lang.String, java.lang.String) been called with the same arguments or null if there is no such case.

getNavigationCase(FacesContext, String, String, String) - Method in class jakarta.faces.application.ConfigurableNavigationHandler

Return the NavigationCase representing the navigation that would be taken had NavigationHandler.handleNavigation(jakarta.faces.context.FacesContext, java.lang.String, java.lang.String) been called with the same arguments or null if there is no such case.

getNavigationCase(FacesContext, String, String) - Method in class jakarta.faces.application.ConfigurableNavigationHandlerWrapper
 
getNavigationCase(FacesContext, String, String, String) - Method in class jakarta.faces.application.ConfigurableNavigationHandlerWrapper
 
getNavigationCases() - Method in class jakarta.faces.application.ConfigurableNavigationHandler

Return a Map<String, Set<NavigationCase>> where the keys are <from-view-id> values and the values are Set<NavigationCase> where each element in the Set is a NavigationCase that applies to that <from-view-id>.

getNavigationCases() - Method in class jakarta.faces.application.ConfigurableNavigationHandlerWrapper
 
getNavigationCases() - Method in class jakarta.faces.flow.Flow

Return an unmodifiable view of the navigation cases within this flow.

getNavigationHandler() - Method in class jakarta.faces.application.Application
Return the NavigationHandler instance that will be passed the outcome returned by any invoked application action for this web application.
getNavigationHandler() - Method in class jakarta.faces.application.ApplicationWrapper

The default behavior of this method is to call Application.getNavigationHandler() on the wrapped Application object.

getNegotiatedExtensions(List<Extension>, List<Extension>) - Method in class jakarta.websocket.server.ServerEndpointConfig.Configurator
Return the ordered list of extensions that t server endpoint will support given the requested extension list passed in, the empty list if none.
getNegotiatedExtensions() - Method in interface jakarta.websocket.Session
Return the list of extensions currently in use for this conversation.
getNegotiatedSubprotocol(List<String>, List<String>) - Method in class jakarta.websocket.server.ServerEndpointConfig.Configurator
Return the subprotocol the server endpoint has chosen from the requested list supplied by a client who wishes to connect, or none if there wasn't one this server endpoint liked.
getNegotiatedSubprotocol() - Method in interface jakarta.websocket.Session
Return the sub protocol agreed during the websocket handshake for this conversation.
getNewTempClassLoader() - Method in interface jakarta.persistence.spi.PersistenceUnitInfo
Return a new instance of a ClassLoader that the provider may use to temporarily load any classes, resources, or open URLs.
getNewValue() - Method in class jakarta.faces.event.ValueChangeEvent
Return the current local value of the source UIComponent.
getNextHandler() - Method in interface jakarta.faces.view.facelets.TagConfig

The next FaceletHandler (child or children) to be applied.

getNextTimeout() - Method in interface jakarta.ejb.Timer
Get the point in time at which the next timer expiration is scheduled to occur.
getNoCacheFields() - Method in class jakarta.ws.rs.core.CacheControl
Corresponds to the value of the no-cache cache control directive.
getNode(String) - Method in class jakarta.faces.flow.Flow

Return the generic FlowNode by id, or null if not found.

getNonJtaDataSource() - Method in interface jakarta.persistence.spi.PersistenceUnitInfo
Returns the non-JTA-enabled data source to be used by the persistence provider for accessing data outside a JTA transaction.
getObject(FaceletContext) - Method in class jakarta.faces.view.facelets.TagAttribute
Delegates to getObject with Object.class as a param
getObject(FaceletContext, Class) - Method in class jakarta.faces.view.facelets.TagAttribute
If literal, simply coerce our String literal value using an ExpressionFactory, otherwise create a ValueExpression and evaluate it.
getObject() - Method in interface jakarta.json.stream.JsonParser
Returns a JsonObject and advances the parser to the corresponding END_OBJECT.
getObject() - Method in exception jakarta.persistence.LockTimeoutException
Returns the object that caused this exception.
getObject() - Method in exception jakarta.websocket.EncodeException
Return the Object that could not be encoded.
getObjectStream() - Method in interface jakarta.json.stream.JsonParser
Returns a stream of the JsonObject's name/value pairs.
getObservedQualifiers() - Method in interface jakarta.enterprise.inject.spi.ObserverMethod
Obtains the set of observed event qualifiers.
getObservedType() - Method in interface jakarta.enterprise.inject.spi.ObserverMethod
Obtains the observed event type.
getObserverMethod() - Method in interface jakarta.enterprise.inject.spi.ProcessObserverMethod
The ObserverMethod object that will be used by the container to invoke the observer when a matching event is fired.
getOldValue() - Method in class jakarta.faces.event.ValueChangeEvent
Return the previous local value of the source UIComponent.
getOn() - Method in interface jakarta.persistence.criteria.Join
Return the predicate that corresponds to the ON restriction(s) on the join, or null if no ON condition has been specified.
getOnblur() - Method in class jakarta.faces.component.html.HtmlCommandButton
Return the value of the onblur property.
getOnblur() - Method in class jakarta.faces.component.html.HtmlCommandLink
Return the value of the onblur property.
getOnblur() - Method in class jakarta.faces.component.html.HtmlInputFile
Return the value of the onblur property.
getOnblur() - Method in class jakarta.faces.component.html.HtmlInputSecret
Return the value of the onblur property.
getOnblur() - Method in class jakarta.faces.component.html.HtmlInputText
Return the value of the onblur property.
getOnblur() - Method in class jakarta.faces.component.html.HtmlInputTextarea
Return the value of the onblur property.
getOnblur() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
Return the value of the onblur property.
getOnblur() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
Return the value of the onblur property.
getOnblur() - Method in class jakarta.faces.component.html.HtmlOutputLabel
Return the value of the onblur property.
getOnblur() - Method in class jakarta.faces.component.html.HtmlOutputLink
Return the value of the onblur property.
getOnblur() - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
Return the value of the onblur property.
getOnblur() - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
Return the value of the onblur property.
getOnblur() - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
Return the value of the onblur property.
getOnblur() - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
Return the value of the onblur property.
getOnblur() - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
Return the value of the onblur property.
getOnblur() - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
Return the value of the onblur property.
getOnblur() - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
Return the value of the onblur property.
getOnchange() - Method in class jakarta.faces.component.html.HtmlCommandButton
Return the value of the onchange property.
getOnchange() - Method in class jakarta.faces.component.html.HtmlInputFile
Return the value of the onchange property.
getOnchange() - Method in class jakarta.faces.component.html.HtmlInputSecret
Return the value of the onchange property.
getOnchange() - Method in class jakarta.faces.component.html.HtmlInputText
Return the value of the onchange property.
getOnchange() - Method in class jakarta.faces.component.html.HtmlInputTextarea
Return the value of the onchange property.
getOnchange() - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
Return the value of the onchange property.
getOnchange() - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
Return the value of the onchange property.
getOnchange() - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
Return the value of the onchange property.
getOnchange() - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
Return the value of the onchange property.
getOnchange() - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
Return the value of the onchange property.
getOnchange() - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
Return the value of the onchange property.
getOnchange() - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
Return the value of the onchange property.
getOnclick() - Method in class jakarta.faces.component.html.HtmlBody
Return the value of the onclick property.
getOnclick() - Method in class jakarta.faces.component.html.HtmlCommandButton
Return the value of the onclick property.
getOnclick() - Method in class jakarta.faces.component.html.HtmlCommandLink
Return the value of the onclick property.
getOnclick() - Method in class jakarta.faces.component.html.HtmlDataTable
Return the value of the onclick property.
getOnclick() - Method in class jakarta.faces.component.html.HtmlForm
Return the value of the onclick property.
getOnclick() - Method in class jakarta.faces.component.html.HtmlGraphicImage
Return the value of the onclick property.
getOnclick() - Method in class jakarta.faces.component.html.HtmlInputFile
Return the value of the onclick property.
getOnclick() - Method in class jakarta.faces.component.html.HtmlInputSecret
Return the value of the onclick property.
getOnclick() - Method in class jakarta.faces.component.html.HtmlInputText
Return the value of the onclick property.
getOnclick() - Method in class jakarta.faces.component.html.HtmlInputTextarea
Return the value of the onclick property.
getOnclick() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
Return the value of the onclick property.
getOnclick() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
Return the value of the onclick property.
getOnclick() - Method in class jakarta.faces.component.html.HtmlOutputLabel
Return the value of the onclick property.
getOnclick() - Method in class jakarta.faces.component.html.HtmlOutputLink
Return the value of the onclick property.
getOnclick() - Method in class jakarta.faces.component.html.HtmlPanelGrid
Return the value of the onclick property.
getOnclick() - Method in class jakarta.faces.component.html.HtmlPanelGroup
Return the value of the onclick property.
getOnclick() - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
Return the value of the onclick property.
getOnclick() - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
Return the value of the onclick property.
getOnclick() - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
Return the value of the onclick property.
getOnclick() - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
Return the value of the onclick property.
getOnclick() - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
Return the value of the onclick property.
getOnclick() - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
Return the value of the onclick property.
getOnclick() - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
Return the value of the onclick property.
getOnclose() - Method in class jakarta.faces.component.UIWebsocket
Returns the JavaScript event handler function that is invoked when the websocket is closed.
getOndblclick() - Method in class jakarta.faces.component.html.HtmlBody
Return the value of the ondblclick property.
getOndblclick() - Method in class jakarta.faces.component.html.HtmlCommandButton
Return the value of the ondblclick property.
getOndblclick() - Method in class jakarta.faces.component.html.HtmlCommandLink
Return the value of the ondblclick property.
getOndblclick() - Method in class jakarta.faces.component.html.HtmlDataTable
Return the value of the ondblclick property.
getOndblclick() - Method in class jakarta.faces.component.html.HtmlForm
Return the value of the ondblclick property.
getOndblclick() - Method in class jakarta.faces.component.html.HtmlGraphicImage
Return the value of the ondblclick property.
getOndblclick() - Method in class jakarta.faces.component.html.HtmlInputFile
Return the value of the ondblclick property.
getOndblclick() - Method in class jakarta.faces.component.html.HtmlInputSecret
Return the value of the ondblclick property.
getOndblclick() - Method in class jakarta.faces.component.html.HtmlInputText
Return the value of the ondblclick property.
getOndblclick() - Method in class jakarta.faces.component.html.HtmlInputTextarea
Return the value of the ondblclick property.
getOndblclick() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
Return the value of the ondblclick property.
getOndblclick() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
Return the value of the ondblclick property.
getOndblclick() - Method in class jakarta.faces.component.html.HtmlOutputLabel
Return the value of the ondblclick property.
getOndblclick() - Method in class jakarta.faces.component.html.HtmlOutputLink
Return the value of the ondblclick property.
getOndblclick() - Method in class jakarta.faces.component.html.HtmlPanelGrid
Return the value of the ondblclick property.
getOndblclick() - Method in class jakarta.faces.component.html.HtmlPanelGroup
Return the value of the ondblclick property.
getOndblclick() - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
Return the value of the ondblclick property.
getOndblclick() - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
Return the value of the ondblclick property.
getOndblclick() - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
Return the value of the ondblclick property.
getOndblclick() - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
Return the value of the ondblclick property.
getOndblclick() - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
Return the value of the ondblclick property.
getOndblclick() - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
Return the value of the ondblclick property.
getOndblclick() - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
Return the value of the ondblclick property.
getOnerror() - Method in class jakarta.faces.component.behavior.AjaxBehavior

Return the String of JavaScript function name that will be used to identify the client callback function that should be run in the event of an error.

getOnerror() - Method in class jakarta.faces.component.html.HtmlCommandScript
Return the value of the onerror property.
getOnevent() - Method in class jakarta.faces.component.behavior.AjaxBehavior

Return the String of JavaScript function name that will be used to identify the client callback function that should be run on the occurance of a client-side event.

getOnevent() - Method in class jakarta.faces.component.html.HtmlCommandScript
Return the value of the onevent property.
getOnfocus() - Method in class jakarta.faces.component.html.HtmlCommandButton
Return the value of the onfocus property.
getOnfocus() - Method in class jakarta.faces.component.html.HtmlCommandLink
Return the value of the onfocus property.
getOnfocus() - Method in class jakarta.faces.component.html.HtmlInputFile
Return the value of the onfocus property.
getOnfocus() - Method in class jakarta.faces.component.html.HtmlInputSecret
Return the value of the onfocus property.
getOnfocus() - Method in class jakarta.faces.component.html.HtmlInputText
Return the value of the onfocus property.
getOnfocus() - Method in class jakarta.faces.component.html.HtmlInputTextarea
Return the value of the onfocus property.
getOnfocus() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
Return the value of the onfocus property.
getOnfocus() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
Return the value of the onfocus property.
getOnfocus() - Method in class jakarta.faces.component.html.HtmlOutputLabel
Return the value of the onfocus property.
getOnfocus() - Method in class jakarta.faces.component.html.HtmlOutputLink
Return the value of the onfocus property.
getOnfocus() - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
Return the value of the onfocus property.
getOnfocus() - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
Return the value of the onfocus property.
getOnfocus() - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
Return the value of the onfocus property.
getOnfocus() - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
Return the value of the onfocus property.
getOnfocus() - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
Return the value of the onfocus property.
getOnfocus() - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
Return the value of the onfocus property.
getOnfocus() - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
Return the value of the onfocus property.
getOnkeydown() - Method in class jakarta.faces.component.html.HtmlBody
Return the value of the onkeydown property.
getOnkeydown() - Method in class jakarta.faces.component.html.HtmlCommandButton
Return the value of the onkeydown property.
getOnkeydown() - Method in class jakarta.faces.component.html.HtmlCommandLink
Return the value of the onkeydown property.
getOnkeydown() - Method in class jakarta.faces.component.html.HtmlDataTable
Return the value of the onkeydown property.
getOnkeydown() - Method in class jakarta.faces.component.html.HtmlForm
Return the value of the onkeydown property.
getOnkeydown() - Method in class jakarta.faces.component.html.HtmlGraphicImage
Return the value of the onkeydown property.
getOnkeydown() - Method in class jakarta.faces.component.html.HtmlInputFile
Return the value of the onkeydown property.
getOnkeydown() - Method in class jakarta.faces.component.html.HtmlInputSecret
Return the value of the onkeydown property.
getOnkeydown() - Method in class jakarta.faces.component.html.HtmlInputText
Return the value of the onkeydown property.
getOnkeydown() - Method in class jakarta.faces.component.html.HtmlInputTextarea
Return the value of the onkeydown property.
getOnkeydown() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
Return the value of the onkeydown property.
getOnkeydown() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
Return the value of the onkeydown property.
getOnkeydown() - Method in class jakarta.faces.component.html.HtmlOutputLabel
Return the value of the onkeydown property.
getOnkeydown() - Method in class jakarta.faces.component.html.HtmlOutputLink
Return the value of the onkeydown property.
getOnkeydown() - Method in class jakarta.faces.component.html.HtmlPanelGrid
Return the value of the onkeydown property.
getOnkeydown() - Method in class jakarta.faces.component.html.HtmlPanelGroup
Return the value of the onkeydown property.
getOnkeydown() - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
Return the value of the onkeydown property.
getOnkeydown() - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
Return the value of the onkeydown property.
getOnkeydown() - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
Return the value of the onkeydown property.
getOnkeydown() - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
Return the value of the onkeydown property.
getOnkeydown() - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
Return the value of the onkeydown property.
getOnkeydown() - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
Return the value of the onkeydown property.
getOnkeydown() - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
Return the value of the onkeydown property.
getOnkeypress() - Method in class jakarta.faces.component.html.HtmlBody
Return the value of the onkeypress property.
getOnkeypress() - Method in class jakarta.faces.component.html.HtmlCommandButton
Return the value of the onkeypress property.
getOnkeypress() - Method in class jakarta.faces.component.html.HtmlCommandLink
Return the value of the onkeypress property.
getOnkeypress() - Method in class jakarta.faces.component.html.HtmlDataTable
Return the value of the onkeypress property.
getOnkeypress() - Method in class jakarta.faces.component.html.HtmlForm
Return the value of the onkeypress property.
getOnkeypress() - Method in class jakarta.faces.component.html.HtmlGraphicImage
Return the value of the onkeypress property.
getOnkeypress() - Method in class jakarta.faces.component.html.HtmlInputFile
Return the value of the onkeypress property.
getOnkeypress() - Method in class jakarta.faces.component.html.HtmlInputSecret
Return the value of the onkeypress property.
getOnkeypress() - Method in class jakarta.faces.component.html.HtmlInputText
Return the value of the onkeypress property.
getOnkeypress() - Method in class jakarta.faces.component.html.HtmlInputTextarea
Return the value of the onkeypress property.
getOnkeypress() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
Return the value of the onkeypress property.
getOnkeypress() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
Return the value of the onkeypress property.
getOnkeypress() - Method in class jakarta.faces.component.html.HtmlOutputLabel
Return the value of the onkeypress property.
getOnkeypress() - Method in class jakarta.faces.component.html.HtmlOutputLink
Return the value of the onkeypress property.
getOnkeypress() - Method in class jakarta.faces.component.html.HtmlPanelGrid
Return the value of the onkeypress property.
getOnkeypress() - Method in class jakarta.faces.component.html.HtmlPanelGroup
Return the value of the onkeypress property.
getOnkeypress() - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
Return the value of the onkeypress property.
getOnkeypress() - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
Return the value of the onkeypress property.
getOnkeypress() - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
Return the value of the onkeypress property.
getOnkeypress() - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
Return the value of the onkeypress property.
getOnkeypress() - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
Return the value of the onkeypress property.
getOnkeypress() - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
Return the value of the onkeypress property.
getOnkeypress() - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
Return the value of the onkeypress property.
getOnkeyup() - Method in class jakarta.faces.component.html.HtmlBody
Return the value of the onkeyup property.
getOnkeyup() - Method in class jakarta.faces.component.html.HtmlCommandButton
Return the value of the onkeyup property.
getOnkeyup() - Method in class jakarta.faces.component.html.HtmlCommandLink
Return the value of the onkeyup property.
getOnkeyup() - Method in class jakarta.faces.component.html.HtmlDataTable
Return the value of the onkeyup property.
getOnkeyup() - Method in class jakarta.faces.component.html.HtmlForm
Return the value of the onkeyup property.
getOnkeyup() - Method in class jakarta.faces.component.html.HtmlGraphicImage
Return the value of the onkeyup property.
getOnkeyup() - Method in class jakarta.faces.component.html.HtmlInputFile
Return the value of the onkeyup property.
getOnkeyup() - Method in class jakarta.faces.component.html.HtmlInputSecret
Return the value of the onkeyup property.
getOnkeyup() - Method in class jakarta.faces.component.html.HtmlInputText
Return the value of the onkeyup property.
getOnkeyup() - Method in class jakarta.faces.component.html.HtmlInputTextarea
Return the value of the onkeyup property.
getOnkeyup() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
Return the value of the onkeyup property.
getOnkeyup() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
Return the value of the onkeyup property.
getOnkeyup() - Method in class jakarta.faces.component.html.HtmlOutputLabel
Return the value of the onkeyup property.
getOnkeyup() - Method in class jakarta.faces.component.html.HtmlOutputLink
Return the value of the onkeyup property.
getOnkeyup() - Method in class jakarta.faces.component.html.HtmlPanelGrid
Return the value of the onkeyup property.
getOnkeyup() - Method in class jakarta.faces.component.html.HtmlPanelGroup
Return the value of the onkeyup property.
getOnkeyup() - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
Return the value of the onkeyup property.
getOnkeyup() - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
Return the value of the onkeyup property.
getOnkeyup() - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
Return the value of the onkeyup property.
getOnkeyup() - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
Return the value of the onkeyup property.
getOnkeyup() - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
Return the value of the onkeyup property.
getOnkeyup() - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
Return the value of the onkeyup property.
getOnkeyup() - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
Return the value of the onkeyup property.
getOnload() - Method in class jakarta.faces.component.html.HtmlBody
Return the value of the onload property.
getOnmessage() - Method in class jakarta.faces.component.UIWebsocket
Returns the JavaScript event handler function that is invoked when a push message is received from the server.
getOnmousedown() - Method in class jakarta.faces.component.html.HtmlBody
Return the value of the onmousedown property.
getOnmousedown() - Method in class jakarta.faces.component.html.HtmlCommandButton
Return the value of the onmousedown property.
getOnmousedown() - Method in class jakarta.faces.component.html.HtmlCommandLink
Return the value of the onmousedown property.
getOnmousedown() - Method in class jakarta.faces.component.html.HtmlDataTable
Return the value of the onmousedown property.
getOnmousedown() - Method in class jakarta.faces.component.html.HtmlForm
Return the value of the onmousedown property.
getOnmousedown() - Method in class jakarta.faces.component.html.HtmlGraphicImage
Return the value of the onmousedown property.
getOnmousedown() - Method in class jakarta.faces.component.html.HtmlInputFile
Return the value of the onmousedown property.
getOnmousedown() - Method in class jakarta.faces.component.html.HtmlInputSecret
Return the value of the onmousedown property.
getOnmousedown() - Method in class jakarta.faces.component.html.HtmlInputText
Return the value of the onmousedown property.
getOnmousedown() - Method in class jakarta.faces.component.html.HtmlInputTextarea
Return the value of the onmousedown property.
getOnmousedown() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
Return the value of the onmousedown property.
getOnmousedown() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
Return the value of the onmousedown property.
getOnmousedown() - Method in class jakarta.faces.component.html.HtmlOutputLabel
Return the value of the onmousedown property.
getOnmousedown() - Method in class jakarta.faces.component.html.HtmlOutputLink
Return the value of the onmousedown property.
getOnmousedown() - Method in class jakarta.faces.component.html.HtmlPanelGrid
Return the value of the onmousedown property.
getOnmousedown() - Method in class jakarta.faces.component.html.HtmlPanelGroup
Return the value of the onmousedown property.
getOnmousedown() - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
Return the value of the onmousedown property.
getOnmousedown() - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
Return the value of the onmousedown property.
getOnmousedown() - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
Return the value of the onmousedown property.
getOnmousedown() - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
Return the value of the onmousedown property.
getOnmousedown() - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
Return the value of the onmousedown property.
getOnmousedown() - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
Return the value of the onmousedown property.
getOnmousedown() - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
Return the value of the onmousedown property.
getOnmousemove() - Method in class jakarta.faces.component.html.HtmlBody
Return the value of the onmousemove property.
getOnmousemove() - Method in class jakarta.faces.component.html.HtmlCommandButton
Return the value of the onmousemove property.
getOnmousemove() - Method in class jakarta.faces.component.html.HtmlCommandLink
Return the value of the onmousemove property.
getOnmousemove() - Method in class jakarta.faces.component.html.HtmlDataTable
Return the value of the onmousemove property.
getOnmousemove() - Method in class jakarta.faces.component.html.HtmlForm
Return the value of the onmousemove property.
getOnmousemove() - Method in class jakarta.faces.component.html.HtmlGraphicImage
Return the value of the onmousemove property.
getOnmousemove() - Method in class jakarta.faces.component.html.HtmlInputFile
Return the value of the onmousemove property.
getOnmousemove() - Method in class jakarta.faces.component.html.HtmlInputSecret
Return the value of the onmousemove property.
getOnmousemove() - Method in class jakarta.faces.component.html.HtmlInputText
Return the value of the onmousemove property.
getOnmousemove() - Method in class jakarta.faces.component.html.HtmlInputTextarea
Return the value of the onmousemove property.
getOnmousemove() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
Return the value of the onmousemove property.
getOnmousemove() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
Return the value of the onmousemove property.
getOnmousemove() - Method in class jakarta.faces.component.html.HtmlOutputLabel
Return the value of the onmousemove property.
getOnmousemove() - Method in class jakarta.faces.component.html.HtmlOutputLink
Return the value of the onmousemove property.
getOnmousemove() - Method in class jakarta.faces.component.html.HtmlPanelGrid
Return the value of the onmousemove property.
getOnmousemove() - Method in class jakarta.faces.component.html.HtmlPanelGroup
Return the value of the onmousemove property.
getOnmousemove() - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
Return the value of the onmousemove property.
getOnmousemove() - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
Return the value of the onmousemove property.
getOnmousemove() - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
Return the value of the onmousemove property.
getOnmousemove() - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
Return the value of the onmousemove property.
getOnmousemove() - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
Return the value of the onmousemove property.
getOnmousemove() - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
Return the value of the onmousemove property.
getOnmousemove() - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
Return the value of the onmousemove property.
getOnmouseout() - Method in class jakarta.faces.component.html.HtmlBody
Return the value of the onmouseout property.
getOnmouseout() - Method in class jakarta.faces.component.html.HtmlCommandButton
Return the value of the onmouseout property.
getOnmouseout() - Method in class jakarta.faces.component.html.HtmlCommandLink
Return the value of the onmouseout property.
getOnmouseout() - Method in class jakarta.faces.component.html.HtmlDataTable
Return the value of the onmouseout property.
getOnmouseout() - Method in class jakarta.faces.component.html.HtmlForm
Return the value of the onmouseout property.
getOnmouseout() - Method in class jakarta.faces.component.html.HtmlGraphicImage
Return the value of the onmouseout property.
getOnmouseout() - Method in class jakarta.faces.component.html.HtmlInputFile
Return the value of the onmouseout property.
getOnmouseout() - Method in class jakarta.faces.component.html.HtmlInputSecret
Return the value of the onmouseout property.
getOnmouseout() - Method in class jakarta.faces.component.html.HtmlInputText
Return the value of the onmouseout property.
getOnmouseout() - Method in class jakarta.faces.component.html.HtmlInputTextarea
Return the value of the onmouseout property.
getOnmouseout() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
Return the value of the onmouseout property.
getOnmouseout() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
Return the value of the onmouseout property.
getOnmouseout() - Method in class jakarta.faces.component.html.HtmlOutputLabel
Return the value of the onmouseout property.
getOnmouseout() - Method in class jakarta.faces.component.html.HtmlOutputLink
Return the value of the onmouseout property.
getOnmouseout() - Method in class jakarta.faces.component.html.HtmlPanelGrid
Return the value of the onmouseout property.
getOnmouseout() - Method in class jakarta.faces.component.html.HtmlPanelGroup
Return the value of the onmouseout property.
getOnmouseout() - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
Return the value of the onmouseout property.
getOnmouseout() - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
Return the value of the onmouseout property.
getOnmouseout() - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
Return the value of the onmouseout property.
getOnmouseout() - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
Return the value of the onmouseout property.
getOnmouseout() - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
Return the value of the onmouseout property.
getOnmouseout() - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
Return the value of the onmouseout property.
getOnmouseout() - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
Return the value of the onmouseout property.
getOnmouseover() - Method in class jakarta.faces.component.html.HtmlBody
Return the value of the onmouseover property.
getOnmouseover() - Method in class jakarta.faces.component.html.HtmlCommandButton
Return the value of the onmouseover property.
getOnmouseover() - Method in class jakarta.faces.component.html.HtmlCommandLink
Return the value of the onmouseover property.
getOnmouseover() - Method in class jakarta.faces.component.html.HtmlDataTable
Return the value of the onmouseover property.
getOnmouseover() - Method in class jakarta.faces.component.html.HtmlForm
Return the value of the onmouseover property.
getOnmouseover() - Method in class jakarta.faces.component.html.HtmlGraphicImage
Return the value of the onmouseover property.
getOnmouseover() - Method in class jakarta.faces.component.html.HtmlInputFile
Return the value of the onmouseover property.
getOnmouseover() - Method in class jakarta.faces.component.html.HtmlInputSecret
Return the value of the onmouseover property.
getOnmouseover() - Method in class jakarta.faces.component.html.HtmlInputText
Return the value of the onmouseover property.
getOnmouseover() - Method in class jakarta.faces.component.html.HtmlInputTextarea
Return the value of the onmouseover property.
getOnmouseover() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
Return the value of the onmouseover property.
getOnmouseover() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
Return the value of the onmouseover property.
getOnmouseover() - Method in class jakarta.faces.component.html.HtmlOutputLabel
Return the value of the onmouseover property.
getOnmouseover() - Method in class jakarta.faces.component.html.HtmlOutputLink
Return the value of the onmouseover property.
getOnmouseover() - Method in class jakarta.faces.component.html.HtmlPanelGrid
Return the value of the onmouseover property.
getOnmouseover() - Method in class jakarta.faces.component.html.HtmlPanelGroup
Return the value of the onmouseover property.
getOnmouseover() - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
Return the value of the onmouseover property.
getOnmouseover() - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
Return the value of the onmouseover property.
getOnmouseover() - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
Return the value of the onmouseover property.
getOnmouseover() - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
Return the value of the onmouseover property.
getOnmouseover() - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
Return the value of the onmouseover property.
getOnmouseover() - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
Return the value of the onmouseover property.
getOnmouseover() - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
Return the value of the onmouseover property.
getOnmouseup() - Method in class jakarta.faces.component.html.HtmlBody
Return the value of the onmouseup property.
getOnmouseup() - Method in class jakarta.faces.component.html.HtmlCommandButton
Return the value of the onmouseup property.
getOnmouseup() - Method in class jakarta.faces.component.html.HtmlCommandLink
Return the value of the onmouseup property.
getOnmouseup() - Method in class jakarta.faces.component.html.HtmlDataTable
Return the value of the onmouseup property.
getOnmouseup() - Method in class jakarta.faces.component.html.HtmlForm
Return the value of the onmouseup property.
getOnmouseup() - Method in class jakarta.faces.component.html.HtmlGraphicImage
Return the value of the onmouseup property.
getOnmouseup() - Method in class jakarta.faces.component.html.HtmlInputFile
Return the value of the onmouseup property.
getOnmouseup() - Method in class jakarta.faces.component.html.HtmlInputSecret
Return the value of the onmouseup property.
getOnmouseup() - Method in class jakarta.faces.component.html.HtmlInputText
Return the value of the onmouseup property.
getOnmouseup() - Method in class jakarta.faces.component.html.HtmlInputTextarea
Return the value of the onmouseup property.
getOnmouseup() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
Return the value of the onmouseup property.
getOnmouseup() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
Return the value of the onmouseup property.
getOnmouseup() - Method in class jakarta.faces.component.html.HtmlOutputLabel
Return the value of the onmouseup property.
getOnmouseup() - Method in class jakarta.faces.component.html.HtmlOutputLink
Return the value of the onmouseup property.
getOnmouseup() - Method in class jakarta.faces.component.html.HtmlPanelGrid
Return the value of the onmouseup property.
getOnmouseup() - Method in class jakarta.faces.component.html.HtmlPanelGroup
Return the value of the onmouseup property.
getOnmouseup() - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
Return the value of the onmouseup property.
getOnmouseup() - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
Return the value of the onmouseup property.
getOnmouseup() - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
Return the value of the onmouseup property.
getOnmouseup() - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
Return the value of the onmouseup property.
getOnmouseup() - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
Return the value of the onmouseup property.
getOnmouseup() - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
Return the value of the onmouseup property.
getOnmouseup() - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
Return the value of the onmouseup property.
getOnopen() - Method in class jakarta.faces.component.UIWebsocket
Returns the JavaScript event handler function that is invoked when the websocket is opened.
getOnreset() - Method in class jakarta.faces.component.html.HtmlForm
Return the value of the onreset property.
getOnselect() - Method in class jakarta.faces.component.html.HtmlCommandButton
Return the value of the onselect property.
getOnselect() - Method in class jakarta.faces.component.html.HtmlInputFile
Return the value of the onselect property.
getOnselect() - Method in class jakarta.faces.component.html.HtmlInputSecret
Return the value of the onselect property.
getOnselect() - Method in class jakarta.faces.component.html.HtmlInputText
Return the value of the onselect property.
getOnselect() - Method in class jakarta.faces.component.html.HtmlInputTextarea
Return the value of the onselect property.
getOnselect() - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
Return the value of the onselect property.
getOnselect() - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
Return the value of the onselect property.
getOnselect() - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
Return the value of the onselect property.
getOnsubmit() - Method in class jakarta.faces.component.html.HtmlForm
Return the value of the onsubmit property.
getOnunload() - Method in class jakarta.faces.component.html.HtmlBody
Return the value of the onunload property.
getOpenSessions() - Method in interface jakarta.websocket.Session
Return a copy of the Set of all the open web socket sessions that represent connections to the same endpoint to which this session represents a connection.
getOperator() - Method in interface jakarta.persistence.criteria.Predicate
Return the boolean operator for the predicate.
getOrderList() - Method in interface jakarta.persistence.criteria.CriteriaQuery
Return the ordering expressions in order of precedence.
getOrdinal() - Method in class jakarta.faces.application.FacesMessage.Severity
Return the ordinal value of this FacesMessage.Severity instance.
getOrdinal() - Method in class jakarta.faces.event.PhaseId
Return the ordinal value of this PhaseId instance.
getOut() - Method in class jakarta.servlet.jsp.JspContext
The current value of the out object (a JspWriter).
getOutboundParameters() - Method in class jakarta.faces.flow.FlowCallNode
 
getOutcome() - Method in class jakarta.faces.component.UIOutcomeTarget

Returns the outcome property of the UIOutcomeTarget.

getOutcome() - Method in class jakarta.faces.flow.MethodCallNode

Return the outcome to be used in the event of a null return from the method.

getOutputParameterValue(int) - Method in interface jakarta.persistence.StoredProcedureQuery
Retrieve a value passed back from the procedure through an INOUT or OUT parameter.
getOutputParameterValue(String) - Method in interface jakarta.persistence.StoredProcedureQuery
Retrieve a value passed back from the procedure through an INOUT or OUT parameter.
getOutputStream() - Method in interface jakarta.servlet.http.WebConnection
Returns an output stream for this web connection.
getOutputStream() - Method in interface jakarta.servlet.ServletResponse
Returns a ServletOutputStream suitable for writing binary data in the response.
getOutputStream() - Method in class jakarta.servlet.ServletResponseWrapper
The default behavior of this method is to return getOutputStream() on the wrapped response object.
getOutputStream() - Method in interface jakarta.ws.rs.ext.WriterInterceptorContext
Get the output stream for the object to be written.
getPage() - Method in class jakarta.servlet.jsp.PageContext
The current value of the page object (In a Servlet environment, this is an instance of jakarta.servlet.Servlet).
getPageContext(Servlet, ServletRequest, ServletResponse, String, boolean, int, boolean) - Method in class jakarta.servlet.jsp.JspFactory
obtains an instance of an implementation dependent jakarta.servlet.jsp.PageContext abstract class for the calling Servlet and currently pending request and response.
getPageEncoding() - Method in interface jakarta.servlet.descriptor.JspPropertyGroupDescriptor
Gets the value of the page-encoding configuration, which specifies the default page encoding for any JSP pages mapped to the JSP property group represented by this JspPropertyGroupDescriptor.
getParameter(String) - Method in interface jakarta.persistence.Query
Get the parameter object corresponding to the declared parameter of the given name.
getParameter(String, Class<T>) - Method in interface jakarta.persistence.Query
Get the parameter object corresponding to the declared parameter of the given name and type.
getParameter(int) - Method in interface jakarta.persistence.Query
Get the parameter object corresponding to the declared positional parameter with the given position.
getParameter(int, Class<T>) - Method in interface jakarta.persistence.Query
Get the parameter object corresponding to the declared positional parameter with the given position and type.
getParameter(String) - Method in interface jakarta.servlet.ServletRequest
Returns the value of a request parameter as a String, or null if the parameter does not exist.
getParameter(String) - Method in class jakarta.servlet.ServletRequestWrapper
The default behavior of this method is to return getParameter(String name) on the wrapped request object.
getParameterDescriptors() - Method in interface jakarta.validation.metadata.ExecutableDescriptor
Returns a list of descriptors representing this executable's parameters, in the order of their declaration, including synthetic parameters.
getParameterIndex() - Method in interface jakarta.validation.Path.ParameterNode
 
getParameterMap() - Method in interface jakarta.servlet.ServletRequest
Returns a java.util.Map of the parameters of this request.
getParameterMap() - Method in class jakarta.servlet.ServletRequestWrapper
The default behavior of this method is to return getParameterMap() on the wrapped request object.
getParameterMap() - Method in interface jakarta.websocket.server.HandshakeRequest
Return the request parameters associated with the request.
getParameterNameProvider() - Method in interface jakarta.validation.spi.ConfigurationState
Returns the parameter name provider for this configuration.
getParameterNameProvider() - Method in interface jakarta.validation.ValidatorFactory
Returns the ParameterNameProvider instance configured at initialization time for the ValidatorFactory.
getParameterNameProviderClassName() - Method in interface jakarta.validation.BootstrapConfiguration
Class name of the ParameterNameProvider implementation or null if none is specified.
getParameterNames() - Method in interface jakarta.servlet.ServletRequest
Returns an Enumeration of String objects containing the names of the parameters contained in this request.
getParameterNames() - Method in class jakarta.servlet.ServletRequestWrapper
The default behavior of this method is to return getParameterNames() on the wrapped request object.
getParameterNames(Constructor<?>) - Method in interface jakarta.validation.ParameterNameProvider
Returns the names of the parameters of the given constructor.
getParameterNames(Method) - Method in interface jakarta.validation.ParameterNameProvider
Returns the names of the parameters of the given method.
getParameters() - Method in interface jakarta.enterprise.inject.spi.AnnotatedCallable
Get the parameters of the callable member.
getParameters() - Method in class jakarta.faces.application.NavigationCase

Return the parameters to be included for navigation cases requiring a redirect.

getParameters() - Method in class jakarta.faces.application.NavigationCaseWrapper
 
getParameters() - Method in class jakarta.faces.component.behavior.ClientBehaviorContext

Returns parameters that "submitting" ClientBehavior implementations should include when posting back data into the Faces lifecycle.

getParameters() - Method in class jakarta.faces.flow.MethodCallNode

Return the parameters to be passed to the method.

getParameters() - Method in interface jakarta.interceptor.InvocationContext
Returns the parameter values that will be passed to the method or constructor of the target class.
getParameters() - Method in interface jakarta.persistence.criteria.CriteriaQuery
Return the parameters of the query.
getParameters() - Method in interface jakarta.persistence.Query
Get the parameter objects corresponding to the declared parameters of the query.
getParameters() - Method in interface jakarta.websocket.Extension
The extension parameters for this extension in the order they appear in the http headers.
getParameters() - Method in class jakarta.ws.rs.core.MediaType
Getter for a read-only parameter map.
getParameterType() - Method in interface jakarta.persistence.Parameter
Return the Java type of the parameter.
getParameterTypes() - Method in interface jakarta.validation.Path.ConstructorNode
 
getParameterTypes() - Method in interface jakarta.validation.Path.MethodNode
 
getParameterValue(Parameter<T>) - Method in interface jakarta.persistence.Query
Return the input value bound to the parameter.
getParameterValue(String) - Method in interface jakarta.persistence.Query
Return the input value bound to the named parameter.
getParameterValue(int) - Method in interface jakarta.persistence.Query
Return the input value bound to the positional parameter.
getParameterValues(String) - Method in interface jakarta.servlet.ServletRequest
Returns an array of String objects containing all of the values the given request parameter has, or null if the parameter does not exist.
getParameterValues(String) - Method in class jakarta.servlet.ServletRequestWrapper
The default behavior of this method is to return getParameterValues(String name) on the wrapped request object.
getParams() - Method in class jakarta.ws.rs.core.Link
Returns an immutable map that includes all the link parameters defined on this link.
getParams() - Method in class jakarta.ws.rs.core.Link.JaxbLink
Get the parameter map for this link.
getParamTypes() - Method in class jakarta.el.MethodInfo
Returns the parameter types of the method
getParent() - Method in class jakarta.faces.component.UIComponent
Return the parent UIComponent of this UIComponent, if any.
getParent() - Method in class jakarta.faces.component.UIComponentBase
 
getParent() - Method in class jakarta.faces.webapp.UIComponentClassicTagBase
Return the Tag that is the parent of this instance.
getParent() - Method in interface jakarta.persistence.criteria.Fetch
Return the parent of the fetched item.
getParent() - Method in interface jakarta.persistence.criteria.Join
Return the parent of the join.
getParent() - Method in interface jakarta.persistence.criteria.Subquery
Return the query of which this is a subquery.
getParent() - Method in interface jakarta.servlet.jsp.tagext.SimpleTag
Returns the parent of this tag, for collaboration purposes.
getParent() - Method in class jakarta.servlet.jsp.tagext.SimpleTagSupport
Returns the parent of this tag, for collaboration purposes.
getParent() - Method in interface jakarta.servlet.jsp.tagext.Tag
Get the parent (closest enclosing tag handler) for this tag handler.
getParent() - Method in class jakarta.servlet.jsp.tagext.TagAdapter
Returns the parent of this tag, which is always getAdaptee().getParent().
getParent() - Method in class jakarta.servlet.jsp.tagext.TagSupport
The Tag instance most closely enclosing this tag instance.
getParentPath() - Method in interface jakarta.persistence.criteria.Path
Return the parent "node" in the path or null if no parent.
getParentUIComponentClassicTagBase(PageContext) - Static method in class jakarta.faces.webapp.UIComponentClassicTagBase
Locate and return the nearest enclosing UIComponentClassicTagBase if any; otherwise, return null.
getParentUIComponentTag(PageContext) - Static method in class jakarta.faces.webapp.UIComponentTag
Deprecated.
Locate and return the nearest enclosing UIComponentTag if any; otherwise, return null.
getPart(String) - Method in interface jakarta.servlet.http.HttpServletRequest
Gets the Part with the given name.
getPart(String) - Method in class jakarta.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to call getPart on the wrapped request object.
getPartialResponseWriter() - Method in class jakarta.faces.context.PartialViewContext

Return the ResponseWriter to which components should direct their output for partial view rendering.

getPartialResponseWriter() - Method in class jakarta.faces.context.PartialViewContextWrapper
The default behavior of this method is to call PartialViewContext.getPartialResponseWriter() on the wrapped PartialViewContext object.
getPartialViewContext() - Method in class jakarta.faces.context.FacesContext

Return the PartialViewContext for this request.

getPartialViewContext() - Method in class jakarta.faces.context.FacesContextWrapper
The default behavior of this method is to call FacesContext.getPartialViewContext() ()} on the wrapped FacesContext object.
getPartialViewContext(FacesContext) - Method in class jakarta.faces.context.PartialViewContextFactory
Create (if needed) and return a PartialViewContext instance that is initialized using the current FacesContext instance.
getParts() - Method in interface jakarta.servlet.http.HttpServletRequest
Gets all the Part components of this request, provided that it is of type multipart/form-data.
getParts() - Method in class jakarta.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to call getParts on the wrapped request object.
getPassivationCapableBean(String) - Method in interface jakarta.enterprise.inject.spi.BeanManager
Returns the PassivationCapable bean with the given identifier.
getPassThroughAttributes() - Method in class jakarta.faces.component.UIComponent

This is a convenience method that simply calls UIComponent.getPassThroughAttributes(boolean), passing true as the argument.

getPassThroughAttributes(boolean) - Method in class jakarta.faces.component.UIComponent

This method has the same specification as UIComponent.getPassThroughAttributes() except that it is allowed to return null if and only if the argument create is false and no pass through attribute data structure exists for this instance.

getPassThroughAttributes(boolean) - Method in class jakarta.faces.component.UIComponentBase
 
getPassword() - Method in class jakarta.security.auth.message.callback.PasswordValidationCallback
Get the password.
getPassword() - Method in class jakarta.security.enterprise.credential.UsernamePasswordCredential
Determines the password.
getPasswordAsString() - Method in class jakarta.security.enterprise.credential.UsernamePasswordCredential
Determines the password.
getPath() - Method in class jakarta.faces.view.Location

Return the file path to the page represented by this location.

getPath() - Method in class jakarta.servlet.http.Cookie
Returns the path on the server to which the browser returns this cookie.
getPath() - Method in interface jakarta.servlet.http.PushBuilder
Return the URI path to be used for the push.
getPath() - Method in class jakarta.servlet.jsp.tagext.TagFileInfo
Where to find the .tag file implementing this action.
getPath() - Method in interface jakarta.servlet.SessionCookieConfig
Gets the path that will be assigned to any session tracking cookies created on behalf of the application represented by the ServletContext from which this SessionCookieConfig was acquired.
getPath() - Method in interface jakarta.websocket.server.ServerEndpointConfig
Return the path for this endpoint configuration.
getPath() - Method in class jakarta.ws.rs.core.Cookie
Get the path of the cookie.
getPath() - Method in interface jakarta.ws.rs.core.PathSegment
Get the path segment.
getPath() - Method in interface jakarta.ws.rs.core.UriInfo
Get the path of the current request relative to the base URI as a string.
getPath(boolean) - Method in interface jakarta.ws.rs.core.UriInfo
Get the path of the current request relative to the base URI as a string.
getPathInfo() - Method in interface jakarta.servlet.http.HttpServletRequest
Returns any extra path information associated with the URL the client sent when it made this request.
getPathInfo() - Method in class jakarta.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return getPathInfo() on the wrapped request object.
getPathParameters() - Method in interface jakarta.websocket.Session
Return a map of the path parameter names and values used associated with the request this session was opened under.
getPathParameters() - Method in interface jakarta.ws.rs.core.UriInfo
Get the values of any embedded URI template parameters.
getPathParameters(boolean) - Method in interface jakarta.ws.rs.core.UriInfo
Get the values of any embedded URI template parameters.
getPathSegments() - Method in interface jakarta.ws.rs.core.UriInfo
Get the path of the current request relative to the base URI as a list of PathSegment.
getPathSegments(boolean) - Method in interface jakarta.ws.rs.core.UriInfo
Get the path of the current request relative to the base URI as a list of PathSegment.
getPathTranslated() - Method in interface jakarta.servlet.http.HttpServletRequest
Returns any extra path information after the servlet name but before the query string, and translates it to a real path.
getPathTranslated() - Method in class jakarta.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return getPathTranslated() on the wrapped request object.
getPattern() - Method in class jakarta.faces.convert.DateTimeConverter
Return the format pattern to be used when formatting and parsing dates and times.
getPattern() - Method in class jakarta.faces.convert.NumberConverter
Return the format pattern to be used when formatting and parsing numbers.
getPattern() - Method in class jakarta.faces.validator.RegexValidator
Return the ValueExpression that yields the regular expression pattern when evaluated.
getPattern() - Method in interface jakarta.servlet.http.HttpServletMapping
Return the String representation for the url-pattern for this mapping.
getPayload() - Method in interface jakarta.validation.metadata.ConstraintDescriptor
The set of payload the constraint hosts.
getPersistenceProviderClassName() - Method in interface jakarta.persistence.spi.PersistenceUnitInfo
Returns the fully qualified name of the persistence provider implementation class.
getPersistenceProviderResolver() - Static method in class jakarta.persistence.spi.PersistenceProviderResolverHolder
Returns the current persistence provider resolver.
getPersistenceProviders() - Method in interface jakarta.persistence.spi.PersistenceProviderResolver
Returns a list of the PersistenceProvider implementations available in the runtime environment.
getPersistenceType() - Method in interface jakarta.persistence.metamodel.Type
Return the persistence type.
getPersistenceUnitName() - Method in interface jakarta.persistence.spi.PersistenceUnitInfo
Returns the name of the persistence unit.
getPersistenceUnitRootUrl() - Method in interface jakarta.persistence.spi.PersistenceUnitInfo
Returns the URL for the jar file or directory that is the root of the persistence unit.
getPersistenceUnitUtil() - Method in interface jakarta.persistence.EntityManagerFactory
Return interface providing access to utility methods for the persistence unit.
getPersistenceUtil() - Static method in class jakarta.persistence.Persistence
Return the PersistenceUtil instance
getPersistenceXMLSchemaVersion() - Method in interface jakarta.persistence.spi.PersistenceUnitInfo
Returns the schema version of the persistence.xml file.
getPersistentAttributeType() - Method in interface jakarta.persistence.metamodel.Attribute
Return the persistent attribute type for the attribute.
getPhase() - Method in class jakarta.faces.component.UIViewAction

Returns the name of the lifecycle phase in which the action is to be queued.

getPhaseId() - Method in class jakarta.faces.event.ExceptionQueuedEventContext

Return the PhaseId which was being processed when the exception was thrown.

getPhaseId() - Method in class jakarta.faces.event.FacesEvent
Return the identifier of the request processing phase during which this event should be delivered.
getPhaseId() - Method in class jakarta.faces.event.PhaseEvent
Return the PhaseId representing the current request processing lifecycle phase.
getPhaseId() - Method in interface jakarta.faces.event.PhaseListener
Return the identifier of the request processing phase during which this listener is interested in processing PhaseEvent events.
getPhaseListeners() - Method in class jakarta.faces.component.UIViewRoot

Return an unmodifiable list of the PhaseListener instances attached to this UIViewRoot instance.

getPhaseListeners() - Method in class jakarta.faces.lifecycle.Lifecycle
Return the set of registered PhaseListeners for this Lifecycle instance.
getPhaseListeners() - Method in class jakarta.faces.lifecycle.LifecycleWrapper
 
getPluralAttributes() - Method in interface jakarta.persistence.metamodel.ManagedType
Return all multi-valued attributes (Collection-, Set-, List-, and Map-valued attributes) of the managed type.
getPosition() - Method in interface jakarta.enterprise.inject.spi.AnnotatedParameter
Get the position of the parameter in the method or constructor argument list.
getPosition() - Method in interface jakarta.persistence.Parameter
Return the parameter position, or null if the parameter is not a positional parameter.
getPreferredSubprotocols() - Method in interface jakarta.websocket.ClientEndpointConfig
Return the ordered list of sub protocols a client endpoint would like to use, in order of preference, favorite first that this client would like to use for its sessions.
getPrefixString() - Method in class jakarta.servlet.jsp.tagext.TagLibraryInfo
The prefix assigned to this taglib from the taglib directive
getPreviousOut() - Method in class jakarta.faces.webapp.UIComponentClassicTagBase
Get the JspWriter from our BodyContent.
getPreviousOut() - Method in class jakarta.servlet.jsp.tagext.BodyTagSupport
Get surrounding out JspWriter.
getPrimaryKey() - Method in interface jakarta.ejb.EJBLocalObject
Obtain the primary key of the enterprise bean local object.
getPrimaryKey() - Method in interface jakarta.ejb.EJBObject
Obtain the primary key of the enterprise bean object.
getPrimaryKey() - Method in interface jakarta.ejb.EntityContext
Obtain the primary key of the enterprise bean object that is currently associated with this instance.
getPrimaryKeyClass() - Method in interface jakarta.ejb.EJBMetaData
Obtain the class object for the enterprise bean's primary key class.
getPrincipal() - Method in class jakarta.security.auth.message.callback.CallerPrincipalCallback
Get the caller principal.
getPrincipalsByType(Class<T>) - Method in interface jakarta.security.enterprise.SecurityContext
Retrieve all Principals of the given type from the authenticated caller's Subject, or an empty set if the current caller is not authenticated, or if the specified type isn't found in the Subject.
getPriority() - Method in interface jakarta.enterprise.inject.spi.CDIProvider
 
getPriority() - Method in interface jakarta.enterprise.inject.spi.ObserverMethod
The priority that will be used by the container to determine the notification order in which event observer methods are invoked.
getPriority() - Method in interface jakarta.enterprise.inject.spi.Prioritized
Returns the priority for this SPI element.
getPrivateFields() - Method in class jakarta.ws.rs.core.CacheControl
Corresponds to the value of the private cache control directive.
getProducer() - Method in interface jakarta.enterprise.inject.spi.ProcessProducer
Returns the Producer object that will be used by the container to call the producer method or read the producer field.
getProducerFactory(AnnotatedField<? super X>, Bean<X>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
An implementation of ProducerFactory that provides container created Producer instances for the given field.
getProducerFactory(AnnotatedMethod<? super X>, Bean<X>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
An implementation of ProducerFactory that provides container created Producer instances for the given method.
getProjectStage() - Method in class jakarta.faces.application.Application

Return the project stage for the currently running application instance.

getProjectStage() - Method in class jakarta.faces.application.ApplicationWrapper

The default behavior of this method is to call Application.getProjectStage() on the wrapped Application object.

getProperties() - Method in interface jakarta.persistence.EntityManager
Get the properties and hints and associated values that are in effect for the entity manager.
getProperties() - Method in interface jakarta.persistence.EntityManagerFactory
Get the properties and associated values that are in effect for the entity manager factory.
getProperties() - Method in interface jakarta.persistence.spi.PersistenceUnitInfo
Returns a properties object.
getProperties() - Method in interface jakarta.validation.BootstrapConfiguration
Returns properties as a map of string based key/value pairs.
getProperties() - Method in interface jakarta.validation.spi.ConfigurationState
Returns a map of non type-safe custom properties.
getProperties() - Method in class jakarta.ws.rs.core.Application
Get a map of custom application-wide properties.
getProperties() - Method in interface jakarta.ws.rs.core.Configuration
Get the immutable bag of configuration properties.
getProperty() - Method in class jakarta.el.ValueReference
 
getProperty(String) - Method in class jakarta.faces.view.facelets.MetadataTarget

Return a beans PropertyDescriptor for the property with name given by argument name.

getProperty(String) - Method in class jakarta.json.bind.JsonbConfig
Return value of particular configuration property.
getProperty(String) - Method in interface jakarta.ws.rs.client.ClientRequestContext
Returns the property with the given name registered in the current request/response exchange context, or null if there is no property by that name.
getProperty(String) - Method in interface jakarta.ws.rs.container.ContainerRequestContext
Returns the property with the given name registered in the current request/response exchange context, or null if there is no property by that name.
getProperty(String) - Method in interface jakarta.ws.rs.core.Configuration
Get the value for the property with a given name.
getProperty(String) - Method in interface jakarta.ws.rs.ext.InterceptorContext
Returns the property with the given name registered in the current request/response exchange context, or null if there is no property by that name.
getPropertyName() - Method in interface jakarta.validation.metadata.PropertyDescriptor
Name of the property according to the Java Bean specification.
getPropertyNames() - Method in interface jakarta.ws.rs.client.ClientRequestContext
Returns an immutable collection containing the property names available within the context of the current request/response exchange context.
getPropertyNames() - Method in interface jakarta.ws.rs.container.ContainerRequestContext
Returns an immutable collection containing the property names available within the context of the current request/response exchange context.
getPropertyNames() - Method in interface jakarta.ws.rs.core.Configuration
Returns an immutable collection containing the property names available within the context of the current configuration instance.
getPropertyNames() - Method in interface jakarta.ws.rs.ext.InterceptorContext
Returns an immutable collection containing the property names available within the context of the current request/response exchange context.
getPropertyPath() - Method in interface jakarta.validation.ConstraintViolation
 
getPropertyResolver() - Method in class jakarta.faces.application.Application
Deprecated.
This has been replaced by Application.getELResolver().
getPropertyResolver() - Method in class jakarta.faces.application.ApplicationWrapper
Deprecated.
See superclass for alternative.
getPropertyType(String) - Method in class jakarta.faces.view.facelets.MetadataTarget

Return a Class for the property with name given by argument name.

getProtectedViewsUnmodifiable() - Method in class jakarta.faces.application.ViewHandler

Return an unmodifiable Set of the protected views currently known to this ViewHandler instance.

getProtectedViewsUnmodifiable() - Method in class jakarta.faces.application.ViewHandlerWrapper
The default behavior of this method is to call ViewHandler.getProtectedViewsUnmodifiable() on the wrapped ViewHandler object.
getProtectionPolicy() - Method in class jakarta.security.auth.message.MessagePolicy.TargetPolicy
Get the ProtectionPolicy that applies to the targets.
getProtocol() - Method in interface jakarta.servlet.ServletRequest
Returns the name and version of the protocol the request uses in the form protocol/majorVersion.minorVersion, for example, HTTP/1.1.
getProtocol() - Method in class jakarta.servlet.ServletRequestWrapper
The default behavior of this method is to return getProtocol() on the wrapped request object.
getProtocolVersion() - Method in interface jakarta.websocket.Session
Returns the version of the websocket protocol currently being used.
getProviderUtil() - Method in interface jakarta.persistence.spi.PersistenceProvider
Return the utility interface implemented by the persistence provider.
getPublic() - Method in class jakarta.faces.component.html.HtmlDoctype
Return the value of the public property.
getQName() - Method in class jakarta.faces.view.facelets.Tag

Return the XML qualified name for this tag.

getQName() - Method in class jakarta.faces.view.facelets.TagAttribute
The qualified name for this attribute
getQualifierHashCode(Annotation) - Method in interface jakarta.enterprise.inject.spi.BeanManager
Determine the hash code of a qualifier, using the JDK algorithm for determining an annotation hash code, ignoring any members annotated with Nonbinding.
getQualifiers() - Method in interface jakarta.enterprise.inject.spi.BeanAttributes
Obtains the qualifiers of the bean.
getQualifiers() - Method in interface jakarta.enterprise.inject.spi.EventMetadata
 
getQualifiers() - Method in interface jakarta.enterprise.inject.spi.InjectionPoint
Get the required qualifiers of the injection point.
getQuery() - Method in exception jakarta.persistence.QueryTimeoutException
Returns the query that caused this exception.
getQueryParameters() - Method in interface jakarta.ws.rs.core.UriInfo
Get the URI query parameters of the current request.
getQueryParameters(boolean) - Method in interface jakarta.ws.rs.core.UriInfo
Get the URI query parameters of the current request.
getQueryString() - Method in interface jakarta.servlet.http.HttpServletRequest
Returns the query string that is contained in the request URL after the path.
getQueryString() - Method in class jakarta.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return getQueryString() on the wrapped request object.
getQueryString() - Method in interface jakarta.servlet.http.PushBuilder
Return the query string to be used for the push.
getQueryString() - Method in interface jakarta.websocket.server.HandshakeRequest
Return the query string associated with the request.
getQueryString() - Method in interface jakarta.websocket.Session
Return the query string associated with the request this session was opened under.
getQueryURLParameters(FacesContext) - Method in class jakarta.faces.lifecycle.ClientWindow

This method will be called whenever a URL is generated by the runtime where client window related parameters need to be inserted into the URL.

getQueryURLParameters(FacesContext) - Method in class jakarta.faces.lifecycle.ClientWindowWrapper
 
getRawType() - Method in class jakarta.enterprise.util.TypeLiteral
 
getRawType() - Method in class jakarta.ws.rs.core.GenericEntity
Gets the raw type of the enclosed entity.
getRawType() - Method in class jakarta.ws.rs.core.GenericType
Returns the object representing the class or interface that declared the type represented by this generic type instance.
getReader() - Method in class jakarta.servlet.jsp.tagext.BodyContent
Return the value of this BodyContent as a Reader.
getReader() - Method in interface jakarta.servlet.ServletRequest
Retrieves the body of the request as character data using a BufferedReader.
getReader() - Method in class jakarta.servlet.ServletRequestWrapper
The default behavior of this method is to return getReader() on the wrapped request object.
getReadMethod(String) - Method in class jakarta.faces.view.facelets.MetadataTarget

Return a Method for the getter of the property with name given by argument name.

getRealPath(String) - Method in class jakarta.faces.context.ExternalContext

Returns a String containing the real path for a given virtual path.

getRealPath(String) - Method in class jakarta.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.getRealPath(String) on the wrapped ExternalContext object.
getRealPath(String) - Method in interface jakarta.servlet.ServletContext
Gets the real path corresponding to the given virtual path.
getRealPath(String) - Method in interface jakarta.servlet.ServletRequest
Deprecated.
As of Version 2.1 of the Java Servlet API, use ServletContext.getRealPath(java.lang.String) instead.
getRealPath(String) - Method in class jakarta.servlet.ServletRequestWrapper
Deprecated.
As of Version 2.1 of the Java Servlet API, use ServletContext.getRealPath(java.lang.String) instead
getReasonPhrase() - Method in class jakarta.websocket.CloseReason
The reason phrase associated with this CloseReason.
getReasonPhrase() - Method in enum jakarta.ws.rs.core.Response.Status
Get the reason phrase.
getReasonPhrase() - Method in interface jakarta.ws.rs.core.Response.StatusType
Get the reason phrase.
getReception() - Method in interface jakarta.enterprise.inject.spi.ObserverMethod
Obtains the specified Reception for the observer method.
getReconnectDelay() - Method in interface jakarta.ws.rs.sse.SseEvent
Get new connection retry time in milliseconds the event receiver should wait before attempting to reconnect after a connection to the SSE event source is lost.
getRedirectURL(FacesContext) - Method in class jakarta.faces.application.NavigationCase

Construct an absolute URL suitable for a "redirect" to this NavigationCase instance using ViewHandler.getRedirectURL(jakarta.faces.context.FacesContext, java.lang.String, java.util.Map<java.lang.String, java.util.List<java.lang.String>>, boolean) on the path portion of the url.

getRedirectURL(FacesContext) - Method in class jakarta.faces.application.NavigationCaseWrapper
 
getRedirectURL(FacesContext, String, Map<String, List<String>>, boolean) - Method in class jakarta.faces.application.ViewHandler

Return a Jakarta Server Faces action URL derived from the viewId argument that is suitable to be used by the NavigationHandler to issue a redirect request to the URL using a NonFaces request.

getRedirectURL(FacesContext, String, Map<String, List<String>>, boolean) - Method in class jakarta.faces.application.ViewHandlerWrapper
The default behavior of this method is to call ViewHandler.getRedirectURL(jakarta.faces.context.FacesContext, String, java.util.Map, boolean) on the wrapped ViewHandler object.
getReference(Bean<?>, Type, CreationalContext<?>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
Obtains a contextual reference for a certain bean and a certain bean type of the bean.
getReference(Class<T>, Object) - Method in interface jakarta.persistence.EntityManager
Get an instance, whose state may be lazily fetched.
getRegistrationContext(String) - Method in class jakarta.security.auth.message.config.AuthConfigFactory
Get the the registration context for the identified registration.
getRegistrationIDs(AuthConfigProvider) - Method in class jakarta.security.auth.message.config.AuthConfigFactory
Get the registration identifiers for all registrations of the provider instance at the factory.
getRel() - Method in class jakarta.faces.component.html.HtmlCommandLink
Return the value of the rel property.
getRel() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
Return the value of the rel property.
getRel() - Method in class jakarta.faces.component.html.HtmlOutputLink
Return the value of the rel property.
getRel() - Method in class jakarta.ws.rs.core.Link
Returns the value associated with the link rel param, or null if this param is not specified.
getReliableURN() - Method in class jakarta.servlet.jsp.tagext.TagLibraryInfo
The "reliable" URN indicated in the TLD (the uri element).
getRels() - Method in class jakarta.ws.rs.core.Link
Returns the value associated with the link rel param as a list of strings or the empty list if rel is not defined.
getRemaining() - Method in class jakarta.servlet.jsp.JspWriter
This method returns the number of unused bytes in the buffer.
getRemainingExpression() - Method in class jakarta.faces.component.search.SearchKeywordContext

Returns the remaining expression for the current request.

getRemoteAddr() - Method in interface jakarta.servlet.ServletRequest
Returns the Internet Protocol (IP) address of the client or last proxy that sent the request.
getRemoteAddr() - Method in class jakarta.servlet.ServletRequestWrapper
The default behavior of this method is to return getRemoteAddr() on the wrapped request object.
getRemoteHost() - Method in interface jakarta.servlet.ServletRequest
Returns the fully qualified name of the client or the last proxy that sent the request.
getRemoteHost() - Method in class jakarta.servlet.ServletRequestWrapper
The default behavior of this method is to return getRemoteHost() on the wrapped request object.
getRemoteInterfaceClass() - Method in interface jakarta.ejb.EJBMetaData
Obtain the class object for the enterprise bean's remote interface.
getRemotePort() - Method in interface jakarta.servlet.ServletRequest
Returns the Internet Protocol (IP) source port of the client or last proxy that sent the request.
getRemotePort() - Method in class jakarta.servlet.ServletRequestWrapper
The default behavior of this method is to return getRemotePort() on the wrapped request object.
getRemoteUser() - Method in class jakarta.faces.context.ExternalContext
Return the login name of the user making the current request if any; otherwise, return null.
getRemoteUser() - Method in class jakarta.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.getRemoteUser() on the wrapped ExternalContext object.
getRemoteUser() - Method in interface jakarta.servlet.http.HttpServletRequest
Returns the login of the user making this request, if the user has been authenticated, or null if the user has not been authenticated.
getRemoteUser() - Method in class jakarta.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return getRemoteUser() on the wrapped request object.
getRender() - Method in class jakarta.faces.component.behavior.AjaxBehavior

Return a non-empty Collection<String> of component identifiers that will be used to identify components that should be processed during the render phase of the request processing lifecycle.

getRender() - Method in class jakarta.faces.component.html.HtmlCommandScript
Return the value of the render property.
getRenderer(FacesContext) - Method in class jakarta.faces.component.behavior.ClientBehaviorBase

Convenience method to return the ClientBehaviorRenderer instance associated with this ClientBehavior, if any; otherwise, return null.

getRenderer(FacesContext) - Method in class jakarta.faces.component.UIComponent
Convenience method to return the Renderer instance associated with this component, if any; otherwise, return null.
getRenderer(FacesContext) - Method in class jakarta.faces.component.UIComponentBase
 
getRenderer(String, String) - Method in class jakarta.faces.render.RenderKit
Return the Renderer instance most recently registered for the specified component family and rendererType, if any; otherwise, return null.
getRenderer(String, String) - Method in class jakarta.faces.render.RenderKitWrapper
The default behavior of this method is to call RenderKit.getRenderer(String, String) on the wrapped RenderKit object.
getRendererType() - Method in class jakarta.faces.component.behavior.AjaxBehavior
 
getRendererType() - Method in class jakarta.faces.component.behavior.ClientBehaviorBase

Returns the renderer type of the ClientBehaviorRenderer to use for the behavior.

getRendererType() - Method in class jakarta.faces.component.UIComponent
Return the Renderer type for this UIComponent (if any).
getRendererType() - Method in class jakarta.faces.component.UIComponentBase
 
getRendererType() - Method in interface jakarta.faces.view.facelets.ComponentConfig

RendererType to set on created UIComponent instances.

getRendererType() - Method in class jakarta.faces.webapp.UIComponentTagBase
Return the rendererType property that selects the Renderer to be used for encoding this component, or null to ask the component to render itself directly.
getRendererTypeForResourceName(String) - Method in class jakarta.faces.application.ResourceHandler

Return the renderer-type for a Renderer that is capable of rendering this resource.

getRendererTypeForResourceName(String) - Method in class jakarta.faces.application.ResourceHandlerWrapper

The default behavior of this method is to call ResourceHandler.getRendererTypeForResourceName(String) on the wrapped ResourceHandler object.

getRendererTypes(String) - Method in class jakarta.faces.render.RenderKit

Return an Iterator over the renderer-type entries for the given component-family.

getRendererTypes(String) - Method in class jakarta.faces.render.RenderKitWrapper
The default behavior of this method is to call RenderKit.getRendererTypes(String) on the wrapped RenderKit object.
getRenderIds() - Method in class jakarta.faces.context.PartialViewContext

Return a Collection of client identifiers from the current request with the request parameter name PartialViewContext.PARTIAL_RENDER_PARAM_NAME.

getRenderIds() - Method in class jakarta.faces.context.PartialViewContextWrapper
The default behavior of this method is to call PartialViewContext.getRenderIds() on the wrapped PartialViewContext object.
getRenderKit() - Method in class jakarta.faces.context.FacesContext
Return the RenderKit instance for the render kit identifier specified on our UIViewRoot, if there is one.
getRenderKit() - Method in class jakarta.faces.context.FacesContextWrapper
The default behavior of this method is to call FacesContext.getRenderKit() on the wrapped FacesContext object.
getRenderKit(FacesContext, String) - Method in class jakarta.faces.render.RenderKitFactory
Return a RenderKit instance for the specified render kit identifier, possibly customized based on dynamic characteristics of the specified FacesContext, if non-null.
getRenderKitId() - Method in class jakarta.faces.component.UIViewRoot
Return the render kit identifier of the RenderKit associated with this view.
getRenderKitIds() - Method in class jakarta.faces.render.RenderKitFactory
Return an Iterator over the set of render kit identifiers registered with this factory.
getRenderResponse() - Method in class jakarta.faces.context.FacesContext
Return true if the renderResponse() method has been called for the current request.
getRenderResponse() - Method in class jakarta.faces.context.FacesContextWrapper
The default behavior of this method is to call FacesContext.getRenderResponse() on the wrapped FacesContext object.
getRendersChildren() - Method in class jakarta.faces.component.UIComponent
Return a flag indicating whether this component is responsible for rendering its child components.
getRendersChildren() - Method in class jakarta.faces.component.UIComponentBase
 
getRendersChildren() - Method in class jakarta.faces.component.UIViewRoot

Call UIComponentBase.getRendersChildren() If PartialViewContext.isAjaxRequest() returns true this method must return true.

getRendersChildren() - Method in class jakarta.faces.render.Renderer
Return a flag indicating whether this Renderer is responsible for rendering the children the component it is asked to render.
getRendersChildren() - Method in class jakarta.faces.render.RendererWrapper
 
getRequest() - Method in class jakarta.faces.context.ExternalContext
Return the environment-specific object instance for the current request.
getRequest() - Method in class jakarta.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.getRequest() on the wrapped ExternalContext object.
getRequest() - Method in class jakarta.security.auth.message.callback.PrivateKeyCallback
Used by the CallbackHandler to get the Request object that identifies the private key to be returned.
getRequest() - Method in class jakarta.security.auth.message.callback.SecretKeyCallback
Used by the CallbackHandler to get the Request object which identifies the secret key to be returned.
getRequest() - Method in interface jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContext
Returns the request object associated with the current request.
getRequest() - Method in class jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
 
getRequest() - Method in interface jakarta.servlet.AsyncContext
Gets the request that was used to initialize this AsyncContext by calling ServletRequest.startAsync() or ServletRequest.startAsync(ServletRequest, ServletResponse).
getRequest() - Method in class jakarta.servlet.jsp.PageContext
The current value of the request object (a ServletRequest).
getRequest() - Method in class jakarta.servlet.ServletRequestWrapper
Return the wrapped request object.
getRequest() - Method in interface jakarta.ws.rs.container.ContainerRequestContext
Get the injectable request information.
getRequestCharacterEncoding() - Method in class jakarta.faces.context.ExternalContext
Return the character encoding currently being used to interpret this request.
getRequestCharacterEncoding() - Method in class jakarta.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.getRequestCharacterEncoding() on the wrapped ExternalContext object.
getRequestCharacterEncoding() - Method in interface jakarta.servlet.ServletContext
Gets the request character encoding that are supported by default for this ServletContext.
getRequestContentLength() - Method in class jakarta.faces.context.ExternalContext

Return the result of calling getContentLenth() on the ServletRequest instance for this request.

getRequestContentLength() - Method in class jakarta.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.getRequestContentLength() on the wrapped ExternalContext object.
getRequestContentType() - Method in class jakarta.faces.context.ExternalContext
Return the MIME Content-Type for this request.
getRequestContentType() - Method in class jakarta.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.getRequestContentType() on the wrapped ExternalContext object.
getRequestContextPath() - Method in class jakarta.faces.context.ExternalContext
Return the portion of the request URI that identifies the web application context for this request.
getRequestContextPath() - Method in class jakarta.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.getRequestContextPath() on the wrapped ExternalContext object.
getRequestCookieMap() - Method in class jakarta.faces.context.ExternalContext
Return an immutable Map whose keys are the set of cookie names included in the current request, and whose values (of type jakarta.servlet.http.Cookie) are the first (or only) cookie for each cookie name returned by the underlying request.
getRequestCookieMap() - Method in class jakarta.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.getRequestCookieMap() on the wrapped ExternalContext object.
getRequestDispatcher(String) - Method in interface jakarta.servlet.ServletContext
Returns a RequestDispatcher object that acts as a wrapper for the resource located at the given path.
getRequestDispatcher(String) - Method in interface jakarta.servlet.ServletRequest
Returns a RequestDispatcher object that acts as a wrapper for the resource located at the given path.
getRequestDispatcher(String) - Method in class jakarta.servlet.ServletRequestWrapper
The default behavior of this method is to return getRequestDispatcher(String path) on the wrapped request object.
getRequestedSessionId() - Method in interface jakarta.servlet.http.HttpServletRequest
Returns the session ID specified by the client.
getRequestedSessionId() - Method in class jakarta.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return getRequestedSessionId() on the wrapped request object.
getRequestHeader(String) - Method in interface jakarta.ws.rs.core.HttpHeaders
Get the values of a HTTP request header.
getRequestHeaderMap() - Method in class jakarta.faces.context.ExternalContext
Return an immutable Map whose keys are the set of request header names included in the current request, and whose values (of type String) are the first (or only) value for each header name returned by the underlying request.
getRequestHeaderMap() - Method in class jakarta.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.getRequestHeaderMap() on the wrapped ExternalContext object.
getRequestHeaders() - Method in interface jakarta.ws.rs.core.HttpHeaders
Get the values of HTTP request headers.
getRequestHeaderValuesMap() - Method in class jakarta.faces.context.ExternalContext
Return an immutable Map whose keys are the set of request header names included in the current request, and whose values (of type String[]) are all of the value for each header name returned by the underlying request.
getRequestHeaderValuesMap() - Method in class jakarta.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.getRequestHeaderValuesMap() on the wrapped ExternalContext object.
getRequestLocale() - Method in class jakarta.faces.context.ExternalContext
Return the preferred Locale in which the client will accept content.
getRequestLocale() - Method in class jakarta.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.getRequestLocale() on the wrapped ExternalContext object.
getRequestLocales() - Method in class jakarta.faces.context.ExternalContext
Return an Iterator over the preferred Locales specified in the request, in decreasing order of preference.
getRequestLocales() - Method in class jakarta.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.getRequestLocales() on the wrapped ExternalContext object.
getRequestMap() - Method in class jakarta.faces.context.ExternalContext
Return a mutable Map representing the request scope attributes for the current application.
getRequestMap() - Method in class jakarta.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.getRequestMap() on the wrapped ExternalContext object.
getRequestMessage() - Method in interface jakarta.security.auth.message.MessageInfo
Get the request message object from this MessageInfo.
getRequestParameterMap() - Method in class jakarta.faces.context.ExternalContext
Return an immutable Map whose keys are the set of request parameters names included in the current request, and whose values (of type String) are the first (or only) value for each parameter name returned by the underlying request.
getRequestParameterMap() - Method in class jakarta.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.getRequestParameterMap() on the wrapped ExternalContext object.
getRequestParameterMap() - Method in interface jakarta.websocket.Session
Return the request parameters associated with the request this session was opened under.
getRequestParameterNames() - Method in class jakarta.faces.context.ExternalContext
Return an Iterator over the names of all request parameters included in the current request.
getRequestParameterNames() - Method in class jakarta.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.getRequestParameterNames() on the wrapped ExternalContext object.
getRequestParameterValuesMap() - Method in class jakarta.faces.context.ExternalContext
Return an immutable Map whose keys are the set of request parameters names included in the current request, and whose values (of type String[]) are all of the values for each parameter name returned by the underlying request.
getRequestParameterValuesMap() - Method in class jakarta.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.getRequestParameterValuesMap() on the wrapped ExternalContext object.
getRequestPath() - Method in class jakarta.faces.application.Resource

Return a path to this resource such that, when the browser resolves it against the base URI for the view that includes the resource, and issues a GET request to the resultant fully qualified URL, the bytes of the resource are returned in response.

getRequestPath() - Method in class jakarta.faces.application.ResourceWrapper

The default behavior of this method is to call Resource.getRequestPath() on the wrapped ResourceHandler object.

getRequestPathInfo() - Method in class jakarta.faces.context.ExternalContext
Return the extra path information (if any) included in the request URI; otherwise, return null.
getRequestPathInfo() - Method in class jakarta.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.getRequestPathInfo() on the wrapped ExternalContext object.
getRequestScheme() - Method in class jakarta.faces.context.ExternalContext

Returns the name of the scheme used to make this request, for example, http, https, or ftp.

getRequestScheme() - Method in class jakarta.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.getRequestScheme() on the wrapped ExternalContext object.
getRequestServerName() - Method in class jakarta.faces.context.ExternalContext

Returns the host name of the server to which the request was sent.

getRequestServerName() - Method in class jakarta.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.getRequestServerName() on the wrapped ExternalContext object.
getRequestServerPort() - Method in class jakarta.faces.context.ExternalContext

Returns the port number to which the request was sent.

getRequestServerPort() - Method in class jakarta.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.getRequestServerPort() on the wrapped ExternalContext object.
getRequestServletPath() - Method in class jakarta.faces.context.ExternalContext
Return the Jakarta Servlet path information (if any) included in the request URI; otherwise, return null.
getRequestServletPath() - Method in class jakarta.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.getRequestServletPath() on the wrapped ExternalContext object.
getRequestURI() - Method in interface jakarta.servlet.http.HttpServletRequest
Returns the part of this request's URL from the protocol name up to the query string in the first line of the HTTP request.
getRequestURI() - Method in class jakarta.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return getRequestURI() on the wrapped request object.
getRequestURI() - Method in class jakarta.servlet.jsp.ErrorData
Returns the request URI.
getRequestURI() - Method in interface jakarta.websocket.server.HandshakeRequest
Return the request URI of the handshake request.
getRequestURI() - Method in interface jakarta.websocket.Session
Return the URI under which this session was opened, including the query string if there is one.
getRequestUri() - Method in interface jakarta.ws.rs.core.UriInfo
Get the absolute request URI including any query parameters.
getRequestUriBuilder() - Method in interface jakarta.ws.rs.core.UriInfo
Get the absolute request URI in the form of a UriBuilder.
getRequestURL() - Method in interface jakarta.servlet.http.HttpServletRequest
Reconstructs the URL the client used to make the request.
getRequestURL() - Method in class jakarta.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return getRequestURL() on the wrapped request object.
getRequestURL(HttpServletRequest) - Static method in class jakarta.servlet.http.HttpUtils
Deprecated.
Reconstructs the URL the client used to make the request, using information in the HttpServletRequest object.
getRequiredAttribute(String) - Method in class jakarta.faces.view.facelets.TagHandler
Utility method for fetching a required TagAttribute
getRequiredMessage() - Method in class jakarta.faces.component.UIInput
If there has been a call to UIInput.setRequiredMessage(java.lang.String) on this instance, return the message.
getRequiredVersion() - Method in class jakarta.servlet.jsp.tagext.TagLibraryInfo
A string describing the required version of the JSP container.
getResetValues() - Method in class jakarta.faces.component.html.HtmlCommandScript
Return the value of the resetValues property.
getResource(String) - Method in class jakarta.faces.context.ExternalContext
Return a URL for the application resource mapped to the specified path, if it exists; otherwise, return null.
getResource(String) - Method in class jakarta.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.getResource(String) on the wrapped ExternalContext object.
getResource(String) - Method in interface jakarta.servlet.ServletContext
Returns a URL to the resource that is mapped to the given path.
getResource(Object) - Method in interface jakarta.transaction.TransactionSynchronizationRegistry
Get an object from the Map of resources being managed for the transaction bound to the current thread at the time this method is called.
getResource(Class<T>) - Method in interface jakarta.ws.rs.container.ResourceContext
Get a resolved instance of a resource or sub-resource class.
getResourceAsStream(String) - Method in class jakarta.faces.context.ExternalContext
Return an InputStream for an application resource mapped to the specified path, if it exists; otherwise, return null.
getResourceAsStream(String) - Method in class jakarta.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.getResourceAsStream(String) on the wrapped ExternalContext object.
getResourceAsStream(String) - Method in interface jakarta.servlet.ServletContext
Returns the resource located at the named path as an InputStream object.
getResourceBundle(FacesContext, String) - Method in class jakarta.faces.application.Application
Find a ResourceBundle as defined in the application configuration resources under the specified name.
getResourceBundle(FacesContext, String) - Method in class jakarta.faces.application.ApplicationWrapper

The default behavior of this method is to call Application.getResourceBundle(jakarta.faces.context.FacesContext, String) on the wrapped Application object.

getResourceBundle() - Method in class jakarta.servlet.jsp.jstl.fmt.LocalizationContext
Gets the resource bundle of this I18N localization context.
getResourceBundleMap() - Method in class jakarta.faces.component.UIComponent

Return a Map<String,String> of the ResourceBundle for this component.

getResourceClass() - Method in interface jakarta.ws.rs.container.ResourceInfo
Get the resource class that is the target of a request, or null if this information is not available.
getResourceHandler() - Method in class jakarta.faces.application.Application

Return the singleton, stateless, thread-safe ResourceHandler for this application.

getResourceHandler() - Method in class jakarta.faces.application.ApplicationWrapper

The default behavior of this method is to call Application.getResourceHandler() on the wrapped Application object.

getResourceLibraryContracts() - Method in class jakarta.faces.context.FacesContext

Return the list of resource library contracts that have been calculated to be appropriate for use with this view, or an empty list if there are no such resource library contracts.

getResourceLibraryContracts() - Method in class jakarta.faces.context.FacesContextWrapper
The default behavior of this method is to call FacesContext.getResourceLibraryContracts() on the wrapped FacesContext object.
getResourceMethod() - Method in interface jakarta.ws.rs.container.ResourceInfo
Get the resource method that is the target of a request, or null if this information is not available.
getResourceName() - Method in class jakarta.faces.application.Resource

Return the resourceName for this resource.

getResourceName() - Method in class jakarta.faces.application.ResourceWrapper

The default behavior of this method is to call Resource.getResourceName() on the wrapped ResourceHandler object.

getResourcePaths(String) - Method in class jakarta.faces.context.ExternalContext
Return the Set of resource paths for all application resources whose resource path starts with the specified argument.
getResourcePaths(String) - Method in class jakarta.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.getResourcePaths(String) on the wrapped ExternalContext object.
getResourcePaths(String) - Method in interface jakarta.servlet.ServletContext
Returns a directory-like listing of all the paths to resources within the web application whose longest sub-path matches the supplied path argument.
getResourceURL(FacesContext) - Method in class jakarta.faces.application.NavigationCase

Construct an absolute URL to this NavigationCase instance using ViewHandler.getResourceURL(jakarta.faces.context.FacesContext, java.lang.String) on the path portion of the url.

getResourceURL(FacesContext) - Method in class jakarta.faces.application.NavigationCaseWrapper
 
getResourceURL(FacesContext, String) - Method in class jakarta.faces.application.ViewHandler

If the value returned from this method is used as the file argument to the four-argument constructor for java.net.URL (assuming appropriate values are used for the first three arguments), then a client making a request to the toExternalForm() of that URL will select the argument path for direct rendering.

getResourceURL(FacesContext, String) - Method in class jakarta.faces.application.ViewHandlerWrapper
The default behavior of this method is to call ViewHandler.getResourceURL(jakarta.faces.context.FacesContext, String) on the wrapped ViewHandler object.
getResponse() - Method in class jakarta.faces.context.ExternalContext
Return the environment-specific object instance for the current response.
getResponse() - Method in class jakarta.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.getResponse() on the wrapped ExternalContext object.
getResponse() - Method in interface jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContext
Returns the response object associated with the current request.
getResponse() - Method in class jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
 
getResponse() - Method in interface jakarta.servlet.AsyncContext
Gets the response that was used to initialize this AsyncContext by calling ServletRequest.startAsync() or ServletRequest.startAsync(ServletRequest, ServletResponse).
getResponse() - Method in class jakarta.servlet.jsp.PageContext
The current value of the response object (a ServletResponse).
getResponse() - Method in class jakarta.servlet.ServletResponseWrapper
Return the wrapped ServletResponse object.
getResponse() - Method in exception jakarta.ws.rs.client.ResponseProcessingException
Get the HTTP response for which the processing has failed.
getResponse() - Method in exception jakarta.ws.rs.WebApplicationException
Get the HTTP response.
getResponseBufferSize() - Method in class jakarta.faces.context.ExternalContext

Return the buffer size for the current response.

getResponseBufferSize() - Method in class jakarta.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.getResponseBufferSize() on the wrapped ExternalContext object.
getResponseCharacterEncoding() - Method in class jakarta.faces.context.ExternalContext
Returns the name of the character encoding (MIME charset) used for the body sent in this response.
getResponseCharacterEncoding() - Method in class jakarta.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.getResponseCharacterEncoding() on the wrapped ExternalContext object.
getResponseCharacterEncoding() - Method in interface jakarta.servlet.ServletContext
Gets the response character encoding that are supported by default for this ServletContext.
getResponseComplete() - Method in class jakarta.faces.context.FacesContext
Return true if the responseComplete() method has been called for the current request.
getResponseComplete() - Method in class jakarta.faces.context.FacesContextWrapper
The default behavior of this method is to call FacesContext.getResponseComplete() on the wrapped FacesContext object.
getResponseContentType() - Method in class jakarta.faces.context.ExternalContext
Return the MIME Content-Type for this response.
getResponseContentType() - Method in class jakarta.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.getResponseContentType() on the wrapped ExternalContext object.
getResponseHeaders() - Method in class jakarta.faces.application.Resource

Returns a mutable Map<String, String> whose entries will be sent as response headers during ResourceHandler.handleResourceRequest(jakarta.faces.context.FacesContext).

getResponseHeaders() - Method in class jakarta.faces.application.ResourceWrapper

The default behavior of this method is to call Resource.getResponseHeaders() on the wrapped ResourceHandler object.

getResponseMessage() - Method in interface jakarta.security.auth.message.MessageInfo
Get the response message object from this MessageInfo.
getResponseOutputStream() - Method in class jakarta.faces.context.ExternalContext

Returns an OutputStream suitable for writing binary data to the user-agent.

getResponseOutputStream() - Method in class jakarta.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.getResponseOutputStream() on the wrapped ExternalContext object.
getResponseOutputWriter() - Method in class jakarta.faces.context.ExternalContext

Returns a Writer suitable for writing character data to the user-agent.

getResponseOutputWriter() - Method in class jakarta.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.getResponseOutputWriter() on the wrapped ExternalContext object.
getResponseStateManager() - Method in class jakarta.faces.render.RenderKit
Return an instance of ResponseStateManager to handle rendering technology specific state management decisions.
getResponseStateManager() - Method in class jakarta.faces.render.RenderKitWrapper
The default behavior of this method is to call RenderKit.getResponseStateManager() on the wrapped RenderKit object.
getResponseStream() - Method in class jakarta.faces.context.FacesContext
Return the ResponseStream to which components should direct their binary output.
getResponseStream() - Method in class jakarta.faces.context.FacesContextWrapper
The default behavior of this method is to call FacesContext.getResponseStream() on the wrapped FacesContext object.
getResponseWriter() - Method in class jakarta.faces.context.FacesContext
Return the ResponseWriter to which components should direct their character-based output.
getResponseWriter() - Method in class jakarta.faces.context.FacesContextWrapper
The default behavior of this method is to call FacesContext.getResponseWriter() on the wrapped FacesContext object.
getRestriction() - Method in interface jakarta.persistence.criteria.CommonAbstractCriteria
Return the predicate that corresponds to the where clause restriction(s), or null if no restrictions have been specified.
getResult() - Method in class jakarta.security.auth.message.callback.PasswordValidationCallback
Get the authentication result.
getResultList() - Method in interface jakarta.persistence.Query
Execute a SELECT query and return the query results as an untyped List.
getResultList() - Method in interface jakarta.persistence.StoredProcedureQuery
Retrieve the list of results from the next result set.
getResultList() - Method in interface jakarta.persistence.TypedQuery
Execute a SELECT query and return the query results as a typed List.
getResultStream() - Method in interface jakarta.persistence.Query
Execute a SELECT query and return the query results as an untyped java.util.stream.Stream.
getResultStream() - Method in interface jakarta.persistence.TypedQuery
Execute a SELECT query and return the query results as a typed java.util.stream.Stream.
getResultType() - Method in interface jakarta.persistence.criteria.AbstractQuery
Return the result type of the query or subquery.
getRetryTime(Date) - Method in exception jakarta.ws.rs.ServiceUnavailableException
Get the retry time for the failed request.
getReturns() - Method in class jakarta.faces.flow.Flow

Return an immutable data structure containing all of the return nodes declared for this flow.

getReturnType() - Method in class jakarta.el.MethodInfo
Returns the return type of the method
getReturnValueDescriptor() - Method in interface jakarta.validation.metadata.ExecutableDescriptor
Returns a descriptor for this executable's return value.
getRev() - Method in class jakarta.faces.component.html.HtmlCommandLink
Return the value of the rev property.
getRev() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
Return the value of the rev property.
getRev() - Method in class jakarta.faces.component.html.HtmlOutputLink
Return the value of the rev property.
getRole() - Method in class jakarta.faces.component.html.HtmlBody
Return the value of the role property.
getRole() - Method in class jakarta.faces.component.html.HtmlCommandButton
Return the value of the role property.
getRole() - Method in class jakarta.faces.component.html.HtmlCommandLink
Return the value of the role property.
getRole() - Method in class jakarta.faces.component.html.HtmlDataTable
Return the value of the role property.
getRole() - Method in class jakarta.faces.component.html.HtmlForm
Return the value of the role property.
getRole() - Method in class jakarta.faces.component.html.HtmlGraphicImage
Return the value of the role property.
getRole() - Method in class jakarta.faces.component.html.HtmlInputFile
Return the value of the role property.
getRole() - Method in class jakarta.faces.component.html.HtmlInputSecret
Return the value of the role property.
getRole() - Method in class jakarta.faces.component.html.HtmlInputText
Return the value of the role property.
getRole() - Method in class jakarta.faces.component.html.HtmlInputTextarea
Return the value of the role property.
getRole() - Method in class jakarta.faces.component.html.HtmlMessage
Return the value of the role property.
getRole() - Method in class jakarta.faces.component.html.HtmlMessages
Return the value of the role property.
getRole() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
Return the value of the role property.
getRole() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
Return the value of the role property.
getRole() - Method in class jakarta.faces.component.html.HtmlOutputFormat
Return the value of the role property.
getRole() - Method in class jakarta.faces.component.html.HtmlOutputLabel
Return the value of the role property.
getRole() - Method in class jakarta.faces.component.html.HtmlOutputLink
Return the value of the role property.
getRole() - Method in class jakarta.faces.component.html.HtmlOutputText
Return the value of the role property.
getRole() - Method in class jakarta.faces.component.html.HtmlPanelGrid
Return the value of the role property.
getRole() - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
Return the value of the role property.
getRole() - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
Return the value of the role property.
getRole() - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
Return the value of the role property.
getRole() - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
Return the value of the role property.
getRole() - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
Return the value of the role property.
getRole() - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
Return the value of the role property.
getRole() - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
Return the value of the role property.
getRolesAllowed() - Method in class jakarta.servlet.HttpConstraintElement
Gets the names of the authorized roles.
getRollbackOnly() - Method in interface jakarta.ejb.EJBContext
Test if the transaction has been marked for rollback only.
getRollbackOnly() - Method in interface jakarta.persistence.EntityTransaction
Determine whether the current resource transaction has been marked for rollback.
getRollbackOnly() - Method in interface jakarta.transaction.TransactionSynchronizationRegistry
Get the rollbackOnly status of the transaction bound to the current thread at the time this method is called.
getRoot() - Method in interface jakarta.persistence.criteria.CriteriaDelete
Return the query root.
getRoot() - Method in interface jakarta.persistence.criteria.CriteriaUpdate
Return the query root.
getRootBean() - Method in interface jakarta.validation.ConstraintViolation
Returns the root bean being validated.
getRootBeanClass() - Method in interface jakarta.validation.ConstraintViolation
Returns the class of the root bean being validated.
getRootCause(Throwable) - Method in class jakarta.faces.context.ExceptionHandler

Unwrap the argument t until the unwrapping encounters an Object whose getClass() is not equal to FacesException.class or jakarta.el.ELException.class.

getRootCause(Throwable) - Method in class jakarta.faces.context.ExceptionHandlerWrapper
The default behavior of this method is to call ExceptionHandler.getRootCause(Throwable) on the wrapped ExceptionHandler object.
getRootCause() - Method in exception jakarta.servlet.jsp.el.ELException
Deprecated.
Returns the root cause.
getRootCause() - Method in exception jakarta.servlet.jsp.JspException
Deprecated.
As of JSP 2.1, replaced by Throwable.getCause()
getRootCause() - Method in exception jakarta.servlet.ServletException
Returns the exception that caused this servlet exception.
getRootElement() - Method in class jakarta.faces.component.html.HtmlDoctype
Return the value of the rootElement property.
getRoots() - Method in interface jakarta.persistence.criteria.AbstractQuery
Return the query roots.
getRowClass() - Method in class jakarta.faces.component.html.HtmlDataTable
Return the value of the rowClass property.
getRowClass() - Method in class jakarta.faces.component.html.HtmlPanelGrid
Return the value of the rowClass property.
getRowClasses() - Method in class jakarta.faces.component.html.HtmlDataTable
Return the value of the rowClasses property.
getRowClasses() - Method in class jakarta.faces.component.html.HtmlPanelGrid
Return the value of the rowClasses property.
getRowCount() - Method in class jakarta.faces.component.UIData
Return the number of rows in the underlying data model.
getRowCount() - Method in class jakarta.faces.model.ArrayDataModel
If there is wrappedData available, return the length of the array.
getRowCount() - Method in class jakarta.faces.model.CollectionDataModel
If there is wrappedData available, return the length of the list.
getRowCount() - Method in class jakarta.faces.model.DataModel
Return the number of rows of data objects represented by this DataModel.
getRowCount() - Method in class jakarta.faces.model.IterableDataModel
Return the number of rows of data objects represented by this DataModel.
getRowCount() - Method in class jakarta.faces.model.ListDataModel
If there is wrappedData available, return the length of the list.
getRowCount() - Method in class jakarta.faces.model.ResultDataModel
If there is wrappedData available, return the length of the array returned by calling getRows() on the underlying Result.
getRowCount() - Method in class jakarta.faces.model.ResultSetDataModel
Return -1, since ResultSet does not provide a standard way to determine the number of available rows without scrolling through the entire ResultSet, and this can be very expensive if the number of rows is large.
getRowCount() - Method in class jakarta.faces.model.ScalarDataModel
If there is wrappedData available, return 1.
getRowCount() - Method in interface jakarta.servlet.jsp.jstl.sql.Result
Returns the number of rows in the cached ResultSet
getRowData() - Method in class jakarta.faces.component.UIData
Return the data object representing the data for the currently selected row index, if any.
getRowData() - Method in class jakarta.faces.model.ArrayDataModel
If row data is available, return the array element at the index specified by rowIndex.
getRowData() - Method in class jakarta.faces.model.CollectionDataModel
If row data is available, return the array element at the index specified by rowIndex.
getRowData() - Method in class jakarta.faces.model.DataModel
Return an object representing the data for the currently selected row index.
getRowData() - Method in class jakarta.faces.model.DataModelEvent
Return the object representing the data for the specified row index, or null for no associated row data.
getRowData() - Method in class jakarta.faces.model.IterableDataModel
Return an object representing the data for the currenty selected row index.
getRowData() - Method in class jakarta.faces.model.ListDataModel
If row data is available, return the array element at the index specified by rowIndex.
getRowData() - Method in class jakarta.faces.model.ResultDataModel
If row data is available, return the SortedMap array element at the index specified by rowIndex of the array returned by calling getRows() on the underlying Result.
getRowData() - Method in class jakarta.faces.model.ResultSetDataModel
If row data is available, return a Map representing the values of the columns for the row specified by rowIndex, keyed by the corresponding column names.
getRowData() - Method in class jakarta.faces.model.ScalarDataModel
If wrapped data is available, return the wrapped data instance.
getRowIndex() - Method in class jakarta.faces.component.UIData
Return the zero-relative index of the currently selected row.
getRowIndex() - Method in class jakarta.faces.model.ArrayDataModel
 
getRowIndex() - Method in class jakarta.faces.model.CollectionDataModel
 
getRowIndex() - Method in class jakarta.faces.model.DataModel
Return the zero-relative index of the currently selected row.
getRowIndex() - Method in class jakarta.faces.model.DataModelEvent
Return the row index for this event, or -1 for no specific row.
getRowIndex() - Method in class jakarta.faces.model.IterableDataModel
Return the zero-relative index of the currently selected row.
getRowIndex() - Method in class jakarta.faces.model.ListDataModel
 
getRowIndex() - Method in class jakarta.faces.model.ResultDataModel
 
getRowIndex() - Method in class jakarta.faces.model.ResultSetDataModel
 
getRowIndex() - Method in class jakarta.faces.model.ScalarDataModel
 
getRows() - Method in class jakarta.faces.component.html.HtmlInputTextarea
Return the value of the rows property.
getRows() - Method in class jakarta.faces.component.UIData
Return the number of rows to be displayed, or zero for all remaining rows in the table.
getRows() - Method in interface jakarta.servlet.jsp.jstl.sql.Result
Returns the result of the query as an array of SortedMap objects.
getRowsByIndex() - Method in interface jakarta.servlet.jsp.jstl.sql.Result
Returns the result of the query as an array of arrays.
getRules() - Method in class jakarta.faces.component.html.HtmlDataTable
Return the value of the rules property.
getRules() - Method in class jakarta.faces.component.html.HtmlPanelGrid
Return the value of the rules property.
getRunAsRole() - Method in interface jakarta.servlet.ServletRegistration
Gets the name of the runAs role of the Servlet represented by this ServletRegistration.
getRuntimeType() - Method in interface jakarta.ws.rs.core.Configuration
Get the runtime type of this configuration context.
getRxInvoker(SyncInvoker, ExecutorService) - Method in interface jakarta.ws.rs.client.RxInvokerProvider
Get RxInvoker implementation instance.
getSchedule() - Method in interface jakarta.ejb.Timer
Get the schedule expression corresponding to this timer.
getScheme() - Method in interface jakarta.servlet.ServletRequest
Returns the name of the scheme used to make this request, for example, http, https, or ftp.
getScheme() - Method in class jakarta.servlet.ServletRequestWrapper
The default behavior of this method is to return getScheme() on the wrapped request object.
getScope() - Method in interface jakarta.enterprise.context.spi.Context
Get the scope type of the context object.
getScope() - Method in interface jakarta.enterprise.inject.spi.BeanAttributes
Obtains the scope of the bean.
getScope() - Method in class jakarta.faces.component.UIWebsocket
Returns the scope of the websocket channel.
getScope() - Method in class jakarta.faces.event.ScopeContext

Return the scope itself, exposed as a Map.

getScope() - Method in class jakarta.servlet.jsp.tagext.TagVariableInfo
The body of the <scope> element.
getScope() - Method in class jakarta.servlet.jsp.tagext.VariableInfo
Returns the lexical scope of the variable.
getScopeName() - Method in class jakarta.faces.event.ScopeContext

Return the name of this custom scope.

getScript(ClientBehaviorContext) - Method in interface jakarta.faces.component.behavior.ClientBehavior

Return the script that implements this ClientBehavior's client-side logic.

getScript(ClientBehaviorContext) - Method in class jakarta.faces.component.behavior.ClientBehaviorBase
getScript(ClientBehaviorContext, ClientBehavior) - Method in class jakarta.faces.render.ClientBehaviorRenderer

Return the script that implements this ClientBehavior's client-side logic.

getScriptComponentResource(FacesContext, Resource) - Method in class jakarta.faces.view.ViewDeclarationLanguage

Take implementation specific action to discover a Resource given the argument componentResource.

getScriptComponentResource(FacesContext, Resource) - Method in class jakarta.faces.view.ViewDeclarationLanguageWrapper
 
getScriptingInvalid() - Method in interface jakarta.servlet.descriptor.JspPropertyGroupDescriptor
Gets the value of the scripting-invalid configuration, which specifies whether scripting is enabled for any JSP pages mapped to the JSP property group represented by this JspPropertyGroupDescriptor.
getSearchExpressionContext(FacesContext, UIComponent, Set<SearchExpressionHint>, Set<VisitHint>) - Method in class jakarta.faces.component.search.SearchExpressionContextFactory

Creates a SearchExpressionContext instance for use with the SearchExpressionHandler.

getSearchExpressionContext() - Method in class jakarta.faces.component.search.SearchKeywordContext

Returns the SearchExpressionContext for the current request.

getSearchExpressionHandler() - Method in class jakarta.faces.application.Application

Return the thread-safe singleton SearchExpressionHandler for this application.

getSearchExpressionHandler() - Method in class jakarta.faces.application.ApplicationWrapper
 
getSearchKeywordResolver() - Method in class jakarta.faces.application.Application

Return the singleton SearchKeywordResolver instance to be used for all search keyword resolution.

getSearchKeywordResolver() - Method in class jakarta.faces.application.ApplicationWrapper
 
getSecond() - Method in class jakarta.ejb.ScheduleExpression
Return the value of the second attribute.
getSecure() - Method in class jakarta.servlet.http.Cookie
Returns true if the browser is sending cookies only over a secure protocol, or false if the browser can send cookies using any protocol.
getSecurityContext() - Method in interface jakarta.ws.rs.container.ContainerRequestContext
Get the injectable security context information for the current request.
getSelectedClass() - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
Return the value of the selectedClass property.
getSelectedValues() - Method in class jakarta.faces.component.UISelectMany
Return the currently selected values, or null if there are no currently selected values.
getSelection() - Method in interface jakarta.persistence.criteria.AbstractQuery
Return the selection of the query, or null if no selection has been set.
getSelection() - Method in interface jakarta.persistence.criteria.Subquery
Return the selection expression.
getSelectItems() - Method in class jakarta.faces.model.SelectItemGroup
Return the set of subordinate SelectItems for this group.
getSendStream() - Method in interface jakarta.websocket.RemoteEndpoint.Basic
Opens an output stream on which a binary message may be sent.
getSendTimeout() - Method in interface jakarta.websocket.RemoteEndpoint.Async
Return the number of milliseconds the implementation will timeout attempting to send a websocket message.
getSendWriter() - Method in interface jakarta.websocket.RemoteEndpoint.Basic
Opens a character stream on which a text message may be sent.
getSeparatorChar(FacesContext) - Static method in class jakarta.faces.component.UINamingContainer

Return the character used to separate segments of a clientId.

getSerialNum() - Method in class jakarta.security.auth.message.callback.PrivateKeyCallback.IssuerSerialNumRequest
Get the serial number.
getServerAuthConfig(String, String, CallbackHandler) - Method in interface jakarta.security.auth.message.config.AuthConfigProvider
Get an instance of ServerAuthConfig from this provider.
getServerInfo() - Method in interface jakarta.servlet.ServletContext
Returns the name and version of the servlet container on which the servlet is running.
getServerName() - Method in interface jakarta.servlet.ServletRequest
Returns the host name of the server to which the request was sent.
getServerName() - Method in class jakarta.servlet.ServletRequestWrapper
The default behavior of this method is to return getServerName() on the wrapped request object.
getServerPort() - Method in interface jakarta.servlet.ServletRequest
Returns the port number to which the request was sent.
getServerPort() - Method in class jakarta.servlet.ServletRequestWrapper
The default behavior of this method is to return getServerPort() on the wrapped request object.
getServlet(String) - Method in interface jakarta.servlet.ServletContext
Deprecated.
As of Java Servlet API 2.1, with no direct replacement.

This method was originally defined to retrieve a servlet from a ServletContext. In this version, this method always returns null and remains only to preserve binary compatibility. This method will be permanently removed in a future version of Jakarta Servlets.

In lieu of this method, servlets can share information using the ServletContext class and can perform shared business logic by invoking methods on common non-servlet classes.

getServlet() - Method in exception jakarta.servlet.UnavailableException
Deprecated.
As of Java Servlet API 2.2, with no replacement. Returns the servlet that is reporting its unavailability.
getServletConfig() - Method in class jakarta.faces.webapp.FacesServlet
Return the ServletConfig instance for this servlet.
getServletConfig() - Method in class jakarta.servlet.GenericServlet
Returns this servlet's ServletConfig object.
getServletConfig() - Method in class jakarta.servlet.jsp.PageContext
The ServletConfig instance.
getServletConfig() - Method in interface jakarta.servlet.Servlet
Returns a ServletConfig object, which contains initialization and startup parameters for this servlet.
getServletContext() - Method in interface jakarta.servlet.FilterConfig
Returns a reference to the ServletContext in which the caller is executing.
getServletContext() - Method in class jakarta.servlet.GenericFilter
Returns a reference to the ServletContext in which this filter is running.
getServletContext() - Method in class jakarta.servlet.GenericServlet
Returns a reference to the ServletContext in which this servlet is running.
getServletContext() - Method in interface jakarta.servlet.http.HttpSession
Returns the ServletContext to which this session belongs.
getServletContext() - Method in class jakarta.servlet.jsp.PageContext
The ServletContext instance.
getServletContext() - Method in interface jakarta.servlet.ServletConfig
Returns a reference to the ServletContext in which the caller is executing.
getServletContext() - Method in class jakarta.servlet.ServletContextEvent
Return the ServletContext that changed.
getServletContext() - Method in interface jakarta.servlet.ServletRequest
Gets the servlet context to which this ServletRequest was last dispatched.
getServletContext() - Method in class jakarta.servlet.ServletRequestEvent
Returns the ServletContext of this web application.
getServletContext() - Method in class jakarta.servlet.ServletRequestWrapper
Gets the servlet context to which the wrapped servlet request was last dispatched.
getServletContextName() - Method in interface jakarta.servlet.ServletContext
Returns the name of this web application corresponding to this ServletContext as specified in the deployment descriptor for this web application by the display-name element.
getServletInfo() - Method in class jakarta.faces.webapp.FacesServlet
Return information about this Servlet.
getServletInfo() - Method in class jakarta.servlet.GenericServlet
Returns information about the servlet, such as author, version, and copyright.
getServletInfo() - Method in interface jakarta.servlet.Servlet
Returns information about the servlet, such as author, version, and copyright.
getServletName() - Method in class jakarta.servlet.GenericServlet
Returns the name of this servlet instance.
getServletName() - Method in interface jakarta.servlet.http.HttpServletMapping
Return the String representation for the servlet-name for this mapping.
getServletName() - Method in class jakarta.servlet.jsp.ErrorData
Returns the name of the servlet invoked.
getServletName() - Method in interface jakarta.servlet.ServletConfig
Returns the name of this servlet instance.
getServletNameMappings() - Method in interface jakarta.servlet.FilterRegistration
Gets the currently available servlet name mappings of the Filter represented by this FilterRegistration.
getServletNames() - Method in interface jakarta.servlet.ServletContext
Deprecated.
As of Java Servlet API 2.1, with no replacement.

This method was originally defined to return an Enumeration of all the servlet names known to this context. In this version, this method always returns an empty Enumeration and remains only to preserve binary compatibility. This method will be permanently removed in a future version of Jakarta Servlets.

getServletPath() - Method in interface jakarta.servlet.http.HttpServletRequest
Returns the part of this request's URL that calls the servlet.
getServletPath() - Method in class jakarta.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return getServletPath() on the wrapped request object.
getServletRegistration(String) - Method in interface jakarta.servlet.ServletContext
Gets the ServletRegistration corresponding to the servlet with the given servletName.
getServletRegistrations() - Method in interface jakarta.servlet.ServletContext
Gets a (possibly empty) Map of the ServletRegistration objects (keyed by servlet name) corresponding to all servlets registered with this ServletContext.
getServletRequest() - Method in class jakarta.servlet.ServletRequestEvent
Returns the ServletRequest that is changing.
getServlets() - Method in interface jakarta.servlet.ServletContext
Deprecated.
As of Java Servlet API 2.0, with no replacement.

This method was originally defined to return an Enumeration of all the servlets known to this servlet context. In this version, this method always returns an empty enumeration and remains only to preserve binary compatibility. This method will be permanently removed in a future version of Jakarta Servlets.

getSession(boolean) - Method in class jakarta.faces.context.ExternalContext
If the create parameter is true, create (if necessary) and return a session instance associated with the current request.
getSession(boolean) - Method in class jakarta.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.getSession(boolean) on the wrapped ExternalContext object.
getSession(boolean) - Method in interface jakarta.servlet.http.HttpServletRequest
Returns the current HttpSession associated with this request or, if there is no current session and create is true, returns a new session.
getSession() - Method in interface jakarta.servlet.http.HttpServletRequest
Returns the current session associated with this request, or if the request does not have a session, creates one.
getSession(boolean) - Method in class jakarta.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return getSession(boolean create) on the wrapped request object.
getSession() - Method in class jakarta.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return getSession() on the wrapped request object.
getSession(String) - Method in interface jakarta.servlet.http.HttpSessionContext
Deprecated.
As of Java Servlet API 2.1 with no replacement. This method must return null and will be removed in a future version of this API.
getSession() - Method in class jakarta.servlet.http.HttpSessionEvent
Return the session that changed.
getSession() - Method in class jakarta.servlet.jsp.PageContext
The current value of the session object (an HttpSession).
getSession() - Method in exception jakarta.websocket.SessionException
Return the Session on which the problem occurred.
getSessionBeanType() - Method in interface jakarta.enterprise.inject.spi.ProcessSessionBean
Returns a SessionBeanType representing the kind of session bean.
getSessionContext() - Method in interface jakarta.servlet.http.HttpSession
Deprecated.
As of Version 2.1, this method is deprecated and has no replacement. It will be removed in a future version of Jakarta Servlets.
getSessionCookieConfig() - Method in interface jakarta.servlet.ServletContext
Gets the SessionCookieConfig object through which various properties of the session tracking cookies created on behalf of this ServletContext may be configured.
getSessionId(boolean) - Method in class jakarta.faces.context.ExternalContext

Return the id of the current session or the empty string if no session has been created and the create parameter is false.

getSessionId(boolean) - Method in class jakarta.faces.context.ExternalContextWrapper

The default behavior of this method is to call ExternalContext.getSessionId(boolean) on the wrapped ExternalContext object.

getSessionId() - Method in interface jakarta.servlet.http.PushBuilder
Return the SessionID to be used for the push.
getSessionMap() - Method in class jakarta.faces.context.ExternalContext
Return a mutable Map representing the session scope attributes for the current application.
getSessionMap() - Method in class jakarta.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.getSessionMap() on the wrapped ExternalContext object.
getSessionMaxInactiveInterval() - Method in class jakarta.faces.context.ExternalContext

Returns the maximum time interval, in seconds, that the Jakarta Servlet container will keep this session open between client accesses.

getSessionMaxInactiveInterval() - Method in class jakarta.faces.context.ExternalContextWrapper

The default behavior of this method is to call ExternalContext.getSessionMaxInactiveInterval() on the wrapped ExternalContext object.

getSessionTimeout() - Method in interface jakarta.servlet.ServletContext
Gets the session timeout in minutes that are supported by default for this ServletContext.
getSet(String, Class<E>) - Method in interface jakarta.persistence.metamodel.ManagedType
Return the Set-valued attribute of the managed type that corresponds to the specified name and Java element type.
getSet(String) - Method in interface jakarta.persistence.metamodel.ManagedType
Return the Set-valued attribute of the managed type that corresponds to the specified name.
getSeverity() - Method in class jakarta.faces.application.FacesMessage
Return the severity level.
getShape() - Method in class jakarta.faces.component.html.HtmlCommandLink
Return the value of the shape property.
getShape() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
Return the value of the shape property.
getShape() - Method in class jakarta.faces.component.html.HtmlOutputLink
Return the value of the shape property.
getSharedCacheMode() - Method in interface jakarta.persistence.spi.PersistenceUnitInfo
Returns the specification of how the provider must use a second-level cache for the persistence unit.
getShortName() - Method in class jakarta.servlet.jsp.tagext.TagLibraryInfo
The preferred short name (prefix) as indicated in the TLD.
getSingleResult() - Method in interface jakarta.persistence.Query
Execute a SELECT query that returns a single untyped result.
getSingleResult() - Method in interface jakarta.persistence.StoredProcedureQuery
Retrieve a single result from the next result set.
getSingleResult() - Method in interface jakarta.persistence.TypedQuery
Execute a SELECT query that returns a single result.
getSingletons() - Method in class jakarta.ws.rs.core.Application
Get a set of root resource, provider and feature instances.
getSingularAttribute(String, Class<Y>) - Method in interface jakarta.persistence.metamodel.ManagedType
Return the single-valued attribute of the managed type that corresponds to the specified name and Java type.
getSingularAttribute(String) - Method in interface jakarta.persistence.metamodel.ManagedType
Return the single-valued attribute of the managed type that corresponds to the specified name.
getSingularAttributes() - Method in interface jakarta.persistence.metamodel.ManagedType
Return the single-valued attributes of the managed type.
getSize() - Method in class jakarta.faces.component.html.HtmlInputFile
Return the value of the size property.
getSize() - Method in class jakarta.faces.component.html.HtmlInputSecret
Return the value of the size property.
getSize() - Method in class jakarta.faces.component.html.HtmlInputText
Return the value of the size property.
getSize() - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
Return the value of the size property.
getSize() - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
Return the value of the size property.
getSize() - Method in interface jakarta.servlet.http.Part
Returns the size of this fille.
getSize(T, Class<?>, Type, Annotation[], MediaType) - Method in interface jakarta.ws.rs.ext.MessageBodyWriter
Originally, the method has been called before writeTo to ascertain the length in bytes of the serialized form of t.
getSmallIcon() - Method in class jakarta.servlet.jsp.tagext.TagInfo
Get the path to the small icon.
getSMaxAge() - Method in class jakarta.ws.rs.core.CacheControl
Corresponds to the s-maxage cache control directive.
getSource() - Method in interface jakarta.enterprise.inject.spi.ProcessSyntheticAnnotatedType
Get the extension instance which added the AnnotatedType for which this event is being fired.
getSource() - Method in interface jakarta.enterprise.inject.spi.ProcessSyntheticBean
Get the extension instance which added the Bean for which this event is being fired.
getSource() - Method in interface jakarta.enterprise.inject.spi.ProcessSyntheticObserverMethod
Get the extension instance which added the ObserverMethod for which this event is being fired.
getSource() - Method in class jakarta.faces.component.search.SearchExpressionContext

Returns the source / base component from which we will start to perform our search.

getSourceId() - Method in class jakarta.faces.component.behavior.ClientBehaviorContext

Returns an id for use as the ClientBehavior source.

getSpecificationVersion() - Method in class jakarta.servlet.jsp.JspEngineInfo
Return the version number of the JSP specification that is supported by this JSP engine.
getSslContext() - Method in interface jakarta.ws.rs.client.Client
Get the SSL context configured to be used with the current client run-time.
getStart() - Method in class jakarta.ejb.ScheduleExpression
Return the start date, if set; otherwise null.
getStartNodeId() - Method in class jakarta.faces.flow.Flow

Return the immutable id for the default node that should be activated when this flow is entered.

getState() - Method in class jakarta.faces.application.StateManager.SerializedView
Deprecated.
 
getState(FacesContext, String) - Method in class jakarta.faces.render.ResponseStateManager
The implementation must inspect the current request and return an Object representing the tree structure and component state passed in to a previous invocation of ResponseStateManager.writeState(jakarta.faces.context.FacesContext,java.lang.Object).
getStateHelper() - Method in class jakarta.faces.component.UIComponent

Return the StateHelper instance used to help this component implement PartialStateHolder.

getStateHelper(boolean) - Method in class jakarta.faces.component.UIComponent

Like UIComponent.getStateHelper(), but only create a state helper instance if the argument creat is true.

getStateManagementStrategy(FacesContext, String) - Method in class jakarta.faces.view.ViewDeclarationLanguage

For implementations that want to control the implementation of state saving and restoring, the StateManagementStrategy allows them to do so.

getStateManagementStrategy(FacesContext, String) - Method in class jakarta.faces.view.ViewDeclarationLanguageWrapper
 
getStateManager() - Method in class jakarta.faces.application.Application
Return the StateManager instance that will be utilized during the Restore View and Render Response phases of the request processing lifecycle.
getStateManager() - Method in class jakarta.faces.application.ApplicationWrapper

The default behavior of this method is to call Application.getStateManager() on the wrapped Application object.

getStatus() - Method in class jakarta.security.enterprise.identitystore.CredentialValidationResult
Determines the validation status.
getStatus() - Method in interface jakarta.servlet.http.HttpServletResponse
Gets the current status code of this response.
getStatus() - Method in class jakarta.servlet.http.HttpServletResponseWrapper
The default behaviour of this method is to call HttpServletResponse.getStatus() on the wrapped response object.
getStatus() - Method in interface jakarta.transaction.Transaction
Obtain the status of the transaction associated with the target Transaction object.
getStatus() - Method in interface jakarta.transaction.TransactionManager
Obtain the status of the transaction associated with the current thread.
getStatus() - Method in interface jakarta.transaction.UserTransaction
Obtain the status of the transaction associated with the current thread.
getStatus() - Method in interface jakarta.ws.rs.client.ClientResponseContext
Get the status code associated with the response.
getStatus() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
Get the status code associated with the response.
getStatus() - Method in class jakarta.ws.rs.core.Response
Get the status code associated with the response.
getStatusCode() - Method in class jakarta.servlet.jsp.ErrorData
Returns the status code of the error.
getStatusCode() - Method in enum jakarta.ws.rs.core.Response.Status
Get the associated status code.
getStatusCode() - Method in interface jakarta.ws.rs.core.Response.StatusType
Get the associated status code.
getStatusInfo() - Method in interface jakarta.ws.rs.client.ClientResponseContext
Get the complete status information associated with the response.
getStatusInfo() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
Get the complete status information associated with the response.
getStatusInfo() - Method in class jakarta.ws.rs.core.Response
Get the complete status information associated with the response.
getStep() - Method in interface jakarta.servlet.jsp.jstl.core.LoopTagStatus
Returns the value of the 'step' attribute for the associated tag, or null if no 'step' attribute was specified.
getStereotypeDefinition(Class<? extends Annotation>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
Obtains meta-annotations for a certain stereotype.
getStereotypes() - Method in interface jakarta.enterprise.inject.spi.BeanAttributes
Obtains the stereotypes of the bean.
getStreamELResolver() - Method in class jakarta.el.ExpressionFactory
Retrieves an ELResolver that implements the operations in collections.
getStreamOffset() - Method in interface jakarta.json.stream.JsonLocation
Return the stream offset into the input source this location is pointing to.
getString(int) - Method in interface jakarta.json.JsonArray
A convenience method for getJsonString(index).getString().
getString(int, String) - Method in interface jakarta.json.JsonArray
Returns the String value of JsonString at the specified position in this JSON array values.
getString(String) - Method in interface jakarta.json.JsonObject
A convenience method for getJsonString(name).getString()
getString(String, String) - Method in interface jakarta.json.JsonObject
Returns the string value of the associated JsonString mapping for the specified name.
getString() - Method in interface jakarta.json.JsonString
Returns the JSON string value.
getString() - Method in interface jakarta.json.stream.JsonParser
Returns a String for the name in a name/value pair, for a string value or a number value.
getString() - Method in class jakarta.servlet.jsp.tagext.BodyContent
Return the value of the BodyContent as a String.
getStringHeaders() - Method in interface jakarta.ws.rs.client.ClientRequestContext
Get a string view of header values associated with the message.
getStringHeaders() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
Get a string view of header values associated with the message.
getStringHeaders() - Method in class jakarta.ws.rs.core.Response
Get view of the response headers and their string values.
getStringValue(FacesContext) - Method in class jakarta.faces.component.UIViewParameter

If the value of this parameter comes from a ValueExpression return the value of the expression, otherwise, return the local value.

getStringValueFromModel(FacesContext) - Method in class jakarta.faces.component.UIViewParameter

Manually perform standard conversion steps to get a string value from the value expression.

getStructure() - Method in class jakarta.faces.application.StateManager.SerializedView
Deprecated.
 
getStyle() - Method in class jakarta.faces.component.html.HtmlBody
Return the value of the style property.
getStyle() - Method in class jakarta.faces.component.html.HtmlCommandButton
Return the value of the style property.
getStyle() - Method in class jakarta.faces.component.html.HtmlCommandLink
Return the value of the style property.
getStyle() - Method in class jakarta.faces.component.html.HtmlDataTable
Return the value of the style property.
getStyle() - Method in class jakarta.faces.component.html.HtmlForm
Return the value of the style property.
getStyle() - Method in class jakarta.faces.component.html.HtmlGraphicImage
Return the value of the style property.
getStyle() - Method in class jakarta.faces.component.html.HtmlInputFile
Return the value of the style property.
getStyle() - Method in class jakarta.faces.component.html.HtmlInputSecret
Return the value of the style property.
getStyle() - Method in class jakarta.faces.component.html.HtmlInputText
Return the value of the style property.
getStyle() - Method in class jakarta.faces.component.html.HtmlInputTextarea
Return the value of the style property.
getStyle() - Method in class jakarta.faces.component.html.HtmlMessage
Return the value of the style property.
getStyle() - Method in class jakarta.faces.component.html.HtmlMessages
Return the value of the style property.
getStyle() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
Return the value of the style property.
getStyle() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
Return the value of the style property.
getStyle() - Method in class jakarta.faces.component.html.HtmlOutputFormat
Return the value of the style property.
getStyle() - Method in class jakarta.faces.component.html.HtmlOutputLabel
Return the value of the style property.
getStyle() - Method in class jakarta.faces.component.html.HtmlOutputLink
Return the value of the style property.
getStyle() - Method in class jakarta.faces.component.html.HtmlOutputText
Return the value of the style property.
getStyle() - Method in class jakarta.faces.component.html.HtmlPanelGrid
Return the value of the style property.
getStyle() - Method in class jakarta.faces.component.html.HtmlPanelGroup
Return the value of the style property.
getStyle() - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
Return the value of the style property.
getStyle() - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
Return the value of the style property.
getStyle() - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
Return the value of the style property.
getStyle() - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
Return the value of the style property.
getStyle() - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
Return the value of the style property.
getStyle() - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
Return the value of the style property.
getStyle() - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
Return the value of the style property.
getStyleClass() - Method in class jakarta.faces.component.html.HtmlBody
Return the value of the styleClass property.
getStyleClass() - Method in class jakarta.faces.component.html.HtmlColumn
Return the value of the styleClass property.
getStyleClass() - Method in class jakarta.faces.component.html.HtmlCommandButton
Return the value of the styleClass property.
getStyleClass() - Method in class jakarta.faces.component.html.HtmlCommandLink
Return the value of the styleClass property.
getStyleClass() - Method in class jakarta.faces.component.html.HtmlDataTable
Return the value of the styleClass property.
getStyleClass() - Method in class jakarta.faces.component.html.HtmlForm
Return the value of the styleClass property.
getStyleClass() - Method in class jakarta.faces.component.html.HtmlGraphicImage
Return the value of the styleClass property.
getStyleClass() - Method in class jakarta.faces.component.html.HtmlInputFile
Return the value of the styleClass property.
getStyleClass() - Method in class jakarta.faces.component.html.HtmlInputSecret
Return the value of the styleClass property.
getStyleClass() - Method in class jakarta.faces.component.html.HtmlInputText
Return the value of the styleClass property.
getStyleClass() - Method in class jakarta.faces.component.html.HtmlInputTextarea
Return the value of the styleClass property.
getStyleClass() - Method in class jakarta.faces.component.html.HtmlMessage
Return the value of the styleClass property.
getStyleClass() - Method in class jakarta.faces.component.html.HtmlMessages
Return the value of the styleClass property.
getStyleClass() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
Return the value of the styleClass property.
getStyleClass() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
Return the value of the styleClass property.
getStyleClass() - Method in class jakarta.faces.component.html.HtmlOutputFormat
Return the value of the styleClass property.
getStyleClass() - Method in class jakarta.faces.component.html.HtmlOutputLabel
Return the value of the styleClass property.
getStyleClass() - Method in class jakarta.faces.component.html.HtmlOutputLink
Return the value of the styleClass property.
getStyleClass() - Method in class jakarta.faces.component.html.HtmlOutputText
Return the value of the styleClass property.
getStyleClass() - Method in class jakarta.faces.component.html.HtmlPanelGrid
Return the value of the styleClass property.
getStyleClass() - Method in class jakarta.faces.component.html.HtmlPanelGroup
Return the value of the styleClass property.
getStyleClass() - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
Return the value of the styleClass property.
getStyleClass() - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
Return the value of the styleClass property.
getStyleClass() - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
Return the value of the styleClass property.
getStyleClass() - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
Return the value of the styleClass property.
getStyleClass() - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
Return the value of the styleClass property.
getStyleClass() - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
Return the value of the styleClass property.
getStyleClass() - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
Return the value of the styleClass property.
getSubgraphs() - Method in interface jakarta.persistence.AttributeNode
Return the Map<Class, Subgraph> of subgraphs associated with this attribute node.
getSubject() - Method in class jakarta.security.auth.message.callback.CallerPrincipalCallback
Get the Subject in which the handler will distinguish the caller principal
getSubject() - Method in class jakarta.security.auth.message.callback.GroupPrincipalCallback
Get the Subject in which the handler will establish the group principals.
getSubject() - Method in class jakarta.security.auth.message.callback.PasswordValidationCallback
Get the subject.
getSubjectKeyID() - Method in class jakarta.security.auth.message.callback.PrivateKeyCallback.SubjectKeyIDRequest
Get the subjectKeyID.
getSubmittedFileName() - Method in interface jakarta.servlet.http.Part
Gets the file name specified by the client
getSubmittedValue() - Method in interface jakarta.faces.component.EditableValueHolder
Return the submittedValue value of this component.
getSubmittedValue() - Method in class jakarta.faces.component.UIInput
Return the submittedValue value of this UIInput component.
getSubmittedValue() - Method in class jakarta.faces.component.UIViewParameter

Assume that the submitted value is always a string, but the return type from this method is Object..

getSubprotocols() - Method in interface jakarta.websocket.server.ServerEndpointConfig
Return the websocket subprotocols configured.
getSubtreeIdsToVisit(UIComponent) - Method in class jakarta.faces.component.visit.VisitContext

Given a NamingContainer component, returns the client ids of any components underneath the NamingContainer that should be visited.

getSubtreeIdsToVisit(UIComponent) - Method in class jakarta.faces.component.visit.VisitContextWrapper
 
getSubtype() - Method in class jakarta.ws.rs.core.MediaType
Getter for subtype.
getSummary() - Method in class jakarta.faces.application.FacesMessage
Return the localized summary text.
getSummary() - Method in class jakarta.faces.component.html.HtmlDataTable
Return the value of the summary property.
getSummary() - Method in class jakarta.faces.component.html.HtmlPanelGrid
Return the value of the summary property.
getSupertype() - Method in interface jakarta.persistence.metamodel.IdentifiableType
Return the identifiable type that corresponds to the most specific mapped superclass or entity extended by the entity or mapped superclass.
getSuppliedRequest() - Method in class jakarta.servlet.AsyncEvent
Gets the ServletRequest from this AsyncEvent.
getSuppliedResponse() - Method in class jakarta.servlet.AsyncEvent
Gets the ServletResponse from this AsyncEvent.
getSupportedLocales() - Method in class jakarta.faces.application.Application
Return an Iterator over the supported Locales for this appication.
getSupportedLocales() - Method in class jakarta.faces.application.ApplicationWrapper

The default behavior of this method is to call Application.getSupportedLocales() on the wrapped Application object.

getSupportedMessageTypes() - Method in interface jakarta.security.auth.message.module.ClientAuthModule
Get the one or more Class objects representing the message types supported by the module.
getSupportedMessageTypes() - Method in interface jakarta.security.auth.message.module.ServerAuthModule
Get the one or more Class objects representing the message types supported by the module.
getSwitches() - Method in class jakarta.faces.flow.Flow

Return an immutable data structure containing all of the switch nodes declared for this flow.

getSystem() - Method in class jakarta.faces.component.html.HtmlDoctype
Return the value of the system property.
getTabindex() - Method in class jakarta.faces.component.html.HtmlCommandButton
Return the value of the tabindex property.
getTabindex() - Method in class jakarta.faces.component.html.HtmlCommandLink
Return the value of the tabindex property.
getTabindex() - Method in class jakarta.faces.component.html.HtmlInputFile
Return the value of the tabindex property.
getTabindex() - Method in class jakarta.faces.component.html.HtmlInputSecret
Return the value of the tabindex property.
getTabindex() - Method in class jakarta.faces.component.html.HtmlInputText
Return the value of the tabindex property.
getTabindex() - Method in class jakarta.faces.component.html.HtmlInputTextarea
Return the value of the tabindex property.
getTabindex() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
Return the value of the tabindex property.
getTabindex() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
Return the value of the tabindex property.
getTabindex() - Method in class jakarta.faces.component.html.HtmlOutputLabel
Return the value of the tabindex property.
getTabindex() - Method in class jakarta.faces.component.html.HtmlOutputLink
Return the value of the tabindex property.
getTabindex() - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
Return the value of the tabindex property.
getTabindex() - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
Return the value of the tabindex property.
getTabindex() - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
Return the value of the tabindex property.
getTabindex() - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
Return the value of the tabindex property.
getTabindex() - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
Return the value of the tabindex property.
getTabindex() - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
Return the value of the tabindex property.
getTabindex() - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
Return the value of the tabindex property.
getTag() - Method in class jakarta.faces.view.facelets.DelegatingMetaTagHandler
 
getTag() - Method in class jakarta.faces.view.facelets.TagAttribute

A reference to the Tag for which this class represents the attributes.

getTag() - Method in class jakarta.faces.view.facelets.TagAttributes

A reference to the Tag for which this class represents the attributes.

getTag() - Method in interface jakarta.faces.view.facelets.TagConfig

Return the Tag representing this handler.

getTag(String) - Method in class jakarta.servlet.jsp.tagext.TagLibraryInfo
Get the TagInfo for a given tag name, looking through all the tags in this tag library.
getTagAttribute(String) - Method in class jakarta.faces.view.facelets.DelegatingMetaTagHandler
 
getTagClassName() - Method in class jakarta.servlet.jsp.tagext.TagInfo
Name of the class that provides the handler for this tag.
getTagExtraInfo() - Method in class jakarta.servlet.jsp.tagext.TagInfo
The instance (if any) for extra tag information.
getTagFile(String) - Method in class jakarta.servlet.jsp.tagext.TagLibraryInfo
Get the TagFileInfo for a given tag name, looking through all the tag files in this tag library.
getTagFiles() - Method in class jakarta.servlet.jsp.tagext.TagLibraryInfo
An array describing the tag files that are defined in this tag library.
getTagHandlerDelegate() - Method in class jakarta.faces.view.facelets.BehaviorHandler
 
getTagHandlerDelegate() - Method in class jakarta.faces.view.facelets.ComponentHandler
 
getTagHandlerDelegate() - Method in class jakarta.faces.view.facelets.ConverterHandler
 
getTagHandlerDelegate() - Method in class jakarta.faces.view.facelets.DelegatingMetaTagHandler

Get the tag handler delegate.

getTagHandlerDelegate() - Method in class jakarta.faces.view.facelets.ValidatorHandler

Return the implementation specific delegate instance that provides the bulk of the work for this handler instance.

getTagId() - Method in class jakarta.faces.view.facelets.DelegatingMetaTagHandler
 
getTagId() - Method in interface jakarta.faces.view.facelets.TagConfig

A document-unique id, follows the convention "_tagId##"

getTagInfo() - Method in class jakarta.servlet.jsp.tagext.TagExtraInfo
Get the TagInfo for this class.
getTagInfo() - Method in class jakarta.servlet.jsp.tagext.TagFileInfo
Returns information about this tag, parsed from the directives in the tag file.
getTaglibLocation() - Method in interface jakarta.servlet.descriptor.TaglibDescriptor
Gets the location of the tag library represented by this TaglibDescriptor.
getTagLibrary() - Method in class jakarta.servlet.jsp.tagext.TagInfo
The instance of TabLibraryInfo we belong to.
getTagLibraryInfos() - Method in class jakarta.servlet.jsp.tagext.TagLibraryInfo
Returns an array of TagLibraryInfo objects representing the entire set of tag libraries (including this TagLibraryInfo) imported by taglib directives in the translation unit that references this TagLibraryInfo.
getTaglibs() - Method in interface jakarta.servlet.descriptor.JspConfigDescriptor
Gets the <taglib> child elements of the <jsp-config> element represented by this JspConfigDescriptor.
getTaglibURI() - Method in interface jakarta.servlet.descriptor.TaglibDescriptor
Gets the unique identifier of the tag library represented by this TaglibDescriptor.
getTagName() - Method in class jakarta.servlet.jsp.tagext.TagInfo
The name of the Tag.
getTags() - Method in class jakarta.servlet.jsp.tagext.TagLibraryInfo
An array describing the tags that are defined in this tag library.
getTagVariableInfos() - Method in class jakarta.servlet.jsp.tagext.TagInfo
Get TagVariableInfo objects associated with this TagInfo.
getTarget() - Method in class jakarta.faces.component.html.HtmlCommandLink
Return the value of the target property.
getTarget() - Method in class jakarta.faces.component.html.HtmlForm
Return the value of the target property.
getTarget() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
Return the value of the target property.
getTarget() - Method in class jakarta.faces.component.html.HtmlOutputLink
Return the value of the target property.
getTarget() - Method in interface jakarta.interceptor.InvocationContext
Returns the target instance.
getTargetClass() - Method in class jakarta.faces.view.facelets.MetadataTarget

Return the Class of the metadata target.

getTargetPolicies() - Method in class jakarta.security.auth.message.MessagePolicy
Get the target policies that comprise the authentication policy.
getTargets(UIComponent) - Method in interface jakarta.faces.view.AttachedObjectTarget

Returns the List<UIComponent> that this AttachedObjectTarget exposes.

getTargets() - Method in class jakarta.security.auth.message.MessagePolicy.TargetPolicy
Get the array of layer-specific target descriptors that identify the one or more message parts to which the specified message protection policy applies.
getText() - Method in interface jakarta.faces.view.facelets.TextHandler

Returns the literal String value of the contained text.

getText(FaceletContext) - Method in interface jakarta.faces.view.facelets.TextHandler

Returns the resolved literal String value of the contained text after evaluating EL.

getText() - Method in exception jakarta.websocket.DecodeException
Return the encoded string that is either the whole message, or the partial message that could not be decoded, or null if this exception arose from a failure to decode a binary message..
getThrowable() - Method in class jakarta.servlet.AsyncEvent
Gets the Throwable from this AsyncEvent.
getThrowable() - Method in class jakarta.servlet.jsp.ErrorData
Returns the Throwable that caused the error.
getTimeout() - Method in interface jakarta.enterprise.context.Conversation
Get the timeout of the current conversation.
getTimeout() - Method in interface jakarta.servlet.AsyncContext
Gets the timeout (in milliseconds) for this AsyncContext.
getTimer() - Method in interface jakarta.ejb.TimerHandle
Obtain a reference to the timer represented by this handle.
getTimer() - Method in interface jakarta.interceptor.InvocationContext
Returns the timer object associated with a timeout method invocation on the target class, or a null value for interceptor method types other than AroundTimeout.
getTimeRemaining() - Method in interface jakarta.ejb.Timer
Get the number of milliseconds that will elapse before the next scheduled timer expiration.
getTimers() - Method in interface jakarta.ejb.TimerService
Returns all active timers associated with this bean.
getTimerService() - Method in interface jakarta.ejb.EJBContext
Get access to the enterprise bean Timer Service.
getTimeStyle() - Method in class jakarta.faces.convert.DateTimeConverter
Return the style to be used to format or parse times.
getTimezone() - Method in class jakarta.ejb.ScheduleExpression
Return the timezone, if set; otherwise null.
getTimeZone() - Method in class jakarta.faces.convert.DateTimeConverter
Return the TimeZone used to interpret a time value.
getTitle() - Method in class jakarta.faces.component.html.HtmlBody
Return the value of the title property.
getTitle() - Method in class jakarta.faces.component.html.HtmlCommandButton
Return the value of the title property.
getTitle() - Method in class jakarta.faces.component.html.HtmlCommandLink
Return the value of the title property.
getTitle() - Method in class jakarta.faces.component.html.HtmlDataTable
Return the value of the title property.
getTitle() - Method in class jakarta.faces.component.html.HtmlForm
Return the value of the title property.
getTitle() - Method in class jakarta.faces.component.html.HtmlGraphicImage
Return the value of the title property.
getTitle() - Method in class jakarta.faces.component.html.HtmlInputFile
Return the value of the title property.
getTitle() - Method in class jakarta.faces.component.html.HtmlInputSecret
Return the value of the title property.
getTitle() - Method in class jakarta.faces.component.html.HtmlInputText
Return the value of the title property.
getTitle() - Method in class jakarta.faces.component.html.HtmlInputTextarea
Return the value of the title property.
getTitle() - Method in class jakarta.faces.component.html.HtmlMessage
Return the value of the title property.
getTitle() - Method in class jakarta.faces.component.html.HtmlMessages
Return the value of the title property.
getTitle() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
Return the value of the title property.
getTitle() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
Return the value of the title property.
getTitle() - Method in class jakarta.faces.component.html.HtmlOutputFormat
Return the value of the title property.
getTitle() - Method in class jakarta.faces.component.html.HtmlOutputLabel
Return the value of the title property.
getTitle() - Method in class jakarta.faces.component.html.HtmlOutputLink
Return the value of the title property.
getTitle() - Method in class jakarta.faces.component.html.HtmlOutputText
Return the value of the title property.
getTitle() - Method in class jakarta.faces.component.html.HtmlPanelGrid
Return the value of the title property.
getTitle() - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
Return the value of the title property.
getTitle() - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
Return the value of the title property.
getTitle() - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
Return the value of the title property.
getTitle() - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
Return the value of the title property.
getTitle() - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
Return the value of the title property.
getTitle() - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
Return the value of the title property.
getTitle() - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
Return the value of the title property.
getTitle() - Method in class jakarta.ws.rs.core.Link
Returns the value associated with the link title param, or null if this param is not specified.
getTo() - Method in interface jakarta.validation.metadata.GroupConversionDescriptor
Returns the target group of this conversion rule.
getToFlowDocumentId() - Method in class jakarta.faces.application.NavigationCase

If this navigation case represents a flow invocation, this property is the documentId in which the flow whose id is given by the return from NavigationCase.getFromOutcome() is defined.

getToFlowDocumentId() - Method in class jakarta.faces.application.NavigationCaseWrapper
 
getToken() - Method in class jakarta.security.enterprise.credential.RememberMeCredential
Determines the token value to compare for authentication.
getToViewId(FacesContext) - Method in class jakarta.faces.application.NavigationCase

Evaluates the <to-view-id> for this <navigation-case>

getToViewId(FacesContext) - Method in class jakarta.faces.application.NavigationCaseWrapper
 
getTrailerFields() - Method in interface jakarta.servlet.http.HttpServletRequest
Get the request trailer fields.
getTrailerFields() - Method in class jakarta.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to call getTrailerFields on the wrapped request object.
getTrailerFields() - Method in interface jakarta.servlet.http.HttpServletResponse
Gets the supplier of trailer headers.
getTrailerFields() - Method in class jakarta.servlet.http.HttpServletResponseWrapper
The default behaviour of this method is to call HttpServletResponse.getTrailerFields() on the wrapped response object.
getTransaction() - Method in interface jakarta.persistence.EntityManager
Return the resource-level EntityTransaction object.
getTransaction() - Method in interface jakarta.transaction.TransactionManager
Get the transaction object that represents the transaction context of the calling thread.
getTransactionKey() - Method in interface jakarta.transaction.TransactionSynchronizationRegistry
Return an opaque object to represent the transaction bound to the current thread at the time this method is called.
getTransactionPhase() - Method in interface jakarta.enterprise.inject.spi.ObserverMethod
Obtains the specified TransactionPhase for the observer method.
getTransactionStatus() - Method in interface jakarta.transaction.TransactionSynchronizationRegistry
Return the status of the transaction bound to the current thread at the time this method is called.
getTransactionType() - Method in interface jakarta.persistence.spi.PersistenceUnitInfo
Returns the transaction type of the entity managers created by the EntityManagerFactory.
getTransient(Object) - Method in interface jakarta.faces.component.TransientStateHelper

Return the value currently associated with the specified key if any.

getTransient(Object, Object) - Method in interface jakarta.faces.component.TransientStateHelper

Performs the same logic as TransientStateHelper.getTransient(java.lang.Object) } but if no value is found, this will return the specified defaultValue

getTransientStateHelper() - Method in class jakarta.faces.component.UIComponent

Return the TransientStateHelper instance for this UIComponent instance.

getTransientStateHelper(boolean) - Method in class jakarta.faces.component.UIComponent

Return the TransientStateHelper instance for this UIComponent instance.

getTransportGuarantee() - Method in class jakarta.servlet.HttpConstraintElement
Gets the data protection requirement (i.e., whether or not SSL/TLS is required) that must be satisfied by the transport connection.
getTraversableResolver() - Method in interface jakarta.validation.spi.ConfigurationState
Returns the traversable resolver for this configuration.
getTraversableResolver() - Method in interface jakarta.validation.ValidatorFactory
Returns the TraversableResolver instance configured at initialization time for the ValidatorFactory.
getTraversableResolverClassName() - Method in interface jakarta.validation.BootstrapConfiguration
Class name of the TraversableResolver implementation or null if none is specified.
getTreeStructureToRestore(FacesContext, String) - Method in class jakarta.faces.render.ResponseStateManager
Deprecated.
This method has been replaced by ResponseStateManager.getState(jakarta.faces.context.FacesContext, java.lang.String). The default implementation returns null.
getTreeStructureToSave(FacesContext) - Method in class jakarta.faces.application.StateManager
Deprecated.
the distinction between tree structure and component state is now an implementation detail. The default implementation returns null.
getTreeStructureToSave(FacesContext) - Method in class jakarta.faces.application.StateManagerWrapper
The default behavior of this method is to call StateManager.getTreeStructureToSave(jakarta.faces.context.FacesContext) on the wrapped StateManager object.
getTrimDirectiveWhitespaces() - Method in interface jakarta.servlet.descriptor.JspPropertyGroupDescriptor
Gets the value of the trim-directive-whitespaces configuration, which specifies whether template text containing only whitespaces must be removed from the response output of any JSP pages mapped to the JSP property group represented by this JspPropertyGroupDescriptor.
getTrustStore() - Method in class jakarta.security.auth.message.callback.TrustStoreCallback
Used by the TrustStore user to obtain the TrustStore set within the Callback.
getType(ELContext, Object, Object) - Method in class jakarta.el.ArrayELResolver
If the base object is an array, returns the most general acceptable type for a value in this array.
getType(ELContext, Object, Object) - Method in class jakarta.el.BeanELResolver
If the base object is not null, returns the most general acceptable type that can be set on this bean property.
getType(ELContext, Object, Object) - Method in class jakarta.el.BeanNameELResolver
If the base is null and the property is a name resolvable by the BeanNameResolver, return the type of the bean.
getType(ELContext, Object, Object) - Method in class jakarta.el.CompositeELResolver
For a given base and property, attempts to identify the most general type that is acceptable for an object to be passed as the value parameter in a future call to the CompositeELResolver.setValue(jakarta.el.ELContext, java.lang.Object, java.lang.Object, java.lang.Object) method.
getType(ELContext, Object, Object) - Method in class jakarta.el.ELResolver
For a given base and property, attempts to identify the most general type that is acceptable for an object to be passed as the value parameter in a future call to the ELResolver.setValue(jakarta.el.ELContext, java.lang.Object, java.lang.Object, java.lang.Object) method.
getType(ELContext, Object, Object) - Method in class jakarta.el.ListELResolver
If the base object is a list, returns the most general acceptable type for a value in this list.
getType(ELContext, Object, Object) - Method in class jakarta.el.MapELResolver
If the base object is a map, returns the most general acceptable type for a value in this map.
getType(ELContext, Object, Object) - Method in class jakarta.el.ResourceBundleELResolver
If the base object is an instance of ResourceBundle, return null, since the resolver is read only.
getType(ELContext, Object, Object) - Method in class jakarta.el.StaticFieldELResolver
Returns the type of a static field.
getType(ELContext, Object, Object) - Method in class jakarta.el.TypeConverter
 
getType(ELContext) - Method in class jakarta.el.ValueExpression
Evaluates the expression relative to the provided context, and returns the most general type that is acceptable for an object to be passed as the value parameter in a future call to the ValueExpression.setValue(jakarta.el.ELContext, java.lang.Object) method.
getType() - Method in interface jakarta.enterprise.inject.spi.EventMetadata
Get the type representing runtime class of the event object with type variables resolved.
getType() - Method in interface jakarta.enterprise.inject.spi.InjectionPoint
Get the required type of injection point.
getType() - Method in class jakarta.enterprise.util.TypeLiteral
 
getType() - Method in class jakarta.faces.component.html.HtmlCommandButton
Return the value of the type property.
getType() - Method in class jakarta.faces.component.html.HtmlCommandLink
Return the value of the type property.
getType() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
Return the value of the type property.
getType() - Method in class jakarta.faces.component.html.HtmlOutputLink
Return the value of the type property.
getType() - Method in class jakarta.faces.component.UIImportConstants
Returns the fully qualified name of the type to import the constant field values for.
getType() - Method in class jakarta.faces.convert.DateTimeConverter
Return the type of value to be formatted or parsed.
getType() - Method in class jakarta.faces.convert.NumberConverter
Return the number type to be used when formatting and parsing numbers.
getType(FacesContext) - Method in class jakarta.faces.el.MethodBinding
Deprecated.
Return the Java class representing the return type from the method identified by this method binding expression.
getType(Object, Object) - Method in class jakarta.faces.el.PropertyResolver
Deprecated.
Return the java.lang.Class representing the type of the specified property.
getType(Object, int) - Method in class jakarta.faces.el.PropertyResolver
Deprecated.
Return the java.lang.Class representing the type of the specified index.
getType(FacesContext) - Method in class jakarta.faces.el.ValueBinding
Deprecated.
Return the type of the property represented by this ValueBinding, relative to the specified FacesContext.
getType() - Method in interface jakarta.persistence.metamodel.SingularAttribute
Return the type that represents the type of the attribute.
getType(ELContext, Object, Object) - Method in class jakarta.servlet.jsp.el.ImplicitObjectELResolver
If the base object is null, and the property matches the name of a JSP implicit object, returns null to indicate that no types are ever accepted to setValue().
getType(ELContext, Object, Object) - Method in class jakarta.servlet.jsp.el.ScopedAttributeELResolver
If the base object is null, returns Object.class to indicate that any type is valid to set for a scoped attribute.
getType(ELContext) - Method in class jakarta.servlet.jsp.jstl.core.IndexedValueExpression
 
getType(ELContext) - Method in class jakarta.servlet.jsp.jstl.core.IteratedValueExpression
 
getType() - Method in class jakarta.ws.rs.core.GenericEntity
Gets underlying Type instance.
getType() - Method in class jakarta.ws.rs.core.GenericType
Retrieve the type represented by the generic type instance.
getType() - Method in class jakarta.ws.rs.core.Link
Returns the value associated with the link type param, or null if this param is not specified.
getType() - Method in class jakarta.ws.rs.core.MediaType
Getter for primary type.
getType() - Method in interface jakarta.ws.rs.ext.InterceptorContext
Get Java type supported by corresponding message body provider.
getType() - Method in interface jakarta.ws.rs.sse.OutboundSseEvent
Get data type.
getTypeArgumentIndex() - Method in interface jakarta.validation.metadata.ContainerElementTypeDescriptor
Returns the index of the type argument corresponding to this container element type.
getTypeArgumentIndex() - Method in interface jakarta.validation.Path.BeanNode
 
getTypeArgumentIndex() - Method in interface jakarta.validation.Path.ContainerElementNode
 
getTypeArgumentIndex() - Method in interface jakarta.validation.Path.PropertyNode
 
getTypeClosure() - Method in interface jakarta.enterprise.inject.spi.Annotated
Get all types to which the base type should be considered assignable.
getTypeName() - Method in class jakarta.servlet.jsp.tagext.TagAttributeInfo
The type (as a String) of this attribute.
getTypes() - Method in interface jakarta.enterprise.inject.spi.BeanAttributes
Obtains the bean types of the bean.
getUIViewParameter(FacesContext) - Method in class jakarta.faces.component.UIViewParameter.Reference

Return the UIViewParameter to which this instance refers.

getUnavailableSeconds() - Method in exception jakarta.servlet.UnavailableException
Returns the number of seconds the servlet expects to be temporarily unavailable.
getUnhandledExceptionQueuedEvents() - Method in class jakarta.faces.context.ExceptionHandler

Return an Iterable over all ExceptionQueuedEvents that have not yet been handled by the ExceptionHandler.handle() method.

getUnhandledExceptionQueuedEvents() - Method in class jakarta.faces.context.ExceptionHandlerWrapper
The default behavior of this method is to call ExceptionHandler.getUnhandledExceptionQueuedEvents() on the wrapped ExceptionHandler object.
getUnselectedClass() - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
Return the value of the unselectedClass property.
getUpdateCount() - Method in interface jakarta.persistence.StoredProcedureQuery
Return the update count or -1 if there is no pending result or if the next result is not an update count.
getURI() - Method in class jakarta.servlet.jsp.tagext.TagLibraryInfo
The value of the uri attribute from the taglib directive for this library.
getUri() - Method in interface jakarta.ws.rs.client.ClientRequestContext
Get the request URI.
getUri() - Method in interface jakarta.ws.rs.client.WebTarget
Get the URI identifying the resource.
getUri() - Method in class jakarta.ws.rs.core.Link
Returns the underlying URI associated with this link.
getUri() - Method in class jakarta.ws.rs.core.Link.JaxbLink
Get the underlying URI for this link.
getUriBuilder() - Method in interface jakarta.ws.rs.client.WebTarget
Get the URI builder initialized with the URI of the current resource target.
getUriBuilder() - Method in class jakarta.ws.rs.core.Link
Convenience method that returns a UriBuilder initialized with this link's underlying URI.
getUriInfo() - Method in interface jakarta.ws.rs.container.ContainerRequestContext
Get request URI information.
getURL() - Method in class jakarta.faces.application.Resource

Return an actual URL instance that refers to this resource instance.

getURL() - Method in class jakarta.faces.application.ResourceWrapper

The default behavior of this method is to call Resource.getURL() on the wrapped ResourceHandler object.

getURL() - Method in class jakarta.faces.application.ViewResource

Return an actual URL instance that refers to this resource instance.

getUrl() - Method in class jakarta.faces.component.UIGraphic
Return the image URL for this UIGraphic.
getUrlPatternMappings() - Method in interface jakarta.servlet.FilterRegistration
Gets the currently available URL pattern mappings of the Filter represented by this FilterRegistration.
getUrlPatterns() - Method in interface jakarta.servlet.descriptor.JspPropertyGroupDescriptor
Gets the URL patterns of the JSP property group represented by this JspPropertyGroupDescriptor.
getUsemap() - Method in class jakarta.faces.component.html.HtmlGraphicImage
Return the value of the usemap property.
getUser() - Method in class jakarta.faces.component.UIWebsocket
Returns the user identifier of the websocket channel.
getUser() - Method in class jakarta.faces.event.WebsocketEvent
Returns the <f:websocket user>, if any.
getUsername() - Method in class jakarta.security.auth.message.callback.PasswordValidationCallback
Get the username.
getUserPrincipal() - Method in class jakarta.faces.context.ExternalContext
Return the Principal object containing the name of the current authenticated user, if any; otherwise, return null.
getUserPrincipal() - Method in class jakarta.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.getUserPrincipal() on the wrapped ExternalContext object.
getUserPrincipal() - Method in interface jakarta.servlet.http.HttpServletRequest
Returns a java.security.Principal object containing the name of the current authenticated user.
getUserPrincipal() - Method in class jakarta.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return getUserPrincipal() on the wrapped request object.
getUserPrincipal() - Method in interface jakarta.websocket.server.HandshakeRequest
Return the authenticated user or null if no user is authenticated for this handshake.
getUserPrincipal() - Method in interface jakarta.websocket.Session
Return the authenticated user for this Session or null if no user is authenticated for this session.
getUserPrincipal() - Method in interface jakarta.ws.rs.core.SecurityContext
Returns a java.security.Principal object containing the name of the current authenticated user.
getUserProperties() - Method in interface jakarta.websocket.EndpointConfig
This method returns a modifiable Map that the developer may use to store application specific information relating to the endpoint that uses this configuration instance.
getUserProperties() - Method in interface jakarta.websocket.Session
While the session is open, this method returns a Map that the developer may use to store application specific information relating to this session instance.
getUserTransaction() - Method in interface jakarta.ejb.EJBContext
Obtain the transaction demarcation interface.
getValidatedValue() - Method in interface jakarta.validation.MessageInterpolator.Context
 
getValidationAppliesTo() - Method in interface jakarta.validation.metadata.ConstraintDescriptor
The ConstraintTarget value of validationAppliesTo if the constraint hosts it or null otherwise.
getValidationGroups() - Method in class jakarta.faces.validator.BeanValidator

Return the validation groups passed to the Validation API when checking constraints.

getValidationMode() - Method in interface jakarta.persistence.spi.PersistenceUnitInfo
Returns the validation mode to be used by the persistence provider for the persistence unit.
getValidationProviderResolver() - Method in interface jakarta.validation.spi.BootstrapState
User defined ValidationProviderResolver strategy instance or null if undefined.
getValidationProviders() - Method in interface jakarta.validation.ValidationProviderResolver
Returns a list of ValidationProvider available in the runtime environment.
getValidator() - Method in interface jakarta.faces.component.EditableValueHolder
Deprecated.
EditableValueHolder.getValidators() should be used instead.
getValidator() - Method in class jakarta.faces.component.UIInput
Deprecated.
UIInput.getValidators() should be used instead.
getValidator() - Method in interface jakarta.validation.ValidatorContext
Returns an initialized Validator instance respecting the defined state.
getValidator() - Method in interface jakarta.validation.ValidatorFactory
Returns an initialized Validator instance using the factory defaults for message interpolator, traversable resolver and constraint validator factory.
getValidatorConfig() - Method in class jakarta.faces.view.facelets.ValidatorHandler

Return the TagConfig subclass used to configure this handler instance.

getValidatorId() - Method in interface jakarta.faces.view.facelets.ValidatorConfig

Return the validator-id associated with a particular validator in your faces-config

getValidatorId(FaceletContext) - Method in class jakarta.faces.view.facelets.ValidatorHandler
Retrieve the id of the validator that is to be created and added to the parent EditableValueHolder.
getValidatorIds() - Method in class jakarta.faces.application.Application
Return an Iterator over the set of currently registered validator ids for this Application.
getValidatorIds() - Method in class jakarta.faces.application.ApplicationWrapper

The default behavior of this method is to call Application.getValidatorIds() on the wrapped Application object.

getValidatorMessage() - Method in class jakarta.faces.component.UIInput
If there has been a call to UIInput.setValidatorMessage(java.lang.String) on this instance, return the message.
getValidators() - Method in interface jakarta.faces.component.EditableValueHolder
Return the set of registered Validators for this component instance.
getValidators() - Method in class jakarta.faces.component.UIInput
Return the set of registered Validators for this UIInput instance.
getValue(ELContext, Object, Object) - Method in class jakarta.el.ArrayELResolver
If the base object is a Java language array, returns the value at the given index.
getValue(ELContext, Object, Object) - Method in class jakarta.el.BeanELResolver
If the base object is not null, returns the current value of the given property on this bean.
getValue(ELContext, Object, Object) - Method in class jakarta.el.BeanNameELResolver
If the base object is null and the property is a name that is resolvable by the BeanNameResolver, returns the value resolved by the BeanNameResolver.
getValue(ELContext, Object, Object) - Method in class jakarta.el.CompositeELResolver
Attempts to resolve the given property object on the given base object by querying all component resolvers.
getValue(String, Class<?>) - Method in class jakarta.el.ELProcessor
Evaluates an Jakarta Expression Language expression, and coerces the result to the specified type.
getValue(ELContext, Object, Object) - Method in class jakarta.el.ELResolver
Attempts to resolve the given property object on the given base object.
getValue(ELContext, Object, Object) - Method in class jakarta.el.ListELResolver
If the base object is a list, returns the value at the given index.
getValue(ELContext, Object, Object) - Method in class jakarta.el.MapELResolver
If the base object is a map, returns the value associated with the given key, as specified by the property argument.
getValue(ELContext, Object, Object) - Method in class jakarta.el.ResourceBundleELResolver
If the base object is an instance of ResourceBundle, the provided property will first be coerced to a String.
getValue(ELContext, Object, Object) - Method in class jakarta.el.StaticFieldELResolver
Returns the value of a static field.
getValue(ELContext, Object, Object) - Method in class jakarta.el.TypeConverter
 
getValue(ELContext) - Method in class jakarta.el.ValueExpression
Evaluates the expression relative to the provided context, and returns the resulting value.
getValue() - Method in class jakarta.faces.component.behavior.ClientBehaviorContext.Parameter

Returns the Parameter's value.

getValue() - Method in class jakarta.faces.component.UICommand
Returns the value property of the UICommand.
getValue() - Method in class jakarta.faces.component.UIData
Return the value of the UIData.
getValue() - Method in class jakarta.faces.component.UIGraphic
Returns the value property of the UIGraphic.
getValue() - Method in class jakarta.faces.component.UIInput

If there is a local value, return it, otherwise return the result of calling super.getVaue().

getValue() - Method in class jakarta.faces.component.UIOutput

Return the value property.

getValue() - Method in class jakarta.faces.component.UIParameter
Returns the value property of the UIParameter.
getValue() - Method in class jakarta.faces.component.UISelectItem
Returns the value property of the UISelectItem.
getValue() - Method in class jakarta.faces.component.UISelectItems
Returns the value property of the UISelectItems.
getValue() - Method in interface jakarta.faces.component.ValueHolder
Gets the value of this UIComponent.
getValue(Object, Object) - Method in class jakarta.faces.el.PropertyResolver
Deprecated.
Return the value of the specified property from the specified base object.
getValue(Object, int) - Method in class jakarta.faces.el.PropertyResolver
Deprecated.
Return the value at the specified index of the specified base object.
getValue(FacesContext) - Method in class jakarta.faces.el.ValueBinding
Deprecated.
Return the value of the property represented by this ValueBinding, relative to the specified FacesContext.
getValue() - Method in class jakarta.faces.flow.Parameter

Return a ValueExpression for the value of the parameter.

getValue() - Method in class jakarta.faces.model.SelectItem
Return the value of this item, to be delivered to the model if this item is selected by the user.
getValue() - Method in class jakarta.faces.view.facelets.TagAttribute
Return the literal value of this attribute
getValue(FaceletContext) - Method in class jakarta.faces.view.facelets.TagAttribute
If literal, then return our value, otherwise delegate to getObject, passing String.class.
getValue(JsonStructure) - Method in interface jakarta.json.JsonPointer
Returns the value at the referenced location in the specified target.
getValue(String) - Method in interface jakarta.json.JsonStructure
Get the value referenced by the provided JSON Pointer in the JsonStructure.
getValue() - Method in interface jakarta.json.stream.JsonParser
Returns a JsonValue at the current parser position.
getValue() - Method in class jakarta.security.enterprise.credential.Password
Determines the password value.
getValue() - Method in class jakarta.servlet.http.Cookie
Gets the current value of this Cookie.
getValue(String) - Method in interface jakarta.servlet.http.HttpSession
Deprecated.
As of Version 2.2, this method is replaced by HttpSession.getAttribute(java.lang.String).
getValue() - Method in class jakarta.servlet.http.HttpSessionBindingEvent
Returns the value of the attribute that has been added, removed or replaced.
getValue(ELContext, Object, Object) - Method in class jakarta.servlet.jsp.el.ImplicitObjectELResolver
If the base object is null, and the property matches the name of a JSP implicit object, returns the implicit object.
getValue(ELContext, Object, Object) - Method in class jakarta.servlet.jsp.el.ScopedAttributeELResolver
If the base object is null, searches the page, request, session and application scopes for an attribute with the given name and returns it, or null if no attribute exists with the current name.
getValue(ELContext) - Method in class jakarta.servlet.jsp.jstl.core.IndexedValueExpression
 
getValue(ELContext) - Method in class jakarta.servlet.jsp.jstl.core.IteratedValueExpression
 
getValue(String) - Method in class jakarta.servlet.jsp.tagext.TagSupport
Get a the value associated with a key.
getValue() - Method in class jakarta.servlet.ServletContextAttributeEvent
Gets the value of the ServletContext attribute that changed.
getValue() - Method in class jakarta.servlet.ServletRequestAttributeEvent
Returns the value of the attribute that has been added, removed or replaced.
getValue() - Method in enum jakarta.validation.constraints.Pattern.Flag
 
getValue() - Method in interface jakarta.websocket.Extension.Parameter
Return the value of the extension parameter.
getValue() - Method in class jakarta.ws.rs.core.Cookie
Get the value of the cookie.
getValue() - Method in class jakarta.ws.rs.core.EntityTag
Get the value of an EntityTag.
getValueBinding(String) - Method in class jakarta.faces.component.UIComponent
Deprecated.
getValueBinding(String) - Method in class jakarta.faces.component.UIComponentBase
Deprecated.
getValueBinding(String) - Method in class jakarta.faces.component.UIGraphic
Deprecated.
getValueBinding(String) - Method in class jakarta.faces.component.UISelectBoolean
Deprecated.
getValueBinding(String) - Method in class jakarta.faces.component.UISelectMany
Deprecated.
getValueChangeListener() - Method in interface jakarta.faces.component.EditableValueHolder
getValueChangeListener() - Method in class jakarta.faces.component.UIInput
 
getValueChangeListeners() - Method in interface jakarta.faces.component.EditableValueHolder
Return the set of registered ValueChangeListeners for this component instance.
getValueChangeListeners() - Method in class jakarta.faces.component.UIInput
Return the set of registered ValueChangeListeners for this UIInput instance.
getValueExpression(String) - Method in class jakarta.faces.component.behavior.AjaxBehavior

Returns the ValueExpression used to calculate the value for the specified property name, if any.

getValueExpression(String) - Method in class jakarta.faces.component.UIComponent
Return the ValueExpression used to calculate the value for the specified attribute or property name, if any.
getValueExpression(String) - Method in class jakarta.faces.component.UIGraphic
Return any ValueExpression set for value if a ValueExpression for url is requested; otherwise, perform the default superclass processing for this method.
getValueExpression(String) - Method in class jakarta.faces.component.UISelectBoolean
Return any ValueExpression set for value if a ValueExpression for selected is requested; otherwise, perform the default superclass processing for this method.
getValueExpression(String) - Method in class jakarta.faces.component.UISelectMany
Return any ValueExpression set for value if a ValueExpression for selectedValues is requested; otherwise, perform the default superclass processing for this method.
getValueExpression(FaceletContext, Class) - Method in class jakarta.faces.view.facelets.TagAttribute
Create a ValueExpression, using this attribute's literal value and the passed expected type.
getValueExpression() - Method in class jakarta.servlet.jsp.jstl.core.IteratedExpression
 
getValueExtractorClassNames() - Method in interface jakarta.validation.BootstrapConfiguration
Returns the class names of ValueExtractors.
getValueExtractors() - Method in interface jakarta.validation.spi.ConfigurationState
Returns a set of value extractors.
getValueNames() - Method in interface jakarta.servlet.http.HttpSession
Deprecated.
As of Version 2.2, this method is replaced by HttpSession.getAttributeNames()
getValueReference(ELContext) - Method in class jakarta.el.ValueExpression
Returns a ValueReference for this expression instance.
getValues() - Method in class jakarta.servlet.jsp.tagext.TagSupport
Enumerate the keys for the values kept by this tag handler.
getValues(K) - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
Return a non-null list of values for a given key.
getValuesAs(Class<T>) - Method in interface jakarta.json.JsonArray
Returns a list view of the specified type for the array.
getValuesAs(Function<K, T>) - Method in interface jakarta.json.JsonArray
Returns a list view for the array.
getValueStream() - Method in interface jakarta.json.stream.JsonParser
Returns a stream of JsonValue from a sequence of JSON values.
getValueType() - Method in interface jakarta.json.JsonValue
Returns the value type of this JSON value.
getValueUnwrapping() - Method in interface jakarta.validation.metadata.ConstraintDescriptor
 
getVar() - Method in class jakarta.faces.component.UIData
Return the request-scope attribute under which the data object for the current row will be exposed when iterating.
getVar() - Method in class jakarta.faces.component.UIImportConstants
Returns name of request scope attribute under which constants will be exposed as a Map.
getVariableInfo(TagData) - Method in class jakarta.servlet.jsp.tagext.TagExtraInfo
information on scripting variables defined by the tag associated with this TagExtraInfo instance.
getVariableInfo(TagData) - Method in class jakarta.servlet.jsp.tagext.TagInfo
Information on the scripting objects created by this tag at runtime.
getVariableMapper() - Method in class jakarta.el.ELContext
Retrieves the VariableMapper associated with this ELContext.
getVariableMapper() - Method in class jakarta.el.StandardELContext
Construct (if needed) and return a default VariableMapper() {
getVariableResolver() - Method in class jakarta.faces.application.Application
Deprecated.
This has been replaced by Application.getELResolver().
getVariableResolver() - Method in class jakarta.faces.application.ApplicationWrapper
Deprecated.
See superclass for alternative.
getVariableResolver() - Method in class jakarta.servlet.jsp.JspContext
Deprecated.
As of JSP 2.1, replaced by ELContext.getELResolver(), which can be obtained by jspContext.getELContext().getELResolver().
getVariant() - Method in class jakarta.ws.rs.client.Entity
Get entity variant information.
getVarName() - Method in class jakarta.servlet.jsp.tagext.VariableInfo
Returns the name of the scripting variable.
getVdlDocumentId() - Method in class jakarta.faces.flow.ViewNode

Return the immutable VDL document id for this view node.

getVersion(Class<Y>) - Method in interface jakarta.persistence.metamodel.IdentifiableType
Return the attribute that corresponds to the version attribute of the entity or mapped superclass.
getVersion() - Method in class jakarta.servlet.http.Cookie
Returns the version of the protocol this cookie complies with.
getVersion() - Method in class jakarta.ws.rs.core.Cookie
Get the version of the cookie.
getViewActions(UIViewRoot) - Static method in class jakarta.faces.view.ViewMetadata

Utility method to extract view metadata from the provided UIViewRoot.

getViewDeclarationLanguage(FacesContext, String) - Method in class jakarta.faces.application.ViewHandler

Return the ViewDeclarationLanguage instance used for this ViewHandler instance.

getViewDeclarationLanguage(FacesContext, String) - Method in class jakarta.faces.application.ViewHandlerWrapper
The default behavior of this method is to call ViewHandler.getViewDeclarationLanguage(jakarta.faces.context.FacesContext, java.lang.String) on the wrapped ViewHandler object.
getViewDeclarationLanguage(String) - Method in class jakarta.faces.view.ViewDeclarationLanguageFactory

Return the ViewDeclarationLanguage instance suitable for handling the VDL contained in the page referenced by the argument viewId.

getViewHandler() - Method in class jakarta.faces.application.Application
Return the ViewHandler instance that will be utilized during the Restore View and Render Response phases of the request processing lifecycle.
getViewHandler() - Method in class jakarta.faces.application.ApplicationWrapper

The default behavior of this method is to call Application.getViewHandler() on the wrapped Application object.

getViewId() - Method in exception jakarta.faces.application.ViewExpiredException
Return the view identifier of this exception, or null if the view identifier is nonexistent or unknown.
getViewId() - Method in class jakarta.faces.component.UIViewRoot
Return the view identifier for this view.
getViewId() - Method in class jakarta.faces.view.ViewMetadata

Get the view id

getViewListenersForEventClass(Class<? extends SystemEvent>) - Method in class jakarta.faces.component.UIViewRoot

Return the SystemEventListener instances registered on this UIComponent instance that are interested in events of type eventClass.

getViewMap() - Method in class jakarta.faces.component.UIViewRoot

This implementation simply calls through to UIViewRoot.getViewMap(boolean), passing true as the argument, and returns the result.

getViewMap(boolean) - Method in class jakarta.faces.component.UIViewRoot

Returns a Map that acts as the interface to the data store that is the "view scope", or, if this instance does not have such a Map and the create argument is true, creates one and returns it.

getViewMetadata(FacesContext, String) - Method in class jakarta.faces.view.ViewDeclarationLanguage

Return a reference to the view metadata for the view represented by the argument viewId, or null if the metadata cannot be found.

getViewMetadata(FacesContext, String) - Method in class jakarta.faces.view.ViewDeclarationLanguageWrapper
 
getViewMetadataFacelet(URL) - Method in class jakarta.faces.view.facelets.FaceletCache

Returns a cached View Metadata Facelet instance.

getViewParameters(UIViewRoot) - Static method in class jakarta.faces.view.ViewMetadata

Utility method to extract view metadata from the provided UIViewRoot.

getViewResources(FacesContext, String, int, ResourceVisitOption...) - Method in class jakarta.faces.application.ResourceHandler

Return a Stream possibly lazily populated by walking the resource tree rooted at a given initial path.

getViewResources(FacesContext, String, ResourceVisitOption...) - Method in class jakarta.faces.application.ResourceHandler

Return a Stream possibly lazily populated by walking the resource tree rooted at a given initial path.

getViewResources(FacesContext, String, int, ResourceVisitOption...) - Method in class jakarta.faces.application.ResourceHandlerWrapper

The default behavior of this method is to call ResourceHandler.getViewResources(FacesContext, String, int, ResourceVisitOption...) on the wrapped ResourceHandler object.

getViewResources(FacesContext, String, ResourceVisitOption...) - Method in class jakarta.faces.application.ResourceHandlerWrapper

The default behavior of this method is to call ResourceHandler.getViewResources(FacesContext, String, ResourceVisitOption...) on the wrapped ResourceHandler object.

getViewRoot() - Method in class jakarta.faces.context.FacesContext
Return the root component that is associated with the this request.
getViewRoot() - Method in class jakarta.faces.context.FacesContextWrapper
The default behavior of this method is to call FacesContext.getViewRoot() on the wrapped FacesContext object.
getViews(FacesContext, String, int, ViewVisitOption...) - Method in class jakarta.faces.application.ViewHandler

Return a Stream possibly lazily populated by walking the view trees of every active ViewDeclarationLanguage rooted at a given initial path.

getViews(FacesContext, String, ViewVisitOption...) - Method in class jakarta.faces.application.ViewHandler

Return a Stream possibly lazily populated by walking the view trees of every active ViewDeclarationLanguage rooted at a given initial path.

getViews(FacesContext, String, ViewVisitOption...) - Method in class jakarta.faces.application.ViewHandlerWrapper
The default behavior of this method is to call ViewHandler.getViews(FacesContext, String, ViewVisitOption...) on the wrapped ViewHandler object.
getViews(FacesContext, String, int, ViewVisitOption...) - Method in class jakarta.faces.application.ViewHandlerWrapper
The default behavior of this method is to call ViewHandler.getViews(FacesContext, String, int, ViewVisitOption...) on the wrapped ViewHandler object.
getViews() - Method in class jakarta.faces.flow.Flow

Return an immutable data structure containing all of the view nodes declared for this flow.

getViews(FacesContext, String, ViewVisitOption...) - Method in class jakarta.faces.view.ViewDeclarationLanguage

Return a Stream possibly lazily populated by walking the view tree rooted at a given initial path.

getViews(FacesContext, String, int, ViewVisitOption...) - Method in class jakarta.faces.view.ViewDeclarationLanguage

Return a Stream possibly lazily populated by walking the view tree rooted at a given initial path.

getViews(FacesContext, String, ViewVisitOption...) - Method in class jakarta.faces.view.ViewDeclarationLanguageWrapper
 
getViews(FacesContext, String, int, ViewVisitOption...) - Method in class jakarta.faces.view.ViewDeclarationLanguageWrapper
 
getViewState(FacesContext) - Method in class jakarta.faces.application.StateManager

Convenience method to return the view state as a String with no RenderKit specific markup.

getViewState(FacesContext) - Method in class jakarta.faces.application.StateManagerWrapper

The default behavior of this method is to call StateManager.getViewState(jakarta.faces.context.FacesContext) on the wrapped StateManager object.

getViewState(FacesContext, Object) - Method in class jakarta.faces.render.ResponseStateManager
Return the specified state as a String without any markup related to the rendering technology supported by this ResponseStateManager.
getVirtualServerName() - Method in interface jakarta.servlet.ServletContext
Returns the configuration name of the logical host on which the ServletContext is deployed.
getVisitContext(FacesContext, Collection<String>, Set<VisitHint>) - Method in class jakarta.faces.component.visit.VisitContextFactory

Return a new VisitContext instance.

getVisitHints() - Method in class jakarta.faces.component.search.SearchExpressionContext

Returns hints that influence the behavior of the tree visit, if it's used by an SearchKeywordResolver implementation.

getWarnClass() - Method in class jakarta.faces.component.html.HtmlMessage
Return the value of the warnClass property.
getWarnClass() - Method in class jakarta.faces.component.html.HtmlMessages
Return the value of the warnClass property.
getWarnStyle() - Method in class jakarta.faces.component.html.HtmlMessage
Return the value of the warnStyle property.
getWarnStyle() - Method in class jakarta.faces.component.html.HtmlMessages
Return the value of the warnStyle property.
getWebSocketContainer() - Static method in class jakarta.websocket.ContainerProvider
Obtain a new instance of a WebSocketContainer.
getWebsocketURL(FacesContext, String) - Method in class jakarta.faces.application.ViewHandler

If the value returned from this method is used as the file argument to the four-argument constructor for java.net.URL (assuming appropriate values are used for the first three arguments), then a client making a push handshake request to the toExternalForm() of that URL will select the argument channel for connecting the websocket push channel in the current view.

getWebsocketURL(FacesContext, String) - Method in class jakarta.faces.application.ViewHandlerWrapper
The default behavior of this method is to call ViewHandler.getWebsocketURL(FacesContext, String) on the wrapped ViewHandler object.
getWidth() - Method in class jakarta.faces.component.html.HtmlDataTable
Return the value of the width property.
getWidth() - Method in class jakarta.faces.component.html.HtmlGraphicImage
Return the value of the width property.
getWidth() - Method in class jakarta.faces.component.html.HtmlPanelGrid
Return the value of the width property.
getWrapped() - Method in class jakarta.faces.application.ApplicationFactory

If this factory has been decorated, the implementation doing the decorating may override this method to provide access to the implementation being wrapped.

getWrapped() - Method in class jakarta.faces.application.ApplicationWrapper
 
getWrapped() - Method in class jakarta.faces.application.ConfigurableNavigationHandlerWrapper
 
getWrapped() - Method in class jakarta.faces.application.NavigationCaseWrapper
 
getWrapped() - Method in class jakarta.faces.application.NavigationHandlerWrapper
 
getWrapped() - Method in class jakarta.faces.application.ResourceHandlerWrapper
 
getWrapped() - Method in class jakarta.faces.application.ResourceWrapper
 
getWrapped() - Method in class jakarta.faces.application.StateManagerWrapper
 
getWrapped() - Method in class jakarta.faces.application.ViewHandlerWrapper
 
getWrapped() - Method in class jakarta.faces.component.search.SearchExpressionContextFactory

If this factory has been decorated, the implementation doing the decorating may override this method to provide access to the implementation being wrapped.

getWrapped() - Method in class jakarta.faces.component.search.SearchExpressionHandlerWrapper
 
getWrapped() - Method in class jakarta.faces.component.visit.VisitContextFactory

If this factory has been decorated, the implementation doing the decorating may override this method to provide access to the implementation being wrapped.

getWrapped() - Method in class jakarta.faces.component.visit.VisitContextWrapper
 
getWrapped() - Method in class jakarta.faces.context.ExceptionHandlerFactory

If this factory has been decorated, the implementation doing the decorating may override this method to provide access to the implementation being wrapped.

getWrapped() - Method in class jakarta.faces.context.ExceptionHandlerWrapper
 
getWrapped() - Method in class jakarta.faces.context.ExternalContextFactory

If this factory has been decorated, the implementation doing the decorating may override this method to provide access to the implementation being wrapped.

getWrapped() - Method in class jakarta.faces.context.ExternalContextWrapper
 
getWrapped() - Method in class jakarta.faces.context.FacesContextFactory

If this factory has been decorated, the implementation doing the decorating may override this method to provide access to the implementation being wrapped.

getWrapped() - Method in class jakarta.faces.context.FacesContextWrapper
 
getWrapped() - Method in class jakarta.faces.context.FlashFactory

If this factory has been decorated, the implementation doing the decorating may override this method to provide access to the implementation being wrapped.

getWrapped() - Method in class jakarta.faces.context.FlashWrapper
 
getWrapped() - Method in class jakarta.faces.context.PartialViewContextFactory

If this factory has been decorated, the implementation doing the decorating may override this method to provide access to the implementation being wrapped.

getWrapped() - Method in class jakarta.faces.context.PartialViewContextWrapper
 
getWrapped() - Method in class jakarta.faces.context.ResponseWriterWrapper
 
getWrapped() - Method in class jakarta.faces.event.ActionListenerWrapper
 
getWrapped() - Method in interface jakarta.faces.FacesWrapper

A class that implements this interface uses this method to return an instance of the class being wrapped.

getWrapped() - Method in class jakarta.faces.flow.FlowHandlerFactoryWrapper
 
getWrapped() - Method in class jakarta.faces.lifecycle.ClientWindowFactory

If this factory has been decorated, the implementation doing the decorating may override this method to provide access to the implementation being wrapped.

getWrapped() - Method in class jakarta.faces.lifecycle.ClientWindowWrapper
 
getWrapped() - Method in class jakarta.faces.lifecycle.LifecycleFactory

If this factory has been decorated, the implementation doing the decorating may override this method to provide access to the implementation being wrapped.

getWrapped() - Method in class jakarta.faces.lifecycle.LifecycleWrapper
 
getWrapped() - Method in class jakarta.faces.render.RendererWrapper
 
getWrapped() - Method in class jakarta.faces.render.RenderKitFactory

If this factory has been decorated, the implementation doing the decorating may override this method to provide access to the implementation being wrapped.

getWrapped() - Method in class jakarta.faces.render.RenderKitWrapper
 
getWrapped() - Method in class jakarta.faces.view.facelets.FaceletCacheFactory

If this factory has been decorated, the implementation doing the decorating may override this method to provide access to the implementation being wrapped.

getWrapped() - Method in class jakarta.faces.view.facelets.TagHandlerDelegateFactory

If this factory has been decorated, the implementation doing the decorating may override this method to provide access to the implementation being wrapped.

getWrapped() - Method in class jakarta.faces.view.ViewDeclarationLanguageFactory

If this factory has been decorated, the implementation doing the decorating may override this method to provide access to the implementation being wrapped.

getWrapped() - Method in class jakarta.faces.view.ViewDeclarationLanguageWrapper
 
getWrapped() - Method in class jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
 
getWrappedData() - Method in class jakarta.faces.model.ArrayDataModel
 
getWrappedData() - Method in class jakarta.faces.model.CollectionDataModel
 
getWrappedData() - Method in class jakarta.faces.model.DataModel
Return the object representing the data wrapped by this DataModel, if any.
getWrappedData() - Method in class jakarta.faces.model.IterableDataModel
Return the object representing the data wrapped by this DataModel, if any.
getWrappedData() - Method in class jakarta.faces.model.ListDataModel
 
getWrappedData() - Method in class jakarta.faces.model.ResultDataModel
 
getWrappedData() - Method in class jakarta.faces.model.ResultSetDataModel
 
getWrappedData() - Method in class jakarta.faces.model.ScalarDataModel
 
getWriteMethod(String) - Method in class jakarta.faces.view.facelets.MetadataTarget

Return a Method for the setter of the property with name given by argument name.

getWriter() - Method in interface jakarta.servlet.ServletResponse
Returns a PrintWriter object that can send character text to the client.
getWriter() - Method in class jakarta.servlet.ServletResponseWrapper
The default behavior of this method is to return getWriter() on the wrapped response object.
getXmlns() - Method in class jakarta.faces.component.html.HtmlBody
Return the value of the xmlns property.
getXmlns() - Method in class jakarta.faces.component.html.HtmlHead
Return the value of the xmlns property.
getYear() - Method in class jakarta.ejb.ScheduleExpression
Return the value of the year attribute.
greaterThan(Expression<? extends Y>, Expression<? extends Y>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the first argument is greater than the second.
greaterThan(Expression<? extends Y>, Y) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the first argument is greater than the second.
greaterThanOrEqualTo(Expression<? extends Y>, Expression<? extends Y>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the first argument is greater than or equal to the second.
greaterThanOrEqualTo(Expression<? extends Y>, Y) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the first argument is greater than or equal to the second.
greatest(Expression<X>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create an aggregate expression for finding the greatest of the values (strings, dates, etc).
groupBy(Expression<?>...) - Method in interface jakarta.persistence.criteria.AbstractQuery
Specify the expressions that are used to form groups over the query results.
groupBy(List<Expression<?>>) - Method in interface jakarta.persistence.criteria.AbstractQuery
Specify the expressions that are used to form groups over the query results.
groupBy(Expression<?>...) - Method in interface jakarta.persistence.criteria.CriteriaQuery
Specify the expressions that are used to form groups over the query results.
groupBy(List<Expression<?>>) - Method in interface jakarta.persistence.criteria.CriteriaQuery
Specify the expressions that are used to form groups over the query results.
groupBy(Expression<?>...) - Method in interface jakarta.persistence.criteria.Subquery
Specify the expressions that are used to form groups over the subquery results.
groupBy(List<Expression<?>>) - Method in interface jakarta.persistence.criteria.Subquery
Specify the expressions that are used to form groups over the subquery results.
GroupConversionDescriptor - Interface in jakarta.validation.metadata
A group conversion rule to be applied during cascaded validation.
GroupDefinitionException - Exception in jakarta.validation
Exception raised if a group definition is not legal.
GroupDefinitionException(String) - Constructor for exception jakarta.validation.GroupDefinitionException
 
GroupDefinitionException() - Constructor for exception jakarta.validation.GroupDefinitionException
 
GroupDefinitionException(String, Throwable) - Constructor for exception jakarta.validation.GroupDefinitionException
 
GroupDefinitionException(Throwable) - Constructor for exception jakarta.validation.GroupDefinitionException
 
groupingBy(Function<JsonValue, String>, Collector<JsonValue, T, JsonArray>) - Static method in class jakarta.json.stream.JsonCollectors
Constructs a java.util.stream.Collector that implements a "group by" operation on the input JsonValue elements.
groupingBy(Function<JsonValue, String>) - Static method in class jakarta.json.stream.JsonCollectors
Constructs a java.util.stream.Collector that implements a "group by" operation on the input JsonValue elements.
GroupPrincipalCallback - Class in jakarta.security.auth.message.callback
Callback establishing group principals within the argument subject.
GroupPrincipalCallback(Subject, String[]) - Constructor for class jakarta.security.auth.message.callback.GroupPrincipalCallback
Create a GroupPrincipalCallback to establish the container's representation of the corresponding group principals within the Subject.
GroupSequence - Annotation Type in jakarta.validation
Defines group sequence.
gt(Expression<? extends Number>, Expression<? extends Number>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the first argument is greater than the second.
gt(Expression<? extends Number>, Number) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the first argument is greater than the second.

H

Handle - Interface in jakarta.ejb
The Handle interface is implemented by all enterprise bean object handles.
handle() - Method in class jakarta.faces.context.ExceptionHandler

Take action to handle the Exception instances residing inside the ExceptionQueuedEvent instances that have been queued by calls to Application().publishEvent(ExceptionQueuedEvent.class, eventContext).

handle() - Method in class jakarta.faces.context.ExceptionHandlerWrapper
The default behavior of this method is to call ExceptionHandler.handle() on the wrapped ExceptionHandler object.
HandleDelegate - Interface in jakarta.ejb.spi
The HandleDelegate interface is implemented by the enterprise bean container.
handleNavigation(FacesContext, String, String) - Method in class jakarta.faces.application.ConfigurableNavigationHandlerWrapper
 
handleNavigation(FacesContext, String, String) - Method in class jakarta.faces.application.NavigationHandler
Perform navigation processing based on the state information in the specified FacesContext, plus the outcome string returned by an executed application action.
handleNavigation(FacesContext, String, String, String) - Method in class jakarta.faces.application.NavigationHandler

Overloaded variant of NavigationHandler.handleNavigation(jakarta.faces.context.FacesContext, java.lang.String, java.lang.String) that allows the caller to provide the defining document id for a flow to be entered by this navigation.

handleNavigation(FacesContext, String, String) - Method in class jakarta.faces.application.NavigationHandlerWrapper
 
handleNavigation(FacesContext, String, String, String) - Method in class jakarta.faces.application.NavigationHandlerWrapper
 
handlePageException(Exception) - Method in class jakarta.servlet.jsp.PageContext
This method is intended to process an unhandled 'page' level exception by forwarding the exception to the specified error page for this JSP.
handlePageException(Throwable) - Method in class jakarta.servlet.jsp.PageContext
This method is intended to process an unhandled 'page' level exception by forwarding the exception to the specified error page for this JSP.
handleResourceRequest(FacesContext) - Method in class jakarta.faces.application.ResourceHandler

This method specifies the contract for satisfying resource requests.

handleResourceRequest(FacesContext) - Method in class jakarta.faces.application.ResourceHandlerWrapper

The default behavior of this method is to call ResourceHandler.handleResourceRequest(jakarta.faces.context.FacesContext) on the wrapped ResourceHandler object.

HandlesTypes - Annotation Type in jakarta.servlet.annotation
This annotation is used to declare the class types that a ServletContainerInitializer can handle.
handleTimeout(AsyncResponse) - Method in interface jakarta.ws.rs.container.TimeoutHandler
Invoked when the suspended asynchronous response is about to time out.
HandshakeRequest - Interface in jakarta.websocket.server
The handshake request represents the WebSocket defined HTTP GET request for the opening handshake of a WebSocket session.
HandshakeResponse - Interface in jakarta.websocket
The handshake response represents the WebSocket-defined HTTP response that is the response to the opening handshake request.
hasAccessToWebResource(String, String...) - Method in interface jakarta.security.enterprise.SecurityContext
Checks whether the caller has access to the provided "web resource" using the given methods, as specified by section 13.8 of the Servlet specification.
hasBinding() - Method in class jakarta.faces.webapp.UIComponentClassicTagBase
Return true if this component has a non-null binding attribute.
hasBinding() - Method in class jakarta.faces.webapp.UIComponentELTag
 
hasBinding() - Method in class jakarta.faces.webapp.UIComponentTag
Deprecated.
 
hasCondition() - Method in class jakarta.faces.application.NavigationCase

Test if this navigation case has an associated <if> element.

hasCondition() - Method in class jakarta.faces.application.NavigationCaseWrapper
 
hasConstrainedParameters() - Method in interface jakarta.validation.metadata.ExecutableDescriptor
Returns true if the executable parameters are constrained either: because of a constraint on at least one of the parameters because of a cascade on at least one of the parameters (via Valid) because of at least one cross-parameter constraint
hasConstrainedReturnValue() - Method in interface jakarta.validation.metadata.ExecutableDescriptor
Returns true if the executable return value is constrained either: because of a constraint on the return value because validation is cascaded on the return value (via Valid)
hasConstraints() - Method in interface jakarta.validation.metadata.ElementDescriptor.ConstraintFinder
Returns true if at least one constraint declaration matching the restrictions is present on the element, false otherwise.
hasConstraints() - Method in interface jakarta.validation.metadata.ElementDescriptor
 
hasConstraints() - Method in interface jakarta.validation.metadata.ExecutableDescriptor
Returns false.
hasDynamicAttributes() - Method in class jakarta.servlet.jsp.tagext.TagInfo
Get dynamicAttributes associated with this TagInfo.
hasEntity() - Method in interface jakarta.ws.rs.client.ClientRequestContext
Check if there is an entity available in the request.
hasEntity() - Method in interface jakarta.ws.rs.client.ClientResponseContext
Check if there is a non-empty entity input stream is available in the response message.
hasEntity() - Method in interface jakarta.ws.rs.container.ContainerRequestContext
Check if there is a non-empty entity input stream available in the request message.
hasEntity() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
Check if there is an entity available in the response.
hasEntity() - Method in class jakarta.ws.rs.core.Response
Check if there is an entity available in the response.
hashCode() - Method in class jakarta.el.Expression
Returns the hash code for this Expression.
hashCode() - Method in class jakarta.enterprise.util.AnnotationLiteral
 
hashCode() - Method in class jakarta.enterprise.util.TypeLiteral
 
hashCode() - Method in class jakarta.faces.application.NavigationCase
 
hashCode() - Method in class jakarta.faces.application.NavigationCaseWrapper
 
hashCode() - Method in class jakarta.faces.event.WebsocketEvent
 
hashCode() - Method in class jakarta.faces.validator.DoubleRangeValidator

Overrides the default hash code method to take the minimum and maximum into account when generating the hash code.

hashCode() - Method in class jakarta.faces.validator.LengthValidator
 
hashCode() - Method in class jakarta.faces.validator.LongRangeValidator
 
hashCode() - Method in interface jakarta.json.JsonNumber
Returns the hash code value for this JsonNumber object.
hashCode() - Method in interface jakarta.json.JsonString
Returns the hash code value for this JsonString object.
hashCode() - Method in class jakarta.servlet.jsp.jstl.core.IndexedValueExpression
 
hashCode() - Method in class jakarta.servlet.jsp.jstl.core.IteratedValueExpression
 
hashCode() - Method in class jakarta.ws.rs.client.Entity
 
hashCode() - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
hashCode() - Method in class jakarta.ws.rs.core.CacheControl
Generate hash code from cache control properties.
hashCode() - Method in class jakarta.ws.rs.core.Cookie
Generate a hash code by hashing all of the cookies properties.
hashCode() - Method in class jakarta.ws.rs.core.EntityTag
Generate hashCode based on value and weakness.
hashCode() - Method in class jakarta.ws.rs.core.GenericEntity
 
hashCode() - Method in class jakarta.ws.rs.core.GenericType
 
hashCode() - Method in class jakarta.ws.rs.core.Link.JaxbLink
 
hashCode() - Method in class jakarta.ws.rs.core.MediaType
Generate a hash code from the type, subtype and parameters.
hashCode() - Method in class jakarta.ws.rs.core.NewCookie
Generate a hash code by hashing all of the properties.
hashCode() - Method in class jakarta.ws.rs.core.Variant
Generate hash code from variant properties.
hasLink(String) - Method in interface jakarta.ws.rs.client.ClientResponseContext
Check if link for relation exists.
hasLink(String) - Method in interface jakarta.ws.rs.container.ContainerResponseContext
Check if link for relation exists.
hasLink(String) - Method in class jakarta.ws.rs.core.Response
Check if link for relation exists.
hasMetadata(UIViewRoot) - Static method in class jakarta.faces.view.ViewMetadata

Utility method to determine if the the provided UIViewRoot has metadata.

hasMoreResults() - Method in interface jakarta.persistence.StoredProcedureQuery
Return true if the next result corresponds to a result set, and false if it is an update count or if there are no results other than through INOUT and OUT parameters, if any.
hasNext() - Method in interface jakarta.json.stream.JsonParser
Returns true if there are more parsing states.
hasNext() - Method in class jakarta.servlet.jsp.jstl.core.LoopTagSupport
Returns information concerning the availability of more items over which to iterate.
hasOriginalRequestAndResponse() - Method in interface jakarta.servlet.AsyncContext
Checks if this AsyncContext was initialized with the original or application-wrapped request and response objects.
hasRetryAfter() - Method in exception jakarta.ws.rs.ServiceUnavailableException
Check if the underlying response contains the information on when is it possible to retry the request.
hasSingleIdAttribute() - Method in interface jakarta.persistence.metamodel.IdentifiableType
Whether the identifiable type has a single id attribute.
hasVersionAttribute() - Method in interface jakarta.persistence.metamodel.IdentifiableType
Whether the identifiable type has a version attribute.
having(Expression<Boolean>) - Method in interface jakarta.persistence.criteria.AbstractQuery
Specify a restriction over the groups of the query.
having(Predicate...) - Method in interface jakarta.persistence.criteria.AbstractQuery
Specify restrictions over the groups of the query according the conjunction of the specified restriction predicates.
having(Expression<Boolean>) - Method in interface jakarta.persistence.criteria.CriteriaQuery
Specify a restriction over the groups of the query.
having(Predicate...) - Method in interface jakarta.persistence.criteria.CriteriaQuery
Specify restrictions over the groups of the query according the conjunction of the specified restriction predicates.
having(Expression<Boolean>) - Method in interface jakarta.persistence.criteria.Subquery
Specify a restriction over the groups of the subquery.
having(Predicate...) - Method in interface jakarta.persistence.criteria.Subquery
Specify restrictions over the groups of the subquery according the conjunction of the specified restriction predicates.
head() - Method in interface jakarta.ws.rs.client.AsyncInvoker
Invoke HTTP HEAD method for the current request asynchronously.
head(InvocationCallback<Response>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
Invoke HTTP HEAD method for the current request asynchronously.
head() - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
 
head() - Method in interface jakarta.ws.rs.client.RxInvoker
Invoke HTTP HEAD method for the current request.
head() - Method in interface jakarta.ws.rs.client.SyncInvoker
Invoke HTTP HEAD method for the current request synchronously.
HEAD - Annotation Type in jakarta.ws.rs
Indicates that the annotated method responds to HTTP HEAD requests.
HEAD - Static variable in annotation type jakarta.ws.rs.HttpMethod
HTTP HEAD method.
header(String, Object) - Method in interface jakarta.ws.rs.client.Invocation.Builder
Add an arbitrary header.
header(String, Object) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
Add an arbitrary header.
HEADER_DECORATOR - Static variable in class jakarta.ws.rs.Priorities
Header decorator filter/interceptor priority.
HeaderMap - Annotation Type in jakarta.faces.annotation

The presence of this annotation (along with @Inject) on a field of type Map<String, String> causes the map returned from ExternalContext.getRequestHeaderMap() to be injected as the value of that field.

HeaderParam - Annotation Type in jakarta.ws.rs
Binds the value(s) of a HTTP header to a resource method parameter, resource class field, or resource class bean property.
headers(MultivaluedMap<String, Object>) - Method in interface jakarta.ws.rs.client.Invocation.Builder
Replaces all existing headers with the newly supplied headers.
HeaderValuesMap - Annotation Type in jakarta.faces.annotation

The presence of this annotation (along with @Inject) on a field of type Map<String, String[]> causes the map returned from ExternalContext.getRequestHeaderValuesMap() to be injected as the value of that field.

HeuristicCommitException - Exception in jakarta.transaction
This exception is thrown by the rollback operation on a resource to report that a heuristic decision was made and that all relevant updates have been committed.
HeuristicCommitException() - Constructor for exception jakarta.transaction.HeuristicCommitException
 
HeuristicCommitException(String) - Constructor for exception jakarta.transaction.HeuristicCommitException
 
HeuristicMixedException - Exception in jakarta.transaction
This exception is thrown to report that a heuristic decision was made and that some relevant updates have been committed and others have been rolled back.
HeuristicMixedException() - Constructor for exception jakarta.transaction.HeuristicMixedException
 
HeuristicMixedException(String) - Constructor for exception jakarta.transaction.HeuristicMixedException
 
HeuristicRollbackException - Exception in jakarta.transaction
This exception is thrown by the commit operation to report that a heuristic decision was made and that all relevant updates have been rolled back.
HeuristicRollbackException() - Constructor for exception jakarta.transaction.HeuristicRollbackException
 
HeuristicRollbackException(String) - Constructor for exception jakarta.transaction.HeuristicRollbackException
 
HomeHandle - Interface in jakarta.ejb
The HomeHandle interface is implemented by all home object handles.
HONOR_CURRENT_COMPONENT_ATTRIBUTES_PARAM_NAME - Static variable in class jakarta.faces.component.UIComponent

The ServletContext init parameter consulted by the UIComponent to tell whether or not the UIComponent.CURRENT_COMPONENT and UIComponent.CURRENT_COMPOSITE_COMPONENT attribute keys should be honored as specified.

HOST - Static variable in interface jakarta.ws.rs.core.HttpHeaders
host(String) - Method in class jakarta.ws.rs.core.UriBuilder
Set the URI host.
hostnameVerifier(HostnameVerifier) - Method in class jakarta.ws.rs.client.ClientBuilder
Set the hostname verifier to be used by the client to verify the endpoint's hostname against it's identification information.
hour(String) - Method in class jakarta.ejb.ScheduleExpression
Set the hour attribute.
hour(int) - Method in class jakarta.ejb.ScheduleExpression
Set the hour attribute.
html(T) - Static method in class jakarta.ws.rs.client.Entity
Create a "text/html" entity.
HTML_BASIC_RENDER_KIT - Static variable in class jakarta.faces.render.RenderKitFactory
The render kit identifier of the default RenderKit instance for this Jakarta Server Faces implementation.
HtmlBody - Class in jakarta.faces.component.html
NONE
HtmlBody() - Constructor for class jakarta.faces.component.html.HtmlBody
 
HtmlBody.PropertyKeys - Enum in jakarta.faces.component.html
 
HtmlColumn - Class in jakarta.faces.component.html
Represents a column that will be rendered in an HTML table element.
HtmlColumn() - Constructor for class jakarta.faces.component.html.HtmlColumn
 
HtmlColumn.PropertyKeys - Enum in jakarta.faces.component.html
 
HtmlCommandButton - Class in jakarta.faces.component.html
Represents an HTML input element for a button of type submit or reset.
HtmlCommandButton() - Constructor for class jakarta.faces.component.html.HtmlCommandButton
 
HtmlCommandButton.PropertyKeys - Enum in jakarta.faces.component.html
 
HtmlCommandLink - Class in jakarta.faces.component.html
Represents an HTML a element for a hyperlink that acts like a submit button.
HtmlCommandLink() - Constructor for class jakarta.faces.component.html.HtmlCommandLink
 
HtmlCommandLink.PropertyKeys - Enum in jakarta.faces.component.html
 
HtmlCommandScript - Class in jakarta.faces.component.html
Represents an HTML script element for a function that acts like an ajax form submit.
HtmlCommandScript() - Constructor for class jakarta.faces.component.html.HtmlCommandScript
 
HtmlCommandScript.PropertyKeys - Enum in jakarta.faces.component.html
 
HtmlDataTable - Class in jakarta.faces.component.html
Represents a set of repeating data (segregated into columns by child UIColumn components) that will be rendered in an HTML table element.
HtmlDataTable() - Constructor for class jakarta.faces.component.html.HtmlDataTable
 
HtmlDataTable.PropertyKeys - Enum in jakarta.faces.component.html
 
HtmlDoctype - Class in jakarta.faces.component.html
NONE
HtmlDoctype() - Constructor for class jakarta.faces.component.html.HtmlDoctype
 
HtmlDoctype.PropertyKeys - Enum in jakarta.faces.component.html
 
HtmlForm - Class in jakarta.faces.component.html
Represents an HTML form element.
HtmlForm() - Constructor for class jakarta.faces.component.html.HtmlForm
 
HtmlForm.PropertyKeys - Enum in jakarta.faces.component.html
 
HtmlGraphicImage - Class in jakarta.faces.component.html
Represents an HTML img element, used to retrieve and render a graphical image.
HtmlGraphicImage() - Constructor for class jakarta.faces.component.html.HtmlGraphicImage
 
HtmlGraphicImage.PropertyKeys - Enum in jakarta.faces.component.html
 
HtmlHead - Class in jakarta.faces.component.html
NONE
HtmlHead() - Constructor for class jakarta.faces.component.html.HtmlHead
 
HtmlHead.PropertyKeys - Enum in jakarta.faces.component.html
 
HtmlInputFile - Class in jakarta.faces.component.html
 
HtmlInputFile() - Constructor for class jakarta.faces.component.html.HtmlInputFile
 
HtmlInputFile.PropertyKeys - Enum in jakarta.faces.component.html
 
HtmlInputHidden - Class in jakarta.faces.component.html
Represents an HTML input element of type hidden.
HtmlInputHidden() - Constructor for class jakarta.faces.component.html.HtmlInputHidden
 
HtmlInputHidden.PropertyKeys - Enum in jakarta.faces.component.html
 
HtmlInputSecret - Class in jakarta.faces.component.html
Represents an HTML input element of type password.
HtmlInputSecret() - Constructor for class jakarta.faces.component.html.HtmlInputSecret
 
HtmlInputSecret.PropertyKeys - Enum in jakarta.faces.component.html
 
HtmlInputText - Class in jakarta.faces.component.html
Represents an HTML input element of type text.
HtmlInputText() - Constructor for class jakarta.faces.component.html.HtmlInputText
 
HtmlInputText.PropertyKeys - Enum in jakarta.faces.component.html
 
HtmlInputTextarea - Class in jakarta.faces.component.html
Represents an HTML textarea element.
HtmlInputTextarea() - Constructor for class jakarta.faces.component.html.HtmlInputTextarea
 
HtmlInputTextarea.PropertyKeys - Enum in jakarta.faces.component.html
 
HtmlMessage - Class in jakarta.faces.component.html
By default, the rendererType property must be set to "jakarta.faces.Message".
HtmlMessage() - Constructor for class jakarta.faces.component.html.HtmlMessage
 
HtmlMessage.PropertyKeys - Enum in jakarta.faces.component.html
 
HtmlMessages - Class in jakarta.faces.component.html
By default, the rendererType property must be set to "jakarta.faces.Messages".
HtmlMessages() - Constructor for class jakarta.faces.component.html.HtmlMessages
 
HtmlMessages.PropertyKeys - Enum in jakarta.faces.component.html
 
HtmlOutcomeTargetButton - Class in jakarta.faces.component.html
Represents an HTML input element of type "button" or image that may be used to link to a URL handled by the Faces Servlet resolved preemptively using the logical outcome defined by the outcome property.
HtmlOutcomeTargetButton() - Constructor for class jakarta.faces.component.html.HtmlOutcomeTargetButton
 
HtmlOutcomeTargetButton.PropertyKeys - Enum in jakarta.faces.component.html
 
HtmlOutcomeTargetLink - Class in jakarta.faces.component.html
Represents an HTML a (hyperlink) element that may be used to link to a URL handled by the Faces Servlet resolved preemptively using the logical outcome defined by the outcome property.
HtmlOutcomeTargetLink() - Constructor for class jakarta.faces.component.html.HtmlOutcomeTargetLink
 
HtmlOutcomeTargetLink.PropertyKeys - Enum in jakarta.faces.component.html
 
HtmlOutputFormat - Class in jakarta.faces.component.html
Represents a component that looks up a localized message in a resource bundle, optionally uses it as a MessageFormat pattern string and substitutes in parameter values from nested UIParameter components, and renders the result.
HtmlOutputFormat() - Constructor for class jakarta.faces.component.html.HtmlOutputFormat
 
HtmlOutputFormat.PropertyKeys - Enum in jakarta.faces.component.html
 
HtmlOutputLabel - Class in jakarta.faces.component.html
Represents an HTML label element, used to define an accessible label for a corresponding input element.
HtmlOutputLabel() - Constructor for class jakarta.faces.component.html.HtmlOutputLabel
 
HtmlOutputLabel.PropertyKeys - Enum in jakarta.faces.component.html
 
HtmlOutputLink - Class in jakarta.faces.component.html
Represents an HTML a (hyperlink) element that may be used to link to an arbitrary URL defined by the value property.
HtmlOutputLink() - Constructor for class jakarta.faces.component.html.HtmlOutputLink
 
HtmlOutputLink.PropertyKeys - Enum in jakarta.faces.component.html
 
HtmlOutputText - Class in jakarta.faces.component.html
Renders the component value as text, optionally wrapping in a span element if I18N attributes, CSS styles or style classes are specified.
HtmlOutputText() - Constructor for class jakarta.faces.component.html.HtmlOutputText
 
HtmlOutputText.PropertyKeys - Enum in jakarta.faces.component.html
 
HtmlPanelGrid - Class in jakarta.faces.component.html
Renders child components in a table, starting a new row after the specified number of columns.
HtmlPanelGrid() - Constructor for class jakarta.faces.component.html.HtmlPanelGrid
 
HtmlPanelGrid.PropertyKeys - Enum in jakarta.faces.component.html
 
HtmlPanelGroup - Class in jakarta.faces.component.html
Causes all child components of this component to be rendered.
HtmlPanelGroup() - Constructor for class jakarta.faces.component.html.HtmlPanelGroup
 
HtmlPanelGroup.PropertyKeys - Enum in jakarta.faces.component.html
 
HtmlSelectBooleanCheckbox - Class in jakarta.faces.component.html
Represents an HTML input element of type checkbox.
HtmlSelectBooleanCheckbox() - Constructor for class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
 
HtmlSelectBooleanCheckbox.PropertyKeys - Enum in jakarta.faces.component.html
 
HtmlSelectManyCheckbox - Class in jakarta.faces.component.html
Represents a multiple-selection component that is rendered as a set of HTML input elements of type checkbox.
HtmlSelectManyCheckbox() - Constructor for class jakarta.faces.component.html.HtmlSelectManyCheckbox
 
HtmlSelectManyCheckbox.PropertyKeys - Enum in jakarta.faces.component.html
 
HtmlSelectManyListbox - Class in jakarta.faces.component.html
Represents a multiple-selection component that is rendered as an HTML select element, showing either all available options or the specified number of options.
HtmlSelectManyListbox() - Constructor for class jakarta.faces.component.html.HtmlSelectManyListbox
 
HtmlSelectManyListbox.PropertyKeys - Enum in jakarta.faces.component.html
 
HtmlSelectManyMenu - Class in jakarta.faces.component.html
Represents a multiple-selection component that is rendered as an HTML select element, showing a single available option at a time.
HtmlSelectManyMenu() - Constructor for class jakarta.faces.component.html.HtmlSelectManyMenu
 
HtmlSelectManyMenu.PropertyKeys - Enum in jakarta.faces.component.html
 
HtmlSelectOneListbox - Class in jakarta.faces.component.html
Represents a single-selection component that is rendered as an HTML select element, showing either all available options or the specified number of options.
HtmlSelectOneListbox() - Constructor for class jakarta.faces.component.html.HtmlSelectOneListbox
 
HtmlSelectOneListbox.PropertyKeys - Enum in jakarta.faces.component.html
 
HtmlSelectOneMenu - Class in jakarta.faces.component.html
Represents a single-selection component that is rendered as an HTML select element, showing a single available option at a time.
HtmlSelectOneMenu() - Constructor for class jakarta.faces.component.html.HtmlSelectOneMenu
 
HtmlSelectOneMenu.PropertyKeys - Enum in jakarta.faces.component.html
 
HtmlSelectOneRadio - Class in jakarta.faces.component.html
Represents a single-selection component that is rendered as a set of HTML input elements of type radio.
HtmlSelectOneRadio() - Constructor for class jakarta.faces.component.html.HtmlSelectOneRadio
 
HtmlSelectOneRadio.PropertyKeys - Enum in jakarta.faces.component.html
 
HttpAuthenticationMechanism - Interface in jakarta.security.enterprise.authentication.mechanism.http
HttpAuthenticationMechanism is a mechanism for obtaining a caller's credentials in some way, using the HTTP protocol where necessary.
HttpConstraint - Annotation Type in jakarta.servlet.annotation
This annotation is used within the ServletSecurity annotation to represent the security constraints to be applied to all HTTP protocol methods for which a corresponding HttpMethodConstraint element does NOT occur within the ServletSecurity annotation.
HttpConstraintElement - Class in jakarta.servlet
Java Class representation of an HttpConstraint annotation value.
HttpConstraintElement() - Constructor for class jakarta.servlet.HttpConstraintElement
Constructs a default HTTP constraint element
HttpConstraintElement(ServletSecurity.EmptyRoleSemantic) - Constructor for class jakarta.servlet.HttpConstraintElement
Convenience constructor to establish EmptyRoleSemantic.DENY
HttpConstraintElement(ServletSecurity.TransportGuarantee, String...) - Constructor for class jakarta.servlet.HttpConstraintElement
Constructor to establish non-empty getRolesAllowed and/or TransportGuarantee.CONFIDENTIAL.
HttpConstraintElement(ServletSecurity.EmptyRoleSemantic, ServletSecurity.TransportGuarantee, String...) - Constructor for class jakarta.servlet.HttpConstraintElement
Constructor to establish all of getEmptyRoleSemantic, getRolesAllowed, and getTransportGuarantee.
HttpFilter - Class in jakarta.servlet.http
Provides an abstract class to be subclassed to create an HTTP filter suitable for a Web site.
HttpFilter() - Constructor for class jakarta.servlet.http.HttpFilter
Does nothing, because this is an abstract class.
HttpHeaders - Interface in jakarta.ws.rs.core
An injectable interface that provides access to HTTP header information.
HttpJspPage - Interface in jakarta.servlet.jsp
The HttpJspPage interface describes the interaction that a JSP Page Implementation Class must satisfy when using the HTTP protocol.
HttpMessageContext - Interface in jakarta.security.enterprise.authentication.mechanism.http
HttpMessageContext contains all of the per-request state information and encapsulates the client request, server response, container handler for authentication callbacks, and the subject representing the caller.
HttpMessageContextWrapper - Class in jakarta.security.enterprise.authentication.mechanism.http
This class is an implementation of the HttpMessageContext interface that can be subclassed by developers wishing to provide extra or different functionality.
HttpMessageContextWrapper(HttpMessageContext) - Constructor for class jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
 
HttpMethod - Annotation Type in jakarta.ws.rs
Associates the name of a HTTP method with an annotation.
HttpMethodConstraint - Annotation Type in jakarta.servlet.annotation
This annotation is used within the ServletSecurity annotation to represent security constraints on specific HTTP protocol messages.
HttpMethodConstraintElement - Class in jakarta.servlet
Java Class represntation of an HttpMethodConstraint annotation value.
HttpMethodConstraintElement(String) - Constructor for class jakarta.servlet.HttpMethodConstraintElement
Constructs an instance with default HttpConstraintElement value.
HttpMethodConstraintElement(String, HttpConstraintElement) - Constructor for class jakarta.servlet.HttpMethodConstraintElement
Constructs an instance with specified HttpConstraintElement value.
HttpServlet - Class in jakarta.servlet.http
Provides an abstract class to be subclassed to create an HTTP servlet suitable for a Web site.
HttpServlet() - Constructor for class jakarta.servlet.http.HttpServlet
Does nothing, because this is an abstract class.
HttpServletMapping - Interface in jakarta.servlet.http
Allows runtime discovery of the manner in which the HttpServlet for the current HttpServletRequest was invoked.
HttpServletRequest - Interface in jakarta.servlet.http
Extends the ServletRequest interface to provide request information for HTTP servlets.
HttpServletRequestWrapper - Class in jakarta.servlet.http
Provides a convenient implementation of the HttpServletRequest interface that can be subclassed by developers wishing to adapt the request to a Servlet.
HttpServletRequestWrapper(HttpServletRequest) - Constructor for class jakarta.servlet.http.HttpServletRequestWrapper
Constructs a request object wrapping the given request.
HttpServletResponse - Interface in jakarta.servlet.http
Extends the ServletResponse interface to provide HTTP-specific functionality in sending a response.
HttpServletResponseWrapper - Class in jakarta.servlet.http
Provides a convenient implementation of the HttpServletResponse interface that can be subclassed by developers wishing to adapt the response from a Servlet.
HttpServletResponseWrapper(HttpServletResponse) - Constructor for class jakarta.servlet.http.HttpServletResponseWrapper
Constructs a response adaptor wrapping the given response.
HttpSession - Interface in jakarta.servlet.http
Provides a way to identify a user across more than one page request or visit to a Web site and to store information about that user.
HttpSessionActivationListener - Interface in jakarta.servlet.http
Objects that are bound to a session may listen to container events notifying them that sessions will be passivated and that session will be activated.
HttpSessionAttributeListener - Interface in jakarta.servlet.http
Interface for receiving notification events about HttpSession attribute changes.
HttpSessionBindingEvent - Class in jakarta.servlet.http
Events of this type are either sent to an object that implements HttpSessionBindingListener when it is bound or unbound from a session, or to a HttpSessionAttributeListener that has been configured in the deployment descriptor when any attribute is bound, unbound or replaced in a session.
HttpSessionBindingEvent(HttpSession, String) - Constructor for class jakarta.servlet.http.HttpSessionBindingEvent
Constructs an event that notifies an object that it has been bound to or unbound from a session.
HttpSessionBindingEvent(HttpSession, String, Object) - Constructor for class jakarta.servlet.http.HttpSessionBindingEvent
Constructs an event that notifies an object that it has been bound to or unbound from a session.
HttpSessionBindingListener - Interface in jakarta.servlet.http
Causes an object to be notified when it is bound to or unbound from a session.
HttpSessionContext - Interface in jakarta.servlet.http
Deprecated.
As of Java(tm) Servlet API 2.1 for security reasons, with no replacement. This interface will be removed in a future version of this API.
HttpSessionEvent - Class in jakarta.servlet.http
This is the class representing event notifications for changes to sessions within a web application.
HttpSessionEvent(HttpSession) - Constructor for class jakarta.servlet.http.HttpSessionEvent
Construct a session event from the given source.
HttpSessionIdListener - Interface in jakarta.servlet.http
Interface for receiving notification events about HttpSession id changes.
HttpSessionListener - Interface in jakarta.servlet.http
Interface for receiving notification events about HttpSession lifecycle changes.
HttpUpgradeHandler - Interface in jakarta.servlet.http
This interface encapsulates the upgrade protocol processing.
HttpUtils - Class in jakarta.servlet.http
Deprecated.
As of Java(tm) Servlet API 2.3. These methods were only useful with the default encoding and have been moved to the request interfaces.
HttpUtils() - Constructor for class jakarta.servlet.http.HttpUtils
Deprecated.
Constructs an empty HttpUtils object.

I

i - Variable in class jakarta.servlet.jsp.jstl.core.IndexedValueExpression
 
i - Variable in class jakarta.servlet.jsp.jstl.core.IteratedValueExpression
 
id(String) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
Make the configured bean implements PassivationCapable and its Id for passivation.
id(String, String) - Method in class jakarta.faces.flow.builder.FlowBuilder

Set the defining document id and flow id of this flow.

Id - Annotation Type in jakarta.persistence
Specifies the primary key of an entity.
ID - Static variable in class jakarta.servlet.jsp.tagext.TagAttributeInfo
"id" is wired in to be ID.
id - Variable in class jakarta.servlet.jsp.tagext.TagSupport
The value of the id attribute of this tag; or null.
id(String) - Method in interface jakarta.ws.rs.sse.OutboundSseEvent.Builder
Set the event id.
IdClass - Annotation Type in jakarta.persistence
Specifies a composite primary key class that is mapped to multiple fields or properties of the entity.
IdentifiableType<X> - Interface in jakarta.persistence.metamodel
Instances of the type IdentifiableType represent entity or mapped superclass types.
IDENTITY - Static variable in interface jakarta.json.bind.config.PropertyNamingStrategy
Using this strategy, the property name is unchanged.
IdentityStore - Interface in jakarta.security.enterprise.identitystore
IdentityStore is a mechanism for validating a caller's credentials and accessing a caller's identity attributes.
IdentityStore.ValidationType - Enum in jakarta.security.enterprise.identitystore
Determines the type of validation (operations) that should be done by this store.
IdentityStoreHandler - Interface in jakarta.security.enterprise.identitystore
IdentityStoreHandler is a mechanism for validating a caller's credentials, and accessing a caller's identity attributes, by consulting a set of one or more IdentityStores.
IdentityStorePermission - Class in jakarta.security.enterprise.identitystore
Class for IdentityStore permissions.
IdentityStorePermission(String) - Constructor for class jakarta.security.enterprise.identitystore.IdentityStorePermission
Create an IdentityStorePermission with the specified name.
IdentityStorePermission(String, String) - Constructor for class jakarta.security.enterprise.identitystore.IdentityStorePermission
Create an IdentityStorePermission with the specified name.
IF_MATCH - Static variable in interface jakarta.ws.rs.core.HttpHeaders
IF_MODIFIED_SINCE - Static variable in interface jakarta.ws.rs.core.HttpHeaders
IF_NONE_MATCH - Static variable in interface jakarta.ws.rs.core.HttpHeaders
IF_UNMODIFIED_SINCE - Static variable in interface jakarta.ws.rs.core.HttpHeaders
ignore(String) - Method in class jakarta.faces.view.facelets.MetaRuleset

Customize this MetaRuleset instance to advise it to ignore the attribute named by the attribute argument, returning this.

ignoreAll() - Method in class jakarta.faces.view.facelets.MetaRuleset

Customize this MetaRuleset instance to advise it to ignore all attributes, returning this.

ignoreFinalMethods() - Method in interface jakarta.enterprise.inject.spi.InterceptionFactory
Instructs the container to ignore all non-static, final methods with public, protected or default visibility declared by any class in the type hierarchy of the intercepted instance during invocation of InterceptionFactory.createInterceptedInstance(Object).
ignoreFinalMethods() - Method in interface jakarta.enterprise.inject.spi.ProcessBeanAttributes
Instructs the container to ignore all non-static, final methods with public, protected or default visibility declared on any bean type of the specific bean during validation of injection points that require proxyable bean type.
ignoreXmlConfiguration() - Method in interface jakarta.validation.Configuration
Ignores data from the META-INF/validation.xml file if this method is called.
IllegalLoopbackException - Exception in jakarta.ejb
This exception indicates that an attempt was made to perform an illegal loopback invocation.
IllegalLoopbackException() - Constructor for exception jakarta.ejb.IllegalLoopbackException
Constructor for IllegalLoopbackException.
IllegalLoopbackException(String) - Constructor for exception jakarta.ejb.IllegalLoopbackException
Constructor for IllegalLoopbackException.
IllegalProductException - Exception in jakarta.enterprise.inject
Indicates that a producer method returned a null value or a producer field contained a null value, and the scope of the producer method or field was not Dependent.
IllegalProductException() - Constructor for exception jakarta.enterprise.inject.IllegalProductException
 
IllegalProductException(String, Throwable) - Constructor for exception jakarta.enterprise.inject.IllegalProductException
 
IllegalProductException(String) - Constructor for exception jakarta.enterprise.inject.IllegalProductException
 
IllegalProductException(Throwable) - Constructor for exception jakarta.enterprise.inject.IllegalProductException
 
ImplicitObjectELResolver - Class in jakarta.servlet.jsp.el
Defines variable resolution behavior for the EL implicit objects defined in the JSP specification.
ImplicitObjectELResolver() - Constructor for class jakarta.servlet.jsp.el.ImplicitObjectELResolver
 
importClass(String) - Method in class jakarta.el.ELManager
Import a class.
importClass(String) - Method in class jakarta.el.ImportHandler
Import a class.
ImportHandler - Class in jakarta.el
Handles imports of class names and package names.
ImportHandler() - Constructor for class jakarta.el.ImportHandler
 
importPackage(String) - Method in class jakarta.el.ELManager
Import a package.
importPackage(String) - Method in class jakarta.el.ImportHandler
Import all the classes in a package.
importStatic(String) - Method in class jakarta.el.ELManager
Import a static field or method.
importStatic(String) - Method in class jakarta.el.ImportHandler
Import a static field or method.
in(Expression<? extends T>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create predicate to test whether given expression is contained in a list of values.
in(Object...) - Method in interface jakarta.persistence.criteria.Expression
Create a predicate to test whether the expression is a member of the argument list.
in(Expression<?>...) - Method in interface jakarta.persistence.criteria.Expression
Create a predicate to test whether the expression is a member of the argument list.
in(Collection<?>) - Method in interface jakarta.persistence.criteria.Expression
Create a predicate to test whether the expression is a member of the collection.
in(Expression<Collection<?>>) - Method in interface jakarta.persistence.criteria.Expression
Create a predicate to test whether the expression is a member of the collection.
IN_AFTER_PHASE_KEY - Static variable in class jakarta.faces.event.ExceptionQueuedEventContext

The presence of an entry under this key in the Map returned from ExceptionQueuedEventContext.getAttributes() indicates the event occurred during the “after phase” part of the current lifecycle phase.

IN_BEFORE_PHASE_KEY - Static variable in class jakarta.faces.event.ExceptionQueuedEventContext

The presence of an entry under this key in the Map returned from ExceptionQueuedEventContext.getAttributes() indicates the event occurred during the “before phase” part of the current lifecycle phase.

inAfterPhase() - Method in class jakarta.faces.event.ExceptionQueuedEventContext
 
inBeforePhase() - Method in class jakarta.faces.event.ExceptionQueuedEventContext
 
inboundParameter(String, ValueExpression) - Method in class jakarta.faces.flow.builder.FlowBuilder

A parameter that will be populated with the value from a correspondingly named outbound parameter from another flow when this flow is entered from that flow.

inboundParameter(String, String) - Method in class jakarta.faces.flow.builder.FlowBuilder

A parameter that will be populated with the value from a correspondingly named outbound parameter from another flow when this flow is entered from that flow.

InboundSseEvent - Interface in jakarta.ws.rs.sse
Inbound Server-sent event.
include(String) - Method in class jakarta.servlet.jsp.PageContext
Causes the resource specified to be processed as part of the current ServletRequest and ServletResponse being processed by the calling Thread.
include(String, boolean) - Method in class jakarta.servlet.jsp.PageContext
Causes the resource specified to be processed as part of the current ServletRequest and ServletResponse being processed by the calling Thread.
include(ServletRequest, ServletResponse) - Method in interface jakarta.servlet.RequestDispatcher
Includes the content of a resource (servlet, JSP page, HTML file) in the response.
INCLUDE_CONTEXT_PATH - Static variable in interface jakarta.servlet.RequestDispatcher
The name of the request attribute under which the context path of the target of an include is stored
INCLUDE_MAPPING - Static variable in interface jakarta.servlet.RequestDispatcher
The name of the request attribute under which the HttpServletMapping of the target of an include is stored
INCLUDE_PATH_INFO - Static variable in interface jakarta.servlet.RequestDispatcher
The name of the request attribute under which the path info of the target of an include is stored
INCLUDE_QUERY_STRING - Static variable in interface jakarta.servlet.RequestDispatcher
The name of the request attribute under which the query string of the target of an include is stored
INCLUDE_REQUEST_URI - Static variable in interface jakarta.servlet.RequestDispatcher
The name of the request attribute under which the request URI of the target of an include is stored
INCLUDE_SERVLET_PATH - Static variable in interface jakarta.servlet.RequestDispatcher
The name of the request attribute under which the servlet path of the target of an include is stored
includeFacelet(UIComponent, String) - Method in class jakarta.faces.view.facelets.FaceletContext

Include another Facelet defined at some path, relative to the executing context, not the current Facelet (same as include directive in Jakarta Server Pages)

includeFacelet(UIComponent, URL) - Method in class jakarta.faces.view.facelets.FaceletContext

Include another Facelet defined at some path, absolute to this ClassLoader/OS

includeViewParams() - Method in class jakarta.faces.flow.builder.NavigationCaseBuilder.RedirectBuilder

Indicates the current redirect should include view parameters.

inContainer(Class<?>, Integer) - Method in interface jakarta.validation.ConstraintValidatorContext.ConstraintViolationBuilder.LeafNodeBuilderCustomizableContext
Marks the node as being in a container such as a List, Map or Optional.
inContainer(Class<?>, Integer) - Method in interface jakarta.validation.ConstraintValidatorContext.ConstraintViolationBuilder.NodeBuilderCustomizableContext
Marks the node as being in a container such as a List, Map or Optional.
index() - Method in interface jakarta.persistence.criteria.ListJoin
Create an expression that corresponds to the index of the object in the referenced association or element collection.
Index - Annotation Type in jakarta.persistence
Used in schema generation to specify creation of an index.
indexedValue(String, int, Object) - Method in interface jakarta.validation.valueextraction.ValueExtractor.ValueReceiver
Receives the value extracted from an indexed object (e.g.
IndexedValueExpression - Class in jakarta.servlet.jsp.jstl.core
 
IndexedValueExpression(ValueExpression, int) - Constructor for class jakarta.servlet.jsp.jstl.core.IndexedValueExpression
 
info - Variable in class jakarta.servlet.jsp.tagext.TagLibraryInfo
Information (documentation) for this TLD.
Inheritance - Annotation Type in jakarta.persistence
Specifies the inheritance strategy to be used for an entity class hierarchy.
InheritanceType - Enum in jakarta.persistence
Defines inheritance strategy options.
Init - Annotation Type in jakarta.ejb
Designates a method of a session bean that corresponds to a create<METHOD> method of an adapted home or local home interface (an interface that adapts an enterprise bean 2.1 or earlier EJBHome or EJBLocalHome client view respectively).
init(ServletConfig) - Method in class jakarta.faces.webapp.FacesServlet
Acquire the factory instances we will require.
init(FilterConfig) - Method in interface jakarta.servlet.Filter
Called by the web container to indicate to a filter that it is being placed into service.
init(FilterConfig) - Method in class jakarta.servlet.GenericFilter
Called by the servlet container to indicate to a filter that it is being placed into service.
init() - Method in class jakarta.servlet.GenericFilter
A convenience method which can be overridden so that there's no need to call super.init(config).
init(ServletConfig) - Method in class jakarta.servlet.GenericServlet
Called by the servlet container to indicate to a servlet that the servlet is being placed into service.
init() - Method in class jakarta.servlet.GenericServlet
A convenience method which can be overridden so that there's no need to call super.init(config).
init(WebConnection) - Method in interface jakarta.servlet.http.HttpUpgradeHandler
It is called once the HTTP Upgrade process has been completed and the upgraded connection is ready to start using the new protocol.
init(ServletConfig) - Method in interface jakarta.servlet.Servlet
Called by the servlet container to indicate to a servlet that the servlet is being placed into service.
init(EndpointConfig) - Method in interface jakarta.websocket.Decoder
This method is called with the endpoint configuration object of the endpoint this decoder is intended for when it is about to be brought into service.
init(EndpointConfig) - Method in interface jakarta.websocket.Encoder
This method is called with the endpoint configuration object of the endpoint this encoder is intended for when it is about to be brought into service.
inIterable() - Method in interface jakarta.validation.ConstraintValidatorContext.ConstraintViolationBuilder.ContainerElementNodeBuilderCustomizableContext
Marks the node as being in an iterable, e.g.
inIterable() - Method in interface jakarta.validation.ConstraintValidatorContext.ConstraintViolationBuilder.LeafNodeBuilderCustomizableContext
Marks the node as being in an iterable, e.g.
inIterable() - Method in interface jakarta.validation.ConstraintValidatorContext.ConstraintViolationBuilder.NodeBuilderCustomizableContext
Marks the node as being in an iterable, e.g.
initialize() - Method in class jakarta.enterprise.inject.se.SeContainerInitializer
Initializes a CDI SeContainerInitializer.
initialize(MessagePolicy, MessagePolicy, CallbackHandler, Map) - Method in interface jakarta.security.auth.message.module.ClientAuthModule
Initialize this module with request and response message policies to enforce, a CallbackHandler, and any module-specific configuration properties.
initialize(MessagePolicy, MessagePolicy, CallbackHandler, Map) - Method in interface jakarta.security.auth.message.module.ServerAuthModule
Initialize this module with request and response message policies to enforce, a CallbackHandler, and any module-specific configuration properties.
initialize(Map<String, String>) - Method in interface jakarta.security.enterprise.identitystore.PasswordHash
Initialize the instance with the parameters it should use to generate and verify password hashes.
initialize(Servlet, ServletRequest, ServletResponse, String, boolean, int, boolean) - Method in class jakarta.servlet.jsp.PageContext
The initialize method is called to initialize an uninitialized PageContext so that it may be used by a JSP Implementation class to service an incoming request and response within it's _jspService() method.
initialize(A) - Method in interface jakarta.validation.ConstraintValidator
Initializes the validator in preparation for ConstraintValidator.isValid(Object, ConstraintValidatorContext) calls.
Initialized - Annotation Type in jakarta.enterprise.context
An event with this qualifier is fired when a context is initialized, i.e.
Initialized.Literal - Class in jakarta.enterprise.context
Supports inline instantiation of the Initialized qualifier.
initializer(MethodExpression) - Method in class jakarta.faces.flow.builder.FlowBuilder

A MethodExpression that will be invoked when the flow is entered.

initializer(String) - Method in class jakarta.faces.flow.builder.FlowBuilder

A MethodExpression that will be invoked when the flow is entered.

initialStateMarked() - Method in class jakarta.faces.component.behavior.BehaviorBase
initialStateMarked() - Method in interface jakarta.faces.component.PartialStateHolder

Return true if delta state changes are being tracked, otherwise false

initialStateMarked() - Method in class jakarta.faces.component.UIComponent

An implementation of PartialStateHolder.initialStateMarked(), this method is called by the runtime to test if the PartialStateHolder.markInitialState() method was called.

initialStateMarked() - Method in class jakarta.faces.convert.DateTimeConverter
 
initialStateMarked() - Method in class jakarta.faces.convert.EnumConverter
 
initialStateMarked() - Method in class jakarta.faces.convert.NumberConverter
 
initialStateMarked() - Method in class jakarta.faces.validator.BeanValidator
 
initialStateMarked() - Method in class jakarta.faces.validator.DoubleRangeValidator
 
initialStateMarked() - Method in class jakarta.faces.validator.LengthValidator
 
initialStateMarked() - Method in class jakarta.faces.validator.LongRangeValidator
 
initialStateMarked() - Method in class jakarta.faces.validator.RegexValidator
 
InitParameterMap - Annotation Type in jakarta.faces.annotation

The presence of this annotation (along with @Inject) on a field of type Map<String, String> causes the map returned from ExternalContext.getInitParameterMap() to be injected as the value of that field.

initResource(T) - Method in interface jakarta.ws.rs.container.ResourceContext
Initialize the resource or sub-resource instance.
initView(FacesContext) - Method in class jakarta.faces.application.ViewHandler
Initialize the view for the request processing lifecycle.
initView(FacesContext) - Method in class jakarta.faces.application.ViewHandlerWrapper
The default behavior of this method is to call ViewHandler.initView(jakarta.faces.context.FacesContext) on the wrapped ViewHandler object.
inject(T, CreationalContext<T>) - Method in interface jakarta.enterprise.inject.spi.InjectionTarget
Performs dependency injection upon the given object.
inject() - Method in class jakarta.enterprise.inject.spi.Unmanaged.UnmanagedInstance
Inject the instance
Inject - Annotation Type in jakarta.inject
Identifies injectable constructors, methods, and fields.
InjectionException - Exception in jakarta.enterprise.inject
Indicates a problem relating to dependency injection.
InjectionException() - Constructor for exception jakarta.enterprise.inject.InjectionException
 
InjectionException(String, Throwable) - Constructor for exception jakarta.enterprise.inject.InjectionException
 
InjectionException(String) - Constructor for exception jakarta.enterprise.inject.InjectionException
 
InjectionException(Throwable) - Constructor for exception jakarta.enterprise.inject.InjectionException
 
InjectionPoint - Interface in jakarta.enterprise.inject.spi
Provides access to metadata about an injection point.
InjectionPointConfigurator - Interface in jakarta.enterprise.inject.spi.configurator
This API is an helper to configure an existing InjectionPoint instance.
injectionPoints(InjectionPoint...) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
Replace InjectionPoints for the configured bean
injectionPoints(Set<InjectionPoint>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
Replace InjectionPoints for the configured bean
InjectionTarget<T> - Interface in jakarta.enterprise.inject.spi
Provides operations for performing dependency injection and lifecycle callbacks on an instance of a type.
InjectionTargetFactory<T> - Interface in jakarta.enterprise.inject.spi
An InjectionTargetFactory can create an InjectionTarget for a given bean.
InjectLiteral - Class in jakarta.enterprise.inject.literal
Supports inline instantiation of the Inject annotation.
InjectLiteral() - Constructor for class jakarta.enterprise.inject.literal.InjectLiteral
 
inspectFlow(FacesContext, Flow) - Method in class jakarta.faces.application.ConfigurableNavigationHandler

Called by the flow system to cause the flow to be inspected for navigation rules.

inspectFlow(FacesContext, Flow) - Method in class jakarta.faces.application.ConfigurableNavigationHandlerWrapper
 
INSTANCE - Static variable in class jakarta.enterprise.context.ApplicationScoped.Literal
 
INSTANCE - Static variable in class jakarta.enterprise.context.ConversationScoped.Literal
 
INSTANCE - Static variable in class jakarta.enterprise.context.Dependent.Literal
 
INSTANCE - Static variable in class jakarta.enterprise.context.RequestScoped.Literal
 
INSTANCE - Static variable in class jakarta.enterprise.context.SessionScoped.Literal
 
INSTANCE - Static variable in class jakarta.enterprise.inject.Alternative.Literal
 
INSTANCE - Static variable in class jakarta.enterprise.inject.Any.Literal
 
INSTANCE - Static variable in class jakarta.enterprise.inject.Default.Literal
 
Instance<T> - Interface in jakarta.enterprise.inject
Allows the application to dynamically obtain instances of beans with a specified combination of required type and qualifiers.
INSTANCE - Static variable in class jakarta.enterprise.inject.literal.InjectLiteral
 
INSTANCE - Static variable in class jakarta.enterprise.inject.literal.NamedLiteral
 
INSTANCE - Static variable in class jakarta.enterprise.inject.literal.QualifierLiteral
 
INSTANCE - Static variable in class jakarta.enterprise.inject.literal.SingletonLiteral
 
INSTANCE - Static variable in class jakarta.enterprise.inject.New.Literal
 
INSTANCE - Static variable in class jakarta.enterprise.inject.Specializes.Literal
 
INSTANCE - Static variable in class jakarta.enterprise.inject.TransientReference.Literal
 
INSTANCE - Static variable in class jakarta.enterprise.inject.Typed.Literal
 
INSTANCE - Static variable in class jakarta.enterprise.inject.Vetoed.Literal
 
INSTANCE - Static variable in class jakarta.enterprise.util.Nonbinding.Literal
 
INTEGER_ID - Static variable in class jakarta.faces.convert.IntegerConverter
The message identifier of the FacesMessage to be created if the conversion to Integer fails.
IntegerConverter - Class in jakarta.faces.convert
Converter implementation for java.lang.Integer (and int primitive) values.
IntegerConverter() - Constructor for class jakarta.faces.convert.IntegerConverter
 
intercept(InterceptionType, T, InvocationContext) - Method in interface jakarta.enterprise.inject.spi.Interceptor
Invokes the specified kind of lifecycle callback or method invocation interception upon the given interceptor instance.
Intercepted - Annotation Type in jakarta.enterprise.inject
An interceptor may inject metadata about the bean it is intercepting.
InterceptionFactory<T> - Interface in jakarta.enterprise.inject.spi
InterceptionFactory allows to create a wrapper instance whose method invocations are intercepted by method interceptors and forwarded to a provided instance.
InterceptionType - Enum in jakarta.enterprise.inject.spi
Identifies the kind of lifecycle callback, EJB timeout method or business method interception.
Interceptor<T> - Interface in jakarta.enterprise.inject.spi
Represents an enabled interceptor.
Interceptor - Annotation Type in jakarta.interceptor
Specifies that a class is an interceptor.
Interceptor.Priority - Class in jakarta.interceptor
Priorities that define the order in which interceptors are invoked.
InterceptorBinding - Annotation Type in jakarta.interceptor
Specifies that an annotation type is an interceptor binding type.
InterceptorContext - Interface in jakarta.ws.rs.ext
Interceptors - Annotation Type in jakarta.interceptor
Declares an ordered list of interceptors for a target class, or for a method or a constructor of a target class.
intercepts(InterceptionType) - Method in interface jakarta.enterprise.inject.spi.Interceptor
Determines if the interceptor intercepts the specified kind of lifecycle callback or method invocation.
InternalServerErrorException - Exception in jakarta.ws.rs
A runtime exception indicating an internal server error.
InternalServerErrorException() - Constructor for exception jakarta.ws.rs.InternalServerErrorException
Construct a new internal server error exception.
InternalServerErrorException(String) - Constructor for exception jakarta.ws.rs.InternalServerErrorException
Construct a new internal server error exception.
InternalServerErrorException(Response) - Constructor for exception jakarta.ws.rs.InternalServerErrorException
Construct a new internal server error exception.
InternalServerErrorException(String, Response) - Constructor for exception jakarta.ws.rs.InternalServerErrorException
Construct a new internal server error exception.
InternalServerErrorException(Throwable) - Constructor for exception jakarta.ws.rs.InternalServerErrorException
Construct a new internal server error exception.
InternalServerErrorException(String, Throwable) - Constructor for exception jakarta.ws.rs.InternalServerErrorException
Construct a new internal server error exception.
InternalServerErrorException(Response, Throwable) - Constructor for exception jakarta.ws.rs.InternalServerErrorException
Construct a new internal server error exception.
InternalServerErrorException(String, Response, Throwable) - Constructor for exception jakarta.ws.rs.InternalServerErrorException
Construct a new internal server error exception.
interpolate(String, MessageInterpolator.Context) - Method in interface jakarta.validation.MessageInterpolator
Interpolates the message template based on the constraint validation context.
interpolate(String, MessageInterpolator.Context, Locale) - Method in interface jakarta.validation.MessageInterpolator
Interpolates the message template based on the constraint validation context.
intValue() - Method in interface jakarta.json.JsonNumber
Returns this JSON number as an int.
intValueExact() - Method in interface jakarta.json.JsonNumber
Returns this JSON number as an int.
INVALID_MESSAGE_ID - Static variable in class jakarta.faces.component.UISelectMany
The message identifier of the FacesMessage to be created if a value not matching the available options is specified.
INVALID_MESSAGE_ID - Static variable in class jakarta.faces.component.UISelectOne
The message identifier of the FacesMessage to be created if a value not matching the available options is specified.
INVALID_RESULT - Static variable in class jakarta.security.enterprise.identitystore.CredentialValidationResult
 
invalidate() - Method in interface jakarta.servlet.http.HttpSession
Invalidates this session then unbinds any objects bound to it.
invalidateSession() - Method in class jakarta.faces.context.ExternalContext

Invalidates this session then unbinds any objects bound to it.

invalidateSession() - Method in class jakarta.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.invalidateSession() on the wrapped ExternalContext object.
InvalidTransactionException - Exception in jakarta.transaction
This exception indicates that the request carried an invalid transaction context.
InvalidTransactionException() - Constructor for exception jakarta.transaction.InvalidTransactionException
 
InvalidTransactionException(String) - Constructor for exception jakarta.transaction.InvalidTransactionException
 
invocation(Link) - Method in interface jakarta.ws.rs.client.Client
Build an invocation builder from a link.
Invocation - Interface in jakarta.ws.rs.client
A client request invocation.
Invocation.Builder - Interface in jakarta.ws.rs.client
A client request invocation builder.
InvocationCallback<RESPONSE> - Interface in jakarta.ws.rs.client
Callback that can be implemented to receive the asynchronous processing events from the invocation processing.
InvocationContext - Interface in jakarta.interceptor
Exposes contextual information about the intercepted invocation and operations that enable interceptor methods to control the behavior of the invocation chain.
invoke(ELContext, Object, Object, Class<?>[], Object[]) - Method in class jakarta.el.BeanELResolver
If the base object is not null, invoke the method, with the given parameters on this bean.
invoke(ELContext, Object, Object, Class<?>[], Object[]) - Method in class jakarta.el.CompositeELResolver
Attempts to resolve and invoke the given method on the given base object by querying all component resolvers.
invoke(ELContext, Object, Object, Class<?>[], Object[]) - Method in class jakarta.el.ELResolver
Attempts to resolve and invoke the given method on the given base object.
invoke(ELContext, Object...) - Method in class jakarta.el.LambdaExpression
Invoke the encapsulated Lambda expression.
invoke(Object...) - Method in class jakarta.el.LambdaExpression
Invoke the encapsulated Lambda expression.
invoke(ELContext, Object[]) - Method in class jakarta.el.MethodExpression
If a String literal is specified as the expression, returns the String literal coerced to the expected return type of the method signature.
invoke(ELContext, Object, Object, Class<?>[], Object[]) - Method in class jakarta.el.StaticFieldELResolver
Invokes a public static method or the constructor for a class.
invoke(FacesContext, Object[]) - Method in class jakarta.faces.el.MethodBinding
Deprecated.
Return the return value (if any) resulting from a call to the method identified by this method binding expression, passing it the specified parameters, relative to the specified FacesContext.
invoke(Writer) - Method in class jakarta.servlet.jsp.tagext.JspFragment
Executes the fragment and directs all output to the given Writer, or the JspWriter returned by the getOut() method of the JspContext associated with the fragment if out is null.
invoke() - Method in interface jakarta.ws.rs.client.Invocation
Synchronously invoke the request and receive a response back.
invoke(Class<T>) - Method in interface jakarta.ws.rs.client.Invocation
Synchronously invoke the request and receive a response of the specified type back.
invoke(GenericType<T>) - Method in interface jakarta.ws.rs.client.Invocation
Synchronously invoke the request and receive a response of the specified generic type back.
INVOKE_APPLICATION - Static variable in class jakarta.faces.event.PhaseId
Identifier that indicates an interest in events queued for the Invoke Application phase of the request processing lifecycle.
invokeContextCallback(FacesContext, UIComponent) - Method in interface jakarta.faces.component.ContextCallback
This method will be called by an implementation of UIComponent.invokeOnComponent(jakarta.faces.context.FacesContext, java.lang.String, jakarta.faces.component.ContextCallback) and must be passed the component with the clientId given as an argument to invokeOnComponent.
invokeContextCallback(UIComponent) - Method in class jakarta.faces.component.search.SearchKeywordContext

This method will be called by an implementation of SearchKeywordResolver.resolve(jakarta.faces.component.search.SearchKeywordContext, jakarta.faces.component.UIComponent, java.lang.String) with the resolved component for the keyword.

invokeOnComponent(SearchExpressionContext, String, ContextCallback) - Method in class jakarta.faces.component.search.SearchExpressionHandler

Resolves multiple UIComponents for the given expression.

invokeOnComponent(SearchExpressionContext, UIComponent, String, ContextCallback) - Method in class jakarta.faces.component.search.SearchExpressionHandler

Resolves multiple UIComponents for the given expression.

invokeOnComponent(SearchExpressionContext, String, ContextCallback) - Method in class jakarta.faces.component.search.SearchExpressionHandlerWrapper
 
invokeOnComponent(SearchExpressionContext, UIComponent, String, ContextCallback) - Method in class jakarta.faces.component.search.SearchExpressionHandlerWrapper
 
invokeOnComponent(FacesContext, String, ContextCallback) - Method in class jakarta.faces.component.UIComponent
Starting at this component in the View hierarchy, search for a component with a clientId equal to the argument clientId and, if found, call the ContextCallback.invokeContextCallback(jakarta.faces.context.FacesContext, jakarta.faces.component.UIComponent) method on the argument callback, passing the current FacesContext and the found component as arguments.
invokeOnComponent(FacesContext, String, ContextCallback) - Method in class jakarta.faces.component.UIComponentBase
Starting at this component in the View hierarchy, search for a component with a clientId equal to the argument clientId and, if found, call the ContextCallback.invokeContextCallback(jakarta.faces.context.FacesContext, jakarta.faces.component.UIComponent) method on the argument callback, passing the current FacesContext and the found component as arguments.
invokeOnComponent(FacesContext, String, ContextCallback) - Method in class jakarta.faces.component.UIData
Override behavior from UIComponentBase.invokeOnComponent(jakarta.faces.context.FacesContext, java.lang.String, jakarta.faces.component.ContextCallback) to provide special care for positioning the data properly before finding the component and invoking the callback on it.
invokeVisitCallback(UIComponent, VisitCallback) - Method in class jakarta.faces.component.visit.VisitContext
Called by UIComponent.visitTree() to visit a single component.
invokeVisitCallback(UIComponent, VisitCallback) - Method in class jakarta.faces.component.visit.VisitContextWrapper
 
IS_BUILDING_INITIAL_STATE - Static variable in class jakarta.faces.application.StateManager

Marker within the FacesContext attributes map to indicate we are marking initial state, so the markInitialState() method of iterating components such as UIData could recognize this fact and save the initial state of descendents.

IS_SAVING_STATE - Static variable in class jakarta.faces.application.StateManager

Marker within the FacesContext attributes map to indicate we are saving state.

isActive() - Method in interface jakarta.enterprise.context.spi.Context
Determines if the context object is active.
isActive(FacesContext, String, String) - Method in class jakarta.faces.flow.FlowHandler

Return true if and only if the flow referenced by the argument definingDocument and id is currently active.

isActive() - Method in interface jakarta.persistence.EntityTransaction
Indicate whether a resource transaction is in progress.
isAjaxRequest() - Method in class jakarta.faces.context.PartialViewContext

Return true if the request header Faces-Request is present with the value partial/ajax.

isAjaxRequest() - Method in class jakarta.faces.context.PartialViewContextWrapper
The default behavior of this method is to call PartialViewContext.isAjaxRequest() on the wrapped PartialViewContext object.
isAlternative() - Method in interface jakarta.enterprise.inject.spi.BeanAttributes
Determines if the bean is an alternative.
isAmbiguous() - Method in interface jakarta.enterprise.inject.Instance
Determines if there is more than one bean that matches the required type and qualifiers and is eligible for injection into the class into which the parent Instance was injected.
isAnnotationPresent(Class<? extends Annotation>) - Method in interface jakarta.enterprise.inject.spi.Annotated
Determine if the program element has an annotation of a certain annotation type.
isAppropriateListener(FacesListener) - Method in class jakarta.faces.event.ActionEvent
 
isAppropriateListener(FacesListener) - Method in class jakarta.faces.event.AjaxBehaviorEvent

Return true if this FacesListener is an instance of a the appropriate listener class that this event supports.

isAppropriateListener(FacesListener) - Method in class jakarta.faces.event.ComponentSystemEvent

Return true if the argument FacesListener is an instance of the appropriate listener class that this event supports.

isAppropriateListener(FacesListener) - Method in class jakarta.faces.event.FacesEvent
Return true if this FacesListener is an instance of a listener class that this event supports.
isAppropriateListener(FacesListener) - Method in class jakarta.faces.event.PostAddToViewEvent

Returns true if and only if the argument listener is an instance of SystemEventListener.

isAppropriateListener(FacesListener) - Method in class jakarta.faces.event.PreRemoveFromViewEvent

Returns true if and only if the argument listener is an instance of SystemEventListener.

isAppropriateListener(FacesListener) - Method in class jakarta.faces.event.SystemEvent
Return true if this FacesListener is an instance of a the appropriate listener class that this event supports.
isAppropriateListener(FacesListener) - Method in class jakarta.faces.event.ValueChangeEvent
 
isAscending() - Method in interface jakarta.persistence.criteria.Order
Whether ascending ordering is in effect.
isAssociation() - Method in interface jakarta.persistence.metamodel.Attribute
Is the attribute an association.
isAsync() - Method in interface jakarta.enterprise.inject.spi.ObserverMethod
Determines if this observer method is asynchronous
isAsyncStarted() - Method in interface jakarta.servlet.ServletRequest
Checks if this request has been put into asynchronous mode.
isAsyncStarted() - Method in class jakarta.servlet.ServletRequestWrapper
Checks if the wrapped request has been put into asynchronous mode.
isAsyncSupported() - Method in interface jakarta.servlet.ServletRequest
Checks if this request supports asynchronous operation.
isAsyncSupported() - Method in class jakarta.servlet.ServletRequestWrapper
Checks if the wrapped request supports asynchronous operation.
isAuthenticationRequest() - Method in interface jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContext
Checks if the current call to an authentication mechanism is the result from the application calling SecurityContext.authenticate(HttpServletRequest, HttpServletResponse, AuthenticationParameters)
isAuthenticationRequest() - Method in class jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
 
isAutoFlush() - Method in class jakarta.servlet.jsp.JspWriter
This method indicates whether the JspWriter is autoFlushing.
isAutorun() - Method in class jakarta.faces.component.html.HtmlCommandScript
Return the value of the autorun property.
isBeanConstrained() - Method in interface jakarta.validation.metadata.BeanDescriptor
Returns true if the bean involves validation: a constraint is hosted on the bean itself a constraint is hosted on one of the bean properties or a bean property is marked for cascaded validation (Valid)
isBound(Parameter<?>) - Method in interface jakarta.persistence.Query
Return a boolean indicating whether a value has been bound to the parameter.
isCalendarTimer() - Method in interface jakarta.ejb.Timer
Return whether this timer is a calendar-based timer.
isCallerInRole(String) - Method in interface jakarta.ejb.EJBContext
Test if the caller has a given security role.
isCallerInRole(String) - Method in interface jakarta.security.enterprise.SecurityContext
Checks whether the authenticated caller is included in the specified logical application "role".
isCancelled() - Method in class jakarta.ejb.AsyncResult
This method should not be called.
isCancelled() - Method in interface jakarta.ws.rs.container.AsyncResponse
Check if the asynchronous response instance has been cancelled.
isCascadable(Object, Path.Node, Class<?>, Path, ElementType) - Method in interface jakarta.validation.TraversableResolver
Determines if the Jakarta Bean Validation provider is allowed to cascade validation on the bean instance returned by the property value marked as @Valid.
isCascaded() - Method in interface jakarta.validation.metadata.CascadableDescriptor
Whether this element is marked for cascaded validation or not.
isCleared() - Method in class jakarta.security.enterprise.credential.AbstractClearableCredential
 
isCleared() - Method in interface jakarta.security.enterprise.credential.Credential
Determines whether the credential value has been securely cleared.
isClientWindowRenderModeEnabled(FacesContext) - Method in class jakarta.faces.lifecycle.ClientWindow

Methods that append the ClientWindow to generated URLs must call this method to see if they are permitted to do so.

isClientWindowRenderModeEnabled(FacesContext) - Method in class jakarta.faces.lifecycle.ClientWindowWrapper
 
isClosed() - Method in interface jakarta.ws.rs.sse.SseEventSink
Check if the stream has been closed already.
isCollection() - Method in interface jakarta.persistence.metamodel.Attribute
Is the attribute collection-valued (represents a Collection, Set, List, or Map).
isCommitted() - Method in interface jakarta.servlet.ServletResponse
Returns a boolean indicating if the response has been committed.
isCommitted() - Method in class jakarta.servlet.ServletResponseWrapper
The default behavior of this method is to return isCommitted() on the wrapped response object.
isCompatible(MediaType) - Method in class jakarta.ws.rs.core.MediaType
Check if this media type is compatible with another media type.
isCompositeComponent(UIComponent) - Static method in class jakarta.faces.component.UIComponent

Return true if component is a composite component, otherwise false.

isCompoundSelection() - Method in interface jakarta.persistence.criteria.Selection
Whether the selection item is a compound selection.
isConnected() - Method in class jakarta.faces.component.UIWebsocket
Returns whether to (auto)connect the websocket or not.
isCorrelated() - Method in interface jakarta.persistence.criteria.From
Whether the From object has been obtained as a result of correlation (use of a Subquery correlate method).
isDefaultEvent() - Method in interface jakarta.faces.view.BehaviorHolderAttachedObjectTarget
 
isDeferredMethod() - Method in class jakarta.servlet.jsp.tagext.TagAttributeInfo
Returns true if this attribute is to be passed a MethodExpression so that expression evaluation can be deferred.
isDeferredValue() - Method in class jakarta.servlet.jsp.tagext.TagAttributeInfo
Returns true if this attribute is to be passed a ValueExpression so that expression evaluation can be deferred.
isDelegate() - Method in interface jakarta.enterprise.inject.spi.InjectionPoint
Determines if the injection point is a decorator delegate injection point.
isDisable() - Method in class jakarta.faces.component.UIParameter

Return the value of the disable directive for this component.

isDisableClientWindow() - Method in class jakarta.faces.component.UIOutcomeTarget

Return whether or not the client window should be encoded into the target url.

isDisabled() - Method in class jakarta.faces.component.behavior.AjaxBehavior

Return the disabled status of this behavior.

isDisabled() - Method in class jakarta.faces.component.html.HtmlCommandButton
Return the value of the disabled property.
isDisabled() - Method in class jakarta.faces.component.html.HtmlCommandLink
Return the value of the disabled property.
isDisabled() - Method in class jakarta.faces.component.html.HtmlInputFile
Return the value of the disabled property.
isDisabled() - Method in class jakarta.faces.component.html.HtmlInputSecret
Return the value of the disabled property.
isDisabled() - Method in class jakarta.faces.component.html.HtmlInputText
Return the value of the disabled property.
isDisabled() - Method in class jakarta.faces.component.html.HtmlInputTextarea
Return the value of the disabled property.
isDisabled() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
Return the value of the disabled property.
isDisabled() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
Return the value of the disabled property.
isDisabled() - Method in class jakarta.faces.component.html.HtmlOutputLink
Return the value of the disabled property.
isDisabled() - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
Return the value of the disabled property.
isDisabled() - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
Return the value of the disabled property.
isDisabled() - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
Return the value of the disabled property.
isDisabled() - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
Return the value of the disabled property.
isDisabled() - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
Return the value of the disabled property.
isDisabled() - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
Return the value of the disabled property.
isDisabled() - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
Return the value of the disabled property.
isDisabled() - Method in class jakarta.faces.model.SelectItem
Return the disabled flag for this item, which should modify the rendered output to make this item unavailable for selection by the user if set to true.
isDisabled(FaceletContext) - Method in class jakarta.faces.view.facelets.DelegatingMetaTagHandler
 
isDistinct() - Method in interface jakarta.persistence.criteria.AbstractQuery
Return whether duplicate query results must be eliminated or retained.
isDone() - Method in class jakarta.ejb.AsyncResult
This method should not be called.
isDone() - Method in interface jakarta.ws.rs.container.AsyncResponse
Check if the processing of a request this asynchronous response instance belongs to has finished.
isEmpty(Object) - Static method in class jakarta.faces.component.UIInput

Is the value denoting an empty value.

isEmpty() - Method in class jakarta.faces.context.FlashWrapper

The default behavior of this method is to call Map.isEmpty() on the wrapped Flash object.

isEmpty(Expression<C>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create a predicate that tests whether a collection is empty.
isEmpty() - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
 
isEmpty() - Method in interface jakarta.ws.rs.sse.InboundSseEvent
Check if the event is empty (i.e.
isEnabled(Feature) - Method in interface jakarta.ws.rs.core.Configuration
Check if a particular feature instance has been previously enabled in the runtime configuration context.
isEnabled(Class<? extends Feature>) - Method in interface jakarta.ws.rs.core.Configuration
Check if a feature instance of featureClass class has been previously enabled in the runtime configuration context.
isEscape() - Method in class jakarta.faces.component.html.HtmlOutputFormat
Return the value of the escape property.
isEscape() - Method in class jakarta.faces.component.html.HtmlOutputLabel
Return the value of the escape property.
isEscape() - Method in class jakarta.faces.component.html.HtmlOutputText
Return the value of the escape property.
isEscape() - Method in class jakarta.faces.model.SelectItem

If and only if this returns true, the code that renders this select item must escape the label using escaping syntax appropriate to the content type being rendered.

isExecutableValidationEnabled() - Method in interface jakarta.validation.BootstrapConfiguration
Returns true if the validation execution is explicitly marked as enabled or if it is left undefined.
isExecuteAll() - Method in class jakarta.faces.context.PartialViewContext

Return true if PartialViewContext.isAjaxRequest() returns true and PartialViewContext.PARTIAL_EXECUTE_PARAM_NAME is present in the current request with the value PartialViewContext.ALL_PARTIAL_PHASE_CLIENT_IDS.

isExecuteAll() - Method in class jakarta.faces.context.PartialViewContextWrapper
The default behavior of this method is to call PartialViewContext.isExecuteAll() on the wrapped PartialViewContext object.
isFaceletCached(URL) - Method in class jakarta.faces.view.facelets.FaceletCache

Determines whether a cached Facelet instance exists for this URL.

isFalse(Expression<Boolean>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create a predicate testing for a false value.
isFinished() - Method in class jakarta.servlet.ServletInputStream
Returns true when all the data from the stream has been read else it returns false.
isFirst() - Method in interface jakarta.servlet.jsp.jstl.core.LoopTagStatus
Returns information about whether the current round of the iteration is the first one.
isFragment() - Method in class jakarta.servlet.jsp.tagext.TagAttributeInfo
Whether this attribute is of type JspFragment.
isGlobalOnly() - Method in class jakarta.faces.component.UIMessages
Return the flag indicating whether only global messages (that is, messages with no associated client identifier) should be rendered.
isGroupingUsed() - Method in class jakarta.faces.convert.NumberConverter
Return true if getAsString should include grouping separators if necessary.
isHttpOnly() - Method in class jakarta.servlet.http.Cookie
Checks whether this Cookie has been marked as HttpOnly.
isHttpOnly() - Method in interface jakarta.servlet.SessionCookieConfig
Checks if the session tracking cookies created on behalf of the application represented by the ServletContext from which this SessionCookieConfig was acquired will be marked as HttpOnly.
isHttpOnly() - Method in class jakarta.ws.rs.core.NewCookie
Returns true if this cookie contains the HttpOnly attribute.
isId() - Method in interface jakarta.persistence.metamodel.SingularAttribute
Is the attribute an id attribute.
isIdentical(EJBLocalObject) - Method in interface jakarta.ejb.EJBLocalObject
Test if a given enterprise bean local object is identical to the invoked enterprise bean local object.
isIdentical(EJBObject) - Method in interface jakarta.ejb.EJBObject
Test if a given enterprise bean object is identical to the invoked enterprise bean object.
isIgnoreXmlConfiguration() - Method in interface jakarta.validation.spi.ConfigurationState
Returns true if Configuration.ignoreXmlConfiguration() has been called.
isImmediate() - Method in interface jakarta.faces.component.ActionSource
Return a flag indicating that the default ActionListener provided by the Jakarta Server Faces implementation should be executed immediately (that is, during Apply Request Values phase of the request processing lifecycle), rather than waiting until the Invoke Application phase.
isImmediate() - Method in class jakarta.faces.component.behavior.AjaxBehavior

Return the immediate status of this behavior.

isImmediate() - Method in interface jakarta.faces.component.EditableValueHolder
Return the "immediate" state for this component.
isImmediate() - Method in class jakarta.faces.component.UICommand
The immediate flag.
isImmediate() - Method in class jakarta.faces.component.UIInput
 
isImmediate() - Method in class jakarta.faces.component.UIViewAction

If the value of the component's immediate attribute is true, the action will be invoked during the Apply Request Values Jakarta Server Faces lifecycle phase.

isImmediate() - Method in class jakarta.faces.component.UIViewParameter

Return false.

isImmediateSet() - Method in class jakarta.faces.component.behavior.AjaxBehavior

Tests whether the immediate attribute is specified.

isIncludeViewParams() - Method in class jakarta.faces.application.NavigationCase

Return the <redirect> value for this <navigation-case>.

isIncludeViewParams() - Method in class jakarta.faces.application.NavigationCaseWrapper
 
isIncludeViewParams() - Method in class jakarta.faces.component.UIOutcomeTarget

Return whether or not the view parameters should be encoded into the target url.

isInIterable() - Method in interface jakarta.validation.Path.Node
 
isIntegerOnly() - Method in class jakarta.faces.convert.NumberConverter
Return true if only the integer portion of the given value should be returned from getAsObject().
isIntegral() - Method in interface jakarta.json.JsonNumber
Returns true if this JSON number is a integral number.
isIntegralNumber() - Method in interface jakarta.json.stream.JsonParser
Returns true if the JSON number at the current parser state is a integral number.
isInterceptorBinding(Class<? extends Annotation>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
Test the given annotation type to determine if it is an interceptor binding type .
isInView() - Method in class jakarta.faces.component.UIComponent

Return true if this component is within the view hierarchy otherwise false

isInView() - Method in class jakarta.faces.component.UIViewRoot

Override superclass method to always return true because a UIViewRoot is defined to always be in a view.

isIsmap() - Method in class jakarta.faces.component.html.HtmlGraphicImage
Return the value of the ismap property.
isItemDisabled() - Method in class jakarta.faces.component.UISelectItem
Return the disabled setting for this selection item.
isItemEscaped() - Method in class jakarta.faces.component.UISelectItem
Return the escape setting for the label of this selection item.
isJoinedToTransaction() - Method in interface jakarta.persistence.EntityManager
Determine whether the entity manager is joined to the current transaction.
isKeepMessages() - Method in class jakarta.faces.context.Flash

Return the value of this JavaBeans property for the flash for this session.

isKeepMessages() - Method in class jakarta.faces.context.FlashWrapper

The default behavior of this method is to call Flash.isKeepMessages() on the wrapped Flash object.

isKeywordResolved() - Method in class jakarta.faces.component.search.SearchKeywordContext

Returns if the keyword was resolved.

isLambdaArgument(String) - Method in class jakarta.el.ELContext
Inquires if the name is a LambdaArgument
isLast() - Method in interface jakarta.servlet.jsp.jstl.core.LoopTagStatus
Returns information about whether the current round of the iteration is the last one.
isLeaf(SearchExpressionContext, String) - Method in class jakarta.faces.component.search.SearchKeywordResolver

A leaf keyword is a keyword that does not allow to be combined with keywords or id chains to the right.

isLimitedByMaxRows() - Method in interface jakarta.servlet.jsp.jstl.sql.Result
Returns true if the query was limited by a maximum row setting
isListenerForSource(Object) - Method in class jakarta.faces.context.ExceptionHandler
This method must return true if and only if this listener instance is interested in receiving events from the instance referenced by the source parameter.
isListenerForSource(Object) - Method in class jakarta.faces.context.ExceptionHandlerWrapper
The default behavior of this method is to call ExceptionHandler.isListenerForSource(Object) on the wrapped ExceptionHandler object.
isListenerForSource(Object) - Method in interface jakarta.faces.event.SystemEventListener
This method must return true if and only if this listener instance is interested in receiving events from the instance referenced by the source parameter.
isLiteral() - Method in class jakarta.faces.view.facelets.TagAttribute
If this TagAttribute is literal (not #{..} or ${..})
isLiteralText() - Method in class jakarta.el.Expression
Returns whether this expression was created from only literal text.
isLiteralText() - Method in class jakarta.servlet.jsp.jstl.core.IndexedValueExpression
 
isLiteralText() - Method in class jakarta.servlet.jsp.jstl.core.IteratedValueExpression
 
isLoaded(Object, String) - Method in interface jakarta.persistence.PersistenceUnitUtil
Determine the load state of a given persistent attribute of an entity belonging to the persistence unit.
isLoaded(Object) - Method in interface jakarta.persistence.PersistenceUnitUtil
Determine the load state of an entity belonging to the persistence unit.
isLoaded(Object, String) - Method in interface jakarta.persistence.PersistenceUtil
Determine the load state of a given persistent attribute.
isLoaded(Object) - Method in interface jakarta.persistence.PersistenceUtil
Determine the load state of an entity.
isLoaded(Object) - Method in interface jakarta.persistence.spi.ProviderUtil
If the provider determines that the entity has been provided by itself and that the state of all attributes for which FetchType.EAGER has been specified have been loaded, this method returns LoadState.LOADED.
isLoadedWithoutReference(Object, String) - Method in interface jakarta.persistence.spi.ProviderUtil
If the provider determines that the entity has been provided by itself and that the state of the specified attribute has been loaded, this method returns LoadState.LOADED.
isLoadedWithReference(Object, String) - Method in interface jakarta.persistence.spi.ProviderUtil
If the provider determines that the entity has been provided by itself and that the state of the specified attribute has been loaded, this method returns LoadState.LOADED.
isLocalValueSet() - Method in interface jakarta.faces.component.EditableValueHolder
Return the "local value set" state for this component.
isLocalValueSet() - Method in class jakarta.faces.component.UIInput
Return the "local value set" state for this component.
isMandatory() - Method in class jakarta.security.auth.message.MessagePolicy
Get the MessagePolicy modifier.
isMember(Expression<E>, Expression<C>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create a predicate that tests whether an element is a member of a collection.
isMember(E, Expression<C>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create a predicate that tests whether an element is a member of a collection.
isMustRevalidate() - Method in class jakarta.ws.rs.core.CacheControl
Corresponds to the must-revalidate cache control directive.
isNameResolved(String) - Method in class jakarta.el.BeanNameResolver
Returns whether the given name is resolved by the BeanNameResolver
isNegated() - Method in interface jakarta.persistence.criteria.Predicate
Whether the predicate has been created from another predicate by applying the Predicate.not() method or the CriteriaBuilder.not() method.
isNew(UIComponent) - Static method in class jakarta.faces.view.facelets.ComponentHandler

Determine if the passed component is not null and if it's new to the tree.

isNew() - Method in interface jakarta.servlet.http.HttpSession
Returns true if the client does not yet know about the session or if the client chooses not to join the session.
isNewAuthentication() - Method in class jakarta.security.enterprise.authentication.mechanism.http.AuthenticationParameters
Whether a new authentication dialog is required.
isNoCache() - Method in class jakarta.ws.rs.core.CacheControl
Corresponds to the no-cache cache control directive.
isNormalScope(Class<? extends Annotation>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
Test the given annotation type to determine if it is a normal scope type.
isNoSelectionOption() - Method in class jakarta.faces.component.UISelectItem

Return the value of the noSelectionOption property.

isNoSelectionOption() - Method in class jakarta.faces.model.SelectItem

Return the value of the noSelectionOption property.

isNoStore() - Method in class jakarta.ws.rs.core.CacheControl
Corresponds to the no-store cache control directive.
isNotEmpty(Expression<C>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create a predicate that tests whether a collection is not empty.
isNotMember(Expression<E>, Expression<C>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create a predicate that tests whether an element is not a member of a collection.
isNotMember(E, Expression<C>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create a predicate that tests whether an element is not a member of a collection.
isNotNull(Expression<?>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create a predicate to test whether the expression is not null.
isNotNull() - Method in interface jakarta.persistence.criteria.Expression
Create a predicate to test whether the expression is not null.
isNoTransform() - Method in class jakarta.ws.rs.core.CacheControl
Corresponds to the no-transform cache control directive.
isNull(int) - Method in interface jakarta.json.JsonArray
Returns true if the value at the specified location in this array is JsonValue.NULL.
isNull(String) - Method in interface jakarta.json.JsonObject
Returns true if the associated value for the specified name is JsonValue.NULL.
isNull(Expression<?>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create a predicate to test whether the expression is null.
isNull() - Method in interface jakarta.persistence.criteria.Expression
Create a predicate to test whether the expression is null.
isNullable() - Method in interface jakarta.enterprise.inject.spi.Bean
Determines if Contextual.create(CreationalContext) sometimes return a null value.
isOK() - Method in class jakarta.websocket.SendResult
Determines if this result is ok or not.
isOnPostback() - Method in class jakarta.faces.component.UIViewAction

If true this component will operate on postback.

isOpen() - Method in interface jakarta.persistence.EntityManager
Determine whether the entity manager is open.
isOpen() - Method in interface jakarta.persistence.EntityManagerFactory
Indicates whether the factory is open.
isOpen() - Method in interface jakarta.websocket.Session
Return true if and only if the underlying socket is open.
isOpen() - Method in interface jakarta.ws.rs.sse.SseEventSource
Check if this event source instance has already been opened.
isOptional() - Method in interface jakarta.persistence.metamodel.SingularAttribute
Can the attribute be null.
isParametersProvided() - Method in class jakarta.el.MethodExpression
Return whether this MethodExpression was created with parameters.
isParmetersProvided() - Method in class jakarta.el.MethodExpression
Deprecated.
isPartialRequest() - Method in class jakarta.faces.context.PartialViewContext

Return true PartialViewContext.isAjaxRequest() returns true or if the request header Faces-Request is present with the value partial/process.

isPartialRequest() - Method in class jakarta.faces.context.PartialViewContextWrapper
The default behavior of this method is to call PartialViewContext.isPartialRequest() on the wrapped PartialViewContext object.
isPassivatingScope(Class<? extends Annotation>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
Test the given annotation type to determine if it is a passivating scope type.
isPassthrough(SearchExpressionContext, String) - Method in class jakarta.faces.component.search.SearchKeywordResolver

A passthrough keyword is a keyword, that according to the context, does not require to be resolved on the server, and can be passed "unresolved" to the client.

isPassthroughExpression(SearchExpressionContext, String) - Method in class jakarta.faces.component.search.SearchExpressionHandler

Checks if the given expression is a "passtrough expression".

isPassthroughExpression(SearchExpressionContext, String) - Method in class jakarta.faces.component.search.SearchExpressionHandlerWrapper
 
isPermanent() - Method in exception jakarta.servlet.UnavailableException
Returns a boolean indicating whether the servlet is permanently unavailable.
isPersistent() - Method in interface jakarta.ejb.Timer
Return whether this timer has persistent semantics.
isPersistent() - Method in class jakarta.ejb.TimerConfig
Return whether the timer is persistent.
isPersistent() - Method in interface jakarta.security.auth.message.config.AuthConfigFactory.RegistrationContext
Get the persisted status from the registration context.
isPostback() - Method in class jakarta.faces.context.FacesContext

This utility method simply returns the result of ResponseStateManager.isPostback(FacesContext).

isPostback() - Method in class jakarta.faces.context.FacesContextWrapper
The default behavior of this method is to call FacesContext.isPostback() on the wrapped FacesContext object.
isPostback(FacesContext) - Method in class jakarta.faces.render.ResponseStateManager
Return true if the current request is a postback.
isPrependId() - Method in class jakarta.faces.component.UIForm
Is the id prepended.
isPrivate() - Method in class jakarta.ws.rs.core.CacheControl
Corresponds to the private cache control directive.
isProcessingBroadcast(FacesContext) - Static method in class jakarta.faces.component.UIViewAction

Returns true if the current request processing lifecycle is in the midst of processing the broadcast of an event queued during a call to UIViewAction.decode(jakarta.faces.context.FacesContext).

isProcessingEvents() - Method in class jakarta.faces.context.FacesContext

Returns a flag indicating whether or not the runtime should publish events when asked to do so.

isProcessingEvents() - Method in class jakarta.faces.context.FacesContextWrapper
The default behavior of this method is to call FacesContext.isProcessingEvents() on the wrapped FacesContext object.
isProjectStage(ProjectStage) - Method in class jakarta.faces.context.FacesContext

Return true if the current ProjectStage as returned by the Application instance is equal to stage, otherwise return false

isProjectStage(ProjectStage) - Method in class jakarta.faces.context.FacesContextWrapper
The default behavior of this method is to call FacesContext.isProjectStage(jakarta.faces.application.ProjectStage) on the wrapped FacesContext object.
isPropertyResolved() - Method in class jakarta.el.ELContext
Returns whether an ELResolver has successfully resolved a given (base, property) pair.
isProtected() - Method in interface jakarta.security.auth.message.config.AuthConfig
Used to determine whether the authentication context configuration object encapsulates any protected authentication contexts.
isProtected() - Method in interface jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContext
Checks if the currently requested resource is protected or not.
isProtected() - Method in class jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
 
isProviderFor(Class<?>) - Method in interface jakarta.ws.rs.client.RxInvokerProvider
Determine if this is a provider for the given RxInvoker subclass.
isProxyRevalidate() - Method in class jakarta.ws.rs.core.CacheControl
Corresponds to the proxy-revalidate cache control directive.
isQualifier(Class<? extends Annotation>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
Test the given annotation type to determine if it is a qualifier type.
isReachable(Object, Path.Node, Class<?>, Path, ElementType) - Method in interface jakarta.validation.TraversableResolver
Determines if the Jakarta Bean Validation provider is allowed to reach the property state.
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in interface jakarta.ws.rs.ext.MessageBodyReader
Ascertain if the MessageBodyReader can produce an instance of a particular type.
isReadOnly(ELContext, Object, Object) - Method in class jakarta.el.ArrayELResolver
If the base object is a Java language array, returns whether a call to ArrayELResolver.setValue(jakarta.el.ELContext, java.lang.Object, java.lang.Object, java.lang.Object) will always fail.
isReadOnly(ELContext, Object, Object) - Method in class jakarta.el.BeanELResolver
If the base object is not null, returns whether a call to BeanELResolver.setValue(jakarta.el.ELContext, java.lang.Object, java.lang.Object, java.lang.Object) will always fail.
isReadOnly(ELContext, Object, Object) - Method in class jakarta.el.BeanNameELResolver
If the base is null and the property is a name resolvable by the BeanNameResolver, attempts to determine if the bean is writable.
isReadOnly(String) - Method in class jakarta.el.BeanNameResolver
Indicates if the bean of the given name is read-only or writable
isReadOnly(ELContext, Object, Object) - Method in class jakarta.el.CompositeELResolver
For a given base and property, attempts to determine whether a call to CompositeELResolver.setValue(jakarta.el.ELContext, java.lang.Object, java.lang.Object, java.lang.Object) will always fail.
isReadOnly(ELContext, Object, Object) - Method in class jakarta.el.ELResolver
For a given base and property, attempts to determine whether a call to ELResolver.setValue(jakarta.el.ELContext, java.lang.Object, java.lang.Object, java.lang.Object) will always fail.
isReadOnly(ELContext, Object, Object) - Method in class jakarta.el.ListELResolver
If the base object is a list, returns whether a call to ListELResolver.setValue(jakarta.el.ELContext, java.lang.Object, java.lang.Object, java.lang.Object) will always fail.
isReadOnly(ELContext, Object, Object) - Method in class jakarta.el.MapELResolver
If the base object is a map, returns whether a call to MapELResolver.setValue(jakarta.el.ELContext, java.lang.Object, java.lang.Object, java.lang.Object) will always fail.
isReadOnly(ELContext, Object, Object) - Method in class jakarta.el.ResourceBundleELResolver
If the base object is not null and an instanceof ResourceBundle, return true.
isReadOnly(ELContext, Object, Object) - Method in class jakarta.el.StaticFieldELResolver
Inquires whether the static field is writable.
isReadOnly(ELContext, Object, Object) - Method in class jakarta.el.TypeConverter
 
isReadOnly(ELContext) - Method in class jakarta.el.ValueExpression
Evaluates the expression relative to the provided context, and returns true if a call to ValueExpression.setValue(jakarta.el.ELContext, java.lang.Object) will always fail.
isReadonly() - Method in class jakarta.faces.component.html.HtmlCommandButton
Return the value of the readonly property.
isReadonly() - Method in class jakarta.faces.component.html.HtmlInputFile
Return the value of the readonly property.
isReadonly() - Method in class jakarta.faces.component.html.HtmlInputSecret
Return the value of the readonly property.
isReadonly() - Method in class jakarta.faces.component.html.HtmlInputText
Return the value of the readonly property.
isReadonly() - Method in class jakarta.faces.component.html.HtmlInputTextarea
Return the value of the readonly property.
isReadonly() - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
Return the value of the readonly property.
isReadonly() - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
Return the value of the readonly property.
isReadonly() - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
Return the value of the readonly property.
isReadonly() - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
Return the value of the readonly property.
isReadonly() - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
Return the value of the readonly property.
isReadonly() - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
Return the value of the readonly property.
isReadonly() - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
Return the value of the readonly property.
isReadOnly(Object, Object) - Method in class jakarta.faces.el.PropertyResolver
Deprecated.
Checks if the specified property is read-only.
isReadOnly(Object, int) - Method in class jakarta.faces.el.PropertyResolver
Deprecated.
Checks if the specified index is read-only.
isReadOnly(FacesContext) - Method in class jakarta.faces.el.ValueBinding
Deprecated.
Return true if the specified property of the specified property is known to be immutable; otherwise, return false.
isReadOnly(ELContext, Object, Object) - Method in class jakarta.servlet.jsp.el.ImplicitObjectELResolver
If the base object is null, and the property matches the name of a JSP implicit object, returns true to indicate that implicit objects cannot be overwritten.
isReadOnly(ELContext, Object, Object) - Method in class jakarta.servlet.jsp.el.ScopedAttributeELResolver
If the base object is null, returns false to indicate that scoped attributes are never read-only.
isReadOnly(ELContext) - Method in class jakarta.servlet.jsp.jstl.core.IndexedValueExpression
 
isReadOnly(ELContext) - Method in class jakarta.servlet.jsp.jstl.core.IteratedValueExpression
 
isReady() - Method in class jakarta.servlet.ServletInputStream
Returns true if data can be read without blocking else returns false.
isReady() - Method in class jakarta.servlet.ServletOutputStream
This method can be used to determine if data can be written without blocking.
isReconnectDelaySet() - Method in interface jakarta.ws.rs.sse.SseEvent
Check if the connection retry time has been set in the event.
isRedirect() - Method in class jakarta.faces.application.NavigationCase

Return the <redirect> value for this <navigation-case>.

isRedirect() - Method in class jakarta.faces.application.NavigationCaseWrapper
 
isRedirect() - Method in class jakarta.faces.context.Flash

Return the value of this property for the flash for this session.

isRedirect() - Method in class jakarta.faces.context.FlashWrapper

The default behavior of this method is to call Flash.isRedirect() on the wrapped Flash object.

isRedisplay() - Method in class jakarta.faces.component.html.HtmlInputSecret
Return the value of the redisplay property.
isRedisplay() - Method in class jakarta.faces.component.UIMessage
 
isRedisplay() - Method in class jakarta.faces.component.UIMessages
 
isRegistered(Object) - Method in interface jakarta.ws.rs.core.Configuration
Check if a particular JAX-RS component instance (such as providers or features) has been previously registered in the runtime configuration context.
isRegistered(Class<?>) - Method in interface jakarta.ws.rs.core.Configuration
Check if a JAX-RS component of the supplied componentClass class has been previously registered in the runtime configuration context.
isRegisterSession() - Method in interface jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContext
Check if the runtime has been asked to register an authentication session duing the current request.
isRegisterSession() - Method in class jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
 
isReleased() - Method in class jakarta.faces.context.FacesContext

Return a flag indicating if the resources associated with this FacesContext instance have been released.

isReleased() - Method in class jakarta.faces.context.FacesContextWrapper

The default behavior of this method is to call FacesContext.isReleased() on the wrapped FacesContext object.

isRememberMe() - Method in class jakarta.security.enterprise.authentication.mechanism.http.AuthenticationParameters
Whether "remember me" should be used.
isRenderAll() - Method in class jakarta.faces.context.PartialViewContext

Return true if PartialViewContext.isAjaxRequest() returns true and PartialViewContext.PARTIAL_RENDER_PARAM_NAME is present in the current request with the value PartialViewContext.ALL_PARTIAL_PHASE_CLIENT_IDS.

isRenderAll() - Method in class jakarta.faces.context.PartialViewContextWrapper
The default behavior of this method is to call PartialViewContext.isRenderAll() on the wrapped PartialViewContext object.
isRendered() - Method in class jakarta.faces.application.FacesMessage
 
isRendered() - Method in class jakarta.faces.component.UIComponent
Return true if this component (and its children) should be rendered during the Render Response phase of the request processing lifecycle.
isRendered() - Method in class jakarta.faces.component.UIComponentBase
 
isRendered() - Method in class jakarta.faces.component.UIViewAction

Return true if this component should take the actions specified in the UIViewAction.decode(jakarta.faces.context.FacesContext) method.

isReportAsSingleViolation() - Method in interface jakarta.validation.metadata.ConstraintDescriptor
 
isRequestedSessionIdFromCookie() - Method in interface jakarta.servlet.http.HttpServletRequest
Checks whether the requested session ID was conveyed to the server as an HTTP cookie.
isRequestedSessionIdFromCookie() - Method in class jakarta.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return isRequestedSessionIdFromCookie() on the wrapped request object.
isRequestedSessionIdFromURL() - Method in interface jakarta.servlet.http.HttpServletRequest
Checks whether the requested session ID was conveyed to the server as part of the request URL.
isRequestedSessionIdFromUrl() - Method in interface jakarta.servlet.http.HttpServletRequest
Deprecated.
As of Version 2.1 of the Java Servlet API, use HttpServletRequest.isRequestedSessionIdFromURL() instead.
isRequestedSessionIdFromURL() - Method in class jakarta.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return isRequestedSessionIdFromURL() on the wrapped request object.
isRequestedSessionIdFromUrl() - Method in class jakarta.servlet.http.HttpServletRequestWrapper
Deprecated.
As of Version 4.0 of the Java Servlet API, use HttpServletRequestWrapper.isRequestedSessionIdFromURL() instead.
isRequestedSessionIdValid() - Method in interface jakarta.servlet.http.HttpServletRequest
Checks whether the requested session ID is still valid.
isRequestedSessionIdValid() - Method in class jakarta.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return isRequestedSessionIdValid() on the wrapped request object.
isRequired() - Method in interface jakarta.faces.component.EditableValueHolder
Return the "required field" state for this component.
isRequired() - Method in class jakarta.faces.component.UIInput
Return the "required field" state for this component.
isRequired() - Method in class jakarta.servlet.jsp.tagext.TagAttributeInfo
Whether this attribute is required.
isResetValues() - Method in class jakarta.faces.component.behavior.AjaxBehavior

Return the resetValues status of this behavior.

isResetValues() - Method in class jakarta.faces.context.PartialViewContext

Return true if the incoming request has a parameter named by the value of PartialViewContext.RESET_VALUES_PARAM_NAME and that value is true.

isResetValues() - Method in class jakarta.faces.context.PartialViewContextWrapper
The default behavior of this method is to call PartialViewContext.isResetValues() on the wrapped PartialViewContext object.
isResetValuesSet() - Method in class jakarta.faces.component.behavior.AjaxBehavior

Tests whether the resetValues attribute is specified.

isResolvable() - Method in interface jakarta.enterprise.inject.Instance
Determines if there is exactly one bean that matches the required type and qualifiers and is eligible for injection into the class into which the parent Instance was injected.
isResolverForKeyword(SearchExpressionContext, String) - Method in class jakarta.faces.component.search.SearchKeywordResolver

Checks if the current instance of the SearchKeywordResolver is responsible for resolving the keyword.

isResourceRendered(FacesContext, String, String) - Method in class jakarta.faces.application.ResourceHandler

Returns whether the resource as identified by given resource and library name has been rendered.

isResourceRendered(FacesContext, String, String) - Method in class jakarta.faces.application.ResourceHandlerWrapper

The default behavior of this method is to call ResourceHandler.isResourceRendered(FacesContext, String, String) on the wrapped ResourceHandler object.

isResourceRequest(FacesContext) - Method in class jakarta.faces.application.ResourceHandler

Return true if the current request is a resource request.

isResourceRequest(FacesContext) - Method in class jakarta.faces.application.ResourceHandlerWrapper

The default behavior of this method is to call ResourceHandler.isResourceRequest(jakarta.faces.context.FacesContext) on the wrapped ResourceHandler object.

isResourceURL(String) - Method in class jakarta.faces.application.ResourceHandler

Return true if the argument url contains the string given by the value of the constant ResourceHandler.RESOURCE_IDENTIFIER, false otherwise.

isResourceURL(String) - Method in class jakarta.faces.application.ResourceHandlerWrapper

The default behavior of this method is to call ResourceHandler.isResourceURL(java.lang.String) on the wrapped ResourceHandler object.

isResponseCommitted() - Method in class jakarta.faces.context.ExternalContext

Check if the current response has been committed.

isResponseCommitted() - Method in class jakarta.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.isResponseCommitted() on the wrapped ExternalContext object.
isRowAvailable() - Method in class jakarta.faces.component.UIData
Return a flag indicating whether there is rowData available at the current rowIndex.
isRowAvailable() - Method in class jakarta.faces.model.ArrayDataModel
Return true if there is wrappedData available, and the current value of rowIndex is greater than or equal to zero, and less than the length of the array.
isRowAvailable() - Method in class jakarta.faces.model.CollectionDataModel
Return true if there is wrappedData available, and the current value of rowIndex is greater than or equal to zero, and less than the size of the list.
isRowAvailable() - Method in class jakarta.faces.model.DataModel
Return a flag indicating whether there is rowData available at the current rowIndex.
isRowAvailable() - Method in class jakarta.faces.model.IterableDataModel
Return a flag indicating whether there is rowData available at the current rowIndex.
isRowAvailable() - Method in class jakarta.faces.model.ListDataModel
Return true if there is wrappedData available, and the current value of rowIndex is greater than or equal to zero, and less than the size of the list.
isRowAvailable() - Method in class jakarta.faces.model.ResultDataModel
Return true if there is wrappedData available, and the current value of rowIndex is greater than or equal to zero, and less than the length of the array returned by calling getRows() on the underlying Result.
isRowAvailable() - Method in class jakarta.faces.model.ResultSetDataModel
Return true if there is wrappedData available, and the result of calling absolute() on the underlying ResultSet, passing the current value of rowIndex plus one (to account for the fact that ResultSet uses one-relative indexing), returns true.
isRowAvailable() - Method in class jakarta.faces.model.ScalarDataModel
Return true if there is wrappedData available, and the current value of rowIndex is zero.
isRowHeader() - Method in class jakarta.faces.component.html.HtmlColumn
Return the value of the rowHeader property.
isRowStatePreserved() - Method in class jakarta.faces.component.UIData

Return the value of the rowStatePreserved JavaBeans property.

isRunning() - Method in interface jakarta.enterprise.inject.se.SeContainer
Check if the container is running or was shut down
isSavingStateInClient(FacesContext) - Method in class jakarta.faces.application.StateManager
Method to determine if the state is saved on the client.
isSavingStateInClient(FacesContext) - Method in class jakarta.faces.application.StateManagerWrapper
The default behavior of this method is to call StateManager.isSavingStateInClient(jakarta.faces.context.FacesContext) on the wrapped StateManager object.
isScope(Class<? extends Annotation>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
Test the given annotation type to determine if it is a scope type.
isSecure() - Method in class jakarta.faces.context.ExternalContext

Returns a boolean indicating whether this request was made using a secure channel, such as HTTPS.

isSecure() - Method in class jakarta.faces.context.ExternalContextWrapper

The default behavior of this method is to call ExternalContext.isSecure() on the wrapped ExternalContext object.

isSecure() - Method in interface jakarta.servlet.ServletRequest
Returns a boolean indicating whether this request was made using a secure channel, such as HTTPS.
isSecure() - Method in class jakarta.servlet.ServletRequestWrapper
The default behavior of this method is to return isSecure() on the wrapped request object.
isSecure() - Method in interface jakarta.servlet.SessionCookieConfig
Checks if the session tracking cookies created on behalf of the application represented by the ServletContext from which this SessionCookieConfig was acquired will be marked as secure even if the request that initiated the corresponding session is using plain HTTP instead of HTTPS.
isSecure() - Method in interface jakarta.websocket.Session
Return true if and only if the underlying socket is using a secure transport.
isSecure() - Method in class jakarta.ws.rs.core.NewCookie
Whether the cookie will only be sent over a secure connection.
isSecure() - Method in interface jakarta.ws.rs.core.SecurityContext
Returns a boolean indicating whether this request was made using a secure channel, such as HTTPS.
isSelected() - Method in class jakarta.faces.component.UISelectBoolean
Return the local value of the selected state of this component.
isSession() - Method in interface jakarta.ejb.EJBMetaData
Test if the enterprise bean's type is "session".
isShowDetail() - Method in class jakarta.faces.component.UIMessage
Return the flag indicating whether the detail property of the associated message(s) should be displayed.
isShowDetail() - Method in class jakarta.faces.component.UIMessages
Return the flag indicating whether the detail property of the associated message(s) should be displayed.
isShowSummary() - Method in class jakarta.faces.component.UIMessage
Return the flag indicating whether the summary property of the associated message(s) should be displayed.
isShowSummary() - Method in class jakarta.faces.component.UIMessages
Return the flag indicating whether the summary property of the associated message(s) should be displayed.
isStateless(FacesContext, String) - Method in class jakarta.faces.render.ResponseStateManager
isStatelessSession() - Method in interface jakarta.ejb.EJBMetaData
Test if the enterprise bean's type is "stateless session".
isStatic() - Method in interface jakarta.enterprise.inject.spi.AnnotatedMember
Determines if the member is static.
isStereotype(Class<? extends Annotation>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
Test the given annotation type to determine if it is a stereotype.
isSubmitted() - Method in class jakarta.faces.component.UIForm
Returns the current value of the submitted property.
IssuerSerialNumRequest(X500Principal, BigInteger) - Constructor for class jakarta.security.auth.message.callback.PrivateKeyCallback.IssuerSerialNumRequest
Constructs a IssuerSerialNumRequest with an issuer/serial number.
isSuppressed() - Method in class jakarta.faces.webapp.UIComponentTag
Deprecated.
 
isSuspended() - Method in interface jakarta.ws.rs.container.AsyncResponse
Check if the asynchronous response instance is in a suspended state.
isTargetInstanceOf(Class) - Method in class jakarta.faces.view.facelets.MetadataTarget

Return true if the target for this metadata element is an instance of the argument type.

isTooltip() - Method in class jakarta.faces.component.html.HtmlMessage
Return the value of the tooltip property.
isTooltip() - Method in class jakarta.faces.component.html.HtmlMessages
Return the value of the tooltip property.
isTrailerFieldsReady() - Method in interface jakarta.servlet.http.HttpServletRequest
Return a boolean indicating whether trailer fields are ready to read using HttpServletRequest.getTrailerFields().
isTrailerFieldsReady() - Method in class jakarta.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to call isTrailerFieldsReady on the wrapped request object.
isTransient() - Method in interface jakarta.enterprise.context.Conversation
Determine if the conversation is marked transient or long-running.
isTransient() - Method in interface jakarta.enterprise.inject.spi.InjectionPoint
Determines if the injection is a transient field.
isTransient() - Method in class jakarta.faces.component.behavior.BehaviorBase

Implementation of StateHolder.isTransient().

isTransient() - Method in interface jakarta.faces.component.StateHolder
If true, the Object implementing this interface must not participate in state saving or restoring.
isTransient() - Method in class jakarta.faces.component.UIComponentBase
 
isTransient() - Method in class jakarta.faces.convert.DateTimeConverter
 
isTransient() - Method in class jakarta.faces.convert.EnumConverter
 
isTransient() - Method in class jakarta.faces.convert.NumberConverter
 
isTransient() - Method in class jakarta.faces.event.MethodExpressionActionListener
 
isTransient() - Method in class jakarta.faces.event.MethodExpressionValueChangeListener
 
isTransient() - Method in class jakarta.faces.validator.BeanValidator
 
isTransient() - Method in class jakarta.faces.validator.DoubleRangeValidator
 
isTransient() - Method in class jakarta.faces.validator.LengthValidator
 
isTransient() - Method in class jakarta.faces.validator.LongRangeValidator
 
isTransient() - Method in class jakarta.faces.validator.MethodExpressionValidator
 
isTransient() - Method in class jakarta.faces.validator.RegexValidator
 
isTrue(Expression<Boolean>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create a predicate testing for a true value.
isUnsatisfied() - Method in interface jakarta.enterprise.inject.Instance
Determines if there is no bean that matches the required type and qualifiers and is eligible for injection into the class into which the parent Instance was injected.
isUserInRole(String) - Method in class jakarta.faces.context.ExternalContext
Return true if the currently authenticated user is included in the specified role.
isUserInRole(String) - Method in class jakarta.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.isUserInRole(String) on the wrapped ExternalContext object.
isUserInRole(String) - Method in interface jakarta.servlet.http.HttpServletRequest
Returns a boolean indicating whether the authenticated user is included in the specified logical "role".
isUserInRole(String) - Method in class jakarta.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return isUserInRole(String role) on the wrapped request object.
isUserInRole(String) - Method in interface jakarta.websocket.server.HandshakeRequest
Checks whether the current user is in the given role.
isUserInRole(String) - Method in interface jakarta.ws.rs.core.SecurityContext
Returns a boolean indicating whether the authenticated user is included in the specified logical "role".
isValid() - Method in interface jakarta.faces.component.EditableValueHolder
Return a flag indicating whether the local value of this component is valid (no conversion error has occurred).
isValid() - Method in class jakarta.faces.component.UIInput
 
isValid() - Method in interface jakarta.security.enterprise.credential.Credential
Determines whether the credential is valid.
isValid(TagData) - Method in class jakarta.servlet.jsp.tagext.TagExtraInfo
Translation-time validation of the attributes.
isValid(TagData) - Method in class jakarta.servlet.jsp.tagext.TagInfo
Translation-time validation of the attributes.
isValid(T, ConstraintValidatorContext) - Method in interface jakarta.validation.ConstraintValidator
Implements the validation logic.
isValidationFailed() - Method in class jakarta.faces.context.FacesContext

Return true if the validationFailed() method has been called for the current request.

isValidationFailed() - Method in class jakarta.faces.context.FacesContextWrapper
The default behavior of this method is to call FacesContext.isValidationFailed() on the wrapped FacesContext object.
isValidExpression(SearchExpressionContext, String) - Method in class jakarta.faces.component.search.SearchExpressionHandler

Checks if the given expression is a valid expression.

isValidExpression(SearchExpressionContext, String) - Method in class jakarta.faces.component.search.SearchExpressionHandlerWrapper
 
isValueReference(String) - Static method in class jakarta.faces.webapp.UIComponentTag
Deprecated.
Return true if the specified value conforms to the syntax requirements of a value binding expression.
isVersion() - Method in interface jakarta.persistence.metamodel.SingularAttribute
Is the attribute a version attribute.
isViewMetadataFaceletCached(URL) - Method in class jakarta.faces.view.facelets.FaceletCache

Determines whether a cached View Metadata Facelet instance exists for this URL.

isVisible(Field) - Method in interface jakarta.json.bind.config.PropertyVisibilityStrategy
Responds whether the given field should be considered as the JsonbProperty.
isVisible(Method) - Method in interface jakarta.json.bind.config.PropertyVisibilityStrategy
Responds whether the given method should be considered as the JsonbProperty.
isVisitable(VisitContext) - Method in class jakarta.faces.component.UIComponent

Return true if this component should be visited, false otherwise.

isWeak() - Method in class jakarta.ws.rs.core.EntityTag
Check the strength of an EntityTag.
isWildcardSubtype() - Method in class jakarta.ws.rs.core.MediaType
Checks if the subtype is a wildcard.
isWildcardType() - Method in class jakarta.ws.rs.core.MediaType
Checks if the primary type is a wildcard.
isWrapperFor(ServletRequest) - Method in class jakarta.servlet.ServletRequestWrapper
Checks (recursively) if this ServletRequestWrapper wraps the given ServletRequest instance.
isWrapperFor(Class<?>) - Method in class jakarta.servlet.ServletRequestWrapper
Checks (recursively) if this ServletRequestWrapper wraps a ServletRequest of the given class type.
isWrapperFor(ServletResponse) - Method in class jakarta.servlet.ServletResponseWrapper
Checks (recursively) if this ServletResponseWrapper wraps the given ServletResponse instance.
isWrapperFor(Class<?>) - Method in class jakarta.servlet.ServletResponseWrapper
Checks (recursively) if this ServletResponseWrapper wraps a ServletResponse of the given class type.
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in interface jakarta.ws.rs.ext.MessageBodyWriter
Ascertain if the MessageBodyWriter supports a particular type.
itemId - Variable in class jakarta.servlet.jsp.jstl.core.LoopTagSupport
Attribute-exposing control
IterableDataModel<E> - Class in jakarta.faces.model

IterableDataModel is an implementation of DataModel that wraps an Iterable.

IterableDataModel() - Constructor for class jakarta.faces.model.IterableDataModel
Construct a new IterableDataModel with no specified wrapped data.
IterableDataModel(Iterable<E>) - Constructor for class jakarta.faces.model.IterableDataModel
Construct a new IterableDataModel wrapping the specified iterable.
iterableValue(String, Object) - Method in interface jakarta.validation.valueextraction.ValueExtractor.ValueReceiver
Receives the value extracted from an iterable object that is not indexed (e.g.
IteratedExpression - Class in jakarta.servlet.jsp.jstl.core
 
IteratedExpression(ValueExpression, String) - Constructor for class jakarta.servlet.jsp.jstl.core.IteratedExpression
 
iteratedExpression - Variable in class jakarta.servlet.jsp.jstl.core.IteratedValueExpression
 
IteratedValueExpression - Class in jakarta.servlet.jsp.jstl.core
 
IteratedValueExpression(IteratedExpression, int) - Constructor for class jakarta.servlet.jsp.jstl.core.IteratedValueExpression
 
IterationTag - Interface in jakarta.servlet.jsp.tagext
The IterationTag interface extends Tag by defining one additional method that controls the reevaluation of its body.
iterator() - Method in class jakarta.faces.model.DataModel

Return a read-only Iterator over the row data for this model.

J

jakarta.annotation - package jakarta.annotation
This package defines the common annotations.
jakarta.annotation.security - package jakarta.annotation.security
This package contains the security common annotations.
jakarta.annotation.sql - package jakarta.annotation.sql
 
jakarta.decorator - package jakarta.decorator
Annotations relating to decorators.
jakarta.ejb - package jakarta.ejb
Contains the Enterprise Bean classes and interfaces that define the contracts between the enterprise bean and its clients and between the enterprise bean and the enterprise bean container.
jakarta.ejb.embeddable - package jakarta.ejb.embeddable
Defines the classes for the enterprise bean Embeddable API.
jakarta.ejb.spi - package jakarta.ejb.spi
Defines interfaces that are implemented by the enterprise bean container.
jakarta.el - package jakarta.el
Provides the API for Jakarta Expression Language 4.0
jakarta.enterprise.context - package jakarta.enterprise.context
Annotations and interfaces relating to scopes and contexts.
jakarta.enterprise.context.control - package jakarta.enterprise.context.control
 
jakarta.enterprise.context.spi - package jakarta.enterprise.context.spi
The custom context SPI.
jakarta.enterprise.event - package jakarta.enterprise.event
Annotations and interfaces relating to events.
jakarta.enterprise.inject - package jakarta.enterprise.inject
 
jakarta.enterprise.inject.literal - package jakarta.enterprise.inject.literal
 
jakarta.enterprise.inject.se - package jakarta.enterprise.inject.se
 
jakarta.enterprise.inject.spi - package jakarta.enterprise.inject.spi
The portable extension integration SPI.
jakarta.enterprise.inject.spi.configurator - package jakarta.enterprise.inject.spi.configurator
 
jakarta.enterprise.util - package jakarta.enterprise.util
Contains shared, general-purpose helper classes and annotations.
jakarta.faces - package jakarta.faces
 
jakarta.faces.annotation - package jakarta.faces.annotation
 
jakarta.faces.application - package jakarta.faces.application
 
jakarta.faces.bean - package jakarta.faces.bean
This package is now deprecated.
jakarta.faces.component - package jakarta.faces.component
 
jakarta.faces.component.behavior - package jakarta.faces.component.behavior
 
jakarta.faces.component.html - package jakarta.faces.component.html
Specialized user interface component classes for HTML.
jakarta.faces.component.search - package jakarta.faces.component.search
 
jakarta.faces.component.visit - package jakarta.faces.component.visit
 
jakarta.faces.context - package jakarta.faces.context
 
jakarta.faces.convert - package jakarta.faces.convert
 
jakarta.faces.el - package jakarta.faces.el
 
jakarta.faces.event - package jakarta.faces.event
 
jakarta.faces.flow - package jakarta.faces.flow
 
jakarta.faces.flow.builder - package jakarta.faces.flow.builder
 
jakarta.faces.lifecycle - package jakarta.faces.lifecycle
 
jakarta.faces.model - package jakarta.faces.model
 
jakarta.faces.push - package jakarta.faces.push
 
jakarta.faces.render - package jakarta.faces.render
 
jakarta.faces.validator - package jakarta.faces.validator
 
jakarta.faces.view - package jakarta.faces.view
 
jakarta.faces.view.facelets - package jakarta.faces.view.facelets
 
jakarta.faces.webapp - package jakarta.faces.webapp
 
jakarta.inject - package jakarta.inject
This package specifies a means for obtaining objects in such a way as to maximize reusability, testability and maintainability compared to traditional approaches such as constructors, factories, and service locators (e.g., JNDI). This process, known as dependency injection, is beneficial to most nontrivial applications.
jakarta.interceptor - package jakarta.interceptor
Contains annotations and interfaces for defining interceptor methods and interceptor classes, and for binding interceptor classes to target classes.
jakarta.json - package jakarta.json
Provides an object model API to process JSON.
jakarta.json.bind - package jakarta.json.bind
Provides JSON Binding API, which enables binding Java objects from and to JSON documents.
jakarta.json.bind.adapter - package jakarta.json.bind.adapter
Defines adapter related classes.
jakarta.json.bind.annotation - package jakarta.json.bind.annotation
Defines annotations for customizing the mapping between Java program elements and JSON documents.
jakarta.json.bind.config - package jakarta.json.bind.config
Defines strategies and policies for customizing the mapping between Java program elements and JSON documents.
jakarta.json.bind.serializer - package jakarta.json.bind.serializer
Defines serializer depending classes.
jakarta.json.bind.spi - package jakarta.json.bind.spi
Service Provider Interface (SPI) to plug in implementations of JSON Binding API JsonbBuilder objects.
jakarta.json.spi - package jakarta.json.spi
Service Provider Interface (SPI) to plug in implementations for JSON processing objects.
jakarta.json.stream - package jakarta.json.stream
Provides a streaming API to parse and generate JSON.
jakarta.persistence - package jakarta.persistence
Jakarta Persistence is the API for the management for persistence and object/relational mapping.
jakarta.persistence.criteria - package jakarta.persistence.criteria
Jakarta Persistence Criteria API
jakarta.persistence.metamodel - package jakarta.persistence.metamodel
Jakarta Persistence Metamodel API
jakarta.persistence.spi - package jakarta.persistence.spi
SPI for Jakarta Persistence providers
jakarta.security.auth.message - package jakarta.security.auth.message
This package defines the core interfaces of Jakarta Authentication.
jakarta.security.auth.message.callback - package jakarta.security.auth.message.callback
This package defines callback interfaces that may be used by a pluggable authentication mechanisms (aka message authentication modules) to interact with the container (aka message processing runtime) that invoked the module.
jakarta.security.auth.message.config - package jakarta.security.auth.message.config
This package defines the interfaces implemented by Jakarta Authentication compatible configuration systems.
jakarta.security.auth.message.module - package jakarta.security.auth.message.module
This package defines the interfaces implemented by Jakarta Authentication compatible authentication mechanisms.
jakarta.security.enterprise - package jakarta.security.enterprise
The main Jakarta Security package.
jakarta.security.enterprise.authentication.mechanism.http - package jakarta.security.enterprise.authentication.mechanism.http
The HTTP authentication mechanism API package.
jakarta.security.enterprise.credential - package jakarta.security.enterprise.credential
The Identity Store Credential API package.
jakarta.security.enterprise.identitystore - package jakarta.security.enterprise.identitystore
The identity store API package.
jakarta.servlet - package jakarta.servlet
The jakarta.servlet package contains a number of classes and interfaces that describe and define the contracts between a servlet class and the runtime environment provided for an instance of such a class by a conforming servlet container.
jakarta.servlet.annotation - package jakarta.servlet.annotation
The jakarta.servlet.annotation package contains a number of annotations that allow users to use annotations to declare servlets, filters, listeners and specify the metadata for the declared component.
jakarta.servlet.descriptor - package jakarta.servlet.descriptor
Provides programmatic access to a web application's configuration information that was aggregated from the web.xml and web-fragment.xml descriptors.
jakarta.servlet.http - package jakarta.servlet.http
The jakarta.servlet.http package contains a number of classes and interfaces that describe and define the contracts between a servlet class running under the HTTP protocol and the runtime environment provided for an instance of such a class by a conforming servlet container.
jakarta.servlet.jsp - package jakarta.servlet.jsp
 
jakarta.servlet.jsp.el - package jakarta.servlet.jsp.el
 
jakarta.servlet.jsp.jstl.core - package jakarta.servlet.jsp.jstl.core
Classes and interfaces related to the core tag library component of the Jakarta Standard Tag Library.
jakarta.servlet.jsp.jstl.fmt - package jakarta.servlet.jsp.jstl.fmt
Classes and interfaces related to the locale sensitive formatting tag library component of the Jakarta Standard Tag Library.
jakarta.servlet.jsp.jstl.sql - package jakarta.servlet.jsp.jstl.sql
Classes and interfaces related to the sql tag library component of the Jakarta Standard Tag Library.
jakarta.servlet.jsp.jstl.tlv - package jakarta.servlet.jsp.jstl.tlv
Reusable Tag Library Validator (TLV) classes provided by the Jakarta Standard Tag Library.
jakarta.servlet.jsp.tagext - package jakarta.servlet.jsp.tagext
 
jakarta.transaction - package jakarta.transaction
Provides the API that defines the contract between the transaction manager and the various parties involved in a distributed transaction namely : resource manager, application, and application server.
jakarta.validation - package jakarta.validation
Top level package of the Jakarta Bean Validation API.
jakarta.validation.bootstrap - package jakarta.validation.bootstrap
Package containing bootstrap specific objects.
jakarta.validation.constraints - package jakarta.validation.constraints
Contains all the Jakarta Bean Validation provided constraints also called built-in constraints.
jakarta.validation.constraintvalidation - package jakarta.validation.constraintvalidation
Package containing constructs specific to constraint validators.
jakarta.validation.executable - package jakarta.validation.executable
Package related to the control and execution of executable validation.
jakarta.validation.groups - package jakarta.validation.groups
A group defines a subset of constraints.
jakarta.validation.metadata - package jakarta.validation.metadata
Package containing all objects specifically used and returned by the metadata API.
jakarta.validation.spi - package jakarta.validation.spi
Package containing objects specific to the interaction between the Jakarta Bean Validation bootstrapping process and Jakarta Bean Validation providers.
jakarta.validation.valueextraction - package jakarta.validation.valueextraction
Package containing objects dedicated to extract values to validate from containers.
jakarta.websocket - package jakarta.websocket
This package contains all the Jakartq WebSocket APIs common to both the client and server side.
jakarta.websocket.server - package jakarta.websocket.server
This package contains all the Jakarta WebSocket APIs used only by server side applications.
jakarta.ws.rs - package jakarta.ws.rs
High-level interfaces and annotations used to create RESTful service resources.
jakarta.ws.rs.client - package jakarta.ws.rs.client
The JAX-RS client API
jakarta.ws.rs.container - package jakarta.ws.rs.container
Container-specific JAX-RS API.
jakarta.ws.rs.core - package jakarta.ws.rs.core
Low-level interfaces and annotations used to create RESTful service resources.
jakarta.ws.rs.ext - package jakarta.ws.rs.ext
APIs that provide extensions to the types supported by the JAX-RS API.
jakarta.ws.rs.sse - package jakarta.ws.rs.sse
Server-Sent Events related API.
JaxbAdapter() - Constructor for class jakarta.ws.rs.core.Link.JaxbAdapter
 
JaxbLink() - Constructor for class jakarta.ws.rs.core.Link.JaxbLink
Default constructor needed during unmarshalling.
JaxbLink(URI) - Constructor for class jakarta.ws.rs.core.Link.JaxbLink
Construct an instance from a URI and no parameters.
JaxbLink(URI, Map<QName, Object>) - Constructor for class jakarta.ws.rs.core.Link.JaxbLink
Construct an instance from a URI and some parameters.
JAXRS_DEFAULT_CLIENT_BUILDER_PROPERTY - Static variable in class jakarta.ws.rs.client.ClientBuilder
Name of the property identifying the ClientBuilder implementation to be returned from ClientBuilder.newBuilder().
JAXRS_DEFAULT_SSE_BUILDER_PROPERTY - Static variable in class jakarta.ws.rs.sse.SseEventSource.Builder
Name of the property identifying the SseEventSource.Builder implementation to be returned from SseEventSource.Builder.newBuilder().
JAXRS_RUNTIME_DELEGATE_PROPERTY - Static variable in class jakarta.ws.rs.ext.RuntimeDelegate
Name of the property identifying the RuntimeDelegate implementation to be returned from RuntimeDelegate.getInstance().
join(SingularAttribute<? super X, Y>) - Method in interface jakarta.persistence.criteria.From
Create an inner join to the specified single-valued attribute.
join(SingularAttribute<? super X, Y>, JoinType) - Method in interface jakarta.persistence.criteria.From
Create a join to the specified single-valued attribute using the given join type.
join(CollectionAttribute<? super X, Y>) - Method in interface jakarta.persistence.criteria.From
Create an inner join to the specified Collection-valued attribute.
join(SetAttribute<? super X, Y>) - Method in interface jakarta.persistence.criteria.From
Create an inner join to the specified Set-valued attribute.
join(ListAttribute<? super X, Y>) - Method in interface jakarta.persistence.criteria.From
Create an inner join to the specified List-valued attribute.
join(MapAttribute<? super X, K, V>) - Method in interface jakarta.persistence.criteria.From
Create an inner join to the specified Map-valued attribute.
join(CollectionAttribute<? super X, Y>, JoinType) - Method in interface jakarta.persistence.criteria.From
Create a join to the specified Collection-valued attribute using the given join type.
join(SetAttribute<? super X, Y>, JoinType) - Method in interface jakarta.persistence.criteria.From
Create a join to the specified Set-valued attribute using the given join type.
join(ListAttribute<? super X, Y>, JoinType) - Method in interface jakarta.persistence.criteria.From
Create a join to the specified List-valued attribute using the given join type.
join(MapAttribute<? super X, K, V>, JoinType) - Method in interface jakarta.persistence.criteria.From
Create a join to the specified Map-valued attribute using the given join type.
join(String) - Method in interface jakarta.persistence.criteria.From
Create an inner join to the specified attribute.
join(String, JoinType) - Method in interface jakarta.persistence.criteria.From
Create a join to the specified attribute using the given join type.
Join<Z,X> - Interface in jakarta.persistence.criteria
A join to an entity, embeddable, or basic type.
joinCollection(String) - Method in interface jakarta.persistence.criteria.From
Create an inner join to the specified Collection-valued attribute.
joinCollection(String, JoinType) - Method in interface jakarta.persistence.criteria.From
Create a join to the specified Collection-valued attribute using the given join type.
JoinColumn - Annotation Type in jakarta.persistence
Specifies a column for joining an entity association or element collection.
JoinColumns - Annotation Type in jakarta.persistence
Specifies the mapping for composite foreign keys.
joinList(String) - Method in interface jakarta.persistence.criteria.From
Create an inner join to the specified List-valued attribute.
joinList(String, JoinType) - Method in interface jakarta.persistence.criteria.From
Create a join to the specified List-valued attribute using the given join type.
joinMap(String) - Method in interface jakarta.persistence.criteria.From
Create an inner join to the specified Map-valued attribute.
joinMap(String, JoinType) - Method in interface jakarta.persistence.criteria.From
Create a join to the specified Map-valued attribute using the given join type.
joinSet(String) - Method in interface jakarta.persistence.criteria.From
Create an inner join to the specified Set-valued attribute.
joinSet(String, JoinType) - Method in interface jakarta.persistence.criteria.From
Create a join to the specified Set-valued attribute using the given join type.
JoinTable - Annotation Type in jakarta.persistence
Specifies the mapping of associations.
joinTransaction() - Method in interface jakarta.persistence.EntityManager
Indicate to the entity manager that a JTA transaction is active and join the persistence context to it.
JoinType - Enum in jakarta.persistence.criteria
Defines the three types of joins.
JSF_SCRIPT_LIBRARY_NAME - Static variable in class jakarta.faces.application.ResourceHandler

Library name of Jakarta Server Faces script resource.

JSF_SCRIPT_RESOURCE_NAME - Static variable in class jakarta.faces.application.ResourceHandler

Resource name of Jakarta Server Faces script resource.

Json - Class in jakarta.json
Factory class for creating JSON processing objects.
json(T) - Static method in class jakarta.ws.rs.client.Entity
Create an "application/json" entity.
JsonArray - Interface in jakarta.json
JsonArray represents an immutable JSON array (an ordered sequence of zero or more values).
JsonArrayBuilder - Interface in jakarta.json
A builder for creating JsonArray models from scratch, and for modifying a existing JsonArray.
Jsonb - Interface in jakarta.json.bind
Jsonb provides an abstraction over the JSON Binding framework operations:
JsonbAdapter<Original,Adapted> - Interface in jakarta.json.bind.adapter
Allows to define custom mapping for given java type.
JsonbAnnotation - Annotation Type in jakarta.json.bind.annotation
Marks any relevant JSON Binding annotations.
JsonbBuilder - Interface in jakarta.json.bind
JsonbBuilder class provides the client's entry point to the JSON Binding API.
JsonbConfig - Class in jakarta.json.bind
Supported Properties
JsonbConfig() - Constructor for class jakarta.json.bind.JsonbConfig
 
JsonbCreator - Annotation Type in jakarta.json.bind.annotation
This annotation identifies the custom constructor or factory method to use when creating an instance of the associated class.
JsonbDateFormat - Annotation Type in jakarta.json.bind.annotation
Annotation provides way how to set custom date format to field or JavaBean property.
JsonbDeserializer<T> - Interface in jakarta.json.bind.serializer
Interface representing a custom deserializer for a given type.
JsonbException - Exception in jakarta.json.bind
Root class for all JSON Binding exceptions.
JsonbException(String) - Constructor for exception jakarta.json.bind.JsonbException
Constructs a new runtime exception with the specified detail message.
JsonbException(String, Throwable) - Constructor for exception jakarta.json.bind.JsonbException
Constructs a new runtime exception with the specified detail message and cause.
JsonbNillable - Annotation Type in jakarta.json.bind.annotation
Specifies how fields having null values are serialized into JSON.
JsonbNumberFormat - Annotation Type in jakarta.json.bind.annotation
Annotation provides way how to set custom number format to field or JavaBean property.
JsonbProperty - Annotation Type in jakarta.json.bind.annotation
Allows customization of field (or JavaBean property) name.This name is used either in serialization or in deserialization.
JsonbPropertyOrder - Annotation Type in jakarta.json.bind.annotation
Specifies order in which properties are serialized.
JsonbProvider - Class in jakarta.json.bind.spi
Service provider for JSON Binding implementations.
JsonbProvider() - Constructor for class jakarta.json.bind.spi.JsonbProvider
Protected constructor.
JsonbSerializer<T> - Interface in jakarta.json.bind.serializer
Interface representing a custom serializer for given type.
JsonbTransient - Annotation Type in jakarta.json.bind.annotation
Prevents mapping of a Java Bean property, field or type to JSON representation.
JsonbTypeAdapter - Annotation Type in jakarta.json.bind.annotation
Annotation provides way how to set custom JsonbAdapter to field or JavaBean property.
JsonbTypeDeserializer - Annotation Type in jakarta.json.bind.annotation
Annotation provides way how to set custom JsonbDeserializer to field or JavaBean property.
JsonbTypeSerializer - Annotation Type in jakarta.json.bind.annotation
Annotation provides way how to set custom JsonbSerializer to field or JavaBean property.
JsonBuilderFactory - Interface in jakarta.json
Factory to create JsonObjectBuilder and JsonArrayBuilder instances.
JsonbVisibility - Annotation Type in jakarta.json.bind.annotation
Annotation provides way how to customize visibility strategy of the JSON Binding.
JsonCollectors - Class in jakarta.json.stream
This class contains some implementations of java.util.stream.Collector for accumulating JsonValues into JsonArray and JsonObject.
JsonException - Exception in jakarta.json
JsonException indicates that some exception happened during JSON processing.
JsonException(String) - Constructor for exception jakarta.json.JsonException
Constructs a new runtime exception with the specified detail message.
JsonException(String, Throwable) - Constructor for exception jakarta.json.JsonException
Constructs a new runtime exception with the specified detail message and cause.
JsonGenerationException - Exception in jakarta.json.stream
JsonGenerationException indicates an incorrect JSON is being generated.
JsonGenerationException(String) - Constructor for exception jakarta.json.stream.JsonGenerationException
Constructs a new runtime exception with the specified detail message.
JsonGenerationException(String, Throwable) - Constructor for exception jakarta.json.stream.JsonGenerationException
Constructs a new runtime exception with the specified detail message and cause.
JsonGenerator - Interface in jakarta.json.stream
Writes JSON data to an output source in a streaming way.
JsonGeneratorFactory - Interface in jakarta.json.stream
Factory to create JsonGenerator instances.
JsonLocation - Interface in jakarta.json.stream
Provides the location information of a JSON event in an input source.
JsonMergePatch - Interface in jakarta.json
This interface represents an implementation of a JSON Merge Patch as defined by RFC 7396.
JsonNumber - Interface in jakarta.json
An immutable JSON number value.
JsonObject - Interface in jakarta.json
JsonObject class represents an immutable JSON object value (an unordered collection of zero or more name/value pairs).
JsonObjectBuilder - Interface in jakarta.json
A builder for creating JsonObject models from scratch.
JsonParser - Interface in jakarta.json.stream
Provides forward, read-only access to JSON data in a streaming way.
JsonParser.Event - Enum in jakarta.json.stream
An event from JsonParser.
JsonParserFactory - Interface in jakarta.json.stream
Factory for creating JsonParser instances.
JsonParsingException - Exception in jakarta.json.stream
JsonParsingException is used when an incorrect JSON is being parsed.
JsonParsingException(String, JsonLocation) - Constructor for exception jakarta.json.stream.JsonParsingException
Constructs a new runtime exception with the specified detail message.
JsonParsingException(String, Throwable, JsonLocation) - Constructor for exception jakarta.json.stream.JsonParsingException
Constructs a new runtime exception with the specified detail message and cause.
JsonPatch - Interface in jakarta.json
This interface represents an immutable implementation of a JSON Patch as defined by RFC 6902.
JsonPatch.Operation - Enum in jakarta.json
This enum represents the list of valid JSON Patch operations as defined by RFC 6902.
JsonPatchBuilder - Interface in jakarta.json
A builder for constructing a JSON Patch as defined by RFC 6902 by adding JSON Patch operations incrementally.
JsonPointer - Interface in jakarta.json
This interface represents an immutable implementation of a JSON Pointer as defined by RFC 6901.
JsonProvider - Class in jakarta.json.spi
Service provider for JSON processing objects.
JsonProvider() - Constructor for class jakarta.json.spi.JsonProvider
 
JsonReader - Interface in jakarta.json
Reads a JSON object or an array structure from an input source.
JsonReaderFactory - Interface in jakarta.json
Factory to create JsonReader instances.
JsonString - Interface in jakarta.json
An immutable JSON string value.
JsonStructure - Interface in jakarta.json
Super type for the two structured types in JSON (objects and arrays).
JsonValue - Interface in jakarta.json
JsonValue represents an immutable JSON value.
JsonValue.ValueType - Enum in jakarta.json
Indicates the type of a JsonValue object.
JsonWriter - Interface in jakarta.json
Writes a JSON object or array structure to an output source.
JsonWriterFactory - Interface in jakarta.json
Factory to create JsonWriter instances.
JSP_VIEW_DECLARATION_LANGUAGE_ID - Static variable in class jakarta.faces.view.ViewDeclarationLanguage

Identifier for the Jakarta Server Pages view declaration language.

JspApplicationContext - Interface in jakarta.servlet.jsp
Stores application-scoped information relevant to JSP containers.
JspConfigDescriptor - Interface in jakarta.servlet.descriptor
This interface provides access to the <jsp-config> related configuration of a web application.
JspContext - Class in jakarta.servlet.jsp
JspContext serves as the base class for the PageContext class and abstracts all information that is not specific to servlets.
JspContext() - Constructor for class jakarta.servlet.jsp.JspContext
Sole constructor.
jspDestroy() - Method in interface jakarta.servlet.jsp.JspPage
The jspDestroy() method is invoked when the JSP page is about to be destroyed.
JspEngineInfo - Class in jakarta.servlet.jsp
The JspEngineInfo is an abstract class that provides information on the current JSP engine.
JspEngineInfo() - Constructor for class jakarta.servlet.jsp.JspEngineInfo
Sole constructor.
JspException - Exception in jakarta.servlet.jsp
A generic exception known to the JSP engine; uncaught JspExceptions will result in an invocation of the errorpage machinery.
JspException() - Constructor for exception jakarta.servlet.jsp.JspException
Construct a JspException.
JspException(String) - Constructor for exception jakarta.servlet.jsp.JspException
Constructs a new JSP exception with the specified message.
JspException(String, Throwable) - Constructor for exception jakarta.servlet.jsp.JspException
Constructs a new JspException with the specified detail message and cause.
JspException(Throwable) - Constructor for exception jakarta.servlet.jsp.JspException
Constructs a new JspException with the specified cause.
JspFactory - Class in jakarta.servlet.jsp
The JspFactory is an abstract class that defines a number of factory methods available to a JSP page at runtime for the purposes of creating instances of various interfaces and classes used to support the JSP implementation.
JspFactory() - Constructor for class jakarta.servlet.jsp.JspFactory
Sole constructor.
JspFragment - Class in jakarta.servlet.jsp.tagext
Encapsulates a portion of JSP code in an object that can be invoked as many times as needed.
JspFragment() - Constructor for class jakarta.servlet.jsp.tagext.JspFragment
 
JspIdConsumer - Interface in jakarta.servlet.jsp.tagext
This interface indicates to the container that a tag handler wishes to be provided with a compiler generated ID.
jspInit() - Method in interface jakarta.servlet.jsp.JspPage
The jspInit() method is invoked when the JSP page is initialized.
JspPage - Interface in jakarta.servlet.jsp
The JspPage interface describes the generic interaction that a JSP Page Implementation class must satisfy; pages that use the HTTP protocol are described by the HttpJspPage interface.
JspPropertyGroupDescriptor - Interface in jakarta.servlet.descriptor
This interface provides access to the <jsp-property-group> related configuration of a web application.
JspTag - Interface in jakarta.servlet.jsp.tagext
Serves as a base class for Tag and SimpleTag.
JspTagException - Exception in jakarta.servlet.jsp
Exception to be used by a Tag Handler to indicate some unrecoverable error.
JspTagException(String) - Constructor for exception jakarta.servlet.jsp.JspTagException
Constructs a new JspTagException with the specified message.
JspTagException() - Constructor for exception jakarta.servlet.jsp.JspTagException
Constructs a new JspTagException with no message.
JspTagException(String, Throwable) - Constructor for exception jakarta.servlet.jsp.JspTagException
Constructs a new JspTagException when the JSP Tag needs to throw an exception and include a message about the "root cause" exception that interfered with its normal operation, including a description message.
JspTagException(Throwable) - Constructor for exception jakarta.servlet.jsp.JspTagException
Constructs a new JSP Tag exception when the JSP Tag needs to throw an exception and include a message about the "root cause" exception that interfered with its normal operation.
jspversion - Variable in class jakarta.servlet.jsp.tagext.TagLibraryInfo
The version of the JSP specification this tag library is written to.
JspWriter - Class in jakarta.servlet.jsp
The actions and template data in a JSP page is written using the JspWriter object that is referenced by the implicit variable out which is initialized automatically using methods in the PageContext object.
JspWriter(int, boolean) - Constructor for class jakarta.servlet.jsp.JspWriter
Protected constructor.

K

keep(String) - Method in class jakarta.faces.context.Flash

Causes a value stored with a previous call to Flash.putNow(java.lang.String, java.lang.Object), its Jakarta Expression Language equivalent, or to the request Map, to be promoted to the flash so that is available on the next traversal through the lifecycle on this session.

keep(String) - Method in class jakarta.faces.context.FlashWrapper

The default behavior of this method is to call Flash.keep(String) on the wrapped Flash object.

key() - Method in interface jakarta.persistence.criteria.MapJoin
Create a path expression that corresponds to the map key.
keyedValue(String, Object, Object) - Method in interface jakarta.validation.valueextraction.ValueExtractor.ValueReceiver
Receives the value extracted from a keyed object (e.g.
keys(M) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create an expression that returns the keys of a map.
keySet() - Method in class jakarta.faces.context.FlashWrapper

The default behavior of this method is to call Map.keySet() on the wrapped Flash object.

keySet() - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
 
keyStore(KeyStore, char[]) - Method in class jakarta.ws.rs.client.ClientBuilder
Set the client-side key store.
keyStore(KeyStore, String) - Method in class jakarta.ws.rs.client.ClientBuilder
Set the client-side key store.
KEYWORD_PREFIX - Static variable in class jakarta.faces.component.search.SearchExpressionHandler

The prefix to identify a keyword.

L

LambdaExpression - Class in jakarta.el
Encapsulates a parameterized ValueExpression.
LambdaExpression(List<String>, ValueExpression) - Constructor for class jakarta.el.LambdaExpression
Creates a new LambdaExpression.
language(String) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
Set the message entity language.
language(Locale) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
Set the message entity language.
languages(Locale...) - Static method in class jakarta.ws.rs.core.Variant
Create a Variant.VariantListBuilder initialized with a set of supported languages.
languages(Locale...) - Method in class jakarta.ws.rs.core.Variant.VariantListBuilder
Set the language(s) for this variant.
LAST_EVENT_ID_HEADER - Static variable in interface jakarta.ws.rs.core.HttpHeaders
"Last-Event-ID" HTTP request header name as defined by SSE specification.
LAST_MODIFIED - Static variable in interface jakarta.ws.rs.core.HttpHeaders
lastModified(Date) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
Set the response entity last modification date.
LdapIdentityStoreDefinition - Annotation Type in jakarta.security.enterprise.identitystore
Annotation used to define a container-provided IdentityStore that stores caller credentials and identity attributes (together caller identities) in an LDAP store, and make that implementation available as an enabled CDI bean.
LdapIdentityStoreDefinition.LdapSearchScope - Enum in jakarta.security.enterprise.identitystore
Enum representing LDAP search scope values.
le(Expression<? extends Number>, Expression<? extends Number>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the first argument is less than or equal to the second.
le(Expression<? extends Number>, Number) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the first argument is less than or equal to the second.
least(Expression<X>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create an aggregate expression for finding the least of the values (strings, dates, etc).
length(Expression<String>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create expression to return length of a string.
LengthValidator - Class in jakarta.faces.validator
LengthValidator is a Validator that checks the number of characters in the String representation of the value of the associated component.
LengthValidator() - Constructor for class jakarta.faces.validator.LengthValidator
Construct a Validator with no preconfigured limits.
LengthValidator(int) - Constructor for class jakarta.faces.validator.LengthValidator
Construct a Validator with the specified preconfigured limit.
LengthValidator(int, int) - Constructor for class jakarta.faces.validator.LengthValidator
Construct a Validator with the specified preconfigured limits.
lessThan(Expression<? extends Y>, Expression<? extends Y>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the first argument is less than the second.
lessThan(Expression<? extends Y>, Y) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the first argument is less than the second.
lessThanOrEqualTo(Expression<? extends Y>, Expression<? extends Y>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the first argument is less than or equal to the second.
lessThanOrEqualTo(Expression<? extends Y>, Y) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the first argument is less than or equal to the second.
LEXICOGRAPHICAL - Static variable in class jakarta.json.bind.config.PropertyOrderStrategy
Using this strategy, the order of properties is lexicographical.
LIBRARY_AFTER - Static variable in class jakarta.interceptor.Interceptor.Priority
Start of range for late interceptors defined by extension libraries.
LIBRARY_BEFORE - Static variable in class jakarta.interceptor.Interceptor.Priority
Start of range for early interceptors defined by extension libraries.
libraryExists(String) - Method in class jakarta.faces.application.ResourceHandler

Return true if the resource library named by the argument libraryName can be found.

libraryExists(String) - Method in class jakarta.faces.application.ResourceHandlerWrapper

The default behavior of this method is to call ResourceHandler.libraryExists(String) on the wrapped ResourceHandler object.

Lifecycle - Class in jakarta.faces.lifecycle
Lifecycle manages the processing of the entire lifecycle of a particular Jakarta Server Faces request.
Lifecycle() - Constructor for class jakarta.faces.lifecycle.Lifecycle
 
LIFECYCLE_FACTORY - Static variable in class jakarta.faces.FactoryFinder
The property name for the LifecycleFactory class name.
LIFECYCLE_ID_ATTR - Static variable in class jakarta.faces.webapp.FacesServlet
Context initialization parameter name for the lifecycle identifier of the Lifecycle instance to be utilized.
LifecycleFactory - Class in jakarta.faces.lifecycle
LifecycleFactory is a factory object that creates (if needed) and returns Lifecycle instances.
LifecycleFactory() - Constructor for class jakarta.faces.lifecycle.LifecycleFactory
Deprecated.
Use the other constructor taking the implementation being wrapped.
LifecycleFactory(LifecycleFactory) - Constructor for class jakarta.faces.lifecycle.LifecycleFactory

If this factory has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.

LifecycleWrapper - Class in jakarta.faces.lifecycle

Provides a simple implementation of Lifecycle that can be subclassed by developers wishing to provide specialized behavior to an existing Lifecycle instance.

LifecycleWrapper() - Constructor for class jakarta.faces.lifecycle.LifecycleWrapper
Deprecated.
Use the other constructor taking the implementation being wrapped.
LifecycleWrapper(Lifecycle) - Constructor for class jakarta.faces.lifecycle.LifecycleWrapper

If this lifecycle has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.

like(Expression<String>, Expression<String>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the expression satisfies the given pattern.
like(Expression<String>, String) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the expression satisfies the given pattern.
like(Expression<String>, Expression<String>, Expression<Character>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the expression satisfies the given pattern.
like(Expression<String>, Expression<String>, char) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the expression satisfies the given pattern.
like(Expression<String>, String, Expression<Character>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the expression satisfies the given pattern.
like(Expression<String>, String, char) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the expression satisfies the given pattern.
LINK - Static variable in interface jakarta.ws.rs.core.HttpHeaders
Link - Class in jakarta.ws.rs.core
Class representing hypermedia links.
Link() - Constructor for class jakarta.ws.rs.core.Link
 
link(Link) - Method in interface jakarta.ws.rs.core.Link.Builder
Initialize builder using another link.
link(String) - Method in interface jakarta.ws.rs.core.Link.Builder
Initialize builder using another link represented as a string.
link(URI, String) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
Add a link header.
link(String, String) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
Add a link header.
Link.Builder - Interface in jakarta.ws.rs.core
Builder class for hypermedia links.
Link.JaxbAdapter - Class in jakarta.ws.rs.core
An implementation of JAXB XmlAdapter that maps the JAX-RS Link type to a value that can be marshalled and unmarshalled by JAXB.
Link.JaxbLink - Class in jakarta.ws.rs.core
Value type for Link that can be marshalled and unmarshalled by JAXB.
links(Link...) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
Add one or more link headers.
ListAttribute<X,E> - Interface in jakarta.persistence.metamodel
Instances of the type ListAttribute represent persistent java.util.List-valued attributes.
ListDataModel<E> - Class in jakarta.faces.model
ListDataModel is a convenience implementation of DataModel that wraps an List of Java objects.
ListDataModel() - Constructor for class jakarta.faces.model.ListDataModel
Construct a new ListDataModel with no specified wrapped data.
ListDataModel(List<E>) - Constructor for class jakarta.faces.model.ListDataModel
Construct a new ListDataModel wrapping the specified list.
ListELResolver - Class in jakarta.el
Defines property resolution behavior on instances of List.
ListELResolver() - Constructor for class jakarta.el.ListELResolver
Creates a new read/write ListELResolver.
ListELResolver(boolean) - Constructor for class jakarta.el.ListELResolver
Creates a new ListELResolver whose read-only status is determined by the given parameter.
ListenerFor - Annotation Type in jakarta.faces.event
ListenersFor - Annotation Type in jakarta.faces.event

Container annotation to specify multiple ListenerFor annotations on a single class.

ListJoin<Z,E> - Interface in jakarta.persistence.criteria
The ListJoin interface is the type of the result of joining to a collection over an association or element collection that has been specified as a java.util.List.
Literal() - Constructor for class jakarta.enterprise.context.ApplicationScoped.Literal
 
Literal() - Constructor for class jakarta.enterprise.context.ConversationScoped.Literal
 
Literal() - Constructor for class jakarta.enterprise.context.Dependent.Literal
 
Literal() - Constructor for class jakarta.enterprise.context.RequestScoped.Literal
 
Literal() - Constructor for class jakarta.enterprise.context.SessionScoped.Literal
 
Literal() - Constructor for class jakarta.enterprise.inject.Alternative.Literal
 
Literal() - Constructor for class jakarta.enterprise.inject.Any.Literal
 
Literal() - Constructor for class jakarta.enterprise.inject.Default.Literal
 
Literal() - Constructor for class jakarta.enterprise.inject.Specializes.Literal
 
Literal() - Constructor for class jakarta.enterprise.inject.TransientReference.Literal
 
Literal() - Constructor for class jakarta.enterprise.inject.Vetoed.Literal
 
Literal() - Constructor for class jakarta.enterprise.util.Nonbinding.Literal
 
literal(T) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create an expression for a literal.
LoadState - Enum in jakarta.persistence.spi
Load states returned by the ProviderUtil SPI methods.
Lob - Annotation Type in jakarta.persistence
Specifies that a persistent property or field should be persisted as a large object to a database-supported large object type.
Local - Annotation Type in jakarta.ejb
Declares the local business interface(s) for a session bean.
LocalBean - Annotation Type in jakarta.ejb
Designates that a session bean exposes a no-interface view.
LOCALE - Static variable in class jakarta.json.bind.JsonbConfig
Property used to specify locale globally.
LOCALE_PREFIX - Static variable in class jakarta.faces.application.ResourceHandler

The name of a key within the application message bundle named by the return from Application.getMessageBundle() whose value is the locale prefix used to find a packaged resource to return from ResourceHandler.createResource(java.lang.String) (or one of its variants).

LocaleSupport - Class in jakarta.servlet.jsp.jstl.fmt
Class which exposes the locale-determination logic for resource bundles through convenience methods.
LocaleSupport() - Constructor for class jakarta.servlet.jsp.jstl.fmt.LocaleSupport
 
LocalHome - Annotation Type in jakarta.ejb
Declares the local home or adapted local home interface for a session bean.
LocalizationContext - Class in jakarta.servlet.jsp.jstl.fmt
Class representing an I18N localization context.
LocalizationContext() - Constructor for class jakarta.servlet.jsp.jstl.fmt.LocalizationContext
Constructs an empty I18N localization context.
LocalizationContext(ResourceBundle, Locale) - Constructor for class jakarta.servlet.jsp.jstl.fmt.LocalizationContext
Constructs an I18N localization context from the given resource bundle and locale.
LocalizationContext(ResourceBundle) - Constructor for class jakarta.servlet.jsp.jstl.fmt.LocalizationContext
Constructs an I18N localization context from the given resource bundle.
locate(Expression<String>, Expression<String>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create expression to locate the position of one string within another, returning position of first character if found.
locate(Expression<String>, String) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create expression to locate the position of one string within another, returning position of first character if found.
locate(Expression<String>, Expression<String>, Expression<Integer>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create expression to locate the position of one string within another, returning position of first character if found.
locate(Expression<String>, String, int) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create expression to locate the position of one string within another, returning position of first character if found.
Location - Class in jakarta.faces.view

An object that represents the Location of a tag or attribute of a tag in a View Declaration Language file.

Location(String, int, int) - Constructor for class jakarta.faces.view.Location
 
LOCATION - Static variable in interface jakarta.ws.rs.core.HttpHeaders
location(URI) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
Set the location.
Lock - Annotation Type in jakarta.ejb
Declares a concurrency lock for a singleton session bean with container managed concurrency.
lock(Object, LockModeType) - Method in interface jakarta.persistence.EntityManager
Lock an entity instance that is contained in the persistence context with the specified lock mode type.
lock(Object, LockModeType, Map<String, Object>) - Method in interface jakarta.persistence.EntityManager
Lock an entity instance that is contained in the persistence context with the specified lock mode type and with specified properties.
LockModeType - Enum in jakarta.persistence
Lock modes can be specified by means of passing a LockModeType argument to one of the EntityManager methods that take locks (lock, find, or refresh) or to the Query.setLockMode() or TypedQuery.setLockMode() method.
LockTimeoutException - Exception in jakarta.persistence
Thrown by the persistence provider when an pessimistic locking conflict occurs that does not result in transaction rollback.
LockTimeoutException() - Constructor for exception jakarta.persistence.LockTimeoutException
Constructs a new LockTimeoutException exception with null as its detail message.
LockTimeoutException(String) - Constructor for exception jakarta.persistence.LockTimeoutException
Constructs a new LockTimeoutException exception with the specified detail message.
LockTimeoutException(String, Throwable) - Constructor for exception jakarta.persistence.LockTimeoutException
Constructs a new LockTimeoutException exception with the specified detail message and cause.
LockTimeoutException(Throwable) - Constructor for exception jakarta.persistence.LockTimeoutException
Constructs a new LockTimeoutException exception with the specified cause.
LockTimeoutException(Object) - Constructor for exception jakarta.persistence.LockTimeoutException
Constructs a new LockTimeoutException exception with the specified object.
LockTimeoutException(String, Throwable, Object) - Constructor for exception jakarta.persistence.LockTimeoutException
Constructs a new LockTimeoutException exception with the specified detail message, cause, and entity.
LockType - Enum in jakarta.ejb
Concurrency lock type for singleton beans with container-managed concurrency.
log(String) - Method in class jakarta.faces.context.ExternalContext
Log the specified message to the application object.
log(String, Throwable) - Method in class jakarta.faces.context.ExternalContext
Log the specified message and exception to the application object.
log(String) - Method in class jakarta.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.log(String) on the wrapped ExternalContext object.
log(String, Throwable) - Method in class jakarta.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.log(String, Throwable) on the wrapped ExternalContext object.
log - Static variable in class jakarta.faces.webapp.UIComponentTagBase
 
log(String) - Method in class jakarta.servlet.GenericServlet
Writes the specified message to a servlet log file, prepended by the servlet's name.
log(String, Throwable) - Method in class jakarta.servlet.GenericServlet
Writes an explanatory message and a stack trace for a given Throwable exception to the servlet log file, prepended by the servlet's name.
log(String) - Method in interface jakarta.servlet.ServletContext
Writes the specified message to a servlet log file, usually an event log.
log(Exception, String) - Method in interface jakarta.servlet.ServletContext
Deprecated.
As of Java Servlet API 2.1, use ServletContext.log(String message, Throwable throwable) instead.

This method was originally defined to write an exception's stack trace and an explanatory error message to the servlet log file.

log(String, Throwable) - Method in interface jakarta.servlet.ServletContext
Writes an explanatory message and a stack trace for a given Throwable exception to the servlet log file.
login(String, String) - Method in interface jakarta.servlet.http.HttpServletRequest
Validate the provided username and password in the password validation realm used by the web container login mechanism configured for the ServletContext.
login(String, String) - Method in class jakarta.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to call login on the wrapped request object.
LoginToContinue - Annotation Type in jakarta.security.enterprise.authentication.mechanism.http
The LoginToContinue annotation provides an application the ability to declaratively add login to continue functionality to an authentication mechanism.
logout() - Method in interface jakarta.servlet.http.HttpServletRequest
Establish null as the value returned when getUserPrincipal, getRemoteUser, and getAuthType is called on the request.
logout() - Method in class jakarta.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to call login on the wrapped request object.
LONG_ID - Static variable in class jakarta.faces.convert.LongConverter
The message identifier of the FacesMessage to be created if the conversion to Long fails.
LongConverter - Class in jakarta.faces.convert
Converter implementation for java.lang.Long (and long primitive) values.
LongConverter() - Constructor for class jakarta.faces.convert.LongConverter
 
LongRangeValidator - Class in jakarta.faces.validator
LongRangeValidator is a Validator that checks the value of the corresponding component against specified minimum and maximum values.
LongRangeValidator() - Constructor for class jakarta.faces.validator.LongRangeValidator
Construct a Validator with no preconfigured limits.
LongRangeValidator(long) - Constructor for class jakarta.faces.validator.LongRangeValidator
Construct a Validator with the specified preconfigured limit.
LongRangeValidator(long, long) - Constructor for class jakarta.faces.validator.LongRangeValidator
Construct a Validator with the specified preconfigured limits.
longValue() - Method in interface jakarta.json.JsonNumber
Returns this JSON number as a long.
longValueExact() - Method in interface jakarta.json.JsonNumber
Returns this JSON number as a long.
lookingAt(Scope) - Method in interface jakarta.validation.metadata.ElementDescriptor.ConstraintFinder
Restricts to the constraints matching the provided scope for this element.
lookup(String) - Method in interface jakarta.ejb.EJBContext
Lookup a resource within the java: namespace.
LoopTag - Interface in jakarta.servlet.jsp.jstl.core
The Jakarta Standard Tag Library allows developers to write custom iteration tags by implementing the LoopTag interface.
LoopTagStatus - Interface in jakarta.servlet.jsp.jstl.core
Exposes the current status of an iteration.
LoopTagSupport - Class in jakarta.servlet.jsp.jstl.core
Base support class to facilitate implementation of iteration tags.
LoopTagSupport() - Constructor for class jakarta.servlet.jsp.jstl.core.LoopTagSupport
Constructs a new LoopTagSupport.
lower(Expression<String>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create expression for converting a string to lowercase.
LOWER_CASE_WITH_DASHES - Static variable in interface jakarta.json.bind.config.PropertyNamingStrategy
Using this strategy, the property name is transformed to lower case with dashes.
LOWER_CASE_WITH_UNDERSCORES - Static variable in interface jakarta.json.bind.config.PropertyNamingStrategy
Using this strategy, the property name is transformed to lower case with underscores.
lt(Expression<? extends Number>, Expression<? extends Number>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the first argument is less than the second.
lt(Expression<? extends Number>, Number) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the first argument is less than the second.

M

ManagedBean - Annotation Type in jakarta.annotation
The ManagedBean annotation marks a POJO (Plain Old Java Object) as a ManagedBean.
ManagedBean - Annotation Type in jakarta.faces.bean
Deprecated.
This has been replaced by the Managed Beans specification in general and specifically the dependency injection, scopes and naming from the CDI specification. Note that the eager attribute for application scoped beans is replaced specifically by observing the jakarta.enterprise.context.Initialized event for jakarta.enterprise.context.ApplicationScoped. See 6.7.3 of the CDI spec for further details.
ManagedProperty - Annotation Type in jakarta.faces.annotation

The presence of this annotation (along with @Inject) on a field of any type causes the value returned from evaluating an expression language expression to be injected as the value of that field.

ManagedProperty - Annotation Type in jakarta.faces.bean
Deprecated.
This has been replaced by jakarta.faces.annotation.ManagedProperty, which is a CDI build-in bean with similar semantics
ManagedType<X> - Interface in jakarta.persistence.metamodel
Instances of the type ManagedType represent entity, mapped superclass, and embeddable types.
managedType(Class<X>) - Method in interface jakarta.persistence.metamodel.Metamodel
Return the metamodel managed type representing the entity, mapped superclass, or embeddable class.
ManyToMany - Annotation Type in jakarta.persistence
Specifies a many-valued association with many-to-many multiplicity.
ManyToOne - Annotation Type in jakarta.persistence
Specifies a single-valued association to another entity class that has many-to-one multiplicity.
MapAttribute<X,K,V> - Interface in jakarta.persistence.metamodel
Instances of the type MapAttribute represent persistent java.util.Map-valued attributes.
MapELResolver - Class in jakarta.el
Defines property resolution behavior on instances of Map.
MapELResolver() - Constructor for class jakarta.el.MapELResolver
Creates a new read/write MapELResolver.
MapELResolver(boolean) - Constructor for class jakarta.el.MapELResolver
Creates a new MapELResolver whose read-only status is determined by the given parameter.
mapFunction(String, String, Method) - Method in class jakarta.el.ELManager
Maps a static method to Jakarta Expression Language function.
mapFunction(String, String, Method) - Method in class jakarta.el.FunctionMapper
Adds a static method that can be used as a function.
MapJoin<Z,K,V> - Interface in jakarta.persistence.criteria
The MapJoin interface is the type of the result of joining to a collection over an association or element collection that has been specified as a java.util.Map.
MapKey - Annotation Type in jakarta.persistence
Specifies the map key for associations of type java.util.Map when the map key is itself the primary key or a persistent field or property of the entity that is the value of the map.
MapKeyClass - Annotation Type in jakarta.persistence
Specifies the type of the map key for associations of type java.util.Map.
MapKeyColumn - Annotation Type in jakarta.persistence
Specifies the mapping for the key column of a map whose map key is a basic type.
MapKeyEnumerated - Annotation Type in jakarta.persistence
Specifies the enum type for a map key whose basic type is an enumerated type.
MapKeyJoinColumn - Annotation Type in jakarta.persistence
Specifies a mapping to an entity that is a map key.
MapKeyJoinColumns - Annotation Type in jakarta.persistence
Supports composite map keys that reference entities.
MapKeyTemporal - Annotation Type in jakarta.persistence
This annotation must be specified for persistent map keys of type Date and Calendar.
MappedSuperclass - Annotation Type in jakarta.persistence
Designates a class whose mapping information is applied to the entities that inherit from it.
MappedSuperclassType<X> - Interface in jakarta.persistence.metamodel
Instances of the type MappedSuperclassType represent mapped superclass types.
MappingMatch - Enum in jakarta.servlet.http
Enumeration of Servlet mapping types.
MapsId - Annotation Type in jakarta.persistence
Designates a ManyToOne or OneToOne relationship attribute that provides the mapping for an EmbeddedId primary key, an attribute within an EmbeddedId primary key, or a simple primary key of the parent entity.
markAsStartNode() - Method in class jakarta.faces.flow.builder.FlowCallBuilder
 
markAsStartNode() - Method in class jakarta.faces.flow.builder.MethodCallBuilder
 
markAsStartNode() - Method in interface jakarta.faces.flow.builder.NodeBuilder

Mark this node as the start node in the flow.

markAsStartNode() - Method in class jakarta.faces.flow.builder.ReturnBuilder
 
markAsStartNode() - Method in class jakarta.faces.flow.builder.SwitchBuilder
 
markAsStartNode() - Method in class jakarta.faces.flow.builder.ViewBuilder
 
markInitialState() - Method in class jakarta.faces.component.behavior.BehaviorBase
markInitialState() - Method in interface jakarta.faces.component.PartialStateHolder

The runtime must ensure that the PartialStateHolder.markInitialState() method is called on each instance of this interface in the view at the appropriate time to indicate the component is in its initial state.

markInitialState() - Method in class jakarta.faces.component.UIComponent

An implementation of PartialStateHolder.markInitialState(), this method is called by the runtime to indicate that the instance should start tracking changes to its state.

markInitialState() - Method in class jakarta.faces.component.UIComponentBase

For each of the attached objects on this instance that implement PartialStateHolder, call PartialStateHolder.markInitialState() on the attached object.

markInitialState() - Method in class jakarta.faces.component.UIData

Override the base class method to take special action if the method is being invoked when StateManager.IS_BUILDING_INITIAL_STATE is true and the rowStatePreserved JavaBeans property for this instance is true.

markInitialState() - Method in class jakarta.faces.component.UIInput
In addition to the actions taken in UIOutput when PartialStateHolder.markInitialState() is called, check if any of the installed Validators are PartialStateHolders and if so, call PartialStateHolder.markInitialState() as appropriate.
markInitialState() - Method in class jakarta.faces.component.UIOutput
In addition to the actions taken in UIComponentBase when PartialStateHolder.markInitialState() is called, check if the installed Converter is a PartialStateHolder and if it is, call PartialStateHolder.markInitialState() on it.
markInitialState() - Method in class jakarta.faces.convert.DateTimeConverter
 
markInitialState() - Method in class jakarta.faces.convert.EnumConverter
 
markInitialState() - Method in class jakarta.faces.convert.NumberConverter
 
markInitialState() - Method in class jakarta.faces.validator.BeanValidator
 
markInitialState() - Method in class jakarta.faces.validator.DoubleRangeValidator
 
markInitialState() - Method in class jakarta.faces.validator.LengthValidator
 
markInitialState() - Method in class jakarta.faces.validator.LongRangeValidator
 
markInitialState() - Method in class jakarta.faces.validator.RegexValidator
 
markResourceRendered(FacesContext, String, String) - Method in class jakarta.faces.application.ResourceHandler

Mark the resource as identified by given resource and library name as rendered.

markResourceRendered(FacesContext, String, String) - Method in class jakarta.faces.application.ResourceHandlerWrapper

The default behavior of this method is to call ResourceHandler.markResourceRendered(FacesContext, String, String) on the wrapped ResourceHandler object.

marshal(Link) - Method in class jakarta.ws.rs.core.Link.JaxbAdapter
Convert a Link into a Link.JaxbLink.
MATCH_EXCEPTION_MESSAGE_ID - Static variable in class jakarta.faces.validator.RegexValidator
The message identifier of the FacesMessage to be created if the act of matching the value against the pattern returned from RegexValidator.getPattern() fails because of a PatternSyntaxException.
matrixParam(String, Object...) - Method in interface jakarta.ws.rs.client.WebTarget
Create a new WebTarget instance by appending a matrix parameter to the existing set of matrix parameters of the current final segment of the URI of the current target instance.
matrixParam(String, Object...) - Method in class jakarta.ws.rs.core.UriBuilder
Append a matrix parameter to the existing set of matrix parameters of the current final segment of the URI path.
MatrixParam - Annotation Type in jakarta.ws.rs
Binds the value(s) of a URI matrix parameter to a resource method parameter, resource class field, or resource class bean property.
max(Expression<N>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create an aggregate expression applying the numerical max operation.
Max - Annotation Type in jakarta.validation.constraints
The annotated element must be a number whose value must be lower or equal to the specified maximum.
Max.List - Annotation Type in jakarta.validation.constraints
Defines several Max annotations on the same element.
MAXIMUM_MESSAGE_ID - Static variable in class jakarta.faces.validator.DoubleRangeValidator
The message identifier of the FacesMessage to be created if the maximum value check fails.
MAXIMUM_MESSAGE_ID - Static variable in class jakarta.faces.validator.LengthValidator
The message identifier of the FacesMessage to be created if the maximum length check fails.
MAXIMUM_MESSAGE_ID - Static variable in class jakarta.faces.validator.LongRangeValidator
The message identifier of the FacesMessage to be created if the maximum value check fails.
MEDIA_TYPE_WILDCARD - Static variable in class jakarta.ws.rs.core.MediaType
The value of a type or subtype wildcard "*".
MediaType - Class in jakarta.ws.rs.core
An abstraction for a media type.
MediaType(String, String, Map<String, String>) - Constructor for class jakarta.ws.rs.core.MediaType
Creates a new instance of MediaType with the supplied type, subtype and parameters.
MediaType(String, String) - Constructor for class jakarta.ws.rs.core.MediaType
Creates a new instance of MediaType with the supplied type and subtype.
MediaType(String, String, String) - Constructor for class jakarta.ws.rs.core.MediaType
Creates a new instance of MediaType with the supplied type, subtype and "charset" parameter.
MediaType() - Constructor for class jakarta.ws.rs.core.MediaType
Creates a new instance of MediaType, both type and subtype are wildcards.
mediaType(MediaType) - Method in interface jakarta.ws.rs.sse.OutboundSseEvent.Builder
Set the media type of the event data.
mediaTypes(MediaType...) - Static method in class jakarta.ws.rs.core.Variant
Create a Variant.VariantListBuilder initialized with a set of supported media types.
mediaTypes(MediaType...) - Method in class jakarta.ws.rs.core.Variant.VariantListBuilder
Set the media type(s) for this variant.
merge(T) - Method in interface jakarta.persistence.EntityManager
Merge the state of the given entity into the current persistence context.
MESSAGE_ID - Static variable in class jakarta.faces.validator.BeanValidator
The message identifier of the FacesMessage to be created if a constraint failure is found.
MessageBodyReader<T> - Interface in jakarta.ws.rs.ext
Contract for a provider that supports the conversion of a stream to a Java type.
MessageBodyWriter<T> - Interface in jakarta.ws.rs.ext
Contract for a provider that supports the conversion of a Java type to a stream.
MessageDriven - Annotation Type in jakarta.ejb
Component-defining annotation for a message driven bean.
MessageDrivenBean - Interface in jakarta.ejb
The MessageDrivenBean interface defines methods that the enterprise bean container uses to notify a message driven bean instance of the instance's life cycle events.
MessageDrivenContext - Interface in jakarta.ejb
The MessageDrivenContext interface provides access to the runtime message-driven context that the container provides for a message-driven bean instance.
MessageHandler - Interface in jakarta.websocket
Developers implement MessageHandlers in order to receive incoming messages during a web socket conversation.
MessageHandler.Partial<T> - Interface in jakarta.websocket
This kind of handler is notified by the implementation as it becomes ready to deliver parts of a whole message.
MessageHandler.Whole<T> - Interface in jakarta.websocket
This kind of handler is notified by the container on arrival of a complete message.
MessageInfo - Interface in jakarta.security.auth.message
A container (message processing runtime) uses this interface to pass messages and message processing state to authentication contexts for processing by authentication mechanisms (modules).
messageInterpolator(MessageInterpolator) - Method in interface jakarta.validation.Configuration
Defines the message interpolator used.
MessageInterpolator - Interface in jakarta.validation
Interpolates a given constraint violation message.
messageInterpolator(MessageInterpolator) - Method in interface jakarta.validation.ValidatorContext
Defines the message interpolator implementation used by the Validator.
MessageInterpolator.Context - Interface in jakarta.validation
Information related to the interpolation context.
MessagePolicy - Class in jakarta.security.auth.message
This class defines a message authentication policy.
MessagePolicy(MessagePolicy.TargetPolicy[], boolean) - Constructor for class jakarta.security.auth.message.MessagePolicy
Create a MessagePolicy instance with an array of target policies.
MessagePolicy.ProtectionPolicy - Interface in jakarta.security.auth.message
This interface is used to represent message authentication policy.
MessagePolicy.Target - Interface in jakarta.security.auth.message
This interface is used to represent and perform message targeting.
MessagePolicy.TargetPolicy - Class in jakarta.security.auth.message
This class defines the message protection policies for specific Targets.
Metadata - Class in jakarta.faces.view.facelets

There are concrete subclasses within the implementation that map concepts in the Facelet VDL page to Jakarta Server Faces Java API calls the appropriate instances.

Metadata() - Constructor for class jakarta.faces.view.facelets.Metadata
 
METADATA_FACET_NAME - Static variable in class jakarta.faces.component.UIViewRoot
 
MetadataTarget - Class in jakarta.faces.view.facelets

Information used with MetaRule for determining how and what Metadata should be wired.

MetadataTarget() - Constructor for class jakarta.faces.view.facelets.MetadataTarget
 
Metamodel - Interface in jakarta.persistence.metamodel
Provides access to the metamodel of persistent entities in the persistence unit.
MetaRule - Class in jakarta.faces.view.facelets

The root class of the abstraction that dictates how attributes on a markup element in a Facelets VDL page are wired to the Jakarta Server Faces API object instance associated with that element.

MetaRule() - Constructor for class jakarta.faces.view.facelets.MetaRule
 
MetaRuleset - Class in jakarta.faces.view.facelets

A mutable set of rules to be used in auto-wiring state to a particular object instance.

MetaRuleset() - Constructor for class jakarta.faces.view.facelets.MetaRuleset
 
MetaTagHandler - Class in jakarta.faces.view.facelets

Every kind of markup element in Facelets VDL that has attributes that need to take action on a Jakarta Server Faces Java API artifact is associated with an instance of this class.

MetaTagHandler(TagConfig) - Constructor for class jakarta.faces.view.facelets.MetaTagHandler
Constructor.
method(String) - Method in interface jakarta.servlet.http.PushBuilder
Set the method to be used for the push.
method(String) - Method in interface jakarta.ws.rs.client.AsyncInvoker
Invoke an arbitrary method for the current request asynchronously.
method(String, Class<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
Invoke an arbitrary method for the current request asynchronously.
method(String, GenericType<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
Invoke an arbitrary method for the current request asynchronously.
method(String, InvocationCallback<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
Invoke an arbitrary method for the current request asynchronously.
method(String, Entity<?>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
Invoke an arbitrary method for the current request asynchronously.
method(String, Entity<?>, Class<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
Invoke an arbitrary method for the current request asynchronously.
method(String, Entity<?>, GenericType<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
Invoke an arbitrary method for the current request asynchronously.
method(String, Entity<?>, InvocationCallback<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
Invoke an arbitrary method for the current request asynchronously.
method(String) - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
 
method(String, Class<T>) - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
 
method(String, GenericType<T>) - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
 
method(String, Entity<?>) - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
 
method(String, Entity<?>, Class<T>) - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
 
method(String, Entity<?>, GenericType<T>) - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
 
method(String) - Method in interface jakarta.ws.rs.client.RxInvoker
Invoke an arbitrary method for the current request.
method(String, Class<R>) - Method in interface jakarta.ws.rs.client.RxInvoker
Invoke an arbitrary method for the current request.
method(String, GenericType<R>) - Method in interface jakarta.ws.rs.client.RxInvoker
Invoke an arbitrary method for the current request.
method(String, Entity<?>) - Method in interface jakarta.ws.rs.client.RxInvoker
Invoke an arbitrary method for the current request.
method(String, Entity<?>, Class<R>) - Method in interface jakarta.ws.rs.client.RxInvoker
Invoke an arbitrary method for the current request.
method(String, Entity<?>, GenericType<R>) - Method in interface jakarta.ws.rs.client.RxInvoker
Invoke an arbitrary method for the current request.
method(String) - Method in interface jakarta.ws.rs.client.SyncInvoker
Invoke an arbitrary method for the current request synchronously.
method(String, Class<T>) - Method in interface jakarta.ws.rs.client.SyncInvoker
Invoke an arbitrary method for the current request synchronously.
method(String, GenericType<T>) - Method in interface jakarta.ws.rs.client.SyncInvoker
Invoke an arbitrary method for the current request synchronously.
method(String, Entity<?>) - Method in interface jakarta.ws.rs.client.SyncInvoker
Invoke an arbitrary method for the current request synchronously.
method(String, Entity<?>, Class<T>) - Method in interface jakarta.ws.rs.client.SyncInvoker
Invoke an arbitrary method for the current request synchronously.
method(String, Entity<?>, GenericType<T>) - Method in interface jakarta.ws.rs.client.SyncInvoker
Invoke an arbitrary method for the current request synchronously.
MethodBinding - Class in jakarta.faces.el
Deprecated.
This has been replaced by MethodExpression.
MethodBinding() - Constructor for class jakarta.faces.el.MethodBinding
Deprecated.
 
MethodCallBuilder - Class in jakarta.faces.flow.builder

Create a method call node in the current Flow.

MethodCallBuilder() - Constructor for class jakarta.faces.flow.builder.MethodCallBuilder
 
methodCallNode(String) - Method in class jakarta.faces.flow.builder.FlowBuilder

Define a method call node.

MethodCallNode - Class in jakarta.faces.flow

Represents a method call node in the flow graph.

MethodCallNode() - Constructor for class jakarta.faces.flow.MethodCallNode
 
MethodDescriptor - Interface in jakarta.validation.metadata
Describes a validated method.
MethodExpression - Class in jakarta.el
An Expression that refers to a method on an object.
MethodExpression() - Constructor for class jakarta.el.MethodExpression
 
MethodExpressionActionListener - Class in jakarta.faces.event
MethodExpressionActionListener is an ActionListener that wraps a MethodExpression.
MethodExpressionActionListener() - Constructor for class jakarta.faces.event.MethodExpressionActionListener
 
MethodExpressionActionListener(MethodExpression) - Constructor for class jakarta.faces.event.MethodExpressionActionListener
Construct a ValueChangeListener that contains a MethodExpression.
MethodExpressionActionListener(MethodExpression, MethodExpression) - Constructor for class jakarta.faces.event.MethodExpressionActionListener
 
MethodExpressionValidator - Class in jakarta.faces.validator
MethodExpressionValidator is a Validator that wraps a MethodExpression, and it performs validation by executing a method on an object identified by the MethodExpression.
MethodExpressionValidator() - Constructor for class jakarta.faces.validator.MethodExpressionValidator
 
MethodExpressionValidator(MethodExpression) - Constructor for class jakarta.faces.validator.MethodExpressionValidator
Construct a Validator that contains a MethodExpression.
MethodExpressionValueChangeListener - Class in jakarta.faces.event
MethodExpressionValueChangeListener is a ValueChangeListener that wraps a MethodExpression.
MethodExpressionValueChangeListener() - Constructor for class jakarta.faces.event.MethodExpressionValueChangeListener
 
MethodExpressionValueChangeListener(MethodExpression) - Constructor for class jakarta.faces.event.MethodExpressionValueChangeListener
Construct a ValueChangeListener that contains a MethodExpression.To accommodate method expression targets that take no arguments instead of taking a ValueChangeEvent argument, the implementation of this class must take the argument methodExpressionOneArg, extract its expression string, and create another MethodExpression whose expected param types match those of a zero argument method.
MethodExpressionValueChangeListener(MethodExpression, MethodExpression) - Constructor for class jakarta.faces.event.MethodExpressionValueChangeListener
Construct a ValueChangeListener that contains a MethodExpression.
MethodInfo - Class in jakarta.el
Holds information about a method that a MethodExpression evaluated to.
MethodInfo(String, Class<?>, Class<?>[]) - Constructor for class jakarta.el.MethodInfo
Creates a new instance of MethodInfo with the given information.
MethodNotFoundException - Exception in jakarta.el
Thrown when a method could not be found while evaluating a MethodExpression.
MethodNotFoundException() - Constructor for exception jakarta.el.MethodNotFoundException
Creates a MethodNotFoundException with no detail message.
MethodNotFoundException(String) - Constructor for exception jakarta.el.MethodNotFoundException
Creates a MethodNotFoundException with the provided detail message.
MethodNotFoundException(Throwable) - Constructor for exception jakarta.el.MethodNotFoundException
Creates a MethodNotFoundException with the given root cause.
MethodNotFoundException(String, Throwable) - Constructor for exception jakarta.el.MethodNotFoundException
Creates a MethodNotFoundException with the given detail message and root cause.
MethodNotFoundException - Exception in jakarta.faces.el
Deprecated.
This has been replaced by MethodNotFoundException.
MethodNotFoundException() - Constructor for exception jakarta.faces.el.MethodNotFoundException
Deprecated.
Construct a new exception with no detail message or root cause.
MethodNotFoundException(String) - Constructor for exception jakarta.faces.el.MethodNotFoundException
Deprecated.
Construct a new exception with the specified detail message and no root cause.
MethodNotFoundException(Throwable) - Constructor for exception jakarta.faces.el.MethodNotFoundException
Deprecated.
Construct a new exception with the specified root cause.
MethodNotFoundException(String, Throwable) - Constructor for exception jakarta.faces.el.MethodNotFoundException
Deprecated.
Construct a new exception with the specified detail message and root cause.
methods() - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedTypeConfigurator
 
MethodType - Enum in jakarta.validation.metadata
Represents the type of a method: getter or non getter.
min(Expression<N>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create an aggregate expression applying the numerical min operation.
Min - Annotation Type in jakarta.validation.constraints
The annotated element must be a number whose value must be higher or equal to the specified minimum.
Min.List - Annotation Type in jakarta.validation.constraints
Defines several Min annotations on the same element.
MINIMUM_MESSAGE_ID - Static variable in class jakarta.faces.validator.DoubleRangeValidator
The message identifier of the FacesMessage to be created if the minimum value check fails.
MINIMUM_MESSAGE_ID - Static variable in class jakarta.faces.validator.LengthValidator
The message identifier of the FacesMessage to be created if the minimum length check fails.
MINIMUM_MESSAGE_ID - Static variable in class jakarta.faces.validator.LongRangeValidator
The message identifier of the FacesMessage to be created if the minimum value check fails.
minute(String) - Method in class jakarta.ejb.ScheduleExpression
Set the minute attribute.
minute(int) - Method in class jakarta.ejb.ScheduleExpression
Set the minute attribute.
mod(Expression<Integer>, Expression<Integer>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create an expression that returns the modulus of its arguments.
mod(Expression<Integer>, Integer) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create an expression that returns the modulus of its arguments.
mod(Integer, Expression<Integer>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create an expression that returns the modulus of its arguments.
Model - Annotation Type in jakarta.enterprise.inject
The built-in stereotype intended for use with beans that define the model layer of an MVC web application architecture such as JSF.
modifyHandshake(ServerEndpointConfig, HandshakeRequest, HandshakeResponse) - Method in class jakarta.websocket.server.ServerEndpointConfig.Configurator
Called by the container after it has formulated a handshake response resulting from a well-formed handshake request.
MODULES - Static variable in class jakarta.ejb.embeddable.EJBContainer
Standard property name for specifying the set of modules to be initialized.
month(String) - Method in class jakarta.ejb.ScheduleExpression
Set the month attribute.
month(int) - Method in class jakarta.ejb.ScheduleExpression
Set the month attribute.
move(String, String) - Method in interface jakarta.json.JsonPatchBuilder
Adds a "move" JSON Patch operation.
MULTIPART_FORM_DATA - Static variable in class jakarta.ws.rs.core.MediaType
A String constant representing "multipart/form-data" media type.
MULTIPART_FORM_DATA_TYPE - Static variable in class jakarta.ws.rs.core.MediaType
A MediaType constant representing "multipart/form-data" media type.
MultipartConfig - Annotation Type in jakarta.servlet.annotation
Annotation that may be specified on a Servlet class, indicating that instances of the Servlet expect requests that conform to the multipart/form-data MIME type.
MultipartConfigElement - Class in jakarta.servlet
Java Class represntation of an MultipartConfig annotation value.
MultipartConfigElement(String) - Constructor for class jakarta.servlet.MultipartConfigElement
Constructs an instance with defaults for all but location.
MultipartConfigElement(String, long, long, int) - Constructor for class jakarta.servlet.MultipartConfigElement
Constructs an instance with all values specified.
MultipartConfigElement(MultipartConfig) - Constructor for class jakarta.servlet.MultipartConfigElement
Constructs an instance from a MultipartConfig annotation value.
multiselect(Selection<?>...) - Method in interface jakarta.persistence.criteria.CriteriaQuery
Specify the selection items that are to be returned in the query result.
multiselect(List<Selection<?>>) - Method in interface jakarta.persistence.criteria.CriteriaQuery
Specify the selection items that are to be returned in the query result.
MultivaluedHashMap<K,V> - Class in jakarta.ws.rs.core
A hash table based implementation of MultivaluedMap interface.
MultivaluedHashMap() - Constructor for class jakarta.ws.rs.core.MultivaluedHashMap
Constructs an empty multivalued hash map with the default initial capacity (16) and the default load factor (0.75).
MultivaluedHashMap(int) - Constructor for class jakarta.ws.rs.core.MultivaluedHashMap
Constructs an empty multivalued hash map with the specified initial capacity and the default load factor (0.75).
MultivaluedHashMap(int, float) - Constructor for class jakarta.ws.rs.core.MultivaluedHashMap
Constructs an empty multivalued hash map with the specified initial capacity and load factor.
MultivaluedHashMap(MultivaluedMap<? extends K, ? extends V>) - Constructor for class jakarta.ws.rs.core.MultivaluedHashMap
Constructs a new multivalued hash map with the same mappings as the specified MultivaluedMap.
MultivaluedHashMap(Map<? extends K, ? extends V>) - Constructor for class jakarta.ws.rs.core.MultivaluedHashMap
Constructs a new multivalued hash map with the same mappings as the specified single-valued Map.
MultivaluedMap<K,V> - Interface in jakarta.ws.rs.core
A map of key-values pairs.

N

name(String) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanAttributesConfigurator
Set the name of the configured bean
name(String) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
Set the name of the configured bean
name(String) - Method in interface jakarta.ws.rs.sse.OutboundSseEvent.Builder
Set event name.
NameBinding - Annotation Type in jakarta.ws.rs
Meta-annotation used to create name binding annotations for filters and interceptors.
Named - Annotation Type in jakarta.inject
String-based qualifier.
NamedAttributeNode - Annotation Type in jakarta.persistence
A NamedAttributeNode is a member element of a NamedEntityGraph.
NamedEntityGraph - Annotation Type in jakarta.persistence
Used to specify the path and boundaries for a find operation or query.
NamedEntityGraphs - Annotation Type in jakarta.persistence
Used to group NamedEntityGraph annotations.
NamedEvent - Annotation Type in jakarta.faces.event

The presence of this annotation on a class automatically registers the class with the runtime as a ComponentSystemEvent for use with the <f:event /> tag in a page.

NamedLiteral - Class in jakarta.enterprise.inject.literal
Supports inline instantiation of the Named qualifier.
NamedNativeQueries - Annotation Type in jakarta.persistence
Specifies multiple native SQL named queries.
NamedNativeQuery - Annotation Type in jakarta.persistence
Specifies a named native SQL query.
NamedQueries - Annotation Type in jakarta.persistence
Specifies multiple named Jakarta Persistence query language queries.
NamedQuery - Annotation Type in jakarta.persistence
Specifies a static, named query in the Jakarta Persistence query language.
NamedStoredProcedureQueries - Annotation Type in jakarta.persistence
Specifies multiple named stored procedure queries.
NamedStoredProcedureQuery - Annotation Type in jakarta.persistence
Specifies and names a stored procedure, its parameters, and its result type.
NamedSubgraph - Annotation Type in jakarta.persistence
A NamedSubgraph is a member element of a NamedEntityGraph.
NAMESPACE - Static variable in annotation type jakarta.faces.component.FacesComponent

Components that declare a createTag = true attribute will be placed into this tag namespace if the namespace attribute is omitted.

NamingContainer - Interface in jakarta.faces.component
NamingContainer is an interface that must be implemented by any UIComponent that wants to be a naming container.
NavigationCase - Class in jakarta.faces.application

NavigationCase represents a <navigation-case> in the navigation rule base, as well as the <from-view-id> with which this <navigation-case> is a sibling.

NavigationCase(String, String, String, String, String, Map<String, List<String>>, boolean, boolean) - Constructor for class jakarta.faces.application.NavigationCase

Construct a new NavigationCase based on the provided arguments.

NavigationCase(String, String, String, String, String, String, Map<String, List<String>>, boolean, boolean) - Constructor for class jakarta.faces.application.NavigationCase

Construct a new NavigationCase based on the provided arguments.

navigationCase() - Method in class jakarta.faces.flow.builder.FlowBuilder

Define a particular combination of conditions that must match for this case to be executed, and the view id of the component tree that should be selected next.

NavigationCaseBuilder - Class in jakarta.faces.flow.builder

Create a navigation case in the current Flow.

NavigationCaseBuilder() - Constructor for class jakarta.faces.flow.builder.NavigationCaseBuilder
 
NavigationCaseBuilder.RedirectBuilder - Class in jakarta.faces.flow.builder

Allows populating the redirect with parameters and setting the includeViewParams option.

NavigationCaseWrapper - Class in jakarta.faces.application

Provides a simple implementation of NavigationCase that can be subclassed by developers wishing to provide specialized behavior to an existing NavigationCase instance.

NavigationCaseWrapper() - Constructor for class jakarta.faces.application.NavigationCaseWrapper
Deprecated.
Use the other constructor taking the implementation being wrapped.
NavigationCaseWrapper(NavigationCase) - Constructor for class jakarta.faces.application.NavigationCaseWrapper

If this navigation case has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.

NavigationHandler - Class in jakarta.faces.application
A NavigationHandler is passed the outcome string returned by an application action invoked for this application, and will use this (along with related state information) to choose the view to be displayed next.
NavigationHandler() - Constructor for class jakarta.faces.application.NavigationHandler
 
NavigationHandlerWrapper - Class in jakarta.faces.application

NavigationHandlerWrapper provides a simple implementation of NavigationHandler that can be subclassed by developers wishing to provide specialized behavior to an existing NavigationHandler instance.

NavigationHandlerWrapper() - Constructor for class jakarta.faces.application.NavigationHandlerWrapper
Deprecated.
Use the other constructor taking the implementation being wrapped.
NavigationHandlerWrapper(NavigationHandler) - Constructor for class jakarta.faces.application.NavigationHandlerWrapper

If this navigation handler has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.

neg(Expression<N>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create an expression that returns the arithmetic negation of its argument.
Negative - Annotation Type in jakarta.validation.constraints
The annotated element must be a strictly negative number (i.e.
Negative.List - Annotation Type in jakarta.validation.constraints
Defines several Negative constraints on the same element.
NegativeOrZero - Annotation Type in jakarta.validation.constraints
The annotated element must be a negative number or 0.
NegativeOrZero.List - Annotation Type in jakarta.validation.constraints
Defines several NegativeOrZero constraints on the same element.
NESTED - Static variable in class jakarta.servlet.jsp.tagext.VariableInfo
Scope information that scripting variable is visible only within the start/end tags.
New - Annotation Type in jakarta.enterprise.inject
The New qualifier was deprecated in CDI 1.1.
New.Literal - Class in jakarta.enterprise.inject
Supports inline instantiation of the New qualifier.
newAuthentication(boolean) - Method in class jakarta.security.enterprise.authentication.mechanism.http.AuthenticationParameters
Signal to the authentication mechanism responding to the authenticate call in which these AuthenticationParameters are passed, that an explicit new authentication dialog is required, as opposed to continuing a potentially existing one.
newBroadcaster() - Method in interface jakarta.ws.rs.sse.Sse
Get a new Server-sent event broadcaster.
newBuilder() - Static method in interface jakarta.json.bind.JsonbBuilder
Create a new JsonbBuilder instance as returned by the default JsonbProvider.provider() method.
newBuilder(String) - Static method in interface jakarta.json.bind.JsonbBuilder
Create a new JsonbBuilder instance as returned by JsonbProvider.provider(String) method.
newBuilder(JsonbProvider) - Static method in interface jakarta.json.bind.JsonbBuilder
Create a new JsonbBuilder instance as returned by provider#create call.
newBuilder() - Static method in class jakarta.ws.rs.client.ClientBuilder
Create a new ClientBuilder instance using the default client builder implementation class provided by the JAX-RS implementation provider.
newClient() - Static method in class jakarta.ws.rs.client.ClientBuilder
Create a new Client instance using the default client builder implementation class provided by the JAX-RS implementation provider.
newClient(Configuration) - Static method in class jakarta.ws.rs.client.ClientBuilder
Create a new custom-configured Client instance using the default client builder implementation class provided by the JAX-RS implementation provider.
NewCookie - Class in jakarta.ws.rs.core
Used to create a new HTTP cookie, transferred in a response.
NewCookie(String, String) - Constructor for class jakarta.ws.rs.core.NewCookie
Create a new instance.
NewCookie(String, String, String, String, String, int, boolean) - Constructor for class jakarta.ws.rs.core.NewCookie
Create a new instance.
NewCookie(String, String, String, String, String, int, boolean, boolean) - Constructor for class jakarta.ws.rs.core.NewCookie
Create a new instance.
NewCookie(String, String, String, String, int, String, int, boolean) - Constructor for class jakarta.ws.rs.core.NewCookie
Create a new instance.
NewCookie(String, String, String, String, int, String, int, Date, boolean, boolean) - Constructor for class jakarta.ws.rs.core.NewCookie
Create a new instance.
NewCookie(Cookie) - Constructor for class jakarta.ws.rs.core.NewCookie
Create a new instance copying the information in the supplied cookie.
NewCookie(Cookie, String, int, boolean) - Constructor for class jakarta.ws.rs.core.NewCookie
Create a new instance supplementing the information in the supplied cookie.
NewCookie(Cookie, String, int, Date, boolean, boolean) - Constructor for class jakarta.ws.rs.core.NewCookie
Create a new instance supplementing the information in the supplied cookie.
newEvent(String) - Method in interface jakarta.ws.rs.sse.Sse
Create new OutboundSseEvent from provided data.
newEvent(String, String) - Method in interface jakarta.ws.rs.sse.Sse
Create new OutboundSseEvent from provided data and name.
newEventBuilder() - Method in interface jakarta.ws.rs.sse.Sse
Get a new outbound event builder.
newInstance() - Static method in class jakarta.el.ExpressionFactory
Creates a new instance of a ExpressionFactory.
newInstance(Properties) - Static method in class jakarta.el.ExpressionFactory
Create a new instance of a ExpressionFactory, with optional properties.
newInstance() - Static method in class jakarta.enterprise.inject.se.SeContainerInitializer
Returns an instance of SeContainerInitializer Each call returns a new instance
newInstance() - Method in class jakarta.enterprise.inject.spi.Unmanaged
Instantiate a new UnmanagedInstance
newInstance(URL) - Method in interface jakarta.faces.view.facelets.FaceletCache.MemberFactory

Create a Facelet or View Metadata Facelet (depending on the type of factory this is) for the argument URL.

newInstance() - Static method in class jakarta.ws.rs.core.Response.ResponseBuilder
Create a new builder instance.
newInstance() - Static method in class jakarta.ws.rs.core.UriBuilder
Creates a new instance of UriBuilder.
newInstance() - Static method in class jakarta.ws.rs.core.Variant.VariantListBuilder
Create a new builder instance.
newLine() - Method in class jakarta.servlet.jsp.JspWriter
Write a line separator.
newPushBuilder() - Method in interface jakarta.servlet.http.HttpServletRequest
Instantiates a new instance of PushBuilder for issuing server push responses from the current request.
newPushBuilder() - Method in class jakarta.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to call newPushBuilder on the wrapped request object.
next() - Method in interface jakarta.json.stream.JsonParser
Returns the event for the next parsing state.
next() - Method in class jakarta.servlet.jsp.jstl.core.LoopTagSupport
Returns the next object over which the tag should iterate.
nextHandler - Variable in class jakarta.faces.view.facelets.TagHandler

A reference to the FaceletHandler that represents the first nested child of this TagHandler instance.

NO_BUFFER - Static variable in class jakarta.servlet.jsp.JspWriter
Constant indicating that the Writer is not buffering output.
NO_TIMEOUT - Static variable in interface jakarta.ws.rs.container.AsyncResponse
Constant specifying no suspend timeout value.
noContent() - Static method in class jakarta.ws.rs.core.Response
Create a new ResponseBuilder for an empty response.
NoContentException - Exception in jakarta.ws.rs.core
An I/O exception thrown by MessageBodyReader implementations when reading a zero-length message content to indicate that the message body reader is not able to produce an instance representing an zero-length message content.
NoContentException(String) - Constructor for exception jakarta.ws.rs.core.NoContentException
Construct a new NoContentException instance.
NoContentException(String, Throwable) - Constructor for exception jakarta.ws.rs.core.NoContentException
Construct a new NoContentException instance.
NoContentException(Throwable) - Constructor for exception jakarta.ws.rs.core.NoContentException
Construct a new NoContentException instance.
NodeBuilder - Interface in jakarta.faces.flow.builder

Base interface for building all kinds of flow nodes.

NoMoreTimeoutsException - Exception in jakarta.ejb
This exception indicates that a calendar-based timer will not result in any more timeouts.
NoMoreTimeoutsException() - Constructor for exception jakarta.ejb.NoMoreTimeoutsException
Constructor for NoMoreTimeoutsException.
NoMoreTimeoutsException(String) - Constructor for exception jakarta.ejb.NoMoreTimeoutsException
Constructor for NoMoreTimeoutsException.
NON_POSTBACK_VIEW_TOKEN_PARAM - Static variable in class jakarta.faces.render.ResponseStateManager

The value of this constant is taken to be the name of a request parameter whose value is inspected to verify the safety of an incoming non-postback request with respect to the currently configured Set of protected views for this application.

Nonbinding - Annotation Type in jakarta.enterprise.util
Excludes a member of an annotation type (such as a qualifier type or interceptor binding type) from consideration when the container compares two annotation instances.
Nonbinding.Literal - Class in jakarta.enterprise.util
Supports inline instantiation of the Nonbinding annotation.
NoneScoped - Annotation Type in jakarta.faces.bean
Deprecated.
This has been replaced by jakarta.enterprise.context.Dependent, which is a CDI build-in scope with approximately similar semantics.
NonexistentConversationException - Exception in jakarta.enterprise.context
Indicates that the conversation context could not be restored.
NonexistentConversationException() - Constructor for exception jakarta.enterprise.context.NonexistentConversationException
 
NonexistentConversationException(String) - Constructor for exception jakarta.enterprise.context.NonexistentConversationException
 
NonexistentConversationException(Throwable) - Constructor for exception jakarta.enterprise.context.NonexistentConversationException
 
NonexistentConversationException(String, Throwable) - Constructor for exception jakarta.enterprise.context.NonexistentConversationException
 
NonUniqueResultException - Exception in jakarta.persistence
Thrown by the persistence provider when Query.getSingleResult() or TypedQuery.getSingleResult() is executed on a query and there is more than one result from the query.
NonUniqueResultException() - Constructor for exception jakarta.persistence.NonUniqueResultException
Constructs a new NonUniqueResultException exception with null as its detail message.
NonUniqueResultException(String) - Constructor for exception jakarta.persistence.NonUniqueResultException
Constructs a new NonUniqueResultException exception with the specified detail message.
NoProviderFoundException - Exception in jakarta.validation
Exception raised if no Jakarta Bean Validation provider could be found.
NoProviderFoundException() - Constructor for exception jakarta.validation.NoProviderFoundException
 
NoProviderFoundException(String) - Constructor for exception jakarta.validation.NoProviderFoundException
 
NoProviderFoundException(Throwable) - Constructor for exception jakarta.validation.NoProviderFoundException
 
NoProviderFoundException(String, Throwable) - Constructor for exception jakarta.validation.NoProviderFoundException
 
NoResultException - Exception in jakarta.persistence
Thrown by the persistence provider when Query.getSingleResult() or TypedQuery.getSingleResult()is executed on a query and there is no result to return.
NoResultException() - Constructor for exception jakarta.persistence.NoResultException
Constructs a new NoResultException exception with null as its detail message.
NoResultException(String) - Constructor for exception jakarta.persistence.NoResultException
Constructs a new NoResultException exception with the specified detail message.
NormalScope - Annotation Type in jakarta.enterprise.context
Specifies that an annotation type is a normal scope type.
NoSuchEJBException - Exception in jakarta.ejb
A NoSuchEJBException is thrown if an attempt is made to invoke a business method on a stateful session or singleton object that no longer exists.
NoSuchEJBException() - Constructor for exception jakarta.ejb.NoSuchEJBException
Constructs a NoSuchEJBException with no detail message.
NoSuchEJBException(String) - Constructor for exception jakarta.ejb.NoSuchEJBException
Constructs a NoSuchEJBException with the specified detail message.
NoSuchEJBException(String, Exception) - Constructor for exception jakarta.ejb.NoSuchEJBException
Constructs a NoSuchEJBException with the specified detail message and a nested exception.
NoSuchEntityException - Exception in jakarta.ejb
The NoSuchEntityException exception is thrown by an entity bean instance to its container to report that the invoked business method or callback method could not be completed because of the underlying entity was removed from the database.
NoSuchEntityException() - Constructor for exception jakarta.ejb.NoSuchEntityException
Constructs a NoSuchEntityException with no detail message.
NoSuchEntityException(String) - Constructor for exception jakarta.ejb.NoSuchEntityException
Constructs a NoSuchEntityException with the specified detailed message.
NoSuchEntityException(Exception) - Constructor for exception jakarta.ejb.NoSuchEntityException
Constructs a NoSuchEntityException that embeds the originally thrown exception.
NoSuchObjectLocalException - Exception in jakarta.ejb
A NoSuchObjectLocalException is thrown if an attempt is made to invoke a method on a local object (local enterprise bean object or timer) that no longer exists.
NoSuchObjectLocalException() - Constructor for exception jakarta.ejb.NoSuchObjectLocalException
Constructs a NoSuchObjectLocalException with no detail message.
NoSuchObjectLocalException(String) - Constructor for exception jakarta.ejb.NoSuchObjectLocalException
Constructs a NoSuchObjectLocalException with the specified detail message.
NoSuchObjectLocalException(String, Exception) - Constructor for exception jakarta.ejb.NoSuchObjectLocalException
Constructs a NoSuchObjectLocalException with the specified detail message and a nested exception.
not(Expression<Boolean>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create a negation of the given restriction.
not() - Method in interface jakarta.persistence.criteria.Predicate
Create a negation of the predicate.
NOT_IN_RANGE_MESSAGE_ID - Static variable in class jakarta.faces.validator.DoubleRangeValidator
The message identifier of the FacesMessage to be created if the maximum or minimum value check fails, and both the maximum and minimum values for this validator have been set.
NOT_IN_RANGE_MESSAGE_ID - Static variable in class jakarta.faces.validator.LongRangeValidator
The message identifier of the FacesMessage to be created if the maximum or minimum value check fails, and both the maximum and minimum values for this validator have been set.
NOT_IN_RANGE_MESSAGE_ID - Static variable in interface jakarta.faces.validator.Validator
NOT_MATCHED_MESSAGE_ID - Static variable in class jakarta.faces.validator.RegexValidator
The message identifier of the FacesMessage to be created if the act of matching the value against the pattern returned from RegexValidator.getPattern() fails because the value does not match the pattern.
NOT_VALIDATED_RESULT - Static variable in class jakarta.security.enterprise.identitystore.CredentialValidationResult
 
notAcceptable(List<Variant>) - Static method in class jakarta.ws.rs.core.Response
Create a new ResponseBuilder for a not acceptable response.
NotAcceptableException - Exception in jakarta.ws.rs
A runtime exception indicating that a client request is not acceptable by the server.
NotAcceptableException() - Constructor for exception jakarta.ws.rs.NotAcceptableException
Construct a new "request not acceptable" exception.
NotAcceptableException(String) - Constructor for exception jakarta.ws.rs.NotAcceptableException
Construct a new "request not acceptable" exception.
NotAcceptableException(Response) - Constructor for exception jakarta.ws.rs.NotAcceptableException
Construct a new "request not acceptable" exception.
NotAcceptableException(String, Response) - Constructor for exception jakarta.ws.rs.NotAcceptableException
Construct a new "request not acceptable" exception.
NotAcceptableException(Throwable) - Constructor for exception jakarta.ws.rs.NotAcceptableException
Construct a new "request not acceptable" exception.
NotAcceptableException(String, Throwable) - Constructor for exception jakarta.ws.rs.NotAcceptableException
Construct a new "request not acceptable" exception.
NotAcceptableException(Response, Throwable) - Constructor for exception jakarta.ws.rs.NotAcceptableException
Construct a new "request not acceptable" exception.
NotAcceptableException(String, Response, Throwable) - Constructor for exception jakarta.ws.rs.NotAcceptableException
Construct a new "request not acceptable" exception.
NotAllowedException - Exception in jakarta.ws.rs
A runtime exception indicating a client requesting a resource method that is not allowed.
NotAllowedException(String, String...) - Constructor for exception jakarta.ws.rs.NotAllowedException
Construct a new method not allowed exception.
NotAllowedException(String, String, String...) - Constructor for exception jakarta.ws.rs.NotAllowedException
Construct a new method not allowed exception.
NotAllowedException(Response) - Constructor for exception jakarta.ws.rs.NotAllowedException
Construct a new method not allowed exception.
NotAllowedException(String, Response) - Constructor for exception jakarta.ws.rs.NotAllowedException
Construct a new method not allowed exception.
NotAllowedException(Throwable, String...) - Constructor for exception jakarta.ws.rs.NotAllowedException
Construct a new method not allowed exception.
NotAllowedException(String, Throwable, String...) - Constructor for exception jakarta.ws.rs.NotAllowedException
Construct a new method not allowed exception.
NotAllowedException(Response, Throwable) - Constructor for exception jakarta.ws.rs.NotAllowedException
Construct a new method not allowed exception.
NotAllowedException(String, Response, Throwable) - Constructor for exception jakarta.ws.rs.NotAllowedException
Construct a new method not allowed exception.
NotAuthorizedException - Exception in jakarta.ws.rs
A runtime exception indicating request authorization failure caused by one of the following scenarios: a client did not send the required authorization credentials to access the requested resource, i.e.
NotAuthorizedException(Object, Object...) - Constructor for exception jakarta.ws.rs.NotAuthorizedException
Construct a new "not authorized" exception.
NotAuthorizedException(String, Object, Object...) - Constructor for exception jakarta.ws.rs.NotAuthorizedException
Construct a new "not authorized" exception.
NotAuthorizedException(Response) - Constructor for exception jakarta.ws.rs.NotAuthorizedException
Construct a new "not authorized" exception.
NotAuthorizedException(String, Response) - Constructor for exception jakarta.ws.rs.NotAuthorizedException
Construct a new "not authorized" exception.
NotAuthorizedException(Throwable, Object, Object...) - Constructor for exception jakarta.ws.rs.NotAuthorizedException
Construct a new "not authorized" exception.
NotAuthorizedException(String, Throwable, Object, Object...) - Constructor for exception jakarta.ws.rs.NotAuthorizedException
Construct a new "not authorized" exception.
NotAuthorizedException(Response, Throwable) - Constructor for exception jakarta.ws.rs.NotAuthorizedException
Construct a new "not authorized" exception.
NotAuthorizedException(String, Response, Throwable) - Constructor for exception jakarta.ws.rs.NotAuthorizedException
Construct a new "not authorized" exception.
NotBlank - Annotation Type in jakarta.validation.constraints
The annotated element must not be null and must contain at least one non-whitespace character.
NotBlank.List - Annotation Type in jakarta.validation.constraints
Defines several @NotBlank constraints on the same element.
NotEmpty - Annotation Type in jakarta.validation.constraints
The annotated element must not be null nor empty.
NotEmpty.List - Annotation Type in jakarta.validation.constraints
Defines several @NotEmpty constraints on the same element.
notEqual(Expression<?>, Expression<?>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create a predicate for testing the arguments for inequality.
notEqual(Expression<?>, Object) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create a predicate for testing the arguments for inequality.
NotFoundException - Exception in jakarta.ws.rs
A runtime exception indicating a resource requested by a client was not found on the server.
NotFoundException() - Constructor for exception jakarta.ws.rs.NotFoundException
Construct a new "not found" exception.
NotFoundException(String) - Constructor for exception jakarta.ws.rs.NotFoundException
Construct a new "not found" exception.
NotFoundException(Response) - Constructor for exception jakarta.ws.rs.NotFoundException
Construct a new "not found" exception.
NotFoundException(String, Response) - Constructor for exception jakarta.ws.rs.NotFoundException
Construct a new "not found" exception.
NotFoundException(Throwable) - Constructor for exception jakarta.ws.rs.NotFoundException
Construct a new "not found" exception.
NotFoundException(String, Throwable) - Constructor for exception jakarta.ws.rs.NotFoundException
Construct a new "not found" exception.
NotFoundException(Response, Throwable) - Constructor for exception jakarta.ws.rs.NotFoundException
Construct a new "not found" exception.
NotFoundException(String, Response, Throwable) - Constructor for exception jakarta.ws.rs.NotFoundException
Construct a new "not found" exception.
NotificationOptions - Interface in jakarta.enterprise.event
Notification options are used to configure observer notification.
NotificationOptions.Builder - Interface in jakarta.enterprise.event
Notification options builder.
notify(T) - Method in interface jakarta.enterprise.inject.spi.ObserverMethod
Calls the observer method, passing the given event object.
notify(EventContext<T>) - Method in interface jakarta.enterprise.inject.spi.ObserverMethod
Calls the observer method, passing the given event context.
notify(String, String) - Method in interface jakarta.security.auth.message.config.RegistrationListener
Notify the listener that a registration with which it was associated was replaced or unregistered.
notifyAfterEvaluation(String) - Method in class jakarta.el.ELContext
Notifies the listeners after an Jakarta Expression Language expression is evaluated
notifyBeforeEvaluation(String) - Method in class jakarta.el.ELContext
Notifies the listeners before an Jakarta Expression Language expression is evaluated
notifyContainerAboutLogin(String, Set<String>) - Method in interface jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContext
Asks the container to register the given caller name and groups in order to make them available to the application for use with SecurityContext.isCallerInRole(String) etc.
notifyContainerAboutLogin(Principal, Set<String>) - Method in interface jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContext
Asks the container to register the given caller principal and groups in order to make them available to the application for use with SecurityContext.isCallerInRole(String) etc.
notifyContainerAboutLogin(CredentialValidationResult) - Method in interface jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContext
Convenience method intended to pass the CredentialValidationResult result of an identity store directly on to the container.
notifyContainerAboutLogin(String, Set<String>) - Method in class jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
 
notifyContainerAboutLogin(Principal, Set<String>) - Method in class jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
 
notifyContainerAboutLogin(CredentialValidationResult) - Method in class jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
 
notifyPropertyResolved(Object, Object) - Method in class jakarta.el.ELContext
Notifies the listeners when the (base, property) pair is resolved
notifyWith(ObserverMethodConfigurator.EventConsumer<T>) - Method in interface jakarta.enterprise.inject.spi.configurator.ObserverMethodConfigurator
Define an operation that accepts a context of a fired event.
notLike(Expression<String>, Expression<String>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the expression does not satisfy the given pattern.
notLike(Expression<String>, String) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the expression does not satisfy the given pattern.
notLike(Expression<String>, Expression<String>, Expression<Character>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the expression does not satisfy the given pattern.
notLike(Expression<String>, Expression<String>, char) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the expression does not satisfy the given pattern.
notLike(Expression<String>, String, Expression<Character>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the expression does not satisfy the given pattern.
notLike(Expression<String>, String, char) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the expression does not satisfy the given pattern.
notModified() - Static method in class jakarta.ws.rs.core.Response
Create a new ResponseBuilder with a not-modified status.
notModified(EntityTag) - Static method in class jakarta.ws.rs.core.Response
Create a new ResponseBuilder with a not-modified status.
notModified(String) - Static method in class jakarta.ws.rs.core.Response
Create a new ResponseBuilder with a not-modified status and a strong entity tag.
NotNull - Annotation Type in jakarta.validation.constraints
The annotated element must not be null.
NotNull.List - Annotation Type in jakarta.validation.constraints
Defines several NotNull annotations on the same element.
NotSupportedException - Exception in jakarta.transaction
NotSupportedException exception indicates that the request cannot be executed because the operation is not a supported feature.
NotSupportedException() - Constructor for exception jakarta.transaction.NotSupportedException
 
NotSupportedException(String) - Constructor for exception jakarta.transaction.NotSupportedException
 
NotSupportedException - Exception in jakarta.ws.rs
A runtime exception indicating that the client request entity media type is not supported.
NotSupportedException() - Constructor for exception jakarta.ws.rs.NotSupportedException
Construct a new unsupported media type exception.
NotSupportedException(String) - Constructor for exception jakarta.ws.rs.NotSupportedException
Construct a new unsupported media type exception.
NotSupportedException(Response) - Constructor for exception jakarta.ws.rs.NotSupportedException
Construct a new unsupported media type exception.
NotSupportedException(String, Response) - Constructor for exception jakarta.ws.rs.NotSupportedException
Construct a new unsupported media type exception.
NotSupportedException(Throwable) - Constructor for exception jakarta.ws.rs.NotSupportedException
Construct a new unsupported media type exception.
NotSupportedException(String, Throwable) - Constructor for exception jakarta.ws.rs.NotSupportedException
Construct a new unsupported media type exception.
NotSupportedException(Response, Throwable) - Constructor for exception jakarta.ws.rs.NotSupportedException
Construct a new unsupported media type exception.
NotSupportedException(String, Response, Throwable) - Constructor for exception jakarta.ws.rs.NotSupportedException
Construct a new unsupported media type exception.
NULL - Static variable in interface jakarta.json.JsonValue
JSON null value.
Null - Annotation Type in jakarta.validation.constraints
The annotated element must be null.
Null.List - Annotation Type in jakarta.validation.constraints
Defines several Null annotations on the same element.
NULL_FLOW - Static variable in class jakarta.faces.flow.FlowHandler

Components that are rendered by Renderers of component-family jakarta.faces.OutcomeTarget must use this constant as the value of the parameter named by FlowHandler.TO_FLOW_DOCUMENT_ID_REQUEST_PARAM_NAME when returning from a flow (without entering another flow) using such a component.

NULL_VALUE - Static variable in class jakarta.faces.context.Flash

Because null values are not allowed as the source for subclasses of EventObject, such as PostKeepFlashValueEvent and PostPutFlashValueEvent, this value is substituted for null as the source in the case when a null value is put to or kept in the flash.

NULL_VALUES - Static variable in class jakarta.json.bind.JsonbConfig
Property used to specify null values serialization behavior.
nullif(Expression<Y>, Expression<?>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create an expression that tests whether its argument are equal, returning null if they are and the value of the first expression if they are not.
nullif(Expression<Y>, Y) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create an expression that tests whether its argument are equal, returning null if they are and the value of the first expression if they are not.
nullLiteral(Class<T>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create an expression for a null literal with the given type.
NUMBER_ID - Static variable in class jakarta.faces.convert.NumberConverter
The message identifier of the FacesMessage to be created if the conversion to Number fails.
NumberConverter - Class in jakarta.faces.convert
Converter implementation for java.lang.Number values.
NumberConverter() - Constructor for class jakarta.faces.convert.NumberConverter
 
numberValue() - Method in interface jakarta.json.JsonNumber
Returns this JSON number as a Number object.

O

ObjectNotFoundException - Exception in jakarta.ejb
The ObjectNotFoundException exception is thrown by a finder or select method to indicate that the specified enterprise bean object or local object does not exist.
ObjectNotFoundException() - Constructor for exception jakarta.ejb.ObjectNotFoundException
Constructs an ObjectNotFoundException with no detail message.
ObjectNotFoundException(String) - Constructor for exception jakarta.ejb.ObjectNotFoundException
Constructs an ObjectNotFoundException with the specified detail message.
observedType(Type) - Method in interface jakarta.enterprise.inject.spi.configurator.ObserverMethodConfigurator
Set the type of the observed event
ObserverException - Exception in jakarta.enterprise.event
Indicates that a checked exception was thrown by an observer method during event notification.
ObserverException() - Constructor for exception jakarta.enterprise.event.ObserverException
 
ObserverException(String) - Constructor for exception jakarta.enterprise.event.ObserverException
 
ObserverException(Throwable) - Constructor for exception jakarta.enterprise.event.ObserverException
 
ObserverException(String, Throwable) - Constructor for exception jakarta.enterprise.event.ObserverException
 
ObserverMethod<T> - Interface in jakarta.enterprise.inject.spi
Represents an observer method of an enabled bean.
ObserverMethodConfigurator<T> - Interface in jakarta.enterprise.inject.spi.configurator
ObserverMethodConfigurator.EventConsumer<T> - Interface in jakarta.enterprise.inject.spi.configurator
Represents an operation that accepts a context of a fired event.
Observes - Annotation Type in jakarta.enterprise.event
Identifies the event parameter of an observer method.
ObservesAsync - Annotation Type in jakarta.enterprise.event
Identifies the event parameter of an asynchronous observer method.
of(Class<? extends Annotation>) - Static method in class jakarta.enterprise.context.BeforeDestroyed.Literal
 
of(Class<? extends Annotation>) - Static method in class jakarta.enterprise.context.Destroyed.Literal
 
of(Class<? extends Annotation>) - Static method in class jakarta.enterprise.context.Initialized.Literal
 
of(String, Object) - Static method in interface jakarta.enterprise.event.NotificationOptions
 
of(String) - Static method in class jakarta.enterprise.inject.literal.NamedLiteral
 
of(Class<?>) - Static method in class jakarta.enterprise.inject.New.Literal
 
of(Class<?>[]) - Static method in class jakarta.enterprise.inject.Typed.Literal
 
ofExecutor(Executor) - Static method in interface jakarta.enterprise.event.NotificationOptions
 
ok() - Static method in class jakarta.ws.rs.core.Response
Create a new ResponseBuilder with an OK status.
ok(Object) - Static method in class jakarta.ws.rs.core.Response
Create a new ResponseBuilder that contains a representation.
ok(Object, MediaType) - Static method in class jakarta.ws.rs.core.Response
Create a new ResponseBuilder that contains a representation.
ok(Object, String) - Static method in class jakarta.ws.rs.core.Response
Create a new ResponseBuilder that contains a representation.
ok(Object, Variant) - Static method in class jakarta.ws.rs.core.Response
Create a new ResponseBuilder that contains a representation.
on(Expression<Boolean>) - Method in interface jakarta.persistence.criteria.CollectionJoin
Modify the join to restrict the result according to the specified ON condition and return the join object.
on(Predicate...) - Method in interface jakarta.persistence.criteria.CollectionJoin
Modify the join to restrict the result according to the specified ON condition and return the join object.
on(Expression<Boolean>) - Method in interface jakarta.persistence.criteria.Join
Modify the join to restrict the result according to the specified ON condition and return the join object.
on(Predicate...) - Method in interface jakarta.persistence.criteria.Join
Modify the join to restrict the result according to the specified ON condition and return the join object.
on(Expression<Boolean>) - Method in interface jakarta.persistence.criteria.ListJoin
Modify the join to restrict the result according to the specified ON condition and return the join object.
on(Predicate...) - Method in interface jakarta.persistence.criteria.ListJoin
Modify the join to restrict the result according to the specified ON condition and return the join object.
on(Expression<Boolean>) - Method in interface jakarta.persistence.criteria.MapJoin
Modify the join to restrict the result according to the specified ON condition and return the join object.
on(Predicate...) - Method in interface jakarta.persistence.criteria.MapJoin
Modify the join to restrict the result according to the specified ON condition and return the join object.
on(Expression<Boolean>) - Method in interface jakarta.persistence.criteria.SetJoin
Modify the join to restrict the result according to the specified ON condition and return the join object.
on(Predicate...) - Method in interface jakarta.persistence.criteria.SetJoin
Modify the join to restrict the result according to the specified ON condition and return the join object.
onAllDataRead() - Method in interface jakarta.servlet.ReadListener
Invoked when all data for the current request has been read.
onClose(Session, CloseReason) - Method in class jakarta.websocket.Endpoint
This method is called immediately prior to the session with the remote peer being closed.
OnClose - Annotation Type in jakarta.websocket
This method level annotation can be used to decorate a Java method that wishes to be called when a web socket session is closing.
onClose(Consumer<SseEventSink>) - Method in interface jakarta.ws.rs.sse.SseBroadcaster
Register a listener, which will be called when this SseBroadcaster closes a given event SseEventSink or tries to write to a given SseEventSink that is already closed (either by client closing the connection or by calling SseEventSink.close() on the server side.
onComplete(AsyncEvent) - Method in interface jakarta.servlet.AsyncListener
Notifies this AsyncListener that an asynchronous operation has been completed.
onComplete(Throwable) - Method in interface jakarta.ws.rs.container.CompletionCallback
A completion callback notification method that will be invoked when the request processing is finished, after a response is processed and is sent back to the client or when an unmapped throwable has been propagated to the hosting I/O container.
onComponentCreated(FaceletContext, UIComponent, UIComponent) - Method in class jakarta.faces.view.facelets.ComponentHandler

This method is guaranteed to be called after the component has been created but before it has been populated with children.

onComponentPopulated(FaceletContext, UIComponent, UIComponent) - Method in class jakarta.faces.view.facelets.ComponentHandler

This method is guaranteed to be called after the component has been populated with children.

onDataAvailable() - Method in interface jakarta.servlet.ReadListener
When an instance of the ReadListener is registered with a ServletInputStream, this method will be invoked by the container the first time when it is possible to read data.
onDisconnect(AsyncResponse) - Method in interface jakarta.ws.rs.container.ConnectionCallback
This callback notification method is invoked in case the container detects that the remote client connection associated with the asynchronous response has been disconnected.
onError(AsyncEvent) - Method in interface jakarta.servlet.AsyncListener
Notifies this AsyncListener that an asynchronous operation has failed to complete.
onError(Throwable) - Method in interface jakarta.servlet.ReadListener
Invoked when an error occurs processing the request.
onError(Throwable) - Method in interface jakarta.servlet.WriteListener
Invoked when an error occurs writing data using the non-blocking APIs.
onError(Session, Throwable) - Method in class jakarta.websocket.Endpoint
Developers may implement this method when the web socket session creates some kind of error that is not modeled in the web socket protocol.
OnError - Annotation Type in jakarta.websocket
This method level annotation can be used to decorate a Java method that wishes to be called in order to handle errors.
onError(BiConsumer<SseEventSink, Throwable>) - Method in interface jakarta.ws.rs.sse.SseBroadcaster
Register a listener, which will be called when an exception is thrown by a given SseEventSink when this SseBroadcaster tries to write to it or close it.
OneToMany - Annotation Type in jakarta.persistence
Specifies a many-valued association with one-to-many multiplicity.
OneToOne - Annotation Type in jakarta.persistence
Specifies a single-valued association to another entity that has one-to-one multiplicity.
onMessage(T, boolean) - Method in interface jakarta.websocket.MessageHandler.Partial
Called when the next part of a message has been fully received.
onMessage(T) - Method in interface jakarta.websocket.MessageHandler.Whole
Called when the message has been fully received.
OnMessage - Annotation Type in jakarta.websocket
This method level annotation can be used to make a Java method receive incoming web socket messages.
onOpen(Session, EndpointConfig) - Method in class jakarta.websocket.Endpoint
Developers must implement this method to be notified when a new conversation has just begun.
OnOpen - Annotation Type in jakarta.websocket
This method level annotation can be used to decorate a Java method that wishes to be called when a new web socket session is open.
onResult(SendResult) - Method in interface jakarta.websocket.SendHandler
Called once the message has been transmitted.
onStartAsync(AsyncEvent) - Method in interface jakarta.servlet.AsyncListener
Notifies this AsyncListener that a new asynchronous cycle is being initiated via a call to one of the ServletRequest.startAsync() methods.
onStartup(Set<Class<?>>, ServletContext) - Method in interface jakarta.servlet.ServletContainerInitializer
Notifies this ServletContainerInitializer of the startup of the application represented by the given ServletContext.
onTimeout(AsyncEvent) - Method in interface jakarta.servlet.AsyncListener
Notifies this AsyncListener that an asynchronous operation has timed out.
onWritePossible() - Method in interface jakarta.servlet.WriteListener
When an instance of the WriteListener is registered with a ServletOutputStream, this method will be invoked by the container the first time when it is possible to write data.
open() - Method in interface jakarta.ws.rs.sse.SseEventSource
Open the connection to the supplied SSE underlying web target and start processing incoming events.
operationName() - Method in enum jakarta.json.JsonPatch.Operation
Returns enum constant name as lower case string.
OptimisticLockException - Exception in jakarta.persistence
Thrown by the persistence provider when an optimistic locking conflict occurs.
OptimisticLockException() - Constructor for exception jakarta.persistence.OptimisticLockException
Constructs a new OptimisticLockException exception with null as its detail message.
OptimisticLockException(String) - Constructor for exception jakarta.persistence.OptimisticLockException
Constructs a new OptimisticLockException exception with the specified detail message.
OptimisticLockException(String, Throwable) - Constructor for exception jakarta.persistence.OptimisticLockException
Constructs a new OptimisticLockException exception with the specified detail message and cause.
OptimisticLockException(Throwable) - Constructor for exception jakarta.persistence.OptimisticLockException
Constructs a new OptimisticLockException exception with the specified cause.
OptimisticLockException(Object) - Constructor for exception jakarta.persistence.OptimisticLockException
Constructs a new OptimisticLockException exception with the specified entity.
OptimisticLockException(String, Throwable, Object) - Constructor for exception jakarta.persistence.OptimisticLockException
Constructs a new OptimisticLockException exception with the specified detail message, cause, and entity.
options() - Method in interface jakarta.ws.rs.client.AsyncInvoker
Invoke HTTP OPTIONS method for the current request asynchronously.
options(Class<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
Invoke HTTP OPTIONS method for the current request asynchronously.
options(GenericType<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
Invoke HTTP OPTIONS method for the current request asynchronously.
options(InvocationCallback<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
Invoke HTTP OPTIONS method for the current request asynchronously.
options() - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
 
options(Class<T>) - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
 
options(GenericType<T>) - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
 
options() - Method in interface jakarta.ws.rs.client.RxInvoker
Invoke HTTP OPTIONS method for the current request.
options(Class<R>) - Method in interface jakarta.ws.rs.client.RxInvoker
Invoke HTTP OPTIONS method for the current request.
options(GenericType<R>) - Method in interface jakarta.ws.rs.client.RxInvoker
Invoke HTTP OPTIONS method for the current request.
options() - Method in interface jakarta.ws.rs.client.SyncInvoker
Invoke HTTP OPTIONS method for the current request synchronously.
options(Class<T>) - Method in interface jakarta.ws.rs.client.SyncInvoker
Invoke HTTP OPTIONS method for the current request synchronously.
options(GenericType<T>) - Method in interface jakarta.ws.rs.client.SyncInvoker
Invoke HTTP OPTIONS method for the current request synchronously.
OPTIONS - Static variable in annotation type jakarta.ws.rs.HttpMethod
HTTP OPTIONS method.
OPTIONS - Annotation Type in jakarta.ws.rs
Indicates that the annotated method responds to HTTP OPTIONS requests.
or(Expression<Boolean>, Expression<Boolean>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create a disjunction of the given boolean expressions.
or(Predicate...) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create a disjunction of the given restriction predicates.
Order - Interface in jakarta.persistence.criteria
An object that defines an ordering over the query results.
orderBy(Order...) - Method in interface jakarta.persistence.criteria.CriteriaQuery
Specify the ordering expressions that are used to order the query results.
orderBy(List<Order>) - Method in interface jakarta.persistence.criteria.CriteriaQuery
Specify the ordering expressions that are used to order the query results.
OrderBy - Annotation Type in jakarta.persistence
Specifies the ordering of the elements of a collection valued association or element collection at the point when the association or collection is retrieved.
OrderColumn - Annotation Type in jakarta.persistence
Specifies a column that is used to maintain the persistent order of a list.
ORDERED_LIBS - Static variable in interface jakarta.servlet.ServletContext
The name of the ServletContext attribute whose value (of type java.util.List<java.lang.String>) contains the list of names of JAR files in WEB-INF/lib ordered by their web fragment names (with possible exclusions if <absolute-ordering> without any <others/> is being used), or null if no absolute or relative ordering has been specified
orig - Variable in class jakarta.servlet.jsp.jstl.core.IndexedValueExpression
 
orig - Variable in class jakarta.servlet.jsp.jstl.core.IteratedExpression
 
otherwise(R) - Method in interface jakarta.persistence.criteria.CriteriaBuilder.Case
Add an "else" clause to the case expression.
otherwise(Expression<? extends R>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder.Case
Add an "else" clause to the case expression.
otherwise(R) - Method in interface jakarta.persistence.criteria.CriteriaBuilder.SimpleCase
Add an "else" clause to the case expression.
otherwise(Expression<? extends R>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder.SimpleCase
Add an "else" clause to the case expression.
OUT - Static variable in class jakarta.servlet.jsp.PageContext
Name used to store current JspWriter in PageContext name table.
outboundParameter(String, ValueExpression) - Method in class jakarta.faces.flow.builder.FlowCallBuilder

Define an outbound parameter for the flow call.

outboundParameter(String, String) - Method in class jakarta.faces.flow.builder.FlowCallBuilder

Define an outbound parameter for the flow call.

OutboundSseEvent - Interface in jakarta.ws.rs.sse
Representation of a single outbound Server-sent event.
OutboundSseEvent.Builder - Interface in jakarta.ws.rs.sse
A builder class used for creating OutboundSseEvent instances.
OverridesAttribute - Annotation Type in jakarta.validation
Marks an attribute as overriding the attribute of a composing constraint.
OverridesAttribute.List - Annotation Type in jakarta.validation
Defines several OverridesAttribute annotations on the same element

P

PAGE - Static variable in class jakarta.servlet.jsp.PageContext
Name used to store the Servlet in this PageContext's nametables.
PAGE_SCOPE - Static variable in class jakarta.servlet.jsp.PageContext
Page scope: (this is the default) the named reference remains available in this PageContext until the return from the current Servlet.service() invocation.
pageContext - Variable in class jakarta.faces.webapp.UIComponentClassicTagBase
The Jakarta Server Pages PageContext for the page we are embedded in.
PageContext - Class in jakarta.servlet.jsp
PageContext extends JspContext to provide useful context information for when JSP technology is used in a Servlet environment.
PageContext() - Constructor for class jakarta.servlet.jsp.PageContext
Sole constructor.
PAGECONTEXT - Static variable in class jakarta.servlet.jsp.PageContext
Name used to store this PageContext in it's own name table.
pageContext - Variable in class jakarta.servlet.jsp.tagext.TagSupport
The PageContext.
PageData - Class in jakarta.servlet.jsp.tagext
Translation-time information on a JSP page.
PageData() - Constructor for class jakarta.servlet.jsp.tagext.PageData
Sole constructor.
param(String, String) - Method in class jakarta.ws.rs.core.Form
Adds a new value to the specified form parameter.
param(String, String) - Method in interface jakarta.ws.rs.core.Link.Builder
Set an arbitrary parameter on this link.
ParamConverter<T> - Interface in jakarta.ws.rs.ext
Defines a contract for a delegate responsible for converting between a String form of a message parameter value and the corresponding custom Java type T.
ParamConverter.Lazy - Annotation Type in jakarta.ws.rs.ext
Mandates that a conversion of any default value delegated to a parameter converter annotated with @Lazy annotation SHOULD occur only once the value is actually required (e.g.
ParamConverterProvider - Interface in jakarta.ws.rs.ext
Contract for a provider of ParamConverter instances.
Parameter(String, Object) - Constructor for class jakarta.faces.component.behavior.ClientBehaviorContext.Parameter

Creates a Parameter instance.

parameter(String, String) - Method in class jakarta.faces.flow.builder.NavigationCaseBuilder.RedirectBuilder

Add a parameter to the redirect.

Parameter - Class in jakarta.faces.flow

Represents a parameter in any of several places where parameters are needed when processing flows.

Parameter() - Constructor for class jakarta.faces.flow.Parameter
 
parameter(Class<T>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create a parameter expression.
parameter(Class<T>, String) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create a parameter expression with the given name.
Parameter<T> - Interface in jakarta.persistence
Type for query parameter objects.
ParameterDescriptor - Interface in jakarta.validation.metadata
Describes a validated method or constructor parameter.
ParameterExpression<T> - Interface in jakarta.persistence.criteria
Type of criteria query parameter expressions.
ParameterMode - Enum in jakarta.persistence
Specifies the mode of a parameter of a stored procedure query.
parameterNameProvider(ParameterNameProvider) - Method in interface jakarta.validation.Configuration
Defines the parameter name provider.
ParameterNameProvider - Interface in jakarta.validation
Provides names for method and constructor parameters.
parameterNameProvider(ParameterNameProvider) - Method in interface jakarta.validation.ValidatorContext
Defines the parameter name provider implementation used by the Validator.
parameters(List<Parameter>) - Method in class jakarta.faces.flow.builder.MethodCallBuilder

Set the parameters of the method call node.

params() - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedConstructorConfigurator
 
params() - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedMethodConfigurator
 
parseExpression(String, Class<?>, FunctionMapper) - Method in class jakarta.servlet.jsp.el.ExpressionEvaluator
Deprecated.
Prepare an expression for later evaluation.
parsePostData(int, ServletInputStream) - Static method in class jakarta.servlet.http.HttpUtils
Deprecated.
Parses data from an HTML form that the client sends to the server using the HTTP POST method and the application/x-www-form-urlencoded MIME type.
parseQueryString(String) - Static method in class jakarta.servlet.http.HttpUtils
Deprecated.
Parses a query string passed from the client to the server and builds a HashTable object with key-value pairs.
Part - Interface in jakarta.servlet.http
This class represents a part or form item that was received within a multipart/form-data POST request.
PARTIAL_EVENT_PARAM_NAME - Static variable in class jakarta.faces.context.PartialViewContext

The request parameter name whose request parameter value identifies the type of partial event.

PARTIAL_EXECUTE_PARAM_NAME - Static variable in class jakarta.faces.context.PartialViewContext

The request parameter name whose request parameter value is a Collection of client identifiers identifying the components that must be processed during the Apply Request Values, Process Validations, and Update Model Values phases of the request processing lifecycle.

PARTIAL_RENDER_PARAM_NAME - Static variable in class jakarta.faces.context.PartialViewContext

The request parameter name whose request parameter value is a Collection of client identifiers identifying the components that must be processed during the Render Response phase of the request processing lifecycle.

PARTIAL_STATE_SAVING_PARAM_NAME - Static variable in class jakarta.faces.application.StateManager

The ServletContext init parameter consulted by the runtime to determine if the partial state saving mechanism should be used.

PARTIAL_VIEW_CONTEXT_FACTORY - Static variable in class jakarta.faces.FactoryFinder

The property name for the PartialViewContextFactory class name.

PartialResponseWriter - Class in jakarta.faces.context

PartialResponseWriter decorates an existing ResponseWriter to support the generation of a partial response suitable for Ajax operations.

PartialResponseWriter(ResponseWriter) - Constructor for class jakarta.faces.context.PartialResponseWriter

Create a PartialResponseWriter.

PartialStateHolder - Interface in jakarta.faces.component

Components that want to leverage the partial state saving feature must implement this interface instead of implementing StateHolder, from which this interface inherits.

PartialViewContext - Class in jakarta.faces.context
PartialViewContext contains methods and properties that pertain to partial request processing and partial response rendering on a view.
PartialViewContext() - Constructor for class jakarta.faces.context.PartialViewContext
 
PartialViewContextFactory - Class in jakarta.faces.context

PartialViewContextFactory is a factory object that creates (if needed) and returns new PartialViewContext instances.

PartialViewContextFactory() - Constructor for class jakarta.faces.context.PartialViewContextFactory
Deprecated.
Use the other constructor taking the implementation being wrapped.
PartialViewContextFactory(PartialViewContextFactory) - Constructor for class jakarta.faces.context.PartialViewContextFactory

If this factory has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.

PartialViewContextWrapper - Class in jakarta.faces.context

Provides a simple implementation of PartialViewContext that can be subclassed by developers wishing to provide specialized behavior to an existing PartialViewContext instance.

PartialViewContextWrapper() - Constructor for class jakarta.faces.context.PartialViewContextWrapper
Deprecated.
Use the other constructor taking the implementation being wrapped.
PartialViewContextWrapper(PartialViewContext) - Constructor for class jakarta.faces.context.PartialViewContextWrapper

If this partial view context has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.

PassivationCapable - Interface in jakarta.enterprise.inject.spi
Indicates that a custom implementation of Bean or Contextual is passivation capable.
PASSTHROUGH_RENDERER_LOCALNAME_KEY - Static variable in class jakarta.faces.render.Renderer

The key in the component passthrough attributes Map for the localName of the element corresponding to the component.

Password - Class in jakarta.security.enterprise.credential
Represents a text-based password, and includes a built-in mechanism for securely clearing the value.
Password(char[]) - Constructor for class jakarta.security.enterprise.credential.Password
Constructor
Password(String) - Constructor for class jakarta.security.enterprise.credential.Password
Constructor
PasswordHash - Interface in jakarta.security.enterprise.identitystore
PasswordHash is an interface for objects that can generate and verify password hashes.
PasswordValidationCallback - Class in jakarta.security.auth.message.callback
Callback for PasswordValidation.
PasswordValidationCallback(Subject, String, char[]) - Constructor for class jakarta.security.auth.message.callback.PasswordValidationCallback
Create a PasswordValidationCallback.
Past - Annotation Type in jakarta.validation.constraints
The annotated element must be an instant, date or time in the past.
Past.List - Annotation Type in jakarta.validation.constraints
Defines several Past annotations on the same element.
PastOrPresent - Annotation Type in jakarta.validation.constraints
The annotated element must be an instant, date or time in the past or in the present.
PastOrPresent.List - Annotation Type in jakarta.validation.constraints
Defines several PastOrPresent annotations on the same element.
PATCH - Static variable in annotation type jakarta.ws.rs.HttpMethod
HTTP PATCH method.
PATCH - Annotation Type in jakarta.ws.rs
Indicates that the annotated method responds to HTTP PATCH requests.
Path<X> - Interface in jakarta.persistence.criteria
Represents a simple or compound attribute path from a bound type or collection, and is a "primitive" expression.
path(String) - Method in interface jakarta.servlet.http.PushBuilder
Set the URI path to be used for the push.
Path - Interface in jakarta.validation
Represents the navigation path from an object to another in an object graph.
path(String) - Method in interface jakarta.ws.rs.client.WebTarget
Create a new WebTarget instance by appending path to the URI of the current target instance.
path(String) - Method in class jakarta.ws.rs.core.UriBuilder
Append path to the existing path.
path(Class) - Method in class jakarta.ws.rs.core.UriBuilder
Append the path from a Path-annotated class to the existing path.
path(Class, String) - Method in class jakarta.ws.rs.core.UriBuilder
Append the path from a Path-annotated method to the existing path.
path(Method) - Method in class jakarta.ws.rs.core.UriBuilder
Append the path from a Path-annotated method to the existing path.
Path - Annotation Type in jakarta.ws.rs
Identifies the URI path that a resource class or class method will serve requests for.
Path.BeanNode - Interface in jakarta.validation
Node representing a bean.
Path.ConstructorNode - Interface in jakarta.validation
Node representing a constructor.
Path.ContainerElementNode - Interface in jakarta.validation
Node representing an element in a generic container such as Optional, List or Map.
Path.CrossParameterNode - Interface in jakarta.validation
Node representing the element holding cross-parameter constraints of a method or constructor.
Path.MethodNode - Interface in jakarta.validation
Node representing a method.
Path.Node - Interface in jakarta.validation
Represents an element of a navigation path.
Path.ParameterNode - Interface in jakarta.validation
Node representing a parameter of a method or constructor.
Path.PropertyNode - Interface in jakarta.validation
Node representing a property.
Path.ReturnValueNode - Interface in jakarta.validation
Node representing the return value of a method or constructor.
PathParam - Annotation Type in jakarta.websocket.server
This annotation may be used to annotate method parameters on server endpoints where a URI-template has been used in the path-mapping of the ServerEndpoint annotation.
PathParam - Annotation Type in jakarta.ws.rs
Binds the value of a URI template parameter or a path segment containing the template parameter to a resource method parameter, resource class field, or resource class bean property.
PathSegment - Interface in jakarta.ws.rs.core
Represents a URI path segment and any associated matrix parameters.
Pattern - Annotation Type in jakarta.validation.constraints
The annotated CharSequence must match the specified regular expression.
Pattern.Flag - Enum in jakarta.validation.constraints
Possible Regexp flags.
Pattern.List - Annotation Type in jakarta.validation.constraints
Defines several Pattern annotations on the same element.
PATTERN_ID - Static variable in class jakarta.faces.convert.NumberConverter
The message identifier of the FacesMessage to be created if the conversion to Number fails.
PATTERN_NOT_SET_MESSAGE_ID - Static variable in class jakarta.faces.validator.RegexValidator
The message identifier of the FacesMessage to be created if the value returned from RegexValidator.getPattern() is null or the empty String.
Payload - Interface in jakarta.validation
Payload type that can be attached to a given constraint declaration.
Pbkdf2PasswordHash - Interface in jakarta.security.enterprise.identitystore
This interface represents the built-in Pbkdf2PasswordHash implementation.
PERCENT_ID - Static variable in class jakarta.faces.convert.NumberConverter
The message identifier of the FacesMessage to be created if the conversion to Number fails.
performNavigation(String) - Method in class jakarta.faces.application.ConfigurableNavigationHandler

A convenience method to signal the Jakarta Server Faces implementation to perform navigation with the provided outcome.

performNavigation(String) - Method in class jakarta.faces.application.ConfigurableNavigationHandlerWrapper
 
PermitAll - Annotation Type in jakarta.annotation.security
Specifies that all security roles are allowed to invoke the specified method(s) — i.e., that the specified method(s) are "unchecked".
PermittedTaglibsTLV - Class in jakarta.servlet.jsp.jstl.tlv
A TagLibraryValidator class to allow a TLD to restrict what taglibs (in addition to itself) may be imported on a page where it's used.
PermittedTaglibsTLV() - Constructor for class jakarta.servlet.jsp.jstl.tlv.PermittedTaglibsTLV
 
persist(Object) - Method in interface jakarta.persistence.EntityManager
Make an instance managed and persistent.
Persistence - Class in jakarta.persistence
Bootstrap class that is used to obtain an EntityManagerFactory in Java SE environments.
Persistence() - Constructor for class jakarta.persistence.Persistence
 
PERSISTENCE_PROVIDER - Static variable in class jakarta.persistence.Persistence
Deprecated.
TODO: Either change TCK reference to PERSISTENCE_PROVIDER field to expect "jakarta.persistence.spi.PersistenceProvider" or remove PERSISTENCE_PROVIDER field and also update TCK signature tests.
PersistenceContext - Annotation Type in jakarta.persistence
Expresses a dependency on a container-managed EntityManager and its associated persistence context.
PersistenceContexts - Annotation Type in jakarta.persistence
Declares one or more PersistenceContext annotations.
PersistenceContextType - Enum in jakarta.persistence
Specifies whether a transaction-scoped or extended persistence context is to be used in PersistenceContext.
PersistenceException - Exception in jakarta.persistence
Thrown by the persistence provider when a problem occurs.
PersistenceException() - Constructor for exception jakarta.persistence.PersistenceException
Constructs a new PersistenceException exception with null as its detail message.
PersistenceException(String) - Constructor for exception jakarta.persistence.PersistenceException
Constructs a new PersistenceException exception with the specified detail message.
PersistenceException(String, Throwable) - Constructor for exception jakarta.persistence.PersistenceException
Constructs a new PersistenceException exception with the specified detail message and cause.
PersistenceException(Throwable) - Constructor for exception jakarta.persistence.PersistenceException
Constructs a new PersistenceException exception with the specified cause.
PersistenceProperty - Annotation Type in jakarta.persistence
Describes a single container or persistence provider property.
PersistenceProvider - Interface in jakarta.persistence.spi
Interface implemented by the persistence provider.
PersistenceProviderResolver - Interface in jakarta.persistence.spi
Determine the list of persistence providers available in the runtime environment.
PersistenceProviderResolverHolder - Class in jakarta.persistence.spi
Holds the global PersistenceProviderResolver instance.
PersistenceProviderResolverHolder() - Constructor for class jakarta.persistence.spi.PersistenceProviderResolverHolder
 
PersistenceUnit - Annotation Type in jakarta.persistence
Expresses a dependency on an EntityManagerFactory and its associated persistence unit.
PersistenceUnitInfo - Interface in jakarta.persistence.spi
Interface implemented by the container and used by the persistence provider when creating an EntityManagerFactory.
PersistenceUnits - Annotation Type in jakarta.persistence
Declares one or more PersistenceUnit annotations.
PersistenceUnitTransactionType - Enum in jakarta.persistence.spi
Specifies whether entity managers created by the EntityManagerFactory will be JTA or resource-local entity managers.
PersistenceUnitUtil - Interface in jakarta.persistence
Utility interface between the application and the persistence provider managing the persistence unit.
PersistenceUtil - Interface in jakarta.persistence
Utility interface between the application and the persistence provider(s).
PessimisticLockException - Exception in jakarta.persistence
Thrown by the persistence provider when an pessimistic locking conflict occurs.
PessimisticLockException() - Constructor for exception jakarta.persistence.PessimisticLockException
Constructs a new PessimisticLockException exception with null as its detail message.
PessimisticLockException(String) - Constructor for exception jakarta.persistence.PessimisticLockException
Constructs a new PessimisticLockException exception with the specified detail message.
PessimisticLockException(String, Throwable) - Constructor for exception jakarta.persistence.PessimisticLockException
Constructs a new PessimisticLockException exception with the specified detail message and cause.
PessimisticLockException(Throwable) - Constructor for exception jakarta.persistence.PessimisticLockException
Constructs a new PessimisticLockException exception with the specified cause.
PessimisticLockException(Object) - Constructor for exception jakarta.persistence.PessimisticLockException
Constructs a new PessimisticLockException exception with the specified entity.
PessimisticLockException(String, Throwable, Object) - Constructor for exception jakarta.persistence.PessimisticLockException
Constructs a new PessimisticLockException exception with the specified detail message, cause, and entity.
PessimisticLockScope - Enum in jakarta.persistence
Defines the values of the jakarta.persistence.lock.scope property for pessimistic locking.
PhaseEvent - Class in jakarta.faces.event
PhaseEvent represents the beginning or ending of processing for a particular phase of the request processing lifecycle, for the request encapsulated by the specified FacesContext.
PhaseEvent(FacesContext, PhaseId, Lifecycle) - Constructor for class jakarta.faces.event.PhaseEvent
Construct a new event object from the specified parameters.
PhaseId - Class in jakarta.faces.event
Typesafe enumeration of the legal values that may be returned by the getPhaseId() method of the FacesEvent interface.
phaseIdValueOf(String) - Static method in class jakarta.faces.event.PhaseId

Return a PhaseId representation of the arcument phase.

PhaseListener - Interface in jakarta.faces.event
An interface implemented by objects that wish to be notified at the beginning and ending of processing for each standard phase of the request processing lifecycle.
PLATFORM_AFTER - Static variable in class jakarta.interceptor.Interceptor.Priority
Start of range for late interceptors defined by platform specifications.
PLATFORM_BEFORE - Static variable in class jakarta.interceptor.Interceptor.Priority
Start of range for early interceptors defined by platform specifications.
PluralAttribute<X,C,E> - Interface in jakarta.persistence.metamodel
Instances of the type PluralAttribute represent persistent collection-valued attributes.
PluralAttribute.CollectionType - Enum in jakarta.persistence.metamodel
 
PluralJoin<Z,C,E> - Interface in jakarta.persistence.criteria
The PluralJoin interface defines functionality that is common to joins to all collection types.
PongMessage - Interface in jakarta.websocket
The PongMessage interface represents a web socket pong.
popBody() - Method in class jakarta.servlet.jsp.JspContext
Return the previous JspWriter "out" saved by the matching pushBody(), and update the value of the "out" attribute in the page scope attribute namespace of the JspContext.
popComponentFromEL(FacesContext) - Method in class jakarta.faces.component.UIComponent

Pop the current UIComponent from the FacesContext attributes map so that the previous UIComponent, if any, becomes the current component.

popReturnMode(FacesContext) - Method in class jakarta.faces.flow.FlowHandler

Enable the correct handling of navigation when processing a return node.

populateApplicationConfiguration(Document) - Method in class jakarta.faces.application.ApplicationConfigurationPopulator

Service providers that implement this service must be called by the Jakarta Server Faces runtime exactly once for each implementation, at startup, before any requests have been serviced.

port(int) - Method in class jakarta.ws.rs.core.UriBuilder
Set the URI port.
Positive - Annotation Type in jakarta.validation.constraints
The annotated element must be a strictly positive number (i.e.
Positive.List - Annotation Type in jakarta.validation.constraints
Defines several Positive constraints on the same element.
PositiveOrZero - Annotation Type in jakarta.validation.constraints
The annotated element must be a positive number or 0.
PositiveOrZero.List - Annotation Type in jakarta.validation.constraints
Defines several PositiveOrZero constraints on the same element.
post(Entity<?>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
Invoke HTTP POST method for the current request asynchronously.
post(Entity<?>, Class<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
Invoke HTTP POST method for the current request asynchronously.
post(Entity<?>, GenericType<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
Invoke HTTP POST method for the current request asynchronously.
post(Entity<?>, InvocationCallback<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
Invoke HTTP POST method for the current request asynchronously.
post(Entity<?>) - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
 
post(Entity<?>, Class<T>) - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
 
post(Entity<?>, GenericType<T>) - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
 
post(Entity<?>) - Method in interface jakarta.ws.rs.client.RxInvoker
Invoke HTTP POST method for the current request.
post(Entity<?>, Class<R>) - Method in interface jakarta.ws.rs.client.RxInvoker
Invoke HTTP POST method for the current request.
post(Entity<?>, GenericType<R>) - Method in interface jakarta.ws.rs.client.RxInvoker
Invoke HTTP POST method for the current request.
post(Entity<?>) - Method in interface jakarta.ws.rs.client.SyncInvoker
Invoke HTTP POST method for the current request synchronously.
post(Entity<?>, Class<T>) - Method in interface jakarta.ws.rs.client.SyncInvoker
Invoke HTTP POST method for the current request synchronously.
post(Entity<?>, GenericType<T>) - Method in interface jakarta.ws.rs.client.SyncInvoker
Invoke HTTP POST method for the current request synchronously.
POST - Static variable in annotation type jakarta.ws.rs.HttpMethod
HTTP POST method.
POST - Annotation Type in jakarta.ws.rs
Indicates that the annotated method responds to HTTP POST requests.
PostActivate - Annotation Type in jakarta.ejb
Designates a method to receive a callback after a stateful session bean has been activated.
PostAddToViewEvent - Class in jakarta.faces.event

When an instance of this event is passed to SystemEventListener.processEvent(jakarta.faces.event.SystemEvent) or ComponentSystemEventListener.processEvent(jakarta.faces.event.ComponentSystemEvent), the listener implementation may assume that the source of this event instance is a UIComponent instance and that either that instance or an ancestor of that instance was just added to the view.

PostAddToViewEvent(UIComponent) - Constructor for class jakarta.faces.event.PostAddToViewEvent

Instantiate a new PostAddToViewEvent that indicates the argument component was just added to the view.

PostAddToViewEvent(FacesContext, UIComponent) - Constructor for class jakarta.faces.event.PostAddToViewEvent

Instantiate a new PostAddToViewEvent that indicates the argument component was just added to the view.

PostConstruct - Annotation Type in jakarta.annotation
The PostConstruct annotation is used on a method that needs to be executed after dependency injection is done to perform any initialization.
postConstruct(T) - Method in interface jakarta.enterprise.inject.spi.InjectionTarget
Calls the PostConstruct callback, if it exists, according to the semantics required by the Java EE platform specification.
postConstruct() - Method in class jakarta.enterprise.inject.spi.Unmanaged.UnmanagedInstance
Call the @PostConstruct callback
PostConstructApplicationEvent - Class in jakarta.faces.event

This event must be published by the runtime after all configuration resources have been parsed and processed.

PostConstructApplicationEvent(Application) - Constructor for class jakarta.faces.event.PostConstructApplicationEvent

Constructs a new PostConstructApplicationEvent for this application.

PostConstructApplicationEvent(FacesContext, Application) - Constructor for class jakarta.faces.event.PostConstructApplicationEvent

Constructs a new PostConstructApplicationEvent for this application.

PostConstructCustomScopeEvent - Class in jakarta.faces.event

This class is provided to allow custom scopes to publish a "post construct" event in the same way that other scopes do to let the application become aware of the beginning of the scope.

PostConstructCustomScopeEvent(ScopeContext) - Constructor for class jakarta.faces.event.PostConstructCustomScopeEvent

An instance of this event indicates that the custom scope enclosed within the argument scopeContext was just created.

PostConstructCustomScopeEvent(FacesContext, ScopeContext) - Constructor for class jakarta.faces.event.PostConstructCustomScopeEvent

An instance of this event indicates that the custom scope enclosed within the argument scopeContext was just created.

PostConstructViewMapEvent - Class in jakarta.faces.event

This event must be published by a call to {jakarta.faces.application.Application#publishEvent} when the view map is first created.

PostConstructViewMapEvent(UIViewRoot) - Constructor for class jakarta.faces.event.PostConstructViewMapEvent

Instantiate a new PostConstructViewMapEvent that indicates the argument root was just associated with its view map.

PostConstructViewMapEvent(FacesContext, UIViewRoot) - Constructor for class jakarta.faces.event.PostConstructViewMapEvent

Instantiate a new PostConstructViewMapEvent that indicates the argument root was just associated with its view map.

PostKeepFlashValueEvent - Class in jakarta.faces.event
PostKeepFlashValueEvent(String) - Constructor for class jakarta.faces.event.PostKeepFlashValueEvent

Instantiate a new PostKeepFlashValueEvent that indicates the argument key was just kept in the flash.

PostKeepFlashValueEvent(FacesContext, String) - Constructor for class jakarta.faces.event.PostKeepFlashValueEvent

Instantiate a new PostKeepFlashValueEvent that indicates the argument key was just kept in the flash.

PostLoad - Annotation Type in jakarta.persistence
Specifies a callback method for the corresponding lifecycle event.
PostPersist - Annotation Type in jakarta.persistence
Specifies a callback method for the corresponding lifecycle event.
PostPutFlashValueEvent - Class in jakarta.faces.event
PostPutFlashValueEvent(String) - Constructor for class jakarta.faces.event.PostPutFlashValueEvent

Instantiate a new PostPutFlashValueEvent that indicates the argument key was just put to the flash.

PostPutFlashValueEvent(FacesContext, String) - Constructor for class jakarta.faces.event.PostPutFlashValueEvent

Instantiate a new PostPutFlashValueEvent that indicates the argument key was just put to the flash.

PostRemove - Annotation Type in jakarta.persistence
Specifies a callback method for the corresponding lifecycle event.
PostRenderViewEvent - Class in jakarta.faces.event

When an instance of this event is passed to SystemEventListener.processEvent(jakarta.faces.event.SystemEvent) or ComponentSystemEventListener.processEvent(jakarta.faces.event.ComponentSystemEvent), the listener implementation may assume that the source of this event instance is the UIViewRoot instance that has just been rendered.

PostRenderViewEvent(UIViewRoot) - Constructor for class jakarta.faces.event.PostRenderViewEvent

Instantiate a new PostRenderViewEvent that indicates the argument root has just been rendered.

PostRenderViewEvent(FacesContext, UIViewRoot) - Constructor for class jakarta.faces.event.PostRenderViewEvent

Instantiate a new PostRenderViewEvent that indicates the argument root has just been rendered.

PostRestoreStateEvent - Class in jakarta.faces.event

When an instance of this event is passed to SystemEventListener.processEvent(jakarta.faces.event.SystemEvent) or ComponentSystemEventListener.processEvent(jakarta.faces.event.ComponentSystemEvent), the listener implementation may assume that the source of this event instance is in a tree that has just had its state restored.

PostRestoreStateEvent(UIComponent) - Constructor for class jakarta.faces.event.PostRestoreStateEvent

Instantiate a new PostRestoreStateEvent that indicates the argument component just had its state restored.

PostRestoreStateEvent(FacesContext, UIComponent) - Constructor for class jakarta.faces.event.PostRestoreStateEvent

Instantiate a new PostRestoreStateEvent that indicates the argument component just had its state restored.

PostUpdate - Annotation Type in jakarta.persistence
Specifies a callback method for the corresponding lifecycle event.
PostValidateEvent - Class in jakarta.faces.event

When an instance of this event is passed to SystemEventListener.processEvent(jakarta.faces.event.SystemEvent) or ComponentSystemEventListener.processEvent(jakarta.faces.event.ComponentSystemEvent), the listener implementation may assume that the source of this event instance is the UIComponent instance that is that has just been validated.

PostValidateEvent(UIComponent) - Constructor for class jakarta.faces.event.PostValidateEvent

Constructor

PostValidateEvent(FacesContext, UIComponent) - Constructor for class jakarta.faces.event.PostValidateEvent

Constructor

PreClearFlashEvent - Class in jakarta.faces.event
PreClearFlashEvent(Map<String, Object>) - Constructor for class jakarta.faces.event.PreClearFlashEvent

Instantiate a new PreClearFlashEvent that indicates the argument key was just put to the flash.

PreClearFlashEvent(FacesContext, Map<String, Object>) - Constructor for class jakarta.faces.event.PreClearFlashEvent

Instantiate a new PreClearFlashEvent that indicates the argument key was just put to the flash.

PreDestroy - Annotation Type in jakarta.annotation
The PreDestroy annotation is used on a method as a callback notification to signal that the instance is in the process of being removed by the container.
preDestroy(T) - Method in interface jakarta.enterprise.inject.spi.InjectionTarget
Calls the PreDestroy callback, if it exists, according to the semantics required by the Java EE platform specification.
preDestroy() - Method in class jakarta.enterprise.inject.spi.Unmanaged.UnmanagedInstance
Call the @PreDestroy callback
PreDestroyApplicationEvent - Class in jakarta.faces.event

This event must be published by the runtime before the factories associated with this Application are released.

PreDestroyApplicationEvent(Application) - Constructor for class jakarta.faces.event.PreDestroyApplicationEvent

Constructs a new PreDestroyApplicationEvent for this application.

PreDestroyApplicationEvent(FacesContext, Application) - Constructor for class jakarta.faces.event.PreDestroyApplicationEvent

Constructs a new PreDestroyApplicationEvent for this application.

PreDestroyCustomScopeEvent - Class in jakarta.faces.event

This class is provided to allow custom scopes to publish a "pre construct" event in the same way that other scopes do to let the application become aware of the beginning of the scope.

PreDestroyCustomScopeEvent(ScopeContext) - Constructor for class jakarta.faces.event.PreDestroyCustomScopeEvent

An instance of this event indicates that the custom scope enclosed within the argument scopeContext is about to end.

PreDestroyCustomScopeEvent(FacesContext, ScopeContext) - Constructor for class jakarta.faces.event.PreDestroyCustomScopeEvent

An instance of this event indicates that the custom scope enclosed within the argument scopeContext is about to end.

PreDestroyViewMapEvent - Class in jakarta.faces.event
PreDestroyViewMapEvent(UIViewRoot) - Constructor for class jakarta.faces.event.PreDestroyViewMapEvent

Instantiate a new ViewMapDestroydEvent that indicates the argument root just had its associated view map destroyed.

PreDestroyViewMapEvent(FacesContext, UIViewRoot) - Constructor for class jakarta.faces.event.PreDestroyViewMapEvent

Instantiate a new ViewMapDestroydEvent that indicates the argument root just had its associated view map destroyed.

Predicate - Interface in jakarta.persistence.criteria
The type of a simple or compound predicate: a conjunction or disjunction of restrictions.
Predicate.BooleanOperator - Enum in jakarta.persistence.criteria
 
preferredSubprotocols(List<String>) - Method in class jakarta.websocket.ClientEndpointConfig.Builder
Set the preferred sub protocols for the configuration this builder will build.
prefix - Variable in class jakarta.servlet.jsp.tagext.TagLibraryInfo
The prefix assigned to this taglib from the taglib directive.
PreJsf2ExceptionHandlerFactory - Class in jakarta.faces.webapp

This ExceptionHandlerFactory instance produces Jakarta Server Faces 1.2 compatible ExceptionHandler instances.

PreJsf2ExceptionHandlerFactory() - Constructor for class jakarta.faces.webapp.PreJsf2ExceptionHandlerFactory
 
PreMatching - Annotation Type in jakarta.ws.rs.container
Global binding annotation that can be applied to a container request filter to indicate that such filter should be applied globally on all resources in the application before the actual resource matching occurs.
prepare() - Method in class jakarta.servlet.jsp.jstl.core.LoopTagSupport
Prepares for a single tag invocation.
PrePassivate - Annotation Type in jakarta.ejb
Designates a method to receive a callback before a stateful session bean is passivated.
PrePersist - Annotation Type in jakarta.persistence
Specifies a callback method for the corresponding lifecycle event.
PreRemove - Annotation Type in jakarta.persistence
Specifies a callback method for the corresponding lifecycle event.
PreRemoveFlashValueEvent - Class in jakarta.faces.event
PreRemoveFlashValueEvent(String) - Constructor for class jakarta.faces.event.PreRemoveFlashValueEvent

Instantiate a new PreRemoveFlashValueEvent that indicates the argument key will be removed from the flash.

PreRemoveFlashValueEvent(FacesContext, String) - Constructor for class jakarta.faces.event.PreRemoveFlashValueEvent

Instantiate a new PreRemoveFlashValueEvent that indicates the argument key will be removed from the flash.

PreRemoveFromViewEvent - Class in jakarta.faces.event

When an instance of this event is passed to SystemEventListener.processEvent(jakarta.faces.event.SystemEvent) or ComponentSystemEventListener.processEvent(jakarta.faces.event.ComponentSystemEvent), the listener implementation may assume that the source of this event instance is a UIComponent instance that is about to be removed from the view.

PreRemoveFromViewEvent(UIComponent) - Constructor for class jakarta.faces.event.PreRemoveFromViewEvent

Instantiate a new BeforeRemoveFromView that indicates the argument component is about to be removed from the view.

PreRemoveFromViewEvent(FacesContext, UIComponent) - Constructor for class jakarta.faces.event.PreRemoveFromViewEvent

Instantiate a new BeforeRemoveFromView that indicates the argument component is about to be removed from the view.

PreRenderComponentEvent - Class in jakarta.faces.event

When an instance of this event is passed to SystemEventListener.processEvent(jakarta.faces.event.SystemEvent) or ComponentSystemEventListener.processEvent(jakarta.faces.event.ComponentSystemEvent), the listener implementation may assume that the source of this event instance is the UIComponent instance that is about to be rendered and that it is safe to call UIComponent.getParent(), UIComponent.getClientId(), and other methods that depend upon the component instance being in the view.

PreRenderComponentEvent(UIComponent) - Constructor for class jakarta.faces.event.PreRenderComponentEvent

Instantiate a new PreRenderComponentEvent that indicates the argument component is about to be rendered.

PreRenderComponentEvent(FacesContext, UIComponent) - Constructor for class jakarta.faces.event.PreRenderComponentEvent

Instantiate a new PreRenderComponentEvent that indicates the argument component is about to be rendered.

PreRenderViewEvent - Class in jakarta.faces.event

When an instance of this event is passed to SystemEventListener.processEvent(jakarta.faces.event.SystemEvent) or ComponentSystemEventListener.processEvent(jakarta.faces.event.ComponentSystemEvent), the listener implementation may assume that the source of this event instance is the UIViewRoot instance that is about to be rendered.

PreRenderViewEvent(UIViewRoot) - Constructor for class jakarta.faces.event.PreRenderViewEvent

Instantiate a new PreRenderViewEvent that indicates the argument root is about to be rendered.

PreRenderViewEvent(FacesContext, UIViewRoot) - Constructor for class jakarta.faces.event.PreRenderViewEvent

Instantiate a new PreRenderViewEvent that indicates the argument root is about to be rendered.

PRETTY_PRINTING - Static variable in interface jakarta.json.stream.JsonGenerator
Configuration property to generate JSON prettily.
PreUpdate - Annotation Type in jakarta.persistence
Specifies a callback method for the corresponding lifecycle event.
PreValidateEvent - Class in jakarta.faces.event

When an instance of this event is passed to SystemEventListener.processEvent(jakarta.faces.event.SystemEvent) or ComponentSystemEventListener.processEvent(jakarta.faces.event.ComponentSystemEvent), the listener implementation may assume that the source of this event instance is the UIComponent instance that is about to be validated.

PreValidateEvent(UIComponent) - Constructor for class jakarta.faces.event.PreValidateEvent

Constructor

PreValidateEvent(FacesContext, UIComponent) - Constructor for class jakarta.faces.event.PreValidateEvent

Constructor

PrimaryKeyJoinColumn - Annotation Type in jakarta.persistence
Specifies a primary key column that is used as a foreign key to join to another table.
PrimaryKeyJoinColumns - Annotation Type in jakarta.persistence
Groups PrimaryKeyJoinColumn annotations.
print(boolean) - Method in class jakarta.servlet.jsp.JspWriter
Print a boolean value.
print(char) - Method in class jakarta.servlet.jsp.JspWriter
Print a character.
print(int) - Method in class jakarta.servlet.jsp.JspWriter
Print an integer.
print(long) - Method in class jakarta.servlet.jsp.JspWriter
Print a long integer.
print(float) - Method in class jakarta.servlet.jsp.JspWriter
Print a floating-point number.
print(double) - Method in class jakarta.servlet.jsp.JspWriter
Print a double-precision floating-point number.
print(char[]) - Method in class jakarta.servlet.jsp.JspWriter
Print an array of characters.
print(String) - Method in class jakarta.servlet.jsp.JspWriter
Print a string.
print(Object) - Method in class jakarta.servlet.jsp.JspWriter
Print an object.
print(String) - Method in class jakarta.servlet.ServletOutputStream
Writes a String to the client, without a carriage return-line feed (CRLF) character at the end.
print(boolean) - Method in class jakarta.servlet.ServletOutputStream
Writes a boolean value to the client, with no carriage return-line feed (CRLF) character at the end.
print(char) - Method in class jakarta.servlet.ServletOutputStream
Writes a character to the client, with no carriage return-line feed (CRLF) at the end.
print(int) - Method in class jakarta.servlet.ServletOutputStream
Writes an int to the client, with no carriage return-line feed (CRLF) at the end.
print(long) - Method in class jakarta.servlet.ServletOutputStream
Writes a long value to the client, with no carriage return-line feed (CRLF) at the end.
print(float) - Method in class jakarta.servlet.ServletOutputStream
Writes a float value to the client, with no carriage return-line feed (CRLF) at the end.
print(double) - Method in class jakarta.servlet.ServletOutputStream
Writes a double value to the client, with no carriage return-line feed (CRLF) at the end.
println() - Method in class jakarta.servlet.jsp.JspWriter
Terminate the current line by writing the line separator string.
println(boolean) - Method in class jakarta.servlet.jsp.JspWriter
Print a boolean value and then terminate the line.
println(char) - Method in class jakarta.servlet.jsp.JspWriter
Print a character and then terminate the line.
println(int) - Method in class jakarta.servlet.jsp.JspWriter
Print an integer and then terminate the line.
println(long) - Method in class jakarta.servlet.jsp.JspWriter
Print a long integer and then terminate the line.
println(float) - Method in class jakarta.servlet.jsp.JspWriter
Print a floating-point number and then terminate the line.
println(double) - Method in class jakarta.servlet.jsp.JspWriter
Print a double-precision floating-point number and then terminate the line.
println(char[]) - Method in class jakarta.servlet.jsp.JspWriter
Print an array of characters and then terminate the line.
println(String) - Method in class jakarta.servlet.jsp.JspWriter
Print a String and then terminate the line.
println(Object) - Method in class jakarta.servlet.jsp.JspWriter
Print an Object and then terminate the line.
println() - Method in class jakarta.servlet.ServletOutputStream
Writes a carriage return-line feed (CRLF) to the client.
println(String) - Method in class jakarta.servlet.ServletOutputStream
Writes a String to the client, followed by a carriage return-line feed (CRLF).
println(boolean) - Method in class jakarta.servlet.ServletOutputStream
Writes a boolean value to the client, followed by a carriage return-line feed (CRLF).
println(char) - Method in class jakarta.servlet.ServletOutputStream
Writes a character to the client, followed by a carriage return-line feed (CRLF).
println(int) - Method in class jakarta.servlet.ServletOutputStream
Writes an int to the client, followed by a carriage return-line feed (CRLF) character.
println(long) - Method in class jakarta.servlet.ServletOutputStream
Writes a long value to the client, followed by a carriage return-line feed (CRLF).
println(float) - Method in class jakarta.servlet.ServletOutputStream
Writes a float value to the client, followed by a carriage return-line feed (CRLF).
println(double) - Method in class jakarta.servlet.ServletOutputStream
Writes a double value to the client, followed by a carriage return-line feed (CRLF).
Priorities - Class in jakarta.ws.rs
A collection of built-in priority constants for the JAX-RS components that are supposed to be ordered based on their jakarta.annotation.Priority class-level annotation value when used or applied by JAX-RS runtime.
Prioritized - Interface in jakarta.enterprise.inject.spi
This interface allows some SPI implementation to change their priority programmatically.
Priority - Annotation Type in jakarta.annotation
The Priority annotation can be applied to classes or parameters to indicate in what order they should be used.
priority(int) - Method in interface jakarta.enterprise.inject.spi.configurator.ObserverMethodConfigurator
Set the priority for the observer to build
priority() - Method in interface jakarta.security.enterprise.identitystore.IdentityStore
Determines the order of invocation for multiple IdentityStores.
PrivateKeyCallback - Class in jakarta.security.auth.message.callback
Callback for acquiring a Public Key Infrastructure (PKI) private key and its corresponding certificate chain.
PrivateKeyCallback(PrivateKeyCallback.Request) - Constructor for class jakarta.security.auth.message.callback.PrivateKeyCallback
Constructs this PrivateKeyCallback with a private key Request object.
PrivateKeyCallback.AliasRequest - Class in jakarta.security.auth.message.callback
Request type for private keys that are identified using an alias.
PrivateKeyCallback.DigestRequest - Class in jakarta.security.auth.message.callback
Request type for private keys that are identified using a certificate digest or thumbprint.
PrivateKeyCallback.IssuerSerialNumRequest - Class in jakarta.security.auth.message.callback
Request type for private keys that are identified using an issuer/serial number.
PrivateKeyCallback.Request - Interface in jakarta.security.auth.message.callback
Marker interface for private key request types.
PrivateKeyCallback.SubjectKeyIDRequest - Class in jakarta.security.auth.message.callback
Request type for private keys that are identified using a SubjectKeyID
proceed() - Method in interface jakarta.interceptor.InvocationContext
Proceed to the next interceptor in the interceptor chain.
proceed() - Method in interface jakarta.ws.rs.ext.ReaderInterceptorContext
Proceed to the next interceptor in the chain.
proceed() - Method in interface jakarta.ws.rs.ext.WriterInterceptorContext
Proceed to the next interceptor in the chain.
PROCESS_VALIDATIONS - Static variable in class jakarta.faces.event.PhaseId
Identifier that indicates an interest in events queued for the Process Validations phase of the request processing lifecycle.
processAction(ActionEvent) - Method in interface jakarta.faces.event.ActionListener
Invoked when the action described by the specified ActionEvent occurs.
processAction(ActionEvent) - Method in class jakarta.faces.event.ActionListenerWrapper
 
processAction(ActionEvent) - Method in class jakarta.faces.event.MethodExpressionActionListener
Call through to the MethodExpression passed in our constructor.
processAjaxBehavior(AjaxBehaviorEvent) - Method in interface jakarta.faces.event.AjaxBehaviorListener

ProcessAnnotatedType<X> - Interface in jakarta.enterprise.inject.spi
The container fires an event of this type for each Java class or interface it discovers in a bean archive, before it reads the declared annotations.
processApplication(FacesContext) - Method in class jakarta.faces.component.UIViewRoot
Broadcast any events that have been queued for the Invoke Application phase of the request processing lifecycle and to clear out any events for later phases if the event processing for this phase caused FacesContext.renderResponse() or FacesContext.responseComplete() to be called.
ProcessBean<X> - Interface in jakarta.enterprise.inject.spi
The container fires an event of this type for each enabled bean, interceptor or decorator deployed in a bean archive, before registering the Bean object.
ProcessBeanAttributes<T> - Interface in jakarta.enterprise.inject.spi
The container fires an event of this type for each enabled bean, interceptor or decorator deployed in a bean archive before registering the Bean object.
processDecodes(FacesContext) - Method in class jakarta.faces.component.UIComponent
Perform the component tree processing required by the Apply Request Values phase of the request processing lifecycle for all facets of this component, all children of this component, and this component itself, as follows.
processDecodes(FacesContext) - Method in class jakarta.faces.component.UIComponentBase
 
processDecodes(FacesContext) - Method in class jakarta.faces.component.UIData
Override the default UIComponentBase.processDecodes(jakarta.faces.context.FacesContext) processing to perform the following steps.
processDecodes(FacesContext) - Method in class jakarta.faces.component.UIForm
Override UIComponent.processDecodes(jakarta.faces.context.FacesContext) to ensure that the form is decoded before its children.
processDecodes(FacesContext) - Method in class jakarta.faces.component.UIInput
Specialized decode behavior on top of that provided by the superclass.
processDecodes(FacesContext) - Method in class jakarta.faces.component.UIViewRoot
processEvent(ComponentSystemEvent) - Method in class jakarta.faces.component.UIComponent

The default implementation performs the following action.

processEvent(ComponentSystemEvent) - Method in class jakarta.faces.component.UIViewRoot

If the argument event is an instance of PostRestoreStateEvent and PartialViewContext.isPartialRequest() returns true, then loop over all component resources and call ResourceHandler.markResourceRendered(FacesContext, String, String) for each of them.

processEvent(SystemEvent) - Method in class jakarta.faces.context.ExceptionHandler
When called, the listener can assume that any guarantees given in the javadoc for the specific SystemEvent subclass are true.
processEvent(SystemEvent) - Method in class jakarta.faces.context.ExceptionHandlerWrapper
The default behavior of this method is to call ExceptionHandler.processEvent(jakarta.faces.event.SystemEvent) on the wrapped ExceptionHandler object.
processEvent(ComponentSystemEvent) - Method in interface jakarta.faces.event.ComponentSystemEventListener
When called, the listener can assume that any guarantees given in the javadoc for the specific SystemEvent subclass are true.
processEvent(SystemEvent) - Method in interface jakarta.faces.event.SystemEventListener
When called, the listener can assume that any guarantees given in the javadoc for the specific SystemEvent subclass are true.
ProcessingException - Exception in jakarta.ws.rs
A base JAX-RS runtime processing exception.
ProcessingException(Throwable) - Constructor for exception jakarta.ws.rs.ProcessingException
Constructs a new JAX-RS runtime processing exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
ProcessingException(String, Throwable) - Constructor for exception jakarta.ws.rs.ProcessingException
Constructs a new JAX-RS runtime processing exception with the specified detail message and cause.
ProcessingException(String) - Constructor for exception jakarta.ws.rs.ProcessingException
Constructs a new JAX-RS runtime processing exception with the specified detail message.
ProcessInjectionPoint<T,X> - Interface in jakarta.enterprise.inject.spi
The container fires an event of this type for every injection point of every Java EE component class supporting injection that may be instantiated by the container at runtime, including every managed bean declared using jakarta.annotation.ManagedBean, EJB session or message-driven bean, enabled bean, enabled interceptor or enabled decorator.
ProcessInjectionTarget<X> - Interface in jakarta.enterprise.inject.spi
The container fires an event of this type for every Java EE component class supporting injection that may be instantiated by the container at runtime, including every managed bean declared using jakarta.annotation.ManagedBean, EJB session or message-driven bean, enabled bean, enabled interceptor or enabled decorator.
processListener(FacesListener) - Method in class jakarta.faces.event.ActionEvent
 
processListener(FacesListener) - Method in class jakarta.faces.event.AjaxBehaviorEvent

Broadcast this event instance to the specified FacesListener, by whatever mechanism is appropriate.

processListener(FacesListener) - Method in class jakarta.faces.event.ComponentSystemEvent

Broadcast this event instance to the specified FacesListener by calling the superclass's processListener() implementation.

processListener(FacesListener) - Method in class jakarta.faces.event.FacesEvent
Broadcast this FacesEvent to the specified FacesListener, by whatever mechanism is appropriate.
processListener(FacesListener) - Method in class jakarta.faces.event.SystemEvent
Broadcast this event instance to the specified FacesListener, by whatever mechanism is appropriate.
processListener(FacesListener) - Method in class jakarta.faces.event.ValueChangeEvent
 
ProcessManagedBean<X> - Interface in jakarta.enterprise.inject.spi
The container fires an event of this type for each enabled managed bean, before registering the Bean object.
ProcessObserverMethod<T,X> - Interface in jakarta.enterprise.inject.spi
The container fires an event of this type for each observer method of each enabled bean, before registering the ObserverMethod object.
processPartial(PhaseId) - Method in class jakarta.faces.context.PartialViewContext

Perform lifecycle processing on components during the indicated phaseId.

processPartial(PhaseId) - Method in class jakarta.faces.context.PartialViewContextWrapper
The default behavior of this method is to call PartialViewContext.processPartial(PhaseId) on the wrapped PartialViewContext object.
ProcessProducer<T,X> - Interface in jakarta.enterprise.inject.spi
The container fires an event of this type for each producer method or field of each enabled bean, including resources.
ProcessProducerField<T,X> - Interface in jakarta.enterprise.inject.spi
The container fires an event of this type for each enabled producer field, before registering the Bean object.
ProcessProducerMethod<T,X> - Interface in jakarta.enterprise.inject.spi
The container fires an event of this type for each enabled producer method, before registering the Bean object.
processRestoreState(FacesContext, Object) - Method in class jakarta.faces.component.UIComponent
Perform the component tree processing required by the Restore View phase of the request processing lifecycle for all facets of this component, all children of this component, and this component itself, as follows.
processRestoreState(FacesContext, Object) - Method in class jakarta.faces.component.UIComponentBase
 
processRestoreState(FacesContext, Object) - Method in class jakarta.faces.component.UIViewRoot

The default implementation must call UIComponentBase.processRestoreState(jakarta.faces.context.FacesContext, java.lang.Object) from within a try block.

processSaveState(FacesContext) - Method in class jakarta.faces.component.UIComponent
Perform the component tree processing required by the state saving portion of the Render Response phase of the request processing lifecycle for all facets of this component, all children of this component, and this component itself, as follows.
processSaveState(FacesContext) - Method in class jakarta.faces.component.UIComponentBase
 
ProcessSessionBean<X> - Interface in jakarta.enterprise.inject.spi
The container fires an event of this type for each enabled session bean, before registering the Bean object.
ProcessSyntheticAnnotatedType<X> - Interface in jakarta.enterprise.inject.spi
ProcessSyntheticBean<X> - Interface in jakarta.enterprise.inject.spi
The container fires an event of this type for each custom bean implementation added through AfterBeanDiscovery.addBean() or AfterBeanDiscovery.addBean(Bean), before registering the Bean object.
ProcessSyntheticObserverMethod<T,X> - Interface in jakarta.enterprise.inject.spi
The container fires an event of this type for each custom implementation of ObserverMethod added through AfterBeanDiscovery.addObserverMethod(ObserverMethod) or AfterBeanDiscovery.addObserverMethod(), before registering the ObserverMethod object.
processUpdates(FacesContext) - Method in class jakarta.faces.component.UIComponent
Perform the component tree processing required by the Update Model Values phase of the request processing lifecycle for all facets of this component, all children of this component, and this component itself, as follows.
processUpdates(FacesContext) - Method in class jakarta.faces.component.UIComponentBase
 
processUpdates(FacesContext) - Method in class jakarta.faces.component.UIData
Override the default UIComponentBase.processUpdates(jakarta.faces.context.FacesContext) processing to perform the following steps.
processUpdates(FacesContext) - Method in class jakarta.faces.component.UIForm
Override UIComponent.processUpdates(jakarta.faces.context.FacesContext) to ensure that the children of this UIForm instance are only processed if UIForm.isSubmitted() returns true.
processUpdates(FacesContext) - Method in class jakarta.faces.component.UIInput
In addition to the standard processUpdates behavior inherited from UIComponentBase, calls updateModel().
processUpdates(FacesContext) - Method in class jakarta.faces.component.UIViewRoot
processValidators(FacesContext) - Method in class jakarta.faces.component.UIComponent
Perform the component tree processing required by the Process Validations phase of the request processing lifecycle for all facets of this component, all children of this component, and this component itself, as follows.
processValidators(FacesContext) - Method in class jakarta.faces.component.UIComponentBase
 
processValidators(FacesContext) - Method in class jakarta.faces.component.UIData

Override the default UIComponentBase.processValidators(jakarta.faces.context.FacesContext) processing to perform the following steps.

processValidators(FacesContext) - Method in class jakarta.faces.component.UIForm

Override UIComponent.processValidators(jakarta.faces.context.FacesContext) to ensure that the children of this UIForm instance are only processed if UIForm.isSubmitted() returns true.

processValidators(FacesContext) - Method in class jakarta.faces.component.UIInput
In addition to the standard processValidators behavior inherited from UIComponentBase, calls validate() if the immediate property is false (which is the default); if the component is invalid afterwards, calls FacesContext.renderResponse().
processValidators(FacesContext) - Method in class jakarta.faces.component.UISelectOne

If UISelectOne.getGroup() is set, and UIInput.getSubmittedValue() is empty, and at least one other component having the same group within a UIForm parent has a non-empty UIInput.getSubmittedValue() or returns true on UIInput.isLocalValueSet() or returns false on UIInput.isValid(), then skip validation for current component, else perform standard superclass processing by super.processValidators(context).

processValidators(FacesContext) - Method in class jakarta.faces.component.UIViewParameter

Specialize superclass behavior to treat null differently.

processValidators(FacesContext) - Method in class jakarta.faces.component.UIViewRoot
processValueChange(ValueChangeEvent) - Method in class jakarta.faces.event.MethodExpressionValueChangeListener
Call through to the MethodExpression passed in our constructor.
processValueChange(ValueChangeEvent) - Method in interface jakarta.faces.event.ValueChangeListener
Invoked when the value change described by the specified ValueChangeEvent occurs.
prod(Expression<? extends N>, Expression<? extends N>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create an expression that returns the product of its arguments.
prod(Expression<? extends N>, N) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create an expression that returns the product of its arguments.
prod(N, Expression<? extends N>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create an expression that returns the product of its arguments.
produce(CreationalContext<T>) - Method in interface jakarta.enterprise.inject.spi.Producer
Causes an instance to be produced via the Producer.
produce() - Method in class jakarta.enterprise.inject.spi.Unmanaged.UnmanagedInstance
Create the instance
Producer<T> - Interface in jakarta.enterprise.inject.spi
Provides a generic operation for producing an instance of a type.
ProducerConfigurator<T> - Interface in jakarta.enterprise.inject.spi.configurator
A ProducerConfigurator can configure a Producer.
ProducerFactory<X> - Interface in jakarta.enterprise.inject.spi
An ProducerFactory can create an Producer for a given bean.
Produces - Annotation Type in jakarta.enterprise.inject
Identifies a producer method or field.
Produces - Annotation Type in jakarta.ws.rs
Defines the media type(s) that the methods of a resource class or MessageBodyWriter can produce.
produceWith(Function<Instance<Object>, U>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
Set a callback to create a bean instance.
produceWith(Function<CreationalContext<U>, U>) - Method in interface jakarta.enterprise.inject.spi.configurator.ProducerConfigurator
Set a callback to produce a new instance.
PROJECT_STAGE_JNDI_NAME - Static variable in enum jakarta.faces.application.ProjectStage

The value of this constant is the name used for JNDI lookups for setting the current value to be returned by Application.getProjectStage().

PROJECT_STAGE_PARAM_NAME - Static variable in enum jakarta.faces.application.ProjectStage

The value of this constant is the value of the param-name for setting the current value to be returned by Application.getProjectStage().

ProjectStage - Enum in jakarta.faces.application

This class enables a feature similar to the RAILS_ENV feature of the Ruby on Rails web framework.

property(String, Object) - Method in interface jakarta.ws.rs.client.Invocation.Builder
Set a new property in the context of a request represented by this invocation builder.
property(String, Object) - Method in interface jakarta.ws.rs.client.Invocation
Set a new property in the context of a request represented by this invocation.
property(String, Object) - Method in interface jakarta.ws.rs.core.Configurable
Set the new configuration property, if already set, the existing value of the property will be updated.
PROPERTY_NAMING_STRATEGY - Static variable in class jakarta.json.bind.JsonbConfig
Property used to specify custom naming strategy.
PROPERTY_ORDER_STRATEGY - Static variable in class jakarta.json.bind.JsonbConfig
Property used to specify custom order strategy.
PROPERTY_VISIBILITY_STRATEGY - Static variable in class jakarta.json.bind.JsonbConfig
Property used to specify custom visibility strategy.
PropertyDescriptor - Interface in jakarta.validation.metadata
Describes a Java Bean property hosting validation constraints.
PropertyNamingStrategy - Interface in jakarta.json.bind.config
Allows to define custom property naming strategy.
PropertyNotFoundException - Exception in jakarta.el
Thrown when a property could not be found while evaluating a ValueExpression or MethodExpression.
PropertyNotFoundException() - Constructor for exception jakarta.el.PropertyNotFoundException
Creates a PropertyNotFoundException with no detail message.
PropertyNotFoundException(String) - Constructor for exception jakarta.el.PropertyNotFoundException
Creates a PropertyNotFoundException with the provided detail message.
PropertyNotFoundException(Throwable) - Constructor for exception jakarta.el.PropertyNotFoundException
Creates a PropertyNotFoundException with the given root cause.
PropertyNotFoundException(String, Throwable) - Constructor for exception jakarta.el.PropertyNotFoundException
Creates a PropertyNotFoundException with the given detail message and root cause.
PropertyNotFoundException - Exception in jakarta.faces.el
Deprecated.
This has been replaced by PropertyNotFoundException.
PropertyNotFoundException() - Constructor for exception jakarta.faces.el.PropertyNotFoundException
Deprecated.
Construct a new exception with no detail message or root cause.
PropertyNotFoundException(String) - Constructor for exception jakarta.faces.el.PropertyNotFoundException
Deprecated.
Construct a new exception with the specified detail message and no root cause.
PropertyNotFoundException(Throwable) - Constructor for exception jakarta.faces.el.PropertyNotFoundException
Deprecated.
Construct a new exception with the specified root cause.
PropertyNotFoundException(String, Throwable) - Constructor for exception jakarta.faces.el.PropertyNotFoundException
Deprecated.
Construct a new exception with the specified detail message and root cause.
PropertyNotWritableException - Exception in jakarta.el
Thrown when a property could not be written to while setting the value on a ValueExpression.
PropertyNotWritableException() - Constructor for exception jakarta.el.PropertyNotWritableException
Creates a PropertyNotWritableException with no detail message.
PropertyNotWritableException(String) - Constructor for exception jakarta.el.PropertyNotWritableException
Creates a PropertyNotWritableException with the provided detail message.
PropertyNotWritableException(Throwable) - Constructor for exception jakarta.el.PropertyNotWritableException
Creates a PropertyNotWritableException with the given root cause.
PropertyNotWritableException(String, Throwable) - Constructor for exception jakarta.el.PropertyNotWritableException
Creates a PropertyNotWritableException with the given detail message and root cause.
PropertyOrderStrategy - Class in jakarta.json.bind.config
Specifies predefined property order strategies.
propertyResolved(ELContext, Object, Object) - Method in class jakarta.el.EvaluationListener
Receives notification when the (base, property) pair is resolved
PropertyResolver - Class in jakarta.faces.el
Deprecated.
This has been replaced by ELResolver.
PropertyResolver() - Constructor for class jakarta.faces.el.PropertyResolver
Deprecated.
 
PropertyVisibilityStrategy - Interface in jakarta.json.bind.config
Provides mechanism how to define customized property visibility strategy.
ProtectedViewException - Exception in jakarta.faces.application

This exception is thrown by the runtime when a violation of the view protection mechanism is encountered.

ProtectedViewException(Throwable) - Constructor for exception jakarta.faces.application.ProtectedViewException
 
ProtectedViewException(String, Throwable) - Constructor for exception jakarta.faces.application.ProtectedViewException
 
ProtectedViewException(String) - Constructor for exception jakarta.faces.application.ProtectedViewException
 
ProtectedViewException() - Constructor for exception jakarta.faces.application.ProtectedViewException
 
PROVIDER - Static variable in class jakarta.ejb.embeddable.EJBContainer
Standard property name for specifying the embeddable container implementation bootstrap class.
Provider<T> - Interface in jakarta.inject
Provides instances of T.
provider() - Static method in class jakarta.json.bind.spi.JsonbProvider
Creates a JSON Binding provider object by using the ServiceLoader.load(Class) method.
provider(String) - Static method in class jakarta.json.bind.spi.JsonbProvider
Creates a JSON Binding provider object by using the ServiceLoader.load(Class) method, matching providerName.
provider() - Static method in class jakarta.json.spi.JsonProvider
Creates a JSON provider object.
Provider - Annotation Type in jakarta.ws.rs.ext
Marks an implementation of an extension interface that should be discoverable by JAX-RS runtime during a provider scanning phase.
PROVIDER_REGISTRATION_PERMISSION_NAME - Static variable in class jakarta.security.auth.message.config.AuthConfigFactory
The name of the SecurityPermission to be used to authorize access to the update methods of the factory implementation class.
providerRegistrationSecurityPermission - Static variable in class jakarta.security.auth.message.config.AuthConfigFactory
An instance of the SecurityPermission (with name AuthConfigFactory.PROVIDER_REGISTRATION_PERMISSION_NAME) for use in authorizing access to the update methods of the factory implementation class.
providerResolver(ValidationProviderResolver) - Method in interface jakarta.validation.bootstrap.GenericBootstrap
Defines the provider resolution strategy.
providerResolver(ValidationProviderResolver) - Method in interface jakarta.validation.bootstrap.ProviderSpecificBootstrap
Optionally defines the provider resolver implementation used.
providers - Static variable in class jakarta.persistence.Persistence
Deprecated. 
Providers - Interface in jakarta.ws.rs.ext
An injectable interface providing runtime lookup of provider instances.
ProviderSpecificBootstrap<T extends Configuration<T>> - Interface in jakarta.validation.bootstrap
Defines the state used to bootstrap Jakarta Bean Validation and creates a provider specific Configuration of type T.
ProviderUtil - Interface in jakarta.persistence.spi
Utility interface implemented by the persistence provider.
publishEvent(FacesContext, Class<? extends SystemEvent>, Object) - Method in class jakarta.faces.application.Application

If FacesContext.isProcessingEvents() is true and there are one or more listeners for events of the type represented by systemEventClass, call those listeners, passing source as the source of the event.

publishEvent(FacesContext, Class<? extends SystemEvent>, Class<?>, Object) - Method in class jakarta.faces.application.Application

This method functions exactly like Application.publishEvent(FacesContext,Class,Object), except the run-time must use the argument sourceBaseType to find the matching listener instead of using the Class of the source argument.

publishEvent(FacesContext, Class<? extends SystemEvent>, Object) - Method in class jakarta.faces.application.ApplicationWrapper

The default behavior of this method is to call Application.publishEvent(jakarta.faces.context.FacesContext, Class, Object) on the wrapped Application object.

publishEvent(FacesContext, Class<? extends SystemEvent>, Class<?>, Object) - Method in class jakarta.faces.application.ApplicationWrapper

The default behavior of this method is to call Application.publishEvent(jakarta.faces.context.FacesContext, Class, Class, Object) on the wrapped Application object.

push(T) - Method in interface jakarta.enterprise.context.spi.CreationalContext
Registers an incompletely initialized contextual instance the with the container.
Push - Annotation Type in jakarta.faces.push

The CDI annotation @Push allows you to inject a PushContext associated with a given <f:websocket> channel in any container managed artifact in WAR.

push() - Method in interface jakarta.servlet.http.PushBuilder
Push a resource given the current state of the builder, the method must be non-blocking.
pushBody(Writer) - Method in class jakarta.servlet.jsp.JspContext
Return a new JspWriter object that sends output to the provided Writer.
pushBody() - Method in class jakarta.servlet.jsp.PageContext
Return a new BodyContent object, save the current "out" JspWriter, and update the value of the "out" attribute in the page scope attribute namespace of the PageContext.
PushBuilder - Interface in jakarta.servlet.http
Build a request to be pushed.
pushComponentToEL(FacesContext, UIComponent) - Method in class jakarta.faces.component.UIComponent

Push the current UIComponent this to the FacesContext attribute map using the key UIComponent.CURRENT_COMPONENT saving the previous UIComponent associated with UIComponent.CURRENT_COMPONENT for a subsequent call to UIComponent.popComponentFromEL(jakarta.faces.context.FacesContext).

PushContext - Interface in jakarta.faces.push

CDI interface to send a message object to the push socket channel as identified by @Push.

pushReturnMode(FacesContext) - Method in class jakarta.faces.flow.FlowHandler

Enable the correct handling of navigation when processing a return node.

put(Serializable, Object) - Method in interface jakarta.faces.component.StateHelper

Return the previously stored value and store the specified key/value pair.

put(Serializable, String, Object) - Method in interface jakarta.faces.component.StateHelper

Store the specified mapKey/value in a Map that is internal to the helper, and return the previously stored value.

put(String, Object) - Method in class jakarta.faces.context.FlashWrapper

The default behavior of this method is to call Map.put(K, V) on the wrapped Flash object.

put(MessageInfo, Object) - Method in interface jakarta.security.auth.message.MessagePolicy.Target
Put the Object into the MessageInfo at the location identified by the target.
put(Entity<?>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
Invoke HTTP PUT method for the current request asynchronously.
put(Entity<?>, Class<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
Invoke HTTP PUT method for the current request asynchronously.
put(Entity<?>, GenericType<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
Invoke HTTP PUT method for the current request asynchronously.
put(Entity<?>, InvocationCallback<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
Invoke HTTP PUT method for the current request asynchronously.
put(Entity<?>) - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
 
put(Entity<?>, Class<T>) - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
 
put(Entity<?>, GenericType<T>) - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
 
put(Entity<?>) - Method in interface jakarta.ws.rs.client.RxInvoker
Invoke HTTP PUT method for the current request.
put(Entity<?>, Class<R>) - Method in interface jakarta.ws.rs.client.RxInvoker
Invoke HTTP PUT method for the current request.
put(Entity<?>, GenericType<R>) - Method in interface jakarta.ws.rs.client.RxInvoker
Invoke HTTP PUT method for the current request.
put(Entity<?>) - Method in interface jakarta.ws.rs.client.SyncInvoker
Invoke HTTP PUT method for the current request synchronously.
put(Entity<?>, Class<T>) - Method in interface jakarta.ws.rs.client.SyncInvoker
Invoke HTTP PUT method for the current request synchronously.
put(Entity<?>, GenericType<T>) - Method in interface jakarta.ws.rs.client.SyncInvoker
Invoke HTTP PUT method for the current request synchronously.
put(K, List<V>) - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
 
PUT - Static variable in annotation type jakarta.ws.rs.HttpMethod
HTTP PUT method.
PUT - Annotation Type in jakarta.ws.rs
Indicates that the annotated method responds to HTTP PUT requests.
putAll(Map<? extends String, ? extends Object>) - Method in class jakarta.faces.context.FlashWrapper

The default behavior of this method is to call Map.putAll(Map) on the wrapped Flash object.

putAll(Map<? extends K, ? extends List<V>>) - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
 
putContext(Class<?>, Object) - Method in class jakarta.el.ELContext
Associates a context object with this ELContext.
putContext(Class<?>, Object) - Method in class jakarta.el.StandardELContext
 
putNow(String, Object) - Method in class jakarta.faces.context.Flash

Puts a value in the flash so that it can be accessed on this traversal of the lifecycle, rather than on the next traversal.

putNow(String, Object) - Method in class jakarta.faces.context.FlashWrapper

The default behavior of this method is to call Flash.putNow(String, Object) on the wrapped Flash object.

putResource(Object, Object) - Method in interface jakarta.transaction.TransactionSynchronizationRegistry
Add or replace an object in the Map of resources being managed for the transaction bound to the current thread at the time this method is called.
putSingle(K, V) - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
Set the value for the key to be a one item list consisting of the supplied value.
putSingle(K, V) - Method in interface jakarta.ws.rs.core.MultivaluedMap
Set the key's value to be a one item list consisting of the supplied value.
putTransient(Object, Object) - Method in interface jakarta.faces.component.TransientStateHelper

Return the previously stored value and store the specified key/value pair.

putValue(String, Object) - Method in interface jakarta.servlet.http.HttpSession
Deprecated.
As of Version 2.2, this method is replaced by HttpSession.setAttribute(java.lang.String, java.lang.Object)

Q

Qualifier - Annotation Type in jakarta.inject
Identifies qualifier annotations.
QualifierLiteral - Class in jakarta.enterprise.inject.literal
Supports inline instantiation of the Qualifier annotation.
QualifierLiteral() - Constructor for class jakarta.enterprise.inject.literal.QualifierLiteral
 
qualifiers(Annotation...) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanAttributesConfigurator
Replace all qualifiers.
qualifiers(Set<Annotation>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanAttributesConfigurator
Replace all qualifiers.
qualifiers(Annotation...) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
Replace all qualifiers.
qualifiers(Set<Annotation>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
Replace all qualifiers.
qualifiers(Annotation...) - Method in interface jakarta.enterprise.inject.spi.configurator.InjectionPointConfigurator
Replace all qualifiers.
qualifiers(Set<Annotation>) - Method in interface jakarta.enterprise.inject.spi.configurator.InjectionPointConfigurator
Replace all qualifiers.
qualifiers(Annotation...) - Method in interface jakarta.enterprise.inject.spi.configurator.ObserverMethodConfigurator
Replace all qualifiers on the Observed event.
qualifiers(Set<Annotation>) - Method in interface jakarta.enterprise.inject.spi.configurator.ObserverMethodConfigurator
Replace all qualifiers on the Observed event.
Query - Interface in jakarta.persistence
Interface used to control query execution.
QueryHint - Annotation Type in jakarta.persistence
Used to supply a query property or hint to the NamedQuery or NamedNativeQuery annotation.
queryParam(String, Object...) - Method in interface jakarta.ws.rs.client.WebTarget
Create a new WebTarget instance by configuring a query parameter on the URI of the current target instance.
queryParam(String, Object...) - Method in class jakarta.ws.rs.core.UriBuilder
Append a query parameter to the existing set of query parameters.
QueryParam - Annotation Type in jakarta.ws.rs
Binds the value(s) of a HTTP query parameter to a resource method parameter, resource class field, or resource class bean property.
queryString(String) - Method in interface jakarta.servlet.http.PushBuilder
Set the query string to be used for the push.
QueryTimeoutException - Exception in jakarta.persistence
Thrown by the persistence provider when a query times out and only the statement is rolled back.
QueryTimeoutException() - Constructor for exception jakarta.persistence.QueryTimeoutException
Constructs a new QueryTimeoutException exception with null as its detail message.
QueryTimeoutException(String) - Constructor for exception jakarta.persistence.QueryTimeoutException
Constructs a new QueryTimeoutException exception with the specified detail message.
QueryTimeoutException(String, Throwable) - Constructor for exception jakarta.persistence.QueryTimeoutException
Constructs a new QueryTimeoutException exception with the specified detail message and cause.
QueryTimeoutException(Throwable) - Constructor for exception jakarta.persistence.QueryTimeoutException
Constructs a new QueryTimeoutException exception with the specified cause.
QueryTimeoutException(Query) - Constructor for exception jakarta.persistence.QueryTimeoutException
Constructs a new QueryTimeoutException exception with the specified query.
QueryTimeoutException(String, Throwable, Query) - Constructor for exception jakarta.persistence.QueryTimeoutException
Constructs a new QueryTimeoutException exception with the specified detail message, cause, and query.
queue() - Method in class jakarta.faces.event.FacesEvent
Convenience method to queue this event for broadcast at the end of the current request processing lifecycle phase.
queueEvent(FacesEvent) - Method in class jakarta.faces.component.UICommand
Intercept queueEvent and take the following action.
queueEvent(FacesEvent) - Method in class jakarta.faces.component.UIComponent
Queue an event for broadcast at the end of the current request processing lifecycle phase.
queueEvent(FacesEvent) - Method in class jakarta.faces.component.UIComponentBase
 
queueEvent(FacesEvent) - Method in class jakarta.faces.component.UIData
Override the default UIComponentBase.queueEvent(jakarta.faces.event.FacesEvent) processing to wrap any queued events in a wrapper so that we can reset the current row index in broadcast().
queueEvent(FacesEvent) - Method in class jakarta.faces.component.UIViewRoot
Override the default UIComponentBase.queueEvent(jakarta.faces.event.FacesEvent) behavior to accumulate the queued events for later broadcasting.
quot(Expression<? extends Number>, Expression<? extends Number>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create an expression that returns the quotient of its arguments.
quot(Expression<? extends Number>, Number) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create an expression that returns the quotient of its arguments.
quot(Number, Expression<? extends Number>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create an expression that returns the quotient of its arguments.

R

read(AnnotatedType<U>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
Read the information from the given annotated type.
read(BeanAttributes<?>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
Read the information from the given bean attributes.
read(Method) - Method in interface jakarta.enterprise.inject.spi.configurator.ObserverMethodConfigurator
Read observer meta data from a existing Method
read(AnnotatedMethod<?>) - Method in interface jakarta.enterprise.inject.spi.configurator.ObserverMethodConfigurator
Read observer meta data from a existing AnnotatedMethod
read(ObserverMethod<T>) - Method in interface jakarta.enterprise.inject.spi.configurator.ObserverMethodConfigurator
Read observer meta data from a existing ObserverMethod
read() - Method in interface jakarta.json.JsonReader
Returns a JSON array or object that is represented in the input source.
readArray() - Method in interface jakarta.json.JsonReader
Returns a JSON array that is represented in the input source.
readData() - Method in interface jakarta.ws.rs.sse.InboundSseEvent
Get the original event data as String.
readData(Class<T>) - Method in interface jakarta.ws.rs.sse.InboundSseEvent
Read event data as a given Java type.
readData(GenericType<T>) - Method in interface jakarta.ws.rs.sse.InboundSseEvent
Read event data as a given generic type.
readData(Class<T>, MediaType) - Method in interface jakarta.ws.rs.sse.InboundSseEvent
Read event data as a given Java type.
readData(GenericType<T>, MediaType) - Method in interface jakarta.ws.rs.sse.InboundSseEvent
Read event data as a given generic type.
readEJBHome(ObjectInputStream) - Method in interface jakarta.ejb.spi.HandleDelegate
Deserialize the EJBHome reference corresponding to a HomeHandle.
readEJBObject(ObjectInputStream) - Method in interface jakarta.ejb.spi.HandleDelegate
Deserialize the EJBObject reference corresponding to a Handle.
readEntity(Class<T>) - Method in class jakarta.ws.rs.core.Response
Read the message entity input stream as an instance of specified Java type using a MessageBodyReader that supports mapping the message entity stream onto the requested type.
readEntity(GenericType<T>) - Method in class jakarta.ws.rs.core.Response
Read the message entity input stream as an instance of specified Java type using a MessageBodyReader that supports mapping the message entity stream onto the requested type.
readEntity(Class<T>, Annotation[]) - Method in class jakarta.ws.rs.core.Response
Read the message entity input stream as an instance of specified Java type using a MessageBodyReader that supports mapping the message entity stream onto the requested type.
readEntity(GenericType<T>, Annotation[]) - Method in class jakarta.ws.rs.core.Response
Read the message entity input stream as an instance of specified Java type using a MessageBodyReader that supports mapping the message entity stream onto the requested type.
ReaderInterceptor - Interface in jakarta.ws.rs.ext
ReaderInterceptorContext - Interface in jakarta.ws.rs.ext
Context class used by ReaderInterceptor to intercept calls to (@link jakarta.ws.rs.ext.MessageBodyReader#readFrom}.
readFrom(Class<T>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in interface jakarta.ws.rs.ext.MessageBodyReader
Read a type from the InputStream.
readLine(byte[], int, int) - Method in class jakarta.servlet.ServletInputStream
Reads the input stream, one line at a time.
ReadListener - Interface in jakarta.servlet
This class represents a call-back mechanism that will notify implementations as HTTP request data becomes available to be read without blocking.
readObject() - Method in interface jakarta.json.JsonReader
Returns a JSON object that is represented in the input source.
readTimeout(long, TimeUnit) - Method in class jakarta.ws.rs.client.ClientBuilder
Set the read timeout.
readValue() - Method in interface jakarta.json.JsonReader
Returns a JSON value that is represented in the input source.
Reception - Enum in jakarta.enterprise.event
Distinguishes conditional observer methods from observer methods which are always notified.
reception(Reception) - Method in interface jakarta.enterprise.inject.spi.configurator.ObserverMethodConfigurator
Set the Reception mode for the observer to build
RECONNECT_NOT_SET - Static variable in interface jakarta.ws.rs.sse.SseEvent
A "reconnection not set" value for the SSE reconnect delay set via SSE event retry field.
reconnectDelay(long) - Method in interface jakarta.ws.rs.sse.OutboundSseEvent.Builder
Set reconnection delay (in milliseconds) that indicates how long the event receiver should wait before attempting to reconnect in case a connection to SSE event source is lost.
reconnectingEvery(long, TimeUnit) - Method in class jakarta.ws.rs.sse.SseEventSource.Builder
Set the initial reconnect delay to be used by the event source.
redirect(String) - Method in class jakarta.faces.context.ExternalContext
Redirect a request to the specified URL, and cause the responseComplete() method to be called on the FacesContext instance for the current request.
redirect(String) - Method in class jakarta.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.redirect(String) on the wrapped ExternalContext object.
redirect(String) - Method in class jakarta.faces.context.PartialResponseWriter

Write a redirect operation.

redirect() - Method in class jakarta.faces.flow.builder.NavigationCaseBuilder

Create a redirect within this navigation case.

redirect(String) - Method in interface jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContext
Sets the response status to SC_FOUND 302 (Found)
redirect(String) - Method in class jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
 
RedirectBuilder() - Constructor for class jakarta.faces.flow.builder.NavigationCaseBuilder.RedirectBuilder
 
RedirectionException - Exception in jakarta.ws.rs
A runtime application exception indicating a request redirection (HTTP 3xx status codes).
RedirectionException(Response.Status, URI) - Constructor for exception jakarta.ws.rs.RedirectionException
Construct a new redirection exception.
RedirectionException(String, Response.Status, URI) - Constructor for exception jakarta.ws.rs.RedirectionException
Construct a new redirection exception.
RedirectionException(int, URI) - Constructor for exception jakarta.ws.rs.RedirectionException
Construct a new redirection exception.
RedirectionException(String, int, URI) - Constructor for exception jakarta.ws.rs.RedirectionException
Construct a new redirection exception.
RedirectionException(Response) - Constructor for exception jakarta.ws.rs.RedirectionException
Construct a new redirection exception.
RedirectionException(String, Response) - Constructor for exception jakarta.ws.rs.RedirectionException
Construct a new redirection exception.
Reference(FacesContext, UIViewParameter, int, String) - Constructor for class jakarta.faces.component.UIViewParameter.Reference

Construct a reference to a UIViewParameter.

ReferencedBean - Annotation Type in jakarta.faces.bean
Deprecated.
The referenced-bean concept was used for a design time promise which however did not achieve widespread adoption. There is no direct replacement for this other than using the XML variant in faces-config.xml.
ReferenceSyntaxException - Exception in jakarta.faces.el
Deprecated.
This has been replaced by ELException.
ReferenceSyntaxException() - Constructor for exception jakarta.faces.el.ReferenceSyntaxException
Deprecated.
Construct a new exception with no detail message or root cause.
ReferenceSyntaxException(String) - Constructor for exception jakarta.faces.el.ReferenceSyntaxException
Deprecated.
Construct a new exception with the specified detail message and no root cause.
ReferenceSyntaxException(Throwable) - Constructor for exception jakarta.faces.el.ReferenceSyntaxException
Deprecated.
Construct a new exception with the specified root cause.
ReferenceSyntaxException(String, Throwable) - Constructor for exception jakarta.faces.el.ReferenceSyntaxException
Deprecated.
Construct a new exception with the specified detail message and root cause.
refresh(Object) - Method in interface jakarta.persistence.EntityManager
Refresh the state of the instance from the database, overwriting changes made to the entity, if any.
refresh(Object, Map<String, Object>) - Method in interface jakarta.persistence.EntityManager
Refresh the state of the instance from the database, using the specified properties, and overwriting changes made to the entity, if any.
refresh(Object, LockModeType) - Method in interface jakarta.persistence.EntityManager
Refresh the state of the instance from the database, overwriting changes made to the entity, if any, and lock it with respect to given lock mode type.
refresh(Object, LockModeType, Map<String, Object>) - Method in interface jakarta.persistence.EntityManager
Refresh the state of the instance from the database, overwriting changes made to the entity, if any, and lock it with respect to given lock mode type and with specified properties.
refresh() - Method in interface jakarta.security.auth.message.config.AuthConfig
Causes a dynamic authentication context configuration object to update the internal state that it uses to process calls to its getAuthContext method.
refresh() - Method in class jakarta.security.auth.message.config.AuthConfigFactory
Cause the factory to reprocess its persistent declarative representation of provider registrations.
refresh() - Method in interface jakarta.security.auth.message.config.AuthConfigProvider
Causes a dynamic configuration provider to update its internal state such that any resulting change to its state is reflected in the corresponding authentication context configuration objects previously created by the provider within the current process context.
RegexValidator - Class in jakarta.faces.validator

A Validator that checks against a Regular Expression (which is the pattern property).

RegexValidator() - Constructor for class jakarta.faces.validator.RegexValidator
 
register(Class<?>) - Method in interface jakarta.ws.rs.container.AsyncResponse
Register an asynchronous processing lifecycle callback class to receive lifecycle events for the asynchronous response based on the implemented callback interfaces.
register(Class<?>, Class<?>...) - Method in interface jakarta.ws.rs.container.AsyncResponse
Register asynchronous processing lifecycle callback classes to receive lifecycle events for the asynchronous response based on the implemented callback interfaces.
register(Object) - Method in interface jakarta.ws.rs.container.AsyncResponse
Register an asynchronous processing lifecycle callback instance to receive lifecycle events for the asynchronous response based on the implemented callback interfaces.
register(Object, Object...) - Method in interface jakarta.ws.rs.container.AsyncResponse
Register an asynchronous processing lifecycle callback instances to receive lifecycle events for the asynchronous response based on the implemented callback interfaces.
register(Class<?>) - Method in interface jakarta.ws.rs.core.Configurable
Register a class of a custom JAX-RS component (such as an extension provider or a feature meta-provider) to be instantiated and used in the scope of this configurable context.
register(Class<?>, int) - Method in interface jakarta.ws.rs.core.Configurable
Register a class of a custom JAX-RS component (such as an extension provider or a feature meta-provider) to be instantiated and used in the scope of this configurable context.
register(Class<?>, Class<?>...) - Method in interface jakarta.ws.rs.core.Configurable
Register a class of a custom JAX-RS component (such as an extension provider or a feature meta-provider) to be instantiated and used in the scope of this configurable context.
register(Class<?>, Map<Class<?>, Integer>) - Method in interface jakarta.ws.rs.core.Configurable
Register a class of a custom JAX-RS component (such as an extension provider or a feature meta-provider) to be instantiated and used in the scope of this configurable context.
register(Object) - Method in interface jakarta.ws.rs.core.Configurable
Register an instance of a custom JAX-RS component (such as an extension provider or a feature meta-provider) to be instantiated and used in the scope of this configurable context.
register(Object, int) - Method in interface jakarta.ws.rs.core.Configurable
Register an instance of a custom JAX-RS component (such as an extension provider or a feature meta-provider) to be instantiated and used in the scope of this configurable context.
register(Object, Class<?>...) - Method in interface jakarta.ws.rs.core.Configurable
Register an instance of a custom JAX-RS component (such as an extension provider or a feature meta-provider) to be instantiated and used in the scope of this configurable context.
register(Object, Map<Class<?>, Integer>) - Method in interface jakarta.ws.rs.core.Configurable
Register an instance of a custom JAX-RS component (such as an extension provider or a feature meta-provider) to be instantiated and used in the scope of this configurable context.
register(SseEventSink) - Method in interface jakarta.ws.rs.sse.SseBroadcaster
Register provided SseEventSink instance to this SseBroadcaster.
register(Consumer<InboundSseEvent>) - Method in interface jakarta.ws.rs.sse.SseEventSource
Register a InboundSseEvent consumer.
register(Consumer<InboundSseEvent>, Consumer<Throwable>) - Method in interface jakarta.ws.rs.sse.SseEventSource
Register InboundSseEvent and Throwable consumers.
register(Consumer<InboundSseEvent>, Consumer<Throwable>, Runnable) - Method in interface jakarta.ws.rs.sse.SseEventSource
Register InboundSseEvent and Throwable consumers and onComplete callback.
registerConfigProvider(String, Map, String, String, String) - Method in class jakarta.security.auth.message.config.AuthConfigFactory
Registers within the factory and records within the factory's persistent declarative representation of provider registrations a provider of ServerAuthConfig and/or ClientAuthConfig objects for a message layer and application context identifier.
registerConfigProvider(AuthConfigProvider, String, String, String) - Method in class jakarta.security.auth.message.config.AuthConfigFactory
Registers within the (in-memory) factory, a provider of ServerAuthConfig and/or ClientAuthConfig objects for a message layer and application context identifier.
registerInterposedSynchronization(Synchronization) - Method in interface jakarta.transaction.TransactionSynchronizationRegistry
Register a Synchronization instance with special ordering semantics.
registerStoredProcedureParameter(int, Class, ParameterMode) - Method in interface jakarta.persistence.StoredProcedureQuery
Register a positional parameter.
registerStoredProcedureParameter(String, Class, ParameterMode) - Method in interface jakarta.persistence.StoredProcedureQuery
Register a named parameter.
registerSynchronization(Synchronization) - Method in interface jakarta.transaction.Transaction
Register a synchronization object for the transaction currently associated with the target object.
Registration - Interface in jakarta.servlet
Interface through which a Servlet or Filter may be further configured.
Registration.Dynamic - Interface in jakarta.servlet
Interface through which a Servlet or Filter registered via one of the addServlet or addFilter methods, respectively, on ServletContext may be further configured.
RegistrationListener - Interface in jakarta.security.auth.message.config
An implementation of this interface may be associated with an AuthConfigProvider registration at an AuthConfigFactory at the time the AuthConfigProvider is obtained for use from the factory.
rel(String) - Method in interface jakarta.ws.rs.core.Link.Builder
Convenience method to set a link relation.
REL - Static variable in class jakarta.ws.rs.core.Link
Rel link param from RFC 5988.
relativize(URI) - Method in interface jakarta.ws.rs.core.UriInfo
Relativize a URI with respect to the current request URI.
release() - Method in interface jakarta.enterprise.context.spi.CreationalContext
Destroys all dependent objects of the instance which is being destroyed, by passing each dependent object to Contextual.destroy(Object, CreationalContext) .
release() - Method in class jakarta.faces.context.FacesContext
Release any resources associated with this FacesContext instance.
release() - Method in class jakarta.faces.context.FacesContextWrapper
The default behavior of this method is to call FacesContext.release() on the wrapped FacesContext object.
release() - Method in class jakarta.faces.context.PartialViewContext
Release any resources associated with this PartialViewContext instance.
release() - Method in class jakarta.faces.context.PartialViewContextWrapper
The default behavior of this method is to call PartialViewContext.release() on the wrapped PartialViewContext object.
release() - Method in class jakarta.faces.webapp.AttributeTag
Deprecated.
Release references to any acquired resources.
release() - Method in class jakarta.faces.webapp.ConverterTag
Deprecated.
Release references to any acquired resources.
release() - Method in class jakarta.faces.webapp.FacetTag
Release any resources allocated by this tag instance.
release() - Method in class jakarta.faces.webapp.UIComponentClassicTagBase
Release any resources allocated during the execution of this tag handler.
release() - Method in class jakarta.faces.webapp.UIComponentELTag
Release any resources allocated during the execution of this tag handler.
release() - Method in class jakarta.faces.webapp.UIComponentTag
Deprecated.
Release any resources allocated during the execution of this tag handler.
release() - Method in class jakarta.faces.webapp.ValidatorTag
Deprecated.
Release references to any acquired resources.
release() - Method in class jakarta.servlet.jsp.jstl.core.ConditionalTagSupport
Releases any resources this ConditionalTagSupport may have (or inherit).
release() - Method in class jakarta.servlet.jsp.jstl.core.LoopTagSupport
Releases any resources this LoopTagSupport may have (or inherit).
release() - Method in class jakarta.servlet.jsp.jstl.tlv.PermittedTaglibsTLV
 
release() - Method in class jakarta.servlet.jsp.PageContext
This method shall "reset" the internal state of a PageContext, releasing all internal references, and preparing the PageContext for potential reuse by a later invocation of initialize().
release() - Method in class jakarta.servlet.jsp.tagext.BodyTagSupport
Release state.
release() - Method in interface jakarta.servlet.jsp.tagext.Tag
Called on a Tag handler to release state.
release() - Method in class jakarta.servlet.jsp.tagext.TagAdapter
Must not be called.
release() - Method in class jakarta.servlet.jsp.tagext.TagLibraryValidator
Release any data kept by this instance for validation purposes.
release() - Method in class jakarta.servlet.jsp.tagext.TagSupport
Release state.
releaseFactories() - Static method in class jakarta.faces.FactoryFinder
Release any references to factory instances associated with the class loader for the calling web application.
releaseInstance(ConstraintValidator<?, ?>) - Method in interface jakarta.validation.ConstraintValidatorFactory
Signals ConstraintValidatorFactory that the instance is no longer being used by the Jakarta Bean Validation provider.
releasePageContext(PageContext) - Method in class jakarta.servlet.jsp.JspFactory
called to release a previously allocated PageContext object.
rememberMe(boolean) - Method in class jakarta.security.enterprise.authentication.mechanism.http.AuthenticationParameters
Signals that for this call to the authentication mechanism "remember me" should be applied, IFF the "remember me" feature is configured for the authentication mechanism responding to the authenticate call.
RememberMe - Annotation Type in jakarta.security.enterprise.authentication.mechanism.http
The RememberMe annotation provides an application the ability to declaratively designate that an authentication mechanism effectively "remembers" the authentication and auto applies this with every request.
RememberMeCredential - Class in jakarta.security.enterprise.credential
RememberMeCredential represents a credential presented as a token, for the explicit usage with the Jakarta Security provided remember me function.
RememberMeCredential(String) - Constructor for class jakarta.security.enterprise.credential.RememberMeCredential
Constructor
RememberMeIdentityStore - Interface in jakarta.security.enterprise.identitystore
RememberMeIdentityStore is a mechanism for validating a caller's credentials and accessing a caller's identity attributes that's specifically tailored for the "remember me" feature.
Remote - Annotation Type in jakarta.ejb
Declares the remote business interface(s) for a session bean.
RemoteEndpoint - Interface in jakarta.websocket
The RemoteEndpoint object is supplied by the container and represents the 'other end' or peer of the Web Socket conversation.
RemoteEndpoint.Async - Interface in jakarta.websocket
This representation of the peer of a web socket conversation has the ability to send messages asynchronously.
RemoteEndpoint.Basic - Interface in jakarta.websocket
This representation of the peer of a web socket conversation has the ability to send messages synchronously.
RemoteHome - Annotation Type in jakarta.ejb
Declares the remote home interface or adapted remote home interface for a session bean.
remove(Handle) - Method in interface jakarta.ejb.EJBHome
Remove an enterprise bean object identified by its handle.
remove(Object) - Method in interface jakarta.ejb.EJBHome
Remove an enterprise bean object identified by its primary key.
remove(Object) - Method in interface jakarta.ejb.EJBLocalHome
Remove an enterprise bean object identified by its primary key.
remove() - Method in interface jakarta.ejb.EJBLocalObject
Remove the enterprise bean local object.
remove() - Method in interface jakarta.ejb.EJBObject
Remove the enterprise bean object.
Remove - Annotation Type in jakarta.ejb
Applied to a business method of a stateful session bean class to indicate to the container that the stateful session bean is to be removed by the container after completion of the method.
remove(Predicate<Annotation>) - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedConstructorConfigurator
Remove annotations that match the specified predicate.
remove(Predicate<Annotation>) - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedFieldConfigurator
Remove annotations that match the specified predicate.
remove(Predicate<Annotation>) - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedMethodConfigurator
Remove annotations that match the specified predicate.
remove(Predicate<Annotation>) - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedParameterConfigurator
Remove annotations that match the specified predicate.
remove(Predicate<Annotation>) - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedTypeConfigurator
Remove annotations that match the specified predicate.
remove(Serializable) - Method in interface jakarta.faces.component.StateHelper

Remove the key/value pair from the helper, returning the value previously stored under this key.

remove(Serializable, Object) - Method in interface jakarta.faces.component.StateHelper

Remove a value from the inner data structure.

remove(Object) - Method in class jakarta.faces.context.FlashWrapper

The default behavior of this method is to call Map.remove(Object) on the wrapped Flash object.

remove(int) - Method in interface jakarta.json.JsonArrayBuilder
Remove the value in the array at the specified position.
remove(String) - Method in interface jakarta.json.JsonObjectBuilder
Remove the name/value pair from the JSON object associated with this object builder if it is present.
remove(String) - Method in interface jakarta.json.JsonPatchBuilder
Adds a "remove" JSON Patch operation.
remove(T) - Method in interface jakarta.json.JsonPointer
Removes the value at the reference location in the specified target.
remove(Object) - Method in interface jakarta.persistence.EntityManager
Remove the entity instance.
remove(MessageInfo) - Method in interface jakarta.security.auth.message.MessagePolicy.Target
Remove the Object identified by the Target from the MessageInfo.
remove(PageContext, String, int) - Static method in class jakarta.servlet.jsp.jstl.core.Config
Removes a configuration variable from the given scope.
remove(ServletRequest, String) - Static method in class jakarta.servlet.jsp.jstl.core.Config
Removes a configuration variable from the "request" scope.
remove(HttpSession, String) - Static method in class jakarta.servlet.jsp.jstl.core.Config
Removes a configuration variable from the "session" scope.
remove(ServletContext, String) - Static method in class jakarta.servlet.jsp.jstl.core.Config
Removes a configuration variable from the "application" scope.
remove(Object) - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
 
removeActionListener(ActionListener) - Method in interface jakarta.faces.component.ActionSource
Remove an existing ActionListener (if any) from the set of listeners interested in being notified when ActionEvents occur.
removeActionListener(ActionListener) - Method in class jakarta.faces.component.UICommand
 
removeActionListener(ActionListener) - Method in class jakarta.faces.component.UIViewAction
Remove an existing ActionListener (if any) from the set of listeners interested in being notified when ActionEvents occur.
removeAjaxBehaviorListener(AjaxBehaviorListener) - Method in class jakarta.faces.component.behavior.AjaxBehavior

Remove the specified AjaxBehaviorListener from the set of listeners registered to receive event notifications from this AjaxBehavior.

removeAll() - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedConstructorConfigurator
Remove all the annotations.
removeAll() - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedFieldConfigurator
Remove all the annotations.
removeAll() - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedMethodConfigurator
Remove all the annotations.
removeAll() - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedParameterConfigurator
Remove all the annotations.
removeAll() - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedTypeConfigurator
Remove all the annotations.
removeAttribute(String) - Method in interface jakarta.servlet.http.HttpSession
Removes the object bound with the specified name from this session.
removeAttribute(String) - Method in class jakarta.servlet.jsp.JspContext
Remove the object reference associated with the given name from all scopes.
removeAttribute(String, int) - Method in class jakarta.servlet.jsp.JspContext
Remove the object reference associated with the specified name in the given scope.
removeAttribute(String) - Method in interface jakarta.servlet.ServletContext
Removes the attribute with the given name from this ServletContext.
removeAttribute(String) - Method in interface jakarta.servlet.ServletRequest
Removes an attribute from this request.
removeAttribute(String) - Method in class jakarta.servlet.ServletRequestWrapper
The default behavior of this method is to call removeAttribute(String name) on the wrapped request object.
removeBehaviorListener(BehaviorListener) - Method in class jakarta.faces.component.behavior.BehaviorBase

Remove the specified BehaviorListener from the set of listeners registered to receive event notifications from this Behavior.

removeComponentResource(FacesContext, UIComponent) - Method in class jakarta.faces.component.UIViewRoot

Remove argument component, which is assumed to represent a resource instance, as a resource to this view.

removeComponentResource(FacesContext, UIComponent, String) - Method in class jakarta.faces.component.UIViewRoot

Remove argument component, which is assumed to represent a resource instance, as a resource to this view.

removeDataModelListener(DataModelListener) - Method in class jakarta.faces.model.DataModel
Remove an existing DataModelListener from the set interested in notifications from this DataModel.
removeELContextListener(ELContextListener) - Method in class jakarta.faces.application.Application
Remove the argument listener from the list of ELContextListeners.
removeELContextListener(ELContextListener) - Method in class jakarta.faces.application.ApplicationWrapper

The default behavior of this method is to call Application.removeELContextListener(jakarta.el.ELContextListener) on the wrapped Application object.

RemoveException - Exception in jakarta.ejb
The RemoveException is thrown at an attempt to remove an enterprise bean object or local enterprise bean object when the enterprise bean or the container does not allow the enterprise bean object to be removed.
RemoveException() - Constructor for exception jakarta.ejb.RemoveException
Constructs an RemoveException with no detail message.
RemoveException(String) - Constructor for exception jakarta.ejb.RemoveException
Constructs an RemoveException with the specified detail message.
removeFacesListener(FacesListener) - Method in class jakarta.faces.component.UIComponent
Remove the specified FacesListener from the set of listeners registered to receive event notifications from this UIComponent.
removeFacesListener(FacesListener) - Method in class jakarta.faces.component.UIComponentBase
Remove the specified FacesListener from the set of listeners registered to receive event notifications from this UIComponent.
removeHeader(String) - Method in interface jakarta.servlet.http.PushBuilder
Remove the named request header.
removeLoginToken(String) - Method in interface jakarta.security.enterprise.identitystore.RememberMeIdentityStore
Dissociates the principal and groups that were associated with the token before and removes the token itself.
removeMessageHandler(MessageHandler) - Method in interface jakarta.websocket.Session
Remove the given MessageHandler from the set belonging to this session.
removePhaseListener(PhaseListener) - Method in class jakarta.faces.component.UIViewRoot
If the argument toRemove is in the list of PhaseListeners for this instance, it must be removed.
removePhaseListener(PhaseListener) - Method in class jakarta.faces.lifecycle.Lifecycle
Deregister an existing PhaseListener instance that is no longer interested in being notified before and after the processing for standard phases of the request processing lifecycle.
removePhaseListener(PhaseListener) - Method in class jakarta.faces.lifecycle.LifecycleWrapper
 
removeProperty(String) - Method in interface jakarta.ws.rs.client.ClientRequestContext
Removes a property with the given name from the current request/response exchange context.
removeProperty(String) - Method in interface jakarta.ws.rs.container.ContainerRequestContext
Removes a property with the given name from the current request/response exchange context.
removeProperty(String) - Method in interface jakarta.ws.rs.ext.InterceptorContext
Removes a property with the given name from the current request/response exchange context.
removeProtectedView(String) - Method in class jakarta.faces.application.ViewHandler

Remove the argument urlPattern from the thread safe Set of protected views for this application, if present in the Set.

removeProtectedView(String) - Method in class jakarta.faces.application.ViewHandlerWrapper
The default behavior of this method is to call ViewHandler.removeProtectedView(java.lang.String) on the wrapped ViewHandler object.
removeRegistration(String) - Method in class jakarta.security.auth.message.config.AuthConfigFactory
Remove the identified provider registration from the factory (and from the persistent declarative representation of provider registrations, if appropriate) and invoke any listeners associated with the removed registration.
removeValidator(Validator) - Method in interface jakarta.faces.component.EditableValueHolder
Remove a Validator instance from the set associated with this component, if it was previously associated.
removeValidator(Validator) - Method in class jakarta.faces.component.UIInput
Remove a Validator instance from the set associated with this UIInput, if it was previously associated.
removeValue(String) - Method in interface jakarta.servlet.http.HttpSession
Deprecated.
As of Version 2.2, this method is replaced by HttpSession.removeAttribute(java.lang.String)
removeValue(String) - Method in class jakarta.servlet.jsp.tagext.TagSupport
Remove a value associated with a key.
removeValueChangeListener(ValueChangeListener) - Method in interface jakarta.faces.component.EditableValueHolder
Remove an existing ValueChangeListener (if any) from the set of listeners interested in being notified when ValueChangeEvents occur.
removeValueChangeListener(ValueChangeListener) - Method in class jakarta.faces.component.UIInput
Remove an existing ValueChangeListener (if any) from the set of listeners interested in being notified when ValueChangeEvents occur.
render(FacesContext) - Method in class jakarta.faces.lifecycle.Lifecycle
Execute the Render Response phase of the request processing lifecycle, unless the responseComplete() method has been called on the FacesContext instance associated with the current request.
render(FacesContext) - Method in class jakarta.faces.lifecycle.LifecycleWrapper
 
RENDER_ALL_MARKER - Static variable in class jakarta.faces.context.PartialResponseWriter

Reserved ID value to indicate entire ViewRoot.

RENDER_KIT_FACTORY - Static variable in class jakarta.faces.FactoryFinder
The property name for the RenderKitFactory class name.
RENDER_KIT_ID_PARAM - Static variable in class jakarta.faces.render.ResponseStateManager
The name of the request parameter used by the default implementation of ViewHandler.calculateRenderKitId(jakarta.faces.context.FacesContext) to derive a RenderKit ID.
RENDER_RESPONSE - Static variable in class jakarta.faces.event.PhaseId
Identifier for the Render Response phase of the request processing lifecycle.
rendered() - Method in class jakarta.faces.application.FacesMessage
Marks this message as having been rendered to the client.
Renderer - Class in jakarta.faces.render
A Renderer converts the internal representation of UIComponents into the output stream (or writer) associated with the response we are creating for a particular request.
Renderer() - Constructor for class jakarta.faces.render.Renderer
 
RendererWrapper - Class in jakarta.faces.render

Provides a simple implementation of Renderer that can be subclassed by developers wishing to provide specialized behavior to an existing Renderer instance.

RendererWrapper() - Constructor for class jakarta.faces.render.RendererWrapper
Deprecated.
Use the other constructor taking the implementation being wrapped.
RendererWrapper(Renderer) - Constructor for class jakarta.faces.render.RendererWrapper

If this renderer has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.

RenderKit - Class in jakarta.faces.render
RenderKit represents a collection of Renderer instances that, together, know how to render Jakarta Server Faces UIComponent instances for a specific client.
RenderKit() - Constructor for class jakarta.faces.render.RenderKit
 
RenderKitFactory - Class in jakarta.faces.render
RenderKitFactory is a factory object that registers and returns RenderKit instances.
RenderKitFactory() - Constructor for class jakarta.faces.render.RenderKitFactory
Deprecated.
Use the other constructor taking the implementation being wrapped.
RenderKitFactory(RenderKitFactory) - Constructor for class jakarta.faces.render.RenderKitFactory

If this factory has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.

RenderKitWrapper - Class in jakarta.faces.render

Provides a simple implementation of RenderKit that can be subclassed by developers wishing to provide specialized behavior to an existing RenderKit instance.

RenderKitWrapper() - Constructor for class jakarta.faces.render.RenderKitWrapper
Deprecated.
Use the other constructor taking the implementation being wrapped.
RenderKitWrapper(RenderKit) - Constructor for class jakarta.faces.render.RenderKitWrapper

If this render kit has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.

renderResponse() - Method in class jakarta.faces.context.FacesContext
Signal the Jakarta Server Faces implementation that, as soon as the current phase of the request processing lifecycle has been completed, control should be passed to the Render Response phase, bypassing any phases that have not been executed yet.
renderResponse() - Method in class jakarta.faces.context.FacesContextWrapper
The default behavior of this method is to call FacesContext.renderResponse() on the wrapped FacesContext object.
renderView(FacesContext, UIViewRoot) - Method in class jakarta.faces.application.ViewHandler
Perform whatever actions are required to render the response view to the response object associated with the current FacesContext.
renderView(FacesContext, UIViewRoot) - Method in class jakarta.faces.application.ViewHandlerWrapper
The default behavior of this method is to call ViewHandler.renderView(jakarta.faces.context.FacesContext, jakarta.faces.component.UIViewRoot) on the wrapped ViewHandler object.
renderView(FacesContext, UIViewRoot) - Method in class jakarta.faces.view.ViewDeclarationLanguage

Render a view rooted at argumentview.

renderView(FacesContext, UIViewRoot) - Method in class jakarta.faces.view.ViewDeclarationLanguageWrapper
 
replace(String, JsonValue) - Method in interface jakarta.json.JsonPatchBuilder
Adds a "replace" JSON Patch operation.
replace(String, String) - Method in interface jakarta.json.JsonPatchBuilder
Adds a "replace" JSON Patch operation.
replace(String, int) - Method in interface jakarta.json.JsonPatchBuilder
Adds a "replace" JSON Patch operation.
replace(String, boolean) - Method in interface jakarta.json.JsonPatchBuilder
Adds a "replace" JSON Patch operation.
replace(T, JsonValue) - Method in interface jakarta.json.JsonPointer
Replaces the value at the referenced location in the specified target with the specified value.
replaceAll(MultivaluedMap<String, Object>) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
Replaces all existing headers with the newly supplied headers.
replaceMatrix(String) - Method in class jakarta.ws.rs.core.UriBuilder
Set the matrix parameters of the current final segment of the current URI path.
replaceMatrixParam(String, Object...) - Method in class jakarta.ws.rs.core.UriBuilder
Replace the existing value(s) of a matrix parameter on the current final segment of the URI path.
replacePath(String) - Method in class jakarta.ws.rs.core.UriBuilder
Set the URI path.
replaceQuery(String) - Method in class jakarta.ws.rs.core.UriBuilder
Set the URI query string.
replaceQueryParam(String, Object...) - Method in class jakarta.ws.rs.core.UriBuilder
Replace the existing value(s) of a query parameter.
ReportAsSingleViolation - Annotation Type in jakarta.validation
A constraint annotation hosting this annotation will return the composed annotation error report if any of the composing annotations fail.
REQUEST - Static variable in class jakarta.enterprise.context.BeforeDestroyed.Literal
 
REQUEST - Static variable in class jakarta.enterprise.context.Destroyed.Literal
 
REQUEST - Static variable in class jakarta.enterprise.context.Initialized.Literal
 
REQUEST - Static variable in class jakarta.servlet.jsp.PageContext
Name used to store ServletRequest in PageContext name table.
request() - Method in interface jakarta.ws.rs.client.WebTarget
Start building a request to the targeted web resource.
request(String...) - Method in interface jakarta.ws.rs.client.WebTarget
Start building a request to the targeted web resource and define the accepted response media types.
request(MediaType...) - Method in interface jakarta.ws.rs.client.WebTarget
Start building a request to the targeted web resource and define the accepted response media types.
Request - Interface in jakarta.ws.rs.core
An injectable helper for request processing, all methods throw an IllegalStateException if called outside the scope of a request (e.g.
REQUEST_SCOPE - Static variable in class jakarta.servlet.jsp.PageContext
Request scope: the named reference remains available from the ServletRequest associated with the Servlet until the current request is completed.
REQUEST_TIME_VALUE - Static variable in class jakarta.servlet.jsp.tagext.TagData
Distinguished value for an attribute to indicate its value is a request-time expression (which is not yet available because TagData instances are used at translation-time).
RequestContextController - Interface in jakarta.enterprise.context.control
The CDI container provides a built in instance of RequestContextController that is dependent scoped for the purposes of activating and deactivating.
RequestCookieMap - Annotation Type 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 ExternalContext.getRequestCookieMap() to be injected as the value of that field.

RequestCookieMap - Annotation Type in jakarta.faces.context
 
requestDestroyed(ServletRequestEvent) - Method in interface jakarta.servlet.ServletRequestListener
Receives notification that a ServletRequest is about to go out of scope of the web application.
RequestDispatcher - Interface in jakarta.servlet
Defines an object that receives requests from the client and sends them to any resource (such as a servlet, HTML file, or JSP file) on the server.
requestInitialized(ServletRequestEvent) - Method in interface jakarta.servlet.ServletRequestListener
Receives notification that a ServletRequest is about to come into scope of the web application.
RequestMap - Annotation Type 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 ExternalContext.getRequestMap() to be injected as the value of that field.

RequestParameterMap - Annotation Type in jakarta.faces.annotation

The presence of this annotation (along with @Inject) on a field of type Map<String, String> causes the map returned from ExternalContext.getRequestParameterMap() to be injected as the value of that field.

RequestParameterValuesMap - Annotation Type in jakarta.faces.annotation

The presence of this annotation (along with @Inject) on a field of type Map<String, String []> causes the map returned from ExternalContext.getRequestParameterValuesMap() to be injected as the value of that field.

RequestScoped - Annotation Type in jakarta.enterprise.context
Specifies that a bean is request scoped.
RequestScoped - Annotation Type in jakarta.faces.bean
Deprecated.
This has been replaced by jakarta.enterprise.context.RequestScoped, which is a CDI build-in scope with similar semantics.
RequestScoped.Literal - Class in jakarta.enterprise.context
Supports inline instantiation of the RequestScoped annotation.
REQUIRED_MESSAGE_ID - Static variable in class jakarta.faces.component.UIInput
The message identifier of the FacesMessage to be created if a required check fails.
RequiredValidator - Class in jakarta.faces.validator

A Validator that checks for an empty value in the same way that UIInput checks for a value.

RequiredValidator() - Constructor for class jakarta.faces.validator.RequiredValidator
 
reset() - Method in interface jakarta.servlet.ServletResponse
Clears any data that exists in the buffer as well as the status code, headers.
reset() - Method in class jakarta.servlet.ServletResponseWrapper
The default behavior of this method is to call reset() on the wrapped response object.
RESET_VALUES_PARAM_NAME - Static variable in class jakarta.faces.context.PartialViewContext

If the request parameter named by the value of this constant has a parameter value of true, the implementation must return true from PartialViewContext.isResetValues().

resetBuffer() - Method in interface jakarta.servlet.ServletResponse
Clears the content of the underlying buffer in the response without clearing headers or status code.
resetBuffer() - Method in class jakarta.servlet.ServletResponseWrapper
The default behavior of this method is to call resetBuffer() on the wrapped response object.
resetValue() - Method in interface jakarta.faces.component.EditableValueHolder

Convenience method to reset this component's value to the un-initialized state.

resetValue() - Method in class jakarta.faces.component.UIInput
Convenience method to reset this component's value to the un-initialized state.
resetValue() - Method in class jakarta.faces.component.UIOutput

Convenience method to reset this component's value to the un-initialized state.

resetValues(FacesContext, Collection<String>) - Method in class jakarta.faces.component.UIViewRoot

Visit the clientIds and, if the component is an instance of EditableValueHolder, call its EditableValueHolder.resetValue() method.

ResolutionException - Exception in jakarta.enterprise.inject
Indicates a problem relating to typesafe resolution.
ResolutionException() - Constructor for exception jakarta.enterprise.inject.ResolutionException
 
ResolutionException(String, Throwable) - Constructor for exception jakarta.enterprise.inject.ResolutionException
 
ResolutionException(String) - Constructor for exception jakarta.enterprise.inject.ResolutionException
 
ResolutionException(Throwable) - Constructor for exception jakarta.enterprise.inject.ResolutionException
 
RESOLVABLE_AT_DESIGN_TIME - Static variable in class jakarta.el.ELResolver
The attribute name of the named attribute in the FeatureDescriptor that specifies whether the variable or property can be resolved at runtime.
resolve(Set<Bean<? extends X>>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
Apply the ambiguous dependency resolution rules to a set of beans.
resolve(SearchKeywordContext, UIComponent, String) - Method in class jakarta.faces.component.search.SearchKeywordResolver

Try to resolve one or multiple UIComponents based on the keyword and calls SearchKeywordContext.invokeContextCallback(jakarta.faces.component.UIComponent) for each resolved component.

resolve(URI) - Method in interface jakarta.ws.rs.core.UriInfo
Resolve a relative URI with respect to the base URI of the application.
resolveClass(String) - Method in class jakarta.el.ImportHandler
Resolve a class name.
resolveClientId(SearchExpressionContext, String) - Method in class jakarta.faces.component.search.SearchExpressionHandler

Resolves to a single clientId or passthrough expression for the given expression.

resolveClientId(SearchExpressionContext, String) - Method in class jakarta.faces.component.search.SearchExpressionHandlerWrapper
 
resolveClientIds(SearchExpressionContext, String) - Method in class jakarta.faces.component.search.SearchExpressionHandler

Resolves to a List with clientIds or passthrough expressions for the given expressions.

resolveClientIds(SearchExpressionContext, String) - Method in class jakarta.faces.component.search.SearchExpressionHandlerWrapper
 
resolveComponent(SearchExpressionContext, String, ContextCallback) - Method in class jakarta.faces.component.search.SearchExpressionHandler

Resolves a single UIComponents for the given expression.

resolveComponent(SearchExpressionContext, String, ContextCallback) - Method in class jakarta.faces.component.search.SearchExpressionHandlerWrapper
 
resolveComponents(SearchExpressionContext, String, ContextCallback) - Method in class jakarta.faces.component.search.SearchExpressionHandler

Resolves multiple UIComponents for the given expression(s).

resolveComponents(SearchExpressionContext, String, ContextCallback) - Method in class jakarta.faces.component.search.SearchExpressionHandlerWrapper
 
resolveDecorators(Set<Type>, Annotation...) - Method in interface jakarta.enterprise.inject.spi.BeanManager
Return an ordered list of decorators for a set of bean types and a set of qualifiers and which are enabled in the module or library containing the class into which the BeanManager was injected or the Java EE component from whose JNDI environment namespace the BeanManager was obtained.
resolveFunction(String, String) - Method in class jakarta.el.FunctionMapper
Resolves the specified prefix and local name into a java.lang.Method.
resolveFunction(String, String) - Method in interface jakarta.servlet.jsp.el.FunctionMapper
Deprecated.
Resolves the specified local name and prefix into a Java.lang.Method.
resolveInterceptors(InterceptionType, Annotation...) - Method in interface jakarta.enterprise.inject.spi.BeanManager
Return an ordered list of enabled interceptors for a set of interceptor bindings and a type of interception and which are enabled in the module or library containing the class into which the BeanManager was injected or the Java EE component from whose JNDI environment namespace the BeanManager was obtained.
resolveObserverMethods(T, Annotation...) - Method in interface jakarta.enterprise.inject.spi.BeanManager
Return an ordered set of observer methods for an event.
resolveStatic(String) - Method in class jakarta.el.ImportHandler
Resolve a static field or method name.
resolveTemplate(String, Object) - Method in interface jakarta.ws.rs.client.WebTarget
Create a new WebTarget instance by resolving a URI template with a given name in the URI of the current target instance using a supplied value.
resolveTemplate(String, Object, boolean) - Method in interface jakarta.ws.rs.client.WebTarget
Create a new WebTarget instance by resolving a URI template with a given name in the URI of the current target instance using a supplied value.
resolveTemplate(String, Object) - Method in class jakarta.ws.rs.core.UriBuilder
Resolve a URI template with a given name in this UriBuilder instance using a supplied value.
resolveTemplate(String, Object, boolean) - Method in class jakarta.ws.rs.core.UriBuilder
Resolve a URI template with a given name in this UriBuilder instance using a supplied value.
resolveTemplateFromEncoded(String, Object) - Method in interface jakarta.ws.rs.client.WebTarget
Create a new WebTarget instance by resolving a URI template with a given name in the URI of the current target instance using a supplied encoded value.
resolveTemplateFromEncoded(String, Object) - Method in class jakarta.ws.rs.core.UriBuilder
Resolve a URI template with a given name in this UriBuilder instance using a supplied encoded value.
resolveTemplates(Map<String, Object>) - Method in interface jakarta.ws.rs.client.WebTarget
Create a new WebTarget instance by resolving one or more URI templates in the URI of the current target instance using supplied name-value pairs.
resolveTemplates(Map<String, Object>, boolean) - Method in interface jakarta.ws.rs.client.WebTarget
Create a new WebTarget instance by resolving one or more URI templates in the URI of the current target instance using supplied name-value pairs.
resolveTemplates(Map<String, Object>) - Method in class jakarta.ws.rs.core.UriBuilder
Resolve one or more URI templates in this UriBuilder instance using supplied name-value pairs.
resolveTemplates(Map<String, Object>, boolean) - Method in class jakarta.ws.rs.core.UriBuilder
Resolve one or more URI templates in this UriBuilder instance using supplied name-value pairs.
resolveTemplatesFromEncoded(Map<String, Object>) - Method in interface jakarta.ws.rs.client.WebTarget
Create a new WebTarget instance by resolving one or more URI templates in the URI of the current target instance using supplied name-encoded value pairs.
resolveTemplatesFromEncoded(Map<String, Object>) - Method in class jakarta.ws.rs.core.UriBuilder
Resolve one or more URI templates in this UriBuilder instance using supplied name-value pairs.
resolveUrl(String) - Method in class jakarta.faces.view.facelets.ResourceResolver
Deprecated.

Returns the URL of a Facelet template file.

resolveVariable(String) - Method in class jakarta.el.VariableMapper
 
resolveVariable(FacesContext, String) - Method in class jakarta.faces.el.VariableResolver
Deprecated.
Resolve the specified variable name, and return the corresponding object, if any; otherwise, return null.
resolveVariable(String) - Method in interface jakarta.servlet.jsp.el.VariableResolver
Deprecated.
Resolves the specified variable.
Resource - Annotation Type in jakarta.annotation
The Resource annotation marks a resource that is needed by the application.
Resource - Class in jakarta.faces.application

An instance of Resource is a Java object representation of the artifact that is served up in response to a resource request from the client.

Resource() - Constructor for class jakarta.faces.application.Resource
 
Resource.AuthenticationType - Enum in jakarta.annotation
The two possible authentication types for a resource.
RESOURCE_CONTRACT_XML - Static variable in class jakarta.faces.application.ResourceHandler

This file must be located in META-INF/contracts/<contractName>/ in a jar file that contains a resource library contract, where <contractName> is the name of the contract.

RESOURCE_EXCLUDES_DEFAULT_VALUE - Static variable in class jakarta.faces.application.ResourceHandler

The default value for the ResourceHandler.RESOURCE_EXCLUDES_PARAM_NAME init param.

RESOURCE_EXCLUDES_PARAM_NAME - Static variable in class jakarta.faces.application.ResourceHandler

The ServletContext init parameter consulted by the ResourceHandler.handleResourceRequest(jakarta.faces.context.FacesContext) to tell which kinds of resources must never be served up in response to a resource request.

RESOURCE_IDENTIFIER - Static variable in class jakarta.faces.application.ResourceHandler

Resource.getRequestPath() returns the value of this constant as the prefix of the URI.

ResourceBundleELResolver - Class in jakarta.el
Defines property resolution behavior on instances of ResourceBundle.
ResourceBundleELResolver() - Constructor for class jakarta.el.ResourceBundleELResolver
 
ResourceContext - Interface in jakarta.ws.rs.container
The resource context provides access to instances of resource classes.
ResourceDependencies - Annotation Type in jakarta.faces.application

Container annotation to specify multiple ResourceDependency annotations on a single class.

ResourceDependency - Annotation Type in jakarta.faces.application

Instances of UIComponent or Renderer that have this annotation (or ResourceDependencies attached at the class level will automatically have a resource dependency added so that the named resource will be present in user agent's view of the UIViewRoot in which this component or renderer is used.

ResourceHandler - Class in jakarta.faces.application

ResourceHandler is the run-time API by which UIComponent and Renderer instances, and the ViewDeclarationLanguage can reference Resource instances. An implementation of this class must be thread-safe.

ResourceHandler() - Constructor for class jakarta.faces.application.ResourceHandler
 
ResourceHandlerWrapper - Class in jakarta.faces.application

Provides a simple implementation of ResourceHandler that can be subclassed by developers wishing to provide specialized behavior to an existing ResourceHandler instance.

ResourceHandlerWrapper() - Constructor for class jakarta.faces.application.ResourceHandlerWrapper
Deprecated.
Use the other constructor taking the implementation being wrapped.
ResourceHandlerWrapper(ResourceHandler) - Constructor for class jakarta.faces.application.ResourceHandlerWrapper

If this resource handler has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.

ResourceInfo - Interface in jakarta.ws.rs.container
An injectable class to access the resource class and resource method matched by the current request.
ResourceResolver - Class in jakarta.faces.view.facelets
Deprecated.
ResourceResolver() - Constructor for class jakarta.faces.view.facelets.ResourceResolver
Deprecated.
 
Resources - Annotation Type in jakarta.annotation
This class is used to allow multiple resources declarations.
ResourceVisitOption - Enum in jakarta.faces.application

Defines the resource traversal options.

ResourceWrapper - Class in jakarta.faces.application

Provides a simple implementation of Resource that can be subclassed by developers wishing to provide specialized behavior to an existing Resource instance.

ResourceWrapper(Resource) - Constructor for class jakarta.faces.application.ResourceWrapper

If this resource has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.

ResourceWrapper() - Constructor for class jakarta.faces.application.ResourceWrapper
Deprecated.
Use the other constructor taking the implementation being wrapped.
RESPONSE - Static variable in class jakarta.servlet.jsp.PageContext
Name used to store ServletResponse in PageContext name table.
Response - Class in jakarta.ws.rs.core
Defines the contract between a returned instance and the runtime when an application needs to provide meta-data to the runtime.
Response() - Constructor for class jakarta.ws.rs.core.Response
Protected constructor, use one of the static methods to obtain a Response.ResponseBuilder instance and obtain a Response from that.
Response.ResponseBuilder - Class in jakarta.ws.rs.core
A class used to build Response instances that contain metadata instead of or in addition to an entity.
Response.Status - Enum in jakarta.ws.rs.core
Commonly used status codes defined by HTTP, see HTTP/1.1 documentation for the complete list.
Response.Status.Family - Enum in jakarta.ws.rs.core
An enumeration representing the class of status code.
Response.StatusType - Interface in jakarta.ws.rs.core
Base interface for statuses used in responses.
ResponseBuilder() - Constructor for class jakarta.ws.rs.core.Response.ResponseBuilder
Protected constructor, use one of the static methods of Response to obtain an instance.
responseComplete() - Method in class jakarta.faces.context.FacesContext
Signal the Jakarta Server Faces implementation that the HTTP response for this request has already been generated (such as an HTTP redirect), and that the request processing lifecycle should be terminated as soon as the current phase is completed.
responseComplete() - Method in class jakarta.faces.context.FacesContextWrapper
The default behavior of this method is to call FacesContext.responseComplete() on the wrapped FacesContext object.
responseFlushBuffer() - Method in class jakarta.faces.context.ExternalContext

Flushes the buffered response content to the client.

responseFlushBuffer() - Method in class jakarta.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.responseFlushBuffer() on the wrapped ExternalContext object.
responseNotFound() - Method in interface jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContext
Sets the response status to 404 (not found).
responseNotFound() - Method in class jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
 
ResponseProcessingException - Exception in jakarta.ws.rs.client
JAX-RS client-side runtime processing exception thrown to indicate that response processing has failed (e.g.
ResponseProcessingException(Response, Throwable) - Constructor for exception jakarta.ws.rs.client.ResponseProcessingException
Constructs a new JAX-RS runtime response processing exception for a specific response with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
ResponseProcessingException(Response, String, Throwable) - Constructor for exception jakarta.ws.rs.client.ResponseProcessingException
Constructs a new JAX-RS runtime response processing exception with the specified detail message and cause.
ResponseProcessingException(Response, String) - Constructor for exception jakarta.ws.rs.client.ResponseProcessingException
Constructs a new JAX-RS runtime processing exception with the specified detail message.
responseReset() - Method in class jakarta.faces.context.ExternalContext

Resets the current response.

responseReset() - Method in class jakarta.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.responseReset() on the wrapped ExternalContext object.
responseSendError(int, String) - Method in class jakarta.faces.context.ExternalContext

Sends an HTTP status code with message.

responseSendError(int, String) - Method in class jakarta.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.responseSendError(int,String) on the wrapped ExternalContext object.
ResponseStateManager - Class in jakarta.faces.render
ResponseStateManager is the helper class to StateManager that knows the specific rendering technology being used to generate the response.
ResponseStateManager() - Constructor for class jakarta.faces.render.ResponseStateManager
 
ResponseStream - Class in jakarta.faces.context
ResponseStream is an interface describing an adapter to an underlying output mechanism for binary output.
ResponseStream() - Constructor for class jakarta.faces.context.ResponseStream
 
responseUnauthorized() - Method in interface jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContext
Sets the response status to 401 (unauthorized).
responseUnauthorized() - Method in class jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
 
ResponseWriter - Class in jakarta.faces.context
ResponseWriter is an abstract class describing an adapter to an underlying output mechanism for character-based output.
ResponseWriter() - Constructor for class jakarta.faces.context.ResponseWriter
 
ResponseWriterWrapper - Class in jakarta.faces.context
Provides a simple implementation of ResponseWriter that can be subclassed by developers wishing to provide specialized behavior to an existing ResponseWriter instance.
ResponseWriterWrapper() - Constructor for class jakarta.faces.context.ResponseWriterWrapper
Deprecated.
Use the other constructor taking the implementation being wrapped.
ResponseWriterWrapper(ResponseWriter) - Constructor for class jakarta.faces.context.ResponseWriterWrapper

If this response writer has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.

RESTORE_VIEW - Static variable in class jakarta.faces.event.PhaseId
Identifier that indicates an interest in events queued for the Restore View phase of the request processing lifecycle.
restoreAttachedState(FacesContext, Object) - Static method in class jakarta.faces.component.UIComponentBase
This method is called by UIComponent subclasses that need to restore the objects they saved using UIComponentBase.saveAttachedState(jakarta.faces.context.FacesContext, java.lang.Object).
restoreComponentState(FacesContext, UIViewRoot, String) - Method in class jakarta.faces.application.StateManager
Deprecated.
the distinction between tree structure and component state is now an implementation detail. The default implementation does nothing.
restoreComponentState(FacesContext, UIViewRoot, String) - Method in class jakarta.faces.application.StateManagerWrapper
restoreState(FacesContext, Object) - Method in class jakarta.faces.component.behavior.AjaxBehavior
 
restoreState(FacesContext, Object) - Method in class jakarta.faces.component.behavior.BehaviorBase
restoreState(FacesContext, Object) - Method in interface jakarta.faces.component.StateHolder
Perform any processing required to restore the state from the entries in the state Object.
restoreState(FacesContext, Object) - Method in class jakarta.faces.component.UIComponentBase
 
restoreState(FacesContext, Object) - Method in class jakarta.faces.component.UIData
 
restoreState(FacesContext, Object) - Method in class jakarta.faces.component.UIInput
 
restoreState(FacesContext, Object) - Method in class jakarta.faces.component.UIOutput
 
restoreState(FacesContext, Object) - Method in class jakarta.faces.component.UIViewRoot
 
restoreState(FacesContext, Object) - Method in class jakarta.faces.convert.DateTimeConverter
 
restoreState(FacesContext, Object) - Method in class jakarta.faces.convert.EnumConverter
 
restoreState(FacesContext, Object) - Method in class jakarta.faces.convert.NumberConverter
 
restoreState(FacesContext, Object) - Method in class jakarta.faces.event.MethodExpressionActionListener

Both MethodExpression instances described in the constructor must be restored.

restoreState(FacesContext, Object) - Method in class jakarta.faces.event.MethodExpressionValueChangeListener

Both MethodExpression instances described in the constructor must be restored.

restoreState(FacesContext, Object) - Method in class jakarta.faces.validator.BeanValidator
 
restoreState(FacesContext, Object) - Method in class jakarta.faces.validator.DoubleRangeValidator
 
restoreState(FacesContext, Object) - Method in class jakarta.faces.validator.LengthValidator
 
restoreState(FacesContext, Object) - Method in class jakarta.faces.validator.LongRangeValidator
 
restoreState(FacesContext, Object) - Method in class jakarta.faces.validator.MethodExpressionValidator
 
restoreState(FacesContext, Object) - Method in class jakarta.faces.validator.RegexValidator
 
restoreTransientState(FacesContext, Object) - Method in interface jakarta.faces.component.TransientStateHolder

Restore the "transient state" using the object passed as state.

restoreTransientState(FacesContext, Object) - Method in class jakarta.faces.component.UIComponent

For components that need to support the concept of transient state, this method will restore any state saved on a prior call to UIComponent.saveTransientState(jakarta.faces.context.FacesContext).

restoreTreeStructure(FacesContext, String, String) - Method in class jakarta.faces.application.StateManager
Deprecated.
the distinction between tree structure and component state is now an implementation detail. The default implementation returns null.
restoreTreeStructure(FacesContext, String, String) - Method in class jakarta.faces.application.StateManagerWrapper
The default behavior of this method is to call StateManager.restoreTreeStructure(jakarta.faces.context.FacesContext, String, String) on the wrapped StateManager object.
restoreView(FacesContext, String, String) - Method in class jakarta.faces.application.StateManager
Deprecated.
restoreView(FacesContext, String, String) - Method in class jakarta.faces.application.StateManagerWrapper
The default behavior of this method is to call StateManager.restoreView(jakarta.faces.context.FacesContext, String, String) on the wrapped StateManager object.
restoreView(FacesContext, String) - Method in class jakarta.faces.application.ViewHandler
Perform whatever actions are required to restore the view associated with the specified FacesContext and viewId.
restoreView(FacesContext, String) - Method in class jakarta.faces.application.ViewHandlerWrapper
The default behavior of this method is to call ViewHandler.restoreView(jakarta.faces.context.FacesContext, String) on the wrapped ViewHandler object.
restoreView(FacesContext, String, String) - Method in class jakarta.faces.view.StateManagementStrategy

Restore the state of the view with information in the request.

restoreView(FacesContext, String) - Method in class jakarta.faces.view.ViewDeclarationLanguage

Restore a UIViewRoot from a previously created view.

restoreView(FacesContext, String) - Method in class jakarta.faces.view.ViewDeclarationLanguageWrapper
 
restoreViewScopeState(FacesContext, Object) - Method in class jakarta.faces.component.UIViewRoot

Restore ViewScope state.

Result - Interface in jakarta.servlet.jsp.jstl.sql
This interface represents the result of a <sql:query> action.
ResultDataModel - Class in jakarta.faces.model
ResultDataModel is a convenience implementation of DataModel that wraps a JSTL Result object, typically representing the results of executing an SQL query via JSTL tags.
ResultDataModel() - Constructor for class jakarta.faces.model.ResultDataModel
Construct a new ResultDataModel with no specified wrapped data.
ResultDataModel(Result) - Constructor for class jakarta.faces.model.ResultDataModel
Construct a new ResultDataModel wrapping the specified Result.
ResultSetDataModel - Class in jakarta.faces.model
ResultSetDataModel is a convenience implementation of DataModel that wraps a ResultSet of Java objects.
ResultSetDataModel() - Constructor for class jakarta.faces.model.ResultSetDataModel
Construct a new ResultSetDataModel with no specified wrapped data.
ResultSetDataModel(ResultSet) - Constructor for class jakarta.faces.model.ResultSetDataModel
Construct a new ResultSetDataModel wrapping the specified ResultSet.
ResultSupport - Class in jakarta.servlet.jsp.jstl.sql
Supports the creation of a jakarta.servlet.jsp.jstl.sql.Result object from a source java.sql.ResultSet object.
ResultSupport() - Constructor for class jakarta.servlet.jsp.jstl.sql.ResultSupport
 
resume(Transaction) - Method in interface jakarta.transaction.TransactionManager
Resume the transaction context association of the calling thread with the transaction represented by the supplied Transaction object.
resume(Object) - Method in interface jakarta.ws.rs.container.AsyncResponse
Resume the suspended request processing using the provided response data.
resume(Throwable) - Method in interface jakarta.ws.rs.container.AsyncResponse
Resume the suspended request processing using the provided throwable.
retargetAttachedObjects(FacesContext, UIComponent, List<AttachedObjectHandler>) - Method in class jakarta.faces.view.ViewDeclarationLanguage

Assuming the component metadata for argument topLevelComponent has been made available by an earlier call to ViewDeclarationLanguage.getComponentMetadata(jakarta.faces.context.FacesContext, jakarta.faces.application.Resource), leverage the component metadata for the purpose of re-targeting attached objects from the top level composite component to the individual AttachedObjectTarget instances inside the composite component.

retargetAttachedObjects(FacesContext, UIComponent, List<AttachedObjectHandler>) - Method in class jakarta.faces.view.ViewDeclarationLanguageWrapper
 
retargetMethodExpressions(FacesContext, UIComponent) - Method in class jakarta.faces.view.ViewDeclarationLanguage

Assuming the component metadata for argument topLevelComponent has been made available by an earlier call to ViewDeclarationLanguage.getComponentMetadata(jakarta.faces.context.FacesContext, jakarta.faces.application.Resource), leverage the component metadata for the purpose of re-targeting any method expressions from the top level component to the appropriate inner component.

retargetMethodExpressions(FacesContext, UIComponent) - Method in class jakarta.faces.view.ViewDeclarationLanguageWrapper
 
RETRY_AFTER - Static variable in interface jakarta.ws.rs.core.HttpHeaders
ReturnBuilder - Class in jakarta.faces.flow.builder

Create a return node in the current Flow.

ReturnBuilder() - Constructor for class jakarta.faces.flow.builder.ReturnBuilder
 
returnNode(String) - Method in class jakarta.faces.flow.builder.FlowBuilder

Define a return node.

ReturnNode - Class in jakarta.faces.flow

Represents a return node in the flow graph.

ReturnNode() - Constructor for class jakarta.faces.flow.ReturnNode
 
ReturnValueDescriptor - Interface in jakarta.validation.metadata
Describes a validated return value of a method or constructor.
REVERSE - Static variable in class jakarta.json.bind.config.PropertyOrderStrategy
Using this strategy, the order of properties is in reverse order to lexicographical order.
reverse() - Method in interface jakarta.persistence.criteria.Order
Switch the ordering.
RolesAllowed - Annotation Type in jakarta.annotation.security
Specifies the list of security roles permitted to access method(s) in an application.
rollback() - Method in interface jakarta.persistence.EntityTransaction
Roll back the current resource transaction.
rollback() - Method in interface jakarta.transaction.Transaction
Rollback the transaction represented by this Transaction object.
rollback() - Method in interface jakarta.transaction.TransactionManager
Roll back the transaction associated with the current thread.
rollback() - Method in interface jakarta.transaction.UserTransaction
Roll back the transaction associated with the current thread.
RollbackException - Exception in jakarta.persistence
Thrown by the persistence provider when EntityTransaction.commit() fails.
RollbackException() - Constructor for exception jakarta.persistence.RollbackException
Constructs a new RollbackException exception with null as its detail message.
RollbackException(String) - Constructor for exception jakarta.persistence.RollbackException
Constructs a new RollbackException exception with the specified detail message.
RollbackException(String, Throwable) - Constructor for exception jakarta.persistence.RollbackException
Constructs a new RollbackException exception with the specified detail message and cause.
RollbackException(Throwable) - Constructor for exception jakarta.persistence.RollbackException
Constructs a new RollbackException exception with the specified cause.
RollbackException - Exception in jakarta.transaction
RollbackException exception is thrown when the transaction has been marked for rollback only or the transaction has been rolled back instead of committed.
RollbackException() - Constructor for exception jakarta.transaction.RollbackException
 
RollbackException(String) - Constructor for exception jakarta.transaction.RollbackException
 
Root<X> - Interface in jakarta.persistence.criteria
A root type in the from clause.
rowSelected(DataModelEvent) - Method in interface jakarta.faces.model.DataModelListener
Notification that a particular row index, with the associated row data, has been selected for processing.
RunAs - Annotation Type in jakarta.annotation.security
Defines the identity of the application during execution.
RuntimeDelegate - Class in jakarta.ws.rs.ext
Implementations of JAX-RS provide a concrete subclass of RuntimeDelegate and various JAX-RS API methods defer to methods of RuntimeDelegate for their functionality.
RuntimeDelegate() - Constructor for class jakarta.ws.rs.ext.RuntimeDelegate
Allows custom implementations to extend the RuntimeDelegate class.
RuntimeDelegate.HeaderDelegate<T> - Interface in jakarta.ws.rs.ext
Defines the contract for a delegate that is responsible for converting between the String form of a HTTP header and the corresponding JAX-RS type T.
RuntimeType - Enum in jakarta.ws.rs
Enumeration of JAX-RS runtime types.
rx() - Method in interface jakarta.ws.rs.client.Invocation.Builder
Access the default reactive invoker based on CompletionStage.
rx(Class<T>) - Method in interface jakarta.ws.rs.client.Invocation.Builder
Access a reactive invoker based on a RxInvoker subclass provider.
RxInvoker<T> - Interface in jakarta.ws.rs.client
Uniform interface for reactive invocation of HTTP methods.
RxInvokerProvider<T extends RxInvoker> - Interface in jakarta.ws.rs.client
RxInvoker provider.

S

saveAttachedState(FacesContext, Object) - Static method in class jakarta.faces.component.UIComponentBase

This method is called by UIComponent subclasses that want to save one or more attached objects.

saveSerializedView(FacesContext) - Method in class jakarta.faces.application.StateManager
Deprecated.
this has been replaced by StateManager.saveView(jakarta.faces.context.FacesContext). The default implementation calls saveView and inspects the return. If the return is an Object [], it casts the result to an Object [] wrapping the first and second elements in an instance of StateManager.SerializedView, which it then returns. Otherwise, it returns null
saveSerializedView(FacesContext) - Method in class jakarta.faces.application.StateManagerWrapper
The default behavior of this method is to call StateManager.saveSerializedView(jakarta.faces.context.FacesContext) on the wrapped StateManager object.
saveState(FacesContext) - Method in class jakarta.faces.component.behavior.AjaxBehavior
 
saveState(FacesContext) - Method in class jakarta.faces.component.behavior.BehaviorBase
saveState(FacesContext) - Method in class jakarta.faces.component.html.HtmlInputFile
 
saveState(FacesContext) - Method in interface jakarta.faces.component.StateHolder
Gets the state of the instance as a Serializable Object.
saveState(FacesContext) - Method in class jakarta.faces.component.UIComponentBase
 
saveState(FacesContext) - Method in class jakarta.faces.component.UIData
 
saveState(FacesContext) - Method in class jakarta.faces.component.UIInput
 
saveState(FacesContext) - Method in class jakarta.faces.component.UIOutput
 
saveState(FacesContext) - Method in class jakarta.faces.component.UIViewRoot
 
saveState(FacesContext) - Method in class jakarta.faces.convert.DateTimeConverter
 
saveState(FacesContext) - Method in class jakarta.faces.convert.EnumConverter
 
saveState(FacesContext) - Method in class jakarta.faces.convert.NumberConverter
 
saveState(FacesContext) - Method in class jakarta.faces.event.MethodExpressionActionListener

Both MethodExpression instances described in the constructor must be saved.

saveState(FacesContext) - Method in class jakarta.faces.event.MethodExpressionValueChangeListener

Both MethodExpression instances described in the constructor must be saved.

saveState(FacesContext) - Method in class jakarta.faces.validator.BeanValidator
 
saveState(FacesContext) - Method in class jakarta.faces.validator.DoubleRangeValidator
 
saveState(FacesContext) - Method in class jakarta.faces.validator.LengthValidator
 
saveState(FacesContext) - Method in class jakarta.faces.validator.LongRangeValidator
 
saveState(FacesContext) - Method in class jakarta.faces.validator.MethodExpressionValidator
 
saveState(FacesContext) - Method in class jakarta.faces.validator.RegexValidator
 
saveTransientState(FacesContext) - Method in interface jakarta.faces.component.TransientStateHolder

Return the object containing related "transient states".

saveTransientState(FacesContext) - Method in class jakarta.faces.component.UIComponent

For components that need to support the concept of transient state, this method will save any state that is known to be transient in nature.

saveView(FacesContext) - Method in class jakarta.faces.application.StateManager
Deprecated.
saveView(FacesContext) - Method in class jakarta.faces.application.StateManagerWrapper
The default behavior of this method is to call StateManager.saveView(jakarta.faces.context.FacesContext) on the wrapped StateManager object.
saveView(FacesContext) - Method in class jakarta.faces.view.StateManagementStrategy

Return the state of the current view in an Object that implements Serializable and can be passed to java.io.ObjectOutputStream.writeObject() without causing a java.io.NotSerializableException to be thrown. The default implementation must perform the following algorithm or its semantic equivalent, explicitly performing all the steps listed here.

SC_ACCEPTED - Static variable in interface jakarta.servlet.http.HttpServletResponse
Status code (202) indicating that a request was accepted for processing, but was not completed.
SC_BAD_GATEWAY - Static variable in interface jakarta.servlet.http.HttpServletResponse
Status code (502) indicating that the HTTP server received an invalid response from a server it consulted when acting as a proxy or gateway.
SC_BAD_REQUEST - Static variable in interface jakarta.servlet.http.HttpServletResponse
Status code (400) indicating the request sent by the client was syntactically incorrect.
SC_CONFLICT - Static variable in interface jakarta.servlet.http.HttpServletResponse
Status code (409) indicating that the request could not be completed due to a conflict with the current state of the resource.
SC_CONTINUE - Static variable in interface jakarta.servlet.http.HttpServletResponse
Status code (100) indicating the client can continue.
SC_CREATED - Static variable in interface jakarta.servlet.http.HttpServletResponse
Status code (201) indicating the request succeeded and created a new resource on the server.
SC_EXPECTATION_FAILED - Static variable in interface jakarta.servlet.http.HttpServletResponse
Status code (417) indicating that the server could not meet the expectation given in the Expect request header.
SC_FORBIDDEN - Static variable in interface jakarta.servlet.http.HttpServletResponse
Status code (403) indicating the server understood the request but refused to fulfill it.
SC_FOUND - Static variable in interface jakarta.servlet.http.HttpServletResponse
Status code (302) indicating that the resource reside temporarily under a different URI.
SC_GATEWAY_TIMEOUT - Static variable in interface jakarta.servlet.http.HttpServletResponse
Status code (504) indicating that the server did not receive a timely response from the upstream server while acting as a gateway or proxy.
SC_GONE - Static variable in interface jakarta.servlet.http.HttpServletResponse
Status code (410) indicating that the resource is no longer available at the server and no forwarding address is known.
SC_HTTP_VERSION_NOT_SUPPORTED - Static variable in interface jakarta.servlet.http.HttpServletResponse
Status code (505) indicating that the server does not support or refuses to support the HTTP protocol version that was used in the request message.
SC_INTERNAL_SERVER_ERROR - Static variable in interface jakarta.servlet.http.HttpServletResponse
Status code (500) indicating an error inside the HTTP server which prevented it from fulfilling the request.
SC_LENGTH_REQUIRED - Static variable in interface jakarta.servlet.http.HttpServletResponse
Status code (411) indicating that the request cannot be handled without a defined Content-Length.
SC_METHOD_NOT_ALLOWED - Static variable in interface jakarta.servlet.http.HttpServletResponse
Status code (405) indicating that the method specified in the Request-Line is not allowed for the resource identified by the Request-URI.
SC_MOVED_PERMANENTLY - Static variable in interface jakarta.servlet.http.HttpServletResponse
Status code (301) indicating that the resource has permanently moved to a new location, and that future references should use a new URI with their requests.
SC_MOVED_TEMPORARILY - Static variable in interface jakarta.servlet.http.HttpServletResponse
Status code (302) indicating that the resource has temporarily moved to another location, but that future references should still use the original URI to access the resource.
SC_MULTIPLE_CHOICES - Static variable in interface jakarta.servlet.http.HttpServletResponse
Status code (300) indicating that the requested resource corresponds to any one of a set of representations, each with its own specific location.
SC_NO_CONTENT - Static variable in interface jakarta.servlet.http.HttpServletResponse
Status code (204) indicating that the request succeeded but that there was no new information to return.
SC_NON_AUTHORITATIVE_INFORMATION - Static variable in interface jakarta.servlet.http.HttpServletResponse
Status code (203) indicating that the meta information presented by the client did not originate from the server.
SC_NOT_ACCEPTABLE - Static variable in interface jakarta.servlet.http.HttpServletResponse
Status code (406) indicating that the resource identified by the request is only capable of generating response entities which have content characteristics not acceptable according to the accept headers sent in the request.
SC_NOT_FOUND - Static variable in interface jakarta.servlet.http.HttpServletResponse
Status code (404) indicating that the requested resource is not available.
SC_NOT_IMPLEMENTED - Static variable in interface jakarta.servlet.http.HttpServletResponse
Status code (501) indicating the HTTP server does not support the functionality needed to fulfill the request.
SC_NOT_MODIFIED - Static variable in interface jakarta.servlet.http.HttpServletResponse
Status code (304) indicating that a conditional GET operation found that the resource was available and not modified.
SC_OK - Static variable in interface jakarta.servlet.http.HttpServletResponse
Status code (200) indicating the request succeeded normally.
SC_PARTIAL_CONTENT - Static variable in interface jakarta.servlet.http.HttpServletResponse
Status code (206) indicating that the server has fulfilled the partial GET request for the resource.
SC_PAYMENT_REQUIRED - Static variable in interface jakarta.servlet.http.HttpServletResponse
Status code (402) reserved for future use.
SC_PRECONDITION_FAILED - Static variable in interface jakarta.servlet.http.HttpServletResponse
Status code (412) indicating that the precondition given in one or more of the request-header fields evaluated to false when it was tested on the server.
SC_PROXY_AUTHENTICATION_REQUIRED - Static variable in interface jakarta.servlet.http.HttpServletResponse
Status code (407) indicating that the client MUST first authenticate itself with the proxy.
SC_REQUEST_ENTITY_TOO_LARGE - Static variable in interface jakarta.servlet.http.HttpServletResponse
Status code (413) indicating that the server is refusing to process the request because the request entity is larger than the server is willing or able to process.
SC_REQUEST_TIMEOUT - Static variable in interface jakarta.servlet.http.HttpServletResponse
Status code (408) indicating that the client did not produce a request within the time that the server was prepared to wait.
SC_REQUEST_URI_TOO_LONG - Static variable in interface jakarta.servlet.http.HttpServletResponse
Status code (414) indicating that the server is refusing to service the request because the Request-URI is longer than the server is willing to interpret.
SC_REQUESTED_RANGE_NOT_SATISFIABLE - Static variable in interface jakarta.servlet.http.HttpServletResponse
Status code (416) indicating that the server cannot serve the requested byte range.
SC_RESET_CONTENT - Static variable in interface jakarta.servlet.http.HttpServletResponse
Status code (205) indicating that the agent SHOULD reset the document view which caused the request to be sent.
SC_SEE_OTHER - Static variable in interface jakarta.servlet.http.HttpServletResponse
Status code (303) indicating that the response to the request can be found under a different URI.
SC_SERVICE_UNAVAILABLE - Static variable in interface jakarta.servlet.http.HttpServletResponse
Status code (503) indicating that the HTTP server is temporarily overloaded, and unable to handle the request.
SC_SWITCHING_PROTOCOLS - Static variable in interface jakarta.servlet.http.HttpServletResponse
Status code (101) indicating the server is switching protocols according to Upgrade header.
SC_TEMPORARY_REDIRECT - Static variable in interface jakarta.servlet.http.HttpServletResponse
Status code (307) indicating that the requested resource resides temporarily under a different URI.
SC_UNAUTHORIZED - Static variable in interface jakarta.servlet.http.HttpServletResponse
Status code (401) indicating that the request requires HTTP authentication.
SC_UNSUPPORTED_MEDIA_TYPE - Static variable in interface jakarta.servlet.http.HttpServletResponse
Status code (415) indicating that the server is refusing to service the request because the entity of the request is in a format not supported by the requested resource for the requested method.
SC_USE_PROXY - Static variable in interface jakarta.servlet.http.HttpServletResponse
Status code (305) indicating that the requested resource MUST be accessed through the proxy given by the Location field.
ScalarDataModel<E> - Class in jakarta.faces.model
ScalarDataModel is a convenience implementation of DataModel that wraps an individual Java object.
ScalarDataModel() - Constructor for class jakarta.faces.model.ScalarDataModel
Construct a new ScalarDataModel with no specified wrapped data.
ScalarDataModel(E) - Constructor for class jakarta.faces.model.ScalarDataModel
Construct a new ScalarDataModel wrapping the specified scalar object.
Schedule - Annotation Type in jakarta.ejb
Schedule a timer for automatic creation with a timeout schedule based on a cron-like time expression.
scheduledExecutorService(ScheduledExecutorService) - Method in class jakarta.ws.rs.client.ClientBuilder
Set the client-side ScheduledExecutorService.
ScheduleExpression - Class in jakarta.ejb
A calendar-based timeout expression for an enterprise bean timer.
ScheduleExpression() - Constructor for class jakarta.ejb.ScheduleExpression
Create a schedule with the default values.
Schedules - Annotation Type in jakarta.ejb
Applied to a timer callback method to schedule multiple calendar-based timers for the method.
scheme(String) - Method in class jakarta.ws.rs.core.UriBuilder
Set the URI scheme.
schemeSpecificPart(String) - Method in class jakarta.ws.rs.core.UriBuilder
Set the URI scheme-specific-part (see URI).
scope(Class<? extends Annotation>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanAttributesConfigurator
Replace Bean scope
scope(Class<? extends Annotation>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
Replace Bean scope
Scope - Annotation Type in jakarta.inject
Identifies scope annotations.
Scope - Enum in jakarta.validation.metadata
Scope looked at when discovering constraints.
ScopeContext - Class in jakarta.faces.event

A structure that contains the name of the scope and the scope itself exposed as a Map<String, Object>.

ScopeContext(String, Map<String, Object>) - Constructor for class jakarta.faces.event.ScopeContext

Construct this structure with the supplied arguments.

ScopedAttributeELResolver - Class in jakarta.servlet.jsp.el
Defines variable resolution behavior for scoped attributes.
ScopedAttributeELResolver() - Constructor for class jakarta.servlet.jsp.el.ScopedAttributeELResolver
 
ScriptFreeTLV - Class in jakarta.servlet.jsp.jstl.tlv
A TagLibraryValidator for enforcing restrictions against the use of JSP scripting elements.
ScriptFreeTLV() - Constructor for class jakarta.servlet.jsp.jstl.tlv.ScriptFreeTLV
Constructs a new validator instance.
SEARCH_EXPRESSION_CONTEXT_FACTORY - Static variable in class jakarta.faces.FactoryFinder

The property name for the SearchExpressionContext class name.

SearchExpressionContext - Class in jakarta.faces.component.search

A context object that is used to hold state relating to resolve a search expression.

SearchExpressionContext() - Constructor for class jakarta.faces.component.search.SearchExpressionContext
 
SearchExpressionContextFactory - Class in jakarta.faces.component.search

Provide for separation of interface and implementation for the SearchExpressionContext contract.

SearchExpressionContextFactory(SearchExpressionContextFactory) - Constructor for class jakarta.faces.component.search.SearchExpressionContextFactory

If this factory has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.

SearchExpressionHandler - Class in jakarta.faces.component.search
The SearchExpressionHandler is responsible for resolving search expression(s)
SearchExpressionHandler() - Constructor for class jakarta.faces.component.search.SearchExpressionHandler
 
SearchExpressionHandlerWrapper - Class in jakarta.faces.component.search

Provides a simple implementation of SearchExpressionHandler that can be subclassed by developers wishing to provide specialized behavior to an existing SearchExpressionHandler instance.

SearchExpressionHandlerWrapper(SearchExpressionHandler) - Constructor for class jakarta.faces.component.search.SearchExpressionHandlerWrapper

If this search expression handler has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.

SearchExpressionHint - Enum in jakarta.faces.component.search

An enum that specifies hints that impact the behavior of a component tree search.

SearchKeywordContext - Class in jakarta.faces.component.search
SearchKeywordContext(SearchExpressionContext, ContextCallback, String) - Constructor for class jakarta.faces.component.search.SearchKeywordContext

Construct a new context with the given arguments.

SearchKeywordResolver - Class in jakarta.faces.component.search

A SearchKeywordResolver is responsible for resolving a single keyword.

SearchKeywordResolver() - Constructor for class jakarta.faces.component.search.SearchKeywordResolver
 
SEC_WEBSOCKET_ACCEPT - Static variable in interface jakarta.websocket.HandshakeResponse
The Sec-WebSocket-Accept header name.
SEC_WEBSOCKET_EXTENSIONS - Static variable in interface jakarta.websocket.server.HandshakeRequest
The Sec-WebSocket-Extensions header name
SEC_WEBSOCKET_KEY - Static variable in interface jakarta.websocket.server.HandshakeRequest
The Sec-WebSocket-Key header name
SEC_WEBSOCKET_PROTOCOL - Static variable in interface jakarta.websocket.server.HandshakeRequest
The Sec-WebSocket-Protocol header name
SEC_WEBSOCKET_VERSION - Static variable in interface jakarta.websocket.server.HandshakeRequest
The Sec-WebSocket-Version header name
second(String) - Method in class jakarta.ejb.ScheduleExpression
Set the second attribute.
second(int) - Method in class jakarta.ejb.ScheduleExpression
Set the second attribute.
SecondaryTable - Annotation Type in jakarta.persistence
Specifies a secondary table for the annotated entity class.
SecondaryTables - Annotation Type in jakarta.persistence
Specifies multiple secondary tables for an entity.
SeContainer - Interface in jakarta.enterprise.inject.se
Provides access to the current container in Java SE.
SeContainerInitializer - Class in jakarta.enterprise.inject.se
A CDI container initializer for Java SE.
SeContainerInitializer() - Constructor for class jakarta.enterprise.inject.se.SeContainerInitializer
 
SecretKeyCallback - Class in jakarta.security.auth.message.callback
Callback for acquiring a shared secret from a key repository.
SecretKeyCallback(SecretKeyCallback.Request) - Constructor for class jakarta.security.auth.message.callback.SecretKeyCallback
Constructs this SecretKeyCallback with a secret key Request object.
SecretKeyCallback.AliasRequest - Class in jakarta.security.auth.message.callback
Request type for secret keys that are identified using an alias.
SecretKeyCallback.Request - Interface in jakarta.security.auth.message.callback
Marker interface for secret key request types.
secureRequest(MessageInfo, Subject) - Method in interface jakarta.security.auth.message.ClientAuth
Secure a service request message before sending it to the service.
secureResponse(MessageInfo, Subject) - Method in interface jakarta.security.auth.message.ServerAuth
Secure a service response before sending it to the client.
secureResponse(HttpServletRequest, HttpServletResponse, HttpMessageContext) - Method in interface jakarta.security.enterprise.authentication.mechanism.http.HttpAuthenticationMechanism
Secure the response, optionally.
SecurityContext - Interface in jakarta.security.enterprise
The SecurityContext provides an access point for programmatic security; an injectable type that is intended to be used by application code to query and interact with Jakarta Security.
SecurityContext - Interface in jakarta.ws.rs.core
An injectable interface that provides access to security related information.
seeOther(URI) - Static method in class jakarta.ws.rs.core.Response
Create a new ResponseBuilder for a redirection.
segment(String...) - Method in class jakarta.ws.rs.core.UriBuilder
Append path segments to the existing path.
select(Annotation...) - Method in interface jakarta.enterprise.event.Event
Obtains a child Event for the given additional required qualifiers.
select(Class<U>, Annotation...) - Method in interface jakarta.enterprise.event.Event
Obtains a child Event for the given required type and additional required qualifiers.
select(TypeLiteral<U>, Annotation...) - Method in interface jakarta.enterprise.event.Event
Obtains a child Event for the given required type and additional required qualifiers.
select(Annotation...) - Method in interface jakarta.enterprise.inject.Instance
Obtains a child Instance for the given additional required qualifiers.
select(Class<U>, Annotation...) - Method in interface jakarta.enterprise.inject.Instance
Obtains a child Instance for the given required type and additional required qualifiers.
select(TypeLiteral<U>, Annotation...) - Method in interface jakarta.enterprise.inject.Instance
Obtains a child Instance for the given required type and additional required qualifiers.
select(Selection<? extends T>) - Method in interface jakarta.persistence.criteria.CriteriaQuery
Specify the item that is to be returned in the query result.
select(Expression<T>) - Method in interface jakarta.persistence.criteria.Subquery
Specify the item that is to be returned as the subquery result.
selectAlternatives(Class<?>...) - Method in class jakarta.enterprise.inject.se.SeContainerInitializer
Add alternatives classes to the list of selected alternatives for the synthetic bean archive.
selectAlternativeStereotypes(Class<? extends Annotation>...) - Method in class jakarta.enterprise.inject.se.SeContainerInitializer
Add alternative stereotype classes to the list of selected alternative stereotypes for the synthetic bean archive.
selectCase(Expression<? extends C>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create a simple case expression.
selectCase() - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create a general case expression.
Selection<X> - Interface in jakarta.persistence.criteria
The Selection interface defines an item that is to be returned in a query result.
SelectItem - Class in jakarta.faces.model
SelectItem represents a single item in the list of supported items associated with a UISelectMany or UISelectOne component.
SelectItem() - Constructor for class jakarta.faces.model.SelectItem
Construct a SelectItem with no initialized property values.
SelectItem(Object) - Constructor for class jakarta.faces.model.SelectItem
Construct a SelectItem with the specified value.
SelectItem(Object, String) - Constructor for class jakarta.faces.model.SelectItem
Construct a SelectItem with the specified value and label.
SelectItem(Object, String, String) - Constructor for class jakarta.faces.model.SelectItem
Construct a SelectItem instance with the specified value, label and description.
SelectItem(Object, String, String, boolean) - Constructor for class jakarta.faces.model.SelectItem
Construct a SelectItem instance with the specified property values.
SelectItem(Object, String, String, boolean, boolean) - Constructor for class jakarta.faces.model.SelectItem
Construct a SelectItem instance with the specified property values.
SelectItem(Object, String, String, boolean, boolean, boolean) - Constructor for class jakarta.faces.model.SelectItem
Construct a SelectItem instance with the specified property values.
SelectItemGroup - Class in jakarta.faces.model
SelectItemGroup is a subclass of SelectItem that identifies a set of options that will be made available as a subordinate "submenu" or "options list", depending upon the requirements of the UISelectMany or UISelectOne renderer that is actually used.
SelectItemGroup() - Constructor for class jakarta.faces.model.SelectItemGroup
Construct a SelectItemGroup with no initialized property values.
SelectItemGroup(String) - Constructor for class jakarta.faces.model.SelectItemGroup
Construct a SelectItemGroup with the specified label and no associated selectItems.
SelectItemGroup(String, String, boolean, SelectItem[]) - Constructor for class jakarta.faces.model.SelectItemGroup
Construct a SelectItemGroup with the specified properties.
selectVariant(List<Variant>) - Method in interface jakarta.ws.rs.core.Request
Select the representation variant that best matches the request.
send(Object) - Method in interface jakarta.faces.push.PushContext
Send given message object to the push socket channel as identified by @Push.
send(Object, S) - Method in interface jakarta.faces.push.PushContext
Send given message object to the push socket channel as identified by @Push, targeted to the given user as identified by <f:websocket user>.
send(Object, Collection<S>) - Method in interface jakarta.faces.push.PushContext
Send given message object to the push socket channel as identified by @Push, targeted to the given users as identified by <f:websocket user>.
send(OutboundSseEvent) - Method in interface jakarta.ws.rs.sse.SseEventSink
Send an outbound Server-sent event to this sink.
SEND_CONTINUE - Static variable in class jakarta.security.auth.message.AuthStatus
Indicates the message processing by the authentication module is NOT complete, that the module replaced the application message with a security message, and that the runtime is to proceed by sending the security message.
SEND_FAILURE - Static variable in class jakarta.security.auth.message.AuthStatus
Indicates that the message processing by the authentication module was NOT successful, that the module replaced the application message with an error message, and that the runtime is to proceed by sending the error message.
SEND_SUCCESS - Static variable in class jakarta.security.auth.message.AuthStatus
Indicates that the message processing by the authentication module was successful and that the runtime is to proceed by sending a message returned by the authentication module.
sendBinary(ByteBuffer) - Method in interface jakarta.websocket.RemoteEndpoint.Async
Initiates the asynchronous transmission of a binary message.
sendBinary(ByteBuffer, SendHandler) - Method in interface jakarta.websocket.RemoteEndpoint.Async
Initiates the asynchronous transmission of a binary message.
sendBinary(ByteBuffer) - Method in interface jakarta.websocket.RemoteEndpoint.Basic
Send a binary message, returning when all of the message has been transmitted.
sendBinary(ByteBuffer, boolean) - Method in interface jakarta.websocket.RemoteEndpoint.Basic
Send a binary message in parts, blocking until all of the message has been transmitted.
sendError(int, String) - Method in interface jakarta.servlet.http.HttpServletResponse
Sends an error response to the client using the specified status and clears the buffer.
sendError(int) - Method in interface jakarta.servlet.http.HttpServletResponse
Sends an error response to the client using the specified status code and clears the buffer.
sendError(int, String) - Method in class jakarta.servlet.http.HttpServletResponseWrapper
The default behavior of this method is to call sendError(int sc, String msg) on the wrapped response object.
sendError(int) - Method in class jakarta.servlet.http.HttpServletResponseWrapper
The default behavior of this method is to call sendError(int sc) on the wrapped response object.
SendHandler - Interface in jakarta.websocket
A simple callback object for asynchronous sending of web socket messages.
sendObject(Object) - Method in interface jakarta.websocket.RemoteEndpoint.Async
Initiates the asynchronous transmission of a custom developer object.
sendObject(Object, SendHandler) - Method in interface jakarta.websocket.RemoteEndpoint.Async
Initiates the asynchronous transmission of a custom developer object.
sendObject(Object) - Method in interface jakarta.websocket.RemoteEndpoint.Basic
Sends a custom developer object, blocking until it has been transmitted.
sendPing(ByteBuffer) - Method in interface jakarta.websocket.RemoteEndpoint
Send a Ping message containing the given application data to the remote endpoint.
sendPong(ByteBuffer) - Method in interface jakarta.websocket.RemoteEndpoint
Allows the developer to send an unsolicited Pong message containing the given application data in order to serve as a unidirectional heartbeat for the session.
sendRedirect(String) - Method in interface jakarta.servlet.http.HttpServletResponse
Sends a temporary redirect response to the client using the specified redirect location URL and clears the buffer.
sendRedirect(String) - Method in class jakarta.servlet.http.HttpServletResponseWrapper
The default behavior of this method is to return sendRedirect(String location) on the wrapped response object.
SendResult - Class in jakarta.websocket
The result of asynchronously sending a web socket message.
SendResult(Throwable) - Constructor for class jakarta.websocket.SendResult
Construct a SendResult carrying an exception.
SendResult() - Constructor for class jakarta.websocket.SendResult
Construct a SendResult signifying a successful send carrying no exception.
sendText(String, SendHandler) - Method in interface jakarta.websocket.RemoteEndpoint.Async
Initiates the asynchronous transmission of a text message.
sendText(String) - Method in interface jakarta.websocket.RemoteEndpoint.Async
Initiates the asynchronous transmission of a text message.
sendText(String) - Method in interface jakarta.websocket.RemoteEndpoint.Basic
Send a text message, blocking until all of the message has been transmitted.
sendText(String, boolean) - Method in interface jakarta.websocket.RemoteEndpoint.Basic
Send a text message in parts, blocking until all of the message has been transmitted.
SEPARATOR_CHAR - Static variable in interface jakarta.faces.component.NamingContainer
SEPARATOR_CHAR_PARAM_NAME - Static variable in class jakarta.faces.component.UINamingContainer

The context-param that allows the separator char for clientId strings to be set on a per-web application basis.

SequenceGenerator - Annotation Type in jakarta.persistence
Defines a primary key generator that may be referenced by name when a generator element is specified for the GeneratedValue annotation.
SequenceGenerators - Annotation Type in jakarta.persistence
Used to group SequenceGenerator annotations.
SerializationContext - Interface in jakarta.json.bind.serializer
Provides JSONB internals for custom serializers.
serialize(T, JsonGenerator, SerializationContext) - Method in interface jakarta.json.bind.serializer.JsonbSerializer
Serializes object into JSON stream.
serialize(String, T, JsonGenerator) - Method in interface jakarta.json.bind.serializer.SerializationContext
Serializes arbitrary object to JSON, using current JsonGenerator instance.
serialize(T, JsonGenerator) - Method in interface jakarta.json.bind.serializer.SerializationContext
Serializes arbitrary object to JSON, using current JsonGenerator instance.
SERIALIZE_SERVER_STATE_PARAM_NAME - Static variable in class jakarta.faces.application.StateManager

If this param is set, and calling toLowerCase().equals("true") on a String representation of its value returns true, and the jakarta.faces.STATE_SAVING_METHOD is set to "server" (as indicated below), the server state must be guaranteed to be Serializable such that the aggregate state implements java.io.Serializable.

SerializedView(Object, Object) - Constructor for class jakarta.faces.application.StateManager.SerializedView
Deprecated.
 
SERIALIZERS - Static variable in class jakarta.json.bind.JsonbConfig
Property used to specify custom serializers.
SERVER_SENT_EVENTS - Static variable in class jakarta.ws.rs.core.MediaType
String representation of Server sent events media type.
SERVER_SENT_EVENTS_TYPE - Static variable in class jakarta.ws.rs.core.MediaType
Server sent events media type.
ServerApplicationConfig - Interface in jakarta.websocket.server
Developers include implementations of ServerApplicationConfig in an archive containing websocket endpoints (WAR file, or JAR file within the WAR file) in order to specify the websocket endpoints within the archive the implementation must deploy.
ServerAuth - Interface in jakarta.security.auth.message
An implementation of this interface is used to validate received service request messages, and to secure service response messages.
ServerAuthConfig - Interface in jakarta.security.auth.message.config
This interface describes a configuration of ServerAuthConfiguration objects for a message layer and application context (for example, the messaging context of a specific application, or set of applications).
ServerAuthContext - Interface in jakarta.security.auth.message.config
This ServerAuthContext class encapsulates ServerAuthModules that are used to validate service requests received from clients, and to secure any response returned for those requests.
ServerAuthModule - Interface in jakarta.security.auth.message.module
A ServerAuthModule validates client requests and secures responses to the client.
ServerContainer - Interface in jakarta.websocket.server
The ServerContainer is the specialized view of the WebSocketContainer available in server-side deployments.
ServerEndpoint - Annotation Type in jakarta.websocket.server
This class level annotation declares that the class it decorates is a web socket endpoint that will be deployed and made available in the URI-space of a web socket server.
ServerEndpointConfig - Interface in jakarta.websocket.server
The ServerEndpointConfig is a special kind of endpoint configuration object that contains web socket configuration information specific only to server endpoints.
ServerEndpointConfig.Builder - Class in jakarta.websocket.server
The ServerEndpointConfig.Builder is a class used for creating ServerEndpointConfig.Builder objects for the purposes of deploying a server endpoint.
ServerEndpointConfig.Configurator - Class in jakarta.websocket.server
The ServerEndpointConfig.Configurator class may be extended by developers who want to provide custom configuration algorithms, such as intercepting the opening handshake, or providing arbitrary methods and algorithms that can be accessed from each endpoint instance configured with this configurator.
serverError() - Static method in class jakarta.ws.rs.core.Response
Create a new ResponseBuilder with an server error status.
ServerErrorException - Exception in jakarta.ws.rs
A base runtime application exception indicating a server error (HTTP 5xx status codes).
ServerErrorException(Response.Status) - Constructor for exception jakarta.ws.rs.ServerErrorException
Construct a new server error exception.
ServerErrorException(String, Response.Status) - Constructor for exception jakarta.ws.rs.ServerErrorException
Construct a new server error exception.
ServerErrorException(int) - Constructor for exception jakarta.ws.rs.ServerErrorException
Construct a new server error exception.
ServerErrorException(String, int) - Constructor for exception jakarta.ws.rs.ServerErrorException
Construct a new server error exception.
ServerErrorException(Response) - Constructor for exception jakarta.ws.rs.ServerErrorException
Construct a new server error exception.
ServerErrorException(String, Response) - Constructor for exception jakarta.ws.rs.ServerErrorException
Construct a new server error exception.
ServerErrorException(Response.Status, Throwable) - Constructor for exception jakarta.ws.rs.ServerErrorException
Construct a new server error exception.
ServerErrorException(String, Response.Status, Throwable) - Constructor for exception jakarta.ws.rs.ServerErrorException
Construct a new server error exception.
ServerErrorException(int, Throwable) - Constructor for exception jakarta.ws.rs.ServerErrorException
Construct a new server error exception.
ServerErrorException(String, int, Throwable) - Constructor for exception jakarta.ws.rs.ServerErrorException
Construct a new server error exception.
ServerErrorException(Response, Throwable) - Constructor for exception jakarta.ws.rs.ServerErrorException
Construct a new server error exception.
ServerErrorException(String, Response, Throwable) - Constructor for exception jakarta.ws.rs.ServerErrorException
Construct a new server error exception.
service(ServletRequest, ServletResponse) - Method in class jakarta.faces.webapp.FacesServlet

Process an incoming request, and create the corresponding response according to the following specification.

service(ServletRequest, ServletResponse) - Method in class jakarta.servlet.GenericServlet
Called by the servlet container to allow the servlet to respond to a request.
service(HttpServletRequest, HttpServletResponse) - Method in class jakarta.servlet.http.HttpServlet
Receives standard HTTP requests from the public service method and dispatches them to the doXXX methods defined in this class.
service(ServletRequest, ServletResponse) - Method in class jakarta.servlet.http.HttpServlet
Dispatches client requests to the protected service method.
service(ServletRequest, ServletResponse) - Method in interface jakarta.servlet.Servlet
Called by the servlet container to allow the servlet to respond to a request.
ServiceUnavailableException - Exception in jakarta.ws.rs
A runtime exception indicating that the requested resource cannot be served.
ServiceUnavailableException() - Constructor for exception jakarta.ws.rs.ServiceUnavailableException
Construct a new "service unavailable" exception without any "Retry-After" information specified for the failed request.
ServiceUnavailableException(String) - Constructor for exception jakarta.ws.rs.ServiceUnavailableException
Construct a new "service unavailable" exception without any "Retry-After" information specified for the failed request.
ServiceUnavailableException(Long) - Constructor for exception jakarta.ws.rs.ServiceUnavailableException
Construct a new "service unavailable" exception with an interval specifying the "Retry-After" information for the failed request.
ServiceUnavailableException(String, Long) - Constructor for exception jakarta.ws.rs.ServiceUnavailableException
Construct a new "service unavailable" exception with an interval specifying the "Retry-After" information for the failed request.
ServiceUnavailableException(Date) - Constructor for exception jakarta.ws.rs.ServiceUnavailableException
Construct a new "service unavailable" exception with an interval specifying the "Retry-After" information for the failed request.
ServiceUnavailableException(String, Date) - Constructor for exception jakarta.ws.rs.ServiceUnavailableException
Construct a new "service unavailable" exception with an interval specifying the "Retry-After" information for the failed request.
ServiceUnavailableException(Response) - Constructor for exception jakarta.ws.rs.ServiceUnavailableException
Construct a new "service unavailable" exception.
ServiceUnavailableException(String, Response) - Constructor for exception jakarta.ws.rs.ServiceUnavailableException
Construct a new "service unavailable" exception.
ServiceUnavailableException(Date, Throwable) - Constructor for exception jakarta.ws.rs.ServiceUnavailableException
Construct a new "service unavailable" exception with a date specifying the "Retry-After" information for the failed request and an underlying request failure cause.
ServiceUnavailableException(String, Date, Throwable) - Constructor for exception jakarta.ws.rs.ServiceUnavailableException
Construct a new "service unavailable" exception with a date specifying the "Retry-After" information for the failed request and an underlying request failure cause.
ServiceUnavailableException(Long, Throwable) - Constructor for exception jakarta.ws.rs.ServiceUnavailableException
Construct a new "service unavailable" exception with an interval specifying the "Retry-After" information for the failed request and an underlying request failure cause.
ServiceUnavailableException(String, Long, Throwable) - Constructor for exception jakarta.ws.rs.ServiceUnavailableException
Construct a new "service unavailable" exception with an interval specifying the "Retry-After" information for the failed request and an underlying request failure cause.
ServiceUnavailableException(Response, Throwable) - Constructor for exception jakarta.ws.rs.ServiceUnavailableException
Construct a new "service unavailable" exception.
ServiceUnavailableException(String, Response, Throwable) - Constructor for exception jakarta.ws.rs.ServiceUnavailableException
Construct a new "service unavailable" exception.
Servlet - Interface in jakarta.servlet
Defines methods that all servlets must implement.
ServletConfig - Interface in jakarta.servlet
A servlet configuration object used by a servlet container to pass information to a servlet during initialization.
ServletContainerInitializer - Interface in jakarta.servlet
Interface which allows a library/runtime to be notified of a web application's startup phase and perform any required programmatic registration of servlets, filters, and listeners in response to it.
ServletContext - Interface in jakarta.servlet
Defines a set of methods that a servlet uses to communicate with its servlet container, for example, to get the MIME type of a file, dispatch requests, or write to a log file.
ServletContextAttributeEvent - Class in jakarta.servlet
Event class for notifications about changes to the attributes of the ServletContext of a web application.
ServletContextAttributeEvent(ServletContext, String, Object) - Constructor for class jakarta.servlet.ServletContextAttributeEvent
Constructs a ServletContextAttributeEvent from the given ServletContext, attribute name, and attribute value.
ServletContextAttributeListener - Interface in jakarta.servlet
Interface for receiving notification events about ServletContext attribute changes.
ServletContextEvent - Class in jakarta.servlet
This is the event class for notifications about changes to the servlet context of a web application.
ServletContextEvent(ServletContext) - Constructor for class jakarta.servlet.ServletContextEvent
Construct a ServletContextEvent from the given context.
ServletContextListener - Interface in jakarta.servlet
Interface for receiving notification events about ServletContext lifecycle changes.
ServletException - Exception in jakarta.servlet
Defines a general exception a servlet can throw when it encounters difficulty.
ServletException() - Constructor for exception jakarta.servlet.ServletException
Constructs a new servlet exception.
ServletException(String) - Constructor for exception jakarta.servlet.ServletException
Constructs a new servlet exception with the specified message.
ServletException(String, Throwable) - Constructor for exception jakarta.servlet.ServletException
Constructs a new servlet exception when the servlet needs to throw an exception and include a message about the "root cause" exception that interfered with its normal operation, including a description message.
ServletException(Throwable) - Constructor for exception jakarta.servlet.ServletException
Constructs a new servlet exception when the servlet needs to throw an exception and include a message about the "root cause" exception that interfered with its normal operation.
ServletInputStream - Class in jakarta.servlet
Provides an input stream for reading binary data from a client request, including an efficient readLine method for reading data one line at a time.
ServletInputStream() - Constructor for class jakarta.servlet.ServletInputStream
Does nothing, because this is an abstract class.
ServletOutputStream - Class in jakarta.servlet
Provides an output stream for sending binary data to the client.
ServletOutputStream() - Constructor for class jakarta.servlet.ServletOutputStream
Does nothing, because this is an abstract class.
ServletRegistration - Interface in jakarta.servlet
Interface through which a Servlet may be further configured.
ServletRegistration.Dynamic - Interface in jakarta.servlet
Interface through which a Servlet registered via one of the addServlet methods on ServletContext may be further configured.
ServletRequest - Interface in jakarta.servlet
Defines an object to provide client request information to a servlet.
ServletRequestAttributeEvent - Class in jakarta.servlet
This is the event class for notifications of changes to the attributes of the servlet request in an application.
ServletRequestAttributeEvent(ServletContext, ServletRequest, String, Object) - Constructor for class jakarta.servlet.ServletRequestAttributeEvent
Construct a ServletRequestAttributeEvent giving the servlet context of this web application, the ServletRequest whose attributes are changing and the name and value of the attribute.
ServletRequestAttributeListener - Interface in jakarta.servlet
Interface for receiving notification events about ServletRequest attribute changes.
ServletRequestEvent - Class in jakarta.servlet
Events of this kind indicate lifecycle events for a ServletRequest.
ServletRequestEvent(ServletContext, ServletRequest) - Constructor for class jakarta.servlet.ServletRequestEvent
Construct a ServletRequestEvent for the given ServletContext and ServletRequest.
ServletRequestListener - Interface in jakarta.servlet
Interface for receiving notification events about requests coming into and going out of scope of a web application.
ServletRequestWrapper - Class in jakarta.servlet
Provides a convenient implementation of the ServletRequest interface that can be subclassed by developers wishing to adapt the request to a Servlet.
ServletRequestWrapper(ServletRequest) - Constructor for class jakarta.servlet.ServletRequestWrapper
Creates a ServletRequest adaptor wrapping the given request object.
ServletResponse - Interface in jakarta.servlet
Defines an object to assist a servlet in sending a response to the client.
ServletResponseWrapper - Class in jakarta.servlet
Provides a convenient implementation of the ServletResponse interface that can be subclassed by developers wishing to adapt the response from a Servlet.
ServletResponseWrapper(ServletResponse) - Constructor for class jakarta.servlet.ServletResponseWrapper
Creates a ServletResponse adaptor wrapping the given response object.
ServletSecurity - Annotation Type in jakarta.servlet.annotation
This annotation is used on a Servlet implementation class to specify security constraints to be enforced by a Servlet container on HTTP protocol messages.
ServletSecurity.EmptyRoleSemantic - Enum in jakarta.servlet.annotation
Defines the access semantic to be applied to an empty rolesAllowed array.
ServletSecurity.TransportGuarantee - Enum in jakarta.servlet.annotation
Defines the data protection requirements that must be satisfied by the transport
ServletSecurityElement - Class in jakarta.servlet
Java Class representation of a ServletSecurity annotation value.
ServletSecurityElement() - Constructor for class jakarta.servlet.ServletSecurityElement
Constructs an instance using the default HttpConstraintElement value as the default Constraint element and with no HTTP Method specific constraint elements.
ServletSecurityElement(HttpConstraintElement) - Constructor for class jakarta.servlet.ServletSecurityElement
Constructs an instance with a default Constraint element and with no HTTP Method specific constraint elements.
ServletSecurityElement(Collection<HttpMethodConstraintElement>) - Constructor for class jakarta.servlet.ServletSecurityElement
Constructs an instance using the default HttpConstraintElement value as the default Constraint element and with a collection of HTTP Method specific constraint elements.
ServletSecurityElement(HttpConstraintElement, Collection<HttpMethodConstraintElement>) - Constructor for class jakarta.servlet.ServletSecurityElement
Constructs an instance with a default Constraint element and with a collection of HTTP Method specific constraint elements.
ServletSecurityElement(ServletSecurity) - Constructor for class jakarta.servlet.ServletSecurityElement
Constructs an instance from a ServletSecurity annotation value.
SESSION - Static variable in class jakarta.enterprise.context.BeforeDestroyed.Literal
 
SESSION - Static variable in class jakarta.enterprise.context.Destroyed.Literal
 
SESSION - Static variable in class jakarta.enterprise.context.Initialized.Literal
 
SESSION - Static variable in class jakarta.servlet.jsp.PageContext
Name used to store HttpSession in PageContext name table.
Session - Interface in jakarta.websocket
A Web Socket session represents a conversation between two web socket endpoints.
SESSION_SCOPE - Static variable in class jakarta.servlet.jsp.PageContext
Session scope (only valid if this page participates in a session): the named reference remains available from the HttpSession (if any) associated with the Servlet until the HttpSession is invalidated.
SessionBean - Interface in jakarta.ejb
The SessionBean interface defines methods that the enterprise bean container uses to notify a session bean instance of the instance's life cycle events.
SessionBeanType - Enum in jakarta.enterprise.inject.spi
Identifies the kind of EJB session bean.
SessionContext - Interface in jakarta.ejb
The SessionContext interface provides access to the runtime session context that the container provides for a session bean instance.
SessionCookieConfig - Interface in jakarta.servlet
Class that may be used to configure various properties of cookies used for session tracking purposes.
sessionCreated(HttpSessionEvent) - Method in interface jakarta.servlet.http.HttpSessionListener
Receives notification that a session has been created.
sessionDestroyed(HttpSessionEvent) - Method in interface jakarta.servlet.http.HttpSessionListener
Receives notification that a session is about to be invalidated.
sessionDidActivate(HttpSessionEvent) - Method in interface jakarta.servlet.http.HttpSessionActivationListener
Notification that the session has just been activated.
SessionException - Exception in jakarta.websocket
A SessionException represents a general exception type reporting problems occurring on a websocket session.
SessionException(String, Throwable, Session) - Constructor for exception jakarta.websocket.SessionException
Creates a new instance of this exception with the given message, the wrapped cause of the exception and the session with which the problem is associated.
sessionId(String) - Method in interface jakarta.servlet.http.PushBuilder
Set the SessionID to be used for the push.
sessionIdChanged(HttpSessionEvent, String) - Method in interface jakarta.servlet.http.HttpSessionIdListener
Receives notification that session id has been changed in a session.
SessionMap - Annotation Type 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 ExternalContext.getSessionMap() to be injected as the value of that field.

SessionMap - Annotation Type in jakarta.faces.context
 
SessionScoped - Annotation Type in jakarta.enterprise.context
Specifies that a bean is session scoped.
SessionScoped - Annotation Type in jakarta.faces.bean
Deprecated.
This has been replaced by jakarta.enterprise.context.SessionScoped, which is a CDI build-in scope with similar semantics.
SessionScoped.Literal - Class in jakarta.enterprise.context
Supports inline instantiation of the SessionScoped annotation.
SessionSynchronization - Interface in jakarta.ejb
The SessionSynchronization interface allows a stateful session bean instance to be notified by its container of transaction boundaries.
SessionTrackingMode - Enum in jakarta.servlet
Enumeration of session tracking modes.
sessionWillPassivate(HttpSessionEvent) - Method in interface jakarta.servlet.http.HttpSessionActivationListener
Notification that the session is about to be passivated.
set(String, Object) - Method in interface jakarta.enterprise.event.NotificationOptions.Builder
 
set(int, JsonValue) - Method in interface jakarta.json.JsonArrayBuilder
Replaces a value in the array with the specified value at the specified position.
set(int, String) - Method in interface jakarta.json.JsonArrayBuilder
Replaces a value in the array with the specified value as a JsonString at the specified position.
set(int, BigDecimal) - Method in interface jakarta.json.JsonArrayBuilder
Replaces a value in the array with the specified value as a JsonNumber at the specified position.
set(int, BigInteger) - Method in interface jakarta.json.JsonArrayBuilder
Replaces a value in the array with the specified value as a JsonNumber at the specified position.
set(int, int) - Method in interface jakarta.json.JsonArrayBuilder
Replaces a value in the array with the specified value as a JsonNumber at the specified position.
set(int, long) - Method in interface jakarta.json.JsonArrayBuilder
Replaces a value in the array with the specified value as a JsonNumber at the specified position.
set(int, double) - Method in interface jakarta.json.JsonArrayBuilder
Replaces a value in the array with the specified value as a JsonNumber at the specified position.
set(int, boolean) - Method in interface jakarta.json.JsonArrayBuilder
Replaces a value in the array with a JsonValue.TRUE or JsonValue.FALSE value at the specified position.
set(int, JsonObjectBuilder) - Method in interface jakarta.json.JsonArrayBuilder
Replaces a value in the array with the specified value as a JsonObject from an object builder at the specified position.
set(int, JsonArrayBuilder) - Method in interface jakarta.json.JsonArrayBuilder
Replaces a value in the array with the specified value as a JsonArray from an array builder at the specified position.
set(SingularAttribute<? super T, Y>, X) - Method in interface jakarta.persistence.criteria.CriteriaUpdate
Update the value of the specified attribute.
set(SingularAttribute<? super T, Y>, Expression<? extends Y>) - Method in interface jakarta.persistence.criteria.CriteriaUpdate
Update the value of the specified attribute.
set(Path<Y>, X) - Method in interface jakarta.persistence.criteria.CriteriaUpdate
Update the value of the specified attribute.
set(Path<Y>, Expression<? extends Y>) - Method in interface jakarta.persistence.criteria.CriteriaUpdate
Update the value of the specified attribute.
set(String, Object) - Method in interface jakarta.persistence.criteria.CriteriaUpdate
Update the value of the specified attribute.
set(PageContext, String, Object, int) - Static method in class jakarta.servlet.jsp.jstl.core.Config
Sets the value of a configuration variable in the given scope.
set(ServletRequest, String, Object) - Static method in class jakarta.servlet.jsp.jstl.core.Config
Sets the value of a configuration variable in the "request" scope.
set(HttpSession, String, Object) - Static method in class jakarta.servlet.jsp.jstl.core.Config
Sets the value of a configuration variable in the "session" scope.
set(ServletContext, String, Object) - Static method in class jakarta.servlet.jsp.jstl.core.Config
Sets the value of a configuration variable in the "application" scope.
SET_COOKIE - Static variable in interface jakarta.ws.rs.core.HttpHeaders
SET_FACTORY_PERMISSION_NAME - Static variable in class jakarta.security.auth.message.config.AuthConfigFactory
The name of the SecurityPermission required to call setFactory
setAccept(String) - Method in class jakarta.faces.component.html.HtmlForm
Set the value of the accept property.
setAcceptcharset(String) - Method in class jakarta.faces.component.html.HtmlForm
Set the value of the acceptcharset property.
setAccesskey(String) - Method in class jakarta.faces.component.html.HtmlCommandButton
Set the value of the accesskey property.
setAccesskey(String) - Method in class jakarta.faces.component.html.HtmlCommandLink
Set the value of the accesskey property.
setAccesskey(String) - Method in class jakarta.faces.component.html.HtmlInputFile
Set the value of the accesskey property.
setAccesskey(String) - Method in class jakarta.faces.component.html.HtmlInputSecret
Set the value of the accesskey property.
setAccesskey(String) - Method in class jakarta.faces.component.html.HtmlInputText
Set the value of the accesskey property.
setAccesskey(String) - Method in class jakarta.faces.component.html.HtmlInputTextarea
Set the value of the accesskey property.
setAccesskey(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
Set the value of the accesskey property.
setAccesskey(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
Set the value of the accesskey property.
setAccesskey(String) - Method in class jakarta.faces.component.html.HtmlOutputLabel
Set the value of the accesskey property.
setAccesskey(String) - Method in class jakarta.faces.component.html.HtmlOutputLink
Set the value of the accesskey property.
setAccesskey(String) - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
Set the value of the accesskey property.
setAccesskey(String) - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
Set the value of the accesskey property.
setAccesskey(String) - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
Set the value of the accesskey property.
setAccesskey(String) - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
Set the value of the accesskey property.
setAccesskey(String) - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
Set the value of the accesskey property.
setAccesskey(String) - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
Set the value of the accesskey property.
setAccesskey(String) - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
Set the value of the accesskey property.
setAction(MethodBinding) - Method in interface jakarta.faces.component.ActionSource
setAction(MethodBinding) - Method in class jakarta.faces.component.UICommand
Deprecated.
setAction(MethodBinding) - Method in class jakarta.faces.component.UIViewAction
Deprecated.
setActionExpression(MethodExpression) - Method in interface jakarta.faces.component.ActionSource2
Set the MethodExpression pointing at the appication action to be invoked, if this UIComponent is activated by the user, during the Apply Request Values or Invoke Application phase of the request processing lifecycle, depending on the value of the immediate property.
setActionExpression(MethodExpression) - Method in class jakarta.faces.component.UICommand
 
setActionExpression(MethodExpression) - Method in class jakarta.faces.component.UIViewAction
Set the MethodExpression pointing at the appication action to be invoked, if this UIComponent is activated by the user, during the Apply Request Values or Invoke Application phase of the request processing lifecycle, depending on the value of the immediate property.
setActionListener(ActionListener) - Method in class jakarta.faces.application.Application
Set the default ActionListener to be registered for all ActionSource components.
setActionListener(ActionListener) - Method in class jakarta.faces.application.ApplicationWrapper

The default behavior of this method is to call Application.setActionListener(jakarta.faces.event.ActionListener) on the wrapped Application object.

setActionListener(MethodBinding) - Method in interface jakarta.faces.component.ActionSource
setActionListener(MethodBinding) - Method in class jakarta.faces.component.UICommand
setActionListener(MethodBinding) - Method in class jakarta.faces.component.UIViewAction
Deprecated.
setAfterPhaseListener(MethodExpression) - Method in class jakarta.faces.component.UIViewRoot
Allow an arbitrary method to be called for the "afterPhase" event as the UIViewRoot runs through its lifecycle.
setAlt(String) - Method in class jakarta.faces.component.html.HtmlCommandButton
Set the value of the alt property.
setAlt(String) - Method in class jakarta.faces.component.html.HtmlGraphicImage
Set the value of the alt property.
setAlt(String) - Method in class jakarta.faces.component.html.HtmlInputFile
Set the value of the alt property.
setAlt(String) - Method in class jakarta.faces.component.html.HtmlInputSecret
Set the value of the alt property.
setAlt(String) - Method in class jakarta.faces.component.html.HtmlInputText
Set the value of the alt property.
setAlt(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
Set the value of the alt property.
setAnnotatedType(AnnotatedType<X>) - Method in interface jakarta.enterprise.inject.spi.ProcessAnnotatedType
Replaces the AnnotatedType.
setAnnotations(Annotation[]) - Method in interface jakarta.ws.rs.ext.InterceptorContext
Update annotations on the formal declaration of the artifact that initiated the intercepted entity provider invocation.
setApplication(Application) - Method in class jakarta.faces.application.ApplicationFactory
Replace the Application instance that will be returned for this web application.
setAsyncSendTimeout(long) - Method in interface jakarta.websocket.WebSocketContainer
Sets the number of milliseconds the implementation will timeout attempting to send a websocket message for all RemoteEndpoints associated with this container.
setAsyncSupported(boolean) - Method in interface jakarta.servlet.Registration.Dynamic
Configures the Servlet or Filter represented by this dynamic Registration as supporting asynchronous operations or not.
setAttribute(String, Object) - Method in class jakarta.faces.view.facelets.FaceletContext

Support method which is backed by the current VariableMapper.

SetAttribute<X,E> - Interface in jakarta.persistence.metamodel
Instances of the type SetAttribute represent persistent java.util.Set-valued attributes.
setAttribute(String, Object) - Method in interface jakarta.servlet.http.HttpSession
Binds an object to this session, using the name specified.
setAttribute(String, Object) - Method in class jakarta.servlet.jsp.JspContext
Register the name and value specified with page scope semantics.
setAttribute(String, Object, int) - Method in class jakarta.servlet.jsp.JspContext
Register the name and value specified with appropriate scope semantics.
setAttribute(String, Object) - Method in class jakarta.servlet.jsp.tagext.TagData
Set the value of an attribute.
setAttribute(String, Object) - Method in interface jakarta.servlet.ServletContext
Binds an object to a given attribute name in this ServletContext.
setAttribute(String, Object) - Method in interface jakarta.servlet.ServletRequest
Stores an attribute in this request.
setAttribute(String, Object) - Method in class jakarta.servlet.ServletRequestWrapper
The default behavior of this method is to return setAttribute(String name, Object o) on the wrapped request object.
setAttributes(FaceletContext, Object) - Method in class jakarta.faces.view.facelets.DelegatingMetaTagHandler
 
setAttributes(FaceletContext, Object) - Method in class jakarta.faces.view.facelets.MetaTagHandler
Invoking/extending this method will cause the results of the created MetaRuleset to auto-wire state to the passed instance.
setAutocomplete(String) - Method in class jakarta.faces.component.html.HtmlInputFile
Set the value of the autocomplete property.
setAutocomplete(String) - Method in class jakarta.faces.component.html.HtmlInputSecret
Set the value of the autocomplete property.
setAutocomplete(String) - Method in class jakarta.faces.component.html.HtmlInputText
Set the value of the autocomplete property.
setAutorun(boolean) - Method in class jakarta.faces.component.html.HtmlCommandScript
Set the value of the autorun property.
setBatchingAllowed(boolean) - Method in interface jakarta.websocket.RemoteEndpoint
Indicate to the implementation that it is allowed to batch outgoing messages before sending.
setBeanAttributes(BeanAttributes<T>) - Method in interface jakarta.enterprise.inject.spi.ProcessBeanAttributes
Replaces the BeanAttributes.
setBeanValue(String, Object) - Method in class jakarta.el.BeanNameResolver
Sets a value to a bean of the given name.
setBeforePhaseListener(MethodExpression) - Method in class jakarta.faces.component.UIViewRoot
Allow an arbitrary method to be called for the "beforePhase" event as the UIViewRoot runs through its lifecycle.
setBgcolor(String) - Method in class jakarta.faces.component.html.HtmlDataTable
Set the value of the bgcolor property.
setBgcolor(String) - Method in class jakarta.faces.component.html.HtmlPanelGrid
Set the value of the bgcolor property.
setBinding(String) - Method in class jakarta.faces.webapp.ConverterTag
Deprecated.
Set the expression that will be used to create a ValueExpression that references a backing bean property of the Converter instance to be created.
setBinding(ValueExpression) - Method in class jakarta.faces.webapp.UIComponentELTag
Set the value expression for our component.
setBinding(String) - Method in class jakarta.faces.webapp.UIComponentTag
Deprecated.
Set the value binding expression for our component.
setBinding(String) - Method in class jakarta.faces.webapp.ValidatorTag
Deprecated.
Set the expression that will be used to create a ValueExpression that references a backing bean property of the Validator instance to be created.
setBodyContent(BodyContent) - Method in class jakarta.faces.webapp.UIComponentClassicTagBase
Set the bodyContent for this tag handler.
setBodyContent(BodyContent) - Method in interface jakarta.servlet.jsp.tagext.BodyTag
Set the bodyContent property.
setBodyContent(BodyContent) - Method in class jakarta.servlet.jsp.tagext.BodyTagSupport
Prepare for evaluation of the body: stash the bodyContent away.
setBodyrows(String) - Method in class jakarta.faces.component.html.HtmlDataTable
Set the value of the bodyrows property.
setBodyrows(String) - Method in class jakarta.faces.component.html.HtmlPanelGrid
Set the value of the bodyrows property.
setBorder(int) - Method in class jakarta.faces.component.html.HtmlDataTable
Set the value of the border property.
setBorder(int) - Method in class jakarta.faces.component.html.HtmlPanelGrid
Set the value of the border property.
setBorder(int) - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
Set the value of the border property.
setBorder(int) - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
Set the value of the border property.
setBufferSize(int) - Method in interface jakarta.servlet.ServletResponse
Sets the preferred buffer size for the body of the response.
setBufferSize(int) - Method in class jakarta.servlet.ServletResponseWrapper
The default behavior of this method is to call setBufferSize(int size) on the wrapped response object.
setCacheFactories(FaceletCache.MemberFactory<V>, FaceletCache.MemberFactory<V>) - Method in class jakarta.faces.view.facelets.FaceletCache

This must be called by the runtime at startup time, before any requests are serviced, and allows for the FaceletCache implementation to provide the FaceletCache.MemberFactory instances that will be used to create instances of Facelets and View Metadata Facelets.

setCaptionClass(String) - Method in class jakarta.faces.component.html.HtmlDataTable
Set the value of the captionClass property.
setCaptionClass(String) - Method in class jakarta.faces.component.html.HtmlPanelGrid
Set the value of the captionClass property.
setCaptionStyle(String) - Method in class jakarta.faces.component.html.HtmlDataTable
Set the value of the captionStyle property.
setCaptionStyle(String) - Method in class jakarta.faces.component.html.HtmlPanelGrid
Set the value of the captionStyle property.
setCDIProvider(CDIProvider) - Static method in class jakarta.enterprise.inject.spi.CDI
Set the CDIProvider to use.
setCellpadding(String) - Method in class jakarta.faces.component.html.HtmlDataTable
Set the value of the cellpadding property.
setCellpadding(String) - Method in class jakarta.faces.component.html.HtmlPanelGrid
Set the value of the cellpadding property.
setCellspacing(String) - Method in class jakarta.faces.component.html.HtmlDataTable
Set the value of the cellspacing property.
setCellspacing(String) - Method in class jakarta.faces.component.html.HtmlPanelGrid
Set the value of the cellspacing property.
setCertStore(CertStore) - Method in class jakarta.security.auth.message.callback.CertStoreCallback
Used by the CallbackHandler to set the CertStore within the Callback.
setChannel(String) - Method in class jakarta.faces.component.UIWebsocket
Sets the name of the websocket channel.
setCharacterEncoding(String) - Method in interface jakarta.servlet.ServletRequest
Overrides the name of the character encoding used in the body of this request.
setCharacterEncoding(String) - Method in class jakarta.servlet.ServletRequestWrapper
The default behavior of this method is to set the character encoding on the wrapped request object.
setCharacterEncoding(String) - Method in interface jakarta.servlet.ServletResponse
Sets the character encoding (MIME charset) of the response being sent to the client, for example, to UTF-8.
setCharacterEncoding(String) - Method in class jakarta.servlet.ServletResponseWrapper
The default behavior of this method is to call setCharacterEncoding(String charset) on the wrapped response object.
setCharset(String) - Method in class jakarta.faces.component.html.HtmlCommandLink
Set the value of the charset property.
setCharset(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
Set the value of the charset property.
setCharset(String) - Method in class jakarta.faces.component.html.HtmlOutputLink
Set the value of the charset property.
setClassLoader(ClassLoader) - Method in class jakarta.enterprise.inject.se.SeContainerInitializer
setCleared() - Method in class jakarta.security.enterprise.credential.AbstractClearableCredential
Specifies that the credential value has been securely cleared.
setClientWindow(ClientWindow) - Method in class jakarta.faces.context.ExternalContext

Associate this instance with a ClientWindow.

setClientWindow(ClientWindow) - Method in class jakarta.faces.context.ExternalContextWrapper

The default behavior of this method is to call ExternalContext.setClientWindow(jakarta.faces.lifecycle.ClientWindow) on the wrapped ExternalContext object.

setCols(int) - Method in class jakarta.faces.component.html.HtmlInputTextarea
Set the value of the cols property.
setColumnClasses(String) - Method in class jakarta.faces.component.html.HtmlDataTable
Set the value of the columnClasses property.
setColumnClasses(String) - Method in class jakarta.faces.component.html.HtmlPanelGrid
Set the value of the columnClasses property.
setColumns(int) - Method in class jakarta.faces.component.html.HtmlPanelGrid
Set the value of the columns property.
setComment(String) - Method in class jakarta.servlet.http.Cookie
Specifies a comment that describes a cookie's purpose.
setComment(String) - Method in interface jakarta.servlet.SessionCookieConfig
Sets the comment that will be assigned to any session tracking cookies created on behalf of the application represented by the ServletContext from which this SessionCookieConfig was acquired.
setComponent(UIComponent) - Method in class jakarta.faces.event.PostRestoreStateEvent
 
setConnected(boolean) - Method in class jakarta.faces.component.UIWebsocket
Sets whether to (auto)connect the websocket or not.
setContentLength(int) - Method in interface jakarta.servlet.ServletResponse
Sets the length of the content body in the response In HTTP servlets, this method sets the HTTP Content-Length header.
setContentLength(int) - Method in class jakarta.servlet.ServletResponseWrapper
The default behavior of this method is to call setContentLength(int len) on the wrapped response object.
setContentLengthLong(long) - Method in interface jakarta.servlet.ServletResponse
Sets the length of the content body in the response In HTTP servlets, this method sets the HTTP Content-Length header.
setContentLengthLong(long) - Method in class jakarta.servlet.ServletResponseWrapper
The default behavior of this method is to call setContentLengthLong(long len) on the wrapped response object.
setContentType(String) - Method in class jakarta.faces.application.Resource

Set the MIME content-type for this resource.

setContentType(String) - Method in class jakarta.faces.application.ResourceWrapper

The default behavior of this method is to call Resource.setContentType(String) on the wrapped ResourceHandler object.

setContentType(String) - Method in interface jakarta.servlet.ServletResponse
Sets the content type of the response being sent to the client, if the response has not been committed yet.
setContentType(String) - Method in class jakarta.servlet.ServletResponseWrapper
The default behavior of this method is to call setContentType(String type) on the wrapped response object.
setConverter(Converter) - Method in class jakarta.faces.component.UIOutput
 
setConverter(Converter) - Method in interface jakarta.faces.component.ValueHolder
Set the Converter (if any) that is registered for this UIComponent.
setConverterId(String) - Method in class jakarta.faces.webapp.ConverterTag
Deprecated.
Set the identifer of the Converter instance to be created.
setConverterMessage(String) - Method in class jakarta.faces.component.UIInput
Override any ValueExpression set for the "converterMessage" with the literal argument provided to this method.
setCoords(String) - Method in class jakarta.faces.component.html.HtmlCommandLink
Set the value of the coords property.
setCoords(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
Set the value of the coords property.
setCoords(String) - Method in class jakarta.faces.component.html.HtmlOutputLink
Set the value of the coords property.
setCredential(Credential) - Method in class jakarta.security.enterprise.authentication.mechanism.http.AuthenticationParameters
Sets the credential as parameter in this instance.
setCurrencyCode(String) - Method in class jakarta.faces.convert.NumberConverter
Set the ISO 4217 currency code used by getAsString() with a type of currency.
setCurrencySymbol(String) - Method in class jakarta.faces.convert.NumberConverter
Set the currency symbol used by getAsString() with a type of currency.
setCurrentInstance(FacesContext) - Static method in class jakarta.faces.context.FacesContext
Set the FacesContext instance for the request that is being processed by the current thread.
setCurrentPhaseId(PhaseId) - Method in class jakarta.faces.context.FacesContext

The implementation must call this method at the earliest possble point in time after entering into a new phase in the request processing lifecycle.

setCurrentPhaseId(PhaseId) - Method in class jakarta.faces.context.FacesContextWrapper
The default behavior of this method is to call FacesContext.setCurrentPhaseId(PhaseId) on the wrapped FacesContext object.
setDataModel(DataModel) - Method in class jakarta.faces.component.UIData
Set the internal DataModel.
setDateHeader(String, long) - Method in interface jakarta.servlet.http.HttpServletResponse
Sets a response header with the given name and date-value.
setDateHeader(String, long) - Method in class jakarta.servlet.http.HttpServletResponseWrapper
The default behavior of this method is to call setDateHeader(String name, long date) on the wrapped response object.
setDateStyle(String) - Method in class jakarta.faces.convert.DateTimeConverter
Set the style to be used to format or parse dates.
setDefaultFactory(JspFactory) - Static method in class jakarta.servlet.jsp.JspFactory
set the default factory for this implementation.
setDefaultLocale(Locale) - Method in class jakarta.faces.application.Application
Set the default Locale for this application.
setDefaultLocale(Locale) - Method in class jakarta.faces.application.ApplicationWrapper

The default behavior of this method is to call Application.setDefaultLocale(java.util.Locale) on the wrapped Application object.

setDefaultMaxBinaryMessageBufferSize(int) - Method in interface jakarta.websocket.WebSocketContainer
Sets the default maximum size of incoming binary message that this container will buffer.
setDefaultMaxSessionIdleTimeout(long) - Method in interface jakarta.websocket.WebSocketContainer
Sets the default time in milliseconds after which any web socket sessions in this container will be closed if it has been inactive.
setDefaultMaxTextMessageBufferSize(int) - Method in interface jakarta.websocket.WebSocketContainer
Sets the maximum size of incoming text message that this container will buffer.
setDefaultRenderKitId(String) - Method in class jakarta.faces.application.Application
Set the renderKitId to be used to render this application.
setDefaultRenderKitId(String) - Method in class jakarta.faces.application.ApplicationWrapper

The default behavior of this method is to call Application.setDefaultRenderKitId(String) on the wrapped Application object.

setDelay(String) - Method in class jakarta.faces.component.behavior.AjaxBehavior

If less than delay milliseconds elapses between calls to request() only the most recent one is sent and all other requests are discarded.

setDescription(String) - Method in class jakarta.faces.model.SelectItem
Set the description of this item, for use in development tools.
setDetail(String) - Method in class jakarta.faces.application.FacesMessage
Set the localized detail text.
setDir(String) - Method in class jakarta.faces.component.html.HtmlBody
Set the value of the dir property.
setDir(String) - Method in class jakarta.faces.component.html.HtmlCommandButton
Set the value of the dir property.
setDir(String) - Method in class jakarta.faces.component.html.HtmlCommandLink
Set the value of the dir property.
setDir(String) - Method in class jakarta.faces.component.html.HtmlDataTable
Set the value of the dir property.
setDir(String) - Method in class jakarta.faces.component.html.HtmlForm
Set the value of the dir property.
setDir(String) - Method in class jakarta.faces.component.html.HtmlGraphicImage
Set the value of the dir property.
setDir(String) - Method in class jakarta.faces.component.html.HtmlHead
Set the value of the dir property.
setDir(String) - Method in class jakarta.faces.component.html.HtmlInputFile
Set the value of the dir property.
setDir(String) - Method in class jakarta.faces.component.html.HtmlInputSecret
Set the value of the dir property.
setDir(String) - Method in class jakarta.faces.component.html.HtmlInputText
Set the value of the dir property.
setDir(String) - Method in class jakarta.faces.component.html.HtmlInputTextarea
Set the value of the dir property.
setDir(String) - Method in class jakarta.faces.component.html.HtmlMessage
Set the value of the dir property.
setDir(String) - Method in class jakarta.faces.component.html.HtmlMessages
Set the value of the dir property.
setDir(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
Set the value of the dir property.
setDir(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
Set the value of the dir property.
setDir(String) - Method in class jakarta.faces.component.html.HtmlOutputFormat
Set the value of the dir property.
setDir(String) - Method in class jakarta.faces.component.html.HtmlOutputLabel
Set the value of the dir property.
setDir(String) - Method in class jakarta.faces.component.html.HtmlOutputLink
Set the value of the dir property.
setDir(String) - Method in class jakarta.faces.component.html.HtmlOutputText
Set the value of the dir property.
setDir(String) - Method in class jakarta.faces.component.html.HtmlPanelGrid
Set the value of the dir property.
setDir(String) - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
Set the value of the dir property.
setDir(String) - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
Set the value of the dir property.
setDir(String) - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
Set the value of the dir property.
setDir(String) - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
Set the value of the dir property.
setDir(String) - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
Set the value of the dir property.
setDir(String) - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
Set the value of the dir property.
setDir(String) - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
Set the value of the dir property.
setDisable(boolean) - Method in class jakarta.faces.component.UIParameter
Sets the disable property of the UIParameter.
setDisableClientWindow(boolean) - Method in class jakarta.faces.component.UIOutcomeTarget

Set whether or not the client window should be encoded into the target url.

setDisabled(boolean) - Method in class jakarta.faces.component.behavior.AjaxBehavior

Sets the disabled status of this behavior.

setDisabled(boolean) - Method in class jakarta.faces.component.html.HtmlCommandButton
Set the value of the disabled property.
setDisabled(boolean) - Method in class jakarta.faces.component.html.HtmlCommandLink
Set the value of the disabled property.
setDisabled(boolean) - Method in class jakarta.faces.component.html.HtmlInputFile
Set the value of the disabled property.
setDisabled(boolean) - Method in class jakarta.faces.component.html.HtmlInputSecret
Set the value of the disabled property.
setDisabled(boolean) - Method in class jakarta.faces.component.html.HtmlInputText
Set the value of the disabled property.
setDisabled(boolean) - Method in class jakarta.faces.component.html.HtmlInputTextarea
Set the value of the disabled property.
setDisabled(boolean) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
Set the value of the disabled property.
setDisabled(boolean) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
Set the value of the disabled property.
setDisabled(boolean) - Method in class jakarta.faces.component.html.HtmlOutputLink
Set the value of the disabled property.
setDisabled(boolean) - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
Set the value of the disabled property.
setDisabled(boolean) - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
Set the value of the disabled property.
setDisabled(boolean) - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
Set the value of the disabled property.
setDisabled(boolean) - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
Set the value of the disabled property.
setDisabled(boolean) - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
Set the value of the disabled property.
setDisabled(boolean) - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
Set the value of the disabled property.
setDisabled(boolean) - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
Set the value of the disabled property.
setDisabled(boolean) - Method in class jakarta.faces.model.SelectItem
Set the disabled flag for this item, which should modify the rendered output to make this item unavailable for selection by the user if set to true.
setDisabledClass(String) - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
Set the value of the disabledClass property.
setDisabledClass(String) - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
Set the value of the disabledClass property.
setDisabledClass(String) - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
Set the value of the disabledClass property.
setDisabledClass(String) - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
Set the value of the disabledClass property.
setDisabledClass(String) - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
Set the value of the disabledClass property.
setDisabledClass(String) - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
Set the value of the disabledClass property.
setDomain(String) - Method in class jakarta.servlet.http.Cookie
Specifies the domain within which this cookie should be presented.
setDomain(String) - Method in interface jakarta.servlet.SessionCookieConfig
Sets the domain name that will be assigned to any session tracking cookies created on behalf of the application represented by the ServletContext from which this SessionCookieConfig was acquired.
setDynamicAttribute(String, String, Object) - Method in interface jakarta.servlet.jsp.tagext.DynamicAttributes
Called when a tag declared to accept dynamic attributes is passed an attribute that is not declared in the Tag Library Descriptor.
setELContext(ELContext) - Method in class jakarta.el.ELManager
Set the ELContext used for parsing and evaluating Jakarta Expression Language expressions.
setELContext(ELContext) - Method in class jakarta.el.LambdaExpression
Set the ELContext to use in evaluating the LambdaExpression.
setEnabledClass(String) - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
Set the value of the enabledClass property.
setEnabledClass(String) - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
Set the value of the enabledClass property.
setEnabledClass(String) - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
Set the value of the enabledClass property.
setEnabledClass(String) - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
Set the value of the enabledClass property.
setEnabledClass(String) - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
Set the value of the enabledClass property.
setEnabledClass(String) - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
Set the value of the enabledClass property.
setEnctype(String) - Method in class jakarta.faces.component.html.HtmlForm
Set the value of the enctype property.
setEntity(Object) - Method in interface jakarta.ws.rs.client.ClientRequestContext
Set a new message entity.
setEntity(Object, Annotation[], MediaType) - Method in interface jakarta.ws.rs.client.ClientRequestContext
Set a new message entity, including the attached annotations and the media type.
setEntity(Object) - Method in interface jakarta.ws.rs.container.ContainerResponseContext
Set a new message entity.
setEntity(Object, Annotation[], MediaType) - Method in interface jakarta.ws.rs.container.ContainerResponseContext
Set a new message entity, including the attached annotations and the media type.
setEntity(Object) - Method in interface jakarta.ws.rs.ext.WriterInterceptorContext
Update object to be written as HTTP entity.
setEntityContext(EntityContext) - Method in interface jakarta.ejb.EntityBean
Set the associated entity context.
setEntityStream(OutputStream) - Method in interface jakarta.ws.rs.client.ClientRequestContext
Set a new entity output stream.
setEntityStream(InputStream) - Method in interface jakarta.ws.rs.client.ClientResponseContext
Set a new entity input stream.
setEntityStream(InputStream) - Method in interface jakarta.ws.rs.container.ContainerRequestContext
Set a new entity input stream.
setEntityStream(OutputStream) - Method in interface jakarta.ws.rs.container.ContainerResponseContext
Set a new entity output stream.
setErrorClass(String) - Method in class jakarta.faces.component.html.HtmlMessage
Set the value of the errorClass property.
setErrorClass(String) - Method in class jakarta.faces.component.html.HtmlMessages
Set the value of the errorClass property.
setErrorStyle(String) - Method in class jakarta.faces.component.html.HtmlMessage
Set the value of the errorStyle property.
setErrorStyle(String) - Method in class jakarta.faces.component.html.HtmlMessages
Set the value of the errorStyle property.
setEscape(boolean) - Method in class jakarta.faces.component.html.HtmlOutputFormat
Set the value of the escape property.
setEscape(boolean) - Method in class jakarta.faces.component.html.HtmlOutputLabel
Set the value of the escape property.
setEscape(boolean) - Method in class jakarta.faces.component.html.HtmlOutputText
Set the value of the escape property.
setEscape(boolean) - Method in class jakarta.faces.model.SelectItem

Set the value of the escape property.

setExceptionHandler(ExceptionHandler) - Method in class jakarta.faces.context.FacesContext

Set the ExceptionHandler for this request.

setExceptionHandler(ExceptionHandler) - Method in class jakarta.faces.context.FacesContextWrapper
The default behavior of this method is to call FacesContext.setExceptionHandler(ExceptionHandler) on the wrapped FacesContext object.
setExecute(Collection<String>) - Method in class jakarta.faces.component.behavior.AjaxBehavior

Sets the component identifiers that will be used to identify components that should be processed during the execute phase of the request processing lifecycle.

setExecute(String) - Method in class jakarta.faces.component.html.HtmlCommandScript
Set the value of the execute property.
setExecutor(Executor) - Method in interface jakarta.enterprise.event.NotificationOptions.Builder
 
setFactory(String, String) - Static method in class jakarta.faces.FactoryFinder
This method will store the argument factoryName/implName mapping in such a way that FactoryFinder.getFactory(java.lang.String) will find this mapping when searching for a match.
setFactory(AuthConfigFactory) - Static method in class jakarta.security.auth.message.config.AuthConfigFactory
Set the system-wide AuthConfigFactory implementation.
setFactorySecurityPermission - Static variable in class jakarta.security.auth.message.config.AuthConfigFactory
The SecurityPermission, with name AuthConfigFactory.SET_FACTORY_PERMISSION_NAME, that is used to authorize access to the setFactory method.
setFatalClass(String) - Method in class jakarta.faces.component.html.HtmlMessage
Set the value of the fatalClass property.
setFatalClass(String) - Method in class jakarta.faces.component.html.HtmlMessages
Set the value of the fatalClass property.
setFatalStyle(String) - Method in class jakarta.faces.component.html.HtmlMessage
Set the value of the fatalStyle property.
setFatalStyle(String) - Method in class jakarta.faces.component.html.HtmlMessages
Set the value of the fatalStyle property.
setFirst(int) - Method in class jakarta.faces.component.UIData
Set the zero-relative row number of the first row to be displayed.
setFirstResult(int) - Method in interface jakarta.persistence.Query
Set the position of the first result to retrieve.
setFirstResult(int) - Method in interface jakarta.persistence.TypedQuery
Set the position of the first result to retrieve.
setFlowHandler(FlowHandler) - Method in class jakarta.faces.application.Application

Set the FlowHandler instance used by the NavigationHandler to satisfy the requirements of the faces flows feature.

setFlowHandler(FlowHandler) - Method in class jakarta.faces.application.ApplicationWrapper
 
setFlushMode(FlushModeType) - Method in interface jakarta.persistence.EntityManager
Set the flush mode that applies to all objects contained in the persistence context.
setFlushMode(FlushModeType) - Method in interface jakarta.persistence.Query
Set the flush mode type to be used for the query execution.
setFlushMode(FlushModeType) - Method in interface jakarta.persistence.StoredProcedureQuery
Set the flush mode type to be used for the query execution.
setFlushMode(FlushModeType) - Method in interface jakarta.persistence.TypedQuery
Set the flush mode type to be used for the query execution.
setFooter(UIComponent) - Method in class jakarta.faces.component.UIColumn
Set the footer facet of the column.
setFooter(UIComponent) - Method in class jakarta.faces.component.UIData
Set the footer facet of this component.
setFooterClass(String) - Method in class jakarta.faces.component.html.HtmlColumn
Set the value of the footerClass property.
setFooterClass(String) - Method in class jakarta.faces.component.html.HtmlDataTable
Set the value of the footerClass property.
setFooterClass(String) - Method in class jakarta.faces.component.html.HtmlPanelGrid
Set the value of the footerClass property.
setFor(String) - Method in class jakarta.faces.component.html.HtmlOutputLabel
Set the value of the for property.
setFor(String) - Method in class jakarta.faces.component.UIMessage
Set the identifier of the component for which this component represents associated message(s) (if any).
setFor(String) - Method in class jakarta.faces.component.UIMessages
Set the client identifier of the component for which this component represents associated message(s) (if any).
setFragment(String) - Method in class jakarta.faces.component.html.HtmlOutputLink
Set the value of the fragment property.
setFrame(String) - Method in class jakarta.faces.component.html.HtmlDataTable
Set the value of the frame property.
setFrame(String) - Method in class jakarta.faces.component.html.HtmlPanelGrid
Set the value of the frame property.
setFunctionMapper(FunctionMapper) - Method in class jakarta.faces.view.facelets.FaceletContext

Set the FunctionMapper to use in EL evaluation/creation.

setGenericType(Type) - Method in interface jakarta.ws.rs.ext.InterceptorContext
Update type of the object to be produced or written.
setGlobalOnly(boolean) - Method in class jakarta.faces.component.UIMessages
Set the flag indicating whether only global messages (that is, messages with no associated client identifier) should be rendered.
setGroup(String) - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
Set the value of the group property.
setGroup(String) - Method in class jakarta.faces.component.UISelectOne

Sets the name of the radio button group.

setGroupingUsed(boolean) - Method in class jakarta.faces.convert.NumberConverter
Set the flag indicating whether getAsString() should include grouping separators if necessary.
setHeader(UIComponent) - Method in class jakarta.faces.component.UIColumn
Set the header facet of the column.
setHeader(UIComponent) - Method in class jakarta.faces.component.UIData
Set the header facet of this component.
setHeader(String, String) - Method in interface jakarta.servlet.http.HttpServletResponse
Sets a response header with the given name and value.
setHeader(String, String) - Method in class jakarta.servlet.http.HttpServletResponseWrapper
The default behavior of this method is to return setHeader(String name, String value) on the wrapped response object.
setHeader(String, String) - Method in interface jakarta.servlet.http.PushBuilder
Set a request header to be used for the push.
setHeaderClass(String) - Method in class jakarta.faces.component.html.HtmlColumn
Set the value of the headerClass property.
setHeaderClass(String) - Method in class jakarta.faces.component.html.HtmlDataTable
Set the value of the headerClass property.
setHeaderClass(String) - Method in class jakarta.faces.component.html.HtmlPanelGrid
Set the value of the headerClass property.
setHeight(String) - Method in class jakarta.faces.component.html.HtmlGraphicImage
Set the value of the height property.
setHint(String, Object) - Method in interface jakarta.persistence.Query
Set a query property or hint.
setHint(String, Object) - Method in interface jakarta.persistence.StoredProcedureQuery
Set a query property or hint.
setHint(String, Object) - Method in interface jakarta.persistence.TypedQuery
Set a query property or hint.
setHreflang(String) - Method in class jakarta.faces.component.html.HtmlCommandLink
Set the value of the hreflang property.
setHreflang(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
Set the value of the hreflang property.
setHreflang(String) - Method in class jakarta.faces.component.html.HtmlOutputLink
Set the value of the hreflang property.
setHttpOnly(boolean) - Method in class jakarta.servlet.http.Cookie
Marks or unmarks this Cookie as HttpOnly.
setHttpOnly(boolean) - Method in interface jakarta.servlet.SessionCookieConfig
Marks or unmarks the session tracking cookies created on behalf of the application represented by the ServletContext from which this SessionCookieConfig was acquired as HttpOnly.
setId(String) - Method in class jakarta.faces.component.UIComponent
Set the component identifier of this UIComponent (if any).
setId(String) - Method in class jakarta.faces.component.UIComponentBase
 
setId(String) - Method in class jakarta.faces.webapp.UIComponentClassicTagBase
Set the component identifier for our component.
setId(String) - Method in class jakarta.faces.webapp.UIComponentTagBase
Set the component identifier for the component corresponding to this tag instance.
setId(String) - Method in class jakarta.servlet.jsp.tagext.TagSupport
Set the id attribute for this tag.
setImage(String) - Method in class jakarta.faces.component.html.HtmlCommandButton
Set the value of the image property.
setImage(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
Set the value of the image property.
setImmediate(boolean) - Method in interface jakarta.faces.component.ActionSource
Set the "immediate execution" flag for this UIComponent.
setImmediate(boolean) - Method in class jakarta.faces.component.behavior.AjaxBehavior

Sets the immediate status of this behavior.

setImmediate(boolean) - Method in interface jakarta.faces.component.EditableValueHolder
Set the "immediate" state for this component.
setImmediate(boolean) - Method in class jakarta.faces.component.UICommand
 
setImmediate(boolean) - Method in class jakarta.faces.component.UIInput
 
setImmediate(boolean) - Method in class jakarta.faces.component.UIViewAction
Set the "immediate execution" flag for this UIComponent.
setIncludeViewParams(boolean) - Method in class jakarta.faces.component.UIOutcomeTarget

Set whether or not the page parameters should be encoded into the target url.

setInfo(Serializable) - Method in class jakarta.ejb.TimerConfig
Set the info object made available to timer callbacks.
setInfoClass(String) - Method in class jakarta.faces.component.html.HtmlMessage
Set the value of the infoClass property.
setInfoClass(String) - Method in class jakarta.faces.component.html.HtmlMessages
Set the value of the infoClass property.
setInfoStyle(String) - Method in class jakarta.faces.component.html.HtmlMessage
Set the value of the infoStyle property.
setInfoStyle(String) - Method in class jakarta.faces.component.html.HtmlMessages
Set the value of the infoStyle property.
setInitParameter(String, String) - Method in interface jakarta.servlet.Registration
Sets the initialization parameter with the given name and value on the Servlet or Filter that is represented by this Registration.
setInitParameter(String, String) - Method in interface jakarta.servlet.ServletContext
Sets the context initialization parameter with the given name and value on this ServletContext.
setInitParameters(Map<String, Object>) - Method in class jakarta.servlet.jsp.jstl.tlv.ScriptFreeTLV
Sets the values of the initialization parameters, as supplied in the TLD.
setInitParameters(Map<String, Object>) - Method in class jakarta.servlet.jsp.tagext.TagLibraryValidator
Set the init data in the TLD for this validator.
setInitParameters(Map<String, String>) - Method in interface jakarta.servlet.Registration
Sets the given initialization parameters on the Servlet or Filter that is represented by this Registration.
setInjectionPoint(InjectionPoint) - Method in interface jakarta.enterprise.inject.spi.ProcessInjectionPoint
Replaces the InjectionPoint.
setInjectionTarget(InjectionTarget<X>) - Method in interface jakarta.enterprise.inject.spi.ProcessInjectionTarget
Replaces the InjectionTarget which performs injection for this target.
setInputStream(InputStream) - Method in interface jakarta.ws.rs.ext.ReaderInterceptorContext
Set the input stream of the object to be read.
setInstance(RuntimeDelegate) - Static method in class jakarta.ws.rs.ext.RuntimeDelegate
Set the runtime delegate that will be used by JAX-RS classes.
setIntegerOnly(boolean) - Method in class jakarta.faces.convert.NumberConverter
Set to true if only the integer portion of the given value should be returned from getAsObject().
setIntHeader(String, int) - Method in interface jakarta.servlet.http.HttpServletResponse
Sets a response header with the given name and integer value.
setIntHeader(String, int) - Method in class jakarta.servlet.http.HttpServletResponseWrapper
The default behavior of this method is to call setIntHeader(String name, int value) on the wrapped response object.
setInView(boolean) - Method in class jakarta.faces.component.UIComponent

Updates the status as to whether or not this component is currently within the view hierarchy.

setInView(boolean) - Method in class jakarta.faces.component.UIViewRoot

Overridden to take no action.

setIsmap(boolean) - Method in class jakarta.faces.component.html.HtmlGraphicImage
Set the value of the ismap property.
setItemDescription(String) - Method in class jakarta.faces.component.UISelectItem
Set the description for this selection item.
setItemDisabled(boolean) - Method in class jakarta.faces.component.UISelectItem
Set the disabled value for this selection item.
setItemEscaped(boolean) - Method in class jakarta.faces.component.UISelectItem
Set the escape value for the label of this selection item.
setItemLabel(String) - Method in class jakarta.faces.component.UISelectItem
Set the localized label for this selection item.
setItemValue(Object) - Method in class jakarta.faces.component.UISelectItem
Set the server value for this selection item.
SetJoin<Z,E> - Interface in jakarta.persistence.criteria
The SetJoin interface is the type of the result of joining to a collection over an association or element collection that has been specified as a java.util.Set.
setJspBody(JspFragment) - Method in interface jakarta.servlet.jsp.tagext.SimpleTag
Provides the body of this tag as a JspFragment object, able to be invoked zero or more times by the tag handler.
setJspBody(JspFragment) - Method in class jakarta.servlet.jsp.tagext.SimpleTagSupport
Stores the provided JspFragment.
setJspContext(JspContext) - Method in interface jakarta.servlet.jsp.tagext.SimpleTag
Called by the container to provide this tag handler with the JspContext for this invocation.
setJspContext(JspContext) - Method in class jakarta.servlet.jsp.tagext.SimpleTagSupport
Stores the provided JSP context in the private jspContext field.
setJspId(String) - Method in class jakarta.faces.webapp.UIComponentClassicTagBase
Defined on JspIdConsumer.
setJspId(String) - Method in interface jakarta.servlet.jsp.tagext.JspIdConsumer
Called by the container generated code to set a value for the jspId attribute.
setKeepMessages(boolean) - Method in class jakarta.faces.context.Flash

Setter for keepMessages JavaBeans property.

setKeepMessages(boolean) - Method in class jakarta.faces.context.FlashWrapper

The default behavior of this method is to call Flash.setKeepMessages(boolean) on the wrapped Flash object.

setKey(PrivateKey, Certificate[]) - Method in class jakarta.security.auth.message.callback.PrivateKeyCallback
Used by the CallbackHandler to set the requested private key and the corresponding certificate chain within the Callback.
setKey(SecretKey) - Method in class jakarta.security.auth.message.callback.SecretKeyCallback
Used by the CallbackHandler to set the requested secret key within the Callback.
setKeywordResolved(boolean) - Method in class jakarta.faces.component.search.SearchKeywordContext

Sets if the keyword was resolved.

setLabel(String) - Method in class jakarta.faces.component.html.HtmlCommandButton
Set the value of the label property.
setLabel(String) - Method in class jakarta.faces.component.html.HtmlInputFile
Set the value of the label property.
setLabel(String) - Method in class jakarta.faces.component.html.HtmlInputSecret
Set the value of the label property.
setLabel(String) - Method in class jakarta.faces.component.html.HtmlInputText
Set the value of the label property.
setLabel(String) - Method in class jakarta.faces.component.html.HtmlInputTextarea
Set the value of the label property.
setLabel(String) - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
Set the value of the label property.
setLabel(String) - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
Set the value of the label property.
setLabel(String) - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
Set the value of the label property.
setLabel(String) - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
Set the value of the label property.
setLabel(String) - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
Set the value of the label property.
setLabel(String) - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
Set the value of the label property.
setLabel(String) - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
Set the value of the label property.
setLabel(String) - Method in class jakarta.faces.model.SelectItem
Set the label of this item, to be rendered visibly for the user.
setLang(String) - Method in class jakarta.faces.component.html.HtmlBody
Set the value of the lang property.
setLang(String) - Method in class jakarta.faces.component.html.HtmlCommandButton
Set the value of the lang property.
setLang(String) - Method in class jakarta.faces.component.html.HtmlCommandLink
Set the value of the lang property.
setLang(String) - Method in class jakarta.faces.component.html.HtmlDataTable
Set the value of the lang property.
setLang(String) - Method in class jakarta.faces.component.html.HtmlForm
Set the value of the lang property.
setLang(String) - Method in class jakarta.faces.component.html.HtmlGraphicImage
Set the value of the lang property.
setLang(String) - Method in class jakarta.faces.component.html.HtmlHead
Set the value of the lang property.
setLang(String) - Method in class jakarta.faces.component.html.HtmlInputFile
Set the value of the lang property.
setLang(String) - Method in class jakarta.faces.component.html.HtmlInputSecret
Set the value of the lang property.
setLang(String) - Method in class jakarta.faces.component.html.HtmlInputText
Set the value of the lang property.
setLang(String) - Method in class jakarta.faces.component.html.HtmlInputTextarea
Set the value of the lang property.
setLang(String) - Method in class jakarta.faces.component.html.HtmlMessage
Set the value of the lang property.
setLang(String) - Method in class jakarta.faces.component.html.HtmlMessages
Set the value of the lang property.
setLang(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
Set the value of the lang property.
setLang(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
Set the value of the lang property.
setLang(String) - Method in class jakarta.faces.component.html.HtmlOutputFormat
Set the value of the lang property.
setLang(String) - Method in class jakarta.faces.component.html.HtmlOutputLabel
Set the value of the lang property.
setLang(String) - Method in class jakarta.faces.component.html.HtmlOutputLink
Set the value of the lang property.
setLang(String) - Method in class jakarta.faces.component.html.HtmlOutputText
Set the value of the lang property.
setLang(String) - Method in class jakarta.faces.component.html.HtmlPanelGrid
Set the value of the lang property.
setLang(String) - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
Set the value of the lang property.
setLang(String) - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
Set the value of the lang property.
setLang(String) - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
Set the value of the lang property.
setLang(String) - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
Set the value of the lang property.
setLang(String) - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
Set the value of the lang property.
setLang(String) - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
Set the value of the lang property.
setLang(String) - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
Set the value of the lang property.
setLayout(String) - Method in class jakarta.faces.component.html.HtmlMessages
Set the value of the layout property.
setLayout(String) - Method in class jakarta.faces.component.html.HtmlPanelGroup
Set the value of the layout property.
setLayout(String) - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
Set the value of the layout property.
setLayout(String) - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
Set the value of the layout property.
setLibraryName(String) - Method in class jakarta.faces.application.Resource

Set the libraryName for this resource.

setLibraryName(String) - Method in class jakarta.faces.application.ResourceWrapper

The default behavior of this method is to call Resource.setLibraryName(String) on the wrapped ResourceHandler object.

setLoadOnStartup(int) - Method in interface jakarta.servlet.ServletRegistration.Dynamic
Sets the loadOnStartup priority on the Servlet represented by this dynamic ServletRegistration.
setLocale(Locale) - Method in class jakarta.el.ELContext
Sets the Locale for this instance.
setLocale(Locale) - Method in class jakarta.faces.component.UIViewRoot
Set the Locale to be used in localizing the response being created for this view.
setLocale(Locale) - Method in class jakarta.faces.convert.DateTimeConverter
Set the Locale to be used when parsing or formatting dates and times.
setLocale(Locale) - Method in class jakarta.faces.convert.NumberConverter
Set the Locale to be used when parsing numbers.
setLocale(Locale) - Method in interface jakarta.servlet.ServletResponse
Sets the locale of the response, if the response has not been committed yet.
setLocale(Locale) - Method in class jakarta.servlet.ServletResponseWrapper
The default behavior of this method is to call setLocale(Locale loc) on the wrapped response object.
setLocalValueSet(boolean) - Method in interface jakarta.faces.component.EditableValueHolder
Sets the "local value set" state for this component.
setLocalValueSet(boolean) - Method in class jakarta.faces.component.UIInput
Sets the "local value set" state for this component.
setLockMode(LockModeType) - Method in interface jakarta.persistence.Query
Set the lock mode type to be used for the query execution.
setLockMode(LockModeType) - Method in interface jakarta.persistence.TypedQuery
Set the lock mode type to be used for the query execution.
setLongdesc(String) - Method in class jakarta.faces.component.html.HtmlGraphicImage
Set the value of the longdesc property.
setMaxAge(int) - Method in class jakarta.servlet.http.Cookie
Sets the maximum age in seconds for this Cookie.
setMaxAge(int) - Method in interface jakarta.servlet.SessionCookieConfig
Sets the lifetime (in seconds) for the session tracking cookies created on behalf of the application represented by the ServletContext from which this SessionCookieConfig was acquired.
setMaxAge(int) - Method in class jakarta.ws.rs.core.CacheControl
Corresponds to the max-age cache control directive.
setMaxBinaryMessageBufferSize(int) - Method in interface jakarta.websocket.Session
Sets the maximum length of incoming binary messages that this Session can buffer.
setMaxFractionDigits(int) - Method in class jakarta.faces.convert.NumberConverter
Set the maximum number of digits getAsString() should render in the fraction portion of the result.
setMaxIdleTimeout(long) - Method in interface jakarta.websocket.Session
Set the non-zero number of milliseconds before this session will be closed by the container if it is inactive, ie no messages are either sent or received.
setMaximum(double) - Method in class jakarta.faces.validator.DoubleRangeValidator
Set the maximum value to be enforced by this Validator.
setMaximum(int) - Method in class jakarta.faces.validator.LengthValidator
Set the maximum length to be enforced by this Validator.
setMaximum(long) - Method in class jakarta.faces.validator.LongRangeValidator
Set the maximum value to be enforced by this Validator.
setMaxInactiveInterval(int) - Method in interface jakarta.servlet.http.HttpSession
Specifies the time, in seconds, between client requests before the servlet container will invalidate this session.
setMaxIntegerDigits(int) - Method in class jakarta.faces.convert.NumberConverter
Set the maximum number of digits getAsString() should render in the integer portion of the result.
setMaxlength(int) - Method in class jakarta.faces.component.html.HtmlInputFile
Set the value of the maxlength property.
setMaxlength(int) - Method in class jakarta.faces.component.html.HtmlInputSecret
Set the value of the maxlength property.
setMaxlength(int) - Method in class jakarta.faces.component.html.HtmlInputText
Set the value of the maxlength property.
setMaxResults(int) - Method in interface jakarta.persistence.Query
Set the maximum number of results to retrieve.
setMaxResults(int) - Method in interface jakarta.persistence.TypedQuery
Set the maximum number of results to retrieve.
setMaxTextMessageBufferSize(int) - Method in interface jakarta.websocket.Session
Sets the maximum length of incoming text messages that this Session can buffer.
setMediaType(MediaType) - Method in interface jakarta.ws.rs.ext.InterceptorContext
Update media type of HTTP entity.
setMemberFactories(FaceletCache.MemberFactory<V>, FaceletCache.MemberFactory<V>) - Method in class jakarta.faces.view.facelets.FaceletCache
Deprecated. 
setMessageBundle(String) - Method in class jakarta.faces.application.Application
Set the fully qualified class name of the ResourceBundle to be used for Jakarta Server Faces messages for this application.
setMessageBundle(String) - Method in class jakarta.faces.application.ApplicationWrapper

The default behavior of this method is to call Application.setMessageBundle(String) on the wrapped Application object.

setMessageDrivenContext(MessageDrivenContext) - Method in interface jakarta.ejb.MessageDrivenBean
Set the associated message-driven context.
setMethod(String) - Method in interface jakarta.ws.rs.client.ClientRequestContext
Set the request method.
setMethod(String) - Method in interface jakarta.ws.rs.container.ContainerRequestContext
Set the request method.
setMinFractionDigits(int) - Method in class jakarta.faces.convert.NumberConverter
Set the minimum number of digits getAsString() should render in the fraction portion of the result.
setMinimum(double) - Method in class jakarta.faces.validator.DoubleRangeValidator
Set the minimum value to be enforced by this Validator.
setMinimum(int) - Method in class jakarta.faces.validator.LengthValidator
Set the minimum length to be enforced by this Validator.
setMinimum(long) - Method in class jakarta.faces.validator.LongRangeValidator
Set the minimum value to be enforced by this Validator.
setMinIntegerDigits(int) - Method in class jakarta.faces.convert.NumberConverter
Set the minimum number of digits getAsString() should render in the integer portion of the result.
setMultipartConfig(MultipartConfigElement) - Method in interface jakarta.servlet.ServletRegistration.Dynamic
Sets the MultipartConfigElement to be applied to the mappings defined for this ServletRegistration.
setMustRevalidate(boolean) - Method in class jakarta.ws.rs.core.CacheControl
Corresponds to the must-revalidate cache control directive.
setName(String) - Method in class jakarta.faces.component.html.HtmlCommandScript
Set the value of the name property.
setName(String) - Method in class jakarta.faces.component.UIParameter
Set the optional parameter name for this parameter.
setName(String) - Method in class jakarta.faces.component.UIViewParameter

Set the request parameter name from which the value is retrieved.

setName(String) - Method in class jakarta.faces.webapp.AttributeTag
Deprecated.
Set the attribute name.
setName(String) - Method in class jakarta.faces.webapp.FacetTag
Set the name to be assigned to this facet.
setName(String) - Method in interface jakarta.servlet.SessionCookieConfig
Sets the name that will be assigned to any session tracking cookies created on behalf of the application represented by the ServletContext from which this SessionCookieConfig was acquired.
setNavigationHandler(NavigationHandler) - Method in class jakarta.faces.application.Application
Set the NavigationHandler instance that will be passed the outcome returned by any invoked application action for this web application.
setNavigationHandler(NavigationHandler) - Method in class jakarta.faces.application.ApplicationWrapper

The default behavior of this method is to call Application.setNavigationHandler(NavigationHandler) on the wrapped Application object.

setNewAuthentication(boolean) - Method in class jakarta.security.enterprise.authentication.mechanism.http.AuthenticationParameters
Sets whether a new authentication dialog is required.
setNoCache(boolean) - Method in class jakarta.ws.rs.core.CacheControl
Corresponds to the no-cache cache control directive.
setNoSelectionOption(boolean) - Method in class jakarta.faces.component.UISelectItem

Set the value of the noSelectionOption property.

setNoSelectionOption(boolean) - Method in class jakarta.faces.model.SelectItem

Set the value of the noSelectionOption property.

setNoStore(boolean) - Method in class jakarta.ws.rs.core.CacheControl
Corresponds to the no-store cache control directive.
setNoTransform(boolean) - Method in class jakarta.ws.rs.core.CacheControl
Corresponds to the no-transform cache control directive.
setNull(int) - Method in interface jakarta.json.JsonArrayBuilder
Replaces a value in the array with a JsonValue.NULL value at the specified position.
setObserverMethod(ObserverMethod<T>) - Method in interface jakarta.enterprise.inject.spi.ProcessObserverMethod
Replaces the ObserverMethod.
setOnblur(String) - Method in class jakarta.faces.component.html.HtmlCommandButton
Set the value of the onblur property.
setOnblur(String) - Method in class jakarta.faces.component.html.HtmlCommandLink
Set the value of the onblur property.
setOnblur(String) - Method in class jakarta.faces.component.html.HtmlInputFile
Set the value of the onblur property.
setOnblur(String) - Method in class jakarta.faces.component.html.HtmlInputSecret
Set the value of the onblur property.
setOnblur(String) - Method in class jakarta.faces.component.html.HtmlInputText
Set the value of the onblur property.
setOnblur(String) - Method in class jakarta.faces.component.html.HtmlInputTextarea
Set the value of the onblur property.
setOnblur(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
Set the value of the onblur property.
setOnblur(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
Set the value of the onblur property.
setOnblur(String) - Method in class jakarta.faces.component.html.HtmlOutputLabel
Set the value of the onblur property.
setOnblur(String) - Method in class jakarta.faces.component.html.HtmlOutputLink
Set the value of the onblur property.
setOnblur(String) - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
Set the value of the onblur property.
setOnblur(String) - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
Set the value of the onblur property.
setOnblur(String) - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
Set the value of the onblur property.
setOnblur(String) - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
Set the value of the onblur property.
setOnblur(String) - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
Set the value of the onblur property.
setOnblur(String) - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
Set the value of the onblur property.
setOnblur(String) - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
Set the value of the onblur property.
setOnchange(String) - Method in class jakarta.faces.component.html.HtmlCommandButton
Set the value of the onchange property.
setOnchange(String) - Method in class jakarta.faces.component.html.HtmlInputFile
Set the value of the onchange property.
setOnchange(String) - Method in class jakarta.faces.component.html.HtmlInputSecret
Set the value of the onchange property.
setOnchange(String) - Method in class jakarta.faces.component.html.HtmlInputText
Set the value of the onchange property.
setOnchange(String) - Method in class jakarta.faces.component.html.HtmlInputTextarea
Set the value of the onchange property.
setOnchange(String) - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
Set the value of the onchange property.
setOnchange(String) - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
Set the value of the onchange property.
setOnchange(String) - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
Set the value of the onchange property.
setOnchange(String) - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
Set the value of the onchange property.
setOnchange(String) - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
Set the value of the onchange property.
setOnchange(String) - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
Set the value of the onchange property.
setOnchange(String) - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
Set the value of the onchange property.
setOnclick(String) - Method in class jakarta.faces.component.html.HtmlBody
Set the value of the onclick property.
setOnclick(String) - Method in class jakarta.faces.component.html.HtmlCommandButton
Set the value of the onclick property.
setOnclick(String) - Method in class jakarta.faces.component.html.HtmlCommandLink
Set the value of the onclick property.
setOnclick(String) - Method in class jakarta.faces.component.html.HtmlDataTable
Set the value of the onclick property.
setOnclick(String) - Method in class jakarta.faces.component.html.HtmlForm
Set the value of the onclick property.
setOnclick(String) - Method in class jakarta.faces.component.html.HtmlGraphicImage
Set the value of the onclick property.
setOnclick(String) - Method in class jakarta.faces.component.html.HtmlInputFile
Set the value of the onclick property.
setOnclick(String) - Method in class jakarta.faces.component.html.HtmlInputSecret
Set the value of the onclick property.
setOnclick(String) - Method in class jakarta.faces.component.html.HtmlInputText
Set the value of the onclick property.
setOnclick(String) - Method in class jakarta.faces.component.html.HtmlInputTextarea
Set the value of the onclick property.
setOnclick(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
Set the value of the onclick property.
setOnclick(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
Set the value of the onclick property.
setOnclick(String) - Method in class jakarta.faces.component.html.HtmlOutputLabel
Set the value of the onclick property.
setOnclick(String) - Method in class jakarta.faces.component.html.HtmlOutputLink
Set the value of the onclick property.
setOnclick(String) - Method in class jakarta.faces.component.html.HtmlPanelGrid
Set the value of the onclick property.
setOnclick(String) - Method in class jakarta.faces.component.html.HtmlPanelGroup
Set the value of the onclick property.
setOnclick(String) - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
Set the value of the onclick property.
setOnclick(String) - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
Set the value of the onclick property.
setOnclick(String) - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
Set the value of the onclick property.
setOnclick(String) - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
Set the value of the onclick property.
setOnclick(String) - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
Set the value of the onclick property.
setOnclick(String) - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
Set the value of the onclick property.
setOnclick(String) - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
Set the value of the onclick property.
setOnclose(String) - Method in class jakarta.faces.component.UIWebsocket
Sets the JavaScript event handler function that is invoked when the websocket is closed.
setOndblclick(String) - Method in class jakarta.faces.component.html.HtmlBody
Set the value of the ondblclick property.
setOndblclick(String) - Method in class jakarta.faces.component.html.HtmlCommandButton
Set the value of the ondblclick property.
setOndblclick(String) - Method in class jakarta.faces.component.html.HtmlCommandLink
Set the value of the ondblclick property.
setOndblclick(String) - Method in class jakarta.faces.component.html.HtmlDataTable
Set the value of the ondblclick property.
setOndblclick(String) - Method in class jakarta.faces.component.html.HtmlForm
Set the value of the ondblclick property.
setOndblclick(String) - Method in class jakarta.faces.component.html.HtmlGraphicImage
Set the value of the ondblclick property.
setOndblclick(String) - Method in class jakarta.faces.component.html.HtmlInputFile
Set the value of the ondblclick property.
setOndblclick(String) - Method in class jakarta.faces.component.html.HtmlInputSecret
Set the value of the ondblclick property.
setOndblclick(String) - Method in class jakarta.faces.component.html.HtmlInputText
Set the value of the ondblclick property.
setOndblclick(String) - Method in class jakarta.faces.component.html.HtmlInputTextarea
Set the value of the ondblclick property.
setOndblclick(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
Set the value of the ondblclick property.
setOndblclick(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
Set the value of the ondblclick property.
setOndblclick(String) - Method in class jakarta.faces.component.html.HtmlOutputLabel
Set the value of the ondblclick property.
setOndblclick(String) - Method in class jakarta.faces.component.html.HtmlOutputLink
Set the value of the ondblclick property.
setOndblclick(String) - Method in class jakarta.faces.component.html.HtmlPanelGrid
Set the value of the ondblclick property.
setOndblclick(String) - Method in class jakarta.faces.component.html.HtmlPanelGroup
Set the value of the ondblclick property.
setOndblclick(String) - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
Set the value of the ondblclick property.
setOndblclick(String) - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
Set the value of the ondblclick property.
setOndblclick(String) - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
Set the value of the ondblclick property.
setOndblclick(String) - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
Set the value of the ondblclick property.
setOndblclick(String) - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
Set the value of the ondblclick property.
setOndblclick(String) - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
Set the value of the ondblclick property.
setOndblclick(String) - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
Set the value of the ondblclick property.
setOnerror(String) - Method in class jakarta.faces.component.behavior.AjaxBehavior

Sets the JavaScript function name that will be used to identify the client callback function that should be run in the event of an error.

setOnerror(String) - Method in class jakarta.faces.component.html.HtmlCommandScript
Set the value of the onerror property.
setOnevent(String) - Method in class jakarta.faces.component.behavior.AjaxBehavior

Sets the JavaScript function name that will be used to identify the client callback function that should be run in response to event activity.

setOnevent(String) - Method in class jakarta.faces.component.html.HtmlCommandScript
Set the value of the onevent property.
setOnfocus(String) - Method in class jakarta.faces.component.html.HtmlCommandButton
Set the value of the onfocus property.
setOnfocus(String) - Method in class jakarta.faces.component.html.HtmlCommandLink
Set the value of the onfocus property.
setOnfocus(String) - Method in class jakarta.faces.component.html.HtmlInputFile
Set the value of the onfocus property.
setOnfocus(String) - Method in class jakarta.faces.component.html.HtmlInputSecret
Set the value of the onfocus property.
setOnfocus(String) - Method in class jakarta.faces.component.html.HtmlInputText
Set the value of the onfocus property.
setOnfocus(String) - Method in class jakarta.faces.component.html.HtmlInputTextarea
Set the value of the onfocus property.
setOnfocus(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
Set the value of the onfocus property.
setOnfocus(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
Set the value of the onfocus property.
setOnfocus(String) - Method in class jakarta.faces.component.html.HtmlOutputLabel
Set the value of the onfocus property.
setOnfocus(String) - Method in class jakarta.faces.component.html.HtmlOutputLink
Set the value of the onfocus property.
setOnfocus(String) - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
Set the value of the onfocus property.
setOnfocus(String) - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
Set the value of the onfocus property.
setOnfocus(String) - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
Set the value of the onfocus property.
setOnfocus(String) - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
Set the value of the onfocus property.
setOnfocus(String) - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
Set the value of the onfocus property.
setOnfocus(String) - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
Set the value of the onfocus property.
setOnfocus(String) - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
Set the value of the onfocus property.
setOnkeydown(String) - Method in class jakarta.faces.component.html.HtmlBody
Set the value of the onkeydown property.
setOnkeydown(String) - Method in class jakarta.faces.component.html.HtmlCommandButton
Set the value of the onkeydown property.
setOnkeydown(String) - Method in class jakarta.faces.component.html.HtmlCommandLink
Set the value of the onkeydown property.
setOnkeydown(String) - Method in class jakarta.faces.component.html.HtmlDataTable
Set the value of the onkeydown property.
setOnkeydown(String) - Method in class jakarta.faces.component.html.HtmlForm
Set the value of the onkeydown property.
setOnkeydown(String) - Method in class jakarta.faces.component.html.HtmlGraphicImage
Set the value of the onkeydown property.
setOnkeydown(String) - Method in class jakarta.faces.component.html.HtmlInputFile
Set the value of the onkeydown property.
setOnkeydown(String) - Method in class jakarta.faces.component.html.HtmlInputSecret
Set the value of the onkeydown property.
setOnkeydown(String) - Method in class jakarta.faces.component.html.HtmlInputText
Set the value of the onkeydown property.
setOnkeydown(String) - Method in class jakarta.faces.component.html.HtmlInputTextarea
Set the value of the onkeydown property.
setOnkeydown(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
Set the value of the onkeydown property.
setOnkeydown(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
Set the value of the onkeydown property.
setOnkeydown(String) - Method in class jakarta.faces.component.html.HtmlOutputLabel
Set the value of the onkeydown property.
setOnkeydown(String) - Method in class jakarta.faces.component.html.HtmlOutputLink
Set the value of the onkeydown property.
setOnkeydown(String) - Method in class jakarta.faces.component.html.HtmlPanelGrid
Set the value of the onkeydown property.
setOnkeydown(String) - Method in class jakarta.faces.component.html.HtmlPanelGroup
Set the value of the onkeydown property.
setOnkeydown(String) - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
Set the value of the onkeydown property.
setOnkeydown(String) - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
Set the value of the onkeydown property.
setOnkeydown(String) - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
Set the value of the onkeydown property.
setOnkeydown(String) - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
Set the value of the onkeydown property.
setOnkeydown(String) - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
Set the value of the onkeydown property.
setOnkeydown(String) - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
Set the value of the onkeydown property.
setOnkeydown(String) - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
Set the value of the onkeydown property.
setOnkeypress(String) - Method in class jakarta.faces.component.html.HtmlBody
Set the value of the onkeypress property.
setOnkeypress(String) - Method in class jakarta.faces.component.html.HtmlCommandButton
Set the value of the onkeypress property.
setOnkeypress(String) - Method in class jakarta.faces.component.html.HtmlCommandLink
Set the value of the onkeypress property.
setOnkeypress(String) - Method in class jakarta.faces.component.html.HtmlDataTable
Set the value of the onkeypress property.
setOnkeypress(String) - Method in class jakarta.faces.component.html.HtmlForm
Set the value of the onkeypress property.
setOnkeypress(String) - Method in class jakarta.faces.component.html.HtmlGraphicImage
Set the value of the onkeypress property.
setOnkeypress(String) - Method in class jakarta.faces.component.html.HtmlInputFile
Set the value of the onkeypress property.
setOnkeypress(String) - Method in class jakarta.faces.component.html.HtmlInputSecret
Set the value of the onkeypress property.
setOnkeypress(String) - Method in class jakarta.faces.component.html.HtmlInputText
Set the value of the onkeypress property.
setOnkeypress(String) - Method in class jakarta.faces.component.html.HtmlInputTextarea
Set the value of the onkeypress property.
setOnkeypress(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
Set the value of the onkeypress property.
setOnkeypress(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
Set the value of the onkeypress property.
setOnkeypress(String) - Method in class jakarta.faces.component.html.HtmlOutputLabel
Set the value of the onkeypress property.
setOnkeypress(String) - Method in class jakarta.faces.component.html.HtmlOutputLink
Set the value of the onkeypress property.
setOnkeypress(String) - Method in class jakarta.faces.component.html.HtmlPanelGrid
Set the value of the onkeypress property.
setOnkeypress(String) - Method in class jakarta.faces.component.html.HtmlPanelGroup
Set the value of the onkeypress property.
setOnkeypress(String) - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
Set the value of the onkeypress property.
setOnkeypress(String) - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
Set the value of the onkeypress property.
setOnkeypress(String) - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
Set the value of the onkeypress property.
setOnkeypress(String) - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
Set the value of the onkeypress property.
setOnkeypress(String) - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
Set the value of the onkeypress property.
setOnkeypress(String) - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
Set the value of the onkeypress property.
setOnkeypress(String) - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
Set the value of the onkeypress property.
setOnkeyup(String) - Method in class jakarta.faces.component.html.HtmlBody
Set the value of the onkeyup property.
setOnkeyup(String) - Method in class jakarta.faces.component.html.HtmlCommandButton
Set the value of the onkeyup property.
setOnkeyup(String) - Method in class jakarta.faces.component.html.HtmlCommandLink
Set the value of the onkeyup property.
setOnkeyup(String) - Method in class jakarta.faces.component.html.HtmlDataTable
Set the value of the onkeyup property.
setOnkeyup(String) - Method in class jakarta.faces.component.html.HtmlForm
Set the value of the onkeyup property.
setOnkeyup(String) - Method in class jakarta.faces.component.html.HtmlGraphicImage
Set the value of the onkeyup property.
setOnkeyup(String) - Method in class jakarta.faces.component.html.HtmlInputFile
Set the value of the onkeyup property.
setOnkeyup(String) - Method in class jakarta.faces.component.html.HtmlInputSecret
Set the value of the onkeyup property.
setOnkeyup(String) - Method in class jakarta.faces.component.html.HtmlInputText
Set the value of the onkeyup property.
setOnkeyup(String) - Method in class jakarta.faces.component.html.HtmlInputTextarea
Set the value of the onkeyup property.
setOnkeyup(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
Set the value of the onkeyup property.
setOnkeyup(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
Set the value of the onkeyup property.
setOnkeyup(String) - Method in class jakarta.faces.component.html.HtmlOutputLabel
Set the value of the onkeyup property.
setOnkeyup(String) - Method in class jakarta.faces.component.html.HtmlOutputLink
Set the value of the onkeyup property.
setOnkeyup(String) - Method in class jakarta.faces.component.html.HtmlPanelGrid
Set the value of the onkeyup property.
setOnkeyup(String) - Method in class jakarta.faces.component.html.HtmlPanelGroup
Set the value of the onkeyup property.
setOnkeyup(String) - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
Set the value of the onkeyup property.
setOnkeyup(String) - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
Set the value of the onkeyup property.
setOnkeyup(String) - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
Set the value of the onkeyup property.
setOnkeyup(String) - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
Set the value of the onkeyup property.
setOnkeyup(String) - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
Set the value of the onkeyup property.
setOnkeyup(String) - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
Set the value of the onkeyup property.
setOnkeyup(String) - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
Set the value of the onkeyup property.
setOnload(String) - Method in class jakarta.faces.component.html.HtmlBody
Set the value of the onload property.
setOnmessage(String) - Method in class jakarta.faces.component.UIWebsocket
Sets the JavaScript event handler function that is invoked when a push message is received from the server.
setOnmousedown(String) - Method in class jakarta.faces.component.html.HtmlBody
Set the value of the onmousedown property.
setOnmousedown(String) - Method in class jakarta.faces.component.html.HtmlCommandButton
Set the value of the onmousedown property.
setOnmousedown(String) - Method in class jakarta.faces.component.html.HtmlCommandLink
Set the value of the onmousedown property.
setOnmousedown(String) - Method in class jakarta.faces.component.html.HtmlDataTable
Set the value of the onmousedown property.
setOnmousedown(String) - Method in class jakarta.faces.component.html.HtmlForm
Set the value of the onmousedown property.
setOnmousedown(String) - Method in class jakarta.faces.component.html.HtmlGraphicImage
Set the value of the onmousedown property.
setOnmousedown(String) - Method in class jakarta.faces.component.html.HtmlInputFile
Set the value of the onmousedown property.
setOnmousedown(String) - Method in class jakarta.faces.component.html.HtmlInputSecret
Set the value of the onmousedown property.
setOnmousedown(String) - Method in class jakarta.faces.component.html.HtmlInputText
Set the value of the onmousedown property.
setOnmousedown(String) - Method in class jakarta.faces.component.html.HtmlInputTextarea
Set the value of the onmousedown property.
setOnmousedown(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
Set the value of the onmousedown property.
setOnmousedown(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
Set the value of the onmousedown property.
setOnmousedown(String) - Method in class jakarta.faces.component.html.HtmlOutputLabel
Set the value of the onmousedown property.
setOnmousedown(String) - Method in class jakarta.faces.component.html.HtmlOutputLink
Set the value of the onmousedown property.
setOnmousedown(String) - Method in class jakarta.faces.component.html.HtmlPanelGrid
Set the value of the onmousedown property.
setOnmousedown(String) - Method in class jakarta.faces.component.html.HtmlPanelGroup
Set the value of the onmousedown property.
setOnmousedown(String) - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
Set the value of the onmousedown property.
setOnmousedown(String) - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
Set the value of the onmousedown property.
setOnmousedown(String) - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
Set the value of the onmousedown property.
setOnmousedown(String) - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
Set the value of the onmousedown property.
setOnmousedown(String) - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
Set the value of the onmousedown property.
setOnmousedown(String) - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
Set the value of the onmousedown property.
setOnmousedown(String) - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
Set the value of the onmousedown property.
setOnmousemove(String) - Method in class jakarta.faces.component.html.HtmlBody
Set the value of the onmousemove property.
setOnmousemove(String) - Method in class jakarta.faces.component.html.HtmlCommandButton
Set the value of the onmousemove property.
setOnmousemove(String) - Method in class jakarta.faces.component.html.HtmlCommandLink
Set the value of the onmousemove property.
setOnmousemove(String) - Method in class jakarta.faces.component.html.HtmlDataTable
Set the value of the onmousemove property.
setOnmousemove(String) - Method in class jakarta.faces.component.html.HtmlForm
Set the value of the onmousemove property.
setOnmousemove(String) - Method in class jakarta.faces.component.html.HtmlGraphicImage
Set the value of the onmousemove property.
setOnmousemove(String) - Method in class jakarta.faces.component.html.HtmlInputFile
Set the value of the onmousemove property.
setOnmousemove(String) - Method in class jakarta.faces.component.html.HtmlInputSecret
Set the value of the onmousemove property.
setOnmousemove(String) - Method in class jakarta.faces.component.html.HtmlInputText
Set the value of the onmousemove property.
setOnmousemove(String) - Method in class jakarta.faces.component.html.HtmlInputTextarea
Set the value of the onmousemove property.
setOnmousemove(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
Set the value of the onmousemove property.
setOnmousemove(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
Set the value of the onmousemove property.
setOnmousemove(String) - Method in class jakarta.faces.component.html.HtmlOutputLabel
Set the value of the onmousemove property.
setOnmousemove(String) - Method in class jakarta.faces.component.html.HtmlOutputLink
Set the value of the onmousemove property.
setOnmousemove(String) - Method in class jakarta.faces.component.html.HtmlPanelGrid
Set the value of the onmousemove property.
setOnmousemove(String) - Method in class jakarta.faces.component.html.HtmlPanelGroup
Set the value of the onmousemove property.
setOnmousemove(String) - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
Set the value of the onmousemove property.
setOnmousemove(String) - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
Set the value of the onmousemove property.
setOnmousemove(String) - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
Set the value of the onmousemove property.
setOnmousemove(String) - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
Set the value of the onmousemove property.
setOnmousemove(String) - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
Set the value of the onmousemove property.
setOnmousemove(String) - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
Set the value of the onmousemove property.
setOnmousemove(String) - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
Set the value of the onmousemove property.
setOnmouseout(String) - Method in class jakarta.faces.component.html.HtmlBody
Set the value of the onmouseout property.
setOnmouseout(String) - Method in class jakarta.faces.component.html.HtmlCommandButton
Set the value of the onmouseout property.
setOnmouseout(String) - Method in class jakarta.faces.component.html.HtmlCommandLink
Set the value of the onmouseout property.
setOnmouseout(String) - Method in class jakarta.faces.component.html.HtmlDataTable
Set the value of the onmouseout property.
setOnmouseout(String) - Method in class jakarta.faces.component.html.HtmlForm
Set the value of the onmouseout property.
setOnmouseout(String) - Method in class jakarta.faces.component.html.HtmlGraphicImage
Set the value of the onmouseout property.
setOnmouseout(String) - Method in class jakarta.faces.component.html.HtmlInputFile
Set the value of the onmouseout property.
setOnmouseout(String) - Method in class jakarta.faces.component.html.HtmlInputSecret
Set the value of the onmouseout property.
setOnmouseout(String) - Method in class jakarta.faces.component.html.HtmlInputText
Set the value of the onmouseout property.
setOnmouseout(String) - Method in class jakarta.faces.component.html.HtmlInputTextarea
Set the value of the onmouseout property.
setOnmouseout(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
Set the value of the onmouseout property.
setOnmouseout(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
Set the value of the onmouseout property.
setOnmouseout(String) - Method in class jakarta.faces.component.html.HtmlOutputLabel
Set the value of the onmouseout property.
setOnmouseout(String) - Method in class jakarta.faces.component.html.HtmlOutputLink
Set the value of the onmouseout property.
setOnmouseout(String) - Method in class jakarta.faces.component.html.HtmlPanelGrid
Set the value of the onmouseout property.
setOnmouseout(String) - Method in class jakarta.faces.component.html.HtmlPanelGroup
Set the value of the onmouseout property.
setOnmouseout(String) - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
Set the value of the onmouseout property.
setOnmouseout(String) - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
Set the value of the onmouseout property.
setOnmouseout(String) - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
Set the value of the onmouseout property.
setOnmouseout(String) - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
Set the value of the onmouseout property.
setOnmouseout(String) - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
Set the value of the onmouseout property.
setOnmouseout(String) - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
Set the value of the onmouseout property.
setOnmouseout(String) - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
Set the value of the onmouseout property.
setOnmouseover(String) - Method in class jakarta.faces.component.html.HtmlBody
Set the value of the onmouseover property.
setOnmouseover(String) - Method in class jakarta.faces.component.html.HtmlCommandButton
Set the value of the onmouseover property.
setOnmouseover(String) - Method in class jakarta.faces.component.html.HtmlCommandLink
Set the value of the onmouseover property.
setOnmouseover(String) - Method in class jakarta.faces.component.html.HtmlDataTable
Set the value of the onmouseover property.
setOnmouseover(String) - Method in class jakarta.faces.component.html.HtmlForm
Set the value of the onmouseover property.
setOnmouseover(String) - Method in class jakarta.faces.component.html.HtmlGraphicImage
Set the value of the onmouseover property.
setOnmouseover(String) - Method in class jakarta.faces.component.html.HtmlInputFile
Set the value of the onmouseover property.
setOnmouseover(String) - Method in class jakarta.faces.component.html.HtmlInputSecret
Set the value of the onmouseover property.
setOnmouseover(String) - Method in class jakarta.faces.component.html.HtmlInputText
Set the value of the onmouseover property.
setOnmouseover(String) - Method in class jakarta.faces.component.html.HtmlInputTextarea
Set the value of the onmouseover property.
setOnmouseover(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
Set the value of the onmouseover property.
setOnmouseover(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
Set the value of the onmouseover property.
setOnmouseover(String) - Method in class jakarta.faces.component.html.HtmlOutputLabel
Set the value of the onmouseover property.
setOnmouseover(String) - Method in class jakarta.faces.component.html.HtmlOutputLink
Set the value of the onmouseover property.
setOnmouseover(String) - Method in class jakarta.faces.component.html.HtmlPanelGrid
Set the value of the onmouseover property.
setOnmouseover(String) - Method in class jakarta.faces.component.html.HtmlPanelGroup
Set the value of the onmouseover property.
setOnmouseover(String) - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
Set the value of the onmouseover property.
setOnmouseover(String) - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
Set the value of the onmouseover property.
setOnmouseover(String) - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
Set the value of the onmouseover property.
setOnmouseover(String) - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
Set the value of the onmouseover property.
setOnmouseover(String) - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
Set the value of the onmouseover property.
setOnmouseover(String) - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
Set the value of the onmouseover property.
setOnmouseover(String) - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
Set the value of the onmouseover property.
setOnmouseup(String) - Method in class jakarta.faces.component.html.HtmlBody
Set the value of the onmouseup property.
setOnmouseup(String) - Method in class jakarta.faces.component.html.HtmlCommandButton
Set the value of the onmouseup property.
setOnmouseup(String) - Method in class jakarta.faces.component.html.HtmlCommandLink
Set the value of the onmouseup property.
setOnmouseup(String) - Method in class jakarta.faces.component.html.HtmlDataTable
Set the value of the onmouseup property.
setOnmouseup(String) - Method in class jakarta.faces.component.html.HtmlForm
Set the value of the onmouseup property.
setOnmouseup(String) - Method in class jakarta.faces.component.html.HtmlGraphicImage
Set the value of the onmouseup property.
setOnmouseup(String) - Method in class jakarta.faces.component.html.HtmlInputFile
Set the value of the onmouseup property.
setOnmouseup(String) - Method in class jakarta.faces.component.html.HtmlInputSecret
Set the value of the onmouseup property.
setOnmouseup(String) - Method in class jakarta.faces.component.html.HtmlInputText
Set the value of the onmouseup property.
setOnmouseup(String) - Method in class jakarta.faces.component.html.HtmlInputTextarea
Set the value of the onmouseup property.
setOnmouseup(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
Set the value of the onmouseup property.
setOnmouseup(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
Set the value of the onmouseup property.
setOnmouseup(String) - Method in class jakarta.faces.component.html.HtmlOutputLabel
Set the value of the onmouseup property.
setOnmouseup(String) - Method in class jakarta.faces.component.html.HtmlOutputLink
Set the value of the onmouseup property.
setOnmouseup(String) - Method in class jakarta.faces.component.html.HtmlPanelGrid
Set the value of the onmouseup property.
setOnmouseup(String) - Method in class jakarta.faces.component.html.HtmlPanelGroup
Set the value of the onmouseup property.
setOnmouseup(String) - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
Set the value of the onmouseup property.
setOnmouseup(String) - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
Set the value of the onmouseup property.
setOnmouseup(String) - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
Set the value of the onmouseup property.
setOnmouseup(String) - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
Set the value of the onmouseup property.
setOnmouseup(String) - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
Set the value of the onmouseup property.
setOnmouseup(String) - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
Set the value of the onmouseup property.
setOnmouseup(String) - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
Set the value of the onmouseup property.
setOnopen(String) - Method in class jakarta.faces.component.UIWebsocket
Sets the JavaScript event handler function that is invoked when the websocket is opened.
setOnPostback(boolean) - Method in class jakarta.faces.component.UIViewAction

Controls whether or not this component operates on postback.

setOnreset(String) - Method in class jakarta.faces.component.html.HtmlForm
Set the value of the onreset property.
setOnselect(String) - Method in class jakarta.faces.component.html.HtmlCommandButton
Set the value of the onselect property.
setOnselect(String) - Method in class jakarta.faces.component.html.HtmlInputFile
Set the value of the onselect property.
setOnselect(String) - Method in class jakarta.faces.component.html.HtmlInputSecret
Set the value of the onselect property.
setOnselect(String) - Method in class jakarta.faces.component.html.HtmlInputText
Set the value of the onselect property.
setOnselect(String) - Method in class jakarta.faces.component.html.HtmlInputTextarea
Set the value of the onselect property.
setOnselect(String) - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
Set the value of the onselect property.
setOnselect(String) - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
Set the value of the onselect property.
setOnselect(String) - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
Set the value of the onselect property.
setOnsubmit(String) - Method in class jakarta.faces.component.html.HtmlForm
Set the value of the onsubmit property.
setOnunload(String) - Method in class jakarta.faces.component.html.HtmlBody
Set the value of the onunload property.
setOutcome(String) - Method in class jakarta.faces.component.UIOutcomeTarget

Sets the outcome property of the UIOutcomeTarget.

setOutputStream(OutputStream) - Method in interface jakarta.ws.rs.ext.WriterInterceptorContext
Set a new output stream for the object to be written.
setPageContext(PageContext) - Method in class jakarta.faces.webapp.UIComponentClassicTagBase
Set the PageContext of the page containing this tag instance.
setPageContext(PageContext) - Method in interface jakarta.servlet.jsp.tagext.Tag
Set the current page context.
setPageContext(PageContext) - Method in class jakarta.servlet.jsp.tagext.TagAdapter
Must not be called.
setPageContext(PageContext) - Method in class jakarta.servlet.jsp.tagext.TagSupport
Set the page context.
setParameter(Parameter<T>, T) - Method in interface jakarta.persistence.Query
Bind the value of a Parameter object.
setParameter(Parameter<Calendar>, Calendar, TemporalType) - Method in interface jakarta.persistence.Query
Bind an instance of java.util.Calendar to a Parameter object.
setParameter(Parameter<Date>, Date, TemporalType) - Method in interface jakarta.persistence.Query
Bind an instance of java.util.Date to a Parameter object.
setParameter(String, Object) - Method in interface jakarta.persistence.Query
Bind an argument value to a named parameter.
setParameter(String, Calendar, TemporalType) - Method in interface jakarta.persistence.Query
Bind an instance of java.util.Calendar to a named parameter.
setParameter(String, Date, TemporalType) - Method in interface jakarta.persistence.Query
Bind an instance of java.util.Date to a named parameter.
setParameter(int, Object) - Method in interface jakarta.persistence.Query
Bind an argument value to a positional parameter.
setParameter(int, Calendar, TemporalType) - Method in interface jakarta.persistence.Query
Bind an instance of java.util.Calendar to a positional parameter.
setParameter(int, Date, TemporalType) - Method in interface jakarta.persistence.Query
Bind an instance of java.util.Date to a positional parameter.
setParameter(Parameter<T>, T) - Method in interface jakarta.persistence.StoredProcedureQuery
Bind the value of a Parameter object.
setParameter(Parameter<Calendar>, Calendar, TemporalType) - Method in interface jakarta.persistence.StoredProcedureQuery
Bind an instance of java.util.Calendar to a Parameter object.
setParameter(Parameter<Date>, Date, TemporalType) - Method in interface jakarta.persistence.StoredProcedureQuery
Bind an instance of java.util.Date to a Parameter object.
setParameter(String, Object) - Method in interface jakarta.persistence.StoredProcedureQuery
Bind an argument value to a named parameter.
setParameter(String, Calendar, TemporalType) - Method in interface jakarta.persistence.StoredProcedureQuery
Bind an instance of java.util.Calendar to a named parameter.
setParameter(String, Date, TemporalType) - Method in interface jakarta.persistence.StoredProcedureQuery
Bind an instance of java.util.Date to a named parameter.
setParameter(int, Object) - Method in interface jakarta.persistence.StoredProcedureQuery
Bind an argument value to a positional parameter.
setParameter(int, Calendar, TemporalType) - Method in interface jakarta.persistence.StoredProcedureQuery
Bind an instance of java.util.Calendar to a positional parameter.
setParameter(int, Date, TemporalType) - Method in interface jakarta.persistence.StoredProcedureQuery
Bind an instance of java.util.Date to a positional parameter.
setParameter(Parameter<T>, T) - Method in interface jakarta.persistence.TypedQuery
Bind the value of a Parameter object.
setParameter(Parameter<Calendar>, Calendar, TemporalType) - Method in interface jakarta.persistence.TypedQuery
Bind an instance of java.util.Calendar to a Parameter object.
setParameter(Parameter<Date>, Date, TemporalType) - Method in interface jakarta.persistence.TypedQuery
Bind an instance of java.util.Date to a Parameter object.
setParameter(String, Object) - Method in interface jakarta.persistence.TypedQuery
Bind an argument value to a named parameter.
setParameter(String, Calendar, TemporalType) - Method in interface jakarta.persistence.TypedQuery
Bind an instance of java.util.Calendar to a named parameter.
setParameter(String, Date, TemporalType) - Method in interface jakarta.persistence.TypedQuery
Bind an instance of java.util.Date to a named parameter.
setParameter(int, Object) - Method in interface jakarta.persistence.TypedQuery
Bind an argument value to a positional parameter.
setParameter(int, Calendar, TemporalType) - Method in interface jakarta.persistence.TypedQuery
Bind an instance of java.util.Calendar to a positional parameter.
setParameter(int, Date, TemporalType) - Method in interface jakarta.persistence.TypedQuery
Bind an instance of java.util.Date to a positional parameter.
setParameters(Object[]) - Method in interface jakarta.interceptor.InvocationContext
Sets the parameter values that will be passed to the method or constructor of the target class.
setParent(UIComponent) - Method in class jakarta.faces.component.UIComponent

Set the parent UIComponent of this UIComponent.

setParent(UIComponent) - Method in class jakarta.faces.component.UIComponentBase
 
setParent(Tag) - Method in class jakarta.faces.webapp.UIComponentClassicTagBase
Set the Tag that is the parent of this instance.
setParent(JspTag) - Method in interface jakarta.servlet.jsp.tagext.SimpleTag
Sets the parent of this tag, for collaboration purposes.
setParent(JspTag) - Method in class jakarta.servlet.jsp.tagext.SimpleTagSupport
Sets the parent of this tag, for collaboration purposes.
setParent(Tag) - Method in interface jakarta.servlet.jsp.tagext.Tag
Set the parent (closest enclosing tag handler) of this tag handler.
setParent(Tag) - Method in class jakarta.servlet.jsp.tagext.TagAdapter
Must not be called.
setParent(Tag) - Method in class jakarta.servlet.jsp.tagext.TagSupport
Set the nesting tag of this tag.
setPartialRequest(boolean) - Method in class jakarta.faces.context.PartialViewContext

Dynamically indicate that this is a partial request.

setPartialRequest(boolean) - Method in class jakarta.faces.context.PartialViewContextWrapper

The default behavior of this method is to call PartialViewContext.setPartialRequest(boolean) on the wrapped PartialViewContext object.

setPath(String) - Method in class jakarta.servlet.http.Cookie
Specifies a path for the cookie to which the client should return the cookie.
setPath(String) - Method in interface jakarta.servlet.SessionCookieConfig
Sets the path that will be assigned to any session tracking cookies created on behalf of the application represented by the ServletContext from which this SessionCookieConfig was acquired.
setPattern(String) - Method in class jakarta.faces.convert.DateTimeConverter
Set the format pattern to be used when formatting and parsing dates and times.
setPattern(String) - Method in class jakarta.faces.convert.NumberConverter
Set the format pattern to be used when formatting and parsing numbers.
setPattern(String) - Method in class jakarta.faces.validator.RegexValidator
The Regular Expression property to validate against.
setPersistenceProviderResolver(PersistenceProviderResolver) - Static method in class jakarta.persistence.spi.PersistenceProviderResolverHolder
Defines the persistence provider resolver used.
setPersistent(boolean) - Method in class jakarta.ejb.TimerConfig
Specify whether the timer is persistent.
setPhase(String) - Method in class jakarta.faces.component.UIViewAction

Attempt to set the lifecycle phase in which this instance will queue its ActionEvent.

setPhaseId(PhaseId) - Method in class jakarta.faces.event.FacesEvent
Set the PhaseId during which this event will be delivered.
setPrependId(boolean) - Method in class jakarta.faces.component.UIForm
 
setPrivate(boolean) - Method in class jakarta.ws.rs.core.CacheControl
Corresponds to the private cache control directive.
setProcessingEvents(boolean) - Method in class jakarta.faces.context.FacesContext

Allows control of wheter or not the runtime will publish events when Application.publishEvent(FacesContext, Class, Object) or Application.publishEvent(FacesContext, Class, Class, Object) is called.

setProcessingEvents(boolean) - Method in class jakarta.faces.context.FacesContextWrapper
The default behavior of this method is to call FacesContext.setProcessingEvents(boolean) on the wrapped FacesContext object.
setProducer(Producer<X>) - Method in interface jakarta.enterprise.inject.spi.ProcessProducer
Replaces the Producer object that will be used by the container to call the producer method or read the producer field.
setProperties(Map<String, Object>) - Method in class jakarta.enterprise.inject.se.SeContainerInitializer
Set all the configuration properties.
setProperties(UIComponent) - Method in class jakarta.faces.webapp.UIComponentClassicTagBase
Override properties and attributes of the specified component, if the corresponding properties of this tag handler instance were explicitly set.
setProperties(UIComponent) - Method in class jakarta.faces.webapp.UIComponentELTag
Override properties and attributes of the specified component, if the corresponding properties of this tag handler instance were explicitly set.
setProperties(UIComponent) - Method in class jakarta.faces.webapp.UIComponentTag
Deprecated.
 
setProperty(String, Object) - Method in class jakarta.json.bind.JsonbConfig
Set the particular configuration property to a new value.
setProperty(String, Object) - Method in interface jakarta.persistence.EntityManager
Set an entity manager property or hint.
setProperty(String, Object) - Method in interface jakarta.ws.rs.client.ClientRequestContext
Binds an object to a given property name in the current request/response exchange context.
setProperty(String, Object) - Method in interface jakarta.ws.rs.container.ContainerRequestContext
Binds an object to a given property name in the current request/response exchange context.
setProperty(String, Object) - Method in interface jakarta.ws.rs.ext.InterceptorContext
Binds an object to a given property name in the current request/response exchange context.
setPropertyResolved(boolean) - Method in class jakarta.el.ELContext
Called to indicate that a ELResolver has successfully resolved a given (base, property) pair.
setPropertyResolved(Object, Object) - Method in class jakarta.el.ELContext
Called to indicate that a ELResolver has successfully resolved a given (base, property) pair and to notify the EvaluationListeners.
setPropertyResolver(PropertyResolver) - Method in class jakarta.faces.application.Application
Deprecated.
The recommended way to affect the execution of the Jakarta Expression Language is to provide an <el-resolver> element at the right place in the application configuration resources which will be considered in the normal course of expression evaluation. This method now will cause the argument resolver to be wrapped inside an implementation of ELResolver and exposed to the Jakarta Expression Language resolution system as if the user had called Application.addELResolver(jakarta.el.ELResolver).
setPropertyResolver(PropertyResolver) - Method in class jakarta.faces.application.ApplicationWrapper
Deprecated.
See superclass for alternative.
setProxyRevalidate(boolean) - Method in class jakarta.ws.rs.core.CacheControl
Corresponds to the must-revalidate cache control directive.
setPublic(String) - Method in class jakarta.faces.component.html.HtmlDoctype
Set the value of the public property.
setReadListener(ReadListener) - Method in class jakarta.servlet.ServletInputStream
Instructs the ServletInputStream to invoke the provided ReadListener when it is possible to read
setReadonly(boolean) - Method in class jakarta.faces.component.html.HtmlCommandButton
Set the value of the readonly property.
setReadonly(boolean) - Method in class jakarta.faces.component.html.HtmlInputFile
Set the value of the readonly property.
setReadonly(boolean) - Method in class jakarta.faces.component.html.HtmlInputSecret
Set the value of the readonly property.
setReadonly(boolean) - Method in class jakarta.faces.component.html.HtmlInputText
Set the value of the readonly property.
setReadonly(boolean) - Method in class jakarta.faces.component.html.HtmlInputTextarea
Set the value of the readonly property.
setReadonly(boolean) - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
Set the value of the readonly property.
setReadonly(boolean) - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
Set the value of the readonly property.
setReadonly(boolean) - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
Set the value of the readonly property.
setReadonly(boolean) - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
Set the value of the readonly property.
setReadonly(boolean) - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
Set the value of the readonly property.
setReadonly(boolean) - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
Set the value of the readonly property.
setReadonly(boolean) - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
Set the value of the readonly property.
setRedirect(boolean) - Method in class jakarta.faces.context.Flash

Setting this property to true indicates that the next request on this session will be a redirect.

setRedirect(boolean) - Method in class jakarta.faces.context.FlashWrapper

The default behavior of this method is to call Flash.setRedirect(boolean) on the wrapped Flash object.

setRedisplay(boolean) - Method in class jakarta.faces.component.html.HtmlInputSecret
Set the value of the redisplay property.
setRedisplay(boolean) - Method in class jakarta.faces.component.UIMessage
Set the flag indicating whether the detail property of the associated message(s) should be displayed.
setRedisplay(boolean) - Method in class jakarta.faces.component.UIMessages
Set the flag indicating whether the detail property of the associated message(s) should be displayed.
setRegisterSession(String, Set<String>) - Method in interface jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContext
Asks the runtime to register an authentication session.
setRegisterSession(String, Set<String>) - Method in class jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
 
setRel(String) - Method in class jakarta.faces.component.html.HtmlCommandLink
Set the value of the rel property.
setRel(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
Set the value of the rel property.
setRel(String) - Method in class jakarta.faces.component.html.HtmlOutputLink
Set the value of the rel property.
setRememberMe(boolean) - Method in class jakarta.security.enterprise.authentication.mechanism.http.AuthenticationParameters
Sets whether "remember me" should be used.
setRender(Collection<String>) - Method in class jakarta.faces.component.behavior.AjaxBehavior

Sets the component identifiers that will be used to identify components that should be processed during the render phase of the request processing lifecycle.

setRender(String) - Method in class jakarta.faces.component.html.HtmlCommandScript
Set the value of the render property.
setRenderAll(boolean) - Method in class jakarta.faces.context.PartialViewContext

Indicate the entire view must be rendered if renderAll is true.

setRenderAll(boolean) - Method in class jakarta.faces.context.PartialViewContextWrapper
The default behavior of this method is to call PartialViewContext.setRenderAll(boolean) on the wrapped PartialViewContext object.
setRendered(boolean) - Method in class jakarta.faces.component.UIComponent
Set the rendered property of this UIComponent.
setRendered(boolean) - Method in class jakarta.faces.component.UIComponentBase
 
setRendered(boolean) - Method in class jakarta.faces.component.UIViewAction

Sets the if property of this component.

setRendered(ValueExpression) - Method in class jakarta.faces.webapp.UIComponentELTag
Set an override for the rendered attribute.
setRendered(String) - Method in class jakarta.faces.webapp.UIComponentTag
Deprecated.
Set an override for the rendered attribute.
setRendererType(String) - Method in class jakarta.faces.component.UIComponent
Set the Renderer type for this UIComponent, or null for components that render themselves.
setRendererType(String) - Method in class jakarta.faces.component.UIComponentBase
 
setRenderKitId(String) - Method in class jakarta.faces.component.UIViewRoot
Set the render kit identifier of the RenderKit associated with this view.
setRequest(Object) - Method in class jakarta.faces.context.ExternalContext
Set the environment-specific request to be returned by subsequent calls to ExternalContext.getRequest().
setRequest(Object) - Method in class jakarta.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.setRequest(Object) on the wrapped ExternalContext object.
setRequest(HttpServletRequest) - Method in interface jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContext
Sets the request object.
setRequest(HttpServletRequest) - Method in class jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
 
setRequest(ServletRequest) - Method in class jakarta.servlet.ServletRequestWrapper
Sets the request object being wrapped.
setRequestCharacterEncoding(String) - Method in class jakarta.faces.context.ExternalContext
Overrides the name of the character encoding used in the body of this request.
setRequestCharacterEncoding(String) - Method in class jakarta.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.setRequestCharacterEncoding(String) on the wrapped ExternalContext object.
setRequestCharacterEncoding(String) - Method in interface jakarta.servlet.ServletContext
Sets the request character encoding for this ServletContext.
setRequestMessage(Object) - Method in interface jakarta.security.auth.message.MessageInfo
Set the request message object in this MessageInfo.
setRequestUri(URI) - Method in interface jakarta.ws.rs.container.ContainerRequestContext
Set a new request URI using the current base URI of the application to resolve the application-specific request URI part.
setRequestUri(URI, URI) - Method in interface jakarta.ws.rs.container.ContainerRequestContext
Set a new request URI using a new base URI to resolve the application-specific request URI part.
setRequired(boolean) - Method in interface jakarta.faces.component.EditableValueHolder
Set the "required field" state for this component.
setRequired(boolean) - Method in class jakarta.faces.component.UIInput
Set the "required field" state for this component.
setRequiredMessage(String) - Method in class jakarta.faces.component.UIInput
Override any ValueExpression set for the "requiredMessage" with the literal argument provided to this method.
setResetValues(boolean) - Method in class jakarta.faces.component.behavior.AjaxBehavior

Set the resetValues status of this behavior.

setResetValues(Boolean) - Method in class jakarta.faces.component.html.HtmlCommandScript
Set the value of the resetValues property.
setResourceHandler(ResourceHandler) - Method in class jakarta.faces.application.Application

Set the ResourceHandler instance that will be utilized for rendering the markup for resources, and for satisfying client requests to serve up resources.

setResourceHandler(ResourceHandler) - Method in class jakarta.faces.application.ApplicationWrapper

The default behavior of this method is to call Application.setResourceHandler(ResourceHandler) on the wrapped Application object.

setResourceLibraryContracts(List<String>) - Method in class jakarta.faces.context.FacesContext

Set the resource library contracts calculated as valid to use with this view.

setResourceLibraryContracts(List<String>) - Method in class jakarta.faces.context.FacesContextWrapper
The default behavior of this method is to call FacesContext.setResourceLibraryContracts(java.util.List<java.lang.String>) on the wrapped FacesContext object.
setResourceName(String) - Method in class jakarta.faces.application.Resource

Set the resourceName for this resource.

setResourceName(String) - Method in class jakarta.faces.application.ResourceWrapper

The default behavior of this method is to call Resource.setResourceName(String) on the wrapped ResourceHandler object.

setResponse(Object) - Method in class jakarta.faces.context.ExternalContext
Set the environment-specific response to be returned by subsequent calls to ExternalContext.getResponse().
setResponse(Object) - Method in class jakarta.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.setResponse(Object) on the wrapped ExternalContext object.
setResponse(HttpServletResponse) - Method in interface jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContext
Set the response object.
setResponse(HttpServletResponse) - Method in class jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
 
setResponse(ServletResponse) - Method in class jakarta.servlet.ServletResponseWrapper
Sets the response being wrapped.
setResponseBufferSize(int) - Method in class jakarta.faces.context.ExternalContext

Set the buffer size for the current response.

setResponseBufferSize(int) - Method in class jakarta.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.setResponseBufferSize(int) on the wrapped ExternalContext object.
setResponseCharacterEncoding(String) - Method in class jakarta.faces.context.ExternalContext
Sets the character encoding (MIME charset) of the response being sent to the client, for example, to UTF-8.
setResponseCharacterEncoding(String) - Method in class jakarta.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.getResponseCharacterEncoding() on the wrapped ExternalContext object.
setResponseCharacterEncoding(String) - Method in interface jakarta.servlet.ServletContext
Sets the response character encoding for this ServletContext.
setResponseContentLength(int) - Method in class jakarta.faces.context.ExternalContext

Set the content length of the response.

setResponseContentLength(int) - Method in class jakarta.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.setResponseContentLength(int) on the wrapped ExternalContext object.
setResponseContentType(String) - Method in class jakarta.faces.context.ExternalContext

Sets the content type of the response being sent to the client, if the response has not been committed yet.

setResponseContentType(String) - Method in class jakarta.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.setResponseContentType(String) on the wrapped ExternalContext object.
setResponseHeader(String, String) - Method in class jakarta.faces.context.ExternalContext

Set the response header with the given name and value.

setResponseHeader(String, String) - Method in class jakarta.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.setResponseHeader(String,String) on the wrapped ExternalContext object.
setResponseMessage(Object) - Method in interface jakarta.security.auth.message.MessageInfo
Set the response message object in this MessageInfo.
setResponseStatus(int) - Method in class jakarta.faces.context.ExternalContext

Sets the HTTP status code for the response.

setResponseStatus(int) - Method in class jakarta.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.setResponseStatus(int) on the wrapped ExternalContext object.
setResponseStream(ResponseStream) - Method in class jakarta.faces.context.FacesContext
Set the ResponseStream to which components should direct their binary output.
setResponseStream(ResponseStream) - Method in class jakarta.faces.context.FacesContextWrapper
The default behavior of this method is to call FacesContext.setResponseStream(ResponseStream) on the wrapped FacesContext object.
setResponseWriter(ResponseWriter) - Method in class jakarta.faces.context.FacesContext
Set the ResponseWriter to which components should direct their character-based output.
setResponseWriter(ResponseWriter) - Method in class jakarta.faces.context.FacesContextWrapper
The default behavior of this method is to call FacesContext.setResponseWriter(ResponseWriter) on the wrapped FacesContext object.
setResult(boolean) - Method in class jakarta.security.auth.message.callback.PasswordValidationCallback
Set the authentication result.
setRev(String) - Method in class jakarta.faces.component.html.HtmlCommandLink
Set the value of the rev property.
setRev(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
Set the value of the rev property.
setRev(String) - Method in class jakarta.faces.component.html.HtmlOutputLink
Set the value of the rev property.
setRole(String) - Method in class jakarta.faces.component.html.HtmlBody
Set the value of the role property.
setRole(String) - Method in class jakarta.faces.component.html.HtmlCommandButton
Set the value of the role property.
setRole(String) - Method in class jakarta.faces.component.html.HtmlCommandLink
Set the value of the role property.
setRole(String) - Method in class jakarta.faces.component.html.HtmlDataTable
Set the value of the role property.
setRole(String) - Method in class jakarta.faces.component.html.HtmlForm
Set the value of the role property.
setRole(String) - Method in class jakarta.faces.component.html.HtmlGraphicImage
Set the value of the role property.
setRole(String) - Method in class jakarta.faces.component.html.HtmlInputFile
Set the value of the role property.
setRole(String) - Method in class jakarta.faces.component.html.HtmlInputSecret
Set the value of the role property.
setRole(String) - Method in class jakarta.faces.component.html.HtmlInputText
Set the value of the role property.
setRole(String) - Method in class jakarta.faces.component.html.HtmlInputTextarea
Set the value of the role property.
setRole(String) - Method in class jakarta.faces.component.html.HtmlMessage
Set the value of the role property.
setRole(String) - Method in class jakarta.faces.component.html.HtmlMessages
Set the value of the role property.
setRole(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
Set the value of the role property.
setRole(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
Set the value of the role property.
setRole(String) - Method in class jakarta.faces.component.html.HtmlOutputFormat
Set the value of the role property.
setRole(String) - Method in class jakarta.faces.component.html.HtmlOutputLabel
Set the value of the role property.
setRole(String) - Method in class jakarta.faces.component.html.HtmlOutputLink
Set the value of the role property.
setRole(String) - Method in class jakarta.faces.component.html.HtmlOutputText
Set the value of the role property.
setRole(String) - Method in class jakarta.faces.component.html.HtmlPanelGrid
Set the value of the role property.
setRole(String) - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
Set the value of the role property.
setRole(String) - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
Set the value of the role property.
setRole(String) - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
Set the value of the role property.
setRole(String) - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
Set the value of the role property.
setRole(String) - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
Set the value of the role property.
setRole(String) - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
Set the value of the role property.
setRole(String) - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
Set the value of the role property.
setRollbackOnly() - Method in interface jakarta.ejb.EJBContext
Mark the current transaction for rollback.
setRollbackOnly() - Method in interface jakarta.persistence.EntityTransaction
Mark the current resource transaction so that the only possible outcome of the transaction is for the transaction to be rolled back.
setRollbackOnly() - Method in interface jakarta.transaction.Transaction
Modify the transaction associated with the target object such that the only possible outcome of the transaction is to roll back the transaction.
setRollbackOnly() - Method in interface jakarta.transaction.TransactionManager
Modify the transaction associated with the current thread such that the only possible outcome of the transaction is to roll back the transaction.
setRollbackOnly() - Method in interface jakarta.transaction.TransactionSynchronizationRegistry
Set the rollbackOnly status of the transaction bound to the current thread at the time this method is called.
setRollbackOnly() - Method in interface jakarta.transaction.UserTransaction
Modify the transaction associated with the current thread such that the only possible outcome of the transaction is to roll back the transaction.
setRootElement(String) - Method in class jakarta.faces.component.html.HtmlDoctype
Set the value of the rootElement property.
setRowClass(String) - Method in class jakarta.faces.component.html.HtmlDataTable
Set the value of the rowClass property.
setRowClass(String) - Method in class jakarta.faces.component.html.HtmlPanelGrid
Set the value of the rowClass property.
setRowClasses(String) - Method in class jakarta.faces.component.html.HtmlDataTable
Set the value of the rowClasses property.
setRowClasses(String) - Method in class jakarta.faces.component.html.HtmlPanelGrid
Set the value of the rowClasses property.
setRowHeader(boolean) - Method in class jakarta.faces.component.html.HtmlColumn
Set the value of the rowHeader property.
setRowIndex(int) - Method in class jakarta.faces.component.UIData
Set the zero relative index of the current row, or -1 to indicate that no row is currently selected, by implementing the following algorithm.
setRowIndex(int) - Method in class jakarta.faces.model.ArrayDataModel
 
setRowIndex(int) - Method in class jakarta.faces.model.CollectionDataModel
 
setRowIndex(int) - Method in class jakarta.faces.model.DataModel
Set the zero-relative index of the currently selected row, or -1 to indicate that we are not positioned on a row.
setRowIndex(int) - Method in class jakarta.faces.model.IterableDataModel
Set the zero-relative index of the currently selected row, or -1 to indicate that we are not positioned on a row.
setRowIndex(int) - Method in class jakarta.faces.model.ListDataModel
 
setRowIndex(int) - Method in class jakarta.faces.model.ResultDataModel
 
setRowIndex(int) - Method in class jakarta.faces.model.ResultSetDataModel
 
setRowIndex(int) - Method in class jakarta.faces.model.ScalarDataModel
 
setRows(int) - Method in class jakarta.faces.component.html.HtmlInputTextarea
Set the value of the rows property.
setRows(int) - Method in class jakarta.faces.component.UIData
Set the number of rows to be displayed, or zero for all remaining rows in the table.
setRowStatePreserved(boolean) - Method in class jakarta.faces.component.UIData

If this property is set to true, the UIData must take steps to ensure that modifications to its iterated children will be preserved on a per-row basis.

setRules(String) - Method in class jakarta.faces.component.html.HtmlDataTable
Set the value of the rules property.
setRules(String) - Method in class jakarta.faces.component.html.HtmlPanelGrid
Set the value of the rules property.
setRunAsRole(String) - Method in interface jakarta.servlet.ServletRegistration.Dynamic
Sets the name of the runAs role for this ServletRegistration.
setScope(String) - Method in class jakarta.faces.component.UIWebsocket
Sets the scope of the websocket channel.
setScope(String) - Method in class jakarta.servlet.jsp.jstl.core.ConditionalTagSupport
Sets the 'scope' attribute.
setSearchExpressionHandler(SearchExpressionHandler) - Method in class jakarta.faces.application.Application

Set the SearchExpressionHandler instance used by the application.

setSearchExpressionHandler(SearchExpressionHandler) - Method in class jakarta.faces.application.ApplicationWrapper
 
setSecure(boolean) - Method in class jakarta.servlet.http.Cookie
Indicates to the browser whether the cookie should only be sent using a secure protocol, such as HTTPS or SSL.
setSecure(boolean) - Method in interface jakarta.servlet.SessionCookieConfig
Marks or unmarks the session tracking cookies created on behalf of the application represented by the ServletContext from which this SessionCookieConfig was acquired as secure.
setSecurityContext(SecurityContext) - Method in interface jakarta.ws.rs.container.ContainerRequestContext
Set a new injectable security context information for the current request.
setSelected(boolean) - Method in class jakarta.faces.component.UISelectBoolean
Set the local value of the selected state of this component.
setSelectedClass(String) - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
Set the value of the selectedClass property.
setSelectedValues(Object[]) - Method in class jakarta.faces.component.UISelectMany
Set the currently selected values, or null to indicate that there are no currently selected values.
setSelectItems(SelectItem[]) - Method in class jakarta.faces.model.SelectItemGroup
Set the set of subordinate SelectItems for this group.
setSendTimeout(long) - Method in interface jakarta.websocket.RemoteEndpoint.Async
Sets the number of milliseconds the implementation will timeout attempting to send a websocket message.
setServletSecurity(ServletSecurityElement) - Method in interface jakarta.servlet.ServletRegistration.Dynamic
Sets the ServletSecurityElement to be applied to the mappings defined for this ServletRegistration.
setSessionContext(SessionContext) - Method in interface jakarta.ejb.SessionBean
Set the associated session context.
setSessionMaxInactiveInterval(int) - Method in class jakarta.faces.context.ExternalContext

Specifies the time, in seconds, between client requests before the Jakarta Servlet container will invalidate this session.

setSessionMaxInactiveInterval(int) - Method in class jakarta.faces.context.ExternalContextWrapper

The default behavior of this method is to call ExternalContext.setSessionMaxInactiveInterval(int) on the wrapped ExternalContext object.

setSessionTimeout(int) - Method in interface jakarta.servlet.ServletContext
Sets the session timeout in minutes for this ServletContext.
setSessionTrackingModes(Set<SessionTrackingMode>) - Method in interface jakarta.servlet.ServletContext
Sets the session tracking modes that are to become effective for this ServletContext.
setSeverity(FacesMessage.Severity) - Method in class jakarta.faces.application.FacesMessage
Set the severity level.
setShape(String) - Method in class jakarta.faces.component.html.HtmlCommandLink
Set the value of the shape property.
setShape(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
Set the value of the shape property.
setShape(String) - Method in class jakarta.faces.component.html.HtmlOutputLink
Set the value of the shape property.
setShowDetail(boolean) - Method in class jakarta.faces.component.UIMessage
Set the flag indicating whether the detail property of the associated message(s) should be displayed.
setShowDetail(boolean) - Method in class jakarta.faces.component.UIMessages
Set the flag indicating whether the detail property of the associated message(s) should be displayed.
setShowSummary(boolean) - Method in class jakarta.faces.component.UIMessage
Set the flag indicating whether the summary property of the associated message(s) should be displayed.
setShowSummary(boolean) - Method in class jakarta.faces.component.UIMessages
Set the flag indicating whether the summary property of the associated message(s) should be displayed.
setSize(int) - Method in class jakarta.faces.component.html.HtmlInputFile
Set the value of the size property.
setSize(int) - Method in class jakarta.faces.component.html.HtmlInputSecret
Set the value of the size property.
setSize(int) - Method in class jakarta.faces.component.html.HtmlInputText
Set the value of the size property.
setSize(int) - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
Set the value of the size property.
setSize(int) - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
Set the value of the size property.
setSMaxAge(int) - Method in class jakarta.ws.rs.core.CacheControl
Corresponds to the s-maxage cache control directive.
setStateManager(StateManager) - Method in class jakarta.faces.application.Application
Set the StateManager instance that will be utilized during the Restore View and Render Response phases of the request processing lifecycle.
setStateManager(StateManager) - Method in class jakarta.faces.application.ApplicationWrapper

The default behavior of this method is to call Application.setStateManager(StateManager) on the wrapped Application object.

setStatus(int) - Method in interface jakarta.servlet.http.HttpServletResponse
Sets the status code for this response.
setStatus(int, String) - Method in interface jakarta.servlet.http.HttpServletResponse
Deprecated.
As of version 2.1, due to ambiguous meaning of the message parameter. To set a status code use setStatus(int), to send an error with a description use sendError(int, String). Sets the status code and message for this response.
setStatus(int) - Method in class jakarta.servlet.http.HttpServletResponseWrapper
The default behavior of this method is to call setStatus(int sc) on the wrapped response object.
setStatus(int, String) - Method in class jakarta.servlet.http.HttpServletResponseWrapper
Deprecated.
As of version 2.1, due to ambiguous meaning of the message parameter. To set a status code use HttpServletResponseWrapper.setStatus(int), to send an error with a description use HttpServletResponseWrapper.sendError(int, String)
setStatus(int) - Method in interface jakarta.ws.rs.client.ClientResponseContext
Set a new response status code.
setStatus(int) - Method in interface jakarta.ws.rs.container.ContainerResponseContext
Set a new response status code.
setStatusInfo(Response.StatusType) - Method in interface jakarta.ws.rs.client.ClientResponseContext
Set the complete status information (status code and reason phrase) associated with the response.
setStatusInfo(Response.StatusType) - Method in interface jakarta.ws.rs.container.ContainerResponseContext
Set the complete status information (status code and reason phrase) associated with the response.
setStyle(String) - Method in class jakarta.faces.component.html.HtmlBody
Set the value of the style property.
setStyle(String) - Method in class jakarta.faces.component.html.HtmlCommandButton
Set the value of the style property.
setStyle(String) - Method in class jakarta.faces.component.html.HtmlCommandLink
Set the value of the style property.
setStyle(String) - Method in class jakarta.faces.component.html.HtmlDataTable
Set the value of the style property.
setStyle(String) - Method in class jakarta.faces.component.html.HtmlForm
Set the value of the style property.
setStyle(String) - Method in class jakarta.faces.component.html.HtmlGraphicImage
Set the value of the style property.
setStyle(String) - Method in class jakarta.faces.component.html.HtmlInputFile
Set the value of the style property.
setStyle(String) - Method in class jakarta.faces.component.html.HtmlInputSecret
Set the value of the style property.
setStyle(String) - Method in class jakarta.faces.component.html.HtmlInputText
Set the value of the style property.
setStyle(String) - Method in class jakarta.faces.component.html.HtmlInputTextarea
Set the value of the style property.
setStyle(String) - Method in class jakarta.faces.component.html.HtmlMessage
Set the value of the style property.
setStyle(String) - Method in class jakarta.faces.component.html.HtmlMessages
Set the value of the style property.
setStyle(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
Set the value of the style property.
setStyle(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
Set the value of the style property.
setStyle(String) - Method in class jakarta.faces.component.html.HtmlOutputFormat
Set the value of the style property.
setStyle(String) - Method in class jakarta.faces.component.html.HtmlOutputLabel
Set the value of the style property.
setStyle(String) - Method in class jakarta.faces.component.html.HtmlOutputLink
Set the value of the style property.
setStyle(String) - Method in class jakarta.faces.component.html.HtmlOutputText
Set the value of the style property.
setStyle(String) - Method in class jakarta.faces.component.html.HtmlPanelGrid
Set the value of the style property.
setStyle(String) - Method in class jakarta.faces.component.html.HtmlPanelGroup
Set the value of the style property.
setStyle(String) - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
Set the value of the style property.
setStyle(String) - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
Set the value of the style property.
setStyle(String) - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
Set the value of the style property.
setStyle(String) - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
Set the value of the style property.
setStyle(String) - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
Set the value of the style property.
setStyle(String) - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
Set the value of the style property.
setStyle(String) - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
Set the value of the style property.
setStyleClass(String) - Method in class jakarta.faces.component.html.HtmlBody
Set the value of the styleClass property.
setStyleClass(String) - Method in class jakarta.faces.component.html.HtmlColumn
Set the value of the styleClass property.
setStyleClass(String) - Method in class jakarta.faces.component.html.HtmlCommandButton
Set the value of the styleClass property.
setStyleClass(String) - Method in class jakarta.faces.component.html.HtmlCommandLink
Set the value of the styleClass property.
setStyleClass(String) - Method in class jakarta.faces.component.html.HtmlDataTable
Set the value of the styleClass property.
setStyleClass(String) - Method in class jakarta.faces.component.html.HtmlForm
Set the value of the styleClass property.
setStyleClass(String) - Method in class jakarta.faces.component.html.HtmlGraphicImage
Set the value of the styleClass property.
setStyleClass(String) - Method in class jakarta.faces.component.html.HtmlInputFile
Set the value of the styleClass property.
setStyleClass(String) - Method in class jakarta.faces.component.html.HtmlInputSecret
Set the value of the styleClass property.
setStyleClass(String) - Method in class jakarta.faces.component.html.HtmlInputText
Set the value of the styleClass property.
setStyleClass(String) - Method in class jakarta.faces.component.html.HtmlInputTextarea
Set the value of the styleClass property.
setStyleClass(String) - Method in class jakarta.faces.component.html.HtmlMessage
Set the value of the styleClass property.
setStyleClass(String) - Method in class jakarta.faces.component.html.HtmlMessages
Set the value of the styleClass property.
setStyleClass(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
Set the value of the styleClass property.
setStyleClass(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
Set the value of the styleClass property.
setStyleClass(String) - Method in class jakarta.faces.component.html.HtmlOutputFormat
Set the value of the styleClass property.
setStyleClass(String) - Method in class jakarta.faces.component.html.HtmlOutputLabel
Set the value of the styleClass property.
setStyleClass(String) - Method in class jakarta.faces.component.html.HtmlOutputLink
Set the value of the styleClass property.
setStyleClass(String) - Method in class jakarta.faces.component.html.HtmlOutputText
Set the value of the styleClass property.
setStyleClass(String) - Method in class jakarta.faces.component.html.HtmlPanelGrid
Set the value of the styleClass property.
setStyleClass(String) - Method in class jakarta.faces.component.html.HtmlPanelGroup
Set the value of the styleClass property.
setStyleClass(String) - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
Set the value of the styleClass property.
setStyleClass(String) - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
Set the value of the styleClass property.
setStyleClass(String) - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
Set the value of the styleClass property.
setStyleClass(String) - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
Set the value of the styleClass property.
setStyleClass(String) - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
Set the value of the styleClass property.
setStyleClass(String) - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
Set the value of the styleClass property.
setStyleClass(String) - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
Set the value of the styleClass property.
setSubmitted(boolean) - Method in class jakarta.faces.component.UIForm
If this UIForm instance (as opposed to other forms in the page) is experiencing a submit during this request processing lifecycle, this method must be called, with true as the argument, during the UIComponent.decode(jakarta.faces.context.FacesContext) for this UIForm instance.
setSubmittedValue(Object) - Method in interface jakarta.faces.component.EditableValueHolder
Set the submittedValue value of this component.
setSubmittedValue(Object) - Method in class jakarta.faces.component.UIInput
Set the submittedValue value of this UIInput component.
setSubmittedValue(Object) - Method in class jakarta.faces.component.UIViewParameter
PENDING (docs) Interesting that submitted value isn't saved by the parent
setSummary(String) - Method in class jakarta.faces.application.FacesMessage
Set the localized summary text.
setSummary(String) - Method in class jakarta.faces.component.html.HtmlDataTable
Set the value of the summary property.
setSummary(String) - Method in class jakarta.faces.component.html.HtmlPanelGrid
Set the value of the summary property.
setSupportedLocales(Collection<Locale>) - Method in class jakarta.faces.application.Application
Set the Locale instances representing the supported Locales for this application.
setSupportedLocales(Collection<Locale>) - Method in class jakarta.faces.application.ApplicationWrapper

The default behavior of this method is to call Application.setSupportedLocales(java.util.Collection) on the wrapped Application object.

setSystem(String) - Method in class jakarta.faces.component.html.HtmlDoctype
Set the value of the system property.
setTabindex(String) - Method in class jakarta.faces.component.html.HtmlCommandButton
Set the value of the tabindex property.
setTabindex(String) - Method in class jakarta.faces.component.html.HtmlCommandLink
Set the value of the tabindex property.
setTabindex(String) - Method in class jakarta.faces.component.html.HtmlInputFile
Set the value of the tabindex property.
setTabindex(String) - Method in class jakarta.faces.component.html.HtmlInputSecret
Set the value of the tabindex property.
setTabindex(String) - Method in class jakarta.faces.component.html.HtmlInputText
Set the value of the tabindex property.
setTabindex(String) - Method in class jakarta.faces.component.html.HtmlInputTextarea
Set the value of the tabindex property.
setTabindex(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
Set the value of the tabindex property.
setTabindex(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
Set the value of the tabindex property.
setTabindex(String) - Method in class jakarta.faces.component.html.HtmlOutputLabel
Set the value of the tabindex property.
setTabindex(String) - Method in class jakarta.faces.component.html.HtmlOutputLink
Set the value of the tabindex property.
setTabindex(String) - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
Set the value of the tabindex property.
setTabindex(String) - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
Set the value of the tabindex property.
setTabindex(String) - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
Set the value of the tabindex property.
setTabindex(String) - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
Set the value of the tabindex property.
setTabindex(String) - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
Set the value of the tabindex property.
setTabindex(String) - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
Set the value of the tabindex property.
setTabindex(String) - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
Set the value of the tabindex property.
setTag(Tag) - Method in class jakarta.faces.view.facelets.TagAttribute

Set a reference to the Tag for which this class represents the attributes.

setTag(Tag) - Method in class jakarta.faces.view.facelets.TagAttributes

Set a reference to the Tag for which this class represents the attributes.

setTagExtraInfo(TagExtraInfo) - Method in class jakarta.servlet.jsp.tagext.TagInfo
Set the instance for extra tag information.
setTagInfo(TagInfo) - Method in class jakarta.servlet.jsp.tagext.TagExtraInfo
Set the TagInfo for this class.
setTagLibrary(TagLibraryInfo) - Method in class jakarta.servlet.jsp.tagext.TagInfo
Set the TagLibraryInfo property.
setTarget(String) - Method in class jakarta.faces.component.html.HtmlCommandLink
Set the value of the target property.
setTarget(String) - Method in class jakarta.faces.component.html.HtmlForm
Set the value of the target property.
setTarget(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
Set the value of the target property.
setTarget(String) - Method in class jakarta.faces.component.html.HtmlOutputLink
Set the value of the target property.
setTimeout(long) - Method in interface jakarta.enterprise.context.Conversation
Set the timeout of the current conversation.
setTimeout(long) - Method in interface jakarta.servlet.AsyncContext
Sets the timeout (in milliseconds) for this AsyncContext.
setTimeout(long, TimeUnit) - Method in interface jakarta.ws.rs.container.AsyncResponse
Set/update the suspend timeout.
setTimeoutHandler(TimeoutHandler) - Method in interface jakarta.ws.rs.container.AsyncResponse
Set/replace a time-out handler for the suspended asynchronous response.
setTimeStyle(String) - Method in class jakarta.faces.convert.DateTimeConverter
Set the style to be used to format or parse times.
setTimeZone(TimeZone) - Method in class jakarta.faces.convert.DateTimeConverter
Set the TimeZone used to interpret a time value.
setTitle(String) - Method in class jakarta.faces.component.html.HtmlBody
Set the value of the title property.
setTitle(String) - Method in class jakarta.faces.component.html.HtmlCommandButton
Set the value of the title property.
setTitle(String) - Method in class jakarta.faces.component.html.HtmlCommandLink
Set the value of the title property.
setTitle(String) - Method in class jakarta.faces.component.html.HtmlDataTable
Set the value of the title property.
setTitle(String) - Method in class jakarta.faces.component.html.HtmlForm
Set the value of the title property.
setTitle(String) - Method in class jakarta.faces.component.html.HtmlGraphicImage
Set the value of the title property.
setTitle(String) - Method in class jakarta.faces.component.html.HtmlInputFile
Set the value of the title property.
setTitle(String) - Method in class jakarta.faces.component.html.HtmlInputSecret
Set the value of the title property.
setTitle(String) - Method in class jakarta.faces.component.html.HtmlInputText
Set the value of the title property.
setTitle(String) - Method in class jakarta.faces.component.html.HtmlInputTextarea
Set the value of the title property.
setTitle(String) - Method in class jakarta.faces.component.html.HtmlMessage
Set the value of the title property.
setTitle(String) - Method in class jakarta.faces.component.html.HtmlMessages
Set the value of the title property.
setTitle(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
Set the value of the title property.
setTitle(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
Set the value of the title property.
setTitle(String) - Method in class jakarta.faces.component.html.HtmlOutputFormat
Set the value of the title property.
setTitle(String) - Method in class jakarta.faces.component.html.HtmlOutputLabel
Set the value of the title property.
setTitle(String) - Method in class jakarta.faces.component.html.HtmlOutputLink
Set the value of the title property.
setTitle(String) - Method in class jakarta.faces.component.html.HtmlOutputText
Set the value of the title property.
setTitle(String) - Method in class jakarta.faces.component.html.HtmlPanelGrid
Set the value of the title property.
setTitle(String) - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
Set the value of the title property.
setTitle(String) - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
Set the value of the title property.
setTitle(String) - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
Set the value of the title property.
setTitle(String) - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
Set the value of the title property.
setTitle(String) - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
Set the value of the title property.
setTitle(String) - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
Set the value of the title property.
setTitle(String) - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
Set the value of the title property.
setTooltip(boolean) - Method in class jakarta.faces.component.html.HtmlMessage
Set the value of the tooltip property.
setTooltip(boolean) - Method in class jakarta.faces.component.html.HtmlMessages
Set the value of the tooltip property.
setTrailerFields(Supplier<Map<String, String>>) - Method in interface jakarta.servlet.http.HttpServletResponse
Sets the supplier of trailer headers.
setTrailerFields(Supplier<Map<String, String>>) - Method in class jakarta.servlet.http.HttpServletResponseWrapper
The default behaviour of this method is to call HttpServletResponse.setTrailerFields(java.util.function.Supplier<java.util.Map<java.lang.String, java.lang.String>>) on the wrapped response object.
setTransactionTimeout(int) - Method in interface jakarta.transaction.TransactionManager
Modify the timeout value that is associated with transactions started by the current thread with the begin method.
setTransactionTimeout(int) - Method in interface jakarta.transaction.UserTransaction
Modify the timeout value that is associated with transactions started by the current thread with the begin method.
setTransient(boolean) - Method in class jakarta.faces.component.behavior.BehaviorBase
setTransient(boolean) - Method in interface jakarta.faces.component.StateHolder
Denotes whether or not the Object implementing this interface must or must not participate in state saving or restoring.
setTransient(boolean) - Method in class jakarta.faces.component.UIComponentBase
 
setTransient(boolean) - Method in class jakarta.faces.convert.DateTimeConverter
 
setTransient(boolean) - Method in class jakarta.faces.convert.EnumConverter
 
setTransient(boolean) - Method in class jakarta.faces.convert.NumberConverter
 
setTransient(boolean) - Method in class jakarta.faces.event.MethodExpressionActionListener
 
setTransient(boolean) - Method in class jakarta.faces.event.MethodExpressionValueChangeListener
 
setTransient(boolean) - Method in class jakarta.faces.validator.BeanValidator
 
setTransient(boolean) - Method in class jakarta.faces.validator.DoubleRangeValidator
 
setTransient(boolean) - Method in class jakarta.faces.validator.LengthValidator
 
setTransient(boolean) - Method in class jakarta.faces.validator.LongRangeValidator
 
setTransient(boolean) - Method in class jakarta.faces.validator.MethodExpressionValidator
 
setTransient(boolean) - Method in class jakarta.faces.validator.RegexValidator
 
setTrustStore(KeyStore) - Method in class jakarta.security.auth.message.callback.TrustStoreCallback
Used by the CallbackHandler to set the trusted certificate keystore within the Callback.
setType(String) - Method in class jakarta.faces.component.html.HtmlCommandButton
Set the value of the type property.
setType(String) - Method in class jakarta.faces.component.html.HtmlCommandLink
Set the value of the type property.
setType(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
Set the value of the type property.
setType(String) - Method in class jakarta.faces.component.html.HtmlOutputLink
Set the value of the type property.
setType(String) - Method in class jakarta.faces.component.UIImportConstants
Sets the fully qualified name of the type to import the constant field values for.
setType(String) - Method in class jakarta.faces.convert.DateTimeConverter
Set the type of value to be formatted or parsed.
setType(String) - Method in class jakarta.faces.convert.NumberConverter
Set the number type to be used when formatting and parsing numbers.
setType(Class<?>) - Method in interface jakarta.ws.rs.ext.InterceptorContext
Update Java type before calling message body provider.
setUnselectedClass(String) - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
Set the value of the unselectedClass property.
setupResponseWriter() - Method in class jakarta.faces.webapp.UIComponentClassicTagBase
Deprecated.
ViewHandler.renderView(jakarta.faces.context.FacesContext, jakarta.faces.component.UIViewRoot) is now responsible for setting up the response writer. This method is now a no-op.
setUri(URI) - Method in interface jakarta.ws.rs.client.ClientRequestContext
Set a new request URI.
setUrl(String) - Method in class jakarta.faces.component.UIGraphic
Set the image URL for this UIGraphic.
setUsemap(String) - Method in class jakarta.faces.component.html.HtmlGraphicImage
Set the value of the usemap property.
setUser(Serializable) - Method in class jakarta.faces.component.UIWebsocket
Sets the user identifier of the websocket channel, so that user-targeted push messages can be sent.
setValid(boolean) - Method in interface jakarta.faces.component.EditableValueHolder
Set a flag indicating whether the local value of this component is valid (no conversion error has occurred).
setValid(boolean) - Method in class jakarta.faces.component.UIInput
 
setValidationGroups(String) - Method in class jakarta.faces.validator.BeanValidator

A comma-separated list of validation groups which are used to filter which validations get checked by this validator.

setValidator(MethodBinding) - Method in interface jakarta.faces.component.EditableValueHolder
Deprecated.
setValidator(MethodBinding) - Method in class jakarta.faces.component.UIInput
Deprecated.
Use UIInput.addValidator(jakarta.faces.validator.Validator) instead, obtaining the argument Validator by creating an instance of MethodExpressionValidator.
setValidatorId(String) - Method in class jakarta.faces.webapp.ValidatorTag
Deprecated.
Set the identifer of the Validator instance to be created.
setValidatorMessage(String) - Method in class jakarta.faces.component.UIInput
Override any ValueExpression set for the "validatorMessage" with the literal argument provided to this method.
setValue(ELContext, Object, Object, Object) - Method in class jakarta.el.ArrayELResolver
If the base object is a Java language array, attempts to set the value at the given index with the given value.
setValue(ELContext, Object, Object, Object) - Method in class jakarta.el.BeanELResolver
If the base object is not null, attempts to set the value of the given property on this bean.
setValue(ELContext, Object, Object, Object) - Method in class jakarta.el.BeanNameELResolver
If the base is null and the property is a name that is resolvable by the BeanNameResolver, the bean in the BeanNameResolver is set to the given value.
setValue(ELContext, Object, Object, Object) - Method in class jakarta.el.CompositeELResolver
Attempts to set the value of the given property object on the given base object.
setValue(String, Object) - Method in class jakarta.el.ELProcessor
Sets an expression with a new value.
setValue(ELContext, Object, Object, Object) - Method in class jakarta.el.ELResolver
Attempts to set the value of the given property object on the given base object.
setValue(ELContext, Object, Object, Object) - Method in class jakarta.el.ListELResolver
If the base object is a list, attempts to set the value at the given index with the given value.
setValue(ELContext, Object, Object, Object) - Method in class jakarta.el.MapELResolver
If the base object is a map, attempts to set the value associated with the given key, as specified by the property argument.
setValue(ELContext, Object, Object, Object) - Method in class jakarta.el.ResourceBundleELResolver
If the base object is a ResourceBundle, throw a PropertyNotWritableException.
setValue(ELContext, Object, Object, Object) - Method in class jakarta.el.StaticFieldELResolver
Attempts to write to a static field.
setValue(ELContext, Object, Object, Object) - Method in class jakarta.el.TypeConverter
 
setValue(ELContext, Object) - Method in class jakarta.el.ValueExpression
Evaluates the expression relative to the provided context, and sets the result to the provided value.
setValue(Object) - Method in class jakarta.faces.component.UICommand
Sets the value property of the UICommand.
setValue(Object) - Method in class jakarta.faces.component.UIData
Set the value of the UIData.
setValue(Object) - Method in class jakarta.faces.component.UIGraphic
Sets the value property of the UIGraphic.
setValue(Object) - Method in class jakarta.faces.component.UIInput
 
setValue(Object) - Method in class jakarta.faces.component.UIOutput
 
setValue(Object) - Method in class jakarta.faces.component.UIParameter
Sets the value property of the\ UIParameter.
setValue(Object) - Method in class jakarta.faces.component.UISelectItem
Sets the value property of the UISelectItem.
setValue(Object) - Method in class jakarta.faces.component.UISelectItems
Sets the value property of the UISelectItems.
setValue(Object) - Method in interface jakarta.faces.component.ValueHolder
Set the value of this UIComponent (if any).
setValue(Object, Object, Object) - Method in class jakarta.faces.el.PropertyResolver
Deprecated.
Set the specified value of the specified property on the specified base object.
setValue(Object, int, Object) - Method in class jakarta.faces.el.PropertyResolver
Deprecated.
Set the value at the specified index of the specified base object.
setValue(FacesContext, Object) - Method in class jakarta.faces.el.ValueBinding
Deprecated.
Set the value of the property represented by this ValueBinding, relative to the specified FacesContext.
setValue(Object) - Method in class jakarta.faces.model.SelectItem
Set the value of this item, to be delivered to the model if this item is selected by this user.
setValue(String) - Method in class jakarta.faces.webapp.AttributeTag
Deprecated.
Set the attribute value.
setValue(String) - Method in class jakarta.servlet.http.Cookie
Assigns a new value to this Cookie.
setValue(ELContext, Object, Object, Object) - Method in class jakarta.servlet.jsp.el.ImplicitObjectELResolver
If the base object is null, and the property matches the name of a JSP implicit object, throws PropertyNotWritableException to indicate that implicit objects cannot be overwritten.
setValue(ELContext, Object, Object, Object) - Method in class jakarta.servlet.jsp.el.ScopedAttributeELResolver
If the base object is null, sets an existing scoped attribute to the new value, or creates a new scoped attribute if one does not exist by this name.
setValue(ELContext, Object) - Method in class jakarta.servlet.jsp.jstl.core.IndexedValueExpression
 
setValue(ELContext, Object) - Method in class jakarta.servlet.jsp.jstl.core.IteratedValueExpression
 
setValue(String, Object) - Method in class jakarta.servlet.jsp.tagext.TagSupport
Associate a value with a String key.
setValueBinding(String, ValueBinding) - Method in class jakarta.faces.component.UIComponent
setValueBinding(String, ValueBinding) - Method in class jakarta.faces.component.UIComponentBase
setValueBinding(String, ValueBinding) - Method in class jakarta.faces.component.UIData
setValueBinding(String, ValueBinding) - Method in class jakarta.faces.component.UIGraphic
setValueBinding(String, ValueBinding) - Method in class jakarta.faces.component.UISelectBoolean
setValueBinding(String, ValueBinding) - Method in class jakarta.faces.component.UISelectMany
setValueChangeListener(MethodBinding) - Method in interface jakarta.faces.component.EditableValueHolder
setValueChangeListener(MethodBinding) - Method in class jakarta.faces.component.UIInput
setValueExpression(String, ValueExpression) - Method in class jakarta.faces.component.behavior.AjaxBehavior

Sets the ValueExpression used to calculate the value for the specified property name.

setValueExpression(String, ValueExpression) - Method in class jakarta.faces.component.UIComponent
Set the ValueExpression used to calculate the value for the specified attribute or property name, if any.
setValueExpression(String, ValueExpression) - Method in class jakarta.faces.component.UIData
Set the ValueExpression used to calculate the value for the specified attribute or property name, if any.
setValueExpression(String, ValueExpression) - Method in class jakarta.faces.component.UIGraphic
Store any ValueExpression specified for url under value instead; otherwise, perform the default superclass processing for this method.
setValueExpression(String, ValueExpression) - Method in class jakarta.faces.component.UIImportConstants
Set the ValueExpression used to calculate the value for the specified attribute or property name, if any.
setValueExpression(String, ValueExpression) - Method in class jakarta.faces.component.UISelectBoolean
Store any ValueExpression specified for selected under value instead; otherwise, perform the default superclass processing for this method.
setValueExpression(String, ValueExpression) - Method in class jakarta.faces.component.UISelectMany
Store any ValueExpression specified for selectedValues under value instead; otherwise, perform the default superclass processing for this method.
setValueExpression(String, ValueExpression) - Method in class jakarta.faces.component.UIWebsocket
Set the ValueExpression used to calculate the value for the specified attribute or property name, if any.
setVar(String) - Method in class jakarta.faces.component.UIData
Set the request-scope attribute under which the data object for the current row wil be exposed when iterating.
setVar(String) - Method in class jakarta.faces.component.UIImportConstants
Sets name of request scope attribute under which constants will be exposed as a Map.
setVar(String) - Method in class jakarta.servlet.jsp.jstl.core.ConditionalTagSupport
Sets the 'var' attribute.
setVar(String) - Method in class jakarta.servlet.jsp.jstl.core.LoopTagSupport
Sets the 'var' attribute.
setVariable(String, ValueExpression) - Method in class jakarta.el.ELManager
Assign a ValueExpression to a Jakarta Expression Language variable, replacing any previous assignment to the same variable.
setVariable(String, String) - Method in class jakarta.el.ELProcessor
Assign a Jakarta Expression Language expression to a Jakarta Expression Language variable.
setVariable(String, ValueExpression) - Method in class jakarta.el.VariableMapper
Assign a ValueExpression to an Jakarta Expression Language variable, replacing any previously assignment to the same variable.
setVariableMapper(VariableMapper) - Method in class jakarta.faces.view.facelets.FaceletContext

Set the VariableMapper to use in EL evaluation/creation.

setVariableResolver(VariableResolver) - Method in class jakarta.faces.application.Application
Deprecated.
The recommended way to affect the execution of the Jakarta Expression Language is to provide an <el-resolver> element at the right place in the application configuration resources which will be considered in the normal course of expression evaluation. This method now will cause the argument resolver to be wrapped inside an implementation of ELResolver and exposed to the Jakarta Expression Language resolution system as if the user had called Application.addELResolver(jakarta.el.ELResolver).
setVariableResolver(VariableResolver) - Method in class jakarta.faces.application.ApplicationWrapper
Deprecated.
See superclass for alternative.
setVarStatus(String) - Method in class jakarta.servlet.jsp.jstl.core.LoopTagSupport
Sets the 'varStatus' attribute.
setVersion(int) - Method in class jakarta.servlet.http.Cookie
Sets the version of the cookie protocol that this Cookie complies with.
setViewHandler(ViewHandler) - Method in class jakarta.faces.application.Application
Set the ViewHandler instance that will be utilized during the Restore View and Render Response phases of the request processing lifecycle.
setViewHandler(ViewHandler) - Method in class jakarta.faces.application.ApplicationWrapper

The default behavior of this method is to call Application.setViewHandler(ViewHandler) on the wrapped Application object.

setViewId(String) - Method in class jakarta.faces.component.UIViewRoot
Set the view identifier for this view.
setViewRoot(UIViewRoot) - Method in class jakarta.faces.context.FacesContext
Set the root component that is associated with this request.
setViewRoot(UIViewRoot) - Method in class jakarta.faces.context.FacesContextWrapper
The default behavior of this method is to call FacesContext.setViewRoot(UIViewRoot) on the wrapped FacesContext object.
setWarnClass(String) - Method in class jakarta.faces.component.html.HtmlMessage
Set the value of the warnClass property.
setWarnClass(String) - Method in class jakarta.faces.component.html.HtmlMessages
Set the value of the warnClass property.
setWarnStyle(String) - Method in class jakarta.faces.component.html.HtmlMessage
Set the value of the warnStyle property.
setWarnStyle(String) - Method in class jakarta.faces.component.html.HtmlMessages
Set the value of the warnStyle property.
setWidth(String) - Method in class jakarta.faces.component.html.HtmlDataTable
Set the value of the width property.
setWidth(String) - Method in class jakarta.faces.component.html.HtmlGraphicImage
Set the value of the width property.
setWidth(String) - Method in class jakarta.faces.component.html.HtmlPanelGrid
Set the value of the width property.
setWrappedData(Object) - Method in class jakarta.faces.model.ArrayDataModel
 
setWrappedData(Object) - Method in class jakarta.faces.model.CollectionDataModel
Set the wrapped data.
setWrappedData(Object) - Method in class jakarta.faces.model.DataModel
Set the object representing the data collection wrapped by this DataModel.
setWrappedData(Object) - Method in class jakarta.faces.model.IterableDataModel
Set the object representing the data collection wrapped by this DataModel.
setWrappedData(Object) - Method in class jakarta.faces.model.ListDataModel
 
setWrappedData(Object) - Method in class jakarta.faces.model.ResultDataModel
 
setWrappedData(Object) - Method in class jakarta.faces.model.ResultSetDataModel
 
setWrappedData(Object) - Method in class jakarta.faces.model.ScalarDataModel
 
setWriteListener(WriteListener) - Method in class jakarta.servlet.ServletOutputStream
Instructs the ServletOutputStream to invoke the provided WriteListener when it is possible to write
setXmlns(String) - Method in class jakarta.faces.component.html.HtmlBody
Set the value of the xmlns property.
setXmlns(String) - Method in class jakarta.faces.component.html.HtmlHead
Set the value of the xmlns property.
SEVERITY_ERROR - Static variable in class jakarta.faces.application.FacesMessage
Message severity level indicating that an error has occurred.
SEVERITY_FATAL - Static variable in class jakarta.faces.application.FacesMessage
Message severity level indicating that a serious error has occurred.
SEVERITY_INFO - Static variable in class jakarta.faces.application.FacesMessage
Message severity level indicating an informational message rather than an error.
SEVERITY_WARN - Static variable in class jakarta.faces.application.FacesMessage
Message severity level indicating that an error might have occurred.
SharedCacheMode - Enum in jakarta.persistence
Specifies how the provider must use a second-level cache for the persistence unit.
SHORT_ID - Static variable in class jakarta.faces.convert.ShortConverter
The message identifier of the FacesMessage to be created if the conversion to Short fails.
ShortConverter - Class in jakarta.faces.convert
Converter implementation for java.lang.Short (and short primitive) values.
ShortConverter() - Constructor for class jakarta.faces.convert.ShortConverter
 
shortname - Variable in class jakarta.servlet.jsp.tagext.TagLibraryInfo
The preferred short name (prefix) as indicated in the TLD.
SimpleTag - Interface in jakarta.servlet.jsp.tagext
Interface for defining Simple Tag Handlers.
SimpleTagSupport - Class in jakarta.servlet.jsp.tagext
A base class for defining tag handlers implementing SimpleTag.
SimpleTagSupport() - Constructor for class jakarta.servlet.jsp.tagext.SimpleTagSupport
Sole constructor.
SingleThreadModel - Interface in jakarta.servlet
Deprecated.
As of Java Servlet API 2.4, with no direct replacement.
Singleton - Annotation Type in jakarta.ejb
Component-defining annotation for a singleton session bean.
Singleton - Annotation Type in jakarta.inject
Identifies a type that the injector only instantiates once.
SingletonLiteral - Class in jakarta.enterprise.inject.literal
Supports inline instantiation of the Singleton annotation.
SingletonLiteral() - Constructor for class jakarta.enterprise.inject.literal.SingletonLiteral
 
SingularAttribute<X,T> - Interface in jakarta.persistence.metamodel
Instances of the type SingularAttribute represents persistent single-valued properties or fields.
size() - Method in class jakarta.faces.context.FlashWrapper

The default behavior of this method is to call Map.size() on the wrapped Flash object.

size(Expression<C>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create an expression that tests the size of a collection.
size(C) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create an expression that tests the size of a collection.
Size - Annotation Type in jakarta.validation.constraints
The annotated element size must be between the specified boundaries (included).
size() - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
 
Size.List - Annotation Type in jakarta.validation.constraints
Defines several Size annotations on the same element.
SKIP_BODY - Static variable in interface jakarta.servlet.jsp.tagext.Tag
Skip body evaluation.
SKIP_PAGE - Static variable in interface jakarta.servlet.jsp.tagext.Tag
Skip the rest of the page.
skipArray() - Method in interface jakarta.json.stream.JsonParser
Advance the parser to END_ARRAY.
skipObject() - Method in interface jakarta.json.stream.JsonParser
Advance the parser to END_OBJECT.
SkipPageException - Exception in jakarta.servlet.jsp
Exception to indicate the calling page must cease evaluation.
SkipPageException() - Constructor for exception jakarta.servlet.jsp.SkipPageException
Creates a SkipPageException with no message.
SkipPageException(String) - Constructor for exception jakarta.servlet.jsp.SkipPageException
Creates a SkipPageException with the provided message.
SkipPageException(String, Throwable) - Constructor for exception jakarta.servlet.jsp.SkipPageException
Creates a SkipPageException with the provided message and root cause.
SkipPageException(Throwable) - Constructor for exception jakarta.servlet.jsp.SkipPageException
Creates a SkipPageException with the provided root cause.
some(Subquery<Y>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create a some expression over the subquery results.
Specializes - Annotation Type in jakarta.enterprise.inject
Indicates that a bean directly specializes another bean.
Specializes.Literal - Class in jakarta.enterprise.inject
Supports inline instantiation of the Specializes annotation.
splitExpressions(FacesContext, String) - Method in class jakarta.faces.component.search.SearchExpressionHandler

Splits an string, based on SearchExpressionHandler.getExpressionSeperatorChars(jakarta.faces.context.FacesContext) with possible multiple expressions into an array.

splitExpressions(FacesContext, String) - Method in class jakarta.faces.component.search.SearchExpressionHandlerWrapper
 
SQL_DATA_SOURCE - Static variable in class jakarta.servlet.jsp.jstl.core.Config
Name of configuration setting for SQL data source
SQL_MAX_ROWS - Static variable in class jakarta.servlet.jsp.jstl.core.Config
Name of configuration setting for maximum number of rows to be included in SQL query result
SQLExecutionTag - Interface in jakarta.servlet.jsp.jstl.sql
This interface allows tag handlers implementing it to receive values for parameter markers in their SQL statements.
SqlResultSetMapping - Annotation Type in jakarta.persistence
Specifies the mapping of the result of a native SQL query or stored procedure.
SqlResultSetMappings - Annotation Type in jakarta.persistence
Is used to define one or more SqlResultSetMapping annotations.
sqrt(Expression<? extends Number>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create an expression that returns the square root of its argument.
Sse - Interface in jakarta.ws.rs.sse
Server-side entry point for creating OutboundSseEvent and SseBroadcaster.
SseBroadcaster - Interface in jakarta.ws.rs.sse
Server-Sent events broadcasting facility.
SseEvent - Interface in jakarta.ws.rs.sse
Base Server Sent Event definition.
SseEventSink - Interface in jakarta.ws.rs.sse
Outbound Server-Sent Events stream.
SseEventSource - Interface in jakarta.ws.rs.sse
Client for reading and processing incoming Server-Sent Events.
SseEventSource.Builder - Class in jakarta.ws.rs.sse
JAX-RS SseEventSource builder class.
sslContext(SSLContext) - Method in class jakarta.ws.rs.client.ClientBuilder
Set the SSL context that will be used when creating secured transport connections to server endpoints from web targets created by the client instance that is using this SSL context.
StandardELContext - Class in jakarta.el
A standard ELContext suitable for use in a stand alone environment.
StandardELContext(ExpressionFactory) - Constructor for class jakarta.el.StandardELContext
Construct a default ELContext for a stand-alone environment.
StandardELContext(ELContext) - Constructor for class jakarta.el.StandardELContext
Construct a StandardELContext from another ELContext.
start(Date) - Method in class jakarta.ejb.ScheduleExpression
Set the start date.
start(Runnable) - Method in interface jakarta.servlet.AsyncContext
Causes the container to dispatch a thread, possibly from a managed thread pool, to run the specified Runnable.
startAsync() - Method in interface jakarta.servlet.ServletRequest
Puts this request into asynchronous mode, and initializes its AsyncContext with the original (unwrapped) ServletRequest and ServletResponse objects.
startAsync(ServletRequest, ServletResponse) - Method in interface jakarta.servlet.ServletRequest
Puts this request into asynchronous mode, and initializes its AsyncContext with the given request and response objects.
startAsync() - Method in class jakarta.servlet.ServletRequestWrapper
The default behavior of this method is to invoke ServletRequest.startAsync() on the wrapped request object.
startAsync(ServletRequest, ServletResponse) - Method in class jakarta.servlet.ServletRequestWrapper
The default behavior of this method is to invoke ServletRequest.startAsync(ServletRequest, ServletResponse) on the wrapped request object.
startCDATA() - Method in class jakarta.faces.context.ResponseWriter

Open an XML CDATA block.

startCDATA() - Method in class jakarta.faces.context.ResponseWriterWrapper

The default behavior of this method is to call ResponseWriter.startCDATA() on the wrapped ResponseWriter object.

startDocument() - Method in class jakarta.faces.context.PartialResponseWriter

Write the start of a partial response.

startDocument() - Method in class jakarta.faces.context.ResponseWriter
Write whatever text should begin a response.
startDocument() - Method in class jakarta.faces.context.ResponseWriterWrapper
The default behavior of this method is to call ResponseWriter.startDocument() on the wrapped ResponseWriter object.
startElement(String, UIComponent) - Method in class jakarta.faces.context.ResponseWriter
Write the start of an element, up to and including the element name.
startElement(String, UIComponent) - Method in class jakarta.faces.context.ResponseWriterWrapper
The default behavior of this method is to call ResponseWriter.startElement(String, jakarta.faces.component.UIComponent) on the wrapped ResponseWriter object.
startError(String) - Method in class jakarta.faces.context.PartialResponseWriter

Write the start of an error.

startEval() - Method in class jakarta.faces.context.PartialResponseWriter

Write the start of an eval operation.

startExtension(Map<String, String>) - Method in class jakarta.faces.context.PartialResponseWriter

Write the start of an extension operation.

startInsertAfter(String) - Method in class jakarta.faces.context.PartialResponseWriter

Write the start of an insert operation where the contents will be inserted after the specified target node.

startInsertBefore(String) - Method in class jakarta.faces.context.PartialResponseWriter

Write the start of an insert operation where the contents will be inserted before the specified target node.

Startup - Annotation Type in jakarta.ejb
Mark a singleton bean for eager initialization during the application startup sequence.
startUpdate(String) - Method in class jakarta.faces.context.PartialResponseWriter

Write the start of an update operation.

STATE_SAVING_METHOD_CLIENT - Static variable in class jakarta.faces.application.StateManager
Constant value for the initialization parameter named by the STATE_SAVING_METHOD_PARAM_NAME that indicates state saving should take place on the client.
STATE_SAVING_METHOD_PARAM_NAME - Static variable in class jakarta.faces.application.StateManager
The ServletContext init parameter consulted by the StateManager to tell where the state should be saved.
STATE_SAVING_METHOD_SERVER - Static variable in class jakarta.faces.application.StateManager
Constant value for the initialization parameter named by the STATE_SAVING_METHOD_PARAM_NAME that indicates state saving should take place on the server.
Stateful - Annotation Type in jakarta.ejb
Component-defining annotation for a stateful session bean.
StatefulTimeout - Annotation Type in jakarta.ejb
Specifies the amount of time a stateful session bean can be idle (not receive any client invocations) before it is eligible for removal by the container.
StateHelper - Interface in jakarta.faces.component

Define a Map-like contract that makes it easier for components to implement PartialStateHolder.

StateHolder - Interface in jakarta.faces.component
This interface is implemented by classes that need to save their state between requests.
Stateless - Annotation Type in jakarta.ejb
Component-defining annotation for a stateless session bean.
StateManagementStrategy - Class in jakarta.faces.view

Encapsulate the saving and restoring of the view to enable the VDL to take over the responsibility for handling this feature.

StateManagementStrategy() - Constructor for class jakarta.faces.view.StateManagementStrategy
 
StateManager - Class in jakarta.faces.application
StateManager directs the process of saving and restoring the view between requests.
StateManager() - Constructor for class jakarta.faces.application.StateManager
 
StateManager.SerializedView - Class in jakarta.faces.application
Deprecated.
This class was not marked Serializable in the 1.0 version of the spec. It was also not a static inner class, so it can't be made to be Serializable. Therefore, it is being deprecated in version 1.2 of the spec. The replacement is to use an implementation dependent Object.
StateManagerWrapper - Class in jakarta.faces.application
Provides a simple implementation of StateManager that can be subclassed by developers wishing to provide specialized behavior to an existing StateManager instance.
StateManagerWrapper() - Constructor for class jakarta.faces.application.StateManagerWrapper
Deprecated.
Use the other constructor taking the implementation being wrapped.
StateManagerWrapper(StateManager) - Constructor for class jakarta.faces.application.StateManagerWrapper

If this state manager has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.

StaticFieldELResolver - Class in jakarta.el
An ELResolver for resolving static fields, enum constants and static methods.
StaticFieldELResolver() - Constructor for class jakarta.el.StaticFieldELResolver
 
StaticMetamodel - Annotation Type in jakarta.persistence.metamodel
The StaticMetamodel annotation specifies that the class is a metamodel class that represents the entity, mapped superclass, or embeddable class designated by the value element.
Status - Interface in jakarta.transaction
The Status interface defines static variables used for transaction status codes.
status(int) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
Set the status on the ResponseBuilder.
status(int, String) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
Set the status on the ResponseBuilder.
status(Response.StatusType) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
Set the status on the ResponseBuilder.
status(Response.Status) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
Set the status on the ResponseBuilder.
status(Response.StatusType) - Static method in class jakarta.ws.rs.core.Response
Create a new ResponseBuilder with the supplied status.
status(Response.Status) - Static method in class jakarta.ws.rs.core.Response
Create a new ResponseBuilder with the supplied status.
status(int) - Static method in class jakarta.ws.rs.core.Response
Create a new ResponseBuilder with the supplied status.
status(int, String) - Static method in class jakarta.ws.rs.core.Response
Create a new ResponseBuilder with the supplied status and reason phrase.
STATUS_ACTIVE - Static variable in interface jakarta.transaction.Status
A transaction is associated with the target object and it is in the active state.
STATUS_COMMITTED - Static variable in interface jakarta.transaction.Status
A transaction is associated with the target object and it has been committed.
STATUS_COMMITTING - Static variable in interface jakarta.transaction.Status
A transaction is associated with the target object and it is in the process of committing.
STATUS_MARKED_ROLLBACK - Static variable in interface jakarta.transaction.Status
A transaction is associated with the target object and it has been marked for rollback, perhaps as a result of a setRollbackOnly operation.
STATUS_NO_TRANSACTION - Static variable in interface jakarta.transaction.Status
No transaction is currently associated with the target object.
STATUS_PREPARED - Static variable in interface jakarta.transaction.Status
A transaction is associated with the target object and it has been prepared.
STATUS_PREPARING - Static variable in interface jakarta.transaction.Status
A transaction is associated with the target object and it is in the process of preparing.
STATUS_ROLLEDBACK - Static variable in interface jakarta.transaction.Status
A transaction is associated with the target object and the outcome has been determined to be rollback.
STATUS_ROLLING_BACK - Static variable in interface jakarta.transaction.Status
A transaction is associated with the target object and it is in the process of rolling back.
STATUS_UNKNOWN - Static variable in interface jakarta.transaction.Status
A transaction is associated with the target object but its current status cannot be determined.
statusId - Variable in class jakarta.servlet.jsp.jstl.core.LoopTagSupport
Attribute-exposing control
step - Variable in class jakarta.servlet.jsp.jstl.core.LoopTagSupport
Iteration step ('step' attribute)
stepSpecified - Variable in class jakarta.servlet.jsp.jstl.core.LoopTagSupport
Boolean flag indicating whether 'step' was specified.
Stereotype - Annotation Type in jakarta.enterprise.inject
Specifies that an annotation type is a stereotype.
stereotypes(Set<Class<? extends Annotation>>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanAttributesConfigurator
Replace stereotypes on the configured bean
stereotypes(Set<Class<? extends Annotation>>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
Replace stereotypes on the configured bean
store - Variable in class jakarta.ws.rs.core.AbstractMultivaluedMap
Backing store for the [key, multi-value] pairs.
StoredProcedureParameter - Annotation Type in jakarta.persistence
Specifies a parameter of a named stored procedure query.
StoredProcedureQuery - Interface in jakarta.persistence
Interface used to control stored procedure query execution.
stream() - Method in interface jakarta.enterprise.inject.Instance
When called, provides back a Stream of the beans available in this Instance.
StreamingOutput - Interface in jakarta.ws.rs.core
A type that may be used as a resource method return value or as the entity in a Response when the application wishes to stream the output.
STRICT_IJSON - Static variable in class jakarta.json.bind.JsonbConfig
Property used to specify strict I-JSON serialization compliance.
STRING_ID - Static variable in class jakarta.faces.convert.BigDecimalConverter
The message identifier of the FacesMessage to be created if the conversion of the BigDecimal value to String fails.
STRING_ID - Static variable in class jakarta.faces.convert.BigIntegerConverter
The message identifier of the FacesMessage to be created if the conversion of the BigInteger value to String fails.
STRING_ID - Static variable in class jakarta.faces.convert.BooleanConverter
The message identifier of the FacesMessage to be created if the conversion of the Boolean value to String fails.
STRING_ID - Static variable in class jakarta.faces.convert.ByteConverter
The message identifier of the FacesMessage to be created if the conversion of the Byte value to String fails.
STRING_ID - Static variable in class jakarta.faces.convert.CharacterConverter
The message identifier of the FacesMessage to be created if the conversion of the Character value to String fails.
STRING_ID - Static variable in class jakarta.faces.convert.DateTimeConverter
The message identifier of the FacesMessage to be created if the conversion of the DateTime value to String fails.
STRING_ID - Static variable in class jakarta.faces.convert.DoubleConverter
The message identifier of the FacesMessage to be created if the conversion of the Double value to String fails.
STRING_ID - Static variable in class jakarta.faces.convert.FloatConverter
The message identifier of the FacesMessage to be created if the conversion of the Float value to String fails.
STRING_ID - Static variable in class jakarta.faces.convert.IntegerConverter
The message identifier of the FacesMessage to be created if the conversion of the Integer value to String fails.
STRING_ID - Static variable in class jakarta.faces.convert.LongConverter
The message identifier of the FacesMessage to be created if the conversion of the Long value to String fails.
STRING_ID - Static variable in class jakarta.faces.convert.NumberConverter
The message identifier of the FacesMessage to be created if the conversion of the Number value to String fails.
STRING_ID - Static variable in class jakarta.faces.convert.ShortConverter
The message identifier of the FacesMessage to be created if the conversion of the Short value to String fails.
Subgraph<T> - Interface in jakarta.persistence
This type represents a subgraph for an attribute node that corresponds to a Managed Type.
SubjectKeyIDRequest(byte[]) - Constructor for class jakarta.security.auth.message.callback.PrivateKeyCallback.SubjectKeyIDRequest
Construct a SubjectKeyIDRequest with an subjectKeyID.
submit() - Method in interface jakarta.ws.rs.client.Invocation
Submit the request for an asynchronous invocation and receive a future response back.
submit(Class<T>) - Method in interface jakarta.ws.rs.client.Invocation
Submit the request for an asynchronous invocation and receive a future response of the specified type back.
submit(GenericType<T>) - Method in interface jakarta.ws.rs.client.Invocation
Submit the request for an asynchronous invocation and receive a future response of the specified generic type back.
submit(InvocationCallback<T>) - Method in interface jakarta.ws.rs.client.Invocation
Submit the request for an asynchronous invocation and register an InvocationCallback to process the future result of the invocation.
subprotocols(List<String>) - Method in class jakarta.websocket.server.ServerEndpointConfig.Builder
Sets the subprotocols to use in the configuration.
subquery(Class<U>) - Method in interface jakarta.persistence.criteria.CommonAbstractCriteria
Create a subquery of the query.
Subquery<T> - Interface in jakarta.persistence.criteria
The Subquery interface defines functionality that is specific to subqueries.
subscribeToEvent(Class<? extends SystemEvent>, Class<?>, SystemEventListener) - Method in class jakarta.faces.application.Application

Install the listener instance referenced by argument listener into the application as a listener for events of type systemEventClass that originate from objects of type sourceClass.

subscribeToEvent(Class<? extends SystemEvent>, SystemEventListener) - Method in class jakarta.faces.application.Application

Install the listener instance referenced by argument listener into application as a listener for events of type systemEventClass.

subscribeToEvent(Class<? extends SystemEvent>, Class<?>, SystemEventListener) - Method in class jakarta.faces.application.ApplicationWrapper

The default behavior of this method is to call Application.subscribeToEvent(Class, Class, jakarta.faces.event.SystemEventListener) on the wrapped Application object.

subscribeToEvent(Class<? extends SystemEvent>, SystemEventListener) - Method in class jakarta.faces.application.ApplicationWrapper

The default behavior of this method is to call Application.subscribeToEvent(Class, jakarta.faces.event.SystemEventListener) on the wrapped Application object.

subscribeToEvent(Class<? extends SystemEvent>, ComponentSystemEventListener) - Method in class jakarta.faces.component.UIComponent

This implementation throws UnsupportedOperationException and is provided for the sole purpose of not breaking existing applications that extend this class.

subscribeToEvent(Class<? extends SystemEvent>, ComponentSystemEventListener) - Method in class jakarta.faces.component.UIComponentBase

Install the listener instance referenced by argument componentListener as a listener for events of type eventClass originating from this specific instance of UIComponent.

subscribeToViewEvent(Class<? extends SystemEvent>, SystemEventListener) - Method in class jakarta.faces.component.UIViewRoot

Install the listener instance referenced by argument listener into the UIViewRoot as a listener for events of type systemEventClass.

substring(Expression<String>, Expression<Integer>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create an expression for substring extraction.
substring(Expression<String>, int) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create an expression for substring extraction.
substring(Expression<String>, Expression<Integer>, Expression<Integer>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create an expression for substring extraction.
substring(Expression<String>, int, int) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create an expression for substring extraction.
SUCCESS - Static variable in class jakarta.security.auth.message.AuthStatus
Indicates that the message processing by the authentication module was successful and that the runtime is to proceed with its normal processing of the resulting message.
sum(Expression<N>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create an aggregate expression applying the sum operation.
sum(Expression<? extends N>, Expression<? extends N>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create an expression that returns the sum of its arguments.
sum(Expression<? extends N>, N) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create an expression that returns the sum of its arguments.
sum(N, Expression<? extends N>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create an expression that returns the sum of its arguments.
sumAsDouble(Expression<Float>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create an aggregate expression applying the sum operation to a Float-valued expression, returning a Double result.
sumAsLong(Expression<Integer>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create an aggregate expression applying the sum operation to an Integer-valued expression, returning a Long result.
SupportedValidationTarget - Annotation Type in jakarta.validation.constraintvalidation
Defines the target(s) a ConstraintValidator can validate.
suspend() - Method in interface jakarta.transaction.TransactionManager
Suspend the transaction currently associated with the calling thread and return a Transaction object that represents the transaction context being suspended.
Suspended - Annotation Type in jakarta.ws.rs.container
Inject a suspended AsyncResponse into a parameter of an invoked JAX-RS resource or sub-resource method.
SwitchBuilder - Class in jakarta.faces.flow.builder

Create a switch node in the current Flow.

SwitchBuilder() - Constructor for class jakarta.faces.flow.builder.SwitchBuilder
 
switchCase() - Method in class jakarta.faces.flow.builder.SwitchBuilder

Create a switch case in the current switch.

switchCase() - Method in class jakarta.faces.flow.builder.SwitchCaseBuilder

Create a new case in the current switch.

SwitchCase - Class in jakarta.faces.flow

Represents a case within a switch node in the flow graph.

SwitchCase() - Constructor for class jakarta.faces.flow.SwitchCase
 
SwitchCaseBuilder - Class in jakarta.faces.flow.builder

Create a case in the current switch.

SwitchCaseBuilder() - Constructor for class jakarta.faces.flow.builder.SwitchCaseBuilder
 
switchNode(String) - Method in class jakarta.faces.flow.builder.FlowBuilder

Define a particular list of cases that will be inspected in the order they are defined to determine where to go next in the flow graph.

SwitchNode - Class in jakarta.faces.flow

Represents a switch node in the flow graph.

SwitchNode() - Constructor for class jakarta.faces.flow.SwitchNode
 
Synchronization - Interface in jakarta.transaction
The transaction manager supports a synchronization mechanism that allows the interested party to be notified before and after the transaction completes.
SynchronizationType - Enum in jakarta.persistence
Specifies whether the persistence context is always automatically synchronized with the current transaction or whether the persistence context must be explicitly joined to the current transaction by means of the EntityManager.joinTransaction() method.
SyncInvoker - Interface in jakarta.ws.rs.client
Uniform interface for synchronous invocation of HTTP methods.
SystemEvent - Class in jakarta.faces.event
SystemEvent is the base class for non-application specific events that can be fired by arbitrary objects.
SystemEvent(Object) - Constructor for class jakarta.faces.event.SystemEvent

Pass the argument source to the superclass constructor.

SystemEvent(FacesContext, Object) - Constructor for class jakarta.faces.event.SystemEvent

Pass the argument source to the superclass constructor.

SystemEventListener - Interface in jakarta.faces.event

By implementing this class, an object indicates that it is a listener for one or more kinds of SystemEvents.

SystemEventListenerHolder - Interface in jakarta.faces.event

Classes that implement this interface agree to maintain a list of SystemEventListener instances for each kind of SystemEvent they can generate.

SystemException - Exception in jakarta.transaction
The SystemException is thrown by the transaction manager to indicate that it has encountered an unexpected error condition that prevents future transaction services from proceeding.
SystemException() - Constructor for exception jakarta.transaction.SystemException
 
SystemException(String) - Constructor for exception jakarta.transaction.SystemException
Create a SystemException with a given string.
SystemException(int) - Constructor for exception jakarta.transaction.SystemException
Create a SystemException with a given error code.

T

Table - Annotation Type in jakarta.persistence
Specifies the primary table for the annotated entity.
TableGenerator - Annotation Type in jakarta.persistence
Defines a primary key generator that may be referenced by name when a generator element is specified for the GeneratedValue annotation.
TableGenerators - Annotation Type in jakarta.persistence
Used to group TableGenerator annotations.
Tag - Class in jakarta.faces.view.facelets

The runtime must create an instance of this class for each element in the Facelets XHTML view.

Tag(Location, String, String, String, TagAttributes) - Constructor for class jakarta.faces.view.facelets.Tag
Constructor.
Tag(Tag, TagAttributes) - Constructor for class jakarta.faces.view.facelets.Tag
Constructor.
tag - Variable in class jakarta.faces.view.facelets.TagHandler

A reference to the Tag instance corresponding to this TagHandler instance.

Tag - Interface in jakarta.servlet.jsp.tagext
The interface of a classic tag handler that does not want to manipulate its body.
tag(EntityTag) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
Set a response entity tag.
tag(String) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
Set a strong response entity tag.
TAG_HANDLER_DELEGATE_FACTORY - Static variable in class jakarta.faces.FactoryFinder

The property name for the TagHandlerDelegate class name.

TagAdapter - Class in jakarta.servlet.jsp.tagext
Wraps any SimpleTag and exposes it using a Tag interface.
TagAdapter(SimpleTag) - Constructor for class jakarta.servlet.jsp.tagext.TagAdapter
Creates a new TagAdapter that wraps the given SimpleTag and returns the parent tag when getParent() is called.
TagAttribute - Class in jakarta.faces.view.facelets

Representation of an XML attribute name=value pair on an XML element in a Facelet file.

TagAttribute() - Constructor for class jakarta.faces.view.facelets.TagAttribute
 
TagAttributeException - Exception in jakarta.faces.view.facelets

An Exception caused by a TagAttribute

TagAttributeException(TagAttribute) - Constructor for exception jakarta.faces.view.facelets.TagAttributeException
Constructor.
TagAttributeException(TagAttribute, String) - Constructor for exception jakarta.faces.view.facelets.TagAttributeException
Constructor.
TagAttributeException(TagAttribute, Throwable) - Constructor for exception jakarta.faces.view.facelets.TagAttributeException
Constructor.
TagAttributeException(TagAttribute, String, Throwable) - Constructor for exception jakarta.faces.view.facelets.TagAttributeException
Constructor.
TagAttributeException(Tag, TagAttribute) - Constructor for exception jakarta.faces.view.facelets.TagAttributeException
Constructor.
TagAttributeException(Tag, TagAttribute, String) - Constructor for exception jakarta.faces.view.facelets.TagAttributeException
Constructor.
TagAttributeException(Tag, TagAttribute, Throwable) - Constructor for exception jakarta.faces.view.facelets.TagAttributeException
Constructor.
TagAttributeException(Tag, TagAttribute, String, Throwable) - Constructor for exception jakarta.faces.view.facelets.TagAttributeException
Constructor.
TagAttributeInfo - Class in jakarta.servlet.jsp.tagext
Information on the attributes of a Tag, available at translation time.
TagAttributeInfo(String, boolean, String, boolean) - Constructor for class jakarta.servlet.jsp.tagext.TagAttributeInfo
Constructor for TagAttributeInfo.
TagAttributeInfo(String, boolean, String, boolean, boolean) - Constructor for class jakarta.servlet.jsp.tagext.TagAttributeInfo
JSP 2.0 Constructor for TagAttributeInfo.
TagAttributeInfo(String, boolean, String, boolean, boolean, String, boolean, boolean, String, String) - Constructor for class jakarta.servlet.jsp.tagext.TagAttributeInfo
JSP 2.1 Constructor for TagAttributeInfo.
TagAttributes - Class in jakarta.faces.view.facelets

A set of TagAttributes, usually representing all attributes on a Tag.

TagAttributes() - Constructor for class jakarta.faces.view.facelets.TagAttributes
 
TagConfig - Interface in jakarta.faces.view.facelets

Passed to the constructor of TagHandler subclass, it defines the document definition of the handler we are instantiating.

TagData - Class in jakarta.servlet.jsp.tagext
The (translation-time only) attribute/value information for a tag instance.
TagData(Object[][]) - Constructor for class jakarta.servlet.jsp.tagext.TagData
Constructor for TagData.
TagData(Hashtable<String, Object>) - Constructor for class jakarta.servlet.jsp.tagext.TagData
Constructor for a TagData.
TagDecorator - Interface in jakarta.faces.view.facelets
Provides the ability to completely change the Tag before it's processed for compiling with the associated TagHandler.
TagException - Exception in jakarta.faces.view.facelets

An Exception caused by a Tag

TagException(Tag) - Constructor for exception jakarta.faces.view.facelets.TagException

Wrap the argument tag so the exception can reference its information.

TagException(Tag, String) - Constructor for exception jakarta.faces.view.facelets.TagException

Wrap the argument tag so the exception can reference its information.

TagException(Tag, Throwable) - Constructor for exception jakarta.faces.view.facelets.TagException

Wrap the argument tag so the exception can reference its information.

TagException(Tag, String, Throwable) - Constructor for exception jakarta.faces.view.facelets.TagException

Wrap the argument tag so the exception can reference its information.

TagExtraInfo - Class in jakarta.servlet.jsp.tagext
Optional class provided by the tag library author to describe additional translation-time information not described in the TLD.
TagExtraInfo() - Constructor for class jakarta.servlet.jsp.tagext.TagExtraInfo
Sole constructor.
TagFileInfo - Class in jakarta.servlet.jsp.tagext
Tag information for a tag file in a Tag Library; This class is instantiated from the Tag Library Descriptor file (TLD) and is available only at translation time.
TagFileInfo(String, String, TagInfo) - Constructor for class jakarta.servlet.jsp.tagext.TagFileInfo
Constructor for TagFileInfo from data in the JSP 2.0 format for TLD.
tagFiles - Variable in class jakarta.servlet.jsp.tagext.TagLibraryInfo
An array describing the tag files that are defined in this tag library.
TagHandler - Class in jakarta.faces.view.facelets

Foundation class for FaceletHandlers associated with a markup element in a Facelet document.

TagHandler(TagConfig) - Constructor for class jakarta.faces.view.facelets.TagHandler

Every TagHandler instance is associated with a Tag.

TagHandlerDelegate - Class in jakarta.faces.view.facelets

Abstract class that defines methods relating to helping tag handler instances.

TagHandlerDelegate() - Constructor for class jakarta.faces.view.facelets.TagHandlerDelegate
 
TagHandlerDelegateFactory - Class in jakarta.faces.view.facelets

Abstract factory for creating instances of TagHandlerDelegate.

TagHandlerDelegateFactory() - Constructor for class jakarta.faces.view.facelets.TagHandlerDelegateFactory
Deprecated.
Use the other constructor taking the implementation being wrapped.
TagHandlerDelegateFactory(TagHandlerDelegateFactory) - Constructor for class jakarta.faces.view.facelets.TagHandlerDelegateFactory

If this factory has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.

tagId - Variable in class jakarta.faces.view.facelets.TagHandler
TagInfo - Class in jakarta.servlet.jsp.tagext
Tag information for a tag in a Tag Library; This class is instantiated from the Tag Library Descriptor file (TLD) and is available only at translation time.
TagInfo(String, String, String, String, TagLibraryInfo, TagExtraInfo, TagAttributeInfo[]) - Constructor for class jakarta.servlet.jsp.tagext.TagInfo
Constructor for TagInfo from data in the JSP 1.1 format for TLD.
TagInfo(String, String, String, String, TagLibraryInfo, TagExtraInfo, TagAttributeInfo[], String, String, String, TagVariableInfo[]) - Constructor for class jakarta.servlet.jsp.tagext.TagInfo
Constructor for TagInfo from data in the JSP 1.2 format for TLD.
TagInfo(String, String, String, String, TagLibraryInfo, TagExtraInfo, TagAttributeInfo[], String, String, String, TagVariableInfo[], boolean) - Constructor for class jakarta.servlet.jsp.tagext.TagInfo
Constructor for TagInfo from data in the JSP 2.0 format for TLD.
TaglibDescriptor - Interface in jakarta.servlet.descriptor
This interface provides access to the <taglib> related configuration of a web application.
TagLibraryInfo - Class in jakarta.servlet.jsp.tagext
Translation-time information associated with a taglib directive, and its underlying TLD file.
TagLibraryInfo(String, String) - Constructor for class jakarta.servlet.jsp.tagext.TagLibraryInfo
Constructor.
TagLibraryValidator - Class in jakarta.servlet.jsp.tagext
Translation-time validator class for a JSP page.
TagLibraryValidator() - Constructor for class jakarta.servlet.jsp.tagext.TagLibraryValidator
Sole constructor.
tags - Variable in class jakarta.servlet.jsp.tagext.TagLibraryInfo
An array describing the tags that are defined in this tag library.
TagSupport - Class in jakarta.servlet.jsp.tagext
A base class for defining new tag handlers implementing Tag.
TagSupport() - Constructor for class jakarta.servlet.jsp.tagext.TagSupport
Default constructor, all subclasses are required to define only a public constructor with the same signature, and to call the superclass constructor.
TagVariableInfo - Class in jakarta.servlet.jsp.tagext
Variable information for a tag in a Tag Library; This class is instantiated from the Tag Library Descriptor file (TLD) and is available only at translation time.
TagVariableInfo(String, String, String, boolean, int) - Constructor for class jakarta.servlet.jsp.tagext.TagVariableInfo
Constructor for TagVariableInfo.
target(String) - Method in interface jakarta.ws.rs.client.Client
Build a new web resource target.
target(URI) - Method in interface jakarta.ws.rs.client.Client
Build a new web resource target.
target(UriBuilder) - Method in interface jakarta.ws.rs.client.Client
Build a new web resource target.
target(Link) - Method in interface jakarta.ws.rs.client.Client
Build a new web resource target.
target(WebTarget) - Method in class jakarta.ws.rs.sse.SseEventSource.Builder
 
target(WebTarget) - Static method in interface jakarta.ws.rs.sse.SseEventSource
Create a new event source builder that provides convenient way how to configure and fine-tune various aspects of a newly prepared event source instance.
TargetPolicy(MessagePolicy.Target[], MessagePolicy.ProtectionPolicy) - Constructor for class jakarta.security.auth.message.MessagePolicy.TargetPolicy
Create a TargetPolicy instance with an array of Targets and with a ProtectionPolicy.
TEMPDIR - Static variable in interface jakarta.servlet.ServletContext
The name of the ServletContext attribute which stores the private temporary directory (of type java.io.File) provided by the servlet container for the ServletContext
Temporal - Annotation Type in jakarta.persistence
This annotation must be specified for persistent fields or properties of type java.util.Date and java.util.Calendar.
TemporalType - Enum in jakarta.persistence
Type used to indicate a specific mapping of java.util.Date or java.util.Calendar.
temporaryRedirect(URI) - Static method in class jakarta.ws.rs.core.Response
Create a new ResponseBuilder for a temporary redirection.
test(String, JsonValue) - Method in interface jakarta.json.JsonPatchBuilder
Adds a "test" JSON Patch operation.
test(String, String) - Method in interface jakarta.json.JsonPatchBuilder
Adds a "test" JSON Patch operation.
test(String, int) - Method in interface jakarta.json.JsonPatchBuilder
Adds a "test" JSON Patch operation.
test(String, boolean) - Method in interface jakarta.json.JsonPatchBuilder
Adds a "test" JSON Patch operation.
text(T) - Static method in class jakarta.ws.rs.client.Entity
Create a "text/plain" entity.
TEXT_HTML - Static variable in class jakarta.ws.rs.core.MediaType
A String constant representing "text/html" media type.
TEXT_HTML_TYPE - Static variable in class jakarta.ws.rs.core.MediaType
A MediaType constant representing "text/html" media type.
TEXT_PLAIN - Static variable in class jakarta.ws.rs.core.MediaType
A String constant representing "text/plain" media type.
TEXT_PLAIN_TYPE - Static variable in class jakarta.ws.rs.core.MediaType
A MediaType constant representing "text/plain" media type.
TEXT_XML - Static variable in class jakarta.ws.rs.core.MediaType
A String constant representing "text/xml" media type.
TEXT_XML_TYPE - Static variable in class jakarta.ws.rs.core.MediaType
A MediaType constant representing "text/xml" media type.
TextHandler - Interface in jakarta.faces.view.facelets

An interface that allows other code to identify FaceletHandlers that may provide text (String) content.

TIME_ID - Static variable in class jakarta.faces.convert.DateTimeConverter
The message identifier of the FacesMessage to be created if the conversion to Time fails.
TIME_IN_MILLIS - Static variable in annotation type jakarta.json.bind.annotation.JsonbDateFormat
Special date format which serializes given date as milliseconds.
TimedObject - Interface in jakarta.ejb
The TimedObject interface contains a callback method that is used to deliver timer expiration notifications.
Timeout - Annotation Type in jakarta.ejb
Designates a method on a stateless session bean class, a singleton session bean class, a message driven bean class, or an enterprise bean 2.x entity bean class that should receive enterprise bean timer expirations for that bean.
TimeoutHandler - Interface in jakarta.ws.rs.container
Asynchronous response suspend time-out handler.
Timer - Interface in jakarta.ejb
The Timer interface contains information about a timer that was created through the enterprise bean Timer Service.
TimerConfig - Class in jakarta.ejb
TimerConfig is used to specify additional timer configuration settings during timer creation.
TimerConfig() - Constructor for class jakarta.ejb.TimerConfig
Constructor for TimerConfig.
TimerConfig(Serializable, boolean) - Constructor for class jakarta.ejb.TimerConfig
Constructor for TimerConfig.
TimerHandle - Interface in jakarta.ejb
The TimerHandle interface allows the bean provider to obtain a serializable timer handle that may be persisted.
TimerService - Interface in jakarta.ejb
The TimerService interface provides enterprise bean components with access to the container-provided Timer Service.
timezone(String) - Method in class jakarta.ejb.ScheduleExpression
Set the timezone.
title(String) - Method in interface jakarta.ws.rs.core.Link.Builder
Convenience method to set a title on this link.
TITLE - Static variable in class jakarta.ws.rs.core.Link
Title link param from RFC 5988.
tlibversion - Variable in class jakarta.servlet.jsp.tagext.TagLibraryInfo
The version of the tag library.
TO_FLOW_DOCUMENT_ID_ATTR_NAME - Static variable in interface jakarta.faces.event.ActionListener

The presence of this component attribute on an ActionSource component will cause the default ActionListener to interpret the value of the attribute as the toFlowDocumentId value to pass to NavigationHandler.handleNavigation(jakarta.faces.context.FacesContext, java.lang.String, java.lang.String, java.lang.String).

TO_FLOW_DOCUMENT_ID_REQUEST_PARAM_NAME - Static variable in class jakarta.faces.flow.FlowHandler

Components that are rendered by Renderers of component-family jakarta.faces.OutcomeTarget must use this constant as the parameter name for a parameter representing the defining document id of the flow that this component will cause to be entered.

toArray() - Method in interface jakarta.persistence.Tuple
Return the values of the result tuple elements as an array.
toBigDecimal(Expression<? extends Number>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Typecast.
toBigInteger(Expression<? extends Number>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Typecast.
toCookie() - Method in class jakarta.ws.rs.core.NewCookie
Obtain a new instance of a Cookie with the same name, value, path, domain and version as this NewCookie.
toDouble(Expression<? extends Number>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Typecast.
toEnum() - Method in interface jakarta.ws.rs.core.Response.StatusType
Get the this Status Type as a Response.Status.
toFloat(Expression<? extends Number>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Typecast.
toFlowDocumentId(String) - Method in class jakarta.faces.flow.builder.NavigationCaseBuilder

Set the to-flow-document-id of the current navigation case.

toInteger(Expression<? extends Number>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Typecast.
toJson(Object) - Method in interface jakarta.json.bind.Jsonb
Writes the Java object tree with root object object to a String instance as JSON.
toJson(Object, Type) - Method in interface jakarta.json.bind.Jsonb
Writes the Java object tree with root object object to a String instance as JSON.
toJson(Object, Writer) - Method in interface jakarta.json.bind.Jsonb
Writes the object content tree into a Writer character stream.
toJson(Object, Type, Writer) - Method in interface jakarta.json.bind.Jsonb
Writes the object content tree into a Writer character stream.
toJson(Object, OutputStream) - Method in interface jakarta.json.bind.Jsonb
Writes the object content tree into output stream.
toJson(Object, Type, OutputStream) - Method in interface jakarta.json.bind.Jsonb
Writes the object content tree into output stream.
toJsonArray() - Method in interface jakarta.json.JsonPatch
Returns the JsonPatch as JsonArray.
toJsonArray() - Static method in class jakarta.json.stream.JsonCollectors
Constructs a java.util.stream.Collector that accumulates the input JsonValue elements into a JsonArray.
toJsonObject() - Static method in class jakarta.json.stream.JsonCollectors
Constructs a java.util.stream.Collector that accumulates the input Map.Entry<String,JsonValue> elements into a JsonObject.
toJsonObject(Function<JsonValue, String>, Function<JsonValue, JsonValue>) - Static method in class jakarta.json.stream.JsonCollectors
Constructs a java.util.stream.Collector that accumulates the input JsonValue elements into a JsonObject.
toJsonValue() - Method in interface jakarta.json.JsonMergePatch
Returns the JsonMergePatch as JsonValue.
toLong(Expression<? extends Number>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Typecast.
toResponse(E) - Method in interface jakarta.ws.rs.ext.ExceptionMapper
Map an exception to a Response.
toResult(ResultSet) - Static method in class jakarta.servlet.jsp.jstl.sql.ResultSupport
Converts a ResultSet object to a Result object.
toResult(ResultSet, int) - Static method in class jakarta.servlet.jsp.jstl.sql.ResultSupport
Converts maxRows of a ResultSet object to a Result object.
toString() - Method in class jakarta.ejb.ScheduleExpression
toString() - Method in class jakarta.ejb.TimerConfig
toString() - Method in class jakarta.enterprise.util.AnnotationLiteral
 
toString() - Method in class jakarta.enterprise.util.TypeLiteral
 
toString() - Method in class jakarta.faces.application.FacesMessage.Severity
Return a String representation of this FacesMessage.Severity instance.
toString() - Method in class jakarta.faces.application.NavigationCase
 
toString() - Method in class jakarta.faces.application.NavigationCaseWrapper
 
toString() - Method in class jakarta.faces.application.Resource

Call through to Resource.getRequestPath() and return the result.

toString() - Method in enum jakarta.faces.component.html.HtmlBody.PropertyKeys
 
toString() - Method in enum jakarta.faces.component.html.HtmlColumn.PropertyKeys
 
toString() - Method in enum jakarta.faces.component.html.HtmlCommandButton.PropertyKeys
 
toString() - Method in enum jakarta.faces.component.html.HtmlCommandLink.PropertyKeys
 
toString() - Method in enum jakarta.faces.component.html.HtmlCommandScript.PropertyKeys
 
toString() - Method in enum jakarta.faces.component.html.HtmlDataTable.PropertyKeys
 
toString() - Method in enum jakarta.faces.component.html.HtmlDoctype.PropertyKeys
 
toString() - Method in enum jakarta.faces.component.html.HtmlForm.PropertyKeys
 
toString() - Method in enum jakarta.faces.component.html.HtmlGraphicImage.PropertyKeys
 
toString() - Method in enum jakarta.faces.component.html.HtmlHead.PropertyKeys
 
toString() - Method in enum jakarta.faces.component.html.HtmlInputFile.PropertyKeys
 
toString() - Method in enum jakarta.faces.component.html.HtmlInputHidden.PropertyKeys
 
toString() - Method in enum jakarta.faces.component.html.HtmlInputSecret.PropertyKeys
 
toString() - Method in enum jakarta.faces.component.html.HtmlInputText.PropertyKeys
 
toString() - Method in enum jakarta.faces.component.html.HtmlInputTextarea.PropertyKeys
 
toString() - Method in enum jakarta.faces.component.html.HtmlMessage.PropertyKeys
 
toString() - Method in enum jakarta.faces.component.html.HtmlMessages.PropertyKeys
 
toString() - Method in enum jakarta.faces.component.html.HtmlOutcomeTargetButton.PropertyKeys
 
toString() - Method in enum jakarta.faces.component.html.HtmlOutcomeTargetLink.PropertyKeys
 
toString() - Method in enum jakarta.faces.component.html.HtmlOutputFormat.PropertyKeys
 
toString() - Method in enum jakarta.faces.component.html.HtmlOutputLabel.PropertyKeys
 
toString() - Method in enum jakarta.faces.component.html.HtmlOutputLink.PropertyKeys
 
toString() - Method in enum jakarta.faces.component.html.HtmlOutputText.PropertyKeys
 
toString() - Method in enum jakarta.faces.component.html.HtmlPanelGrid.PropertyKeys
 
toString() - Method in enum jakarta.faces.component.html.HtmlPanelGroup.PropertyKeys
 
toString() - Method in enum jakarta.faces.component.html.HtmlSelectBooleanCheckbox.PropertyKeys
 
toString() - Method in enum jakarta.faces.component.html.HtmlSelectManyCheckbox.PropertyKeys
 
toString() - Method in enum jakarta.faces.component.html.HtmlSelectManyListbox.PropertyKeys
 
toString() - Method in enum jakarta.faces.component.html.HtmlSelectManyMenu.PropertyKeys
 
toString() - Method in enum jakarta.faces.component.html.HtmlSelectOneListbox.PropertyKeys
 
toString() - Method in enum jakarta.faces.component.html.HtmlSelectOneMenu.PropertyKeys
 
toString() - Method in enum jakarta.faces.component.html.HtmlSelectOneRadio.PropertyKeys
 
toString() - Method in class jakarta.faces.event.PhaseId
Return a String representation of this PhaseId instance.
toString() - Method in class jakarta.faces.event.WebsocketEvent
 
toString() - Method in class jakarta.faces.view.facelets.Tag
Get the string representation.
toString() - Method in class jakarta.faces.view.facelets.TagHandler
 
toString() - Method in class jakarta.faces.view.Location
 
toString() - Method in interface jakarta.json.JsonNumber
Returns a JSON text representation of the JSON number.
toString() - Method in interface jakarta.json.JsonPointer
Returns the string representation of this JSON Pointer.
toString() - Method in interface jakarta.json.JsonValue
Returns JSON text for this JSON value.
toString(Expression<Character>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Typecast.
toString() - Method in class jakarta.security.auth.message.AuthStatus
 
toString() - Method in class jakarta.servlet.jsp.tagext.TagAttributeInfo
Returns a String representation of this TagAttributeInfo, suitable for debugging purposes.
toString() - Method in interface jakarta.validation.Path.Node
Returns a human-readable representation of this node.
toString() - Method in interface jakarta.validation.Path
Returns a human-readable representation of this path.
toString() - Method in class jakarta.websocket.CloseReason
Converts the CloseReason to a debug-friendly string.
toString() - Method in class jakarta.ws.rs.client.Entity
 
toString() - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
 
toString() - Method in class jakarta.ws.rs.core.CacheControl
Deprecated.
The format of the toString() method is subject to change in a future version. Please use RuntimeDelegate.getInstance().createHeaderDelegate(CacheControl.class).toString(value) instead if you rely on the format of this method.
toString() - Method in class jakarta.ws.rs.core.Cookie
Deprecated.
The format of the toString() method is subject to change in a future version. Please use RuntimeDelegate.getInstance().createHeaderDelegate(Cookie.class).toString(value) instead if you rely on the format of this method.
toString() - Method in class jakarta.ws.rs.core.EntityTag
Deprecated.
The format of the toString() method is subject to change in a future version. Please use RuntimeDelegate.getInstance().createHeaderDelegate(EntityTag.class).toString(value) instead if you rely on the format of this method.
toString() - Method in class jakarta.ws.rs.core.GenericEntity
 
toString() - Method in class jakarta.ws.rs.core.GenericType
 
toString() - Method in class jakarta.ws.rs.core.Link
Returns a string representation as a link header (RFC 5988).
toString() - Method in class jakarta.ws.rs.core.MediaType
Convert the media type to a string suitable for use as the value of a corresponding HTTP header.
toString() - Method in class jakarta.ws.rs.core.NewCookie
Deprecated.
The format of the toString() method is subject to change in a future version. Please use RuntimeDelegate.getInstance().createHeaderDelegate(NewCookie.class).toString(value) instead if you rely on the format of this method.
toString() - Method in enum jakarta.ws.rs.core.Response.Status
Get the reason phrase.
toString() - Method in class jakarta.ws.rs.core.Variant
 
toString(T) - Method in interface jakarta.ws.rs.ext.ParamConverter
Convert the supplied value to a String.
toString(T) - Method in interface jakarta.ws.rs.ext.RuntimeDelegate.HeaderDelegate
Convert the supplied value to a String.
toTemplate() - Method in class jakarta.ws.rs.core.UriBuilder
Get the URI template string represented by this URI builder.
toViewId(String) - Method in class jakarta.faces.flow.builder.NavigationCaseBuilder

Set the to-view-id of the current navigation case.

trace() - Method in interface jakarta.ws.rs.client.AsyncInvoker
Invoke HTTP TRACE method for the current request asynchronously.
trace(Class<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
Invoke HTTP TRACE method for the current request asynchronously.
trace(GenericType<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
Invoke HTTP TRACE method for the current request asynchronously.
trace(InvocationCallback<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
Invoke HTTP TRACE method for the current request asynchronously.
trace() - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
 
trace(Class<T>) - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
 
trace(GenericType<T>) - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
 
trace() - Method in interface jakarta.ws.rs.client.RxInvoker
Invoke HTTP TRACE method for the current request.
trace(Class<R>) - Method in interface jakarta.ws.rs.client.RxInvoker
Invoke HTTP TRACE method for the current request.
trace(GenericType<R>) - Method in interface jakarta.ws.rs.client.RxInvoker
Invoke HTTP TRACE method for the current request.
trace() - Method in interface jakarta.ws.rs.client.SyncInvoker
Invoke HTTP TRACE method for the current request synchronously.
trace(Class<T>) - Method in interface jakarta.ws.rs.client.SyncInvoker
Invoke HTTP TRACE method for the current request synchronously.
trace(GenericType<T>) - Method in interface jakarta.ws.rs.client.SyncInvoker
Invoke HTTP TRACE method for the current request synchronously.
Transaction - Interface in jakarta.transaction
The Transaction interface allows operations to be performed against the transaction in the target Transaction object.
Transactional - Annotation Type in jakarta.transaction
The jakarta.transaction.Transactional annotation provides the application the ability to declaratively control transaction boundaries on CDI managed beans, as well as classes defined as managed beans by the Jakarta EE specification, at both the class and method level where method level annotations override those at the class level.
Transactional.TxType - Enum in jakarta.transaction
The TxType element of the annotation indicates whether a bean method is to be executed within a transaction context where the values provide the following corresponding behavior.
TransactionalException - Exception in jakarta.transaction
The TransactionalException thrown from the Transactional interceptors implementation contains the original exception as its nested exception and is a RuntimeException, therefore, by default any transaction that was started as a result of a Transactional annotation earlier in the call stream will be marked for rollback as a result of the TransactionalException being thrown by the Transactional interceptor of the second bean.
TransactionalException(String, Throwable) - Constructor for exception jakarta.transaction.TransactionalException
 
TransactionAttribute - Annotation Type in jakarta.ejb
The TransactionAttribute annotation specifies whether the container is to invoke a business method within a transaction context.
TransactionAttributeType - Enum in jakarta.ejb
The enum TransactionAttributeType is used with the TransactionAttribute annotation to specify whether the methods of a session bean or message driven bean are called with a valid transaction context.
TransactionManagement - Annotation Type in jakarta.ejb
Specifies whether a session bean or message driven bean has container managed transactions or bean managed transactions.
TransactionManagementType - Enum in jakarta.ejb
The enum TransactionManagementType is used with the TransactionManagement annotation to specify whether container-managed or bean-managed transaction management is used.
TransactionManager - Interface in jakarta.transaction
The TransactionManager interface defines the methods that allow an application server to manage transaction boundaries.
TransactionPhase - Enum in jakarta.enterprise.event
Distinguishes the various kinds of transactional observer methods from regular observer methods which are notified immediately.
transactionPhase(TransactionPhase) - Method in interface jakarta.enterprise.inject.spi.configurator.ObserverMethodConfigurator
Set the TransactionPhase for the observer to build
TransactionRequiredException - Exception in jakarta.persistence
Thrown by the persistence provider when a transaction is required but is not active.
TransactionRequiredException() - Constructor for exception jakarta.persistence.TransactionRequiredException
Constructs a new TransactionRequiredException exception with null as its detail message.
TransactionRequiredException(String) - Constructor for exception jakarta.persistence.TransactionRequiredException
Constructs a new TransactionRequiredException exception with the specified detail message.
TransactionRequiredException - Exception in jakarta.transaction
This exception indicates that a request carried a null transaction context, but the target object requires an active transaction.
TransactionRequiredException() - Constructor for exception jakarta.transaction.TransactionRequiredException
 
TransactionRequiredException(String) - Constructor for exception jakarta.transaction.TransactionRequiredException
 
TransactionRequiredLocalException - Exception in jakarta.ejb
This exception is thrown to a local client to indicate that a request carried a null transaction context, but the target object requires an active transaction.
TransactionRequiredLocalException() - Constructor for exception jakarta.ejb.TransactionRequiredLocalException
Constructs a TransactionRequiredLocalException with no detail message.
TransactionRequiredLocalException(String) - Constructor for exception jakarta.ejb.TransactionRequiredLocalException
Constructs an TransactionRequiredLocalException with the specified detailed message.
TransactionRolledbackException - Exception in jakarta.transaction
This exception indicates that the transaction associated with processing of the request has been rolled back, or it has been marked to roll back.
TransactionRolledbackException() - Constructor for exception jakarta.transaction.TransactionRolledbackException
 
TransactionRolledbackException(String) - Constructor for exception jakarta.transaction.TransactionRolledbackException
 
TransactionRolledbackLocalException - Exception in jakarta.ejb
This exception is thrown to a local client to indicate that the transaction associated with processing of the request has been rolled back, or marked to roll back.
TransactionRolledbackLocalException() - Constructor for exception jakarta.ejb.TransactionRolledbackLocalException
Constructs a TransactionRolledbackLocalException with no detail message.
TransactionRolledbackLocalException(String) - Constructor for exception jakarta.ejb.TransactionRolledbackLocalException
Constructs a TransactionRolledbackLocalException with the specified detailed message.
TransactionRolledbackLocalException(String, Exception) - Constructor for exception jakarta.ejb.TransactionRolledbackLocalException
Constructs a TransactionRolledbackLocalException with the specified detail message and a nested exception.
TransactionScoped - Annotation Type in jakarta.transaction
The jakarta.transaction.TransactionScoped annotation provides the ability to specify a standard CDI scope to define bean instances whose lifecycle is scoped to the currently active Jakarta Transactions transaction.
TransactionSynchronizationRegistry - Interface in jakarta.transaction
This interface is intended for use by system level application server components such as persistence managers, resource adapters, as well as Jakarta Enterprise Beans and Web application components.
transform(ClassLoader, String, Class<?>, ProtectionDomain, byte[]) - Method in interface jakarta.persistence.spi.ClassTransformer
Invoked when a class is being loaded or redefined.
Transient - Annotation Type in jakarta.persistence
Specifies that the property or field is not persistent.
transientField(boolean) - Method in interface jakarta.enterprise.inject.spi.configurator.InjectionPointConfigurator
Change the transient status of the built InjectionPoint.
TransientReference - Annotation Type in jakarta.enterprise.inject
If a parameter annotated with @TransientReference resolves to a dependent scoped bean, then the bean will be destroyed after the invocation completes.
TransientReference.Literal - Class in jakarta.enterprise.inject
Supports inline instantiation of the TransientReference annotation.
TransientStateHelper - Interface in jakarta.faces.component

Define a Map-like contract that makes it easier for components to implement TransientStateHolder.

TransientStateHolder - Interface in jakarta.faces.component

This interface is implemented by classes that need to save state that is expected to be available only within the scope of the current request.

transition(FacesContext, Flow, Flow, FlowCallNode, String) - Method in class jakarta.faces.flow.FlowHandler

Perform a transition in the flow graph for the current user's ClientWindow.

translateName(String) - Method in interface jakarta.json.bind.config.PropertyNamingStrategy
Translates the property name into its JSON field name representation.
traversableResolver(TraversableResolver) - Method in interface jakarta.validation.Configuration
Defines the traversable resolver used.
TraversableResolver - Interface in jakarta.validation
Contract determining if a property can be accessed by the Jakarta Bean Validation provider.
traversableResolver(TraversableResolver) - Method in interface jakarta.validation.ValidatorContext
Defines the traversable resolver implementation used by the Validator.
treat(Join<X, T>, Class<V>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Downcast Join object to the specified type.
treat(CollectionJoin<X, T>, Class<E>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Downcast CollectionJoin object to the specified type.
treat(SetJoin<X, T>, Class<E>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Downcast SetJoin object to the specified type.
treat(ListJoin<X, T>, Class<E>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Downcast ListJoin object to the specified type.
treat(MapJoin<X, K, T>, Class<V>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Downcast MapJoin object to the specified type.
treat(Path<X>, Class<T>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Downcast Path object to the specified type.
treat(Root<X>, Class<T>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Downcast Root object to the specified type.
trim(Expression<String>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create expression to trim blanks from both ends of a string.
trim(CriteriaBuilder.Trimspec, Expression<String>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create expression to trim blanks from a string.
trim(Expression<Character>, Expression<String>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create expression to trim character from both ends of a string.
trim(CriteriaBuilder.Trimspec, Expression<Character>, Expression<String>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create expression to trim character from a string.
trim(char, Expression<String>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create expression to trim character from both ends of a string.
trim(CriteriaBuilder.Trimspec, char, Expression<String>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create expression to trim character from a string.
TRUE - Static variable in interface jakarta.json.JsonValue
JSON true value.
trustStore(KeyStore) - Method in class jakarta.ws.rs.client.ClientBuilder
Set the client-side trust store.
TrustStoreCallback - Class in jakarta.security.auth.message.callback
Callback for trusted certificate KeyStore.
TrustStoreCallback() - Constructor for class jakarta.security.auth.message.callback.TrustStoreCallback
 
TryCatchFinally - Interface in jakarta.servlet.jsp.tagext
The auxiliary interface of a Tag, IterationTag or BodyTag tag handler that wants additional hooks for managing resources.
tuple(Selection<?>...) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create a tuple-valued selection item.
Tuple - Interface in jakarta.persistence
Interface for extracting the elements of a query result tuple.
TupleElement<X> - Interface in jakarta.persistence
The TupleElement interface defines an element that is returned in a query result tuple.
TYPE - Static variable in class jakarta.el.ELResolver
The attribute name of the named attribute in the FeatureDescriptor that specifies the runtime type of the variable or property.
type(Type) - Method in interface jakarta.enterprise.inject.spi.configurator.InjectionPointConfigurator
Set the required Type (that will be used during typesafe resolution) of the InjectionPoint to build.
type() - Method in interface jakarta.persistence.criteria.Path
Create an expression corresponding to the type of the path.
Type<X> - Interface in jakarta.persistence.metamodel
Instances of the type Type represent persistent object or attribute types.
type(String) - Method in interface jakarta.ws.rs.core.Link.Builder
Convenience method to set a type on this link.
TYPE - Static variable in class jakarta.ws.rs.core.Link
Type link param from RFC 5988.
type(MediaType) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
Set the message entity media type.
type(String) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
Set the message entity media type.
Type.PersistenceType - Enum in jakarta.persistence.metamodel
 
TYPE_MESSAGE_ID - Static variable in class jakarta.faces.validator.DoubleRangeValidator
The message identifier of the FacesMessage to be created if the current value of this component is not of the correct type.
TYPE_MESSAGE_ID - Static variable in class jakarta.faces.validator.LongRangeValidator
The message identifier of the FacesMessage to be created if the current value of this component is not of the correct type.
TypeConverter - Class in jakarta.el
A convenient class for writing an ELResolver to do custom type conversions.
TypeConverter() - Constructor for class jakarta.el.TypeConverter
 
Typed - Annotation Type in jakarta.enterprise.inject
Restricts the bean types of a bean.
Typed.Literal - Class in jakarta.enterprise.inject
Supports inline instantiation of the Typed annotation.
TypedQuery<X> - Interface in jakarta.persistence
Interface used to control the execution of typed queries.
TypeLiteral<T> - Class in jakarta.enterprise.util
Supports inline instantiation of objects that represent parameterized types with actual type parameters.
TypeLiteral() - Constructor for class jakarta.enterprise.util.TypeLiteral
 
types(Type...) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanAttributesConfigurator
Replace bean types
types(Set<Type>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanAttributesConfigurator
Replace bean types
types(Type...) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
Replace bean types
types(Set<Type>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
Replace bean types

U

UIColumn - Class in jakarta.faces.component
UIColumn is a UIComponent that represents a single column of data within a parent UIData component.
UIColumn() - Constructor for class jakarta.faces.component.UIColumn
Create a new UIColumn instance with default property values.
UICommand - Class in jakarta.faces.component
UICommand is a UIComponent that represents a user interface component which, when activated by the user, triggers an application specific "command" or "action".
UICommand() - Constructor for class jakarta.faces.component.UICommand
Create a new UICommand instance with default property values.
UIComponent - Class in jakarta.faces.component
UIComponent is the base class for all user interface components in Jakarta Server Faces.
UIComponent() - Constructor for class jakarta.faces.component.UIComponent
 
UIComponentBase - Class in jakarta.faces.component
UIComponentBase is a convenience base class that implements the default concrete behavior of all methods defined by UIComponent.
UIComponentBase() - Constructor for class jakarta.faces.component.UIComponentBase
 
UIComponentBodyTag - Class in jakarta.faces.webapp
Deprecated.
All component tags now implement BodyTag. This class has been replaced by UIComponentELTag.
UIComponentBodyTag() - Constructor for class jakarta.faces.webapp.UIComponentBodyTag
Deprecated.
 
UIComponentClassicTagBase - Class in jakarta.faces.webapp
UIComponentTagBase is the base class for all Jakarta Server Pages tags that use the "classic" Jakarta Server Pages tag interface that correspond to a UIComponent instance in the view.
UIComponentClassicTagBase() - Constructor for class jakarta.faces.webapp.UIComponentClassicTagBase
 
UIComponentELTag - Class in jakarta.faces.webapp
UIComponentELTag specializes its superclass to allow for properties that take their values from Jakarta Expression Language expressions.
UIComponentELTag() - Constructor for class jakarta.faces.webapp.UIComponentELTag
 
UIComponentTag - Class in jakarta.faces.webapp
Deprecated.
Use of this class has been replaced with UIComponentELTag, which extends UIComponentClassicTagBase to add properties that use the Jakarta Expression Language API introduced as part of Jakarta Server Pages 2.1.
UIComponentTag() - Constructor for class jakarta.faces.webapp.UIComponentTag
Deprecated.
 
UIComponentTagBase - Class in jakarta.faces.webapp
UIComponentTagBase is the base class for all Jakarta Server Pages tags that correspond to a UIComponent instance in the view.
UIComponentTagBase() - Constructor for class jakarta.faces.webapp.UIComponentTagBase
 
UIData - Class in jakarta.faces.component
UIData is a UIComponent that supports data binding to a collection of data objects represented by a DataModel instance, which is the current value of this component itself (typically established via a ValueExpression).
UIData() - Constructor for class jakarta.faces.component.UIData
Create a new UIData instance with default property values.
UIForm - Class in jakarta.faces.component
UIForm is a UIComponent that represents an input form to be presented to the user, and whose child components represent (among other things) the input fields to be included when the form is submitted.
UIForm() - Constructor for class jakarta.faces.component.UIForm
Create a new UIForm instance with default property values.
UIGraphic - Class in jakarta.faces.component
UIGraphic is a UIComponent that displays a graphical image to the user.
UIGraphic() - Constructor for class jakarta.faces.component.UIGraphic
Create a new UIGraphic instance with default property values.
UIImportConstants - Class in jakarta.faces.component
UIImportConstants() - Constructor for class jakarta.faces.component.UIImportConstants
Create a new UIImportConstants instance with renderer type set to null.
UIInput - Class in jakarta.faces.component
UIInput is a UIComponent that represents a component that both displays output to the user (like UIOutput components do) and processes request parameters on the subsequent request that need to be decoded.
UIInput() - Constructor for class jakarta.faces.component.UIInput
Create a new UIInput instance with default property values.
UIMessage - Class in jakarta.faces.component
This component is responsible for displaying messages for a specific UIComponent, identified by a clientId or component id relative to the closest ancestor NamingContainer.
UIMessage() - Constructor for class jakarta.faces.component.UIMessage
Create a new UIMessage instance with default property values.
UIMessages - Class in jakarta.faces.component
The renderer for this component is responsible for obtaining the messages from the FacesContext and displaying them to the user.
UIMessages() - Constructor for class jakarta.faces.component.UIMessages
Create a new UIMessages instance with default property values.
UINamingContainer - Class in jakarta.faces.component
UINamingContainer is a convenience base class for components that wish to implement NamingContainer functionality.
UINamingContainer() - Constructor for class jakarta.faces.component.UINamingContainer
Create a new UINamingContainer instance with default property values.
UIOutcomeTarget - Class in jakarta.faces.component

This component is paired with the jakarta.faces.Button or jakarta.faces.Link renderers and encapsulates properties relating to the rendering of outcomes directly to the response.

UIOutcomeTarget() - Constructor for class jakarta.faces.component.UIOutcomeTarget
Create a new UIOutcomeTarget instance with default property values.
UIOutput - Class in jakarta.faces.component
UIOutput is a UIComponent that has a value, optionally retrieved from a model tier bean via a value expression, that is displayed to the user.
UIOutput() - Constructor for class jakarta.faces.component.UIOutput
Create a new UIOutput instance with default property values.
UIPanel - Class in jakarta.faces.component
UIPanel is a UIComponent that manages the layout of its child components.
UIPanel() - Constructor for class jakarta.faces.component.UIPanel
Create a new UIPanel instance with default property values.
UIParameter - Class in jakarta.faces.component
UIParameter is a UIComponent that represents an optionally named configuration parameter for a parent component.
UIParameter() - Constructor for class jakarta.faces.component.UIParameter
Create a new UIParameter instance with default property values.
UISelectBoolean - Class in jakarta.faces.component
UISelectBoolean is a UIComponent that represents a single boolean (true or false) value.
UISelectBoolean() - Constructor for class jakarta.faces.component.UISelectBoolean
Create a new UISelectBoolean instance with default property values.
UISelectItem - Class in jakarta.faces.component
UISelectItem is a component that may be nested inside a UISelectMany or UISelectOne component, and causes the addition of a SelectItem instance to the list of available options for the parent component.
UISelectItem() - Constructor for class jakarta.faces.component.UISelectItem
Create a new UISelectItem instance with default property values.
UISelectItems - Class in jakarta.faces.component
UISelectItems is a component that may be nested inside a UISelectMany or UISelectOne component, and causes the addition of one or more SelectItem instances to the list of available options in the parent component.
UISelectItems() - Constructor for class jakarta.faces.component.UISelectItems
Create a new UISelectItems instance with default property values.
UISelectMany - Class in jakarta.faces.component
UISelectMany is a UIComponent that represents the user's choice of a zero or more items from among a discrete set of available options.
UISelectMany() - Constructor for class jakarta.faces.component.UISelectMany
Create a new UISelectMany instance with default property values.
UISelectOne - Class in jakarta.faces.component
UISelectOne is a UIComponent that represents the user's choice of zero or one items from among a discrete set of available options.
UISelectOne() - Constructor for class jakarta.faces.component.UISelectOne
Create a new UISelectOne instance with default property values.
UIViewAction - Class in jakarta.faces.component

UIViewAction represents a method invocation that occurs during the request processing lifecycle, usually in response to an initial request, as opposed to a postback.

UIViewAction() - Constructor for class jakarta.faces.component.UIViewAction
Create a new UIViewAction instance with default property values.
UIViewParameter - Class in jakarta.faces.component

UIViewParameter represents a binding between a request parameter and a model property or UIViewRoot property.

UIViewParameter() - Constructor for class jakarta.faces.component.UIViewParameter
Create a new UIViewParameter instance with default property values.
UIViewParameter.Reference - Class in jakarta.faces.component

Inner class to encapsulate a UIViewParameter instance so that it may be safely referenced regardless of whether or not the current view is the same as the view in which this UIViewParameter resides.

UIViewRoot - Class in jakarta.faces.component
UIViewRoot is the UIComponent that represents the root of the UIComponent tree.
UIViewRoot() - Constructor for class jakarta.faces.component.UIViewRoot
Create a new UIViewRoot instance with default property values.
UIWebsocket - Class in jakarta.faces.component

The <f:websocket> tag opens an one-way (server to client) websocket based push connection in client side which can be reached from server side via PushContext interface injected in any CDI/container managed artifact via @Push annotation.

UIWebsocket() - Constructor for class jakarta.faces.component.UIWebsocket
Create a new UIWebsocket instance with default property values.
UnavailableException - Exception in jakarta.servlet
Defines an exception that a servlet or filter throws to indicate that it is permanently or temporarily unavailable.
UnavailableException(Servlet, String) - Constructor for exception jakarta.servlet.UnavailableException
Deprecated.
As of Java Servlet API 2.2, use UnavailableException.UnavailableException(String) instead.
UnavailableException(int, Servlet, String) - Constructor for exception jakarta.servlet.UnavailableException
Deprecated.
As of Java Servlet API 2.2, use UnavailableException.UnavailableException(String, int) instead.
UnavailableException(String) - Constructor for exception jakarta.servlet.UnavailableException
Constructs a new exception with a descriptive message indicating that the servlet is permanently unavailable.
UnavailableException(String, int) - Constructor for exception jakarta.servlet.UnavailableException
Constructs a new exception with a descriptive message indicating that the servlet is temporarily unavailable and giving an estimate of how long it will be unavailable.
UNBOUNDED_BUFFER - Static variable in class jakarta.servlet.jsp.JspWriter
Constant indicating that the Writer is buffered and is unbounded; this is used in BodyContent.
UnexpectedTypeException - Exception in jakarta.validation
Exception raised in the case that the constraint validator resolution cannot determine a suitable validator for a given type.
UnexpectedTypeException(String) - Constructor for exception jakarta.validation.UnexpectedTypeException
 
UnexpectedTypeException() - Constructor for exception jakarta.validation.UnexpectedTypeException
 
UnexpectedTypeException(String, Throwable) - Constructor for exception jakarta.validation.UnexpectedTypeException
 
UnexpectedTypeException(Throwable) - Constructor for exception jakarta.validation.UnexpectedTypeException
 
UNIQUE_ID_PREFIX - Static variable in class jakarta.faces.component.UIViewRoot
The prefix that will be used for identifiers generated by the createUniqueId() method.
UNIQUE_ID_PREFIX - Static variable in class jakarta.faces.webapp.UIComponentClassicTagBase
Used as the prefix for ids.
UniqueConstraint - Annotation Type in jakarta.persistence
Specifies that a unique constraint is to be included in the generated DDL for a primary or secondary table.
UniqueIdVendor - Interface in jakarta.faces.component

UniqueIdVendor is an interface implemented by UIComponents that also implement NamingContainer so that they can provide unique ids based on their own clientId.

Unmanaged<T> - Class in jakarta.enterprise.inject.spi
Helper class for injecting and calling lifecycle callbacks unmanaged instances for use by framework and library integrators.
Unmanaged(BeanManager, Class<T>) - Constructor for class jakarta.enterprise.inject.spi.Unmanaged
Create an injector for the given class
Unmanaged(Class<T>) - Constructor for class jakarta.enterprise.inject.spi.Unmanaged
Create an injector for the given class, using the current bean manager
Unmanaged.UnmanagedInstance<T> - Class in jakarta.enterprise.inject.spi
Represents a non-contextual instance.
unmarshal(Link.JaxbLink) - Method in class jakarta.ws.rs.core.Link.JaxbAdapter
Convert a Link.JaxbLink into a Link.
unorderedAndMatchingGroups(Class<?>...) - Method in interface jakarta.validation.metadata.ElementDescriptor.ConstraintFinder
Restricts to the constraints matching a given set of groups for this element.
UnproxyableResolutionException - Exception in jakarta.enterprise.inject
Indicates that a contextual reference for a bean with a normal scope and a certain bean type cannot be obtained because the bean type cannot be proxied by the container.
UnproxyableResolutionException() - Constructor for exception jakarta.enterprise.inject.UnproxyableResolutionException
 
UnproxyableResolutionException(String, Throwable) - Constructor for exception jakarta.enterprise.inject.UnproxyableResolutionException
 
UnproxyableResolutionException(String) - Constructor for exception jakarta.enterprise.inject.UnproxyableResolutionException
 
UnproxyableResolutionException(Throwable) - Constructor for exception jakarta.enterprise.inject.UnproxyableResolutionException
 
UnsatisfiedResolutionException - Exception in jakarta.enterprise.inject
Indicates that no bean matches a certain combination of required type and required qualifiers and is eligible for injection into a certain class.
UnsatisfiedResolutionException() - Constructor for exception jakarta.enterprise.inject.UnsatisfiedResolutionException
 
UnsatisfiedResolutionException(String, Throwable) - Constructor for exception jakarta.enterprise.inject.UnsatisfiedResolutionException
 
UnsatisfiedResolutionException(String) - Constructor for exception jakarta.enterprise.inject.UnsatisfiedResolutionException
 
UnsatisfiedResolutionException(Throwable) - Constructor for exception jakarta.enterprise.inject.UnsatisfiedResolutionException
 
unsetEntityContext() - Method in interface jakarta.ejb.EntityBean
Unset the associated entity context.
unsubscribeFromEvent(Class<? extends SystemEvent>, Class<?>, SystemEventListener) - Method in class jakarta.faces.application.Application

Remove the listener instance referenced by argument listener from the application as a listener for events of type systemEventClass that originate from objects of type sourceClass.

unsubscribeFromEvent(Class<? extends SystemEvent>, SystemEventListener) - Method in class jakarta.faces.application.Application

Remove the listener instance referenced by argument listener from the application as a listener for events of type systemEventClass.

unsubscribeFromEvent(Class<? extends SystemEvent>, Class<?>, SystemEventListener) - Method in class jakarta.faces.application.ApplicationWrapper

The default behavior of this method is to call Application.unsubscribeFromEvent(Class, Class, jakarta.faces.event.SystemEventListener) on the wrapped Application object.

unsubscribeFromEvent(Class<? extends SystemEvent>, SystemEventListener) - Method in class jakarta.faces.application.ApplicationWrapper

The default behavior of this method is to call Application.unsubscribeFromEvent(Class, jakarta.faces.event.SystemEventListener) on the wrapped Application object.

unsubscribeFromEvent(Class<? extends SystemEvent>, ComponentSystemEventListener) - Method in class jakarta.faces.component.UIComponent

This implementation throws UnsupportedOperationException and is provided for the sole purpose of not breaking existing applications that extend this class.

unsubscribeFromEvent(Class<? extends SystemEvent>, ComponentSystemEventListener) - Method in class jakarta.faces.component.UIComponentBase

Remove the listener instance referenced by argument componentListener as a listener for events of type eventClass originating from this specific instance of UIComponent.

unsubscribeFromViewEvent(Class<? extends SystemEvent>, SystemEventListener) - Method in class jakarta.faces.component.UIViewRoot

Remove the listener instance referenced by argument listener from the UIViewRoot as a listener for events of type systemEventClass.

UntargetableComponent - Interface in jakarta.faces.component.search
Components implementing this interface are ignored by the algorithm - especially in the implementation of @child(n), @next and @previous.
unwrap(Class<T>) - Method in interface jakarta.persistence.Cache
Return an object of the specified type to allow access to the provider-specific API.
unwrap(Class<T>) - Method in interface jakarta.persistence.EntityManager
Return an object of the specified type to allow access to the provider-specific API.
unwrap(Class<T>) - Method in interface jakarta.persistence.EntityManagerFactory
Return an object of the specified type to allow access to the provider-specific API.
unwrap(Class<T>) - Method in interface jakarta.persistence.Query
Return an object of the specified type to allow access to the provider-specific API.
unwrap(Class<T>) - Method in interface jakarta.validation.ConstraintValidatorContext
Returns an instance of the specified type allowing access to provider-specific APIs.
unwrap(Class<U>) - Method in interface jakarta.validation.ConstraintViolation
Returns an instance of the specified type allowing access to provider-specific APIs.
unwrap(Class<T>) - Method in interface jakarta.validation.MessageInterpolator.Context
Returns an instance of the specified type allowing access to provider-specific APIs.
unwrap(Class<U>) - Method in interface jakarta.validation.metadata.ConstraintDescriptor
Returns an instance of the specified type allowing access to provider-specific APIs.
unwrap(Class<T>) - Method in interface jakarta.validation.Validator
Returns an instance of the specified type allowing access to provider-specific APIs.
unwrap(Class<T>) - Method in interface jakarta.validation.ValidatorFactory
Returns an instance of the specified type allowing access to provider-specific APIs.
UnwrapByDefault - Annotation Type in jakarta.validation.valueextraction
Marks a ValueExtractor definition so that it is applied automatically when detecting constraints declared on the container type supported by the extractor, causing the constraints to be applied to the container's elements instead of the container.
Unwrapping - Interface in jakarta.validation.valueextraction
Set of interfaces used in the payload() of a constraint to indicate if a value should be unwrapped before validation.
Unwrapping.Skip - Interface in jakarta.validation.valueextraction
Skip the unwrapping if it has been enabled on the ValueExtractor by the UnwrapByDefault annotation.
Unwrapping.Unwrap - Interface in jakarta.validation.valueextraction
Unwrap the value before validation.
UPDATE_MESSAGE_ID - Static variable in class jakarta.faces.component.UIInput
The message identifier of the FacesMessage to be created if a model update error occurs, and the thrown exception has no message.
UPDATE_MODEL_VALUES - Static variable in class jakarta.faces.event.PhaseId
Identifier that indicates an interest in events queued for the Update Model Values phase of the request processing lifecycle.
updateAttributes(String, Map<String, String>) - Method in class jakarta.faces.context.PartialResponseWriter

Write an attribute update operation.

updateModel(FacesContext) - Method in class jakarta.faces.component.UIInput
Perform the following algorithm to update the model data associated with this UIInput, if any, as appropriate.
updateModel(FacesContext) - Method in class jakarta.faces.component.UIViewParameter

Call through to superclass UIInput.updateModel(jakarta.faces.context.FacesContext) then take the additional action of pushing the value into request scope if and only if the value is not a value expression, is valid, and the local value was set on this lifecycle execution.

UpdateModelException - Exception in jakarta.faces.component

This exception indicates a failure to update the model and is created to wrap any exception that occurs during UIInput.updateModel(jakarta.faces.context.FacesContext).

UpdateModelException(FacesMessage, Throwable) - Constructor for exception jakarta.faces.component.UpdateModelException

Store the argument facesMessage so it may be returned from UpdateModelException.getFacesMessage() and pass the argument cause to the super constructor.

upgrade(Class<T>) - Method in interface jakarta.servlet.http.HttpServletRequest
Creates an instance of HttpUpgradeHandler for a given class and uses it for the http protocol upgrade processing.
upgrade(Class<T>) - Method in class jakarta.servlet.http.HttpServletRequestWrapper
Create an instance of HttpUpgradeHandler for a given class and uses it for the http protocol upgrade processing.
upper(Expression<String>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create expression for converting a string to uppercase.
UPPER_CAMEL_CASE - Static variable in interface jakarta.json.bind.config.PropertyNamingStrategy
Using this strategy, the first character will be capitalized.
UPPER_CAMEL_CASE_WITH_SPACES - Static variable in interface jakarta.json.bind.config.PropertyNamingStrategy
Using this strategy, the first character will be capitalized and the words will be separated by spaces.
uri - Variable in class jakarta.servlet.jsp.tagext.TagLibraryInfo
The value of the uri attribute from the taglib directive for this library.
uri(URI) - Method in interface jakarta.ws.rs.core.Link.Builder
Set underlying URI template for the link being constructed.
uri(String) - Method in interface jakarta.ws.rs.core.Link.Builder
Set underlying string representing URI template for the link being constructed.
uri(URI) - Method in class jakarta.ws.rs.core.UriBuilder
Copies the non-null components of the supplied URI to the UriBuilder replacing any existing values for those components.
uri(String) - Method in class jakarta.ws.rs.core.UriBuilder
Parses the uriTemplate string and copies the parsed components of the supplied URI to the UriBuilder replacing any existing values for those components.
URI_PREFIX - Static variable in interface jakarta.faces.push.PushContext
The context-relative web socket URI prefix where the endpoint should listen on.
uriBuilder(UriBuilder) - Method in interface jakarta.ws.rs.core.Link.Builder
Set underlying URI builder representing the URI template for the link being constructed.
UriBuilder - Class in jakarta.ws.rs.core
URI template-aware utility class for building URIs from their components.
UriBuilder() - Constructor for class jakarta.ws.rs.core.UriBuilder
Protected constructor, use one of the static fromXxx(...) methods to obtain an instance.
UriBuilderException - Exception in jakarta.ws.rs.core
A runtime exception thrown by UriBuilder.build(Object...) methods when a URI cannot be constructed based on the current state of the builder.
UriBuilderException() - Constructor for exception jakarta.ws.rs.core.UriBuilderException
Creates a new instance of UriBuilderException without detail message.
UriBuilderException(String) - Constructor for exception jakarta.ws.rs.core.UriBuilderException
Constructs an instance of UriBuilderException with the specified detail message.
UriBuilderException(String, Throwable) - Constructor for exception jakarta.ws.rs.core.UriBuilderException
Constructs an instance of UriBuilderException with the specified detail message and cause.
UriBuilderException(Throwable) - Constructor for exception jakarta.ws.rs.core.UriBuilderException
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
UriInfo - Interface in jakarta.ws.rs.core
An injectable interface that provides access to application and request URI information.
urn - Variable in class jakarta.servlet.jsp.tagext.TagLibraryInfo
The "reliable" URN indicated in the TLD.
USER - Static variable in class jakarta.ws.rs.Priorities
User-level filter/interceptor priority.
USER_AGENT - Static variable in interface jakarta.ws.rs.core.HttpHeaders
userAgentNeedsUpdate(FacesContext) - Method in class jakarta.faces.application.Resource

Return true if the user-agent requesting this resource needs an update.

userAgentNeedsUpdate(FacesContext) - Method in class jakarta.faces.application.ResourceWrapper

The default behavior of this method is to call Resource.userAgentNeedsUpdate(jakarta.faces.context.FacesContext) on the wrapped ResourceHandler object.

userInfo(String) - Method in class jakarta.ws.rs.core.UriBuilder
Set the URI user-info.
UsernamePasswordCredential - Class in jakarta.security.enterprise.credential
Represents the credentials typically used by standard caller name/password authentication.
UsernamePasswordCredential(String, String) - Constructor for class jakarta.security.enterprise.credential.UsernamePasswordCredential
Constructor.
UsernamePasswordCredential(String, Password) - Constructor for class jakarta.security.enterprise.credential.UsernamePasswordCredential
Constructor.
UserTransaction - Interface in jakarta.transaction
The UserTransaction interface defines the methods that allow an application to explicitly manage transaction boundaries.
usingContext() - Method in interface jakarta.validation.ValidatorFactory
Defines a new validator context and returns a Validator compliant this new context.

V

Valid - Annotation Type in jakarta.validation
Marks a property, method parameter or method return type for validation cascading.
validate(InjectionPoint) - Method in interface jakarta.enterprise.inject.spi.BeanManager
Validate a certain injection point.
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 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(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(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.tagext.TagLibraryValidator
Validate a JSP page.
validate(T, Class<?>...) - Method in interface jakarta.validation.Validator
Validates all constraints on object.
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
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.
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
ValidateOnExecution - Annotation Type 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.
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 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.
Validation - Class in jakarta.validation
This class is the entry point for Jakarta Bean Validation.
Validation() - Constructor for class jakarta.validation.Validation
 
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.

ValidationException - Exception in jakarta.validation
Base exception of all Jakarta Bean Validation "unexpected" problems.
ValidationException(String) - Constructor for exception jakarta.validation.ValidationException
 
ValidationException() - Constructor for exception jakarta.validation.ValidationException
 
ValidationException(String, Throwable) - Constructor for exception jakarta.validation.ValidationException
 
ValidationException(Throwable) - Constructor for exception jakarta.validation.ValidationException
 
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 - Enum in jakarta.persistence
The validation mode to be used by the provider for the persistence unit.
ValidationProvider<T extends Configuration<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 Bean Validation providers available in the runtime environment
ValidationTarget - Enum 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_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 Server 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.

ValidatorContext - Interface in jakarta.validation
Represents the context that is used to create Validator instances.
ValidatorELTag - Class in jakarta.faces.webapp
ValidatorELTag is a base class for all Jakarta Server Pages custom actions that create and register a Validator instance on the EditableValueHolder associated with our most immediate surrounding instance of a tag whose implementation class is a subclass of UIComponentTag.
ValidatorELTag() - Constructor for class jakarta.faces.webapp.ValidatorELTag
 
ValidatorException - Exception 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 jakarta.faces.validator.ValidatorException
Construct a new exception with the specified message and no root cause.
ValidatorException(Collection<FacesMessage>) - Constructor for exception jakarta.faces.validator.ValidatorException

Allow this one exception to contain multiple messages.

ValidatorException(FacesMessage, Throwable) - Constructor for exception jakarta.faces.validator.ValidatorException
Construct a new exception with the specified detail message and root cause.
ValidatorException(Collection<FacesMessage>, Throwable) - Constructor for exception 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

ValidatorTag - Class in jakarta.faces.webapp
Deprecated.
This has been partially replaced by ValidatorELTag. The remainder of the functionality, namely, the binding facility and the implementation of the ValidatorTag.createValidator() method, is now an implementation detail.
ValidatorTag() - Constructor for class jakarta.faces.webapp.ValidatorTag
Deprecated.
 
value() - Method in class jakarta.enterprise.context.BeforeDestroyed.Literal
 
value() - Method in class jakarta.enterprise.context.Destroyed.Literal
 
value() - Method in class jakarta.enterprise.context.Initialized.Literal
 
value() - Method in class jakarta.enterprise.inject.literal.NamedLiteral
 
value() - Method in class jakarta.enterprise.inject.New.Literal
 
value() - Method in class jakarta.enterprise.inject.Typed.Literal
 
value(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.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(Expression<? extends T>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder.In
Add to list of values to be tested against.
value() - Method in interface jakarta.persistence.criteria.MapJoin
Create a path expression that corresponds to the map value.
value(String, Object) - Method in interface jakarta.validation.valueextraction.ValueExtractor.ValueReceiver
Receives the value extracted from an object.
ValueBinding - Class in jakarta.faces.el
Deprecated.
This has been replaced by ValueExpression.
ValueBinding() - Constructor for class jakarta.faces.el.ValueBinding
Deprecated.
 
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.
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 in jakarta.validation.valueextraction
Raised if the configuration of ValueExtractor is illegal, e.g.
ValueExtractorDeclarationException() - Constructor for exception jakarta.validation.valueextraction.ValueExtractorDeclarationException
 
ValueExtractorDeclarationException(String) - Constructor for exception jakarta.validation.valueextraction.ValueExtractorDeclarationException
 
ValueExtractorDeclarationException(Throwable) - Constructor for exception jakarta.validation.valueextraction.ValueExtractorDeclarationException
 
ValueExtractorDeclarationException(String, Throwable) - Constructor for exception jakarta.validation.valueextraction.ValueExtractorDeclarationException
 
ValueExtractorDefinitionException - Exception in jakarta.validation.valueextraction
Raised if a ValueExtractor definition is illegal, e.g.
ValueExtractorDefinitionException() - Constructor for exception jakarta.validation.valueextraction.ValueExtractorDefinitionException
 
ValueExtractorDefinitionException(String) - Constructor for exception jakarta.validation.valueextraction.ValueExtractorDefinitionException
 
ValueExtractorDefinitionException(Throwable) - Constructor for exception jakarta.validation.valueextraction.ValueExtractorDefinitionException
 
ValueExtractorDefinitionException(String, Throwable) - Constructor for exception 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.

valueOf(String) - Static method in enum jakarta.annotation.Resource.AuthenticationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.ejb.ConcurrencyManagementType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.ejb.LockType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.ejb.TransactionAttributeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.ejb.TransactionManagementType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.enterprise.event.Reception
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.enterprise.event.TransactionPhase
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.enterprise.inject.spi.InterceptionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.enterprise.inject.spi.SessionBeanType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.faces.annotation.FacesConfig.Version
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.faces.application.ProjectStage
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.faces.application.ResourceVisitOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.faces.application.ViewVisitOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.faces.component.behavior.ClientBehaviorHint
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.faces.component.html.HtmlBody.PropertyKeys
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.faces.component.html.HtmlColumn.PropertyKeys
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.faces.component.html.HtmlCommandButton.PropertyKeys
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.faces.component.html.HtmlCommandLink.PropertyKeys
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.faces.component.html.HtmlCommandScript.PropertyKeys
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.faces.component.html.HtmlDataTable.PropertyKeys
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.faces.component.html.HtmlDoctype.PropertyKeys
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.faces.component.html.HtmlForm.PropertyKeys
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.faces.component.html.HtmlGraphicImage.PropertyKeys
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.faces.component.html.HtmlHead.PropertyKeys
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.faces.component.html.HtmlInputFile.PropertyKeys
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.faces.component.html.HtmlInputHidden.PropertyKeys
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.faces.component.html.HtmlInputSecret.PropertyKeys
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.faces.component.html.HtmlInputText.PropertyKeys
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.faces.component.html.HtmlInputTextarea.PropertyKeys
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.faces.component.html.HtmlMessage.PropertyKeys
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.faces.component.html.HtmlMessages.PropertyKeys
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.faces.component.html.HtmlOutcomeTargetButton.PropertyKeys
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.faces.component.html.HtmlOutcomeTargetLink.PropertyKeys
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.faces.component.html.HtmlOutputFormat.PropertyKeys
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.faces.component.html.HtmlOutputLabel.PropertyKeys
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.faces.component.html.HtmlOutputLink.PropertyKeys
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.faces.component.html.HtmlOutputText.PropertyKeys
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.faces.component.html.HtmlPanelGrid.PropertyKeys
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.faces.component.html.HtmlPanelGroup.PropertyKeys
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.faces.component.html.HtmlSelectBooleanCheckbox.PropertyKeys
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.faces.component.html.HtmlSelectManyCheckbox.PropertyKeys
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.faces.component.html.HtmlSelectManyListbox.PropertyKeys
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.faces.component.html.HtmlSelectManyMenu.PropertyKeys
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.faces.component.html.HtmlSelectOneListbox.PropertyKeys
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.faces.component.html.HtmlSelectOneMenu.PropertyKeys
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.faces.component.html.HtmlSelectOneRadio.PropertyKeys
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.faces.component.search.SearchExpressionHint
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.faces.component.visit.VisitHint
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.faces.component.visit.VisitResult
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.json.JsonPatch.Operation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.json.JsonValue.ValueType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.json.stream.JsonParser.Event
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.persistence.AccessType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.persistence.CacheRetrieveMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.persistence.CacheStoreMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.persistence.CascadeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.persistence.ConstraintMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.persistence.criteria.CriteriaBuilder.Trimspec
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.persistence.criteria.JoinType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.persistence.criteria.Predicate.BooleanOperator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.persistence.DiscriminatorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.persistence.EnumType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.persistence.FetchType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.persistence.FlushModeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.persistence.GenerationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.persistence.InheritanceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.persistence.LockModeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.persistence.metamodel.Attribute.PersistentAttributeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.persistence.metamodel.Bindable.BindableType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.persistence.metamodel.PluralAttribute.CollectionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.persistence.metamodel.Type.PersistenceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.persistence.ParameterMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.persistence.PersistenceContextType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.persistence.PessimisticLockScope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.persistence.SharedCacheMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.persistence.spi.LoadState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.persistence.spi.PersistenceUnitTransactionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.persistence.SynchronizationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.persistence.TemporalType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.persistence.ValidationMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.security.enterprise.AuthenticationStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.security.enterprise.identitystore.CredentialValidationResult.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.security.enterprise.identitystore.IdentityStore.ValidationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.security.enterprise.identitystore.LdapIdentityStoreDefinition.LdapSearchScope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.servlet.annotation.ServletSecurity.EmptyRoleSemantic
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.servlet.annotation.ServletSecurity.TransportGuarantee
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.servlet.DispatcherType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.servlet.http.MappingMatch
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.servlet.SessionTrackingMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.transaction.Transactional.TxType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.validation.constraints.Pattern.Flag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.validation.ConstraintTarget
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.validation.constraintvalidation.ValidationTarget
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.validation.ElementKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.validation.executable.ExecutableType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.validation.metadata.MethodType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.validation.metadata.Scope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.validation.metadata.ValidateUnwrappedValue
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.websocket.CloseReason.CloseCodes
Returns the enum constant of this type 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 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 jakarta.ws.rs.core.Response.Status.Family
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.ws.rs.core.Response.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.ws.rs.RuntimeType
Returns the enum constant of this type 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 jakarta.annotation.Resource.AuthenticationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.ejb.ConcurrencyManagementType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.ejb.LockType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.ejb.TransactionAttributeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.ejb.TransactionManagementType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.enterprise.event.Reception
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.enterprise.event.TransactionPhase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.enterprise.inject.spi.InterceptionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.enterprise.inject.spi.SessionBeanType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.faces.annotation.FacesConfig.Version
Returns an array containing the constants of this enum type, in the order they are declared.
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 method in enum jakarta.faces.application.ProjectStage
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.faces.application.ResourceVisitOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.faces.application.ViewVisitOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.faces.component.behavior.ClientBehaviorHint
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.faces.component.html.HtmlBody.PropertyKeys
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.faces.component.html.HtmlColumn.PropertyKeys
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.faces.component.html.HtmlCommandButton.PropertyKeys
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.faces.component.html.HtmlCommandLink.PropertyKeys
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.faces.component.html.HtmlCommandScript.PropertyKeys
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.faces.component.html.HtmlDataTable.PropertyKeys
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.faces.component.html.HtmlDoctype.PropertyKeys
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.faces.component.html.HtmlForm.PropertyKeys
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.faces.component.html.HtmlGraphicImage.PropertyKeys
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.faces.component.html.HtmlHead.PropertyKeys
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.faces.component.html.HtmlInputFile.PropertyKeys
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.faces.component.html.HtmlInputHidden.PropertyKeys
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.faces.component.html.HtmlInputSecret.PropertyKeys
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.faces.component.html.HtmlInputText.PropertyKeys
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.faces.component.html.HtmlInputTextarea.PropertyKeys
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.faces.component.html.HtmlMessage.PropertyKeys
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.faces.component.html.HtmlMessages.PropertyKeys
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.faces.component.html.HtmlOutcomeTargetButton.PropertyKeys
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.faces.component.html.HtmlOutcomeTargetLink.PropertyKeys
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.faces.component.html.HtmlOutputFormat.PropertyKeys
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.faces.component.html.HtmlOutputLabel.PropertyKeys
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.faces.component.html.HtmlOutputLink.PropertyKeys
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.faces.component.html.HtmlOutputText.PropertyKeys
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.faces.component.html.HtmlPanelGrid.PropertyKeys
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.faces.component.html.HtmlPanelGroup.PropertyKeys
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.faces.component.html.HtmlSelectBooleanCheckbox.PropertyKeys
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.faces.component.html.HtmlSelectManyCheckbox.PropertyKeys
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.faces.component.html.HtmlSelectManyListbox.PropertyKeys
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.faces.component.html.HtmlSelectManyMenu.PropertyKeys
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.faces.component.html.HtmlSelectOneListbox.PropertyKeys
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.faces.component.html.HtmlSelectOneMenu.PropertyKeys
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.faces.component.html.HtmlSelectOneRadio.PropertyKeys
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.faces.component.search.SearchExpressionHint
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.faces.component.visit.VisitHint
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.faces.component.visit.VisitResult
Returns an array containing the constants of this enum type, 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 variable in class jakarta.faces.event.PhaseId
List of valid PhaseId instances, in ascending order of their ordinal value.
values() - Static method in enum jakarta.json.JsonPatch.Operation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.json.JsonValue.ValueType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.json.stream.JsonParser.Event
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.persistence.AccessType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.persistence.CacheRetrieveMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.persistence.CacheStoreMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.persistence.CascadeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.persistence.ConstraintMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.persistence.criteria.CriteriaBuilder.Trimspec
Returns an array containing the constants of this enum type, 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 method in enum jakarta.persistence.criteria.JoinType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.persistence.criteria.Predicate.BooleanOperator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.persistence.DiscriminatorType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.persistence.EnumType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.persistence.FetchType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.persistence.FlushModeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.persistence.GenerationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.persistence.InheritanceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.persistence.LockModeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.persistence.metamodel.Attribute.PersistentAttributeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.persistence.metamodel.Bindable.BindableType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.persistence.metamodel.PluralAttribute.CollectionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.persistence.metamodel.Type.PersistenceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.persistence.ParameterMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.persistence.PersistenceContextType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.persistence.PessimisticLockScope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.persistence.SharedCacheMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.persistence.spi.LoadState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.persistence.spi.PersistenceUnitTransactionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.persistence.SynchronizationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.persistence.TemporalType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.persistence.ValidationMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.security.enterprise.AuthenticationStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.security.enterprise.identitystore.CredentialValidationResult.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.security.enterprise.identitystore.IdentityStore.ValidationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.security.enterprise.identitystore.LdapIdentityStoreDefinition.LdapSearchScope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.servlet.annotation.ServletSecurity.EmptyRoleSemantic
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.servlet.annotation.ServletSecurity.TransportGuarantee
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.servlet.DispatcherType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.servlet.http.MappingMatch
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.servlet.SessionTrackingMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.transaction.Transactional.TxType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.validation.constraints.Pattern.Flag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.validation.ConstraintTarget
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.validation.constraintvalidation.ValidationTarget
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.validation.ElementKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.validation.executable.ExecutableType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.validation.metadata.MethodType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.validation.metadata.Scope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.validation.metadata.ValidateUnwrappedValue
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.websocket.CloseReason.CloseCodes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
 
values() - Static method in enum jakarta.ws.rs.core.Response.Status.Family
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.ws.rs.core.Response.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.ws.rs.RuntimeType
Returns an array containing the constants of this enum type, in the order they are declared.
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
 
VariableResolver - Class in jakarta.faces.el
Deprecated.
This has been replaced by ELResolver when operating with a null base argument.
VariableResolver() - Constructor for class jakarta.faces.el.VariableResolver
Deprecated.
 
VariableResolver - Interface in jakarta.servlet.jsp.el
Deprecated.
As of JSP 2.1, replaced by ELResolver
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
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.
Version - Annotation Type in jakarta.persistence
Specifies the version field or property of an entity class that serves as its optimistic lock value.
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 Type 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_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_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_STATE_MARKER - Static variable in class jakarta.faces.context.PartialResponseWriter

Reserved ID value to indicate serialized ViewState.

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.
ViewBuilder - Class in jakarta.faces.flow.builder

Create a view node in the current Flow.

ViewBuilder() - Constructor for class jakarta.faces.flow.builder.ViewBuilder
 
ViewDeclarationLanguage - Class in jakarta.faces.view

The contract that a view declaration language must implement to interact with the Jakarta Server 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.

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 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 in jakarta.faces.application
Implementations must throw this FacesException when attempting to restore the view StateManager.restoreView(jakarta.faces.context.FacesContext, String, String) results in failure on postback.
ViewExpiredException() - Constructor for exception jakarta.faces.application.ViewExpiredException
Construct a new exception with no detail message or root cause.
ViewExpiredException(String) - Constructor for exception jakarta.faces.application.ViewExpiredException
Construct a new exception with the specified view identifier.
ViewExpiredException(String, String) - Constructor for exception jakarta.faces.application.ViewExpiredException
Construct a new exception with the specified detail message and no root cause.
ViewExpiredException(Throwable, String) - Constructor for exception jakarta.faces.application.ViewExpiredException
Construct a new exception with the specified root cause.
ViewExpiredException(String, Throwable, String) - Constructor for exception jakarta.faces.application.ViewExpiredException
Construct a new exception with the specified detail message and root cause.
ViewHandler - Class in jakarta.faces.application
ViewHandler is the pluggablity mechanism for allowing implementations of or applications using the JJakarta Server 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
 
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(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.

ViewHandlerWrapper() - Constructor for class jakarta.faces.application.ViewHandlerWrapper
Deprecated.
Use the other constructor taking the implementation being wrapped.
ViewMap - Annotation Type 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.

ViewMapListener - Interface in jakarta.faces.event

Marker interface for SystemEvents that indicate the view map has been created (PostConstructViewMapEvent, or destroyed (PreDestroyViewMapEvent).

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
 
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
 
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.

ViewScoped - Annotation Type in jakarta.faces.bean
Deprecated.
This has been replaced by jakarta.faces.view.ViewScoped. The functionality of this corresponding annotation is identical to this one, but it is implemented as a CDI custom scope.
ViewScoped - Annotation Type 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.

ViewVisitOption - Enum in jakarta.faces.application

Defines the view traversal options.

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.

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 in jakarta.faces.component.visit

An enum that specifies hints that impact the behavior of a component tree visit.

VisitResult - Enum in jakarta.faces.component.visit
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
 

W

wasCancelCalled() - Method in interface jakarta.ejb.SessionContext
Check whether a client invoked the cancel method on the client Future object corresponding to the currently executing asynchronous business method.
WEBAPP_CONTRACTS_DIRECTORY_PARAM_NAME - Static variable in class jakarta.faces.application.ResourceHandler

If a <context-param> with the param name equal to the value of ResourceHandler.WEBAPP_CONTRACTS_DIRECTORY_PARAM_NAME exists, the runtime must interpret its value as a path, relative to the web app root, where resource library contracts are to be located.

WEBAPP_RESOURCES_DIRECTORY_PARAM_NAME - Static variable in class jakarta.faces.application.ResourceHandler

If a <context-param> with the param name equal to the value of ResourceHandler.WEBAPP_RESOURCES_DIRECTORY_PARAM_NAME exists, the runtime must interpret its value as a path, relative to the web app root, where resources are to be located.

WebApplicationException - Exception in jakarta.ws.rs
Runtime exception for applications.
WebApplicationException() - Constructor for exception jakarta.ws.rs.WebApplicationException
Construct a new instance with a default HTTP status code of 500 and a default message generated from the HTTP status code and the associated HTTP status reason phrase.
WebApplicationException(String) - Constructor for exception jakarta.ws.rs.WebApplicationException
Construct a new instance with the supplied message and a default HTTP status code of 500.
WebApplicationException(Response) - Constructor for exception jakarta.ws.rs.WebApplicationException
Construct a new instance using the supplied response and a default message generated from the response's HTTP status code and the associated HTTP status reason phrase.
WebApplicationException(String, Response) - Constructor for exception jakarta.ws.rs.WebApplicationException
Construct a new instance using the supplied message and response.
WebApplicationException(int) - Constructor for exception jakarta.ws.rs.WebApplicationException
Construct a new instance with the supplied HTTP status code and a default message generated from the HTTP status code and the associated HTTP status reason phrase.
WebApplicationException(String, int) - Constructor for exception jakarta.ws.rs.WebApplicationException
Construct a new instance with a supplied message and HTTP status code.
WebApplicationException(Response.Status) - Constructor for exception jakarta.ws.rs.WebApplicationException
Construct a new instance with the supplied HTTP status and a default message generated from the HTTP status code and the associated HTTP status reason phrase.
WebApplicationException(String, Response.Status) - Constructor for exception jakarta.ws.rs.WebApplicationException
Construct a new instance with the supplied message and HTTP status.
WebApplicationException(Throwable) - Constructor for exception jakarta.ws.rs.WebApplicationException
Construct a new instance with the supplied root cause, default HTTP status code of 500 and a default message generated from the HTTP status code and the associated HTTP status reason phrase.
WebApplicationException(String, Throwable) - Constructor for exception jakarta.ws.rs.WebApplicationException
Construct a new instance with the supplied message, root cause and default HTTP status code of 500.
WebApplicationException(Throwable, Response) - Constructor for exception jakarta.ws.rs.WebApplicationException
Construct a new instance with the supplied root cause, response and a default message generated from the response's HTTP status code and the associated HTTP status reason phrase.
WebApplicationException(String, Throwable, Response) - Constructor for exception jakarta.ws.rs.WebApplicationException
Construct a new instance with the supplied message, root cause and response.
WebApplicationException(Throwable, int) - Constructor for exception jakarta.ws.rs.WebApplicationException
Construct a new instance with the supplied root cause, HTTP status code and a default message generated from the HTTP status code and the associated HTTP status reason phrase.
WebApplicationException(String, Throwable, int) - Constructor for exception jakarta.ws.rs.WebApplicationException
Construct a new instance with the supplied message, root cause and HTTP status code.
WebApplicationException(Throwable, Response.Status) - Constructor for exception jakarta.ws.rs.WebApplicationException
Construct a new instance with the supplied root cause, HTTP status code and a default message generated from the HTTP status code and the associated HTTP status reason phrase.
WebApplicationException(String, Throwable, Response.Status) - Constructor for exception jakarta.ws.rs.WebApplicationException
Construct a new instance with a the supplied message, root cause and HTTP status code.
WebConnection - Interface in jakarta.servlet.http
This interface encapsulates the connection for an upgrade request.
WebFilter - Annotation Type in jakarta.servlet.annotation
Annotation used to declare a servlet filter.
WebInitParam - Annotation Type in jakarta.servlet.annotation
This annotation is used on a Servlet or Filter implementation class to specify an initialization parameter.
WebListener - Annotation Type in jakarta.servlet.annotation
This annotation is used to declare a WebListener.
WebServlet - Annotation Type in jakarta.servlet.annotation
Annotation used to declare a servlet.
WEBSOCKET_ENDPOINT_PORT_PARAM_NAME - Static variable in interface jakarta.faces.push.PushContext
The integer context parameter name to specify the websocket endpoint port when it's different from HTTP port.
WebSocketContainer - Interface in jakarta.websocket
A WebSocketContainer is an implementation provided object that provides applications a view on the container running it.
WebsocketEvent - Class in jakarta.faces.event

This web socket event will be fired when a new <f:websocket> has been @WebsocketEvent.Opened or @WebsocketEvent.Closed.

WebsocketEvent(String, Serializable, CloseReason.CloseCode) - Constructor for class jakarta.faces.event.WebsocketEvent
 
WebsocketEvent.Closed - Annotation Type in jakarta.faces.event

Indicates that a <f:websocket> has closed.

WebsocketEvent.Opened - Annotation Type in jakarta.faces.event

Indicates that a <f:websocket> has opened.

WebTarget - Interface in jakarta.ws.rs.client
A resource target identified by the resource URI.
when(Expression<Boolean>, R) - Method in interface jakarta.persistence.criteria.CriteriaBuilder.Case
Add a when/then clause to the case expression.
when(Expression<Boolean>, Expression<? extends R>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder.Case
Add a when/then clause to the case expression.
when(C, R) - Method in interface jakarta.persistence.criteria.CriteriaBuilder.SimpleCase
Add a when/then clause to the case expression.
when(C, Expression<? extends R>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder.SimpleCase
Add a when/then clause to the case expression.
where(Expression<Boolean>) - Method in interface jakarta.persistence.criteria.AbstractQuery
Modify the query to restrict the query results according to the specified boolean expression.
where(Predicate...) - Method in interface jakarta.persistence.criteria.AbstractQuery
Modify the query to restrict the query results according to the conjunction of the specified restriction predicates.
where(Expression<Boolean>) - Method in interface jakarta.persistence.criteria.CriteriaDelete
Modify the delete query to restrict the target of the deletion according to the specified boolean expression.
where(Predicate...) - Method in interface jakarta.persistence.criteria.CriteriaDelete
Modify the delete query to restrict the target of the deletion according to the conjunction of the specified restriction predicates.
where(Expression<Boolean>) - Method in interface jakarta.persistence.criteria.CriteriaQuery
Modify the query to restrict the query result according to the specified boolean expression.
where(Predicate...) - Method in interface jakarta.persistence.criteria.CriteriaQuery
Modify the query to restrict the query result according to the conjunction of the specified restriction predicates.
where(Expression<Boolean>) - Method in interface jakarta.persistence.criteria.CriteriaUpdate
Modify the update query to restrict the target of the update according to the specified boolean expression.
where(Predicate...) - Method in interface jakarta.persistence.criteria.CriteriaUpdate
Modify the update query to restrict the target of the update according to the conjunction of the specified restriction predicates.
where(Expression<Boolean>) - Method in interface jakarta.persistence.criteria.Subquery
Modify the subquery to restrict the result according to the specified boolean expression.
where(Predicate...) - Method in interface jakarta.persistence.criteria.Subquery
Modify the subquery to restrict the result according to the conjunction of the specified restriction predicates.
WILDCARD - Static variable in class jakarta.ws.rs.core.MediaType
A String constant representing wildcard "*/*" media type .
WILDCARD_TYPE - Static variable in class jakarta.ws.rs.core.MediaType
A MediaType constant representing wildcard "*/*" media type.
willDecode(ByteBuffer) - Method in interface jakarta.websocket.Decoder.Binary
Answer whether the given bytes can be decoded into an object of type T.
willDecode(String) - Method in interface jakarta.websocket.Decoder.Text
Answer whether the given String can be decoded into an object of type T.
withAdapters(JsonbAdapter...) - Method in class jakarta.json.bind.JsonbConfig
Property used to specify custom mapping adapters.
WithAnnotations - Annotation Type in jakarta.enterprise.inject.spi
WithAnnotations may be applied to any portable extension observer method with an event parameter type of ProcessAnnotatedType to filter the events delivered.
withBinaryDataStrategy(String) - Method in class jakarta.json.bind.JsonbConfig
Property used to specify custom binary data strategy.
withCharset(String) - Method in class jakarta.ws.rs.core.MediaType
Create a new MediaType instance with the same type, subtype and parameters copied from the original instance and the supplied "charset" parameter.
withConfig(JsonbConfig) - Method in interface jakarta.json.bind.JsonbBuilder
Set configuration which will be set to the newly created Jsonb instance.
withConfig(Configuration) - Method in class jakarta.ws.rs.client.ClientBuilder
Set the internal configuration state to an externally provided configuration state.
withDateFormat(String, Locale) - Method in class jakarta.json.bind.JsonbConfig
Property used to specify custom date format.
withDeserializers(JsonbDeserializer...) - Method in class jakarta.json.bind.JsonbConfig
Property used to specify custom deserializers.
withEncoding(String) - Method in class jakarta.json.bind.JsonbConfig
The binding operations will default to this property for encoding of JSON data.
withFormatting(Boolean) - Method in class jakarta.json.bind.JsonbConfig
Property used to specify whether or not the serialized JSON data is formatted with linefeeds and indentation.
withLocale(Locale) - Method in class jakarta.json.bind.JsonbConfig
Property used to specify custom locale.
withNullValues(Boolean) - Method in class jakarta.json.bind.JsonbConfig
Property used to specify whether null values should be serialized to JSON document or skipped.
withParams() - Static method in class jakarta.security.enterprise.authentication.mechanism.http.AuthenticationParameters
Creates a new instance of AuthenticationParameters, useful for a fluent/builder style creation of parameters.
withPropertyNamingStrategy(PropertyNamingStrategy) - Method in class jakarta.json.bind.JsonbConfig
Property used to specify custom naming strategy.
withPropertyNamingStrategy(String) - Method in class jakarta.json.bind.JsonbConfig
Property used to specify custom naming strategy.
withPropertyOrderStrategy(String) - Method in class jakarta.json.bind.JsonbConfig
Property used to specify property order strategy.
withPropertyVisibilityStrategy(PropertyVisibilityStrategy) - Method in class jakarta.json.bind.JsonbConfig
Property used to specify custom property visibility strategy.
withProvider(JsonProvider) - Method in interface jakarta.json.bind.JsonbBuilder
Provides a JSON-P provider to be used for all JSON-P related operations.
withRequest(HttpServletRequest) - Method in interface jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContext
Sets the request object.
withRequest(HttpServletRequest) - Method in class jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
 
withSerializers(JsonbSerializer...) - Method in class jakarta.json.bind.JsonbConfig
Property used to specify custom serializers.
withStrictIJSON(Boolean) - Method in class jakarta.json.bind.JsonbConfig
Property used to specify whether strict I-JSON serialization compliance should be enforced.
wrapExpressionFactory(ExpressionFactory) - Method in interface jakarta.enterprise.inject.spi.BeanManager
Returns a wrapper ExpressionFactory that delegates MethodExpression and ValueExpression creation to the given ExpressionFactory.
write(char[], int, int) - Method in class jakarta.faces.context.ResponseWriterWrapper
The default behavior of this method is to call Writer.write(char[], int, int) on the wrapped ResponseWriter object.
write(JsonStructure) - Method in interface jakarta.json.JsonWriter
Writes the specified JSON object or array to the output source.
write(JsonValue) - Method in interface jakarta.json.JsonWriter
Writes the specified JsonValue to the output source.
write(String, JsonValue) - Method in interface jakarta.json.stream.JsonGenerator
Writes a JSON name/value pair in the current object context.
write(String, String) - Method in interface jakarta.json.stream.JsonGenerator
Writes a JSON name/string value pair in the current object context.
write(String, BigInteger) - Method in interface jakarta.json.stream.JsonGenerator
Writes a JSON name/number value pair in the current object context.
write(String, BigDecimal) - Method in interface jakarta.json.stream.JsonGenerator
Writes a JSON name/number value pair in the current object context.
write(String, int) - Method in interface jakarta.json.stream.JsonGenerator
Writes a JSON name/number value pair in the current object context.
write(String, long) - Method in interface jakarta.json.stream.JsonGenerator
Writes a JSON name/number value pair in the current object context.
write(String, double) - Method in interface jakarta.json.stream.JsonGenerator
Writes a JSON name/number value pair in the current object context.
write(String, boolean) - Method in interface jakarta.json.stream.JsonGenerator
Writes a JSON name/boolean value pair in the current object context.
write(JsonValue) - Method in interface jakarta.json.stream.JsonGenerator
Writes the specified value as a JSON value within the current array, field or root context.
write(String) - Method in interface jakarta.json.stream.JsonGenerator
Writes the specified value as a JSON string value within the current array, field or root context.
write(BigDecimal) - Method in interface jakarta.json.stream.JsonGenerator
Writes the specified value as a JSON number value within the current array, field or root context.
write(BigInteger) - Method in interface jakarta.json.stream.JsonGenerator
Writes the specified value as a JSON number value within the current array, field or root context.
write(int) - Method in interface jakarta.json.stream.JsonGenerator
Writes the specified value as a JSON number value within the current array, field or root context.
write(long) - Method in interface jakarta.json.stream.JsonGenerator
Writes the specified value as a JSON number value within the current array, field or root context.
write(double) - Method in interface jakarta.json.stream.JsonGenerator
Writes the specified value as a JSON number value within the current array, field or root context.
write(boolean) - Method in interface jakarta.json.stream.JsonGenerator
Writes a JSON true or false value within the current array, field or root context.
write(String) - Method in interface jakarta.servlet.http.Part
A convenience method to write this uploaded item to disk.
write(OutputStream) - Method in interface jakarta.ws.rs.core.StreamingOutput
Called to write the message body.
writeArray(JsonArray) - Method in interface jakarta.json.JsonWriter
Writes the specified JSON array to the output source.
writeAttribute(String, Object, String) - Method in class jakarta.faces.context.ResponseWriter
Write an attribute name and corresponding value, after converting that text to a String (if necessary), and after performing any escaping appropriate for the markup language being rendered.
writeAttribute(String, Object, String) - Method in class jakarta.faces.context.ResponseWriterWrapper
The default behavior of this method is to call ResponseWriter.writeAttribute(String, Object, String) on the wrapped ResponseWriter object.
writeComment(Object) - Method in class jakarta.faces.context.ResponseWriter
Write a comment containing the specified text, after converting that text to a String (if necessary), and after performing any escaping appropriate for the markup language being rendered.
writeComment(Object) - Method in class jakarta.faces.context.ResponseWriterWrapper
The default behavior of this method is to call ResponseWriter.writeComment(Object) on the wrapped ResponseWriter object.
writeDoctype(String) - Method in class jakarta.faces.context.ResponseWriter

Write a string containing the markup specific doctype.

writeDoctype(String) - Method in class jakarta.faces.context.ResponseWriterWrapper
The default behavior of this method is to call ResponseWriter.writeDoctype(java.lang.String) on the wrapped ResponseWriter object.
writeEJBHome(EJBHome, ObjectOutputStream) - Method in interface jakarta.ejb.spi.HandleDelegate
Serialize the EJBHome reference corresponding to a HomeHandle.
writeEJBObject(EJBObject, ObjectOutputStream) - Method in interface jakarta.ejb.spi.HandleDelegate
Serialize the EJBObject reference corresponding to a Handle.
writeEnd() - Method in interface jakarta.json.stream.JsonGenerator
Writes the end of the current context.
writeKey(String) - Method in interface jakarta.json.stream.JsonGenerator
Writes the JSON name with a colon.
WriteListener - Interface in jakarta.servlet
Callback notification mechanism that signals to the developer it's possible to write content without blocking.
writeNull(String) - Method in interface jakarta.json.stream.JsonGenerator
Writes a JSON name/null value pair in an current object context.
writeNull() - Method in interface jakarta.json.stream.JsonGenerator
Writes a JSON null value within the current array, field or root context.
writeObject(JsonObject) - Method in interface jakarta.json.JsonWriter
Writes the specified JSON object to the output source.
writeOut(Writer) - Method in class jakarta.servlet.jsp.tagext.BodyContent
Write the contents of this BodyContent into a Writer.
writePreamble(String) - Method in class jakarta.faces.context.ResponseWriter

Write a string containing the markup specific preamble.

writePreamble(String) - Method in class jakarta.faces.context.ResponseWriterWrapper
The default behavior of this method is to call ResponseWriter.writePreamble(java.lang.String) on the wrapped ResponseWriter object.
WriterInterceptor - Interface in jakarta.ws.rs.ext
WriterInterceptorContext - Interface in jakarta.ws.rs.ext
writeStartArray() - Method in interface jakarta.json.stream.JsonGenerator
Writes the JSON start array character.
writeStartArray(String) - Method in interface jakarta.json.stream.JsonGenerator
Writes the JSON name/start array character pair with in the current object context.
writeStartObject() - Method in interface jakarta.json.stream.JsonGenerator
Writes the JSON start object character.
writeStartObject(String) - Method in interface jakarta.json.stream.JsonGenerator
Writes the JSON name/start object character pair in the current object context.
writeState(FacesContext, Object) - Method in class jakarta.faces.application.StateManager
Save the state represented in the specified state Object instance, in an implementation dependent manner.
writeState(FacesContext, StateManager.SerializedView) - Method in class jakarta.faces.application.StateManager
Deprecated.
This method has been replaced by StateManager.writeState(jakarta.faces.context.FacesContext,java.lang.Object). The default implementation calls the non-deprecated variant of the method passing an Object [] as the second argument, where the first element of the array is the return from getStructure() and the second is the return from getState() on the argument state.
writeState(FacesContext, Object) - Method in class jakarta.faces.application.StateManagerWrapper
The default behavior of this method is to call StateManager.writeState(jakarta.faces.context.FacesContext, java.lang.Object) on the wrapped StateManager object.
writeState(FacesContext, StateManager.SerializedView) - Method in class jakarta.faces.application.StateManagerWrapper
writeState(FacesContext) - Method in class jakarta.faces.application.ViewHandler
Take any appropriate action to either immediately write out the current state information (by calling StateManager.writeState(jakarta.faces.context.FacesContext, java.lang.Object), or noting where state information should later be written.
writeState(FacesContext) - Method in class jakarta.faces.application.ViewHandlerWrapper
The default behavior of this method is to call ViewHandler.writeState(jakarta.faces.context.FacesContext) on the wrapped ViewHandler object.
writeState(FacesContext, Object) - Method in class jakarta.faces.render.ResponseStateManager
Take the argument state and write it into the output using the current ResponseWriter, which must be correctly positioned already.
writeState(FacesContext, StateManager.SerializedView) - Method in class jakarta.faces.render.ResponseStateManager
Deprecated.
This method has been replaced by ResponseStateManager.writeState(jakarta.faces.context.FacesContext,java.lang.Object). The default implementation creates a two element Object array with the first element being the return from calling StateManager.SerializedView.getStructure(), and the second being the return from StateManager.SerializedView.getState(). It then passes this Object array to ResponseStateManager.writeState(jakarta.faces.context.FacesContext, java.lang.Object).
writeText(Object, String) - Method in class jakarta.faces.context.ResponseWriter
Write an object, after converting it to a String (if necessary), and after performing any escaping appropriate for the markup language being rendered.
writeText(Object, UIComponent, String) - Method in class jakarta.faces.context.ResponseWriter
Write an object, after converting it to a String (if necessary), and after performing any escaping appropriate for the markup language being rendered.
writeText(char[], int, int) - Method in class jakarta.faces.context.ResponseWriter
Write text from a character array, after any performing any escaping appropriate for the markup language being rendered.
writeText(Object, String) - Method in class jakarta.faces.context.ResponseWriterWrapper
The default behavior of this method is to call ResponseWriter.writeText(Object, String) on the wrapped ResponseWriter object.
writeText(Object, UIComponent, String) - Method in class jakarta.faces.context.ResponseWriterWrapper
The default behavior of this method is to call ResponseWriter.writeText(Object, UIComponent, String) on the wrapped ResponseWriter object.
writeText(char[], int, int) - Method in class jakarta.faces.context.ResponseWriterWrapper
The default behavior of this method is to call ResponseWriter.writeText(char[], int, int) on the wrapped ResponseWriter object.
writeTo(T, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in interface jakarta.ws.rs.ext.MessageBodyWriter
Write a type to an HTTP message.
writeURIAttribute(String, Object, String) - Method in class jakarta.faces.context.ResponseWriter
Write a URI attribute name and corresponding value, after converting that text to a String (if necessary), and after performing any encoding or escaping appropriate to the markup language being rendered.
writeURIAttribute(String, Object, String) - Method in class jakarta.faces.context.ResponseWriterWrapper
The default behavior of this method is to call ResponseWriter.writeURIAttribute(String, Object, String) on the wrapped ResponseWriter object.
WWW_AUTHENTICATE - Static variable in interface jakarta.ws.rs.core.HttpHeaders

X

xhtml(T) - Static method in class jakarta.ws.rs.client.Entity
Create an "application/xhtml+xml" entity.
xml(T) - Static method in class jakarta.ws.rs.client.Entity
Create an "application/xml" entity.

Y

year(String) - Method in class jakarta.ejb.ScheduleExpression
Set the year attribute.
year(int) - Method in class jakarta.ejb.ScheduleExpression
Set the year attribute.

_

_jspService(HttpServletRequest, HttpServletResponse) - Method in interface jakarta.servlet.jsp.HttpJspPage
The _jspService()method corresponds to the body of the JSP page.
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 _ 
Skip navigation links

Jakarta EE Web Profile API v9.1.0

Copyright © 2018,2020 Eclipse Foundation.
Use is subject to license terms.