- 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
-
- 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
-
- 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
ActionEvent
s, 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
-
- 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
-
- add(BigDecimal) - Method in interface jakarta.json.JsonArrayBuilder
-
- add(BigInteger) - Method in interface jakarta.json.JsonArrayBuilder
-
- add(int) - Method in interface jakarta.json.JsonArrayBuilder
-
- add(long) - Method in interface jakarta.json.JsonArrayBuilder
-
- add(double) - Method in interface jakarta.json.JsonArrayBuilder
-
- add(boolean) - Method in interface jakarta.json.JsonArrayBuilder
-
- 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
-
- 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
-
- addActionListener(ActionListener) - Method in class jakarta.faces.component.UICommand
-
- addActionListener(ActionListener) - Method in class jakarta.faces.component.UIViewAction
-
- addAjaxBehaviorListener(AjaxBehaviorListener) - Method in class jakarta.faces.component.behavior.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
-
- 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
-
- 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
-
- addBeanNode() - Method in interface jakarta.validation.ConstraintValidatorContext.ConstraintViolationBuilder.ContainerElementNodeBuilderCustomizableContext
-
- addBeanNode() - Method in interface jakarta.validation.ConstraintValidatorContext.ConstraintViolationBuilder.ContainerElementNodeBuilderDefinedContext
-
- addBeanNode() - Method in interface jakarta.validation.ConstraintValidatorContext.ConstraintViolationBuilder.ContainerElementNodeContextBuilder
-
- addBeanNode() - Method in interface jakarta.validation.ConstraintValidatorContext.ConstraintViolationBuilder.NodeBuilderCustomizableContext
-
- addBeanNode() - Method in interface jakarta.validation.ConstraintValidatorContext.ConstraintViolationBuilder.NodeBuilderDefinedContext
-
- addBeanNode() - Method in interface jakarta.validation.ConstraintValidatorContext.ConstraintViolationBuilder.NodeContextBuilder
-
- 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
-
- 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
UIComponentTag
s 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
-
- addClientBehaviorRenderer(String, ClientBehaviorRenderer) - Method in class jakarta.faces.render.RenderKitWrapper
-
- 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
-
- 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
-
- addContainerElementNode(String, Class<?>, Integer) - Method in interface jakarta.validation.ConstraintValidatorContext.ConstraintViolationBuilder.ContainerElementNodeBuilderCustomizableContext
-
- addContainerElementNode(String, Class<?>, Integer) - Method in interface jakarta.validation.ConstraintValidatorContext.ConstraintViolationBuilder.ContainerElementNodeBuilderDefinedContext
-
- addContainerElementNode(String, Class<?>, Integer) - Method in interface jakarta.validation.ConstraintValidatorContext.ConstraintViolationBuilder.ContainerElementNodeContextBuilder
-
- addContainerElementNode(String, Class<?>, Integer) - Method in interface jakarta.validation.ConstraintValidatorContext.ConstraintViolationBuilder.NodeBuilderCustomizableContext
-
- addContainerElementNode(String, Class<?>, Integer) - Method in interface jakarta.validation.ConstraintValidatorContext.ConstraintViolationBuilder.NodeBuilderDefinedContext
-
- addContainerElementNode(String, Class<?>, Integer) - Method in interface jakarta.validation.ConstraintValidatorContext.ConstraintViolationBuilder.NodeContextBuilder
-
- 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
-
- addConverter(Class<?>, String) - Method in class jakarta.faces.application.ApplicationWrapper
-
- 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
-
- 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
-
- 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
-
- addELContextListener(ELContextListener) - Method in interface jakarta.servlet.jsp.JspApplicationContext
-
Registers a ELContextListener
s 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
-
- 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
UIComponentTag
s 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 Flow
s 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
-
- addListener(AsyncListener, ServletRequest, ServletResponse) - Method in interface jakarta.servlet.AsyncContext
-
- 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
-
- 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
-
- addNull(int) - Method in interface jakarta.json.JsonArrayBuilder
-
- 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
-
- addObserverMethod() - Method in interface jakarta.enterprise.inject.spi.AfterBeanDiscovery
-
- 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
-
- addPhaseListener(PhaseListener) - Method in class jakarta.faces.component.UIViewRoot
-
Add the argument
newPhaseListener
to the list of
PhaseListener
s 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
-
- addPropertyNode(String) - Method in interface jakarta.validation.ConstraintValidatorContext.ConstraintViolationBuilder.ContainerElementNodeBuilderCustomizableContext
-
- addPropertyNode(String) - Method in interface jakarta.validation.ConstraintValidatorContext.ConstraintViolationBuilder.ContainerElementNodeBuilderDefinedContext
-
- addPropertyNode(String) - Method in interface jakarta.validation.ConstraintValidatorContext.ConstraintViolationBuilder.ContainerElementNodeContextBuilder
-
- addPropertyNode(String) - Method in interface jakarta.validation.ConstraintValidatorContext.ConstraintViolationBuilder.NodeBuilderCustomizableContext
-
- addPropertyNode(String) - Method in interface jakarta.validation.ConstraintValidatorContext.ConstraintViolationBuilder.NodeBuilderDefinedContext
-
- addPropertyNode(String) - Method in interface jakarta.validation.ConstraintValidatorContext.ConstraintViolationBuilder.NodeContextBuilder
-
- 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
-
- 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
Renderer
s 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- addValueChangeListener(ValueChangeListener) - Method in interface jakarta.faces.component.EditableValueHolder
-
- addValueChangeListener(ValueChangeListener) - Method in class jakarta.faces.component.UIInput
-
- 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
-
- 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
BehaviorEvent
s.
- 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
-
- 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
-
- AnnotatedField<X> - Interface in jakarta.enterprise.inject.spi
-
Represents a field of a Java class.
- AnnotatedFieldConfigurator<T> - Interface in jakarta.enterprise.inject.spi.configurator
-
- 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
-
- 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
-
- AnnotatedType<X> - Interface in jakarta.enterprise.inject.spi
-
Represents a Java class or interface.
- AnnotatedTypeConfigurator<T> - Interface in jakarta.enterprise.inject.spi.configurator
-
- 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
-
- APPLICATION_FACTORY - Static variable in class jakarta.faces.FactoryFinder
-
- 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
-
- 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
-
- APPLICATION_JSON_TYPE - Static variable in class jakarta.ws.rs.core.MediaType
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- ApplicationScoped.Literal - Class in jakarta.enterprise.context
-
- 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
-
- 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
-
- 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
-
- ArrayDataModel(E[]) - Constructor for class jakarta.faces.model.ArrayDataModel
-
- 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
-
- ASYNC_MAPPING - Static variable in interface jakarta.servlet.AsyncContext
-
- ASYNC_PATH_INFO - Static variable in interface jakarta.servlet.AsyncContext
-
- ASYNC_QUERY_STRING - Static variable in interface jakarta.servlet.AsyncContext
-
- ASYNC_REQUEST_URI - Static variable in interface jakarta.servlet.AsyncContext
-
- ASYNC_SERVLET_PATH - Static variable in interface jakarta.servlet.AsyncContext
-
- 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
-
- 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
-
- 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
-
- 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.
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- clearInitialState() - Method in class jakarta.faces.component.UIComponentBase
-
- 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
-
- 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 Behavior
s 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() - 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
-
- 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
-
- ClientWindowWrapper() - Constructor for class jakarta.faces.lifecycle.ClientWindowWrapper
-
- 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
-
- 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
-
- 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
-
- 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
-
- CollectionDataModel(Collection<E>) - Constructor for class jakarta.faces.model.CollectionDataModel
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- ComponentNotFoundException - Exception in jakarta.faces.component.search
-
- 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(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 ELResolver
s.
- 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 NavigationCase
s that make up the rule-base for
navigation.
- ConfigurableNavigationHandler() - Constructor for class jakarta.faces.application.ConfigurableNavigationHandler
-
- ConfigurableNavigationHandlerWrapper - Class in jakarta.faces.application
-
- ConfigurableNavigationHandlerWrapper() - Constructor for class jakarta.faces.application.ConfigurableNavigationHandlerWrapper
-
- 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
-
- 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
-
- configure() - Method in interface jakarta.enterprise.inject.spi.InterceptionFactory
-
- configure() - Method in interface jakarta.validation.bootstrap.GenericBootstrap
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- containsKey(Object) - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
-
- containsValue(Object) - Method in class jakarta.faces.context.FlashWrapper
-
- 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
-
- 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
-
- 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
-
- ConverterHandler(ConverterConfig) - Constructor for class jakarta.faces.view.facelets.ConverterHandler
-
- ConverterTag - Class in jakarta.faces.webapp
-
- 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(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
-
- 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
-
- createBean(BeanAttributes<T>, Class<X>, ProducerFactory<X>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
-
- createBeanAttributes(AnnotatedType<T>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
-
- createBeanAttributes(AnnotatedMember<?>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
-
- 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
-
- createBehaviorHandlerDelegate(BehaviorHandler) - Method in class jakarta.faces.view.facelets.TagHandlerDelegateFactory
-
- createBuilderFactory(Map<String, ?>) - Static method in class jakarta.json.Json
-
- createBuilderFactory(Map<String, ?>) - Method in class jakarta.json.spi.JsonProvider
-
- 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
-
- createComponent(ValueExpression, FacesContext, String, String) - Method in class jakarta.faces.application.Application
-
- createComponent(FacesContext, String, String) - Method in class jakarta.faces.application.Application
-
- createComponent(FacesContext, Resource) - Method in class jakarta.faces.application.Application
-
- createComponent(String) - Method in class jakarta.faces.application.ApplicationWrapper
-
- createComponent(ValueBinding, FacesContext, String) - Method in class jakarta.faces.application.ApplicationWrapper
-
- 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
-
- createComponent(FacesContext, Resource) - Method in class jakarta.faces.application.ApplicationWrapper
-
- 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
-
- 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
-
- 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
-
- createConverter(Class<?>) - Method in class jakarta.faces.application.ApplicationWrapper
-
- createConverter() - Method in class jakarta.faces.webapp.ConverterELTag
-
- createConverter() - Method in class jakarta.faces.webapp.ConverterTag
-
Deprecated.
- createConverterHandlerDelegate(ConverterHandler) - Method in class jakarta.faces.view.facelets.TagHandlerDelegateFactory
-
- createCreationalContext(Contextual<T>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
-
- 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
-
- 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
-
- 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
-
- createHeaderDelegate(Class<T>) - Method in class jakarta.ws.rs.ext.RuntimeDelegate
-
- createInjectionPoint(AnnotatedField<?>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
-
- createInjectionPoint(AnnotatedParameter<?>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
-
- createInjectionTarget(AnnotatedType<T>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
-
- 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
-
- 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
-
- createListener(Class<T>) - Method in interface jakarta.servlet.AsyncContext
-
- 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
JsonValue
s
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
JsonValue
s
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
-
- 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
-
- createMethodExpression(ELContext, String, Class<?>, Class<?>[]) - Method in class jakarta.el.ExpressionFactory
-
- 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
-
- createResource(String, String) - Method in class jakarta.faces.application.ResourceHandlerWrapper
-
- createResource(String, String, String) - Method in class jakarta.faces.application.ResourceHandlerWrapper
-
- 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
-
- createResponseBuilder() - Method in class jakarta.ws.rs.ext.RuntimeDelegate
-
- 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
-
- 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
-
- createSearchExpressionContext(FacesContext, UIComponent) - Static method in class jakarta.faces.component.search.SearchExpressionContext
-
- createSearchExpressionContext(FacesContext, UIComponent, Set<SearchExpressionHint>, Set<VisitHint>) - Static method in class jakarta.faces.component.search.SearchExpressionContext
-
- 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
-
- 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
-
- createValidator() - Method in class jakarta.faces.webapp.ValidatorELTag
-
- createValidator() - Method in class jakarta.faces.webapp.ValidatorTag
-
Deprecated.
- createValidatorHandlerDelegate(ValidatorHandler) - Method in class jakarta.faces.view.facelets.TagHandlerDelegateFactory
-
- 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
-
- createValueExpression(ELContext, String, Class<?>) - Method in class jakarta.el.ExpressionFactory
-
- 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
-
- 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
-
- 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
-
- createVisitContext(FacesContext, Collection<String>, Set<VisitHint>) - Static method in class jakarta.faces.component.visit.VisitContext
-
- createVisitContext(FacesContext) - Static method in class jakarta.faces.component.visit.VisitContext
-
- 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
-
- 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
DataModelEvent
s
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(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 actionListener
s that may be associated with this instance.
- decode(FacesContext) - Method in class jakarta.faces.component.UIViewParameter
-
- 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(FacesContext, UIComponent) - Method in class jakarta.faces.render.Renderer
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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.