A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AbortedException - Exception in jakarta.enterprise.concurrent
-
Exception indicating that the result of a task cannot be retrieved because the task failed to run for some reason other than being cancelled.
- AbortedException() - Constructor for exception jakarta.enterprise.concurrent.AbortedException
-
Constructs an AbortedException with
null
as its detail message. - AbortedException(String) - Constructor for exception jakarta.enterprise.concurrent.AbortedException
-
Constructs an AbortedException exception with the specified detail message.
- AbortedException(String, Throwable) - Constructor for exception jakarta.enterprise.concurrent.AbortedException
-
Constructs an AbortedException exception with the specified detail message and cause.
- AbortedException(Throwable) - Constructor for exception jakarta.enterprise.concurrent.AbortedException
-
Constructs an AbortedException exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
- 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(String, Throwable) - Constructor for exception jakarta.faces.event.AbortProcessingException
-
Construct a new exception with the specified detail message and root cause.
- AbortProcessingException(Throwable) - Constructor for exception jakarta.faces.event.AbortProcessingException
-
Construct a new exception with the specified 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
implementations that can be meaningfully cleared.Credential
- AbstractClearableCredential() - Constructor for class jakarta.security.enterprise.credential.AbstractClearableCredential
- AbstractCookieBuilder(String) - Constructor for class jakarta.ws.rs.core.Cookie.AbstractCookieBuilder
-
Create a new instance.
- AbstractMultivaluedMap<K,V> - Class in jakarta.ws.rs.core
-
Abstract skeleton implementation of a
MultivaluedMap
that is backed by a [key, multi-value] store represented as aMap<K, List<V>>
. - AbstractMultivaluedMap(Map<K, List<V>>) - Constructor for class jakarta.ws.rs.core.AbstractMultivaluedMap
-
Initialize the backing store in the abstract parent multivalued map implementation.
- AbstractNewCookieBuilder(Cookie) - Constructor for class jakarta.ws.rs.core.NewCookie.AbstractNewCookieBuilder
-
Create a new instance supplementing the information in the supplied cookie.
- AbstractNewCookieBuilder(String) - Constructor for class jakarta.ws.rs.core.NewCookie.AbstractNewCookieBuilder
-
Create a new instance.
- AbstractQuery<T> - Interface in jakarta.persistence.criteria
-
The
AbstractQuery
interface defines functionality that is common to both top-level queries and subqueries. - accept - jakarta.faces.component.html.HtmlForm.PropertyKeys
- accept - jakarta.faces.component.html.HtmlInputFile.PropertyKeys
- accept(EventContext<T>) - Method in interface jakarta.enterprise.inject.spi.configurator.ObserverMethodConfigurator.EventConsumer
- accept(MediaType...) - Method in interface jakarta.ws.rs.client.Invocation.Builder
-
Add the accepted response media types.
- accept(String...) - Method in interface jakarta.ws.rs.client.Invocation.Builder
-
Add the accepted response media types.
- ACCEPT - jakarta.faces.component.visit.VisitResult
-
This result indicates that the tree visit should descend into current component's subtree.
- 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
- acceptcharset - jakarta.faces.component.html.HtmlForm.PropertyKeys
- 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.
- ACCEPTED - jakarta.ws.rs.core.Response.Status
-
202 Accepted, see HTTP/1.1 documentation.
- acceptEncoding(String...) - Method in interface jakarta.ws.rs.client.Invocation.Builder
-
Add acceptable encodings.
- acceptLanguage(String...) - Method in interface jakarta.ws.rs.client.Invocation.Builder
-
Add acceptable languages.
- acceptLanguage(Locale...) - 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.
- ACCESS_TOKEN - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
- ACCESS_TOKEN_HASH - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
- accesskey - jakarta.faces.component.html.HtmlCommandButton.PropertyKeys
- accesskey - jakarta.faces.component.html.HtmlCommandLink.PropertyKeys
- accesskey - jakarta.faces.component.html.HtmlInputFile.PropertyKeys
- accesskey - jakarta.faces.component.html.HtmlInputSecret.PropertyKeys
- accesskey - jakarta.faces.component.html.HtmlInputText.PropertyKeys
- accesskey - jakarta.faces.component.html.HtmlInputTextarea.PropertyKeys
- accesskey - jakarta.faces.component.html.HtmlOutcomeTargetButton.PropertyKeys
- accesskey - jakarta.faces.component.html.HtmlOutcomeTargetLink.PropertyKeys
- accesskey - jakarta.faces.component.html.HtmlOutputLabel.PropertyKeys
- accesskey - jakarta.faces.component.html.HtmlOutputLink.PropertyKeys
- accesskey - jakarta.faces.component.html.HtmlSelectBooleanCheckbox.PropertyKeys
- accesskey - jakarta.faces.component.html.HtmlSelectManyCheckbox.PropertyKeys
- accesskey - jakarta.faces.component.html.HtmlSelectManyListbox.PropertyKeys
- accesskey - jakarta.faces.component.html.HtmlSelectManyMenu.PropertyKeys
- accesskey - jakarta.faces.component.html.HtmlSelectOneListbox.PropertyKeys
- accesskey - jakarta.faces.component.html.HtmlSelectOneMenu.PropertyKeys
- accesskey - jakarta.faces.component.html.HtmlSelectOneRadio.PropertyKeys
- 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.
- accessor() - Method in interface jakarta.enterprise.lang.model.declarations.RecordComponentInfo
-
Returns the accessor method corresponding to this record component.
- 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.
- AccessToken - Interface in jakarta.security.enterprise.identitystore.openid
-
The Access Token is used by an application to access protected resources.
- AccessToken.Type - Enum in jakarta.security.enterprise.identitystore.openid
- accessTokenExpiry() - Method in annotation type jakarta.security.enterprise.authentication.mechanism.http.openid.LogoutDefinition
-
Session timeout on the expiry of Access Token.
- accessTokenExpiryExpression() - Method in annotation type jakarta.security.enterprise.authentication.mechanism.http.openid.LogoutDefinition
-
Allow the session timeout definition using a Jakarta Expression Language expression.
- 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. - ACR_VALUES - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
- ActionEvent - Class in jakarta.faces.event
-
An
ActionEvent
represents the activation of a user interface component (such as aUICommand
). - ActionEvent(UIComponent) - Constructor for class jakarta.faces.event.ActionEvent
-
Construct a new event object from the specified source component and action command.
- ActionEvent(FacesContext, UIComponent) - Constructor for class jakarta.faces.event.ActionEvent
-
Construct a new event object from the Faces context, specified source component and action command.
- ActionListener - Interface in jakarta.faces.event
-
A listener interface for receiving
ActionEvent
s. - 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 existingActionListener
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 ofActionEvent
s, including the ability to invoke application actions via the defaultActionListener
mechanism. - ActionSource2 - Interface in jakarta.faces.component
-
ActionSource2 extends
ActionSource
and provides a JavaBeans "action
" property. - ActionSource2AttachedObjectHandler - Interface in jakarta.faces.view
-
A VDL handler that exposes
ActionListener
to a page author. - ActionSource2AttachedObjectTarget - Interface in jakarta.faces.view
-
A marker interface for VDL tags that represent
<composite:actionSource/>
for use by the composite component page author. - activate() - Method in interface jakarta.enterprise.context.control.RequestContextController
-
Activates a RequestContext for the current thread if one is not already active.
- ActivateRequestContext - Annotation Type in jakarta.enterprise.context.control
-
The container provides a built in interceptor that may be used to annotate classes and methods to indicate that a request context should be activated when this method is invoked.
- activationConfig() - Method in annotation type jakarta.ejb.MessageDriven
-
Activation config properties.
- 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() - 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.
- add(boolean) - Method in interface jakarta.json.JsonArrayBuilder
-
Adds a
JsonValue.TRUE
orJsonValue.FALSE
value to the array. - add(double) - Method in interface jakarta.json.JsonArrayBuilder
-
Adds a value to the array as a
JsonNumber
. - add(int) - Method in interface jakarta.json.JsonArrayBuilder
-
Adds a value to the array as a
JsonNumber
. - add(int, boolean) - Method in interface jakarta.json.JsonArrayBuilder
-
Adds a
JsonValue.TRUE
orJsonValue.FALSE
value to the array 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, 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, JsonArrayBuilder) - Method in interface jakarta.json.JsonArrayBuilder
-
Adds a
JsonArray
from an array builder to the array at the specified position. - add(int, JsonObjectBuilder) - Method in interface jakarta.json.JsonArrayBuilder
-
Adds a
JsonObject
from an object builder to the array at the specified position. - add(int, 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(long) - Method in interface jakarta.json.JsonArrayBuilder
-
Adds a value to the array as a
JsonNumber
. - add(ELResolver) - Method in class jakarta.el.CompositeELResolver
-
Adds the given resolver to the list of component resolvers.
- add(Metadata) - Method in class jakarta.faces.view.facelets.MetaRuleset
-
Add another
Metadata
to this ruleset, returningthis
. - add(JsonArrayBuilder) - Method in interface jakarta.json.JsonArrayBuilder
-
Adds a
JsonArray
from an array builder to the array. - add(JsonObjectBuilder) - Method in interface jakarta.json.JsonArrayBuilder
-
Adds a
JsonObject
from an object builder to the array. - add(JsonValue) - Method in interface jakarta.json.JsonArrayBuilder
-
Adds a value to the array.
- add(Serializable, Object) - Method in interface jakarta.faces.component.StateHelper
-
Store the specified
value
in aList
that is internal to theStateHelper
. - 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(String) - Method in interface jakarta.enterprise.inject.build.compatible.spi.ScannedClasses
-
Adds a class with given name to the set of types discovered during type discovery.
- add(String) - Method in interface jakarta.json.JsonArrayBuilder
-
Adds a value to the array as a
JsonString
. - 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, boolean) - Method in interface jakarta.json.JsonPatchBuilder
-
Adds an "add" JSON Patch operation.
- 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, int) - 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.JsonPatchBuilder
-
Adds an "add" JSON Patch operation.
- 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, JsonArrayBuilder) - Method in interface jakarta.json.JsonObjectBuilder
-
Adds a name/
JsonArray
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, JsonValue) - Method in interface jakarta.json.JsonObjectBuilder
-
Adds a name/
JsonValue
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.JsonObjectBuilder
-
Adds a name/
JsonString
pair to the JSON object associated with this object builder. - add(String, String) - Method in interface jakarta.json.JsonPatchBuilder
-
Adds an "add" JSON Patch operation.
- 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, BigInteger) - Method in interface jakarta.json.JsonObjectBuilder
-
Adds a name/
JsonNumber
pair to the JSON object associated with this object builder. - add(BigDecimal) - Method in interface jakarta.json.JsonArrayBuilder
-
Adds a value to the array as a
JsonNumber
. - add(BigInteger) - Method in interface jakarta.json.JsonArrayBuilder
-
Adds a value to the array as a
JsonNumber
. - add(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(T, JsonValue) - Method in interface jakarta.json.JsonPointer
-
Adds or replaces a value at the referenced location in the specified
target
with the specifiedvalue
. - ADD - jakarta.json.JsonPatch.Operation
-
"add" operation.
- addActionListener(ActionListener) - Method in interface jakarta.faces.component.ActionSource
-
Add a new
ActionListener
to the set of listeners interested in being notified whenActionEvent
s occur. - addActionListener(ActionListener) - Method in class jakarta.faces.component.UICommand
- addActionListener(ActionListener) - Method in class jakarta.faces.component.UIViewAction
-
Add a new
ActionListener
to the set of listeners interested in being notified whenActionEvent
s occur. - addAjaxBehaviorListener(AjaxBehaviorListener) - Method in class jakarta.faces.component.behavior.AjaxBehavior
-
Add the specified
AjaxBehaviorListener
to the set of listeners registered to receive event notifications from thisAjaxBehavior
. - 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, 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, 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.
- 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, V...) - Method in interface jakarta.ws.rs.core.MultivaluedMap
-
Add multiple values 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(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.AfterTypeDiscovery
-
Obtains a new
AnnotatedTypeConfigurator
to configure a newAnnotatedType
and add it to the set of types which will be scanned during bean discovery at the end of the observer invocation. - addAnnotatedType(Class<T>, String) - Method in interface jakarta.enterprise.inject.spi.BeforeBeanDiscovery
-
Obtains a new
AnnotatedTypeConfigurator
to configure a newAnnotatedType
and add it to the set of types which will be scanned during bean discovery at the end of the observer invocation - addAnnotation(AnnotationInfo) - Method in interface jakarta.enterprise.inject.build.compatible.spi.ClassConfig
-
Adds given annotation to this class.
- addAnnotation(AnnotationInfo) - Method in interface jakarta.enterprise.inject.build.compatible.spi.DeclarationConfig
-
Adds given annotation to this declaration.
- addAnnotation(AnnotationInfo) - Method in interface jakarta.enterprise.inject.build.compatible.spi.FieldConfig
-
Adds given annotation to this field.
- addAnnotation(AnnotationInfo) - Method in interface jakarta.enterprise.inject.build.compatible.spi.MethodConfig
-
Adds given annotation to this method.
- addAnnotation(AnnotationInfo) - Method in interface jakarta.enterprise.inject.build.compatible.spi.ParameterConfig
-
Adds given annotation to this method parameter.
- addAnnotation(Annotation) - Method in interface jakarta.enterprise.inject.build.compatible.spi.ClassConfig
-
Adds given annotation to this class.
- addAnnotation(Annotation) - Method in interface jakarta.enterprise.inject.build.compatible.spi.DeclarationConfig
-
Adds given annotation to this declaration.
- addAnnotation(Annotation) - Method in interface jakarta.enterprise.inject.build.compatible.spi.FieldConfig
-
Adds given annotation to this field.
- addAnnotation(Annotation) - Method in interface jakarta.enterprise.inject.build.compatible.spi.MethodConfig
-
Adds given annotation to this method.
- addAnnotation(Annotation) - Method in interface jakarta.enterprise.inject.build.compatible.spi.ParameterConfig
-
Adds given annotation to this method parameter.
- addAnnotation(Class<? extends Annotation>) - Method in interface jakarta.enterprise.inject.build.compatible.spi.ClassConfig
-
Adds a marker annotation of given type to this class.
- addAnnotation(Class<? extends Annotation>) - Method in interface jakarta.enterprise.inject.build.compatible.spi.DeclarationConfig
-
Adds a marker annotation of given type to this declaration.
- addAnnotation(Class<? extends Annotation>) - Method in interface jakarta.enterprise.inject.build.compatible.spi.FieldConfig
-
Adds a marker annotation of given type to this field.
- addAnnotation(Class<? extends Annotation>) - Method in interface jakarta.enterprise.inject.build.compatible.spi.MethodConfig
-
Adds a marker annotation of given type to this method.
- addAnnotation(Class<? extends Annotation>) - Method in interface jakarta.enterprise.inject.build.compatible.spi.ParameterConfig
-
Adds a marker annotation of given type to this method parameter.
- addAttributeNodes(Attribute<T, ?>...) - Method in interface jakarta.persistence.EntityGraph
-
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.
- addAttributeNodes(String...) - 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.
- addBean() - Method in interface jakarta.enterprise.inject.spi.AfterBeanDiscovery
-
Obtains a new
BeanConfigurator
to configure a newBean
and add it at the end of the observer invocation. - addBean(Bean<?>) - Method in interface jakarta.enterprise.inject.spi.AfterBeanDiscovery
-
Fires an event of type
ProcessBean
containing the givenBean
and then registers theBean
with the container, thereby making a bean which is not an interceptor nor a decorator available for injection into other beans. - addBean(Class<T>) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticComponents
-
Creates a
SyntheticBeanBuilder
that allows configuring a new synthetic bean of givenbeanClass
. - addBeanClasses(Class<?>...) - Method in class jakarta.enterprise.inject.se.SeContainerInitializer
-
Add provided bean classes to the synthetic bean archive.
- addBeanNameResolver(BeanNameResolver) - Method in class jakarta.el.ELManager
-
Register a BeanNameResolver.
- addBeanNode() - Method in interface jakarta.validation.ConstraintValidatorContext.ConstraintViolationBuilder
-
Adds a bean node (class-level) to the path the
ConstraintViolation
will be associated to. - addBeanNode() - Method in interface jakarta.validation.ConstraintValidatorContext.ConstraintViolationBuilder.ContainerElementNodeBuilderCustomizableContext
-
Adds a bean node (class-level) to the path the
ConstraintViolation
will be associated to. - addBeanNode() - Method in interface jakarta.validation.ConstraintValidatorContext.ConstraintViolationBuilder.ContainerElementNodeBuilderDefinedContext
-
Adds a bean node (class-level) to the path the
ConstraintViolation
will be associated to. - addBeanNode() - Method in interface jakarta.validation.ConstraintValidatorContext.ConstraintViolationBuilder.ContainerElementNodeContextBuilder
-
Adds a bean node (class-level) to the path the
ConstraintViolation
will be associated to. - addBeanNode() - Method in interface jakarta.validation.ConstraintValidatorContext.ConstraintViolationBuilder.NodeBuilderCustomizableContext
-
Adds a bean node (class-level) to the path the
ConstraintViolation
will be associated to. - addBeanNode() - Method in interface jakarta.validation.ConstraintValidatorContext.ConstraintViolationBuilder.NodeBuilderDefinedContext
-
Adds a bean node (class-level) to the path the
ConstraintViolation
will be associated to. - addBeanNode() - Method in interface jakarta.validation.ConstraintValidatorContext.ConstraintViolationBuilder.NodeContextBuilder
-
Adds a bean node (class-level) to the path the
ConstraintViolation
will be associated to. - addBehavior(String, String) - Method in class jakarta.faces.application.Application
-
Register a new mapping of behavior id to the name of the corresponding
Behavior
class. - addBehavior(String, String) - Method in class jakarta.faces.application.ApplicationWrapper
-
The default behavior of this method is to call
Application.addBehavior(String, String)
on the wrappedApplication
object. - addBehaviorListener(BehaviorListener) - Method in class jakarta.faces.component.behavior.BehaviorBase
-
Add the specified
BehaviorListener
to the set of listeners registered to receive event notifications from thisBehavior
. - 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
-
This is a default implementation of
ClientBehaviorHolder.addClientBehavior(java.lang.String, jakarta.faces.component.behavior.ClientBehavior)
. - addClientBehaviorRenderer(String, ClientBehaviorRenderer) - Method in class jakarta.faces.render.RenderKit
-
Register the specified
ClientBehaviorRenderer
instance, associated with the specified componenttype
, to the set ofClientBehaviorRenderer
s registered with thisRenderKit
, replacing any previously registeredClientBehaviorRenderer
for this type. - addClientBehaviorRenderer(String, ClientBehaviorRenderer) - Method in class jakarta.faces.render.RenderKitWrapper
-
The default behavior of this method is to call
RenderKit.addClientBehaviorRenderer(String, ClientBehaviorRenderer)
on the wrappedRenderKit
object. - addComponent(String, String) - Method in class jakarta.faces.application.Application
-
Register a new mapping of component type to the name of the corresponding
UIComponent
class. - addComponent(String, String) - Method in class jakarta.faces.application.ApplicationWrapper
-
The default behavior of this method is to call
Application.addComponent(String, String)
on the wrappedApplication
object. - addComponentResource(FacesContext, UIComponent) - Method in class jakarta.faces.component.UIViewRoot
-
Add argument
component
, which is assumed to represent a resource instance, as a resource to this view. - addComponentResource(FacesContext, UIComponent, String) - Method in class jakarta.faces.component.UIViewRoot
-
Add argument
component
, which is assumed to represent a resource instance, as a resource to this view. - addConstraintViolation() - Method in interface jakarta.validation.ConstraintValidatorContext.ConstraintViolationBuilder
-
Adds the new
ConstraintViolation
to be generated if the constraint validator marks the value as invalid. - addConstraintViolation() - Method in interface jakarta.validation.ConstraintValidatorContext.ConstraintViolationBuilder.ContainerElementNodeBuilderCustomizableContext
-
Adds the new
ConstraintViolation
to be generated if the constraint validator mark the value as invalid. - addConstraintViolation() - Method in interface jakarta.validation.ConstraintValidatorContext.ConstraintViolationBuilder.ContainerElementNodeBuilderDefinedContext
-
Adds the new
ConstraintViolation
to be generated if the constraint validator marks the value as invalid. - addConstraintViolation() - Method in interface jakarta.validation.ConstraintValidatorContext.ConstraintViolationBuilder.ContainerElementNodeContextBuilder
-
Adds the new
ConstraintViolation
to be generated if the constraint validator mark the value as invalid. - addConstraintViolation() - Method in interface jakarta.validation.ConstraintValidatorContext.ConstraintViolationBuilder.LeafNodeBuilderCustomizableContext
-
Adds the new
ConstraintViolation
to be generated if the constraint validator mark the value as invalid. - addConstraintViolation() - Method in interface jakarta.validation.ConstraintValidatorContext.ConstraintViolationBuilder.LeafNodeBuilderDefinedContext
-
Adds the new
ConstraintViolation
to be generated if the constraint validator marks the value as invalid. - addConstraintViolation() - Method in interface jakarta.validation.ConstraintValidatorContext.ConstraintViolationBuilder.LeafNodeContextBuilder
-
Adds the new
ConstraintViolation
to be generated if the constraint validator mark the value as invalid. - addConstraintViolation() - Method in interface jakarta.validation.ConstraintValidatorContext.ConstraintViolationBuilder.NodeBuilderCustomizableContext
-
Adds the new
ConstraintViolation
to be generated if the constraint validator mark the value as invalid. - addConstraintViolation() - Method in interface jakarta.validation.ConstraintValidatorContext.ConstraintViolationBuilder.NodeBuilderDefinedContext
-
Adds the new
ConstraintViolation
to be generated if the constraint validator marks the value as invalid. - addConstraintViolation() - Method in interface jakarta.validation.ConstraintValidatorContext.ConstraintViolationBuilder.NodeContextBuilder
-
Adds the new
ConstraintViolation
to be generated if the constraint validator mark the value as invalid. - addContainerElementNode(String, Class<?>, Integer) - Method in interface jakarta.validation.ConstraintValidatorContext.ConstraintViolationBuilder
-
Adds a container element node to the path the
ConstraintViolation
will be associated to. - addContainerElementNode(String, Class<?>, Integer) - Method in interface jakarta.validation.ConstraintValidatorContext.ConstraintViolationBuilder.ContainerElementNodeBuilderCustomizableContext
-
Adds a container element node to the path the
ConstraintViolation
will be associated to. - addContainerElementNode(String, Class<?>, Integer) - Method in interface jakarta.validation.ConstraintValidatorContext.ConstraintViolationBuilder.ContainerElementNodeBuilderDefinedContext
-
Adds a container element node to the path the
ConstraintViolation
will be associated to. - addContainerElementNode(String, Class<?>, Integer) - Method in interface jakarta.validation.ConstraintValidatorContext.ConstraintViolationBuilder.ContainerElementNodeContextBuilder
-
Adds a container element node to the path the
ConstraintViolation
will be associated to. - addContainerElementNode(String, Class<?>, Integer) - Method in interface jakarta.validation.ConstraintValidatorContext.ConstraintViolationBuilder.NodeBuilderCustomizableContext
-
Adds a container element node to the path the
ConstraintViolation
will be associated to. - addContainerElementNode(String, Class<?>, Integer) - Method in interface jakarta.validation.ConstraintValidatorContext.ConstraintViolationBuilder.NodeBuilderDefinedContext
-
Adds a container element node to the path the
ConstraintViolation
will be associated to. - addContainerElementNode(String, Class<?>, Integer) - Method in interface jakarta.validation.ConstraintValidatorContext.ConstraintViolationBuilder.NodeContextBuilder
-
Adds a container element node to the path the
ConstraintViolation
will be associated to. - addContext(Context) - Method in interface jakarta.enterprise.inject.spi.AfterBeanDiscovery
-
Registers a custom
Context
object with the container. - addContext(Class<? extends Annotation>, boolean, Class<? extends AlterableContext>) - Method in interface jakarta.enterprise.inject.build.compatible.spi.MetaAnnotations
-
Registers custom context for given
scopeAnnotation
and givencontextClass
. - addContext(Class<? extends Annotation>, Class<? extends AlterableContext>) - Method in interface jakarta.enterprise.inject.build.compatible.spi.MetaAnnotations
-
Registers custom context for given
scopeAnnotation
and givencontextClass
. - 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(Class<?>, String) - Method in class jakarta.faces.application.ApplicationWrapper
-
The default behavior of this method is to call
Application.addConverter(Class, String)
on the wrappedApplication
object. - 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(String, String) - Method in class jakarta.faces.application.ApplicationWrapper
-
The default behavior of this method is to call
Application.addConverter(String, String)
on the wrappedApplication
object. - addCookie(Cookie) - Method in interface jakarta.servlet.http.HttpServletResponse
-
Adds the specified cookie to the response.
- addCookie(Cookie) - Method in class jakarta.servlet.http.HttpServletResponseWrapper
-
The default behavior of this method is to call addCookie(Cookie cookie) on the wrapped response object.
- addDataModelListener(DataModelListener) - Method in class jakarta.faces.model.DataModel
-
Add a new
DataModelListener
to the set interested in notifications from thisDataModel
. - addDateHeader(String, long) - Method in interface jakarta.servlet.http.HttpServletResponse
-
Adds a response header with the given name and date-value.
- addDateHeader(String, long) - Method in class jakarta.servlet.http.HttpServletResponseWrapper
-
The default behavior of this method is to call addDateHeader(String name, long date) on the wrapped response object.
- addDefaultValidatorId(String) - Method in class jakarta.faces.application.Application
-
Register a validator by its id that is applied to all
UIInput
components in a view. - addDefaultValidatorId(String) - Method in class jakarta.faces.application.ApplicationWrapper
-
The default behavior of this method is to call
Application.addDefaultValidatorId(String)
on the wrappedApplication
object. - addDefinitionError(Throwable) - Method in interface jakarta.enterprise.inject.spi.AfterBeanDiscovery
-
Registers a definition error with the container, causing the container to abort deployment after all observers have been notified.
- addDefinitionError(Throwable) - Method in interface jakarta.enterprise.inject.spi.ProcessBean
-
Registers a definition error with the container, causing the container to abort deployment after bean discovery is complete.
- addDefinitionError(Throwable) - Method in interface jakarta.enterprise.inject.spi.ProcessBeanAttributes
-
Registers a definition error with the container, causing the container to abort deployment after bean discovery is complete.
- addDefinitionError(Throwable) - Method in interface jakarta.enterprise.inject.spi.ProcessInjectionPoint
-
Registers a definition error with the container, causing the container to abort deployment after bean discovery is complete.
- addDefinitionError(Throwable) - Method in interface jakarta.enterprise.inject.spi.ProcessInjectionTarget
-
Registers a definition error with the container, causing the container to abort deployment after bean discovery is complete.
- addDefinitionError(Throwable) - Method in interface jakarta.enterprise.inject.spi.ProcessObserverMethod
-
Registers a definition error with the container, causing the container to abort deployment after bean discovery is complete.
- addDefinitionError(Throwable) - Method in interface jakarta.enterprise.inject.spi.ProcessProducer
-
Registers a definition error with the container, causing the container to abort deployment after bean discovery is complete.
- addDeploymentProblem(Throwable) - Method in interface jakarta.enterprise.inject.spi.AfterDeploymentValidation
-
Registers a deployment problem with the container, causing the container to abort deployment after all observers have been notified.
- addELContextListener(ELContextListener) - Method in class jakarta.faces.application.Application
-
Provide a way for Faces applications to register an
ELContextListener
that will be notified on creation ofELContext
instances. - addELContextListener(ELContextListener) - Method in class jakarta.faces.application.ApplicationWrapper
-
The default behavior of this method is to call
Application.addELContextListener(jakarta.el.ELContextListener)
on the wrappedApplication
object. - addELContextListener(ELContextListener) - Method in interface jakarta.servlet.jsp.JspApplicationContext
-
Registers a
ELContextListener
s so that context objects can be added whenever a newELContext
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.3.2 "ELResolver" of the Jakarta Faces Specification Document. - addELResolver(ELResolver) - Method in class jakarta.faces.application.ApplicationWrapper
-
The default behavior of this method is to call
Application.addELResolver(jakarta.el.ELResolver)
on the wrappedApplication
object. - addELResolver(ELResolver) - Method in interface jakarta.servlet.jsp.JspApplicationContext
-
Adds an
ELResolver
to affect the way EL variables and properties are resolved for EL expressions appearing in JSP pages and tag files. - addEndpoint(ServerEndpointConfig) - Method in interface jakarta.websocket.server.ServerContainer
-
Deploys the given endpoint described by the provided configuration into this ServerContainer.
- addEndpoint(Class<?>) - Method in interface jakarta.websocket.server.ServerContainer
-
Deploys the given annotated endpoint into this 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 thisUIComponent
. - addFacesListener(FacesListener) - Method in class jakarta.faces.component.UIComponentBase
-
Add the specified
FacesListener
to the set of listeners registered to receive event notifications from thisUIComponent
. - 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.
- addFilter(String, String) - Method in interface jakarta.servlet.ServletContext
-
Adds the filter with the given name and class name 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 ofFlow
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>) - Method in interface jakarta.enterprise.inject.build.compatible.spi.MetaAnnotations
-
Registers
annotation
as an interceptor binding annotation. - 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>) - 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.EntityGraph
-
Add a node to the graph that corresponds to a map key that is a managed type with inheritance.
- 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.EntityGraph
-
Add a node to the graph that corresponds to a map key that is a managed type.
- 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.EntityGraph
-
Add a node to the graph that corresponds to a map key that is a managed type with inheritance.
- 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 specifiedlifecycleId
, to be supported by thisLifecycleFactory
. - addListener(AsyncListener) - Method in interface jakarta.servlet.AsyncContext
-
Registers the given
AsyncListener
with the most recent asynchronous cycle that was started by a call to one of theServletRequest.startAsync()
methods. - addListener(AsyncListener, ServletRequest, ServletResponse) - Method in interface jakarta.servlet.AsyncContext
-
Registers the given
AsyncListener
with the most recent asynchronous cycle that was started by a call to one of theServletRequest.startAsync()
methods. - addListener(Class<? extends EventListener>) - Method in interface jakarta.servlet.ServletContext
-
Adds a listener of the given class type to this ServletContext.
- 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.
- addMapping(InputStream) - Method in interface jakarta.validation.Configuration
-
Add a stream describing constraint mapping in the Jakarta Bean Validation XML format.
- addMapping(String...) - Method in interface jakarta.servlet.ServletRegistration
-
Adds a servlet mapping with the given URL patterns for the Servlet represented by this ServletRegistration.
- 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, ifclientId
is notnull
. - addMessage(String, FacesMessage) - Method in class jakarta.faces.context.FacesContextWrapper
-
The default behavior of this method is to call
FacesContext.addMessage(String, FacesMessage)
on the wrappedFacesContext
object. - addMessageHandler(MessageHandler) - 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.
- addMessageHandler(Class<T>, MessageHandler.Whole<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
orcreateNamedStoredProcedureQuery
method. - addNode(String) - Method in interface jakarta.validation.ConstraintValidatorContext.ConstraintViolationBuilder
- addNode(String) - Method in interface jakarta.validation.ConstraintValidatorContext.ConstraintViolationBuilder.NodeBuilderCustomizableContext
- addNode(String) - Method in interface jakarta.validation.ConstraintValidatorContext.ConstraintViolationBuilder.NodeBuilderDefinedContext
- addNode(String) - Method in interface jakarta.validation.ConstraintValidatorContext.ConstraintViolationBuilder.NodeContextBuilder
- addNull() - Method in interface jakarta.json.JsonArrayBuilder
-
Adds a
JsonValue.NULL
value to the array. - addNull(int) - Method in interface jakarta.json.JsonArrayBuilder
-
Adds a
JsonValue.NULL
value to the array at the specified position. - addNull(String) - Method in interface jakarta.json.JsonObjectBuilder
-
Adds a name/
JsonValue#NULL
pair to the JSON object associated with this object builder where the value isnull
. - addNull(List<V>) - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
-
Define the behavior for adding a
null
values to the value list. - addObserver(Type) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticComponents
-
Creates a
SyntheticObserverBuilder
that allows configuring a new synthetic observer for giveneventType
. - addObserver(Class<T>) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticComponents
-
Creates a
SyntheticObserverBuilder
that allows configuring a new synthetic observer for giveneventType
. - addObserverMethod() - Method in interface jakarta.enterprise.inject.spi.AfterBeanDiscovery
-
obtains a new
ObserverMethodConfigurator
to configure a newObserverMethod
and add it at the end of the observer invocation. - addObserverMethod(ObserverMethod<?>) - Method in interface jakarta.enterprise.inject.spi.AfterBeanDiscovery
-
Fires an event of type
ProcessObserverMethod
containing the givenObserverMethod
and then registers theObserverMethod
with the container, thereby making it available for event notifications. - 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(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.
- 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(Package...) - Method in class jakarta.enterprise.inject.se.SeContainerInitializer
-
All classes from the specified packages will be added to the set of bean classes for the synthetic bean archive.
- addParameterNode(int) - Method in interface jakarta.validation.ConstraintValidatorContext.ConstraintViolationBuilder
-
Adds a method parameter node to the path the
ConstraintViolation
will be associated to. - addPhaseListener(PhaseListener) - Method in class jakarta.faces.component.UIViewRoot
- addPhaseListener(PhaseListener) - Method in class jakarta.faces.lifecycle.Lifecycle
-
Register a new
PhaseListener
instance that is interested in being notified before and after the processing for standard phases of the request processing lifecycle. - addPhaseListener(PhaseListener) - Method in class jakarta.faces.lifecycle.LifecycleWrapper
- addProperty(String, Object) - Method in class jakarta.enterprise.inject.se.SeContainerInitializer
-
Add a configuration property to the container
- addProperty(String, String) - Method in interface jakarta.validation.Configuration
-
Adds a provider specific property.
- addPropertyNode(String) - Method in interface jakarta.validation.ConstraintValidatorContext.ConstraintViolationBuilder
-
Adds a property node to the path the
ConstraintViolation
will be associated to. - addPropertyNode(String) - Method in interface jakarta.validation.ConstraintValidatorContext.ConstraintViolationBuilder.ContainerElementNodeBuilderCustomizableContext
-
Adds a property node to the path the
ConstraintViolation
will be associated to. - addPropertyNode(String) - Method in interface jakarta.validation.ConstraintValidatorContext.ConstraintViolationBuilder.ContainerElementNodeBuilderDefinedContext
-
Adds a property node to the path the
ConstraintViolation
will be associated to. - addPropertyNode(String) - Method in interface jakarta.validation.ConstraintValidatorContext.ConstraintViolationBuilder.ContainerElementNodeContextBuilder
-
Adds a property node to the path the
ConstraintViolation
will be associated to. - addPropertyNode(String) - Method in interface jakarta.validation.ConstraintValidatorContext.ConstraintViolationBuilder.NodeBuilderCustomizableContext
-
Adds a property node to the path the
ConstraintViolation
will be associated to. - addPropertyNode(String) - Method in interface jakarta.validation.ConstraintValidatorContext.ConstraintViolationBuilder.NodeBuilderDefinedContext
-
Adds a property node to the path the
ConstraintViolation
will be associated to. - addPropertyNode(String) - Method in interface jakarta.validation.ConstraintValidatorContext.ConstraintViolationBuilder.NodeContextBuilder
-
Adds a property node to the path the
ConstraintViolation
will be associated to. - addProtectedView(String) - Method in class jakarta.faces.application.ViewHandler
-
Add the argument
urlPattern
to the thread safeSet
of protected views for this application. - addProtectedView(String) - Method in class jakarta.faces.application.ViewHandlerWrapper
-
The default behavior of this method is to call
ViewHandler.addProtectedView(java.lang.String)
on the wrappedViewHandler
object. - 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
- addQualifier(Class<? extends Annotation>) - Method in interface jakarta.enterprise.inject.build.compatible.spi.MetaAnnotations
-
Registers
annotation
as a qualifier annotation. - addQualifier(Class<? extends Annotation>) - Method in interface jakarta.enterprise.inject.spi.BeforeBeanDiscovery
-
Declares an annotation type as a Qualifier qualifier type.
- addQualifiers(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(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.BeanAttributesConfigurator
-
Add qualifiers to the bean.
- addQualifiers(Set<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.InjectionPointConfigurator
-
Add all the qualifiers to the InjectionPoint to build
- 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
- addRenderer(String, String, Renderer) - Method in class jakarta.faces.render.RenderKitWrapper
-
The default behavior of this method is to call
RenderKit.addRenderer(String, String, Renderer)
on the wrappedRenderKit
object. - addRenderKit(String, RenderKit) - Method in class jakarta.faces.render.RenderKitFactory
-
Register the specified
RenderKit
instance, associated with the specifiedrenderKitId
, to be supported by thisRenderKitFactory
, replacing any previously registeredRenderKit
for this identifier. - addResponseCookie(String, String, Map<String, Object>) - Method in class jakarta.faces.context.ExternalContext
-
Adds the cookie represented by the arguments to the response.
- addResponseCookie(String, String, Map<String, Object>) - Method in class jakarta.faces.context.ExternalContextWrapper
-
The default behavior of this method is to call
ExternalContext.addResponseCookie(String, String, Map)
on the wrappedExternalContext
object. - addResponseHeader(String, String) - Method in class jakarta.faces.context.ExternalContext
-
Add the given name and value to the response header.
- addResponseHeader(String, String) - Method in class jakarta.faces.context.ExternalContextWrapper
-
The default behavior of this method is to call
ExternalContext.addResponseHeader(String,String)
on the wrappedExternalContext
object. - ADDRESS - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
- addRule(MetaRule) - Method in class jakarta.faces.view.facelets.MetaRuleset
-
Add another
MetaRule
to this ruleset, returningthis
. - addScope(Class<? extends Annotation>, boolean, boolean) - Method in interface jakarta.enterprise.inject.spi.BeforeBeanDiscovery
-
Declares an annotation type as a scope type.
- addSearchKeywordResolver(SearchKeywordResolver) - Method in class jakarta.faces.application.Application
-
Cause the argument
resolver
to be added to the head of the resolver chain. - addSearchKeywordResolver(SearchKeywordResolver) - Method in class jakarta.faces.application.ApplicationWrapper
- addServlet(String, 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.
- addServlet(String, String) - Method in interface jakarta.servlet.ServletContext
-
Adds the servlet with the given name and class name to this servlet context.
- addSQLParameter(Object) - Method in interface jakarta.servlet.jsp.jstl.sql.SQLExecutionTag
-
Adds a PreparedStatement parameter value.
- addStereotype(Class<? extends Annotation>) - Method in interface jakarta.enterprise.inject.build.compatible.spi.MetaAnnotations
-
Registers
annotation
as a stereotype annotation. - 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
- 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.
- 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>) - 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.EntityGraph
-
Add a node to the graph that corresponds to a managed type with inheritance.
- 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.EntityGraph
-
Add a node to the graph that corresponds to a managed type.
- 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.EntityGraph
-
Add a node to the graph that corresponds to a managed type with inheritance.
- 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(TypeLiteral<?>) - 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.BeanConfigurator
-
Add a type to the bean types
- addType(Type) - 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
- addTypes(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.BeanAttributesConfigurator
-
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(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
- addValidator(String, String) - Method in class jakarta.faces.application.Application
-
Register a new mapping of validator id to the name of the corresponding
Validator
class. - addValidator(String, String) - Method in class jakarta.faces.application.ApplicationWrapper
-
The default behavior of this method is to call
Application.addValidator(String, String)
on the wrappedApplication
object. - addValueChangeListener(ValueChangeListener) - Method in interface jakarta.faces.component.EditableValueHolder
-
Add a new
ValueChangeListener
to the set of listeners interested in being notified whenValueChangeEvent
s occur. - addValueChangeListener(ValueChangeListener) - Method in class jakarta.faces.component.UIInput
-
Add a new
ValueChangeListener
to the set of listeners interested in being notified whenValueChangeEvent
s occur. - addValueExtractor(ValueExtractor<?>) - Method in interface jakarta.validation.Configuration
-
Adds a value extractor.
- addValueExtractor(ValueExtractor<?>) - Method in interface jakarta.validation.ValidatorContext
-
Adds a value extractor to be used by the
Validator
. - AFTER_COMPLETION - jakarta.enterprise.event.TransactionPhase
-
Identifies an after completion observer method, called during the after completion phase of the transaction.
- AFTER_FAILURE - jakarta.enterprise.event.TransactionPhase
-
Identifies an after failure observer method, called during the after completion phase of the transaction, only when the transaction fails.
- AFTER_SUCCESS - jakarta.enterprise.event.TransactionPhase
-
Identifies an after success observer method, called during the after completion phase of the transaction, only when the transaction completes successfully.
- 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
andObserverMethod
objects for the discovered beans, but before detecting deployment problems. - 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. - AfterBegin - Annotation Type in jakarta.ejb
-
Designate a stateful session bean method to receive the after begin 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.
- AfterCompletion - Annotation Type in jakarta.ejb
-
Designate a stateful session bean method to receive the after completion session synchronization callback.
- AfterDeploymentValidation - Interface in jakarta.enterprise.inject.spi
-
The event type of the third event fired by the container after it has validated that there are no deployment problems and before creating contexts or processing requests.
- afterEvaluation(ELContext, String) - Method in class jakarta.el.EvaluationListener
-
Receives notification after a Jakarta Expression Language expression is evaluated
- afterPhase(PhaseEvent) - Method in interface jakarta.faces.event.PhaseListener
-
Handle a notification that the processing for a particular phase has just been completed.
- afterResponse(HandshakeResponse) - Method in class jakarta.websocket.ClientEndpointConfig.Configurator
-
This method is called by the implementation after it has received a handshake response from the server as a result of a handshake interaction it initiated.
- AfterTypeDiscovery - Interface in jakarta.enterprise.inject.spi
-
This event type is thrown by the container after type discovery is complete.
- AjaxBehavior - Class in jakarta.faces.component.behavior
-
An instance of this class is added as a
ClientBehavior
to a component using theClientBehaviorHolder.addClientBehavior(java.lang.String, jakarta.faces.component.behavior.ClientBehavior)
contract that components implement. - AjaxBehavior() - Constructor for class jakarta.faces.component.behavior.AjaxBehavior
-
Default constructor that just creates this instance.
- 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() - Method in annotation type jakarta.json.bind.annotation.JsonbSubtype
-
Type alias which is used instead of a class name.
- alias(String) - Method in interface jakarta.persistence.criteria.Selection
-
Assigns an alias to the selection item.
- alias(String, String) - Method in class jakarta.faces.view.facelets.MetaRuleset
-
Customize this
MetaRuleset
by removing the attribute named by argumentattribute
and re-adding it under the name given by the argumentproperty
, returningthis
. - 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 - jakarta.persistence.CascadeType
-
Cascade all operations
- ALL - jakarta.persistence.SharedCacheMode
-
All entities and entity-related state and data are cached.
- ALL - jakarta.validation.executable.ExecutableType
-
All executables (constructors and methods).
- ALL_IDS - Static variable in class jakarta.faces.component.visit.VisitContext
-
This unmodifiable Collection is returned by
getIdsToVisit()
andgetSubtreeIdsToVisit()
in cases where all ids should be visited. - ALL_PARTIAL_PHASE_CLIENT_IDS - Static variable in class jakarta.faces.context.PartialViewContext
-
The value that when used with
PartialViewContext.PARTIAL_EXECUTE_PARAM_NAME
orPartialViewContext.PARTIAL_RENDER_PARAM_NAME
indicates these phases must be skipped. - ALL_REMAINING - Static variable in annotation type jakarta.enterprise.concurrent.ContextServiceDefinition
-
All available thread context types that are not specified elsewhere.
- allocationSize() - Method in annotation type jakarta.persistence.SequenceGenerator
-
(Optional) The amount to increment by when allocating sequence numbers from the sequence.
- allocationSize() - Method in annotation type jakarta.persistence.TableGenerator
-
(Optional) The amount to increment by when allocating id numbers from the generator.
- 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.
- ALLOW - Static variable in interface jakarta.ws.rs.core.HttpHeaders
- alt - jakarta.faces.component.html.HtmlCommandButton.PropertyKeys
- alt - jakarta.faces.component.html.HtmlGraphicImage.PropertyKeys
- alt - jakarta.faces.component.html.HtmlInputFile.PropertyKeys
-
Deprecated, for removal: This API element is subject to removal in a future version.
- alt - jakarta.faces.component.html.HtmlInputSecret.PropertyKeys
-
Deprecated, for removal: This API element is subject to removal in a future version.
- alt - jakarta.faces.component.html.HtmlInputText.PropertyKeys
- alt - jakarta.faces.component.html.HtmlOutcomeTargetButton.PropertyKeys
- 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(boolean) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticBeanBuilder
-
Marks this synthetic bean as an alternative if desired.
- 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 - Annotation Type in jakarta.enterprise.inject
-
Specifies that a bean is an alternative.
- Alternative.Literal - Class in jakarta.enterprise.inject
-
Supports inline instantiation of the
Alternative
annotation. - ALWAYS - jakarta.enterprise.event.Reception
-
Specifies that an observer method always receives event notifications.
- 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) - Constructor for exception jakarta.enterprise.inject.AmbiguousResolutionException
- AmbiguousResolutionException(String, Throwable) - 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.
- AND - jakarta.persistence.criteria.Predicate.BooleanOperator
- Annotated - Interface in jakarta.enterprise.inject.spi
-
Represents a Java program element that can be annotated.
- ANNOTATED_ELEMENT - jakarta.validation.constraintvalidation.ValidationTarget
-
(Returned) element annotated by the constraint.
- AnnotatedCallable<X> - Interface in jakarta.enterprise.inject.spi
-
Represents a callable member of a Java type.
- AnnotatedConstructor<X> - Interface in jakarta.enterprise.inject.spi
-
Represents a constructor of a Java class.
- AnnotatedConstructorConfigurator<T> - Interface in jakarta.enterprise.inject.spi.configurator
-
This interface is part of the
AnnotatedTypeConfigurator
SPI and helps defining anAnnotatedConstructor
- AnnotatedField<X> - Interface in jakarta.enterprise.inject.spi
-
Represents a field of a Java class.
- AnnotatedFieldConfigurator<T> - Interface in jakarta.enterprise.inject.spi.configurator
-
This interface is part of the
AnnotatedTypeConfigurator
SPI and helps defining anAnnotatedField
- AnnotatedMember<X> - Interface in jakarta.enterprise.inject.spi
-
Represents a member of a Java type.
- AnnotatedMethod<X> - Interface in jakarta.enterprise.inject.spi
-
Represents a method of a Java type.
- AnnotatedMethodConfigurator<T> - Interface in jakarta.enterprise.inject.spi.configurator
-
This interface is part of the
AnnotatedTypeConfigurator
SPI and helps defining anAnnotatedMethod
- AnnotatedParameter<X> - Interface in jakarta.enterprise.inject.spi
-
Represents a parameter of a method or constructor.
- AnnotatedParameterConfigurator<T> - Interface in jakarta.enterprise.inject.spi.configurator
-
This interface is part of the
AnnotatedTypeConfigurator
SPI and helps defining anAnnotatedParameter
- AnnotatedType<X> - Interface in jakarta.enterprise.inject.spi
-
Represents a Java class or interface.
- AnnotatedTypeConfigurator<T> - Interface in jakarta.enterprise.inject.spi.configurator
-
This API is a helper to configure a new
AnnotatedType
instance. - annotation() - Method in interface jakarta.enterprise.inject.build.compatible.spi.ScopeInfo
-
Returns the declaration of this scope annotation.
- annotation(Class<T>) - Method in interface jakarta.enterprise.lang.model.AnnotationTarget
-
Returns an annotation of given type, if it is present on this annotation target.
- AnnotationBuilder - Interface in jakarta.enterprise.inject.build.compatible.spi
-
Builder for annotations of given type.
- annotationBuilderFactory() - Method in interface jakarta.enterprise.inject.build.compatible.spi.BuildServices
- AnnotationBuilderFactory - Interface in jakarta.enterprise.inject.build.compatible.spi
-
Supports instantiating
AnnotationBuilder
. - AnnotationInfo - Interface in jakarta.enterprise.lang.model
-
An annotation instance, typically obtained from an
AnnotationTarget
. - AnnotationLiteral<T extends Annotation> - Class in jakarta.enterprise.util
-
Supports inline instantiation of annotation type instances.
- AnnotationLiteral() - Constructor for class jakarta.enterprise.util.AnnotationLiteral
- AnnotationMember - Interface in jakarta.enterprise.lang.model
-
The value of an annotation member.
- AnnotationMember.Kind - Enum in jakarta.enterprise.lang.model
-
The kind of the annotation member value.
- annotations() - Method in interface jakarta.enterprise.lang.model.AnnotationTarget
-
Returns a collection of all annotations present on this annotation target.
- annotations(Predicate<AnnotationInfo>) - Method in interface jakarta.enterprise.lang.model.AnnotationTarget
-
Returns a collection of all annotations present on this annotation target that match given predicate.
- AnnotationTarget - Interface in jakarta.enterprise.lang.model
-
An annotation target is anything that can be annotated.
- annotationType() - Method in class jakarta.enterprise.util.AnnotationLiteral
- any(Subquery<Y>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create an any expression over the subquery results.
- 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_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.
- Any.Literal - Class in jakarta.enterprise.inject
-
Supports inline instantiation of the
Any
qualifier. - 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 - Class in jakarta.faces.application
-
Application represents a per-web-application singleton object where applications based on Jakarta Faces (or implementations wishing to provide extended functionality) can register application-wide singletons that provide functionality required by Jakarta Faces.
- 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.faces.application.Application
- Application() - Constructor for class jakarta.ws.rs.core.Application
- APPLICATION - jakarta.annotation.Resource.AuthenticationType
- APPLICATION - Static variable in annotation type jakarta.enterprise.concurrent.ContextServiceDefinition
-
Context pertaining to the application component or module, including its Jakarta EE namespace (such as
java:comp/env/
) and thread context class loader. - 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 - 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_ATOM_XML - Static variable in class jakarta.ws.rs.core.MediaType
-
A
String
constant representing "application/atom+xml" media type. - APPLICATION_ATOM_XML_TYPE - Static variable in class jakarta.ws.rs.core.MediaType
-
A
MediaType
constant representing "application/atom+xml" media type. - APPLICATION_FACTORY - Static variable in class jakarta.faces.FactoryFinder
-
The property name for the
ApplicationFactory
class name. - APPLICATION_FORM_URLENCODED - Static variable in class jakarta.ws.rs.core.MediaType
-
A
String
constant representing "application/x-www-form-urlencoded" media type. - APPLICATION_FORM_URLENCODED_TYPE - Static variable in class jakarta.ws.rs.core.MediaType
-
A
MediaType
constant representing "application/x-www-form-urlencoded" media type. - APPLICATION_JSON - Static variable in class jakarta.ws.rs.core.MediaType
-
A
String
constant representing "application/json" media type. - APPLICATION_JSON_PATCH_JSON - Static variable in class jakarta.ws.rs.core.MediaType
-
String
representation of "application/json-patch+json" media type.. - APPLICATION_JSON_PATCH_JSON_TYPE - Static variable in class jakarta.ws.rs.core.MediaType
-
A
MediaType
constant representing "application/json-patch+json" media type. - APPLICATION_JSON_TYPE - Static variable in class jakarta.ws.rs.core.MediaType
-
A
MediaType
constant representing "application/json" media type. - APPLICATION_OCTET_STREAM - Static variable in class jakarta.ws.rs.core.MediaType
-
A
String
constant representing "application/octet-stream" media type. - APPLICATION_OCTET_STREAM_TYPE - Static variable in class jakarta.ws.rs.core.MediaType
-
A
MediaType
constant representing "application/octet-stream" media type. - APPLICATION_SCOPE - Static variable in class jakarta.servlet.jsp.PageContext
-
Application scope: named reference remains available in the ServletContext until it is reclaimed.
- APPLICATION_SVG_XML - Static variable in class jakarta.ws.rs.core.MediaType
-
A
String
constant representing "application/svg+xml" media type. - APPLICATION_SVG_XML_TYPE - Static variable in class jakarta.ws.rs.core.MediaType
-
A
MediaType
constant representing "application/svg+xml" media type. - APPLICATION_XHTML_XML - Static variable in class jakarta.ws.rs.core.MediaType
-
A
String
constant representing "application/xhtml+xml" media type. - APPLICATION_XHTML_XML_TYPE - Static variable in class jakarta.ws.rs.core.MediaType
-
A
MediaType
constant representing "application/xhtml+xml" media type. - APPLICATION_XML - Static variable in class jakarta.ws.rs.core.MediaType
-
A
String
constant representing "application/xml" media type. - APPLICATION_XML_TYPE - Static variable in class jakarta.ws.rs.core.MediaType
-
A
MediaType
constant representing "application/xml" media type. - ApplicationConfigurationPopulator - Class in jakarta.faces.application
-
This class defines a
java.util.ServiceLoader
service which enables programmatic configuration of the Jakarta Server Faces runtime using the existing Application Configuration Resources schema. - ApplicationConfigurationPopulator() - Constructor for class jakarta.faces.application.ApplicationConfigurationPopulator
- ApplicationException - Annotation Type in jakarta.ejb
-
Applied to an exception to denote that it is an application exception and should be reported to the client directly (i.e., unwrapped).
- ApplicationFactory - Class in jakarta.faces.application
-
ApplicationFactory is a factory object that creates (if needed) and returns
Application
instances. - ApplicationFactory() - Constructor for class jakarta.faces.application.ApplicationFactory
-
Deprecated.Use the other constructor taking the implementation being wrapped.
- ApplicationFactory(ApplicationFactory) - Constructor for class jakarta.faces.application.ApplicationFactory
-
If this factory has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.
- ApplicationMap - Annotation Type in jakarta.faces.annotation
-
The presence of this annotation (along with
@Inject
) on a field of typeMap<String, Object>
causes the map returned fromExternalContext.getApplicationMap()
to be injected as the value of that field. - ApplicationMap.Literal - Class in jakarta.faces.annotation
-
Supports inline instantiation of the
ApplicationMap
qualifier. - 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.Literal - Class in jakarta.enterprise.context
-
Supports inline instantiation of the
ApplicationScoped
annotation. - ApplicationWrapper - Class in jakarta.faces.application
-
Provides a simple implementation of
Application
that can be subclassed by developers wishing to provide specialized behavior to an existingApplication
instance. - ApplicationWrapper() - Constructor for class jakarta.faces.application.ApplicationWrapper
-
Deprecated.Use the other constructor taking the implementation being wrapped.
- ApplicationWrapper(Application) - Constructor for class jakarta.faces.application.ApplicationWrapper
-
If this application has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.
- apply(FacesContext, UIComponent) - Method in class jakarta.faces.view.facelets.Facelet
-
The passed UIComponent parent will be populated/restored in accordance with the section 10.2.1 "Specification of the ViewDeclarationLanguage Implementation for Facelets for Jakarta Faces" in the Jakarta Faces Specification Document.
- 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
-
The default implementation simply calls through to
TagHandlerDelegate.apply(jakarta.faces.view.facelets.FaceletContext, jakarta.faces.component.UIComponent)
. - 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
- 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(FacesContext, UIComponent) - Method in class jakarta.faces.view.facelets.Facelet
-
The passed UIComponent parent will be populated/restored in accordance with the section 10.2.1 "Specification of the ViewDeclarationLanguage Implementation for Facelets for Jakarta Faces" in the Jakarta Faces Specification Document with only the meta data as per the
f:metadata
tag. - applyMetadata(FaceletContext, Object) - Method in class jakarta.faces.view.facelets.Metadata
-
Take the action prescribed in the Jakarta Faces Specification for this particular VDL element attribute.
- applyNextHandler(FaceletContext, UIComponent) - Method in class jakarta.faces.view.facelets.DelegatingMetaTagHandler
-
Invoke the
apply()
method on this instance'sTagHandler.nextHandler
. - applyRule(String, TagAttribute, MetadataTarget) - Method in class jakarta.faces.view.facelets.MetaRule
-
Return an abstraction that takes appropriate action given the kind of rule represented by the argument
name
, in the context of this particular concrete subclass ofMetaRule
. - 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
. - AROUND_CONSTRUCT - jakarta.enterprise.inject.spi.InterceptionType
-
Intercepts a constructor invocation
- AROUND_INVOKE - jakarta.enterprise.inject.spi.InterceptionType
-
Intercepts method invocation
- AROUND_TIMEOUT - jakarta.enterprise.inject.spi.InterceptionType
-
Intercepts a timeout
- 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.
- ARRAY - jakarta.enterprise.lang.model.AnnotationMember.Kind
-
An array value.
- ARRAY - jakarta.enterprise.lang.model.types.Type.Kind
-
E.g.
- ARRAY - jakarta.json.JsonValue.ValueType
-
JSON array.
- ArrayDataModel<E> - Class in jakarta.faces.model
-
ArrayDataModel is a convenience implementation of
DataModel
that wraps an array of Java objects. - ArrayDataModel() - Constructor for class jakarta.faces.model.ArrayDataModel
-
Construct a new
ArrayDataModel
with no specified wrapped data. - ArrayDataModel(E[]) - Constructor for class jakarta.faces.model.ArrayDataModel
-
Construct a new
ArrayDataModel
wrapping the specified array. - ArrayELResolver - Class in jakarta.el
-
Defines property resolution behavior on arrays.
- ArrayELResolver() - Constructor for class jakarta.el.ArrayELResolver
-
Creates a new read/write
ArrayELResolver
. - ArrayELResolver(boolean) - Constructor for class jakarta.el.ArrayELResolver
-
Creates a new
ArrayELResolver
whose read-only status is determined by the given parameter. - ArrayType - Interface in jakarta.enterprise.lang.model.types
-
An array type is created from a component type.
- as(Class<T>) - Method in interface jakarta.validation.Path.Node
-
Narrows the type of this node down to the given type.
- as(Class<X>) - Method in interface jakarta.persistence.criteria.Expression
-
Perform a typecast upon the expression, returning a new expression object.
- asArray() - Method in interface jakarta.enterprise.lang.model.AnnotationMember
-
Returns this array value as an immutable
List
ofAnnotationMember
s. - asArray() - Method in interface jakarta.enterprise.lang.model.types.ArrayType
- asArray() - Method in interface jakarta.enterprise.lang.model.types.Type
-
Returns this type as an array type.
- asBoolean() - Method in interface jakarta.enterprise.lang.model.AnnotationMember
-
Returns this value as a
boolean
. - asByte() - Method in interface jakarta.enterprise.lang.model.AnnotationMember
-
Returns this value as a
byte
. - asc(Expression<?>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create an ordering by the ascending value of the expression.
- asChar() - Method in interface jakarta.enterprise.lang.model.AnnotationMember
-
Returns this value as a
char
. - asClass() - Method in interface jakarta.enterprise.lang.model.declarations.ClassInfo
- asClass() - Method in interface jakarta.enterprise.lang.model.declarations.DeclarationInfo
-
Returns this declaration as a class.
- asClass() - Method in interface jakarta.enterprise.lang.model.types.ClassType
- asClass() - Method in interface jakarta.enterprise.lang.model.types.Type
-
Returns this type as a class type.
- asDeclaration() - Method in interface jakarta.enterprise.lang.model.AnnotationTarget
-
Returns this annotation target as a declaration.
- asDeclaration() - Method in interface jakarta.enterprise.lang.model.declarations.DeclarationInfo
- asDeclaration() - Method in interface jakarta.enterprise.lang.model.types.Type
- asDouble() - Method in interface jakarta.enterprise.lang.model.AnnotationMember
-
Returns this value as a
double
. - asEnum(Class<E>) - Method in interface jakarta.enterprise.lang.model.AnnotationMember
-
Returns this enum value as an instance of the enum type.
- asEnumClass() - Method in interface jakarta.enterprise.lang.model.AnnotationMember
-
Returns the type of this enum value.
- asEnumConstant() - Method in interface jakarta.enterprise.lang.model.AnnotationMember
-
Returns the name of this enum value.
- asField() - Method in interface jakarta.enterprise.lang.model.declarations.DeclarationInfo
-
Returns this declaration as a field.
- asField() - Method in interface jakarta.enterprise.lang.model.declarations.FieldInfo
- asFloat() - Method in interface jakarta.enterprise.lang.model.AnnotationMember
-
Returns this value as a
float
. - asInt() - Method in interface jakarta.enterprise.lang.model.AnnotationMember
-
Returns this value as an
int
. - asInterceptor() - Method in interface jakarta.enterprise.inject.build.compatible.spi.BeanInfo
-
Returns this bean as an interceptor.
- asInterceptor() - Method in interface jakarta.enterprise.inject.build.compatible.spi.InterceptorInfo
- 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
- asLong() - Method in interface jakarta.enterprise.lang.model.AnnotationMember
-
Returns this value as a
long
. - asMap() - Method in class jakarta.ws.rs.core.Form
-
Returns multivalued map representation of the form.
- asMethod() - Method in interface jakarta.enterprise.lang.model.declarations.DeclarationInfo
-
Returns this declaration as a method.
- asMethod() - Method in interface jakarta.enterprise.lang.model.declarations.MethodInfo
- asNestedAnnotation() - Method in interface jakarta.enterprise.lang.model.AnnotationMember
-
Returns this nested annotation value as an
AnnotationInfo
. - asPackage() - Method in interface jakarta.enterprise.lang.model.declarations.DeclarationInfo
-
Returns this declaration as a package.
- asPackage() - Method in interface jakarta.enterprise.lang.model.declarations.PackageInfo
- asParameter() - Method in interface jakarta.enterprise.lang.model.declarations.DeclarationInfo
-
Returns this declaration as a method parameter.
- asParameter() - Method in interface jakarta.enterprise.lang.model.declarations.ParameterInfo
- asParameterizedType() - Method in interface jakarta.enterprise.lang.model.types.ParameterizedType
- asParameterizedType() - Method in interface jakarta.enterprise.lang.model.types.Type
-
Returns this type as a parameterized type.
- asPrimitive() - Method in interface jakarta.enterprise.lang.model.types.PrimitiveType
- asPrimitive() - Method in interface jakarta.enterprise.lang.model.types.Type
-
Returns this type as a primitive type.
- asRecordComponent() - Method in interface jakarta.enterprise.lang.model.declarations.DeclarationInfo
-
Returns this declaration as a record component.
- asRecordComponent() - Method in interface jakarta.enterprise.lang.model.declarations.RecordComponentInfo
- 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. - asShort() - Method in interface jakarta.enterprise.lang.model.AnnotationMember
-
Returns this value as a
short
. - 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.
- asString() - Method in interface jakarta.enterprise.lang.model.AnnotationMember
-
Returns this value as a
String
. - asType() - Method in interface jakarta.enterprise.lang.model.AnnotationMember
-
Returns this class value as a
Type
. - asType() - Method in interface jakarta.enterprise.lang.model.AnnotationTarget
-
Returns this annotation target as a type.
- asType() - Method in interface jakarta.enterprise.lang.model.declarations.DeclarationInfo
- asType() - Method in interface jakarta.enterprise.lang.model.types.Type
- asTypeVariable() - Method in interface jakarta.enterprise.lang.model.types.Type
-
Returns this type as a type variable.
- asTypeVariable() - Method in interface jakarta.enterprise.lang.model.types.TypeVariable
- asVoid() - Method in interface jakarta.enterprise.lang.model.types.Type
-
Returns this type as the void pseudo-type.
- asVoid() - Method in interface jakarta.enterprise.lang.model.types.VoidType
- asWildcardType() - Method in interface jakarta.enterprise.lang.model.types.Type
-
Returns this type as a wildcard type.
- asWildcardType() - Method in interface jakarta.enterprise.lang.model.types.WildcardType
- async() - Method in interface jakarta.ws.rs.client.Invocation.Builder
-
Access the asynchronous uniform request invocation interface to asynchronously invoke the built request.
- async(boolean) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticObserverBuilder
-
Marks this synthetic observer as asynchronous if desired.
- async(boolean) - Method in interface jakarta.enterprise.inject.spi.configurator.ObserverMethodConfigurator
-
Allows modification of the asynchronous status of the observer to build.
- ASYNC - jakarta.servlet.DispatcherType
- ASYNC_CONTEXT_PATH - Static variable in interface jakarta.servlet.AsyncContext
-
The name of the request attribute under which the original context path is made available to the target of a
AsyncContext.dispatch(String)
orAsyncContext.dispatch(ServletContext,String)
- ASYNC_MAPPING - Static variable in interface jakarta.servlet.AsyncContext
-
The name of the request attribute under which the original
HttpServletMapping
is made available to the target of aAsyncContext.dispatch(String)
orAsyncContext.dispatch(ServletContext,String)
- ASYNC_PATH_INFO - Static variable in interface jakarta.servlet.AsyncContext
-
The name of the request attribute under which the original path info is made available to the target of a
AsyncContext.dispatch(String)
orAsyncContext.dispatch(ServletContext,String)
- ASYNC_QUERY_STRING - Static variable in interface jakarta.servlet.AsyncContext
-
The name of the request attribute under which the original query string is made available to the target of a
AsyncContext.dispatch(String)
orAsyncContext.dispatch(ServletContext,String)
- ASYNC_REQUEST_URI - Static variable in interface jakarta.servlet.AsyncContext
-
The name of the request attribute under which the original request URI is made available to the target of a
AsyncContext.dispatch(String)
orAsyncContext.dispatch(ServletContext,String)
- ASYNC_SERVLET_PATH - Static variable in interface jakarta.servlet.AsyncContext
-
The name of the request attribute under which the original servlet path is made available to the target of a
AsyncContext.dispatch(String)
orAsyncContext.dispatch(ServletContext,String)
- AsyncContext - Interface in jakarta.servlet
-
Class representing the execution context for an asynchronous operation that was initiated on a ServletRequest.
- AsyncEvent - Class in jakarta.servlet
-
Event that gets fired when the asynchronous operation initiated on a ServletRequest (via a call to
ServletRequest.startAsync()
orServletRequest.startAsync(ServletRequest, ServletResponse)
) has completed, timed out, or produced an error. - AsyncEvent(AsyncContext) - Constructor for class jakarta.servlet.AsyncEvent
-
Constructs an AsyncEvent from the given AsyncContext.
- AsyncEvent(AsyncContext, ServletRequest, ServletResponse) - Constructor for class jakarta.servlet.AsyncEvent
-
Constructs an AsyncEvent from the given AsyncContext, ServletRequest, and ServletResponse.
- AsyncEvent(AsyncContext, ServletRequest, ServletResponse, Throwable) - Constructor for class jakarta.servlet.AsyncEvent
-
Constructs an AsyncEvent from the given AsyncContext, ServletRequest, ServletResponse, and Throwable.
- AsyncEvent(AsyncContext, Throwable) - Constructor for class jakarta.servlet.AsyncEvent
-
Constructs an AsyncEvent from the given AsyncContext 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.
- Asynchronous - Annotation Type in jakarta.enterprise.concurrent
-
Annotates a CDI managed bean method to run asynchronously.
- Asynchronous.Result - Class in jakarta.enterprise.concurrent
-
Mechanism by which the Jakarta EE Product Provider makes available to the asynchronous method implementation the same
CompletableFuture
instance that the Jakarta EE Product Provider supplies to the caller of the asynchronous method. - 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 - asyncSupported() - Method in annotation type jakarta.servlet.annotation.WebFilter
-
Declares whether the filter supports asynchronous operation mode.
- asyncSupported() - Method in annotation type jakarta.servlet.annotation.WebServlet
-
Declares whether the servlet supports asynchronous operation mode.
- AT_BEGIN - Static variable in class jakarta.servlet.jsp.tagext.VariableInfo
-
Scope information that scripting variable is synchronized with the calling page after start tag.
- AT_END - Static variable in class jakarta.servlet.jsp.tagext.VariableInfo
-
Scope information that scripting variable is synchronized with the calling page 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 aList<AttachedObjectTarget>
. - AttachedObjectHandler - Interface in jakarta.faces.view
-
The abstract base interface for a handler representing an attached object in a VDL page.
- AttachedObjectTarget - Interface in jakarta.faces.view
-
Within the declaration of a composite component, an
AttachedObjectTarget
allows the composite component author to expose the semantics of an inner component to the page author without exposing the rendering or implementation details of the inner component. - attachWindow(FacesContext) - Method in class jakarta.faces.lifecycle.Lifecycle
-
Create or restore the
ClientWindow
to be used to display theUIViewRoot
for this run through the lifecycle. - attachWindow(FacesContext) - Method in class jakarta.faces.lifecycle.LifecycleWrapper
- Attribute<X,Y> - Interface in jakarta.persistence.metamodel
-
Represents an attribute of a Java type.
- Attribute.PersistentAttributeType - Enum in jakarta.persistence.metamodel
- attributeAdded(HttpSessionBindingEvent) - Method in interface jakarta.servlet.http.HttpSessionAttributeListener
-
Receives notification that an attribute has been added to a session.
- attributeAdded(ServletContextAttributeEvent) - Method in interface jakarta.servlet.ServletContextAttributeListener
-
Receives notification that an attribute has been added to the ServletContext.
- attributeAdded(ServletRequestAttributeEvent) - Method in interface jakarta.servlet.ServletRequestAttributeListener
-
Receives notification that an attribute has been added to the ServletRequest.
- AttributeConverter<X,Y> - Interface in jakarta.persistence
-
A class that implements this interface can be used to convert entity attribute state into database column representation and back again.
- AttributeHandler - Interface in jakarta.faces.view.facelets
-
An interface that allows other code to identify FaceletHandlers that correspond to component attributes.
- attributeName() - Method in annotation type jakarta.persistence.Convert
-
The
attributeName
element must be specified unless theConvert
annotation is on an attribute of basic type or on an element collection of basic type. - AttributeNode<T> - Interface in jakarta.persistence
-
Represents an attribute node of an entity graph.
- attributeNodes() - Method in annotation type jakarta.persistence.NamedEntityGraph
-
(Optional) A list of attributes of the entity that are included in this graph.
- attributeNodes() - Method in annotation type jakarta.persistence.NamedSubgraph
-
(Required) The list of the attributes of the class that must be included.
- AttributeOverride - Annotation Type in jakarta.persistence
-
Used to override the mapping of a
Basic
(whether explicit or default) property or field orId
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.
- 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.
- AUDIENCE - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
- 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
andServerAuthConfig
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
orServerAuthConfig
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 withnull
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. - authenticationType() - Method in annotation type jakarta.annotation.Resource
-
The authentication type to use for this resource.
- 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.
- AuthException(String, Throwable) - Constructor for exception jakarta.security.auth.message.AuthException
-
Constructs an AuthException with the specified detail message and cause.
- AuthException(Throwable) - Constructor for exception jakarta.security.auth.message.AuthException
-
Constructs an AuthException with the specified cause and a detail message of
(cause==null ? null : cause.toString())
(which typically contains the class and detail message ofcause
). - AUTHORIZATION - Static variable in interface jakarta.ws.rs.core.HttpHeaders
- AUTHORIZATION - Static variable in class jakarta.ws.rs.Priorities
-
Security authorization filter/interceptor priority.
- AUTHORIZATION_CODE - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
- AUTHORIZATION_CODE_FLOW_TYPES - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
- AUTHORIZATION_ENDPOINT - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
- authorizationEndpoint() - Method in annotation type jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdProviderMetadata
-
Required.
- AUTHORIZED_PARTY - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
- AuthStatus - Class in jakarta.security.auth.message
-
The AuthStatus class is used to represent return values from Authentication modules and Authentication Contexts.
- AUTO - jakarta.persistence.FlushModeType
-
(Default) Flushing to occur at query execution.
- AUTO - jakarta.persistence.GenerationType
-
Indicates that the persistence provider should pick an appropriate strategy for the particular database.
- AUTO - jakarta.persistence.ValidationMode
-
If a Bean Validation provider is present in the environment, the persistence provider must perform the automatic validation of entities.
- autoApply() - Method in annotation type jakarta.persistence.Converter
- 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. - AutoApplySession.Literal - Class in jakarta.security.enterprise.authentication.mechanism.http
-
Supports inline instantiation of the AutoApplySession annotation.
- autocomplete - jakarta.faces.component.html.HtmlInputFile.PropertyKeys
-
Deprecated, for removal: This API element is subject to removal in a future version.
- autocomplete - jakarta.faces.component.html.HtmlInputSecret.PropertyKeys
- autocomplete - jakarta.faces.component.html.HtmlInputText.PropertyKeys
- autoFlush - Variable in class jakarta.servlet.jsp.JspWriter
-
Whether the JspWriter is autoflushing.
- AUTOMATIC_EXTENSIONLESS_MAPPING_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 theFacesServlet
to the extensionless variant (without*.xhtml
) should be enabled. - autorun - jakarta.faces.component.html.HtmlCommandScript.PropertyKeys
- avg(Expression<N>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create an aggregate expression applying the avg operation.
B
- BAD_GATEWAY - jakarta.ws.rs.core.Response.Status
-
502 Bad Gateway, see HTTP/1.1 documentation.
- BAD_REQUEST - jakarta.ws.rs.core.Response.Status
-
400 Bad Request, see HTTP/1.1 documentation.
- BadRequestException - Exception in jakarta.ws.rs
-
A runtime exception indicating a
bad client request
. - BadRequestException() - Constructor for exception jakarta.ws.rs.BadRequestException
-
Construct a new bad client request exception.
- BadRequestException(Response) - Constructor for exception jakarta.ws.rs.BadRequestException
-
Construct a new bad client request exception.
- BadRequestException(Response, Throwable) - Constructor for exception jakarta.ws.rs.BadRequestException
-
Construct a new bad client request exception.
- BadRequestException(String) - Constructor for exception jakarta.ws.rs.BadRequestException
-
Construct a new bad client request exception.
- BadRequestException(String, Response) - Constructor for exception jakarta.ws.rs.BadRequestException
-
Construct a new bad client request exception.
- BadRequestException(String, Response, Throwable) - Constructor for exception jakarta.ws.rs.BadRequestException
-
Construct a new bad client request exception.
- BadRequestException(String, Throwable) - Constructor for exception jakarta.ws.rs.BadRequestException
-
Construct a new bad client request exception.
- BadRequestException(Throwable) - Constructor for exception jakarta.ws.rs.BadRequestException
-
Construct a new bad client request exception.
- BASE_64 - Static variable in class jakarta.json.bind.config.BinaryDataStrategy
-
Using this strategy, binary data is encoded using the Base64 encoding scheme as specified in RFC 4648 and RFC 2045.
- BASE_64_URL - Static variable in class jakarta.json.bind.config.BinaryDataStrategy
-
Using this strategy, binary data is encoded using the "URL and Filename safe Base64 Alphabet" as specified in Table 2 of RFC 4648.
- baseUri() - Method in interface jakarta.ws.rs.SeBootstrap.Configuration
-
Convenience method that returns a built the
URI
for the application. - baseUri(String) - Method in interface jakarta.ws.rs.core.Link.Builder
-
Set the base URI as a string for resolution of relative URIs.
- baseUri(URI) - Method in interface jakarta.ws.rs.core.Link.Builder
-
Set the base URI for resolution of relative URIs.
- baseUriBuilder() - Method in interface jakarta.ws.rs.SeBootstrap.Configuration
-
Returns a
UriBuilder
that includes the application root path. - Basic - Annotation Type in jakarta.persistence
-
The simplest type of mapping to a database column.
- BASIC - jakarta.persistence.metamodel.Attribute.PersistentAttributeType
-
Basic attribute
- BASIC - jakarta.persistence.metamodel.Type.PersistenceType
-
Basic type
- BASIC_AUTH - Static variable in class jakarta.faces.context.ExternalContext
-
String identifier for BASIC authentication.
- BASIC_AUTH - Static variable in interface jakarta.servlet.http.HttpServletRequest
-
String identifier for Basic authentication.
- BASIC_AUTH - Static variable in interface jakarta.ws.rs.core.SecurityContext
-
String identifier for Basic authentication.
- BasicAuthenticationCredential - Class in jakarta.security.enterprise.credential
-
BasicAuthenticationCredential
extendsUsernamePasswordCredential
to represent credentials used by HTTP Basic Authentication. - BasicAuthenticationCredential(String) - Constructor for class jakarta.security.enterprise.credential.BasicAuthenticationCredential
-
Constructor
- BasicAuthenticationMechanismDefinition - Annotation Type in jakarta.security.enterprise.authentication.mechanism.http
-
Annotation used to define a container authentication mechanism that implements the HTTP basic access authentication protocol as defined by the Servlet spec (13.6.1) and make that implementation available as an enabled CDI bean.
- BasicType<X> - Interface in jakarta.persistence.metamodel
-
Instances of the type
BasicType
represent basic types (including temporal and enumerated types). - bean() - Method in interface jakarta.enterprise.inject.build.compatible.spi.ObserverInfo
-
Returns the
bean
that declares this observer method. - Bean<T> - Interface in jakarta.enterprise.inject.spi
-
Represents an enabled bean.
- BEAN - jakarta.ejb.ConcurrencyManagementType
-
Bean developer is responsible for managing concurrent access to the bean instance.
- BEAN - jakarta.ejb.TransactionManagementType
-
Bean-managed transaction management is used.
- BEAN - jakarta.validation.ElementKind
-
A Java Bean or object.
- BeanAttributes<T> - Interface in jakarta.enterprise.inject.spi
-
The BeanAttributes interface exposes the basic attributes of a bean.
- BeanAttributesConfigurator<T> - Interface in jakarta.enterprise.inject.spi.configurator
-
This API is an helper to configure a new
BeanAttributes
instance. - beanClass(Class<?>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
-
Set the class of the configured Bean.
- beanClass(Class<?>) - Method in interface jakarta.enterprise.inject.spi.configurator.ObserverMethodConfigurator
-
Set the class of the Bean containing this observer.
- BeanConfigurator<T> - Interface in jakarta.enterprise.inject.spi.configurator
-
This API is an helper to configure a new
Bean
instance. - BeanContainer - Interface in jakarta.enterprise.inject.spi
-
BeanContainer
is a superclass ofBeanManager
containing capabilities that are portable across all CDI environments. - BeanDescriptor - Interface in jakarta.validation.metadata
-
Describes a constrained Java Bean and the constraints associated to it.
- BeanELResolver - Class in jakarta.el
-
Defines property resolution behavior on objects using the JavaBeans component architecture.
- BeanELResolver() - Constructor for class jakarta.el.BeanELResolver
-
Creates a new read/write
BeanELResolver
. - BeanELResolver(boolean) - Constructor for class jakarta.el.BeanELResolver
-
Creates a new
BeanELResolver
whose read-only status is determined by the given parameter. - BeanInfo - Interface in jakarta.enterprise.inject.build.compatible.spi
-
Beans are: managed beans beans defined by producer methods beans defined by producer fields synthetic beans Managed beans are also known as class-based beans, while beans defined by producer methods and producer fields are together also known as producer-based beans.
- BEANINFO_KEY - Static variable in class jakarta.faces.component.UIComponent
-
The value of this constant is used as the key in the component attribute map, the value for which is a
java.beans.BeanInfo
implementation describing the composite component. - beanInterface() - Method in annotation type jakarta.ejb.EJB
-
The interface type of the Enterprise Bean to which this reference is mapped.
- BeanManager - Interface in jakarta.enterprise.inject.spi
-
Allows a portable extension to interact directly with the container.
- beanName() - Method in annotation type jakarta.ejb.EJB
-
The
beanName
element references the value of thename
element of theStateful
orStateless
annotation, whether defaulted or explicit. - BeanNameELResolver - Class in jakarta.el
-
An
ELResolver
for resolving user or container managed beans. - BeanNameELResolver(BeanNameResolver) - Constructor for class jakarta.el.BeanNameELResolver
-
Constructor
- BeanNameResolver - Class in jakarta.el
-
Resolves a bean by its known name.
- BeanNameResolver() - Constructor for class jakarta.el.BeanNameResolver
- BeanParam - Annotation Type in jakarta.ws.rs
-
The annotation that may be used to inject custom JAX-RS "parameter aggregator" value object into a resource class field, property or resource method parameter.
- BeanValidator - Class in jakarta.faces.validator
-
A Validator that delegates validation of the bean property to the Bean Validation API.
- BeanValidator() - Constructor for class jakarta.faces.validator.BeanValidator
- BEARER - jakarta.security.enterprise.identitystore.openid.AccessToken.Type
- BEFORE_COMPLETION - jakarta.enterprise.event.TransactionPhase
-
Identifies a before completion observer method, called during the before completion phase of the transaction.
- BeforeBeanDiscovery - Interface in jakarta.enterprise.inject.spi
-
This event type is thrown by the container before the bean discovery process begins.
- beforeCompletion() - Method in interface jakarta.ejb.SessionSynchronization
-
The
beforeCompletion
method notifies a stateful session bean instance that a transaction is about to be committed. - beforeCompletion() - Method in interface jakarta.transaction.Synchronization
-
The beforeCompletion method is called by the transaction manager prior to the start of the two-phase transaction commit process.
- BeforeCompletion - Annotation Type in jakarta.ejb
-
Designate a stateful session bean method to receive the before completion session synchronization callback.
- BeforeDestroyed - Annotation Type in jakarta.enterprise.context
-
An event with this qualifier is fired when a context is about to be destroyed, i.e.
- BeforeDestroyed.Literal - Class in jakarta.enterprise.context
-
Supports inline instantiation of the
BeforeDestroyed
qualifier. - beforeEvaluation(ELContext, String) - Method in class jakarta.el.EvaluationListener
-
Receives notification before a Jakarta Expression Language expression is evaluated
- beforePhase(PhaseEvent) - Method in interface jakarta.faces.event.PhaseListener
-
Handle a notification that the processing for a particular phase of the request processing lifecycle is about to begin.
- beforeRequest(Map<String, List<String>>) - Method in class jakarta.websocket.ClientEndpointConfig.Configurator
-
This method is called by the implementation after it has formulated the handshake request that will be used to initiate the connection to the server, but before it has sent any part of the request.
- BeforeShutdown - Interface in jakarta.enterprise.inject.spi
-
The type of the final event the container fires after it has finished processing requests and destroyed all contexts.
- begin - Variable in class jakarta.servlet.jsp.jstl.core.LoopTagSupport
-
Starting index ('begin' attribute)
- begin() - Method in interface jakarta.enterprise.concurrent.spi.ThreadContextSnapshot
-
Applies the captured thread context snapshot to the current thread and returns a distinct
ThreadContextRestorer
instance. - begin() - Method in interface jakarta.enterprise.context.Conversation
-
Mark the current transient conversation long-running.
- begin() - Method in interface jakarta.persistence.EntityTransaction
-
Start a resource transaction.
- begin() - Method in interface jakarta.transaction.TransactionManager
-
Create a new transaction and associate it with the current thread.
- begin() - Method in interface jakarta.transaction.UserTransaction
-
Create a new transaction and associate it with the current thread.
- begin(String) - Method in interface jakarta.enterprise.context.Conversation
-
Mark the current transient conversation long-running, with a specified identifier.
- beginSpecified - Variable in class jakarta.servlet.jsp.jstl.core.LoopTagSupport
-
Boolean flag indicating whether 'begin' was specified.
- Behavior - Interface in jakarta.faces.component.behavior
-
The Behavior interface is the root API of the component behavior model.
- BEHAVIOR_EVENT_PARAM_NAME - Static variable in class jakarta.faces.component.behavior.ClientBehaviorContext
-
The request parameter name whose request parameter value identifies the type of behavior event.
- BEHAVIOR_ID - Static variable in class jakarta.faces.component.behavior.AjaxBehavior
-
The standard id for this behavior.
- BEHAVIOR_SOURCE_PARAM_NAME - Static variable in class jakarta.faces.component.behavior.ClientBehaviorContext
-
The request parameter name whose request parameter value identifies the source component of behavior event.
- BehaviorBase - Class in jakarta.faces.component.behavior
-
BehaviorBase is a convenience base class that provides a default implementation of the
Behavior
contract. - BehaviorBase() - Constructor for class jakarta.faces.component.behavior.BehaviorBase
- BehaviorConfig - Interface in jakarta.faces.view.facelets
-
Convey the id of a behavior declared in a view.
- BehaviorEvent - Class in jakarta.faces.event
-
BehaviorEvent is the event that can be generated from component
Behavior
. - BehaviorEvent(UIComponent, Behavior) - Constructor for class jakarta.faces.event.BehaviorEvent
-
Construct a new event object from the specified source component and
behavior
. - BehaviorEvent(FacesContext, UIComponent, Behavior) - Constructor for class jakarta.faces.event.BehaviorEvent
-
Construct a new event object from the Faces context, specified source component and behavior.
- BehaviorHandler - Class in jakarta.faces.view.facelets
-
The
FaceletHandler
that corresponds to attached objects that represent an instance ofClientBehavior
that must be added to the parent component, which must implementClientBehaviorHolder
, with a call toClientBehaviorHolder.addClientBehavior(java.lang.String, jakarta.faces.component.behavior.ClientBehavior)
. - BehaviorHandler(BehaviorConfig) - Constructor for class jakarta.faces.view.facelets.BehaviorHandler
-
Constructs the handler using the Id from the config.
- BehaviorHolderAttachedObjectHandler - Interface in jakarta.faces.view
-
Represent an attached object that is a
BehaviorHolder
in a VDL page. - BehaviorHolderAttachedObjectTarget - Interface in jakarta.faces.view
-
Represent a
BehaviorHolder
attached object target in a VDL page. - BehaviorListener - Interface in jakarta.faces.event
-
A generic base interface for event listeners for various types of
BehaviorEvent
s. - between(Expression<? extends Y>, Expression<? extends Y>, Expression<? extends Y>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create a predicate for testing whether the first argument is between the second and third arguments in value.
- between(Expression<? extends Y>, Y, Y) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create a predicate for testing whether the first argument is between the second and third arguments in value.
- bgcolor - jakarta.faces.component.html.HtmlDataTable.PropertyKeys
- bgcolor - jakarta.faces.component.html.HtmlPanelGrid.PropertyKeys
- BigDecimalConverter - Class in jakarta.faces.convert
-
Converter
implementation forjava.math.BigDecimal
values. - BigDecimalConverter() - Constructor for class jakarta.faces.convert.BigDecimalConverter
- bigDecimalValue() - Method in interface jakarta.json.JsonNumber
-
Returns this JSON number as a
BigDecimal
object. - BIGINTEGER_ID - Static variable in class jakarta.faces.convert.BigIntegerConverter
-
The message identifier of the
FacesMessage
to be created if the conversion toBigInteger
fails. - BigIntegerConverter - Class in jakarta.faces.convert
-
Converter
implementation forjava.math.BigInteger
values. - BigIntegerConverter() - Constructor for class jakarta.faces.convert.BigIntegerConverter
- bigIntegerValue() - Method in interface jakarta.json.JsonNumber
-
Returns this JSON number as a
BigInteger
object. - bigIntegerValueExact() - Method in interface jakarta.json.JsonNumber
-
Returns this JSON number as a
BigInteger
object. - BINARY_DATA_STRATEGY - Static variable in class jakarta.json.bind.JsonbConfig
-
Property used to specify custom binary data strategy.
- BinaryDataStrategy - Class in jakarta.json.bind.config
-
Specifies predefined binary data handling strategies.
- Bindable<T> - Interface in jakarta.persistence.metamodel
-
Instances of the type
Bindable
represent object or attribute types that can be bound into aPath
. - Bindable.BindableType - Enum in jakarta.persistence.metamodel
- bindDn() - Method in annotation type jakarta.security.enterprise.identitystore.LdapIdentityStoreDefinition
-
Distinguished name for the application or administrative user that will be used to make the initial connection to the LDAP and to perform searches and lookups.
- bindDnPassword() - Method in annotation type jakarta.security.enterprise.identitystore.LdapIdentityStoreDefinition
-
Password for the application/admin user defined by the bindDn member.
- bindings - Variable in class jakarta.faces.component.UIComponent
-
Deprecated.
- BIRTHDATE - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
- BODY_CONTENT_EMPTY - Static variable in class jakarta.servlet.jsp.tagext.TagInfo
-
Static constant for getBodyContent() when it is empty.
- BODY_CONTENT_JSP - Static variable in class jakarta.servlet.jsp.tagext.TagInfo
-
Static constant for getBodyContent() when it is JSP.
- BODY_CONTENT_SCRIPTLESS - Static variable in class jakarta.servlet.jsp.tagext.TagInfo
-
Static constant for getBodyContent() when it is scriptless.
- BODY_CONTENT_TAG_DEPENDENT - Static variable in class jakarta.servlet.jsp.tagext.TagInfo
-
Static constant for getBodyContent() when it is Tag dependent.
- bodyContent - Variable in class jakarta.servlet.jsp.tagext.BodyTagSupport
-
The current BodyContent for this BodyTag.
- BodyContent - Class in jakarta.servlet.jsp.tagext
-
An encapsulation of the evaluation of the body of an action so it is available to a tag handler.
- BodyContent(JspWriter) - Constructor for class jakarta.servlet.jsp.tagext.BodyContent
-
Protected constructor.
- bodyrows - jakarta.faces.component.html.HtmlDataTable.PropertyKeys
- bodyrows - jakarta.faces.component.html.HtmlPanelGrid.PropertyKeys
- BodyTag - Interface in jakarta.servlet.jsp.tagext
-
The BodyTag interface extends IterationTag by defining additional methods that let a tag handler manipulate the content of evaluating its body.
- BodyTagSupport - Class in jakarta.servlet.jsp.tagext
-
A base class for defining tag handlers implementing BodyTag.
- BodyTagSupport() - Constructor for class jakarta.servlet.jsp.tagext.BodyTagSupport
-
Default constructor, all subclasses are required to only define a public constructor with the same signature, and to call the superclass constructor.
- BOOLEAN - jakarta.enterprise.lang.model.AnnotationMember.Kind
-
A primitive
boolean
value. - BOOLEAN - jakarta.enterprise.lang.model.types.PrimitiveType.PrimitiveKind
- BOOLEAN_ID - Static variable in class jakarta.faces.convert.BooleanConverter
-
The message identifier of the
FacesMessage
to be created if the conversion toBoolean
fails. - BooleanConverter - Class in jakarta.faces.convert
-
Converter
implementation forjava.lang.Boolean
(and boolean primitive) values. - BooleanConverter() - Constructor for class jakarta.faces.convert.BooleanConverter
- bootstrap(Application, SeBootstrap.Configuration) - Method in class jakarta.ws.rs.ext.RuntimeDelegate
-
Perform startup of the application in Java SE environments.
- bootstrap(Class<? extends Application>, SeBootstrap.Configuration) - Method in class jakarta.ws.rs.ext.RuntimeDelegate
-
Perform startup of the application in Java SE environments.
- BootstrapConfiguration - Interface in jakarta.validation
-
Represents the user specified default configuration in
META-INF/validation.xml
. - BootstrapState - Interface in jakarta.validation.spi
-
Defines the state used to bootstrap the
Configuration
. - border - jakarta.faces.component.html.HtmlDataTable.PropertyKeys
- border - jakarta.faces.component.html.HtmlPanelGrid.PropertyKeys
- border - jakarta.faces.component.html.HtmlSelectManyCheckbox.PropertyKeys
- border - jakarta.faces.component.html.HtmlSelectOneRadio.PropertyKeys
- BOTH - jakarta.persistence.criteria.CriteriaBuilder.Trimspec
-
Trim from both ends.
- bounds() - Method in interface jakarta.enterprise.lang.model.types.TypeVariable
-
Returns the bounds declared for this type variable.
- broadcast(BehaviorEvent) - Method in interface jakarta.faces.component.behavior.Behavior
-
Broadcast the specified
BehaviorEvent
to all registered event listeners who have expressed an interest in events of this type. - broadcast(BehaviorEvent) - Method in class jakarta.faces.component.behavior.BehaviorBase
-
Default implementation of
Behavior.broadcast(jakarta.faces.event.BehaviorEvent)
. - broadcast(FacesEvent) - Method in class jakarta.faces.component.UICommand
-
In addition to to the default
UIComponent.broadcast(jakarta.faces.event.FacesEvent)
processing, pass theActionEvent
being broadcast to the method referenced byactionListener
(if any), and to the defaultActionListener
registered on theApplication
. - broadcast(FacesEvent) - Method in class jakarta.faces.component.UIComponent
-
Broadcast the specified
FacesEvent
to all registered event listeners who have expressed an interest in events of this type. - broadcast(FacesEvent) - Method in class jakarta.faces.component.UIComponentBase
- broadcast(FacesEvent) - Method in class jakarta.faces.component.UIData
-
Override the default
UIComponentBase.broadcast(jakarta.faces.event.FacesEvent)
processing to unwrap any wrappedFacesEvent
and reset the current row index, before the event is actually broadcast. - broadcast(FacesEvent) - Method in class jakarta.faces.component.UIViewAction
-
Enable the method invocation specified by this component instance to return a value that performs navigation, similar in spirit to
UICommand.broadcast(jakarta.faces.event.FacesEvent)
. - broadcast(OutboundSseEvent) - Method in interface jakarta.ws.rs.sse.SseBroadcaster
-
Publish an SSE event to all registered
SseEventSink
instances. - broadcastEvents(FacesContext, PhaseId) - Method in class jakarta.faces.component.UIViewRoot
-
Broadcast any events that have been queued.
- bufferEntity() - Method in class jakarta.ws.rs.core.Response
-
Buffer the message entity data.
- bufferSize - Variable in class jakarta.servlet.jsp.JspWriter
-
The size of the buffer used by the JspWriter.
- build() - Method in interface jakarta.enterprise.event.NotificationOptions.Builder
- build() - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Returns an
AnnotationInfo
that includes all annotation members defined by previous method calls on this builder. - build() - Method in interface jakarta.json.bind.JsonbBuilder
-
Returns a new instance of
Jsonb
based on the parameters and configuration specified previously in this builder. - build() - Method in interface jakarta.json.JsonArrayBuilder
-
Returns the current array.
- build() - Method in interface jakarta.json.JsonObjectBuilder
-
Returns the JSON object associated with this object builder.
- build() - Method in interface jakarta.json.JsonPatchBuilder
-
Returns the JSON Patch.
- build() - Method in class jakarta.websocket.ClientEndpointConfig.Builder
-
Builds a configuration object using the attributes set on this builder.
- build() - Method in class jakarta.websocket.server.ServerEndpointConfig.Builder
-
Builds the configuration object using the current attributes that have been set on this builder object.
- build() - Method in class jakarta.ws.rs.client.ClientBuilder
-
Build a new client instance using all the configuration previously specified in this client builder.
- build() - Method in class jakarta.ws.rs.core.Cookie.AbstractCookieBuilder
-
Build a new
Cookie
instance using all the configuration previously specified in this builder. - build() - Method in class jakarta.ws.rs.core.Cookie.Builder
- build() - Method in interface jakarta.ws.rs.core.EntityPart.Builder
-
Builds a new EntityPart instance using the provided property values.
- build() - Method in class jakarta.ws.rs.core.NewCookie.AbstractNewCookieBuilder
-
Build a new
NewCookie
instance using all the configuration previously specified in this builder. - build() - Method in class jakarta.ws.rs.core.NewCookie.Builder
- build() - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
-
Create a Response instance from the current ResponseBuilder.
- build() - Method in class jakarta.ws.rs.core.Variant.VariantListBuilder
-
Add the current combination of metadata to the list of supported variants (provided the current combination of metadata is not empty) and build a list of representation variants from the current state of the builder.
- build() - Method in interface jakarta.ws.rs.SeBootstrap.Configuration.Builder
-
Builds a bootstrap configuration instance from the provided property values.
- build() - Method in interface jakarta.ws.rs.sse.OutboundSseEvent.Builder
-
Build
OutboundSseEvent
. - build() - Method in class jakarta.ws.rs.sse.SseEventSource.Builder
-
Build new SSE event source pointing at a SSE streaming
web target
. - build(Object...) - Method in interface jakarta.ws.rs.core.Link.Builder
-
Finish building this link using the supplied values as URI parameters.
- build(Object...) - Method in class jakarta.ws.rs.core.UriBuilder
-
Build a URI, using the supplied values in order to replace any URI template parameters.
- build(Object[], boolean) - Method in class jakarta.ws.rs.core.UriBuilder
-
Build a URI, using the supplied values in order to replace any URI template parameters.
- build(String) - Method in interface jakarta.ws.rs.client.Invocation.Builder
-
Build a request invocation using an arbitrary request method name.
- build(String, Entity<?>) - Method in interface jakarta.ws.rs.client.Invocation.Builder
-
Build a request invocation using an arbitrary request method name and request entity.
- BuildCompatibleExtension - Interface in jakarta.enterprise.inject.build.compatible.spi
-
Build compatible extensions are service providers for this interface, as defined in
ServiceLoader
. - buildConstraintViolationWithTemplate(String) - Method in interface jakarta.validation.ConstraintValidatorContext
-
Returns a constraint violation builder building a violation report allowing to optionally associate it to a sub path.
- buildDefaultValidatorFactory() - Static method in class jakarta.validation.Validation
-
Builds and returns a
ValidatorFactory
instance based on the default Jakarta Bean Validation provider and following the XML configuration. - buildDelete() - Method in interface jakarta.ws.rs.client.Invocation.Builder
-
Build a DELETE request invocation.
- builder() - Static method in interface jakarta.enterprise.event.NotificationOptions
- builder() - Static method in interface jakarta.ws.rs.SeBootstrap.Configuration
-
Creates a new bootstrap configuration builder instance.
- Builder() - Constructor for class jakarta.ws.rs.sse.SseEventSource.Builder
-
Allows custom implementations to extend the SSE event source builder class.
- Builder(Cookie) - Constructor for class jakarta.ws.rs.core.NewCookie.Builder
-
Create a new instance supplementing the information in the supplied cookie.
- Builder(String) - Constructor for class jakarta.ws.rs.core.Cookie.Builder
-
Create a new instance.
- Builder(String) - Constructor for class jakarta.ws.rs.core.NewCookie.Builder
-
Create a new instance.
- buildFromEncoded(Object...) - Method in class jakarta.ws.rs.core.UriBuilder
-
Build a URI.
- buildFromEncodedMap(Map<String, ?>) - Method in class jakarta.ws.rs.core.UriBuilder
-
Build a URI.
- buildFromMap(Map<String, ?>) - Method in class jakarta.ws.rs.core.UriBuilder
-
Build a URI.
- buildFromMap(Map<String, ?>, boolean) - Method in class jakarta.ws.rs.core.UriBuilder
-
Build a URI.
- buildGet() - Method in interface jakarta.ws.rs.client.Invocation.Builder
-
Build a GET request invocation.
- buildPost(Entity<?>) - Method in interface jakarta.ws.rs.client.Invocation.Builder
-
Build a POST request invocation.
- buildPut(Entity<?>) - Method in interface jakarta.ws.rs.client.Invocation.Builder
-
Build a PUT request invocation.
- buildRelativized(URI, Object...) - Method in interface jakarta.ws.rs.core.Link.Builder
-
Finish building this link using the supplied values as URI parameters and relativize the result with respect to the supplied URI.
- BuildServices - Interface in jakarta.enterprise.inject.build.compatible.spi
-
Service provider interface for various services needed by
BuildCompatibleExtension
implementations. - buildValidatorFactory() - Method in interface jakarta.validation.Configuration
-
Build a
ValidatorFactory
implementation. - buildValidatorFactory(ConfigurationState) - Method in interface jakarta.validation.spi.ValidationProvider
-
Build a
ValidatorFactory
using the current provider implementation. - buildView(FacesContext, UIViewRoot) - Method in class jakarta.faces.view.ViewDeclarationLanguage
-
Take any actions specific to this VDL implementation to cause the argument
UIViewRoot
which must have been created via a call toViewDeclarationLanguage.createView(jakarta.faces.context.FacesContext, java.lang.String)
, to be populated with children. - buildView(FacesContext, UIViewRoot) - Method in class jakarta.faces.view.ViewDeclarationLanguageWrapper
- BusyConversationException - Exception in jakarta.enterprise.context
-
Indicates that the container has rejected a request because a concurrent request is associated with the same conversation context.
- BusyConversationException() - Constructor for exception jakarta.enterprise.context.BusyConversationException
- BusyConversationException(String) - Constructor for exception jakarta.enterprise.context.BusyConversationException
- BusyConversationException(String, Throwable) - Constructor for exception jakarta.enterprise.context.BusyConversationException
- BusyConversationException(Throwable) - Constructor for exception jakarta.enterprise.context.BusyConversationException
- byDefaultProvider() - Static method in class jakarta.validation.Validation
-
Builds a
Configuration
. - BYPASS - jakarta.persistence.CacheRetrieveMode
-
Bypass the cache: get data directly from the database.
- BYPASS - jakarta.persistence.CacheStoreMode
-
Don't insert into cache.
- byProvider(Class<U>) - Static method in class jakarta.validation.Validation
-
Builds a
Configuration
for a particular provider implementation. - BYTE - jakarta.enterprise.lang.model.AnnotationMember.Kind
-
A primitive
byte
value. - BYTE - jakarta.enterprise.lang.model.types.PrimitiveType.PrimitiveKind
- BYTE - Static variable in class jakarta.json.bind.config.BinaryDataStrategy
-
Using this strategy, binary data is encoded as a byte array.
- BYTE_ID - Static variable in class jakarta.faces.convert.ByteConverter
-
The message identifier of the
FacesMessage
to be created if the conversion toByte
fails. - ByteConverter - Class in jakarta.faces.convert
-
Converter
implementation forjava.lang.Byte
(and byte primitive) values. - ByteConverter() - Constructor for class jakarta.faces.convert.ByteConverter
C
- Cache - Interface in jakarta.persistence
-
Interface used to interact with the second-level cache.
- CACHE_CONTROL - Static variable in interface jakarta.ws.rs.core.HttpHeaders
- Cacheable - Annotation Type in jakarta.persistence
-
Specifies whether an entity should be cached if caching is enabled when the value of the
persistence.xml
caching element isENABLE_SELECTIVE
orDISABLE_SELECTIVE
. - cacheControl(CacheControl) - Method in interface jakarta.ws.rs.client.Invocation.Builder
-
Set the cache control data of the message.
- cacheControl(CacheControl) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
-
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.
- 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 thefind
methods and by queries. - CacheStoreMode - Enum in jakarta.persistence
-
Used as the value of the
jakarta.persistence.cache.storeMode
property to specify the behavior when data is read from the database and when data is committed into the database. - calculateCharacterEncoding(FacesContext) - Method in class jakarta.faces.application.ViewHandler
-
Returns the correct character encoding to be used for this request.
- calculateCharacterEncoding(FacesContext) - Method in class jakarta.faces.application.ViewHandlerWrapper
-
The default behavior of this method is to call
ViewHandler.calculateCharacterEncoding(jakarta.faces.context.FacesContext)
on the wrappedViewHandler
object. - calculateLocale(FacesContext) - Method in class jakarta.faces.application.ViewHandler
-
Returns an appropriate
Locale
to use for this and subsequent requests for the current client. - calculateLocale(FacesContext) - Method in class jakarta.faces.application.ViewHandlerWrapper
-
The default behavior of this method is to call
ViewHandler.calculateLocale(jakarta.faces.context.FacesContext)
on the wrappedViewHandler
object. - calculateRenderKitId(FacesContext) - Method in class jakarta.faces.application.ViewHandler
-
Return an appropriate
renderKitId
for this and subsequent requests from the current client. - calculateRenderKitId(FacesContext) - Method in class jakarta.faces.application.ViewHandlerWrapper
-
The default behavior of this method is to call
ViewHandler.calculateRenderKitId(jakarta.faces.context.FacesContext)
on the wrappedViewHandler
object. - calculateResourceLibraryContracts(FacesContext, String) - Method in class jakarta.faces.view.ViewDeclarationLanguage
-
Return the list of resource library contracts that will be made available for use in the view specified by the argument
viewId
. - calculateResourceLibraryContracts(FacesContext, String) - Method in class jakarta.faces.view.ViewDeclarationLanguageWrapper
- CALLBACK - jakarta.persistence.ValidationMode
-
The persistence provider must perform the lifecycle event validation.
- callerBaseDn() - Method in annotation type jakarta.security.enterprise.identitystore.LdapIdentityStoreDefinition
-
Base distinguished name for callers in the LDAP store (e.g., "
ou=caller,dc=eclipse,dc=net
"). - callerGroupsClaim() - Method in annotation type jakarta.security.enterprise.authentication.mechanism.http.openid.ClaimsDefinition
-
Maps the callerGroupsClaim's value to caller groups value in jakarta.security.enterprise.identitystore.IdentityStore#validate
- callerNameAttribute() - Method in annotation type jakarta.security.enterprise.identitystore.LdapIdentityStoreDefinition
-
Name of the attribute that contains the callers name in the person object (e.g., "
uid
"). - callerNameClaim() - Method in annotation type jakarta.security.enterprise.authentication.mechanism.http.openid.ClaimsDefinition
-
Maps the callerNameClaim's value to caller name value in jakarta.security.enterprise.identitystore.IdentityStore#validate
- 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, String) - Constructor for class jakarta.security.auth.message.callback.CallerPrincipalCallback
-
Create a CallerPrincipalCallback to set the container's representation of the caller 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
- callerQuery() - Method in annotation type jakarta.security.enterprise.identitystore.DatabaseIdentityStoreDefinition
-
SQL query to validate the {caller, password} pair.
- callerSearchBase() - Method in annotation type jakarta.security.enterprise.identitystore.LdapIdentityStoreDefinition
-
Search base for looking up callers (e.g., "
ou=caller,dc=eclipse,dc=net
"). - callerSearchFilter() - Method in annotation type jakarta.security.enterprise.identitystore.LdapIdentityStoreDefinition
-
Search filter to find callers when callerSearchBase is set.
- callerSearchScope() - Method in annotation type jakarta.security.enterprise.identitystore.LdapIdentityStoreDefinition
-
Search scope for caller searches: determines depth of the search in the LDAP tree.
- callerSearchScopeExpression() - Method in annotation type jakarta.security.enterprise.identitystore.LdapIdentityStoreDefinition
-
Allow callerSearchScope to be specified as a Jakarta Expression Language expression.
- canBeRequestTime() - Method in class jakarta.servlet.jsp.tagext.TagAttributeInfo
-
Whether this attribute has been specified in the TLD as rtexprvalue.
- 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(boolean) - Method in class jakarta.ejb.AsyncResult
-
This method should not be called.
- 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.
- CANNOT_ACCEPT - jakarta.websocket.CloseReason.CloseCodes
-
1003 indicates that an endpoint is terminating the connection because it has received a type of data it cannot accept (e.g., an endpoint that understands only text data MAY send this if it receives a binary message).
- CANON_EQ - jakarta.validation.constraints.Pattern.Flag
-
Enables canonical equivalence.
- captionClass - jakarta.faces.component.html.HtmlDataTable.PropertyKeys
- captionClass - jakarta.faces.component.html.HtmlPanelGrid.PropertyKeys
- captionStyle - jakarta.faces.component.html.HtmlDataTable.PropertyKeys
- captionStyle - jakarta.faces.component.html.HtmlPanelGrid.PropertyKeys
- CascadableDescriptor - Interface in jakarta.validation.metadata
-
Represents a cascadable element.
- cascade() - Method in annotation type jakarta.persistence.ManyToMany
-
(Optional) The operations that must be cascaded to the target of the association.
- cascade() - Method in annotation type jakarta.persistence.ManyToOne
-
(Optional) The operations that must be cascaded to the target of the association.
- cascade() - Method in annotation type jakarta.persistence.OneToMany
-
(Optional) The operations that must be cascaded to the target of the association.
- cascade() - Method in annotation type jakarta.persistence.OneToOne
-
(Optional) The operations that must be cascaded to the target of the association.
- CascadeType - Enum in jakarta.persistence
-
Defines the set of cascadable operations that are propagated to the associated entity.
- CASE_INSENSITIVE - jakarta.validation.constraints.Pattern.Flag
-
Enables case-insensitive matching.
- CASE_INSENSITIVE - Static variable in interface jakarta.json.bind.config.PropertyNamingStrategy
-
Using this strategy, the serialization will be same as identity.
- catalog() - Method in annotation type jakarta.persistence.CollectionTable
-
(Optional) The catalog of the table.
- catalog() - Method in annotation type jakarta.persistence.JoinTable
-
(Optional) The catalog of the table.
- catalog() - Method in annotation type jakarta.persistence.SecondaryTable
-
(Optional) The catalog of the table.
- catalog() - Method in annotation type jakarta.persistence.SequenceGenerator
-
(Optional) The catalog of the sequence generator.
- catalog() - Method in annotation type jakarta.persistence.Table
-
(Optional) The catalog of the table.
- catalog() - Method in annotation type jakarta.persistence.TableGenerator
-
(Optional) The catalog of the table.
- 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
- ceiling(Expression<N>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create an expression that returns the ceiling of its argument, that is, the smallest integer greater than or equal to its argument.
- cellpadding - jakarta.faces.component.html.HtmlDataTable.PropertyKeys
- cellpadding - jakarta.faces.component.html.HtmlPanelGrid.PropertyKeys
- cellspacing - jakarta.faces.component.html.HtmlDataTable.PropertyKeys
- cellspacing - jakarta.faces.component.html.HtmlPanelGrid.PropertyKeys
- 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.
- channel() - Method in annotation type jakarta.faces.push.Push
-
(Optional) The name of the push channel.
- channel() - Method in class jakarta.faces.push.Push.Literal
- CHAR - jakarta.enterprise.lang.model.AnnotationMember.Kind
-
A primitive
char
value. - CHAR - jakarta.enterprise.lang.model.types.PrimitiveType.PrimitiveKind
- CHAR - jakarta.persistence.DiscriminatorType
-
Single character as the discriminator type.
- 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 toCharacter
fails. - CharacterConverter - Class in jakarta.faces.convert
-
Converter
implementation forjava.lang.Character
(and char primitive) values. - CharacterConverter() - Constructor for class jakarta.faces.convert.CharacterConverter
- charset - jakarta.faces.component.html.HtmlCommandLink.PropertyKeys
- charset - jakarta.faces.component.html.HtmlOutcomeTargetLink.PropertyKeys
- charset - jakarta.faces.component.html.HtmlOutputLink.PropertyKeys
- 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.
- CLAIM_TYPES_SUPPORTED - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
- Claims - Interface in jakarta.security.enterprise.identitystore.openid
- CLAIMS_LOCALES - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
- CLAIMS_SUPPORTED - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
- claimsDefinition() - Method in annotation type jakarta.security.enterprise.authentication.mechanism.http.OpenIdAuthenticationMechanismDefinition
-
Optional.
- ClaimsDefinition - Annotation Type in jakarta.security.enterprise.authentication.mechanism.http.openid
-
ClaimsDefinition
annotation defines claims mapping in openid connect client configuration. - CLASS - jakarta.enterprise.lang.model.AnnotationMember.Kind
-
A
Class
value. - CLASS - jakarta.enterprise.lang.model.declarations.DeclarationInfo.Kind
- CLASS - jakarta.enterprise.lang.model.types.Type.Kind
-
E.g.
- ClassConfig - Interface in jakarta.enterprise.inject.build.compatible.spi
-
Allows adding annotations to and removing annotations from a class.
- classes() - Method in annotation type jakarta.persistence.SqlResultSetMapping
-
Specifies the result set mapping to constructors.
- ClassInfo - Interface in jakarta.enterprise.lang.model.declarations
-
A class.
- className() - Method in annotation type jakarta.annotation.sql.DataSourceDefinition
-
Name of a DataSource class that implements
javax.sql.DataSource
orjavax.sql.XADataSource
orjavax.sql.ConnectionPoolDataSource
. - ClassTransformer - Interface in jakarta.persistence.spi
-
A persistence provider supplies an instance of this interface to the
PersistenceUnitInfo.addTransformer
method. - ClassType - Interface in jakarta.enterprise.lang.model.types
-
A class type, including interface types, enum types, annotation types and record types.
- 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.
- cleanSubject(HttpServletRequest, HttpServletResponse, HttpMessageContext) - Method in class jakarta.security.enterprise.authentication.mechanism.http.HttpAuthenticationMechanismWrapper
- clear() - Method in class jakarta.faces.context.FlashWrapper
-
The default behavior of this method is to call
Map.clear()
on the wrappedFlash
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
- cleared() - Method in annotation type jakarta.enterprise.concurrent.ContextServiceDefinition
-
Types of context to clear whenever a thread runs the contextual task or action.
- clearedContext(Map<String, String>) - Method in interface jakarta.enterprise.concurrent.spi.ThreadContextProvider
-
Returns empty/cleared context of the provided type.
- clearInitialState() - Method in class jakarta.faces.component.behavior.BehaviorBase
-
Clears the initial state flag, causing the behavior to revert from partial to full state saving.
- clearInitialState() - Method in interface jakarta.faces.component.PartialStateHolder
-
Reset the PartialStateHolder to a non-delta tracking state.
- clearInitialState() - Method in class jakarta.faces.component.UIComponent
-
An implementation of
PartialStateHolder.clearInitialState()
, this method is called by the runtime to tell the instance to stop tracking state changes. - clearInitialState() - Method in class jakarta.faces.component.UIComponentBase
-
For each of the attached objects on this instance that implement
PartialStateHolder
, callPartialStateHolder.clearInitialState()
on the attached object. - clearInitialState() - Method in class jakarta.faces.component.UIInput
- clearInitialState() - Method in class jakarta.faces.component.UIOutput
- clearInitialState() - Method in class jakarta.faces.convert.DateTimeConverter
- clearInitialState() - Method in class jakarta.faces.convert.EnumConverter
- clearInitialState() - Method in class jakarta.faces.convert.NumberConverter
- clearInitialState() - Method in class jakarta.faces.validator.BeanValidator
- clearInitialState() - Method in class jakarta.faces.validator.DoubleRangeValidator
- clearInitialState() - Method in class jakarta.faces.validator.LengthValidator
- clearInitialState() - Method in class jakarta.faces.validator.LongRangeValidator
- clearInitialState() - Method in class jakarta.faces.validator.RegexValidator
- clearPassword() - Method in class jakarta.security.auth.message.callback.PasswordValidationCallback
-
Clear the password.
- Client - Interface in jakarta.ws.rs.client
-
Client is the main entry point to the fluent API used to build and execute client requests in order to consume responses returned.
- CLIENT - jakarta.ws.rs.RuntimeType
-
JAX-RS client run-time.
- 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_ERROR - jakarta.ws.rs.core.Response.Status.Family
-
4xx
HTTP status codes. - CLIENT_ID - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
- CLIENT_SECRET - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
- CLIENT_WINDOW_FACTORY - Static variable in class jakarta.faces.FactoryFinder
-
The property name for the
ClientWindowFactory
class name. - CLIENT_WINDOW_MODE_PARAM_NAME - Static variable in class jakarta.faces.lifecycle.ClientWindow
-
The context-param that controls the operation of the
ClientWindow
feature. - CLIENT_WINDOW_PARAM - Static variable in class jakarta.faces.render.ResponseStateManager
-
The name of the hidden field that refers to the encoded ClientWindow.
- CLIENT_WINDOW_URL_PARAM - Static variable in class jakarta.faces.render.ResponseStateManager
-
The name of the URL query parameter for transmitting the client window id.
- ClientAuth - Interface in jakarta.security.auth.message
-
An implementation of this interface is used to secure service request messages, and validate received service response messages.
- ClientAuthConfig - Interface in jakarta.security.auth.message.config
-
This interface encapsulates the configuration of ClientAuthContext objects for a message layer and application context (for example, the messaging context of a specific application, or set of applications).
- ClientAuthContext - Interface in jakarta.security.auth.message.config
-
This ClientAuthContext class encapsulates ClientAuthModules that are used to secure service requests made by a client, and to validate any responses received to those requests.
- ClientAuthModule - Interface in jakarta.security.auth.message.module
-
A ClientAuthModule secures request messages, and validates received response messages.
- ClientBehavior - Interface in jakarta.faces.component.behavior
-
ClientBehavior is the base contract for
Behavior
s that attach script content to client-side events exposed byClientBehaviorHolder
components. - ClientBehaviorBase - Class in jakarta.faces.component.behavior
-
ClientBehaviorBase is a convenience base class that implements the default concrete behavior of all methods defined by
ClientBehavior
. - ClientBehaviorBase() - Constructor for class jakarta.faces.component.behavior.ClientBehaviorBase
- ClientBehaviorContext - Class in jakarta.faces.component.behavior
-
ClientBehaviorContext provides context information that may be useful to
ClientBehavior.getScript(jakarta.faces.component.behavior.ClientBehaviorContext)
implementations. - ClientBehaviorContext() - Constructor for class jakarta.faces.component.behavior.ClientBehaviorContext
- ClientBehaviorContext.Parameter - Class in jakarta.faces.component.behavior
-
Parameter instances represent name/value pairs that "submitting" ClientBehavior implementations should include when posting back into the Faces lifecycle.
- ClientBehaviorHint - Enum in jakarta.faces.component.behavior
-
An enum that specifies hints that describes the behavior of ClientBehavior implementations.
- ClientBehaviorHolder - Interface in jakarta.faces.component.behavior
-
The ClientBehaviorHolder interface may be implemented by any concrete
UIComponent
that wishes to support client behaviors as defined byClientBehavior
. - 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(int) - 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(Response) - Constructor for exception jakarta.ws.rs.ClientErrorException
-
Construct a new client error exception.
- ClientErrorException(Response.Status) - 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(Response, Throwable) - 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(String, int, Throwable) - 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(String, Response.Status) - 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(String, Response, Throwable) - Constructor for exception jakarta.ws.rs.ClientErrorException
-
Construct a new client error exception.
- clientId() - Method in annotation type jakarta.security.enterprise.authentication.mechanism.http.OpenIdAuthenticationMechanismDefinition
-
Required.
- 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.
- clientSecret() - Method in annotation type jakarta.security.enterprise.authentication.mechanism.http.OpenIdAuthenticationMechanismDefinition
-
Required.
- 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 aUIViewRoot
. - ClientWindow() - Constructor for class jakarta.faces.lifecycle.ClientWindow
- ClientWindowFactory - Class in jakarta.faces.lifecycle
-
Create
ClientWindow
instances based on the incoming request. - ClientWindowFactory() - Constructor for class jakarta.faces.lifecycle.ClientWindowFactory
-
Deprecated.Use the other constructor taking the implementation being wrapped.
- ClientWindowFactory(ClientWindowFactory) - Constructor for class jakarta.faces.lifecycle.ClientWindowFactory
-
If this factory has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.
- ClientWindowScoped - Annotation Type in jakarta.faces.lifecycle
-
ClientWindowScoped is a CDI scope that causes the runtime to consider classes with this annotation to be in the scope of the current
ClientWindow
. - clientWindowTransition(FacesContext) - Method in class jakarta.faces.flow.FlowHandler
-
Allow for flow transitions in the case of components rendered by the renderers from component-family
jakarta.faces.OutcomeTarget
. - ClientWindowWrapper - Class in jakarta.faces.lifecycle
-
Wrapper for
ClientWindow
- ClientWindowWrapper() - Constructor for class jakarta.faces.lifecycle.ClientWindowWrapper
-
Deprecated.Use the other constructor taking the implementation being wrapped.
- ClientWindowWrapper(ClientWindow) - Constructor for class jakarta.faces.lifecycle.ClientWindowWrapper
-
If this client window has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.
- clockProvider(ClockProvider) - Method in interface jakarta.validation.Configuration
-
Defines the clock provider.
- clockProvider(ClockProvider) - Method in interface jakarta.validation.ValidatorContext
-
Defines the
ClockProvider
implementation used by theValidator
. - ClockProvider - Interface in jakarta.validation
-
Contract for obtaining the
Clock
used as the reference fornow
when validating the@Future
and@Past
constraints. - 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 specifiedWriter
as the output destination. - cloneWithWriter(Writer) - Method in class jakarta.faces.context.ResponseWriterWrapper
-
The default behavior of this method is to call
ResponseWriter.cloneWithWriter(java.io.Writer)
on the wrappedResponseWriter
object. - close() - Method in class jakarta.ejb.embeddable.EJBContainer
-
Shutdown an embeddable EJBContainer instance.
- close() - Method in interface jakarta.enterprise.inject.Instance.Handle
-
Delegates to
Instance.Handle.destroy()
. - close() - Method in interface jakarta.enterprise.inject.se.SeContainer
-
Shuts down this SeContainer instance when it is no longer in scope.
- close() - Method in class jakarta.faces.context.ResponseWriterWrapper
-
The default behavior of this method is to call
Writer.close()
on the wrappedResponseWriter
object. - close() - Method in interface jakarta.json.JsonReader
-
Closes this reader and frees any resources associated with the reader.
- close() - Method in interface jakarta.json.JsonWriter
- close() - Method in interface jakarta.json.stream.JsonGenerator
-
Closes this generator and frees any resources associated with it.
- close() - Method in interface jakarta.json.stream.JsonParser
-
Closes this parser and frees any resources associated with the parser.
- close() - Method in interface jakarta.persistence.EntityManager
-
Close an application-managed entity manager.
- close() - Method in interface jakarta.persistence.EntityManagerFactory
-
Close the factory, releasing any resources that it holds.
- close() - Method in class jakarta.servlet.jsp.JspWriter
-
Close the stream, flushing it first.
- close() - Method in interface jakarta.validation.ValidatorFactory
-
Closes the
ValidatorFactory
instance. - close() - Method in interface jakarta.websocket.Session
-
Close the current conversation with a normal status code and no reason phrase.
- close() - 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(boolean) - Method in interface jakarta.ws.rs.sse.SseBroadcaster
-
Close the broadcaster and release any resources associated with it.
- 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.
- close(CloseReason) - Method in interface jakarta.websocket.Session
-
Close the current conversation, giving a reason for the closure.
- CLOSED_ABNORMALLY - jakarta.websocket.CloseReason.CloseCodes
-
1006 is a reserved value and MUST NOT be set as a status code in a Close control frame by an endpoint.
- 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() - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create a coalesce expression.
- 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.
- CODE - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
- coerceToType(Object, Class<T>) - Method in class jakarta.el.ExpressionFactory
-
Coerces an object to a specific type according to the Jakarta Expression Language type conversion rules.
- COLLECTION - jakarta.persistence.metamodel.PluralAttribute.CollectionType
-
Collection-valued attribute
- CollectionAttribute<X,E> - Interface in jakarta.persistence.metamodel
-
Instances of the type
CollectionAttribute
represent persistentjava.util.Collection
-valued attributes. - CollectionDataModel<E> - Class in jakarta.faces.model
-
CollectionDataModel is a convenience implementation of
DataModel
that wraps anCollection
of Java objects. - CollectionDataModel() - Constructor for class jakarta.faces.model.CollectionDataModel
-
Construct a new
CollectionDataModel
with no specified wrapped data. - CollectionDataModel(Collection<E>) - Constructor for class jakarta.faces.model.CollectionDataModel
-
Construct a new
CollectionDataModel
wrapping the specified list. - CollectionJoin<Z,E> - Interface in jakarta.persistence.criteria
-
The
CollectionJoin
interface is the type of the result of joining to a collection over an association or element collection that has been specified as ajava.util.Collection
. - CollectionTable - Annotation Type in jakarta.persistence
-
Specifies the table that is used for the mapping of collections of basic or embeddable types.
- cols - jakarta.faces.component.html.HtmlInputTextarea.PropertyKeys
- column() - Method in annotation type jakarta.persistence.AttributeOverride
-
(Required) The column that is being mapped to the persistent attribute.
- column() - Method in annotation type jakarta.persistence.FieldResult
-
Name of the column in the SELECT clause - i.e., column aliases, if applicable.
- Column - Annotation Type in jakarta.persistence
-
Specifies the mapped column for a persistent property or field.
- columnClasses - jakarta.faces.component.html.HtmlDataTable.PropertyKeys
- columnClasses - jakarta.faces.component.html.HtmlPanelGrid.PropertyKeys
- columnDefinition() - Method in annotation type jakarta.persistence.Column
-
(Optional) The SQL fragment that is used when generating the DDL for the column.
- columnDefinition() - Method in annotation type jakarta.persistence.DiscriminatorColumn
-
(Optional) The SQL fragment that is used when generating the DDL for the discriminator column.
- columnDefinition() - Method in annotation type jakarta.persistence.JoinColumn
-
(Optional) The SQL fragment that is used when generating the DDL for the column.
- columnDefinition() - Method in annotation type jakarta.persistence.MapKeyColumn
-
(Optional) The SQL fragment that is used when generating the DDL for the column.
- columnDefinition() - Method in annotation type jakarta.persistence.MapKeyJoinColumn
-
(Optional) The SQL fragment that is used when generating the DDL for the column.
- columnDefinition() - Method in annotation type jakarta.persistence.OrderColumn
-
(Optional) The SQL fragment that is used when generating the DDL for the column.
- columnDefinition() - Method in annotation type jakarta.persistence.PrimaryKeyJoinColumn
-
(Optional) The SQL fragment that is used when generating the DDL for the column.
- columnList() - Method in annotation type jakarta.persistence.Index
-
(Required) The names of the columns to be included in the index, in order.
- columnNames() - Method in annotation type jakarta.persistence.UniqueConstraint
-
(Required) An array of the column names that make up the constraint.
- ColumnResult - Annotation Type in jakarta.persistence
-
Used in conjunction with the
SqlResultSetMapping
annotation orConstructorResult
annotation to map a column of the SELECT list of a SQL query. - columns - jakarta.faces.component.html.HtmlPanelGrid.PropertyKeys
- columns() - Method in annotation type jakarta.persistence.ConstructorResult
-
(Required) The mapping of columns in the SELECT list to the arguments of the intended constructor, in order.
- columns() - Method in annotation type jakarta.persistence.SqlResultSetMapping
-
Specifies the result set mapping to scalar values.
- comment(String) - Method in class jakarta.ws.rs.core.NewCookie.AbstractNewCookieBuilder
-
Set the comment associated with the cookie.
- comment(String) - Method in interface jakarta.ws.rs.sse.OutboundSseEvent.Builder
-
Set comment string associated with the event.
- comments() - Method in annotation type jakarta.annotation.Generated
-
A place holder for any comments that the code generator may want to include in the generated code.
- COMMENTS - jakarta.validation.constraints.Pattern.Flag
-
Permits whitespace and comments in pattern.
- 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.
- COMMIT - jakarta.persistence.FlushModeType
-
Flushing to occur at transaction commit.
- CommonAbstractCriteria - Interface in jakarta.persistence.criteria
-
The
CommonAbstractCriteria
interface defines functionality that is common to both top-level criteria queries and subqueries as well as to update and delete criteria operations. - compareTo(Object) - Method in class jakarta.faces.application.FacesMessage.Severity
-
Compare this
FacesMessage.Severity
instance to the specified one. - compareTo(Object) - Method in class jakarta.faces.event.PhaseId
-
Compare this
PhaseId
instance to the specified one. - compareTo(String) - Method in class jakarta.security.enterprise.credential.Password
- compareTo(String, String) - Method in class jakarta.security.enterprise.credential.UsernamePasswordCredential
- compareValues(Object, Object) - Method in class jakarta.faces.component.UIInput
-
Return
true
if the new value is different from the previous value. - compareValues(Object, Object) - Method in class jakarta.faces.component.UISelectMany
-
Return
true
if the new value is different from the previous value. - complete() - Method in interface jakarta.servlet.AsyncContext
-
Completes the asynchronous operation that was started on the request that was used to initialze this AsyncContext, closing the response that was used to initialize this AsyncContext.
- complete(T) - Static method in class jakarta.enterprise.concurrent.Asynchronous.Result
-
Completes the
CompletableFuture
instance that the Jakarta EE Product Provider supplies to the caller of the asynchronous method. - COMPLETE - jakarta.faces.component.visit.VisitResult
-
This result indicates that the tree visit should be terminated.
- completed(RESPONSE) - Method in interface jakarta.ws.rs.client.InvocationCallback
-
Called when the invocation was successfully completed.
- completedFuture(U) - Method in interface jakarta.enterprise.concurrent.ManagedExecutorService
-
Returns a new
CompletableFuture
that is already completed with the specified value. - completedStage(U) - Method in interface jakarta.enterprise.concurrent.ManagedExecutorService
-
Returns a new
CompletionStage
that is already completed with the specified value. - CompletionCallback - Interface in jakarta.ws.rs.container
-
A request processing callback that receives request processing completion events.
- CompletionStageRxInvoker - Interface in jakarta.ws.rs.client
-
Reactive invoker based
CompletionStage
. - COMPONENT_FAMILY - Static variable in class jakarta.faces.component.UIColumn
-
The standard component family for this component.
- COMPONENT_FAMILY - Static variable in class jakarta.faces.component.UICommand
-
The standard component family for this component.
- COMPONENT_FAMILY - Static variable in class jakarta.faces.component.UIData
-
The standard component family for this component.
- COMPONENT_FAMILY - Static variable in class jakarta.faces.component.UIForm
-
The standard component family for this component.
- COMPONENT_FAMILY - Static variable in class jakarta.faces.component.UIGraphic
-
The standard component family for this component.
- COMPONENT_FAMILY - Static variable in class jakarta.faces.component.UIImportConstants
-
The standard component family for this component.
- COMPONENT_FAMILY - Static variable in class jakarta.faces.component.UIInput
-
The standard component family for this component.
- COMPONENT_FAMILY - Static variable in class jakarta.faces.component.UIMessage
-
The standard component family for this component.
- COMPONENT_FAMILY - Static variable in class jakarta.faces.component.UIMessages
-
The standard component family for this component.
- COMPONENT_FAMILY - Static variable in class jakarta.faces.component.UINamingContainer
-
The standard component family for this component.
- COMPONENT_FAMILY - Static variable in class jakarta.faces.component.UIOutcomeTarget
-
The standard component family for this component.
- COMPONENT_FAMILY - Static variable in class jakarta.faces.component.UIOutput
-
The standard component family for this component.
- COMPONENT_FAMILY - Static variable in class jakarta.faces.component.UIPanel
-
The standard component family for this component.
- COMPONENT_FAMILY - Static variable in class jakarta.faces.component.UIParameter
-
The standard component family for this component.
- COMPONENT_FAMILY - Static variable in class jakarta.faces.component.UISelectBoolean
-
The standard component family for this component.
- COMPONENT_FAMILY - Static variable in class jakarta.faces.component.UISelectItem
-
The standard component family for this component.
- COMPONENT_FAMILY - Static variable in class jakarta.faces.component.UISelectItems
-
The standard component family for this component.
- COMPONENT_FAMILY - Static variable in class jakarta.faces.component.UISelectMany
-
The standard component family for this component.
- COMPONENT_FAMILY - Static variable in class jakarta.faces.component.UISelectOne
-
The standard component family for this component.
- COMPONENT_FAMILY - Static variable in class jakarta.faces.component.UIViewAction
-
The standard component family for this component.
- COMPONENT_FAMILY - Static variable in class jakarta.faces.component.UIViewParameter
-
The standard component family for this component.
- COMPONENT_FAMILY - Static variable in class jakarta.faces.component.UIViewRoot
-
The standard component family for this component.
- COMPONENT_FAMILY - Static variable in class jakarta.faces.component.UIWebsocket
-
The standard component family for this component.
- COMPONENT_RESOURCE_KEY - Static variable in class jakarta.faces.application.Resource
-
This constant is used as the key in the component attribute map of a composite component to associate the component with its
Resource
instance. - COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlBody
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlColumn
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlCommandButton
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlCommandLink
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlCommandScript
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlDataTable
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlDoctype
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlForm
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlGraphicImage
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlHead
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlInputFile
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlInputHidden
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlInputSecret
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlInputText
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlInputTextarea
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlMessage
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlMessages
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlOutcomeTargetButton
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlOutcomeTargetLink
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlOutputFormat
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlOutputLabel
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlOutputLink
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlOutputText
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlPanelGrid
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlPanelGroup
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlSelectManyCheckbox
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlSelectManyListbox
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlSelectManyMenu
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlSelectOneListbox
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlSelectOneMenu
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlSelectOneRadio
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.UIColumn
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.UICommand
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.UIData
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.UIForm
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.UIGraphic
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.UIImportConstants
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.UIInput
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.UIMessage
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.UIMessages
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.UINamingContainer
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.UIOutcomeTarget
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.UIOutput
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.UIPanel
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.UIParameter
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.UISelectBoolean
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.UISelectItem
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.UISelectItemGroup
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.UISelectItemGroups
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.UISelectItems
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.UISelectMany
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.UISelectOne
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.UIViewAction
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.UIViewParameter
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.UIViewRoot
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.UIWebsocket
-
The standard component type for this component.
- ComponentConfig - Interface in jakarta.faces.view.facelets
-
Passed to the constructor of
ComponentHandler
. - componentFamily() - Method in annotation type jakarta.faces.render.FacesRenderer
-
The value of this annotation attribute is taken to be the component-family which, in combination with
FacesRenderer.rendererType()
can be used to obtain a reference to an instance of thisRenderer
by callingRenderKit.getRenderer(java.lang.String, java.lang.String)
. - ComponentHandler - Class in jakarta.faces.view.facelets
-
Public base class for markup element instances that map to
UIComponent
instances in the view. - ComponentHandler(ComponentConfig) - Constructor for class jakarta.faces.view.facelets.ComponentHandler
-
Leverage the
TagHandlerDelegateFactory
provided by the implementation to create an instance ofTagHandlerDelegate
designed for use withComponentHandler
. - ComponentNotFoundException - Exception in jakarta.faces.component.search
-
Typed
FacesException
for theSearchExpressionHandler
, if a component can't be resolved. - ComponentNotFoundException() - Constructor for exception jakarta.faces.component.search.ComponentNotFoundException
-
Construct a new exception with no detail message or root cause.
- ComponentNotFoundException(String) - Constructor for exception jakarta.faces.component.search.ComponentNotFoundException
-
Construct a new exception with the specified detail message and no root cause.
- ComponentNotFoundException(String, Throwable) - Constructor for exception jakarta.faces.component.search.ComponentNotFoundException
-
Construct a new exception with the specified detail message and root cause.
- ComponentNotFoundException(Throwable) - Constructor for exception jakarta.faces.component.search.ComponentNotFoundException
-
Construct a new exception with the specified root cause.
- ComponentSystemEvent - Class in jakarta.faces.event
-
ComponentSystemEvent is the base class for
SystemEvent
s that are specific to aUIComponent
instance. - ComponentSystemEvent(UIComponent) - Constructor for class jakarta.faces.event.ComponentSystemEvent
-
Pass the argument
component
to the superclass constructor. - ComponentSystemEvent(FacesContext, UIComponent) - Constructor for class jakarta.faces.event.ComponentSystemEvent
-
Pass the argument
component
to the superclass constructor. - ComponentSystemEventListener - Interface in jakarta.faces.event
-
Implementors of this class do not need an
isListenerForSource()
method because they are only installed on specific component instances, therefore theisListenerForSource()
method is implicit. - componentType() - Method in interface jakarta.enterprise.lang.model.types.ArrayType
-
Returns the component type of this array type, as defined by The Java™ Language Specification.
- 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 thecomponent-type
of the composite component rootUIComponent
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 inUIComponent.FACETS_KEY
for thePropertyDescriptor
describing the composite component facet. - CompositeComponentExpressionHolder - Interface in jakarta.faces.el
-
This interface must be implemented by the
Map
returned by the composite componentELResolver
, described in section 5.4.3.1 "faces.CompositeComponentAttributesELResolver" of the Jakarta Faces Specification Document, 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
-
Creates a new FaceletHandler out of the given inner FaceletHandlers.
- 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() - Method in class jakarta.servlet.jsp.jstl.core.ConditionalTagSupport
-
Subclasses implement this method to compute the boolean result of the conditional action.
- 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.NavigationCaseBuilder
-
Set the if of the current navigation case.
- condition(String) - Method in class jakarta.faces.flow.builder.SwitchCaseBuilder
-
Set the if in the previously created switch case.
- 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.
- CONFIDENTIAL - jakarta.servlet.annotation.ServletSecurity.TransportGuarantee
-
All user data must be encrypted by the transport (typically using SSL/TLS).
- 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 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 theNavigationCase
s that make up the rule-base for navigation. - ConfigurableNavigationHandler() - Constructor for class jakarta.faces.application.ConfigurableNavigationHandler
- ConfigurableNavigationHandlerWrapper - Class in jakarta.faces.application
-
Provides a simple implementation of
ConfigurableNavigationHandler
that can be subclassed by developers wishing to provide specialized behavior to an existingConfigurableNavigationHandler
instance. - ConfigurableNavigationHandlerWrapper() - Constructor for class jakarta.faces.application.ConfigurableNavigationHandlerWrapper
-
Deprecated.Use the other constructor taking the implementation being wrapped.
- ConfigurableNavigationHandlerWrapper(ConfigurableNavigationHandler) - Constructor for class jakarta.faces.application.ConfigurableNavigationHandlerWrapper
-
If this configurable navigation handler has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.
- configuration() - Method in interface jakarta.ws.rs.SeBootstrap.Instance
-
Provides access to the configuration actually used by the implementation used to create this instance.
- 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() - Method in annotation type jakarta.websocket.ClientEndpoint
-
An optional custom configurator class that the developer would like to use to provide custom configuration of new instances of this endpoint.
- configurator() - Method in annotation type jakarta.websocket.server.ServerEndpoint
-
The optional custom configurator class that the developer would like to use to further configure new instances of this endpoint.
- configurator(ClientEndpointConfig.Configurator) - Method in class jakarta.websocket.ClientEndpointConfig.Builder
-
Sets the configurator object for the configuration this builder will build.
- 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.ClientEndpointConfig.Configurator
- Configurator() - Constructor for class jakarta.websocket.server.ServerEndpointConfig.Configurator
- configure() - Method in interface jakarta.enterprise.inject.spi.InjectionTargetFactory
-
Returns an
AnnotatedTypeConfigurator
to to configure theAnnotatedType
used to create theInjectionTarget
. - configure() - Method in interface jakarta.enterprise.inject.spi.InterceptionFactory
-
Returns an
AnnotatedTypeConfigurator
initialized with theAnnotatedType
created either for the class passed toBeanManager.createInterceptionFactory(CreationalContext, Class)
or derived from theInterceptionFactory
parameter injection point. - configure() - Method in interface jakarta.validation.bootstrap.GenericBootstrap
-
Returns a generic
Configuration
implementation. - configure() - Method in interface jakarta.validation.bootstrap.ProviderSpecificBootstrap
-
Determines the provider implementation suitable for
T
and delegates the creation of this specificConfiguration
subclass to the provider. - configure(ResourceInfo, FeatureContext) - Method in interface jakarta.ws.rs.container.DynamicFeature
-
A callback method called by the JAX-RS runtime during the application deployment to register provider instances or classes in a
runtime configuration
scope of a particularresource or sub-resource method
; i.e. - configure(FeatureContext) - Method in interface jakarta.ws.rs.core.Feature
-
A call-back method called when the feature is to be enabled in a given runtime configuration scope.
- configureAnnotatedType() - Method in interface jakarta.enterprise.inject.spi.ProcessAnnotatedType
-
Returns an
AnnotatedTypeConfigurator
initialized with theAnnotatedType
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 theBeanAttributes
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 theInjectionPoint
processed by this event to configure a new InjectionPoint that will replace the original one at the end of the observer invocation. - configureInterceptorBinding(Class<T>) - Method in interface jakarta.enterprise.inject.spi.BeforeBeanDiscovery
-
Obtains a new
AnnotatedTypeConfigurator
to configure a newAnnotatedType
and declares it as an interceptor binding type. - configureObserverMethod() - Method in interface jakarta.enterprise.inject.spi.ProcessObserverMethod
-
Returns a
ObserverMethodConfigurator
initialized with theObserverMethod
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 theProducer
processed by this event, to configure a newProducer
that will replace the original one at the end of the observer invocation. - configureQualifier(Class<T>) - Method in interface jakarta.enterprise.inject.spi.BeforeBeanDiscovery
-
Obtains a new
AnnotatedTypeConfigurator
to configure a newAnnotatedType
and declares it as a Qualifier qualifier type. - CONFLICT - jakarta.ws.rs.core.Response.Status
-
409 Conflict, see HTTP/1.1 documentation.
- 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(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<?>, URI) - Method in interface jakarta.websocket.WebSocketContainer
-
Connect the supplied annotated endpoint to its server.
- connectToServer(Class<? extends Endpoint>, ClientEndpointConfig, URI) - Method in interface jakarta.websocket.WebSocketContainer
-
Connect the supplied programmatic endpoint to its server with the given configuration.
- connectToServer(Object, URI) - Method in interface jakarta.websocket.WebSocketContainer
-
Connect the supplied annotated endpoint instance to its server.
- CONSENT - jakarta.security.enterprise.authentication.mechanism.http.openid.PromptType
-
The Authorization Server SHOULD prompt the End-User for consent before returning information to the Client.
- ConstrainedTo - Annotation Type in jakarta.ws.rs
-
Indicates the run-time context in which an annotated JAX-RS provider is applicable.
- constraint() - Method in annotation type jakarta.validation.OverridesAttribute
- Constraint - Annotation Type in jakarta.validation
-
Marks an annotation as being a Jakarta Bean Validation constraint.
- CONSTRAINT - jakarta.persistence.ConstraintMode
-
Apply the constraint.
- ConstraintDeclarationException - Exception in jakarta.validation
-
Exception raised if a constraint declaration is not legal.
- ConstraintDeclarationException() - Constructor for exception jakarta.validation.ConstraintDeclarationException
- ConstraintDeclarationException(String) - 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() - Constructor for exception jakarta.validation.ConstraintDefinitionException
- ConstraintDefinitionException(String) - 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.
- constraintIndex() - Method in annotation type jakarta.validation.OverridesAttribute
-
The index of the targeted constraint declaration when using multiple constraints of the same type.
- 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 typeT
. - 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(ConstraintValidatorFactory) - Method in interface jakarta.validation.ValidatorContext
-
Defines the constraint validator factory implementation used by the
Validator
. - ConstraintValidatorFactory - Interface in jakarta.validation
-
Instantiates a
ConstraintValidator
instance based off its class. - 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.
- CONSTRUCTOR - jakarta.validation.ElementKind
-
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.build.compatible.spi.ClassConfig
-
Returns a collection of
MethodConfig
objects for each constructor of this class, as defined byClassInfo.constructors
. - constructors() - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedTypeConfigurator
- constructors() - Method in interface jakarta.enterprise.lang.model.declarations.ClassInfo
-
Returns a collection of constructors declared or implicitly declared in this class.
- CONSTRUCTORS - jakarta.validation.executable.ExecutableType
-
All constructors.
- Consumes - Annotation Type in jakarta.ws.rs
-
Defines the media types that the methods of a resource class or
MessageBodyReader
can accept. - CONTAINER - jakarta.annotation.Resource.AuthenticationType
- CONTAINER - jakarta.ejb.ConcurrencyManagementType
-
Container is responsible for managing concurrent access to the bean instance.
- CONTAINER - jakarta.ejb.TransactionManagementType
-
Container-managed transaction management is used.
- CONTAINER_ELEMENT - jakarta.validation.ElementKind
-
An element stored in a container, e.g.
- ContainerDescriptor - Interface in jakarta.validation.metadata
-
Represents an element that might be a container, thus allowing container element constraints.
- ContainerElementTypeDescriptor - Interface in jakarta.validation.metadata
-
Describes a validated container element type, e.g.
- ContainerProvider - Class in jakarta.websocket
-
Provider class that allows the developer to get a reference to the implementation of the WebSocketContainer.
- ContainerProvider() - Constructor for class jakarta.websocket.ContainerProvider
- ContainerRequestContext - Interface in jakarta.ws.rs.container
-
Container request filter context.
- ContainerRequestFilter - Interface in jakarta.ws.rs.container
-
An extension interface implemented by container request filters.
- ContainerResponseContext - Interface in jakarta.ws.rs.container
-
Container response filter context.
- ContainerResponseFilter - Interface in jakarta.ws.rs.container
-
An extension interface implemented by container response filters.
- contains(Class, Object) - Method in interface jakarta.persistence.Cache
-
Whether the cache contains data for the given entity.
- contains(Object) - Method in interface jakarta.persistence.EntityManager
-
Check if the instance is a managed entity instance belonging to the current persistence context.
- containsHeader(String) - Method in interface jakarta.servlet.http.HttpServletResponse
-
Returns a boolean indicating whether the named response header has already been set.
- containsHeader(String) - Method in class jakarta.servlet.http.HttpServletResponseWrapper
-
The default behavior of this method is to call containsHeader(String name) on the wrapped response object.
- containsKey(Object) - Method in class jakarta.faces.context.FlashWrapper
-
The default behavior of this method is to call
Map.containsKey(Object)
on the wrappedFlash
object. - containsKey(Object) - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
- containsValue(JsonStructure) - Method in interface jakarta.json.JsonPointer
-
Returns
true
if there is a value at the referenced location in the specifiedtarget
. - containsValue(Object) - Method in class jakarta.faces.context.FlashWrapper
-
The default behavior of this method is to call
Map.containsValue(Object)
on the wrappedFlash
object. - containsValue(Object) - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
- content(InputStream) - Method in interface jakarta.ws.rs.core.EntityPart.Builder
-
Sets the content for this part.
- content(Object) - Method in interface jakarta.ws.rs.core.EntityPart.Builder
-
Sets the content for this part.
- content(String, InputStream) - Method in interface jakarta.ws.rs.core.EntityPart.Builder
-
Convenience method, equivalent to calling
fileName(fileName).content(content)
. - content(T, GenericType<T>) - Method in interface jakarta.ws.rs.core.EntityPart.Builder
-
Sets the content for this part.
- content(T, Class<? extends T>) - Method in interface jakarta.ws.rs.core.EntityPart.Builder
-
Sets the content for this part.
- CONTENT_DISPOSITION - Static variable in interface jakarta.ws.rs.core.HttpHeaders
-
See IETF RFC-2183.
- CONTENT_ENCODING - Static variable in interface jakarta.ws.rs.core.HttpHeaders
- CONTENT_ID - Static variable in interface jakarta.ws.rs.core.HttpHeaders
-
See IETF RFC-2392.
- 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() - Method in annotation type jakarta.enterprise.concurrent.ManagedExecutorDefinition
-
The name of a
ContextService
instance which determines how context is applied to tasks and actions that run on this executor. - context() - Method in annotation type jakarta.enterprise.concurrent.ManagedScheduledExecutorDefinition
-
The name of a
ContextService
instance which determines how context is applied to tasks and actions that run on this executor. - context() - Method in annotation type jakarta.enterprise.concurrent.ManagedThreadFactoryDefinition
-
Determines how context is applied to threads from this thread factory.
- 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.
- CONTEXT_ROOT - jakarta.servlet.http.MappingMatch
-
This is used when the mapping was achieved with an exact match to the application's context root.
- 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(String, Throwable) - Constructor for exception jakarta.enterprise.context.ContextException
- ContextException(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(String, Throwable) - Constructor for exception jakarta.enterprise.context.ContextNotActiveException
- ContextNotActiveException(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.
- ContextService - Interface in jakarta.enterprise.concurrent
-
The ContextService provides methods for creating dynamic proxy objects (as defined by
java.lang.reflect.Proxy
). - ContextServiceDefinition - Annotation Type in jakarta.enterprise.concurrent
-
Defines a
ContextService
to be registered in JNDI by the container under the JNDI name that is specified in theContextServiceDefinition.name()
attribute. - ContextServiceDefinition.List - Annotation Type in jakarta.enterprise.concurrent
-
Enables multiple
ContextServiceDefinition
annotations on the same type. - Contextual<T> - Interface in jakarta.enterprise.context.spi
-
Defines operations to create and destroy contextual instances of a certain type.
- contextualCallable(Callable<R>) - Method in interface jakarta.enterprise.concurrent.ContextService
-
Wraps a
Callable
with context that is captured from the thread that invokescontextualCallable
. - contextualConsumer(BiConsumer<T, U>) - Method in interface jakarta.enterprise.concurrent.ContextService
-
Wraps a
BiConsumer
with context that is captured from the thread that invokescontextualConsumer
. - contextualConsumer(Consumer<T>) - Method in interface jakarta.enterprise.concurrent.ContextService
-
Wraps a
Consumer
with context that is captured from the thread that invokescontextualConsumer
. - contextualFunction(BiFunction<T, U, R>) - Method in interface jakarta.enterprise.concurrent.ContextService
-
Wraps a
BiFunction
with context that is captured from the thread that invokescontextualFunction
. - contextualFunction(Function<T, R>) - Method in interface jakarta.enterprise.concurrent.ContextService
-
Wraps a
BiFunction
with context that is captured from the thread that invokescontextualFunction
. - contextualRunnable(Runnable) - Method in interface jakarta.enterprise.concurrent.ContextService
-
Wraps a
Runnable
with context that is captured from the thread that invokescontextualRunnable
. - contextualSupplier(Supplier<R>) - Method in interface jakarta.enterprise.concurrent.ContextService
-
Wraps a
Supplier
with context captured from the thread that invokescontextualSupplier
. - 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.BeforeDestroyed.Literal
- CONVERSATION - Static variable in class jakarta.enterprise.context.Destroyed.Literal
- CONVERSATION - Static variable in class jakarta.enterprise.context.Initialized.Literal
- ConversationScoped - Annotation Type in jakarta.enterprise.context
-
Specifies that a bean is conversation scoped.
- ConversationScoped.Literal - Class in jakarta.enterprise.context
-
Supports inline instantiation of the
ConversationScoped
annotation. - CONVERSION_MESSAGE_ID - Static variable in class jakarta.faces.component.UIInput
-
The message identifier of the
FacesMessage
to be created if a conversion error occurs, and neither the page author nor theConverterException
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() - Method in annotation type jakarta.persistence.Convert
-
Specifies the converter to be applied.
- Converter<T> - Interface in jakarta.faces.convert
-
Converter is an interface describing a Java class that can perform Object-to-String and String-to-Object conversions between model data objects and a String representation of those objects that is suitable for rendering.
- Converter - Annotation Type in jakarta.persistence
-
Specifies that the annotated class is a converter and defines its scope.
- CONVERTER_ID - Static variable in class jakarta.faces.convert.BigDecimalConverter
-
The standard converter id for this converter.
- CONVERTER_ID - Static variable in class jakarta.faces.convert.BigIntegerConverter
-
The standard converter id for this converter.
- CONVERTER_ID - Static variable in class jakarta.faces.convert.BooleanConverter
-
The standard converter id for this converter.
- CONVERTER_ID - Static variable in class jakarta.faces.convert.ByteConverter
-
The standard converter id for this converter.
- CONVERTER_ID - Static variable in class jakarta.faces.convert.CharacterConverter
-
The standard converter id for this converter.
- CONVERTER_ID - Static variable in class jakarta.faces.convert.DateTimeConverter
-
The standard converter id for this converter.
- CONVERTER_ID - Static variable in class jakarta.faces.convert.DoubleConverter
-
The standard converter id for this converter.
- CONVERTER_ID - Static variable in class jakarta.faces.convert.EnumConverter
-
The standard converter id for this converter.
- CONVERTER_ID - Static variable in class jakarta.faces.convert.FloatConverter
-
The standard converter id for this converter.
- CONVERTER_ID - Static variable in class jakarta.faces.convert.IntegerConverter
-
The standard converter id for this converter.
- CONVERTER_ID - Static variable in class jakarta.faces.convert.LongConverter
-
The standard converter id for this converter.
- CONVERTER_ID - Static variable in class jakarta.faces.convert.NumberConverter
-
The standard converter id for this converter.
- CONVERTER_ID - Static variable in class jakarta.faces.convert.ShortConverter
-
The standard converter id for this converter.
- ConverterConfig - Interface in jakarta.faces.view.facelets
-
A Facelet version of the Jakarta Server Pages
ConverterTag
. - ConverterException - Exception in jakarta.faces.convert
-
ConverterException is an exception thrown by the
getAsObject()
orgetAsText()
method of aConverter
, 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(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.
- ConverterException(String) - Constructor for exception jakarta.faces.convert.ConverterException
-
Construct a new exception with the specified detail message and no 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(Throwable) - Constructor for exception jakarta.faces.convert.ConverterException
-
Construct a new exception with the specified root cause.
- ConverterHandler - Class in jakarta.faces.view.facelets
-
Handles setting a
Converter
instance on aValueHolder
parent. - ConverterHandler(ConverterConfig) - Constructor for class jakarta.faces.view.facelets.ConverterHandler
-
Creates a new ConverterHandler using the given config.
- ConvertGroup - Annotation Type in jakarta.validation.groups
-
Converts group
from
to groupto
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<T>) - Method in class jakarta.el.CompositeELResolver
-
Converts an object to a specific type.
- convertToType(ELContext, Object, Class<T>) - Method in class jakarta.el.ELResolver
-
Converts an object to a specific type.
- convertToType(ELContext, Object, Class<T>) - Method in class jakarta.el.TypeConverter
-
Converts an object to a specific type.
- convertToType(Object, Class<T>) - Method in class jakarta.el.ELContext
-
Converts an object to a specific type.
- cookie(Cookie) - Method in interface jakarta.ws.rs.client.Invocation.Builder
-
Add a cookie to be set.
- cookie(NewCookie...) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
-
Add cookies to the response message.
- cookie(String, String) - Method in interface jakarta.ws.rs.client.Invocation.Builder
-
Add a cookie to be set.
- 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 - Class in jakarta.ws.rs.core
-
Represents the value of a HTTP cookie, transferred in a request.
- Cookie(Cookie.AbstractCookieBuilder<?>) - Constructor for class jakarta.ws.rs.core.Cookie
-
Create a new instance from the supplied
Cookie.AbstractCookieBuilder
instance. - Cookie(String, String) - Constructor for class jakarta.servlet.http.Cookie
-
Constructs a cookie with the specified name and value.
- Cookie(String, String) - Constructor for class jakarta.ws.rs.core.Cookie
-
Deprecated.This constructor will be removed in a future version. Please use
Cookie.Builder
instead. - Cookie(String, String, String, String) - Constructor for class jakarta.ws.rs.core.Cookie
-
Deprecated.This constructor will be removed in a future version. Please use
Cookie.Builder
instead. - Cookie(String, String, String, String, int) - Constructor for class jakarta.ws.rs.core.Cookie
-
Deprecated.This constructor will be removed in a future version. Please use
Cookie.Builder
instead. - COOKIE - jakarta.servlet.SessionTrackingMode
- COOKIE - Static variable in interface jakarta.ws.rs.core.HttpHeaders
-
See IETF RFC 2109.
- Cookie.AbstractCookieBuilder<T extends Cookie.AbstractCookieBuilder<T>> - Class in jakarta.ws.rs.core
-
JAX-RS abstract
Cookie
builder class. - Cookie.Builder - Class in jakarta.ws.rs.core
-
JAX-RS
Cookie
builder class. - cookieHttpOnly() - Method in annotation type jakarta.security.enterprise.authentication.mechanism.http.RememberMe
-
Flag to indicate that the remember me cookie should not be exposed to client-side scripting code, and should only be sent with HTTP requests.
- cookieHttpOnly() - Method in class jakarta.security.enterprise.authentication.mechanism.http.RememberMe.Literal
- cookieHttpOnlyExpression() - Method in annotation type jakarta.security.enterprise.authentication.mechanism.http.RememberMe
-
Jakarta Expression Language expression variant of
cookieHttpOnly()
. - cookieHttpOnlyExpression() - Method in class jakarta.security.enterprise.authentication.mechanism.http.RememberMe.Literal
- cookieMaxAgeSeconds() - Method in annotation type jakarta.security.enterprise.authentication.mechanism.http.RememberMe
-
Max age in seconds for the remember me cookie.
- cookieMaxAgeSeconds() - Method in class jakarta.security.enterprise.authentication.mechanism.http.RememberMe.Literal
- cookieMaxAgeSecondsExpression() - Method in annotation type jakarta.security.enterprise.authentication.mechanism.http.RememberMe
-
Jakarta Expression Language expression variant of
cookieMaxAgeSeconds()
. - cookieMaxAgeSecondsExpression() - Method in class jakarta.security.enterprise.authentication.mechanism.http.RememberMe.Literal
- cookieName() - Method in annotation type jakarta.security.enterprise.authentication.mechanism.http.RememberMe
-
Name of the remember me cookie.
- cookieName() - Method in class jakarta.security.enterprise.authentication.mechanism.http.RememberMe.Literal
- 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.
- cookieSecureOnly() - Method in annotation type jakarta.security.enterprise.authentication.mechanism.http.RememberMe
-
Flag to indicate that the remember me cookie should only be sent using a secure protocol (e.g.
- cookieSecureOnly() - Method in class jakarta.security.enterprise.authentication.mechanism.http.RememberMe.Literal
- cookieSecureOnlyExpression() - Method in annotation type jakarta.security.enterprise.authentication.mechanism.http.RememberMe
-
Jakarta Expression Language expression variant of
cookieSecureOnly()
. - cookieSecureOnlyExpression() - Method in class jakarta.security.enterprise.authentication.mechanism.http.RememberMe.Literal
- coords - jakarta.faces.component.html.HtmlCommandLink.PropertyKeys
- coords - jakarta.faces.component.html.HtmlOutcomeTargetLink.PropertyKeys
- coords - jakarta.faces.component.html.HtmlOutputLink.PropertyKeys
- copy(String, String) - Method in interface jakarta.json.JsonPatchBuilder
-
Adds a "copy" JSON Patch operation.
- copy(CompletableFuture<T>) - Method in interface jakarta.enterprise.concurrent.ManagedExecutorService
-
Returns a new
CompletableFuture
that is completed by the completion of the specified stage. - copy(CompletionStage<T>) - Method in interface jakarta.enterprise.concurrent.ManagedExecutorService
-
Returns a new
CompletionStage
that is completed by the completion of the specified stage. - COPY - jakarta.json.JsonPatch.Operation
-
"copy" operation.
- 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(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(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.
- correlate(Root<Y>) - Method in interface jakarta.persistence.criteria.Subquery
-
Create a subquery root correlated to a root 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.
- 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() - Static method in interface jakarta.json.bind.JsonbBuilder
-
Create a new
Jsonb
instance using the defaultJsonbBuilder
implementation provided as returned fromJsonbProvider.provider()
method. - create() - Method in class jakarta.json.bind.spi.JsonbProvider
-
Returns a new instance of
JsonbBuilder
class. - create() - Static method in class jakarta.websocket.ClientEndpointConfig.Builder
-
Creates a new builder object with no subprotocols, extensions, encoders, decoders and a
null
configurator. - create(CreationalContext<T>) - Method in interface jakarta.enterprise.context.spi.Contextual
-
Create a new instance of the contextual type.
- create(Instance<Object>, Parameters) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticBeanCreator
-
Creates an instance of the synthetic bean.
- create(ClassInfo) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilderFactory
-
Returns a new
AnnotationBuilder
for given annotation type. - create(JsonbConfig) - Static method in interface jakarta.json.bind.JsonbBuilder
-
Create a new
Jsonb
instance using the defaultJsonbBuilder
implementation provided as returned fromJsonbProvider.provider()
method, configured with provided configuration. - 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.
- create(Class<? extends Annotation>) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilderFactory
-
Returns a new
AnnotationBuilder
for given annotation type. - 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() - Method in interface jakarta.json.JsonBuilderFactory
-
Creates a
JsonArrayBuilder
instance that is used to buildJsonArray
- createArrayBuilder() - Method in class jakarta.json.spi.JsonProvider
-
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(JsonArray) - Method in interface jakarta.json.JsonBuilderFactory
-
Creates a
JsonArrayBuilder
instance, initialized with an array. - createArrayBuilder(JsonArray) - Method in class jakarta.json.spi.JsonProvider
-
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(Collection<?>) - Method in interface jakarta.json.JsonBuilderFactory
-
Creates a
JsonArrayBuilder
instance, initialized with the content of specified collection. - 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(AnnotatedMember<?>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
-
Obtains a
BeanAttributes
for the givenAnnotatedType
. - createBeanAttributes(AnnotatedType<T>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
-
Obtains a
BeanAttributes
for the givenAnnotatedType
. - createBehavior(String) - Method in class jakarta.faces.application.Application
-
Instantiate and return a new
Behavior
instance of the class specified by a previous call toaddBehavior()
for the specified behavior id. - createBehavior(String) - Method in class jakarta.faces.application.ApplicationWrapper
-
The default behavior of this method is to call
Application.createBehavior(String)
on the wrappedApplication
object. - createBehaviorHandlerDelegate(BehaviorHandler) - Method in class jakarta.faces.view.facelets.TagHandlerDelegateFactory
-
Create and return a
TagHandlerDelegate
instance designed for use withBehaviorHandler
. - createBuilderFactory(Map<String, ?>) - Static method in class jakarta.json.Json
-
Creates a builder factory for creating
JsonArrayBuilder
andJsonObjectBuilder
objects. - createBuilderFactory(Map<String, ?>) - Method in class jakarta.json.spi.JsonProvider
-
Creates a builder factory for creating
JsonArrayBuilder
andJsonObjectBuilder
objects. - createCalendarTimer(ScheduleExpression) - Method in interface jakarta.ejb.TimerService
-
Create a calendar-based timer based on the input schedule expression.
- createCalendarTimer(ScheduleExpression, TimerConfig) - Method in interface jakarta.ejb.TimerService
-
Create a calendar-based timer based on the input schedule expression.
- createClientBehaviorContext(FacesContext, UIComponent, String, String, Collection<ClientBehaviorContext.Parameter>) - Static method in class jakarta.faces.component.behavior.ClientBehaviorContext
-
Creates a ClientBehaviorContext instance.
- createComponent(ValueExpression, FacesContext, String) - Method in class jakarta.faces.application.Application
- createComponent(ValueExpression, FacesContext, String) - Method in class jakarta.faces.application.ApplicationWrapper
-
The default behavior of this method is to call
Application.createComponent(jakarta.el.ValueExpression, jakarta.faces.context.FacesContext, String)
on the wrappedApplication
object. - createComponent(ValueExpression, FacesContext, String, String) - Method in class jakarta.faces.application.Application
-
Like
Application.createComponent(ValueExpression, FacesContext, String)
except theRenderer
for the component to be returned must be inspected for the annotations mentioned inApplication.createComponent(ValueExpression, FacesContext, String)
as specified in the documentation for that method. - createComponent(ValueExpression, FacesContext, String, String) - Method in class jakarta.faces.application.ApplicationWrapper
-
The default behavior of this method is to call
Application.createComponent(jakarta.el.ValueExpression, jakarta.faces.context.FacesContext, String, String)
on the wrappedApplication
object. - createComponent(FacesContext, Resource) - Method in class jakarta.faces.application.Application
- createComponent(FacesContext, Resource) - Method in class jakarta.faces.application.ApplicationWrapper
-
The default behavior of this method is to call
Application.createComponent(jakarta.faces.context.FacesContext, Resource)
on the wrappedApplication
object. - createComponent(FacesContext, String, String) - Method in class jakarta.faces.application.Application
-
Like
Application.createComponent(String)
except theRenderer
for the component to be returned must be inspected for the annotations mentioned inApplication.createComponent(ValueExpression, FacesContext, String)
as specified in the documentation for that method. - createComponent(FacesContext, String, String) - Method in class jakarta.faces.application.ApplicationWrapper
-
The default behavior of this method is to call
Application.createComponent(jakarta.faces.context.FacesContext, String, String)
on the wrappedApplication
object. - createComponent(FacesContext, String, String, Map<String, Object>) - Method in class jakarta.faces.view.ViewDeclarationLanguage
-
Create a component given a
ViewDeclarationLanguage
specific tag library URI and tag name. - createComponent(FacesContext, String, String, Map<String, Object>) - Method in class jakarta.faces.view.ViewDeclarationLanguageWrapper
- createComponent(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(String) - Method in class jakarta.faces.application.Application
-
Instantiate and return a new
UIComponent
instance of the class specified by a previous call toaddComponent()
for the specified component type. - createComponent(String) - Method in class jakarta.faces.application.ApplicationWrapper
-
The default behavior of this method is to call
Application.createComponent(String)
on the wrappedApplication
object. - createComponentHandlerDelegate(ComponentHandler) - Method in class jakarta.faces.view.facelets.TagHandlerDelegateFactory
-
Create and return a
TagHandlerDelegate
instance designed for use withComponentHandler
. - createConfigurationBuilder() - Method in class jakarta.ws.rs.ext.RuntimeDelegate
-
Create a new instance of a
SeBootstrap.Configuration.Builder
. - createContainerEntityManagerFactory(PersistenceUnitInfo, Map) - Method in interface jakarta.persistence.spi.PersistenceProvider
-
Called by the container when an
EntityManagerFactory
is to be created. - createContextualProxy(Object, Class<?>...) - Method in interface jakarta.enterprise.concurrent.ContextService
-
Creates a new contextual object proxy for the input object instance.
- createContextualProxy(Object, Map<String, String>, Class<?>...) - Method in interface jakarta.enterprise.concurrent.ContextService
-
Creates a new contextual object proxy for the input object instance.
- createContextualProxy(T, Class<T>) - Method in interface jakarta.enterprise.concurrent.ContextService
-
Creates a new contextual object proxy for the input object instance.
- createContextualProxy(T, Map<String, String>, Class<T>) - Method in interface jakarta.enterprise.concurrent.ContextService
-
Creates a new contextual object proxy for the input object instance.
- 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(Class<?>) - Method in class jakarta.faces.application.ApplicationWrapper
-
The default behavior of this method is to call
Application.createConverter(Class)
on the wrappedApplication
object. - createConverter(String) - Method in class jakarta.faces.application.Application
-
Instantiate and return a new
Converter
instance of the class specified by a previous call toaddConverter()
for the specified converter id. - createConverter(String) - Method in class jakarta.faces.application.ApplicationWrapper
-
The default behavior of this method is to call
Application.createConverter(String)
on the wrappedApplication
object. - createConverterHandlerDelegate(ConverterHandler) - Method in class jakarta.faces.view.facelets.TagHandlerDelegateFactory
-
Create and return a
TagHandlerDelegate
instance designed for use withConverterHandler
. - createCreationalContext(Contextual<T>) - Method in interface jakarta.enterprise.inject.spi.BeanContainer
-
Obtain an instance of a
CreationalContext
for the given contextual type, or for a non-contextual object. - createCriteriaDelete(Class<T>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create a
CriteriaDelete
query object to perform a bulk delete operation. - createCriteriaUpdate(Class<T>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create a
CriteriaUpdate
query object to perform a bulk update operation. - created(URI) - Static method in class jakarta.ws.rs.core.Response
-
Create a new ResponseBuilder for a created resource, set the location header using the supplied value.
- CREATED - jakarta.ws.rs.core.Response.Status
-
201 Created, see HTTP/1.1 documentation.
- 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(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. - createEntityManager(Map) - Method in interface jakarta.persistence.EntityManagerFactory
-
Create a new application-managed
EntityManager
with the specified 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 anEntityManagerFactory
is to be created. - createEntityPartBuilder(String) - Method in class jakarta.ws.rs.ext.RuntimeDelegate
-
Create a new instance of a
EntityPart.Builder
. - CreateException - Exception in jakarta.ejb
-
The CreateException exception must be included in the throws clauses of all create methods defined in an enterprise bean's home or local home interface.
- CreateException() - Constructor for exception jakarta.ejb.CreateException
-
Constructs a CreateException with no detail message.
- CreateException(String) - Constructor for exception jakarta.ejb.CreateException
-
Constructs a CreateException with the specified detail message.
- createFilter(Class<T>) - Method in interface jakarta.servlet.ServletContext
-
Instantiates the given Filter class.
- createFlowHandler(FacesContext) - Method in class jakarta.faces.flow.FlowHandlerFactory
-
Create the singleton instance of
FlowHandler
. - createFlowHandler(FacesContext) - Method in class jakarta.faces.flow.FlowHandlerFactoryWrapper
- createGenerator(OutputStream) - Static method in class jakarta.json.Json
-
Creates a JSON generator for writing JSON to a byte stream.
- createGenerator(OutputStream) - Method in class jakarta.json.spi.JsonProvider
-
Creates a JSON generator for writing JSON text to a byte 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.
- createGenerator(Writer) - Static method in class jakarta.json.Json
-
Creates a JSON generator for writing JSON to a character stream.
- createGenerator(Writer) - Method in class jakarta.json.spi.JsonProvider
-
Creates a JSON generator for writing JSON text to a character stream.
- createGenerator(Writer) - Method in interface jakarta.json.stream.JsonGeneratorFactory
-
Creates a JSON generator to write JSON text to a character stream.
- createGeneratorFactory(Map<String, ?>) - Static method in class jakarta.json.Json
-
Creates a generator factory for creating
JsonGenerator
objects. - createGeneratorFactory(Map<String, ?>) - Method in class jakarta.json.spi.JsonProvider
-
Creates a generator factory for creating
JsonGenerator
instances. - createGenericConfiguration(BootstrapState) - Method in interface jakarta.validation.spi.ValidationProvider
-
Returns a
Configuration
instance. - createHeaderDelegate(Class<T>) - Method in class jakarta.ws.rs.ext.RuntimeDelegate
-
Obtain an instance of a
RuntimeDelegate.HeaderDelegate
for the supplied class. - createInjectionPoint(AnnotatedField<?>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
-
Obtains a container provided implementation of
InjectionPoint
for the givenAnnotatedField
. - createInjectionPoint(AnnotatedParameter<?>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
-
Obtains a container provided implementation of
InjectionPoint
for the givenAnnotatedParameter
. - 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.BeanContainer
-
Obtains an
Instance
object to access to beans instances. - createInterceptedInstance(T) - Method in interface jakarta.enterprise.inject.spi.InterceptionFactory
-
Returns a wrapper instance whose method invocations are intercepted by method interceptors and forwarded to a provided instance.
- createInterceptionFactory(CreationalContext<T>, Class<T>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
-
Create an
InterceptionFactory
for the givenCreationalContext
and type. - createIntervalTimer(long, long, TimerConfig) - Method in interface jakarta.ejb.TimerService
-
Create an interval timer whose first expiration occurs after a specified duration, and whose subsequent expirations occur after a specified interval.
- createIntervalTimer(Date, long, TimerConfig) - Method in interface jakarta.ejb.TimerService
-
Create an interval timer whose first expiration occurs at a given point in time and whose subsequent expirations occur after a specified interval.
- createLinkBuilder() - Method in class jakarta.ws.rs.ext.RuntimeDelegate
-
Create a new instance of a
Link.Builder
. - createListener(Class<T>) - Method in interface jakarta.servlet.AsyncContext
-
Instantiates the given
AsyncListener
class. - createListener(Class<T>) - Method in interface jakarta.servlet.ServletContext
-
Instantiates the given EventListener class.
- createMergeDiff(JsonValue, JsonValue) - Static method in class jakarta.json.Json
-
Generates a JSON Merge Patch (RFC 7396) from the source and target
JsonValue
s which when applied to thesource
, yields thetarget
. - 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 thesource
, yields thetarget
. - createMergePatch(JsonValue) - Static method in class jakarta.json.Json
-
Creates JSON Merge Patch (RFC 7396) from specified
JsonValue
. - createMergePatch(JsonValue) - Method in class jakarta.json.spi.JsonProvider
-
Creates JSON Merge Patch (RFC 7396) from specified
JsonValue
. - createMetadataView(FacesContext) - Method in class jakarta.faces.view.ViewMetadata
-
Creates a new
UIViewRoot
containing only view parameter metadata. - createMetaRuleset(Class) - Method in class jakarta.faces.view.facelets.DelegatingMetaTagHandler
-
The default implementation simply calls through to
TagHandlerDelegate.createMetaRuleset(java.lang.Class)
and returns the result. - createMetaRuleset(Class) - Method in class jakarta.faces.view.facelets.MetaTagHandler
-
Extend this method in order to add your own rules.
- createMetaRuleset(Class) - Method in class jakarta.faces.view.facelets.TagHandlerDelegate
-
Return a
MetaRuleset
particular to this kind of tag handler. - createMethodExpression(ELContext, String, Class<?>, Class<?>[]) - Method in class jakarta.el.ExpressionFactory
-
Parses an expression into a
MethodExpression
for later evaluation. - createNamedQuery(String) - Method in interface jakarta.persistence.EntityManager
-
Create an instance of
Query
for executing a named query (in the Jakarta Persistence query language or in native SQL). - createNamedQuery(String, Class<T>) - Method in interface jakarta.persistence.EntityManager
-
Create an instance of
TypedQuery
for executing a Jakarta Persistence query language named query. - createNamedStoredProcedureQuery(String) - Method in interface jakarta.persistence.EntityManager
-
Create an instance of
StoredProcedureQuery
for executing a stored procedure in the database. - createNativeQuery(String) - Method in interface jakarta.persistence.EntityManager
-
Create an instance of
Query
for executing a native SQL statement, e.g., for update or delete. - createNativeQuery(String, Class) - Method in interface jakarta.persistence.EntityManager
-
Create an instance of
Query
for executing a native SQL query. - createNativeQuery(String, String) - Method in interface jakarta.persistence.EntityManager
-
Create an instance of
Query
for executing a native SQL query. - createObjectBuilder() - Static method in class jakarta.json.Json
-
Creates a JSON object builder
- createObjectBuilder() - Method in interface jakarta.json.JsonBuilderFactory
-
Creates a
JsonObjectBuilder
instance that is used to buildJsonObject
. - createObjectBuilder() - Method in class jakarta.json.spi.JsonProvider
-
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(JsonObject) - Method in interface jakarta.json.JsonBuilderFactory
-
Creates a
JsonObjectBuilder
instance, initialized with an object. - createObjectBuilder(JsonObject) - Method in class jakarta.json.spi.JsonProvider
-
Creates a JSON object builder, initialized with the specified object.
- createObjectBuilder(Map<String, ?>) - Static method in class jakarta.json.Json
-
Creates a JSON object builder, initialized with the data from specified
map
. - createObjectBuilder(Map<String, ?>) - Method in class jakarta.json.spi.JsonProvider
-
Creates a JSON object builder, initialized with the data from specified
map
. - createObjectBuilder(Map<String, Object>) - Method in interface jakarta.json.JsonBuilderFactory
-
Creates a
JsonObjectBuilder
instance, initialized with the specified object. - createParser(JsonArray) - Method in interface jakarta.json.stream.JsonParserFactory
-
Creates a JSON parser from the specified JSON array.
- createParser(JsonObject) - Method in interface jakarta.json.stream.JsonParserFactory
-
Creates a JSON parser from the specified JSON object.
- createParser(InputStream) - Static method in class jakarta.json.Json
-
Creates a JSON parser from a byte stream.
- createParser(InputStream) - Method in class jakarta.json.spi.JsonProvider
-
Creates a JSON parser from the specified byte 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(Reader) - Static method in class jakarta.json.Json
-
Creates a JSON parser from a character stream.
- createParser(Reader) - Method in class jakarta.json.spi.JsonProvider
-
Creates a JSON parser from a character stream.
- createParser(Reader) - Method in interface jakarta.json.stream.JsonParserFactory
-
Creates a JSON parser from a character stream.
- 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() - Method in class jakarta.json.spi.JsonProvider
-
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(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(CriteriaDelete) - Method in interface jakarta.persistence.EntityManager
-
Create an instance of
Query
for executing a criteria delete query. - 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(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(String, Class<T>) - Method in interface jakarta.persistence.EntityManager
-
Create an instance of
TypedQuery
for executing a Jakarta Persistence query language statement. - createReader(InputStream) - Static method in class jakarta.json.Json
-
Creates a JSON reader from a byte stream.
- createReader(InputStream) - Method in interface jakarta.json.JsonReaderFactory
-
Creates a JSON reader from a byte stream.
- createReader(InputStream) - Method in class jakarta.json.spi.JsonProvider
-
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) - Static method in class jakarta.json.Json
-
Creates a JSON reader from a character stream.
- createReader(Reader) - Method in interface jakarta.json.JsonReaderFactory
-
Creates a JSON reader from a character stream.
- createReader(Reader) - Method in class jakarta.json.spi.JsonProvider
-
Creates a JSON reader from a character 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 argumentresourceName
. - createResource(String) - Method in class jakarta.faces.application.ResourceHandlerWrapper
-
The default behavior of this method is to call
ResourceHandler.createResource(String)
on the wrappedResourceHandler
object. - createResource(String, String) - Method in class jakarta.faces.application.ResourceHandler
-
Create an instance of
Resource
with a resourceName given by the value of the argumentresourceName
that is a member of the library named by the argumentlibraryName
. - createResource(String, String) - Method in class jakarta.faces.application.ResourceHandlerWrapper
-
The default behavior of this method is to call
ResourceHandler.createResource(String, String)
on the wrappedResourceHandler
object. - 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 argumentresourceName
that is a member of the library named by the argumentlibraryName
that claims to have the content-type given by the argumentcontent-type
. - createResource(String, String, String) - Method in class jakarta.faces.application.ResourceHandlerWrapper
-
The default behavior of this method is to call
ResourceHandler.createResource(String, String, String)
on the wrappedResourceHandler
object. - createResourceFromId(String) - Method in class jakarta.faces.application.ResourceHandler
-
Create an instance of
Resource
given the argumentresourceId
. - createResourceFromId(String) - Method in class jakarta.faces.application.ResourceHandlerWrapper
-
The default behavior of this method is to call
ResourceHandler.createResourceFromId(String)
on the wrappedResourceHandler
object. - createResponseBuilder() - Method in class jakarta.ws.rs.ext.RuntimeDelegate
-
Create a new instance of a
Response.ResponseBuilder
. - createResponseStream(OutputStream) - Method in class jakarta.faces.render.RenderKit
-
Use the provided
OutputStream
to create a newResponseStream
instance. - createResponseStream(OutputStream) - Method in class jakarta.faces.render.RenderKitWrapper
-
The default behavior of this method is to call
RenderKit.createResponseStream(java.io.OutputStream)
on the wrappedRenderKit
object. - createResponseWriter(Writer, String, String) - Method in class jakarta.faces.render.RenderKit
-
Use the provided
Writer
to create a newResponseWriter
instance for the specified (optional) content type, and character encoding. - createResponseWriter(Writer, String, String) - Method in class jakarta.faces.render.RenderKitWrapper
-
The default behavior of this method is to call
RenderKit.createResponseWriter(java.io.Writer, String, String)
on the wrappedRenderKit
object. - createSearchExpressionContext(FacesContext, UIComponent) - Static method in class jakarta.faces.component.search.SearchExpressionContext
-
Creates a
SearchExpressionContext
instance for use with theSearchExpressionHandler
. - createSearchExpressionContext(FacesContext, UIComponent, Set<SearchExpressionHint>, Set<VisitHint>) - Static method in class jakarta.faces.component.search.SearchExpressionContext
-
Creates a
SearchExpressionContext
instance for use with theSearchExpressionHandler
. - 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
- 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. - createTag() - Method in annotation type jakarta.faces.component.FacesComponent
-
If the value of this attribute is
true
, the runtime must create a Facelet tag handler, that extends fromComponentHandler
, suitable for use in pages under the tag library with namespace given by the value of theFacesComponent.namespace()
attribute. - 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(long, Serializable) - Method in interface jakarta.ejb.TimerService
-
Create a single-action timer that expires after a specified duration.
- 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.
- createTimer(Date, Serializable) - Method in interface jakarta.ejb.TimerService
-
Create a single-action timer that expires at a given point in time.
- createTupleQuery() - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create a
CriteriaQuery
object that returns a tuple of objects as its result. - createUniqueId() - Method in class jakarta.faces.component.UIViewRoot
-
Generate an identifier for a component.
- 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(FacesContext, String) - Method in class jakarta.faces.component.UIViewRoot
-
Generate an identifier for a component.
- createUniqueId(FacesContext, String) - Method in interface jakarta.faces.component.UniqueIdVendor
-
Generate an identifier for a component.
- createUriBuilder() - Method in class jakarta.ws.rs.ext.RuntimeDelegate
-
Create a new instance of a
UriBuilder
. - createValidator(String) - Method in class jakarta.faces.application.Application
-
Instantiate and return a new
Validator
instance of the class specified by a previous call toaddValidator()
for the specified validator id. - createValidator(String) - Method in class jakarta.faces.application.ApplicationWrapper
-
The default behavior of this method is to call
Application.createValidator(String)
on the wrappedApplication
object. - createValidatorHandlerDelegate(ValidatorHandler) - Method in class jakarta.faces.view.facelets.TagHandlerDelegateFactory
-
Create and return a
TagHandlerDelegate
instance designed for use withValidatorHandler
. - createValue(double) - Static method in class jakarta.json.Json
-
Creates a JsonNumber.
- createValue(double) - Method in class jakarta.json.spi.JsonProvider
-
Creates a JsonNumber.
- createValue(int) - Static method in class jakarta.json.Json
-
Creates a JsonNumber.
- createValue(int) - Method in class jakarta.json.spi.JsonProvider
-
Creates a JsonNumber.
- createValue(long) - Static method in class jakarta.json.Json
-
Creates a JsonNumber.
- createValue(long) - Method in class jakarta.json.spi.JsonProvider
-
Creates a JsonNumber.
- createValue(Number) - Static method in class jakarta.json.Json
-
Creates a JsonNumber.
- createValue(Number) - Method in class jakarta.json.spi.JsonProvider
-
Creates a JsonNumber.
- createValue(String) - Static method in class jakarta.json.Json
-
Creates a JsonString.
- createValue(String) - Method in class jakarta.json.spi.JsonProvider
-
Creates a JsonString.
- createValue(BigDecimal) - Static method in class jakarta.json.Json
-
Creates a JsonNumber.
- createValue(BigDecimal) - Method in class jakarta.json.spi.JsonProvider
-
Creates a JsonNumber.
- createValue(BigInteger) - Static method in class jakarta.json.Json
-
Creates a JsonNumber.
- createValue(BigInteger) - Method in class jakarta.json.spi.JsonProvider
-
Creates a JsonNumber.
- createValueExpression(ELContext, String, Class<?>) - Method in class jakarta.el.ExpressionFactory
-
Parses an expression into a
ValueExpression
for later evaluation. - createValueExpression(Object, Class<?>) - Method in class jakarta.el.ExpressionFactory
-
Creates a ValueExpression that wraps an object instance.
- createVariantListBuilder() - Method in class jakarta.ws.rs.ext.RuntimeDelegate
-
Create a new instance of a
Variant.VariantListBuilder
. - createView(FacesContext, String) - Method in class jakarta.faces.application.ViewHandler
-
Create and return a new
UIViewRoot
instance initialized with information from the argumentFacesContext
andviewId
. - createView(FacesContext, String) - Method in class jakarta.faces.application.ViewHandlerWrapper
-
The default behavior of this method is to call
ViewHandler.createView(jakarta.faces.context.FacesContext, String)
on the wrappedViewHandler
object. - createView(FacesContext, String) - Method in class jakarta.faces.view.ViewDeclarationLanguage
-
Create a
UIViewRoot
from the VDL contained in the artifact referenced by the argumentviewId
. - 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 argumentresourceName
, which may contain "/" characters. - createViewResource(FacesContext, String) - Method in class jakarta.faces.application.ResourceHandlerWrapper
-
The default behavior of this method is to call
ResourceHandler.createViewResource(jakarta.faces.context.FacesContext, java.lang.String)
on the wrappedResourceHandler
object. - createVisitContext(FacesContext) - Static method in class jakarta.faces.component.visit.VisitContext
-
Creates a VisitContext instance for use with
UIComponent.visitTree()
. - createVisitContext(FacesContext, Collection<String>, Set<VisitHint>) - Static method in class jakarta.faces.component.visit.VisitContext
-
Returns a VisitContext instance that is initialized with the specified ids and hintsfor use with
UIComponent.visitTree(jakarta.faces.component.visit.VisitContext, jakarta.faces.component.visit.VisitCallback)
. - createWith(Class<? extends SyntheticBeanCreator<T>>) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticBeanBuilder
-
Sets the class of the synthetic bean creation function.
- createWith(Function<CreationalContext<U>, U>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
-
Set a callback to create a bean instance.
- createWriter(OutputStream) - Static method in class jakarta.json.Json
- createWriter(OutputStream) - Method in interface jakarta.json.JsonWriterFactory
- createWriter(OutputStream) - Method in class jakarta.json.spi.JsonProvider
- createWriter(OutputStream, Charset) - Method in interface jakarta.json.JsonWriterFactory
- createWriter(Writer) - Static method in class jakarta.json.Json
- createWriter(Writer) - Method in interface jakarta.json.JsonWriterFactory
- createWriter(Writer) - Method in class jakarta.json.spi.JsonProvider
- 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(String, Throwable) - Constructor for exception jakarta.enterprise.inject.CreationException
- CreationException(Throwable) - Constructor for exception jakarta.enterprise.inject.CreationException
- CREATOR_PARAMETERS_REQUIRED - Static variable in class jakarta.json.bind.JsonbConfig
-
Property used to specify required creator parameters.
- 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 ofCredential
. - CredentialValidationResult(CallerPrincipal) - 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) - 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(String, String, String, String, Set<String>) - 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.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. - CronTrigger - Class in jakarta.enterprise.concurrent
- CronTrigger(String, ZoneId) - Constructor for class jakarta.enterprise.concurrent.CronTrigger
-
Constructor that accepts a cron expression.
- CronTrigger(ZoneId) - Constructor for class jakarta.enterprise.concurrent.CronTrigger
-
Constructor for the fluent configuration pattern.
- CROSS_PARAMETER - jakarta.validation.ElementKind
-
Element holding cross-parameter constraints of a method or constructor.
- 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 toNumber
fails. - current() - Static method in class jakarta.enterprise.inject.spi.CDI
-
Get the CDI instance that provides access to the current container.
- currentContext(Map<String, String>) - Method in interface jakarta.enterprise.concurrent.spi.ThreadContextProvider
-
Captures from the current thread a snapshot of the provided thread context type.
- currentContextExecutor() - Method in interface jakarta.enterprise.concurrent.ContextService
-
Captures thread context as an
Executor
that runs tasks on the same thread from whichexecute
is invoked but with context that is captured from the thread that invokescurrentContextExecutor
. - currentDate() - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create expression to return current date.
- currentEvent() - Method in interface jakarta.json.stream.JsonParser
-
Returns the event for the current parsing state.
- 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).
D
- data(GenericType, Object) - Method in interface jakarta.ws.rs.sse.OutboundSseEvent.Builder
-
Set event data and a generic java type of event data.
- data(Class, Object) - Method in interface jakarta.ws.rs.sse.OutboundSseEvent.Builder
-
Set event data and 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. - databaseName() - Method in annotation type jakarta.annotation.sql.DataSourceDefinition
-
Name of a database on a server.
- 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 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 particularDataModel
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. - dataSourceLookup() - Method in annotation type jakarta.security.enterprise.identitystore.DatabaseIdentityStoreDefinition
-
Full JNDI name of the data source that provides access to the data base where the caller identities are stored.
- date() - Method in annotation type jakarta.annotation.Generated
-
Date when the source was generated.
- DATE - jakarta.persistence.TemporalType
-
Map as
java.sql.Date
- 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 toDate
fails. - DATETIME_ID - Static variable in class jakarta.faces.convert.DateTimeConverter
-
The message identifier of the
FacesMessage
to be created if the conversion toDateTime
fails. - DateTimeConverter - Class in jakarta.faces.convert
-
Converter
implementation forjava.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() - Method in annotation type jakarta.ejb.Schedule
-
Specifies one or more days within a month.
- dayOfMonth(int) - Method in class jakarta.ejb.ScheduleExpression
-
Set the day of the month attribute.
- dayOfMonth(String) - Method in class jakarta.ejb.ScheduleExpression
-
Set the day of the month attribute.
- dayOfWeek() - Method in annotation type jakarta.ejb.Schedule
-
Specifies one or more days within a week.
- dayOfWeek(int) - Method in class jakarta.ejb.ScheduleExpression
-
Set the day of the week attribute.
- dayOfWeek(String) - Method in class jakarta.ejb.ScheduleExpression
-
Set the day of the week attribute.
- daysOfMonth(int...) - Method in class jakarta.enterprise.concurrent.CronTrigger
-
Configure the day-of-month cron field, overwriting any previous value for day-of-month.
- daysOfMonth(String) - Method in class jakarta.enterprise.concurrent.CronTrigger
-
Configure the day-of-month cron field, overwriting any previous value for day-of-month.
- daysOfWeek(String) - Method in class jakarta.enterprise.concurrent.CronTrigger
-
Configure the day-of-week cron field, overwriting any previous value for day-of-week.
- daysOfWeek(DayOfWeek...) - Method in class jakarta.enterprise.concurrent.CronTrigger
-
Configure the day-of-week cron field, overwriting any previous value for day-of-week.
- 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 toBigDecimal
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. - declaration() - Method in interface jakarta.enterprise.inject.build.compatible.spi.InjectionPointInfo
-
Returns the declaration of this injection point.
- declaration() - Method in interface jakarta.enterprise.lang.model.AnnotationInfo
-
Returns the declaration of this annotation's type.
- declaration() - Method in interface jakarta.enterprise.lang.model.types.ClassType
-
Returns the declaration of this class type.
- declaration() - Method in interface jakarta.enterprise.lang.model.types.ParameterizedType
-
Returns the declaration of the generic class that was parameterized with a list of type arguments to form this parameterized type.
- DeclarationConfig - Interface in jakarta.enterprise.inject.build.compatible.spi
-
Allows adding annotations to and removing annotations from a declaration.
- DeclarationInfo - Interface in jakarta.enterprise.lang.model.declarations
-
A declaration is an element of a program source code.
- DeclarationInfo.Kind - Enum in jakarta.enterprise.lang.model.declarations
- declaredOn(ElementType...) - Method in interface jakarta.validation.metadata.ElementDescriptor.ConstraintFinder
-
Restricts to the constraints hosted on the listed
types
for a given element. - declareRoles(String...) - Method in interface jakarta.servlet.ServletContext
-
Declares role names that are tested using
isUserInRole
. - DeclareRoles - Annotation Type in jakarta.annotation.security
-
Used by application to declare security roles.
- declaringClass() - Method in interface jakarta.enterprise.inject.build.compatible.spi.BeanInfo
-
Returns the class that declares this bean.
- declaringClass() - Method in interface jakarta.enterprise.inject.build.compatible.spi.ObserverInfo
-
Returns the class that declares this observer.
- declaringClass() - Method in interface jakarta.enterprise.lang.model.declarations.FieldInfo
-
Returns the class that declares this field.
- declaringClass() - Method in interface jakarta.enterprise.lang.model.declarations.MethodInfo
-
Returns the class that declares this method.
- declaringClass(ClassInfo) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticObserverBuilder
-
Sets the bean class that "declares" this synthetic observer.
- declaringClass(Class<?>) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticObserverBuilder
-
Sets the bean class that "declares" this synthetic observer.
- declaringMethod() - Method in interface jakarta.enterprise.lang.model.declarations.ParameterInfo
-
Returns the method that declares this parameter.
- declaringRecord() - Method in interface jakarta.enterprise.lang.model.declarations.RecordComponentInfo
-
Returns the record that declares this component.
- decode(FacesContext) - Method in class jakarta.faces.component.UIComponent
-
Decode any new state of this
UIComponent
from the request contained in the specifiedFacesContext
, 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 theaction
or anyactionListener
s that may be associated with this instance. - decode(FacesContext) - Method in class jakarta.faces.component.UIViewParameter
-
Override behavior from superclass to pull a value from the incoming request parameter map under the name given by
UIViewParameter.getName()
and store it with a call toUIInput.setSubmittedValue(java.lang.Object)
. - decode(FacesContext) - Method in class jakarta.faces.lifecycle.ClientWindow
-
The implementation is responsible for examining the incoming request and extracting the value that must be returned from the
ClientWindow.getId()
method. - decode(FacesContext) - Method in class jakarta.faces.lifecycle.ClientWindowWrapper
- decode(FacesContext, UIComponent) - Method in interface jakarta.faces.component.behavior.ClientBehavior
-
Decode any new state of this
ClientBehavior
from the request contained in the specifiedFacesContext
. - decode(FacesContext, UIComponent) - Method in class jakarta.faces.component.behavior.ClientBehaviorBase
-
Default implementation of of
ClientBehavior.decode(jakarta.faces.context.FacesContext, jakarta.faces.component.UIComponent)
. - decode(FacesContext, UIComponent) - Method in class jakarta.faces.render.RendererWrapper
- decode(FacesContext, UIComponent, ClientBehavior) - Method in class jakarta.faces.render.ClientBehaviorRenderer
-
Decode any new state of this
ClientBehavior
from the request contained in the specifiedFacesContext
. - decode(FacesContext, T) - Method in class jakarta.faces.render.Renderer
-
Decode any new state of the specified
UIComponent
from the request contained in the specifiedFacesContext
, and store that state on theUIComponent
. - 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(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.
- decode(String) - Method in interface jakarta.websocket.Decoder.Text
-
Decode the given String into an object of type T.
- decode(ByteBuffer) - Method in interface jakarta.websocket.Decoder.Binary
-
Decode the given bytes into an object of type T.
- DecodeException - Exception in jakarta.websocket
-
A general exception that occurs when trying to decode a custom object from a text or binary message.
- DecodeException(String, String) - Constructor for exception jakarta.websocket.DecodeException
-
Constructs a DecodedException with the given encoded string that cannot be decoded, and reason why.
- 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(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.
- 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() - Method in annotation type jakarta.websocket.ClientEndpoint
-
The array of Java classes that are to act as Decoders for messages coming into the client.
- decoders() - Method in annotation type jakarta.websocket.server.ServerEndpoint
-
The ordered array of decoder classes this endpoint will use.
- 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<T> - Interface in jakarta.enterprise.inject.spi
-
Represents an enabled decorator.
- Decorator - Annotation Type in jakarta.decorator
-
Specifies that a class is a decorator.
- Default - Interface in jakarta.validation.groups
-
Default Jakarta Bean Validation group.
- Default - Annotation Type in jakarta.enterprise.inject
-
The default qualifier type.
- DEFAULT - jakarta.servlet.http.MappingMatch
-
This is used when the mapping was achieved with an exact match to the default servlet of the application, the '
/
' character. - DEFAULT - jakarta.validation.metadata.ValidateUnwrappedValue
-
No specific unwrapping behavior has been defined for this constraint and the default behavior applies: if there is exactly one maximally-specific type-compliant
ValueExtractor
and this extractor is marked withUnwrapByDefault
, this extractor is applied and the constraint is applied to the value(s) wrapped by the annotated container. - 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_HASH_ALGORITHM - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
- DEFAULT_JWT_SIGNED_ALGORITHM - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
- DEFAULT_KEY_NAME - Static variable in annotation type jakarta.json.bind.annotation.JsonbTypeInfo
-
Default type information key name.
- DEFAULT_LIFECYCLE - Static variable in class jakarta.faces.lifecycle.LifecycleFactory
-
The lifecycle identifier for the default
Lifecycle
instance for this Jakarta 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_PORT - Static variable in interface jakarta.ws.rs.SeBootstrap.Configuration
-
Special value for
SeBootstrap.Configuration.PORT
property indicating that the implementation MUST use its default port. - DEFAULT_PRIORITY - Static variable in interface jakarta.enterprise.inject.spi.ObserverMethod
- DEFAULT_SUFFIX - Static variable in class jakarta.faces.application.ViewHandler
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
ViewHandler.DEFAULT_FACELETS_SUFFIX
instead. - DEFAULT_SUFFIX_PARAM_NAME - Static variable in class jakarta.faces.application.ViewHandler
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
ViewHandler.FACELETS_SUFFIX_PARAM_NAME
instead. - 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.
- Default.Literal - Class in jakarta.enterprise.inject
-
Supports inline instantiation of the
Default
qualifier. - 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(ValueExpression) - Method in class jakarta.faces.flow.builder.SwitchBuilder
-
Set the default outcome of the current switch.
- 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(String) - Method in class jakarta.faces.flow.builder.SwitchBuilder
-
Set the default outcome of the current switch.
- defaultScope() - Method in interface jakarta.enterprise.inject.build.compatible.spi.StereotypeInfo
-
Returns the default scope defined by this stereotype.
- DefaultValue - Annotation Type in jakarta.ws.rs
-
Defines the default value of request meta-data that is bound using one of the following annotations:
PathParam
,QueryParam
,MatrixParam
,CookieParam
,FormParam
, orHeaderParam
. - 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, Method) - Method in class jakarta.el.ELProcessor
-
Define a Jakarta Expression Language function in the local function mapper.
- defineFunction(String, String, String, String) - Method in class jakarta.el.ELProcessor
-
Define a Jakarta Expression Language function in the local function mapper.
- definingDocumentId() - Method in annotation type jakarta.faces.flow.FlowScoped
-
If not empty, declare the defining document id within which the
Flow
referenced byFlowScoped.value()
is unique. - DefinitionException - Exception in jakarta.enterprise.inject.spi
-
Thrown when a definition error occurs.
- DefinitionException(String) - Constructor for exception jakarta.enterprise.inject.spi.DefinitionException
- DefinitionException(String, Throwable) - Constructor for exception jakarta.enterprise.inject.spi.DefinitionException
- DefinitionException(Throwable) - Constructor for exception jakarta.enterprise.inject.spi.DefinitionException
- delegate(boolean) - Method in interface jakarta.enterprise.inject.spi.configurator.InjectionPointConfigurator
-
Change the delegate status of the built InjectionPoint.
- Delegate - Annotation Type in jakarta.decorator
-
Identifies the delegate injection point of a decorator.
- delegateFactory - Variable in class jakarta.faces.view.facelets.DelegatingMetaTagHandler
-
Class that defines methods relating to helping tag handler instances.
- DelegatingMetaTagHandler - Class in jakarta.faces.view.facelets
-
Enable the Jakarta 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
-
Instantiates this handler with the given config.
- 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() - 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() - Method in interface jakarta.ws.rs.client.SyncInvoker
-
Invoke HTTP DELETE method for the current request synchronously.
- delete(InvocationCallback<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
-
Invoke HTTP DELETE method for the current request asynchronously.
- delete(GenericType<R>) - Method in interface jakarta.ws.rs.client.RxInvoker
-
Invoke HTTP DELETE method for the current request.
- delete(GenericType<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.CompletionStageRxInvoker
- delete(GenericType<T>) - Method in interface jakarta.ws.rs.client.SyncInvoker
-
Invoke HTTP DELETE method for the current request synchronously.
- delete(Class<R>) - Method in interface jakarta.ws.rs.client.RxInvoker
-
Invoke HTTP DELETE method for the current request.
- delete(Class<T>) - 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.CompletionStageRxInvoker
- delete(Class<T>) - Method in interface jakarta.ws.rs.client.SyncInvoker
-
Invoke HTTP DELETE method for the current request synchronously.
- delete(String) - Method in class jakarta.faces.context.PartialResponseWriter
-
Write a delete operation.
- 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.
- DENY - jakarta.servlet.annotation.ServletSecurity.EmptyRoleSemantic
-
access is to be denied independent of authentication state and identity.
- 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 - 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.enterprise.inject.spi.DeploymentException
- 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.enterprise.inject.spi.DeploymentException
- 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.
- DeploymentException(Throwable) - Constructor for exception jakarta.enterprise.inject.spi.DeploymentException
- 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 section 7.6.2 "Default ViewHandler Implementation" of the Jakarta Faces Specification Document.
- deriveLogicalViewId(FacesContext, String) - Method in class jakarta.faces.application.ViewHandlerWrapper
-
The default behavior of this method is to call
ViewHandler.deriveLogicalViewId(jakarta.faces.context.FacesContext, String)
on the wrappedViewHandler
object. - deriveViewId(FacesContext, String) - Method in class jakarta.faces.application.ViewHandler
-
Derive and return the viewId from the current request, or the argument input by following the algorithm defined in section 7.6.2 "Default ViewHandler Implementation" of the Jakarta Faces Specification Document.
- deriveViewId(FacesContext, String) - Method in class jakarta.faces.application.ViewHandlerWrapper
-
The default behavior of this method is to call
ViewHandler.deriveViewId(jakarta.faces.context.FacesContext, String)
on the wrappedViewHandler
object. - desc(Expression<?>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create an ordering by the descending value of the expression.
- description() - Method in annotation type jakarta.annotation.Resource
-
Description of this resource.
- description() - Method in annotation type jakarta.annotation.sql.DataSourceDefinition
-
Description of this data source
- description() - Method in annotation type jakarta.ejb.EJB
-
A string describing the bean.
- description() - Method in annotation type jakarta.ejb.MessageDriven
-
A string describing the message driven bean.
- description() - Method in annotation type jakarta.ejb.Singleton
-
A string describing the singleton session bean.
- description() - Method in annotation type jakarta.ejb.Stateful
-
A string describing the stateful session bean.
- description() - Method in annotation type jakarta.ejb.Stateless
-
A string describing the stateless session bean.
- description() - Method in annotation type jakarta.servlet.annotation.WebFilter
-
The description of the filter
- description() - Method in annotation type jakarta.servlet.annotation.WebInitParam
-
Description of the initialization parameter
- description() - Method in annotation type jakarta.servlet.annotation.WebServlet
-
The description of the servlet
- DeserializationContext - Interface in jakarta.json.bind.serializer
-
Provides JSONB Mapper functionality on top of JSONP parser.
- deserialize(JsonParser, DeserializationContext, Type) - Method in interface jakarta.json.bind.serializer.JsonbDeserializer
-
Deserialize JSON stream into object.
- 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
. - DESERIALIZERS - Static variable in class jakarta.json.bind.JsonbConfig
-
Property used to specify custom deserializers.
- destroy() - Method in interface jakarta.enterprise.inject.Instance.Handle
-
Destroy the contextual instance.
- 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.
- destroy(Contextual<?>) - Method in interface jakarta.enterprise.context.spi.AlterableContext
-
Destroy the existing contextual instance.
- 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(T, CreationalContext<T>) - Method in interface jakarta.enterprise.context.spi.Contextual
-
Destroy an instance of the contextual type.
- 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.
- DETACH - jakarta.persistence.CascadeType
-
Cascade detach operation
- 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.
- Development - jakarta.faces.application.ProjectStage
-
This value indicates the currently running application is right now, at this moment, being developed.
- 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. - dir - jakarta.faces.component.html.HtmlBody.PropertyKeys
- dir - jakarta.faces.component.html.HtmlCommandButton.PropertyKeys
- dir - jakarta.faces.component.html.HtmlCommandLink.PropertyKeys
- dir - jakarta.faces.component.html.HtmlDataTable.PropertyKeys
- dir - jakarta.faces.component.html.HtmlForm.PropertyKeys
- dir - jakarta.faces.component.html.HtmlGraphicImage.PropertyKeys
- dir - jakarta.faces.component.html.HtmlHead.PropertyKeys
- dir - jakarta.faces.component.html.HtmlInputFile.PropertyKeys
- dir - jakarta.faces.component.html.HtmlInputSecret.PropertyKeys
- dir - jakarta.faces.component.html.HtmlInputText.PropertyKeys
- dir - jakarta.faces.component.html.HtmlInputTextarea.PropertyKeys
- dir - jakarta.faces.component.html.HtmlMessage.PropertyKeys
- dir - jakarta.faces.component.html.HtmlMessages.PropertyKeys
- dir - jakarta.faces.component.html.HtmlOutcomeTargetButton.PropertyKeys
- dir - jakarta.faces.component.html.HtmlOutcomeTargetLink.PropertyKeys
- dir - jakarta.faces.component.html.HtmlOutputFormat.PropertyKeys
- dir - jakarta.faces.component.html.HtmlOutputLabel.PropertyKeys
- dir - jakarta.faces.component.html.HtmlOutputLink.PropertyKeys
- dir - jakarta.faces.component.html.HtmlOutputText.PropertyKeys
- dir - jakarta.faces.component.html.HtmlPanelGrid.PropertyKeys
- dir - jakarta.faces.component.html.HtmlSelectBooleanCheckbox.PropertyKeys
- dir - jakarta.faces.component.html.HtmlSelectManyCheckbox.PropertyKeys
- dir - jakarta.faces.component.html.HtmlSelectManyListbox.PropertyKeys
- dir - jakarta.faces.component.html.HtmlSelectManyMenu.PropertyKeys
- dir - jakarta.faces.component.html.HtmlSelectOneListbox.PropertyKeys
- dir - jakarta.faces.component.html.HtmlSelectOneMenu.PropertyKeys
- dir - jakarta.faces.component.html.HtmlSelectOneRadio.PropertyKeys
- 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 aString
representation of its value returnstrue
, the runtime must not automatically add the validator with validator-id equal to the value of the symbolic constantBeanValidator.VALIDATOR_ID
to the list of default validators. - 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 theFacesServlet
to the extension*.xhtml
should be disabled. - DISABLE_SELECTIVE - jakarta.persistence.SharedCacheMode
-
Caching is enabled for all entities except those for which
Cacheable(false)
is specified. - 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
- disableConversion() - Method in annotation type jakarta.persistence.Convert
-
Used to disable an auto-apply or inherited converter.
- disabled - jakarta.faces.component.html.HtmlCommandButton.PropertyKeys
- disabled - jakarta.faces.component.html.HtmlCommandLink.PropertyKeys
- disabled - jakarta.faces.component.html.HtmlInputFile.PropertyKeys
- disabled - jakarta.faces.component.html.HtmlInputSecret.PropertyKeys
- disabled - jakarta.faces.component.html.HtmlInputText.PropertyKeys
- disabled - jakarta.faces.component.html.HtmlInputTextarea.PropertyKeys
- disabled - jakarta.faces.component.html.HtmlOutcomeTargetButton.PropertyKeys
- disabled - jakarta.faces.component.html.HtmlOutcomeTargetLink.PropertyKeys
- disabled - jakarta.faces.component.html.HtmlOutputLink.PropertyKeys
- disabled - jakarta.faces.component.html.HtmlSelectBooleanCheckbox.PropertyKeys
- disabled - jakarta.faces.component.html.HtmlSelectManyCheckbox.PropertyKeys
- disabled - jakarta.faces.component.html.HtmlSelectManyListbox.PropertyKeys
- disabled - jakarta.faces.component.html.HtmlSelectManyMenu.PropertyKeys
- disabled - jakarta.faces.component.html.HtmlSelectOneListbox.PropertyKeys
- disabled - jakarta.faces.component.html.HtmlSelectOneMenu.PropertyKeys
- disabled - jakarta.faces.component.html.HtmlSelectOneRadio.PropertyKeys
- disabledClass - jakarta.faces.component.html.HtmlSelectManyCheckbox.PropertyKeys
- disabledClass - jakarta.faces.component.html.HtmlSelectManyListbox.PropertyKeys
- disabledClass - jakarta.faces.component.html.HtmlSelectManyMenu.PropertyKeys
- disabledClass - jakarta.faces.component.html.HtmlSelectOneListbox.PropertyKeys
- disabledClass - jakarta.faces.component.html.HtmlSelectOneMenu.PropertyKeys
- disabledClass - jakarta.faces.component.html.HtmlSelectOneRadio.PropertyKeys
- 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
- Discovery - Annotation Type in jakarta.enterprise.inject.build.compatible.spi
-
1st phase of build compatible extension execution.
- discriminatorColumn() - Method in annotation type jakarta.persistence.EntityResult
-
Specifies the column name (or alias) of the column in the SELECT list that is used to determine the type of the entity instance.
- DiscriminatorColumn - Annotation Type in jakarta.persistence
- discriminatorType() - Method in annotation type jakarta.persistence.DiscriminatorColumn
-
(Optional) The type of object/column to use as a class discriminator.
- 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() - Method in interface jakarta.servlet.AsyncContext
-
Dispatches the request and response objects of this AsyncContext to the servlet container.
- 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.
- dispatch(String) - Method in class jakarta.faces.context.ExternalContext
-
Dispatch a request to the specified resource to create output for this response.
- dispatch(String) - Method in class jakarta.faces.context.ExternalContextWrapper
-
The default behavior of this method is to call
ExternalContext.dispatch(String)
on the wrappedExternalContext
object. - dispatch(String) - Method in interface jakarta.servlet.AsyncContext
-
Dispatches the request and response objects of this AsyncContext to the given path.
- DispatcherType - Enum in jakarta.servlet
-
Enumeration of filter dispatcher types.
- dispatcherTypes() - Method in annotation type jakarta.servlet.annotation.WebFilter
-
The dispatcher types to which the filter applies
- display() - Method in annotation type jakarta.security.enterprise.authentication.mechanism.http.OpenIdAuthenticationMechanismDefinition
-
Optional.
- DISPLAY - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
- DISPLAY_VALUES_SUPPORTED - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
- displayExpression() - Method in annotation type jakarta.security.enterprise.authentication.mechanism.http.OpenIdAuthenticationMechanismDefinition
-
Optional.
- displayName() - Method in annotation type jakarta.servlet.annotation.WebFilter
-
The display name of the filter
- displayName() - Method in annotation type jakarta.servlet.annotation.WebServlet
-
The display name of the servlet
- DisplayType - Enum in jakarta.security.enterprise.authentication.mechanism.http.openid
-
Display specifies how the Authorization Server displays the authentication and consent user interface pages to the End-User.
- dispose() - Method in class jakarta.enterprise.inject.spi.Unmanaged.UnmanagedInstance
-
Dispose of the instance, doing any necessary cleanup
- dispose(T) - Method in interface jakarta.enterprise.inject.spi.Producer
-
Destroys the instance.
- dispose(T, Instance<Object>, Parameters) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticBeanDisposer
-
Destroys an instance of the synthetic bean.
- disposedParameter() - Method in interface jakarta.enterprise.inject.build.compatible.spi.DisposerInfo
-
Returns the declaration of the disposed parameter of this disposer method.
- disposer() - Method in interface jakarta.enterprise.inject.build.compatible.spi.BeanInfo
-
Returns the disposer method of this producer-based bean.
- DisposerInfo - Interface in jakarta.enterprise.inject.build.compatible.spi
-
Disposer methods may exist for producer-based beans.
- disposerMethod() - Method in interface jakarta.enterprise.inject.build.compatible.spi.DisposerInfo
-
Returns the declaration of this disposer method.
- Disposes - Annotation Type in jakarta.enterprise.inject
-
Identifies the disposed parameter of a disposer method.
- disposeWith(Class<? extends SyntheticBeanDisposer<T>>) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticBeanBuilder
-
Sets the class of the synthetic bean destruction function.
- 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.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().
- Doctype - Interface in jakarta.faces.component
-
Doctype is an interface that must be implemented by any
UIComponent
that represents a document type declaration. - 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.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(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. - 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 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, 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 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.
- domain(String) - Method in class jakarta.ws.rs.core.Cookie.AbstractCookieBuilder
-
Set the domain of the cookie.
- 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
- dontRollbackOn() - Method in annotation type jakarta.transaction.Transactional
-
The dontRollbackOn element can be set to indicate exceptions that must not cause the interceptor to mark the transaction for rollback.
- doOptions(HttpServletRequest, HttpServletResponse) - Method in class jakarta.servlet.http.HttpServlet
-
Called by the server (via the
service
method) to allow a servlet to handle a OPTIONS request. - doPost(HttpServletRequest, HttpServletResponse) - Method in class jakarta.servlet.http.HttpServlet
-
Called by the server (via the
service
method) to allow a servlet to handle a POST request. - doPostPhaseActions(FacesContext) - Method in class jakarta.faces.context.Flash
-
Called after the execution of every lifecycle phase, this method allows implementations to take the necessary actions to provide the Flash scope contract as it applies to the request procesing lifecycle.
- doPostPhaseActions(FacesContext) - Method in class jakarta.faces.context.FlashWrapper
-
The default behavior of this method is to call
Flash.doPostPhaseActions(FacesContext)
on the wrappedFlash
object. - doPrePhaseActions(FacesContext) - Method in class jakarta.faces.context.Flash
-
Called before the execution of every lifecycle phase, this method allows implementations to take the necessary actions to provide the Flash scope contract as it applies to the request procesing lifecycle.
- doPrePhaseActions(FacesContext) - Method in class jakarta.faces.context.FlashWrapper
-
The default behavior of this method is to call
Flash.doPrePhaseActions(FacesContext)
on the wrappedFlash
object. - doPut(HttpServletRequest, HttpServletResponse) - Method in class jakarta.servlet.http.HttpServlet
-
Called by the server (via the
service
method) to allow a servlet to handle a PUT request. - doStartTag() - Method in class jakarta.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.
- DOTALL - jakarta.validation.constraints.Pattern.Flag
-
Enables dotall mode.
- 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 - jakarta.enterprise.lang.model.AnnotationMember.Kind
-
A primitive
double
value. - DOUBLE - jakarta.enterprise.lang.model.types.PrimitiveType.PrimitiveKind
- DOUBLE_ID - Static variable in class jakarta.faces.convert.DoubleConverter
-
The message identifier of the
FacesMessage
to be created if the conversion toDouble
fails. - DoubleConverter - Class in jakarta.faces.convert
-
Converter
implementation forjava.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.
- during() - Method in annotation type jakarta.enterprise.event.Observes
-
Specifies at what time the observer method is notified.
- DynamicAttributes - Interface in jakarta.servlet.jsp.tagext
-
For a tag to declare that it accepts dynamic attributes, it must implement this interface.
- DynamicFeature - Interface in jakarta.ws.rs.container
-
A JAX-RS meta-provider for dynamic registration of post-matching providers during a JAX-RS application setup at deployment time.
E
- EAGER - jakarta.persistence.FetchType
-
Defines that data must be eagerly fetched.
- EditableValueHolder - Interface in jakarta.faces.component
-
EditableValueHolder is an extension of ValueHolder that describes additional features supported by editable components, including
ValueChangeEvent
s andValidator
s. - EditableValueHolderAttachedObjectHandler - Interface in jakarta.faces.view
-
A VDL handler that exposes
Validator
orValueChangeListener
to a page author. - EditableValueHolderAttachedObjectTarget - Interface in jakarta.faces.view
-
A marker interface for VDL tags that represent
<composite:editableValueHolder/>
for use by the composite component page author. - EJB - Annotation Type in jakarta.ejb
-
Indicates a dependency on the local, no-interface, or remote view of an Enterprise Bean.
- EJBAccessException - Exception in jakarta.ejb
-
This exception indicates that client access to a business method was denied.
- EJBAccessException() - Constructor for exception jakarta.ejb.EJBAccessException
-
Constructs an EJBAccessException with no detail message.
- EJBAccessException(String) - Constructor for exception jakarta.ejb.EJBAccessException
-
Constructs an EJBAccessException with the specified detailed message.
- ejbActivate() - Method in interface jakarta.ejb.EntityBean
-
A container invokes this method when the instance is taken out of the pool of available instances to become associated with a specific enterprise bean object.
- ejbActivate() - Method in interface jakarta.ejb.SessionBean
-
The activate method is called when a stateful session bean instance is activated from its "passive" state.
- EJBContainer - Class in jakarta.ejb.embeddable
-
Used to execute an enterprise bean application in an embeddable container.
- EJBContainer() - Constructor for class jakarta.ejb.embeddable.EJBContainer
- EJBContainerProvider - Interface in jakarta.ejb.spi
-
The EJBContainerProvider SPI is used by the embeddable container bootstrap class to initialize a suitable embeddable container.
- EJBContext - Interface in jakarta.ejb
-
The EJBContext interface provides an instance with access to the container-provided runtime context of an enterprise bean instance.
- EJBException - Exception in jakarta.ejb
-
The EJBException is thrown to report that the invoked business method or callback method could not be completed because of an unexpected error (e.g.
- EJBException() - Constructor for exception jakarta.ejb.EJBException
-
Constructs an EJBException with no detail message.
- EJBException(Exception) - Constructor for exception jakarta.ejb.EJBException
-
Constructs an EJBException that embeds the originally thrown exception.
- EJBException(String) - Constructor for exception jakarta.ejb.EJBException
-
Constructs an EJBException with the specified detailed message.
- EJBException(String, Exception) - Constructor for exception jakarta.ejb.EJBException
-
Constructs an EJBException that embeds the originally thrown exception with the specified detail message.
- EJBHome - Interface in jakarta.ejb
-
The EJBHome interface must be extended by all enterprise beans' remote home interfaces.
- ejbLoad() - Method in interface jakarta.ejb.EntityBean
-
A container invokes this method to instruct the instance to synchronize its state by loading it state from the underlying database.
- EJBLocalHome - Interface in jakarta.ejb
-
The EJBLocalHome interface must be extended by all enterprise beans' local home interfaces.
- EJBLocalObject - Interface in jakarta.ejb
-
The EJBLocalObject interface must be extended by all enterprise beans' local interfaces.
- EJBMetaData - Interface in jakarta.ejb
-
The EJBMetaData interface allows a client to obtain the enterprise bean's meta-data information.
- EJBObject - Interface in jakarta.ejb
-
The EJBObject interface is extended by all enterprise beans' remote interfaces.
- ejbPassivate() - Method in interface jakarta.ejb.EntityBean
-
A container invokes this method on an instance before the instance becomes disassociated with a specific enterprise bean object.
- ejbPassivate() - Method in interface jakarta.ejb.SessionBean
-
The passivate method is called before a stateful session bean instance enters the "passive" state.
- ejbRemove() - Method in interface jakarta.ejb.EntityBean
-
A container invokes this method before it removes the enterprise bean object that is currently associated with the instance.
- ejbRemove() - Method in interface jakarta.ejb.MessageDrivenBean
-
A container invokes this method before it ends the life of the message-driven object.
- ejbRemove() - Method in interface jakarta.ejb.SessionBean
-
A container invokes this method before it ends the life of the session object.
- EJBs - Annotation Type in jakarta.ejb
-
Declares multiple
EJB
annotations. - ejbStore() - Method in interface jakarta.ejb.EntityBean
-
A container invokes this method to instruct the instance to synchronize its state by storing it to the underlying database.
- ejbTimeout(Timer) - Method in interface jakarta.ejb.TimedObject
-
Invoked by the enterprise bean container upon timer expiration.
- EJBTransactionRequiredException - Exception in jakarta.ejb
-
This exception indicates that a request carried a null transaction context, but the target object requires an active transaction.
- EJBTransactionRequiredException() - Constructor for exception jakarta.ejb.EJBTransactionRequiredException
-
Constructs an EJBTransactionRequiredException with no detail message.
- EJBTransactionRequiredException(String) - Constructor for exception jakarta.ejb.EJBTransactionRequiredException
-
Constructs an EJBTransactionRequiredException with the specified detailed message.
- EJBTransactionRolledbackException - Exception in jakarta.ejb
-
This exception is thrown to a caller of bean business method to indicate that the transaction associated with processing of the request has been rolled back, or marked to roll back.
- EJBTransactionRolledbackException() - Constructor for exception jakarta.ejb.EJBTransactionRolledbackException
-
Constructs an EJBTransactionRolledbackException with no detail message.
- EJBTransactionRolledbackException(String) - Constructor for exception jakarta.ejb.EJBTransactionRolledbackException
-
Constructs an EJBTransactionRolledbackException with the specified detailed message.
- EJBTransactionRolledbackException(String, Exception) - Constructor for exception jakarta.ejb.EJBTransactionRolledbackException
-
Constructs an EJBTransactionRolledbackException with the specified detail message and a nested exception.
- ELClass - Class in jakarta.el
-
A runtime representation of a Class in the Jakarta Expression Language expressions.
- ELClass(Class<?>) - Constructor for class jakarta.el.ELClass
-
Constructor
- ELContext - Class in jakarta.el
-
Context information for expression parsing and evaluation.
- ELContext() - Constructor for class jakarta.el.ELContext
- ELContextEvent - Class in jakarta.el
-
An event which indicates that an
ELContext
has been created. - ELContextEvent(ELContext) - Constructor for class jakarta.el.ELContextEvent
-
Constructs an ELContextEvent object to indicate that an
ELContext
has been created. - ELContextListener - Interface in jakarta.el
-
The listener interface for receiving notification when an
ELContext
is created. - ELEMENT_COLLECTION - jakarta.persistence.metamodel.Attribute.PersistentAttributeType
-
Element collection
- ElementCollection - Annotation Type in jakarta.persistence
-
Specifies a collection of instances of a basic type or embeddable class.
- ElementDescriptor - Interface in jakarta.validation.metadata
-
Describes a validated element (class, property, method etc.).
- ElementDescriptor.ConstraintFinder - Interface in jakarta.validation.metadata
-
Declares restrictions on retrieved constraints.
- ElementKind - Enum in jakarta.validation
-
Enum of possible kinds of elements encountered in Jakarta Bean Validation.
- ELException - Exception in jakarta.el
-
Represents any of the exception conditions that can arise during expression evaluation.
- ELException - Exception in jakarta.servlet.jsp.el
-
Deprecated.As of JSP 2.1, replaced by
ELException
- ELException() - Constructor for exception jakarta.el.ELException
-
Creates an
ELException
with no detail message. - ELException() - Constructor for exception jakarta.servlet.jsp.el.ELException
-
Deprecated.Creates an ELException with no detail message.
- ELException(String) - Constructor for exception jakarta.el.ELException
-
Creates an
ELException
with the provided detail message. - ELException(String) - Constructor for exception jakarta.servlet.jsp.el.ELException
-
Deprecated.Creates an ELException with the provided detail message.
- ELException(String, Throwable) - Constructor for exception jakarta.el.ELException
-
Creates an ELException with the given detail message and root cause.
- ELException(String, Throwable) - Constructor for exception jakarta.servlet.jsp.el.ELException
-
Deprecated.Creates an ELException with the given detail message and root cause.
- ELException(Throwable) - Constructor for exception jakarta.el.ELException
-
Creates an
ELException
with the given cause. - ELException(Throwable) - Constructor for exception jakarta.servlet.jsp.el.ELException
-
Deprecated.Creates an ELException with the given root cause.
- ELManager - Class in jakarta.el
-
Manages Jakarta Expression Language parsing and evaluation environment.
- ELManager() - Constructor for class jakarta.el.ELManager
- ELParseException - Exception in jakarta.servlet.jsp.el
-
Deprecated.As of JSP 2.1, replaced by
ELException
- ELParseException() - Constructor for exception jakarta.servlet.jsp.el.ELParseException
-
Deprecated.Creates an ELParseException with no detail message.
- ELParseException(String) - Constructor for exception jakarta.servlet.jsp.el.ELParseException
-
Deprecated.Creates an ELParseException with the provided detail message.
- ELProcessor - Class in jakarta.el
-
Provides an API for using Jakarta Expression Language in a stand-alone environment.
- ELProcessor() - Constructor for class jakarta.el.ELProcessor
- ELResolver - Class in jakarta.el
-
Enables customization of variable, property, method call, and type conversion resolution behavior for Jakarta Expression Language expression evaluation.
- ELResolver() - Constructor for class jakarta.el.ELResolver
- Email - Annotation Type in jakarta.validation.constraints
-
The string has to be a well-formed email address.
- EMAIL - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
- EMAIL_SCOPE - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
- EMAIL_VERIFIED - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
- Email.List - Annotation Type in jakarta.validation.constraints
-
Defines several
@Email
constraints on the same element. - embeddable(Class<X>) - Method in interface jakarta.persistence.metamodel.Metamodel
-
Return the metamodel embeddable type representing the embeddable class.
- Embeddable - Annotation Type in jakarta.persistence
-
Specifies a class whose instances are stored as an intrinsic part of an owning entity and share the identity of the entity.
- EMBEDDABLE - jakarta.persistence.metamodel.Type.PersistenceType
-
Embeddable class
- EmbeddableType<X> - Interface in jakarta.persistence.metamodel
-
Instances of the type
EmbeddableType
represent embeddable types. - Embedded - Annotation Type in jakarta.persistence
-
Specifies a persistent field or property of an entity whose value is an instance of an embeddable class.
- EMBEDDED - jakarta.persistence.metamodel.Attribute.PersistentAttributeType
-
Embeddable class attribute
- EmbeddedId - Annotation Type in jakarta.persistence
-
Applied to a persistent field or property of an entity class or mapped superclass to denote a composite primary key that is an embeddable class.
- EMPTY_JSON_ARRAY - Static variable in interface jakarta.json.JsonValue
-
The empty JSON array.
- EMPTY_JSON_OBJECT - Static variable in interface jakarta.json.JsonValue
-
The empty JSON object.
- EMPTY_STRING_AS_NULL_PARAM_NAME - Static variable in class jakarta.faces.component.UIInput
-
The name of a context parameter that indicates how empty strings need to be interpreted.
- EMPTY_VALIDATION_GROUPS_PATTERN - Static variable in class jakarta.faces.validator.BeanValidator
-
The regular expression pattern that identifies an empty list of validation groups.
- emptyRoleSemantic() - Method in annotation type jakarta.servlet.annotation.HttpMethodConstraint
-
The default authorization semantic.
- ENABLE_SELECTIVE - jakarta.persistence.SharedCacheMode
-
Caching is enabled for all entities for
Cacheable(true)
is specified. - ENABLE_VALIDATE_WHOLE_BEAN_PARAM_NAME - Static variable in class jakarta.faces.validator.BeanValidator
-
If this param is set, and calling toLowerCase().equals("true") on a String representation of its value returns
true
take the additional actions relating to<validateWholeBean />
specified inBeanValidator.validate(jakarta.faces.context.FacesContext, jakarta.faces.component.UIComponent, java.lang.Object)
. - ENABLE_WEBSOCKET_ENDPOINT_PARAM_NAME - Static variable in interface jakarta.faces.push.PushContext
-
The boolean context parameter name to explicitly enable web socket endpoint during startup.
- enableClientWindowRenderMode(FacesContext) - Method in class jakarta.faces.lifecycle.ClientWindow
-
Components that permit per-use disabling of the appending of the ClientWindow in generated URLs must call this method first after rendering those URLs.
- enableClientWindowRenderMode(FacesContext) - Method in class jakarta.faces.lifecycle.ClientWindowWrapper
- enabledClass - jakarta.faces.component.html.HtmlSelectManyCheckbox.PropertyKeys
- enabledClass - jakarta.faces.component.html.HtmlSelectManyListbox.PropertyKeys
- enabledClass - jakarta.faces.component.html.HtmlSelectManyMenu.PropertyKeys
- enabledClass - jakarta.faces.component.html.HtmlSelectOneListbox.PropertyKeys
- enabledClass - jakarta.faces.component.html.HtmlSelectOneMenu.PropertyKeys
- enabledClass - jakarta.faces.component.html.HtmlSelectOneRadio.PropertyKeys
- enableDecorators(Class<?>...) - Method in class jakarta.enterprise.inject.se.SeContainerInitializer
-
Add decorator classes to the list of enabled decorators for the synthetic bean archive.
- enableInterceptors(Class<?>...) - Method in class jakarta.enterprise.inject.se.SeContainerInitializer
-
Add interceptor classes to the list of enabled interceptors for the synthetic bean archive.
- encode(T) - Method in interface jakarta.websocket.Encoder.Binary
-
Encode the given object into a byte array.
- encode(T) - Method in interface jakarta.websocket.Encoder.Text
-
Encode the given object into a String.
- encode(T, OutputStream) - Method in interface jakarta.websocket.Encoder.BinaryStream
-
Encode the given object into a binary stream written to the implementation provided OutputStream.
- encode(T, Writer) - Method in interface jakarta.websocket.Encoder.TextStream
-
Encode the given object to a character stream writing it to the supplied Writer.
- encodeActionURL(String) - Method in class jakarta.faces.context.ExternalContext
-
Return the input URL, after performing any rewriting needed to ensure that it will correctly identify an addressable action in the current application.
- encodeActionURL(String) - Method in class jakarta.faces.context.ExternalContextWrapper
-
The default behavior of this method is to call
ExternalContext.encodeActionURL(String)
on the wrappedExternalContext
object. - encodeAll(FacesContext) - Method in class jakarta.faces.component.UIComponent
-
If this component returns
true
fromUIComponent.isRendered()
, take the following action. - encodeAll(FacesContext) - Method in class jakarta.faces.component.UIViewParameter
-
Called specially by
UIViewRoot.encodeEnd(jakarta.faces.context.FacesContext)
, this method simply sets the submitted value to be the return fromUIViewParameter.getStringValue(jakarta.faces.context.FacesContext)
. - encodeBegin(FacesContext) - Method in class jakarta.faces.component.UIComponent
-
If our
rendered
property istrue
, render the beginning of the current state of thisUIComponent
to the response contained in the specifiedFacesContext
. - encodeBegin(FacesContext) - Method in class jakarta.faces.component.UIComponentBase
- encodeBegin(FacesContext) - Method in class jakarta.faces.component.UIData
-
In addition to the default behavior, ensure that any saved per-row state for our child input components is discarded unless it is needed to rerender the current page with errors.
- encodeBegin(FacesContext) - Method in class jakarta.faces.component.UIViewRoot
-
Override the default
UIComponentBase.encodeBegin(jakarta.faces.context.FacesContext)
behavior. - encodeBegin(FacesContext, UIComponent) - Method in class jakarta.faces.render.RendererWrapper
- encodeBegin(FacesContext, T) - Method in class jakarta.faces.render.Renderer
-
Render the beginning specified
UIComponent
to the output stream or writer associated with the response we are creating. - encodeBookmarkableURL(String, Map<String, List<String>>) - Method in class jakarta.faces.context.ExternalContext
-
The purpose of this method is to generate a query string from the collection of Parameter objects provided by the parameters argument and append that query string to the baseUrl.
- encodeBookmarkableURL(String, Map<String, List<String>>) - Method in class jakarta.faces.context.ExternalContextWrapper
-
The default behavior of this method is to call
ExternalContext.encodeBookmarkableURL(String, java.util.Map)
on the wrappedExternalContext
object. - encodeChildren(FacesContext) - Method in class jakarta.faces.component.UIComponent
- encodeChildren(FacesContext) - Method in class jakarta.faces.component.UIComponentBase
- encodeChildren(FacesContext) - Method in class jakarta.faces.component.UIViewRoot
-
If
PartialViewContext.isAjaxRequest()
returnstrue
, perform partial rendering by callingPartialViewContext.processPartial(jakarta.faces.event.PhaseId)
withPhaseId.RENDER_RESPONSE
. - encodeChildren(FacesContext, UIComponent) - Method in class jakarta.faces.render.RendererWrapper
- encodeChildren(FacesContext, T) - Method in class jakarta.faces.render.Renderer
-
Render the child components of this
UIComponent
, following the rules described forencodeBegin()
to acquire the appropriate value to be rendered. - Encoded - Annotation Type in jakarta.ws.rs
-
Disables automatic decoding of parameter values bound using
QueryParam
,PathParam
,FormParam
orMatrixParam
. - encodeEnd(FacesContext) - Method in class jakarta.faces.component.UIComponent
- encodeEnd(FacesContext) - Method in class jakarta.faces.component.UIComponentBase
- encodeEnd(FacesContext) - Method in class jakarta.faces.component.UIViewRoot
-
If
UIViewRoot.getAfterPhaseListener()
returns non-null
, invoke it, passing aPhaseEvent
for thePhaseId.RENDER_RESPONSE
phase. - encodeEnd(FacesContext, UIComponent) - Method in class jakarta.faces.render.RendererWrapper
- encodeEnd(FacesContext, T) - Method in class jakarta.faces.render.Renderer
-
Render the ending of the current state of the specified
UIComponent
, following the rules described forencodeBegin()
to acquire the appropriate value to be rendered. - EncodeException - Exception in jakarta.websocket
-
A general exception that occurs when trying to encode a custom object to a string or binary message.
- EncodeException(Object, String) - Constructor for exception jakarta.websocket.EncodeException
-
Constructor with the object being encoded, and the reason why it failed to be.
- EncodeException(Object, String, Throwable) - Constructor for exception jakarta.websocket.EncodeException
-
Constructor with the object being encoded, and the reason why it failed to be, and the cause.
- encodeNamespace(String) - Method in class jakarta.faces.context.ExternalContext
-
Return the specified name, after prefixing it with a namespace that ensures that it will be unique within the context of a particular page.
- encodeNamespace(String) - Method in class jakarta.faces.context.ExternalContextWrapper
-
The default behavior of this method is to call
ExternalContext.encodeNamespace(String)
on the wrappedExternalContext
object. - encodePartialActionURL(String) - Method in class jakarta.faces.context.ExternalContext
-
Return the input URL, after performing any rewriting needed to ensure that it can be used in a partial page submission (ajax request) to correctly identify an addressable action in the current application.
- encodePartialActionURL(String) - Method in class jakarta.faces.context.ExternalContextWrapper
-
The default behavior of this method is to call
ExternalContext.encodePartialActionURL(String)
on the wrappedExternalContext
object. - encodePointer(String) - Static method in class jakarta.json.Json
-
Encodes (escapes) a passed string as defined by RFC 6901.
- Encoder - Interface in jakarta.websocket
-
The Encoder interface defines how developers can provide a way to convert their custom objects into web socket messages.
- Encoder.Binary<T> - Interface in jakarta.websocket
-
This interface defines how to provide a way to convert a custom object into a binary message.
- Encoder.BinaryStream<T> - Interface in jakarta.websocket
-
This interface may be implemented by encoding algorithms that want to write the encoded object to a binary stream.
- Encoder.Text<T> - Interface in jakarta.websocket
-
This interface defines how to provide a way to convert a custom object into a text message.
- Encoder.TextStream<T> - Interface in jakarta.websocket
-
This interface may be implemented by encoding algorithms that want to write the encoded object to a character stream.
- encodeRedirectURL(String) - Method in interface jakarta.servlet.http.HttpServletResponse
-
Encodes the specified URL for use in the
sendRedirect
method or, if encoding is not needed, returns the URL unchanged. - encodeRedirectURL(String) - Method in class jakarta.servlet.http.HttpServletResponseWrapper
-
The default behavior of this method is to return encodeRedirectURL(String url) on the wrapped response object.
- encodeRedirectURL(String, Map<String, List<String>>) - Method in class jakarta.faces.context.ExternalContext
-
The purpose of this method is to generate a query string from the collection of Parameter objects provided by the parameters argument and append that query string to the baseUrl.
- encodeRedirectURL(String, Map<String, List<String>>) - Method in class jakarta.faces.context.ExternalContextWrapper
-
The default behavior of this method is to call
ExternalContext.encodeRedirectURL(String, java.util.Map)
on the wrappedExternalContext
object. - encodeResourceURL(String) - Method in class jakarta.faces.context.ExternalContext
-
Return the input URL, after performing any rewriting needed to ensure that it will correctly identify an addressable resource in the current application.
- encodeResourceURL(String) - Method in class jakarta.faces.context.ExternalContextWrapper
-
The default behavior of this method is to call
ExternalContext.encodeResourceURL(String)
on the wrappedExternalContext
object. - encoders() - Method in annotation type jakarta.websocket.ClientEndpoint
-
The array of Java classes that are to act as Encoders for messages sent by the client.
- encoders() - Method in annotation type jakarta.websocket.server.ServerEndpoint
-
The ordered array of encoder classes this endpoint will use.
- encoders(List<Class<? extends Encoder>>) - Method in class jakarta.websocket.ClientEndpointConfig.Builder
-
Assign the list of encoder implementation classes the client will use.
- encoders(List<Class<? extends Encoder>>) - Method in class jakarta.websocket.server.ServerEndpointConfig.Builder
-
Sets the list of encoder implementation classes for this builder.
- encodeURL(String) - Method in interface jakarta.servlet.http.HttpServletResponse
-
Encodes the specified URL by including the session ID, or, if encoding is not needed, returns the URL unchanged.
- encodeURL(String) - Method in class jakarta.servlet.http.HttpServletResponseWrapper
-
The default behavior of this method is to call encodeURL(String url) on the wrapped response object.
- encodeWebsocketURL(String) - Method in class jakarta.faces.context.ExternalContext
-
Return the websocket URL, after performing any rewriting needed to ensure that it will correctly identify an addressable websocket in the current application.
- encodeWebsocketURL(String) - Method in class jakarta.faces.context.ExternalContextWrapper
-
The default behavior of this method is to call
ExternalContext.encodeWebsocketURL(String)
on the wrappedExternalContext
object. - encoding(String) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
-
Set the message entity content encoding.
- ENCODING - Static variable in class jakarta.json.bind.JsonbConfig
-
The Jsonb serialization
toJson()
methods will default to this property for encoding of output JSON data. - encodings(String...) - Static method in class jakarta.ws.rs.core.Variant
-
Create a
Variant.VariantListBuilder
initialized with a set of supported encodings. - encodings(String...) - Method in class jakarta.ws.rs.core.Variant.VariantListBuilder
-
Set the encoding(s) for this variant.
- enctype - jakarta.faces.component.html.HtmlForm.PropertyKeys
- end - Variable in class jakarta.servlet.jsp.jstl.core.LoopTagSupport
-
Ending index of the iteration ('end' attribute).
- end() - Method in interface jakarta.enterprise.context.Conversation
-
Marks the current long-running conversation transient.
- end(Date) - Method in class jakarta.ejb.ScheduleExpression
-
Set the end date.
- END_ARRAY - jakarta.json.stream.JsonParser.Event
-
End of a JSON array.
- END_OBJECT - jakarta.json.stream.JsonParser.Event
-
End of a JSON object.
- END_SESSION_ENDPOINT - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
- endCDATA() - Method in class jakarta.faces.context.ResponseWriter
-
Close an XML
CDATA
block. - endCDATA() - Method in class jakarta.faces.context.ResponseWriterWrapper
-
The default behavior of this method is to call
ResponseWriter.endCDATA()
on the wrappedResponseWriter
object. - endContext() - Method in interface jakarta.enterprise.concurrent.spi.ThreadContextRestorer
-
Invoked by the Jakarta EE Product Provider to remove the thread context that the
ThreadContextSnapshot
began on this thread and restore the previous context that was on the thread prior to that point. - endDocument() - Method in class jakarta.faces.context.PartialResponseWriter
-
Write the end of a partial response.
- endDocument() - Method in class jakarta.faces.context.ResponseWriter
-
Write whatever text should end a response.
- endDocument() - Method in class jakarta.faces.context.ResponseWriterWrapper
-
The default behavior of this method is to call
ResponseWriter.endDocument()
on the wrappedResponseWriter
object. - endElement(String) - Method in class jakarta.faces.context.ResponseWriter
-
Write the end of an element, after closing any open element created by a call to
startElement()
. - endElement(String) - Method in class jakarta.faces.context.ResponseWriterWrapper
-
The default behavior of this method is to call
ResponseWriter.endElement(String)
on the wrappedResponseWriter
object. - endError() - Method in class jakarta.faces.context.PartialResponseWriter
-
Write the end of an error.
- endEval() - Method in class jakarta.faces.context.PartialResponseWriter
-
Write the end of an eval operation.
- endExtension() - Method in class jakarta.faces.context.PartialResponseWriter
-
Write the end of an extension operation.
- endInsert() - Method in class jakarta.faces.context.PartialResponseWriter
-
Write the end of an insert operation.
- Endpoint - Class in jakarta.websocket
-
The Web Socket Endpoint represents an object that can handle websocket conversations.
- Endpoint() - Constructor for class jakarta.websocket.Endpoint
- EndpointConfig - Interface in jakarta.websocket
-
The endpoint configuration contains all the information needed during the handshake process for this end point.
- endSessionEndpoint() - Method in annotation type jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdProviderMetadata
-
Optional.
- endSpecified - Variable in class jakarta.servlet.jsp.jstl.core.LoopTagSupport
-
Boolean flag indicating whether 'end' was specified.
- endUpdate() - Method in class jakarta.faces.context.PartialResponseWriter
-
Write the end of an update operation.
- Enhancement - Annotation Type in jakarta.enterprise.inject.build.compatible.spi
-
2nd phase of build compatible extension execution.
- enlistResource(XAResource) - Method in interface jakarta.transaction.Transaction
-
Enlist the resource specified with the transaction associated with the target Transaction object.
- enterLambdaScope(Map<String, Object>) - Method in class jakarta.el.ELContext
-
Installs a Lambda argument map, in preparation for the evaluation of a Lambda expression.
- EnterpriseBean - Interface in jakarta.ejb
-
The EnterpriseBean interface is a common superinterface for the SessionBean, EntityBean and MessageDrivenBean interfaces.
- entities() - Method in annotation type jakarta.persistence.SqlResultSetMapping
-
Specifies the result set mapping to entities.
- entity(Class<X>) - Method in interface jakarta.persistence.metamodel.Metamodel
-
Return the metamodel entity type representing the entity.
- entity(Object) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
-
Set the response entity in the builder.
- entity(Object, Annotation[]) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
-
Set the response entity in the builder.
- entity(T, MediaType) - Static method in class jakarta.ws.rs.client.Entity
-
Create an entity using a supplied content media type.
- entity(T, MediaType, Annotation[]) - Static method in class jakarta.ws.rs.client.Entity
-
Create an entity using a supplied content media type.
- entity(T, Variant) - Static method in class jakarta.ws.rs.client.Entity
-
Create an entity using a supplied content media type.
- entity(T, Variant, Annotation[]) - Static method in class jakarta.ws.rs.client.Entity
-
Create an entity using a supplied content media type.
- entity(T, String) - Static method in class jakarta.ws.rs.client.Entity
-
Create an entity using a supplied content media type.
- Entity<T> - Class in jakarta.ws.rs.client
-
Encapsulates message entity including the associated variant information.
- Entity - Annotation Type in jakarta.persistence
-
Specifies that the class is an entity.
- ENTITY - jakarta.persistence.metamodel.Type.PersistenceType
-
Entity
- ENTITY_CODER - Static variable in class jakarta.ws.rs.Priorities
-
Message encoder or decoder filter/interceptor priority.
- ENTITY_TYPE - jakarta.persistence.metamodel.Bindable.BindableType
-
Entity type
- EntityBean - Interface in jakarta.ejb
-
The EntityBean interface is implemented by every entity bean class.
- entityClass() - Method in annotation type jakarta.persistence.EntityResult
-
The class of the result.
- EntityContext - Interface in jakarta.ejb
-
The EntityContext interface provides an instance with access to the container-provided runtime context of an entity bean instance.
- EntityExistsException - Exception in jakarta.persistence
-
Thrown by the persistence provider when
EntityManager.persist(Object)
is called and the entity already exists. - EntityExistsException() - Constructor for exception jakarta.persistence.EntityExistsException
-
Constructs a new
EntityExistsException
exception withnull
as its detail message. - EntityExistsException(String) - Constructor for exception jakarta.persistence.EntityExistsException
-
Constructs a new
EntityExistsException
exception with the specified detail message. - EntityExistsException(String, Throwable) - Constructor for exception jakarta.persistence.EntityExistsException
-
Constructs a new
EntityExistsException
exception with the specified detail message and cause. - EntityExistsException(Throwable) - Constructor for exception jakarta.persistence.EntityExistsException
-
Constructs a new
EntityExistsException
exception with the specified cause. - EntityGraph<T> - Interface in jakarta.persistence
-
This type represents the root of an entity graph that will be used as a template to define the attribute nodes and boundaries of a graph of entities and entity relationships.
- EntityListeners - Annotation Type in jakarta.persistence
-
Specifies the callback listener classes to be used for an entity or mapped superclass.
- EntityManager - Interface in jakarta.persistence
-
Interface used to interact with the persistence context.
- EntityManagerFactory - Interface in jakarta.persistence
-
Interface used to interact with the entity manager factory for the persistence unit.
- EntityNotFoundException - Exception in jakarta.persistence
-
Thrown by the persistence provider when an entity reference obtained by
EntityManager.getReference
is accessed but the entity does not exist. - EntityNotFoundException() - Constructor for exception jakarta.persistence.EntityNotFoundException
-
Constructs a new
EntityNotFoundException
exception withnull
as its detail message. - EntityNotFoundException(Exception) - Constructor for exception jakarta.persistence.EntityNotFoundException
-
Constructs a new
EntityNotFoundException
exception withnull
as its detail message. - EntityNotFoundException(String) - Constructor for exception jakarta.persistence.EntityNotFoundException
-
Constructs a new
EntityNotFoundException
exception with the specified detail message. - EntityNotFoundException(String, Exception) - Constructor for exception jakarta.persistence.EntityNotFoundException
-
Constructs a new
EntityNotFoundException
exception with the specified detail message. - EntityPart - Interface in jakarta.ws.rs.core
-
A
EntityPart
is one part of a multipart entity. - EntityPart.Builder - Interface in jakarta.ws.rs.core
-
Builder for
EntityPart
instances. - EntityResult - Annotation Type in jakarta.persistence
-
Used in conjunction with the
SqlResultSetMapping
annotation to map the SELECT clause of a SQL query to an entity result. - EntityTag - Class in jakarta.ws.rs.core
-
An abstraction for the value of a HTTP Entity Tag, used as the value of an ETag response header.
- EntityTag(String) - Constructor for class jakarta.ws.rs.core.EntityTag
-
Creates a new instance of a strong
EntityTag
. - EntityTag(String, boolean) - Constructor for class jakarta.ws.rs.core.EntityTag
-
Creates a new instance of an
EntityTag
. - EntityTransaction - Interface in jakarta.persistence
-
Interface used to control transactions on resource-local entity managers.
- EntityType<X> - Interface in jakarta.persistence.metamodel
-
Instances of the type
EntityType
represent entity types. - entry() - Method in interface jakarta.persistence.criteria.MapJoin
-
Create an expression that corresponds to the map entry.
- entrySet() - Method in class jakarta.faces.context.FlashWrapper
-
The default behavior of this method is to call
Map.entrySet()
on the wrappedFlash
object. - entrySet() - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
- ENUM - jakarta.enterprise.lang.model.AnnotationMember.Kind
-
An
Enum
value. - ENUM_ID - Static variable in class jakarta.faces.convert.EnumConverter
-
The message identifier of the
FacesMessage
to be created if the conversion toEnum
fails. - ENUM_NO_CLASS_ID - Static variable in class jakarta.faces.convert.EnumConverter
-
The message identifier of the
FacesMessage
to be created if the conversion toEnum
fails and no target class has been provided. - EnumConverter - Class in jakarta.faces.convert
-
Converter
implementation forjava.lang.Enum
(and enum primitive) values. - EnumConverter() - Constructor for class jakarta.faces.convert.EnumConverter
-
For StateHolder
- EnumConverter(Class) - Constructor for class jakarta.faces.convert.EnumConverter
-
Instantiates an enum converter with a class where enum constants are taken from.
- Enumerated - Annotation Type in jakarta.persistence
-
Specifies that a persistent property or field should be persisted as a enumerated type.
- EnumType - Enum in jakarta.persistence
-
Defines mapping for enumerated types.
- equal(Expression<?>, Expression<?>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create a predicate for testing the arguments for equality.
- equal(Expression<?>, Object) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create a predicate for testing the arguments for equality.
- equals(Object) - Method in class jakarta.el.Expression
-
Determines whether the specified object is equal to this
Expression
. - equals(Object) - Method in class jakarta.el.MethodInfo
- equals(Object) - Method in class jakarta.el.MethodReference
- equals(Object) - Method in class jakarta.enterprise.util.AnnotationLiteral
- equals(Object) - Method in class jakarta.enterprise.util.TypeLiteral
- equals(Object) - Method in class jakarta.faces.application.NavigationCase
- equals(Object) - Method in class jakarta.faces.application.NavigationCaseWrapper
- equals(Object) - Method in class jakarta.faces.event.WebsocketEvent
- equals(Object) - Method in class jakarta.faces.validator.DoubleRangeValidator
-
Overrides the default equals method to take the minimum and maximum into account when comparing DoubleRangeValidator instances.
- equals(Object) - Method in class jakarta.faces.validator.LengthValidator
- equals(Object) - Method in class jakarta.faces.validator.LongRangeValidator
- equals(Object) - Method in interface jakarta.json.JsonNumber
-
Compares the specified object with this
JsonNumber
object for equality. - equals(Object) - Method in interface jakarta.json.JsonString
-
Compares the specified object with this
JsonString
for equality. - equals(Object) - Method in class jakarta.servlet.http.Cookie
- equals(Object) - Method in class jakarta.servlet.jsp.jstl.core.IndexedValueExpression
- equals(Object) - Method in class jakarta.servlet.jsp.jstl.core.IteratedValueExpression
- equals(Object) - Method in class jakarta.ws.rs.client.Entity
- equals(Object) - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
- equals(Object) - Method in class jakarta.ws.rs.core.CacheControl
-
Compares object argument to this cache control to see if they are the same considering all property values.
- equals(Object) - Method in class jakarta.ws.rs.core.Cookie
-
Compare for equality.
- equals(Object) - Method in class jakarta.ws.rs.core.EntityTag
-
Compares
obj
to this tag to see if they are the same considering weakness and value. - equals(Object) - Method in class jakarta.ws.rs.core.GenericEntity
- equals(Object) - Method in class jakarta.ws.rs.core.GenericType
- equals(Object) - Method in class jakarta.ws.rs.core.Link.JaxbLink
-
Deprecated.
- equals(Object) - Method in class jakarta.ws.rs.core.MediaType
-
Compares
obj
to this media type to see if they are the same by comparing type, subtype and parameters. - equals(Object) - Method in class jakarta.ws.rs.core.NewCookie
-
Compare for equality.
- equals(Object) - Method in class jakarta.ws.rs.core.Variant
-
Compares obj to this variant to see if they are the same considering all property values.
- equalsIgnoreValueOrder(MultivaluedMap<K, V>) - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
- equalsIgnoreValueOrder(MultivaluedMap<K, V>) - Method in interface jakarta.ws.rs.core.MultivaluedMap
-
Compare the specified map with this map for equality modulo the order of values for each key.
- error(Exception) - Method in interface jakarta.enterprise.inject.build.compatible.spi.Messages
-
Add a generic error that is represented by an exception.
- error(String) - Method in interface jakarta.enterprise.inject.build.compatible.spi.Messages
-
Add a generic error that is not related to any particular element, or that information is not known.
- error(String, BeanInfo) - Method in interface jakarta.enterprise.inject.build.compatible.spi.Messages
-
Add an error which is related to given
BeanInfo
. - error(String, ObserverInfo) - Method in interface jakarta.enterprise.inject.build.compatible.spi.Messages
-
Add an error which is related to given
ObserverInfo
. - error(String, AnnotationTarget) - Method in interface jakarta.enterprise.inject.build.compatible.spi.Messages
-
Add an error which is related to given
AnnotationTarget
(which is most likely aDeclarationInfo
). - ERROR - jakarta.servlet.DispatcherType
- ERROR_DESCRIPTION_PARAM - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
- ERROR_EXCEPTION - Static variable in interface jakarta.servlet.RequestDispatcher
-
The name of the request attribute under which the exception object is propagated during an error dispatch
- ERROR_EXCEPTION_TYPE - Static variable in interface jakarta.servlet.RequestDispatcher
-
The name of the request attribute under which the type of the exception object is propagated during an error dispatch
- ERROR_MESSAGE - Static variable in interface jakarta.servlet.RequestDispatcher
-
The name of the request attribute under which the exception message is propagated during an error dispatch
- ERROR_PARAM - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
- ERROR_REQUEST_URI - Static variable in interface jakarta.servlet.RequestDispatcher
-
The name of the request attribute under which the request URI whose processing caused the error is propagated during an error dispatch
- ERROR_SERVLET_NAME - Static variable in interface jakarta.servlet.RequestDispatcher
-
The name of the request attribute under which the name of the servlet in which the error occurred is propagated during an error dispatch
- ERROR_STATUS_CODE - Static variable in interface jakarta.servlet.RequestDispatcher
-
The name of the request attribute under which the response status is propagated during an error dispatch
- errorClass - jakarta.faces.component.html.HtmlMessage.PropertyKeys
- errorClass - jakarta.faces.component.html.HtmlMessages.PropertyKeys
- errorCode - Variable in exception jakarta.transaction.SystemException
-
The error code with which to create the SystemException.
- ErrorData - Class in jakarta.servlet.jsp
-
Contains information about an error, for error pages.
- ErrorData(Throwable, int, String, String) - Constructor for class jakarta.servlet.jsp.ErrorData
-
Creates a new ErrorData object.
- errorPage() - Method in annotation type jakarta.security.enterprise.authentication.mechanism.http.LoginToContinue
-
The resource (page) a caller should get to see in case an error, such as providing invalid credentials, occurs on the page set by
LoginToContinue.loginPage()
. - errorPage() - Method in class jakarta.security.enterprise.authentication.mechanism.http.LoginToContinue.Literal
- errorStyle - jakarta.faces.component.html.HtmlMessage.PropertyKeys
- errorStyle - jakarta.faces.component.html.HtmlMessages.PropertyKeys
- escape - jakarta.faces.component.html.HtmlOutputFormat.PropertyKeys
- escape - jakarta.faces.component.html.HtmlOutputLabel.PropertyKeys
- escape - jakarta.faces.component.html.HtmlOutputText.PropertyKeys
- ETAG - Static variable in interface jakarta.ws.rs.core.HttpHeaders
- eval(Serializable) - Method in interface jakarta.faces.component.StateHelper
-
Attempts to find a value associated with the specified key, using the value expression collection from the component if no such value is found.
- eval(Serializable, Object) - Method in interface jakarta.faces.component.StateHelper
-
Performs the same logic as
StateHelper.eval(java.io.Serializable)
} but if no value is found, this will return the specifieddefaultValue
- eval(Serializable, Supplier<Object>) - Method in interface jakarta.faces.component.StateHelper
-
Performs the same logic as
StateHelper.eval(java.io.Serializable)
} but if no value is found, this will return the return-value of thedefaultValueSupplier
- eval(String) - Method in class jakarta.el.ELProcessor
-
Evaluates an Jakarta Expression Language expression.
- EVAL_BODY_AGAIN - Static variable in interface jakarta.servlet.jsp.tagext.IterationTag
-
Request the reevaluation of some body.
- EVAL_BODY_BUFFERED - Static variable in interface jakarta.servlet.jsp.tagext.BodyTag
-
Request the creation of new buffer, a BodyContent on which to evaluate the body of this tag.
- EVAL_BODY_INCLUDE - Static variable in interface jakarta.servlet.jsp.tagext.Tag
-
Evaluate body into existing out stream.
- EVAL_BODY_TAG - Static variable in interface jakarta.servlet.jsp.tagext.BodyTag
-
Deprecated.As of Java JSP API 1.2, use BodyTag.EVAL_BODY_BUFFERED or IterationTag.EVAL_BODY_AGAIN.
- EVAL_PAGE - Static variable in interface jakarta.servlet.jsp.tagext.Tag
-
Continue evaluating the page.
- evaluate(VariableResolver) - Method in class jakarta.servlet.jsp.el.Expression
-
Deprecated.Evaluates an expression that was previously prepared.
- evaluate(String, Class<?>, VariableResolver, FunctionMapper) - Method in class jakarta.servlet.jsp.el.ExpressionEvaluator
-
Deprecated.Evaluates an expression.
- evaluateExpressionGet(FacesContext, String, Class<? extends T>) - Method in class jakarta.faces.application.Application
-
Get a value by evaluating an expression.
- evaluateExpressionGet(FacesContext, String, Class<? extends T>) - Method in class jakarta.faces.application.ApplicationWrapper
-
The default behavior of this method is to call
Application.evaluateExpressionGet(jakarta.faces.context.FacesContext, String, Class)
on the wrappedApplication
object. - evaluatePreconditions() - Method in interface jakarta.ws.rs.core.Request
-
Evaluate request preconditions for a resource that does not currently exist.
- evaluatePreconditions(EntityTag) - Method in interface jakarta.ws.rs.core.Request
-
Evaluate request preconditions based on the passed in value.
- evaluatePreconditions(Date) - Method in interface jakarta.ws.rs.core.Request
-
Evaluate request preconditions based on the passed in value.
- evaluatePreconditions(Date, EntityTag) - Method in interface jakarta.ws.rs.core.Request
-
Evaluate request preconditions based on the passed in value.
- EvaluationListener - Class in jakarta.el
-
The listener interface for receiving notification when a Jakarta Expression Language expression is evaluated.
- EvaluationListener() - Constructor for class jakarta.el.EvaluationListener
- Event<T> - Interface in jakarta.enterprise.event
-
Allows the application to fire events of a particular type.
- EventContext<T> - Interface in jakarta.enterprise.inject.spi
-
Represents a context of a fired event.
- EventMetadata - Interface in jakarta.enterprise.inject.spi
-
Provides access to metadata about an observed event payload.
- eventParameter() - Method in interface jakarta.enterprise.inject.build.compatible.spi.ObserverInfo
-
Returns the event parameter of this observer method.
- eventType() - Method in interface jakarta.enterprise.inject.build.compatible.spi.ObserverInfo
-
Returns the observed event type of this observer.
- evict(Class) - Method in interface jakarta.persistence.Cache
-
Remove the data for entities of the specified class (and its subclasses) from the cache.
- evict(Class, Object) - Method in interface jakarta.persistence.Cache
-
Remove the data for the given entity from the cache.
- evictAll() - Method in interface jakarta.persistence.Cache
-
Clear the cache.
- EXACT - jakarta.servlet.http.MappingMatch
-
This is used when the mapping was achieved with an exact match to the incoming request.
- EXCEPTION - Static variable in class jakarta.servlet.jsp.PageContext
-
Name used to store uncaught exception in ServletRequest attribute list and PageContext name table.
- EXCEPTION_HANDLER_FACTORY - Static variable in class jakarta.faces.FactoryFinder
-
The property name for the
ExceptionHandlerFactory
class name. - ExceptionHandler - Class in jakarta.faces.context
-
ExceptionHandler is the central point for handling unexpected
Exception
s that are thrown during the Faces lifecycle. - ExceptionHandler() - Constructor for class jakarta.faces.context.ExceptionHandler
- ExceptionHandlerFactory - Class in jakarta.faces.context
-
ExceptionHandlerFactory is a factory object that creates (if needed) and returns a new
ExceptionHandler
instance. - ExceptionHandlerFactory() - Constructor for class jakarta.faces.context.ExceptionHandlerFactory
-
Deprecated.Use the other constructor taking the implementation being wrapped.
- ExceptionHandlerFactory(ExceptionHandlerFactory) - Constructor for class jakarta.faces.context.ExceptionHandlerFactory
-
If this factory has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.
- ExceptionHandlerWrapper - Class in jakarta.faces.context
-
Provides a simple implementation of
ExceptionHandler
that can be subclassed by developers wishing to provide specialized behavior to an existingExceptionHandler
instance. - ExceptionHandlerWrapper() - Constructor for class jakarta.faces.context.ExceptionHandlerWrapper
-
Deprecated.Use the other constructor taking the implementation being wrapped.
- ExceptionHandlerWrapper(ExceptionHandler) - Constructor for class jakarta.faces.context.ExceptionHandlerWrapper
-
If this exception handler has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.
- ExceptionMapper<E extends Throwable> - Interface in jakarta.ws.rs.ext
-
Contract for a provider that maps Java exceptions to
Response
. - ExceptionQueuedEvent - Class in jakarta.faces.event
-
The system event facility will create an instance of this class whenever
Application.publishEvent(jakarta.faces.context.FacesContext, java.lang.Class<? extends jakarta.faces.event.SystemEvent>, java.lang.Object)
is called withExceptionQueuedEvent.class
assystemEventClass
argument. - ExceptionQueuedEvent(FacesContext, ExceptionQueuedEventContext) - Constructor for class jakarta.faces.event.ExceptionQueuedEvent
-
Instantiate a new
ExceptionQueuedEvent
that indicates the argumentExceptionQueuedEventContext
occurred. - ExceptionQueuedEvent(ExceptionQueuedEventContext) - Constructor for class jakarta.faces.event.ExceptionQueuedEvent
-
Instantiate a new
ExceptionQueuedEvent
that indicates the argumentExceptionQueuedEventContext
occurred. - ExceptionQueuedEventContext - Class in jakarta.faces.event
-
This helper class provides context to the
ExceptionQueuedEvent
regarding the state of the system at the point in time when theExceptionQueuedEvent
occurs and links theExceptionQueuedEvent
to theExceptionHandler
by virtue of implementingSystemEventListener
. - ExceptionQueuedEventContext(FacesContext, Throwable) - Constructor for class jakarta.faces.event.ExceptionQueuedEventContext
-
Instantiate a new
ExceptionQueuedEventContext
that indicates the argumentThrowable
just occurred. - ExceptionQueuedEventContext(FacesContext, Throwable, UIComponent) - Constructor for class jakarta.faces.event.ExceptionQueuedEventContext
-
Instantiate a new
ExceptionQueuedEventContext
that indicates the argumentThrowable
just occurred, relevant to the argumentcomponent
. - ExceptionQueuedEventContext(FacesContext, Throwable, UIComponent, PhaseId) - Constructor for class jakarta.faces.event.ExceptionQueuedEventContext
-
Instantiate a new
ExceptionQueuedEventContext
that indicates the argumentThrowable
just occurred, relevant to the argumentcomponent
, during the lifecycle phasephaseId
. - ExcludeClassInterceptors - Annotation Type in jakarta.interceptor
-
Used to exclude class-level interceptors for the lifecycle callback method, business method, timeout method, or constructor to which it is applied.
- ExcludeDefaultInterceptors - Annotation Type in jakarta.interceptor
-
Used to exclude default interceptors for a target class or for a lifecycle callback method, business method, timeout method, or constructor of a target class.
- ExcludeDefaultListeners - Annotation Type in jakarta.persistence
-
Specifies that the invocation of default listeners is to be excluded for the entity class (or mapped superclass) and its subclasses.
- ExcludeSuperclassListeners - Annotation Type in jakarta.persistence
-
Specifies that the invocation of superclass listeners is to be excluded for the entity class (or mapped superclass) and its subclasses.
- excludeUnlistedClasses() - Method in interface jakarta.persistence.spi.PersistenceUnitInfo
-
Returns whether classes in the root of the persistence unit that have not been explicitly listed are to be included in the set of managed classes.
- ExecutableDescriptor - Interface in jakarta.validation.metadata
-
Provides the common functionality of
MethodDescriptor
andConstructorDescriptor
. - ExecutableType - Enum in jakarta.validation.executable
-
Defines the types of executables targeted by an operation.
- ExecutableValidator - Interface in jakarta.validation.executable
-
Validates parameters and return values of methods and constructors.
- execute - jakarta.faces.component.html.HtmlCommandScript.PropertyKeys
- execute() - Method in interface jakarta.persistence.StoredProcedureQuery
-
Return true if the first result corresponds to a result set, and false if it is an update count or if there are no results other than through INOUT and OUT parameters, if any.
- execute(FacesContext) - Method in class jakarta.faces.lifecycle.Lifecycle
-
Execute all of the phases of the request processing lifecycle, up to but not including the Render Response phase, as described in section 2 "Request Processing Lifecycle" of the Jakarta Faces Specification Document, in the specified order.
- execute(FacesContext) - Method in class jakarta.faces.lifecycle.LifecycleWrapper
- EXECUTE_LIFECYCLE - jakarta.faces.component.visit.VisitHint
-
Hint that indicates that the visit is being performed as part of lifecycle phase execution.
- executeUpdate() - Method in interface jakarta.persistence.Query
-
Execute an update or delete statement.
- executeUpdate() - Method in interface jakarta.persistence.StoredProcedureQuery
-
Return the update count of -1 if there is no pending result or if the first result is not an update count.
- executor() - Method in annotation type jakarta.enterprise.concurrent.Asynchronous
-
JNDI name of a
ManagedExecutorService
orManagedScheduledExecutorService
upon which to run the asynchronous method. - executorService(ExecutorService) - Method in class jakarta.ws.rs.client.ClientBuilder
-
Set the client-side
ExecutorService
. - exists(Subquery<?>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create a predicate testing the existence of a subquery result.
- exitLambdaScope() - Method in class jakarta.el.ELContext
-
Exits the Lambda expression evaluation.
- exp(Expression<? extends Number>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create an expression that returns the exponential of its argument, that is, Euler's number e raised to the power of its argument.
- EXPECT - Static variable in interface jakarta.ws.rs.core.HttpHeaders
- EXPECTATION_FAILED - jakarta.ws.rs.core.Response.Status
-
417 Expectation Failed, see HTTP/1.1 documentation.
- EXPIRATION_IDENTIFIER - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
- expires(Date) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
-
Set the response expiration date.
- EXPIRES - Static variable in interface jakarta.ws.rs.core.HttpHeaders
- EXPIRES_IN - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
- expiry(Date) - Method in class jakarta.ws.rs.core.NewCookie.AbstractNewCookieBuilder
-
Set the cookie expiry date.
- expression(MethodExpression) - Method in class jakarta.faces.flow.builder.MethodCallBuilder
-
Set the method expression of this method call node.
- expression(String) - Method in class jakarta.faces.flow.builder.MethodCallBuilder
-
Set the method expression of this method call node.
- expression(String, Class[]) - Method in class jakarta.faces.flow.builder.MethodCallBuilder
-
Set the method expression of this method call node.
- Expression - Class in jakarta.el
-
Base class for the expression subclasses
ValueExpression
andMethodExpression
, implementing characteristics common to both. - Expression - Class in jakarta.servlet.jsp.el
-
Deprecated.As of JSP 2.1, replaced by
ValueExpression
- Expression<T> - Interface in jakarta.persistence.criteria
-
Type for query expressions.
- Expression() - Constructor for class jakarta.el.Expression
- Expression() - Constructor for class jakarta.servlet.jsp.el.Expression
-
Deprecated.
- EXPRESSION_SEPARATOR_CHARS - Static variable in class jakarta.faces.component.search.SearchExpressionHandler
-
The default characters used to separate expressions in a series of expressions.
- ExpressionEvaluator - Class in jakarta.servlet.jsp.el
-
Deprecated.As of JSP 2.1, replaced by
ExpressionFactory
- ExpressionEvaluator() - Constructor for class jakarta.servlet.jsp.el.ExpressionEvaluator
-
Deprecated.
- ExpressionFactory - Class in jakarta.el
-
Provides an implementation for creating and evaluating Jakarta Expression Language expressions.
- ExpressionFactory() - Constructor for class jakarta.el.ExpressionFactory
- EXTENDED - jakarta.persistence.PersistenceContextType
-
Extended persistence context
- EXTENDED - jakarta.persistence.PessimisticLockScope
-
In addition to the behavior for
PessimisticLockScope.NORMAL
, element collections and relationships owned by the entity that are contained in join tables will be locked if thejakarta.persistence.lock.scope
property is specified with a value ofPessimisticLockScope.EXTENDED
. - Extension - Interface in jakarta.enterprise.inject.spi
-
Service interface implemented by extensions.
- Extension - Interface in jakarta.websocket
-
A simple representation of a websocket extension as a name and map of extension parameters.
- EXTENSION - jakarta.servlet.http.MappingMatch
-
This is used when the mapping was achieved using an extension, such as "
*.xhtml
". - Extension.Parameter - Interface in jakarta.websocket
-
This member interface defines a single websocket extension parameter.
- extensions(List<Extension>) - Method in class jakarta.websocket.ClientEndpointConfig.Builder
-
Set the extensions for the configuration this builder will build.
- extensions(List<Extension>) - Method in class jakarta.websocket.server.ServerEndpointConfig.Builder
-
Sets the extensions to use in the configuration.
- EXTERNAL_CONTEXT_FACTORY - Static variable in class jakarta.faces.FactoryFinder
-
The property name for the
ExternalContextFactory
class name. - ExternalContext - Class in jakarta.faces.context
-
This class allows the Faces API to be unaware of the nature of its containing application environment.
- ExternalContext() - Constructor for class jakarta.faces.context.ExternalContext
- ExternalContextFactory - Class in jakarta.faces.context
-
ExternalContextFactory is a factory object that creates (if needed) and returns new
ExternalContext
instances, initialized for the processing of the specified request and response objects. - ExternalContextFactory() - Constructor for class jakarta.faces.context.ExternalContextFactory
-
Deprecated.Use the other constructor taking the implementation being wrapped.
- ExternalContextFactory(ExternalContextFactory) - Constructor for class jakarta.faces.context.ExternalContextFactory
-
If this factory has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.
- ExternalContextWrapper - Class in jakarta.faces.context
-
Provides a simple implementation of
ExternalContext
that can be subclassed by developers wishing to provide specialized behavior to an existingExternalContext
instance. - ExternalContextWrapper() - Constructor for class jakarta.faces.context.ExternalContextWrapper
-
Deprecated.Use the other constructor taking the implementation being wrapped.
- ExternalContextWrapper(ExternalContext) - Constructor for class jakarta.faces.context.ExternalContextWrapper
-
If this external context has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.
- ExtractedValue - Annotation Type in jakarta.validation.valueextraction
-
Marks the type parameter of a generic container type to which a
ValueExtractor
is tied or specifies the type of the wrapped element(s) of non-generic container types. - extractValues(T, ValueExtractor.ValueReceiver) - Method in interface jakarta.validation.valueextraction.ValueExtractor
-
Extracts the values to validate from the original object.
- extraParameters() - Method in annotation type jakarta.security.enterprise.authentication.mechanism.http.OpenIdAuthenticationMechanismDefinition
-
An array of extra options that will be sent to the OAuth provider.
- extraParametersExpression() - Method in annotation type jakarta.security.enterprise.authentication.mechanism.http.OpenIdAuthenticationMechanismDefinition
-
Allows the extra parameters to be defined as a Jakarta Expression Language expression.
F
- Facelet - Class in jakarta.faces.view.facelets
-
The parent or root object in a FaceletHandler composition.
- Facelet() - Constructor for class jakarta.faces.view.facelets.Facelet
- FACELET_CACHE_FACTORY - Static variable in class jakarta.faces.FactoryFinder
-
The property name for the
FaceletCacheFactory
class name. - FACELET_CONTEXT_KEY - Static variable in class jakarta.faces.view.facelets.FaceletContext
-
The key in the FacesContext attribute map for the FaceletContext instance.
- FaceletCache<V> - Class in jakarta.faces.view.facelets
-
This API defines the facility by which the Facelets
ViewDeclarationLanguage
creates and caches instances of Facelets. - FaceletCache() - Constructor for class jakarta.faces.view.facelets.FaceletCache
- FaceletCache.MemberFactory<V> - Interface in jakarta.faces.view.facelets
-
Factory interface for creating Facelet or View Metadata Facelet instances.
- FaceletCacheFactory - Class in jakarta.faces.view.facelets
-
Allows customization of the implementation of
FaceletCache
. - FaceletCacheFactory() - Constructor for class jakarta.faces.view.facelets.FaceletCacheFactory
-
Deprecated.Use the other constructor taking the implementation being wrapped.
- FaceletCacheFactory(FaceletCacheFactory) - Constructor for class jakarta.faces.view.facelets.FaceletCacheFactory
-
If this factory has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.
- FaceletContext - Class in jakarta.faces.view.facelets
-
Context representative of a single request from a Facelet.
- FaceletContext() - Constructor for class jakarta.faces.view.facelets.FaceletContext
- FaceletException - Exception in jakarta.faces.view.facelets
-
An Exception from the Facelet implementation
- FaceletException() - Constructor for exception jakarta.faces.view.facelets.FaceletException
-
Create an empty
FaceletException
. - FaceletException(String) - Constructor for exception jakarta.faces.view.facelets.FaceletException
-
Create a
FaceletException
with argumentmessage
as the message. - FaceletException(String, Throwable) - Constructor for exception jakarta.faces.view.facelets.FaceletException
-
Wrap argument
cause
in aFaceletException
instance, with a message given by the argumentmessage
. - FaceletException(Throwable) - Constructor for exception jakarta.faces.view.facelets.FaceletException
-
Wrap argument
cause
within thisFaceletException
instance. - FaceletHandler - Interface in jakarta.faces.view.facelets
-
This is the root class for markup elements in Facelets VDL.
- FACELETS_BUFFER_SIZE_PARAM_NAME - Static variable in class jakarta.faces.application.ViewHandler
-
The buffer size to set on the response when the ResponseWriter is generated.
- FACELETS_DECORATORS_PARAM_NAME - Static variable in class jakarta.faces.application.ViewHandler
-
A semicolon (;) delimitted list of class names of type jakarta.faces.view.facelets.TagDecorator, with a no-argument constructor.
- FACELETS_LIBRARIES_PARAM_NAME - Static variable in class jakarta.faces.application.ViewHandler
-
If this param is set, the runtime must interpret it as a semicolon (;) separated list of paths, starting with "/" (without the quotes).
- FACELETS_REFRESH_PERIOD_PARAM_NAME - Static variable in class jakarta.faces.application.ViewHandler
-
When a page is requested, what interval in seconds should the compiler check for changes.
- FACELETS_SKIP_COMMENTS_PARAM_NAME - Static variable in class jakarta.faces.application.ViewHandler
-
If this param is set, and calling toLowerCase().equals("true") on a String representation of its value returns true, the runtime must ensure that any XML comments in the Facelets source page are not delivered to the client.
- FACELETS_SUFFIX_PARAM_NAME - Static variable in class jakarta.faces.application.ViewHandler
-
Allow the web application to define a list of alternate suffixes for Facelet based XHTML pages containing Jakarta Faces content.
- FACELETS_VIEW_DECLARATION_LANGUAGE_ID - Static variable in class jakarta.faces.view.ViewDeclarationLanguage
-
Identifier for the Facelets view declaration language.
- FACELETS_VIEW_MAPPINGS_PARAM_NAME - Static variable in class jakarta.faces.application.ViewHandler
-
Allow the web application to define a semicolon (;) separated list of strings that is used to forcibly declare that certain pages in the application must be interpreted as using Facelets, regardless of their extension.
- FaceletsAttachedObjectHandler - Class in jakarta.faces.view.facelets
-
Root class for all tag handlers that represent attached objetcts in a Facelets page.
- FaceletsAttachedObjectHandler(TagConfig) - Constructor for class jakarta.faces.view.facelets.FaceletsAttachedObjectHandler
-
Call through to super
- FACES_CONTEXT_FACTORY - Static variable in class jakarta.faces.FactoryFinder
-
The property name for the
FacesContextFactory
class name. - FACES_MESSAGES - Static variable in class jakarta.faces.application.FacesMessage
-
ResourceBundle
identifier for messages whose message identifiers are defined in the Jakarta Faces specification. - FACES_SCRIPT_LIBRARY_NAME - Static variable in class jakarta.faces.application.ResourceHandler
-
Library name of Jakarta Faces script resource.
- FACES_SCRIPT_RESOURCE_NAME - Static variable in class jakarta.faces.application.ResourceHandler
-
Resource name of Jakarta Faces script resource.
- FacesBehavior - Annotation Type in jakarta.faces.component.behavior
-
The presence of this annotation on a class automatically registers the class with the runtime as a
Behavior
. - FacesBehavior.Literal - Class in jakarta.faces.component.behavior
-
Supports inline instantiation of the
FacesBehavior
qualifier. - FacesBehaviorRenderer - Annotation Type in jakarta.faces.render
-
The presence of this annotation on a class automatically registers the class with the runtime as a
ClientBehaviorRenderer
. - FacesComponent - Annotation Type in jakarta.faces.component
-
The presence of this annotation on a class that extends
UIComponent
must cause the runtime to register this class as a component suitable for inclusion in a view. - FacesConfig - Annotation Type in jakarta.faces.annotation
-
The presence of this annotation on a class deployed within an application guarantees activation of Jakarta Faces and its CDI specific features, even when
/WEB-INF/faces-config.xml
is absent andFacesServlet
is not explicitly registered. - FacesConfig.Literal - Class in jakarta.faces.annotation
-
Supports inline instantiation of the
FacesConfig
qualifier. - FacesConfig.Version - Enum in jakarta.faces.annotation
-
Deprecated, for removal: This API element is subject to removal in a future version.It has no effect anymore as per Jakarta Faces version 4.0; the actual impl version should be leading.
- FacesContext - Class in jakarta.faces.context
-
FacesContext contains all of the per-request state information related to the processing of a single Jakarta Faces request, and the rendering of the corresponding response.
- FacesContext() - Constructor for class jakarta.faces.context.FacesContext
-
Default constructor.
- FacesContextFactory - Class in jakarta.faces.context
-
FacesContextFactory is a factory object that creates (if needed) and returns new
FacesContext
instances, initialized for the processing of the specified request and response objects. - FacesContextFactory() - Constructor for class jakarta.faces.context.FacesContextFactory
-
Deprecated.Use the other constructor taking the implementation being wrapped.
- FacesContextFactory(FacesContextFactory) - Constructor for class jakarta.faces.context.FacesContextFactory
-
If this factory has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.
- FacesContextWrapper - Class in jakarta.faces.context
-
Provides a simple implementation of
FacesContext
that can be subclassed by developers wishing to provide specialized behavior to an existingFacesContext
instance. - FacesContextWrapper() - Constructor for class jakarta.faces.context.FacesContextWrapper
-
Deprecated.Use the other constructor taking the implementation being wrapped.
- FacesContextWrapper(FacesContext) - Constructor for class jakarta.faces.context.FacesContextWrapper
-
If this faces context has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.
- FacesConverter - Annotation Type in jakarta.faces.convert
-
The presence of this annotation on a class automatically registers the class with the runtime as a
Converter
. - FacesConverter.Literal - Class in jakarta.faces.convert
-
Supports inline instantiation of the
FacesConverter
qualifier. - FacesDataModel - Annotation Type in jakarta.faces.model
- FacesDataModel.Literal - Class in jakarta.faces.model
-
Supports inline instantiation of the
FacesDataModel
qualifier. - FacesEvent - Class in jakarta.faces.event
-
FacesEvent is the base class for user interface and application events that can be fired by
UIComponent
s. - FacesEvent(UIComponent) - Constructor for class jakarta.faces.event.FacesEvent
-
Construct a new event object from the specified source component.
- FacesEvent(FacesContext, UIComponent) - Constructor for class jakarta.faces.event.FacesEvent
-
Construct a new event object from the Faces context and specified source component.
- FacesException - Exception in jakarta.faces
-
This class encapsulates general Jakarta Faces exceptions.
- FacesException() - Constructor for exception jakarta.faces.FacesException
-
Construct a new exception with no detail message or root cause.
- FacesException(String) - Constructor for exception jakarta.faces.FacesException
-
Construct a new exception with the specified detail message and no root cause.
- FacesException(String, Throwable) - Constructor for exception jakarta.faces.FacesException
-
Construct a new exception with the specified detail message and root cause.
- FacesException(Throwable) - Constructor for exception jakarta.faces.FacesException
-
Construct a new exception with the specified root cause.
- FacesListener - Interface in jakarta.faces.event
-
A generic base interface for event listeners for various types of
FacesEvent
s. - FacesMessage - Class in jakarta.faces.application
-
FacesMessage represents a single validation (or other) message, which is typically associated with a particular component in the view.
- FacesMessage() - Constructor for class jakarta.faces.application.FacesMessage
-
Construct a new
FacesMessage
with no initial values. - FacesMessage(FacesMessage.Severity, String, String) - Constructor for class jakarta.faces.application.FacesMessage
-
Construct a new
FacesMessage
with the specified initial values. - FacesMessage(String) - Constructor for class jakarta.faces.application.FacesMessage
-
Construct a new
FacesMessage
with just a summary. - FacesMessage(String, String) - Constructor for class jakarta.faces.application.FacesMessage
-
Construct a new
FacesMessage
with the specified initial values. - FacesMessage.Severity - Class in jakarta.faces.application
-
Class used to represent message severity levels in a typesafe enumeration.
- FacesRenderer - Annotation Type in jakarta.faces.render
-
The presence of this annotation on a class automatically registers the class with the runtime as a
Renderer
. - FacesServlet - Class in jakarta.faces.webapp
-
FacesServlet is a Jakarta Servlet servlet that manages the request processing lifecycle for web applications that are utilizing Jakarta Faces to construct the user interface.
- FacesServlet() - Constructor for class jakarta.faces.webapp.FacesServlet
- FacesValidator - Annotation Type in jakarta.faces.validator
-
The presence of this annotation on a class automatically registers the class with the runtime as a
Validator
. - FacesValidator.Literal - Class in jakarta.faces.validator
-
Supports inline instantiation of the
FacesValidator
qualifier. - FacesWrapper<T> - Interface in jakarta.faces
-
Any wrapper class in Jakarta Faces that must provide access to the object it wraps must implement this interface.
- FacetHandler - Interface in jakarta.faces.view.facelets
-
An interface that allows other code to identify FaceletHandlers that correspond to component facets.
- FACETS_KEY - Static variable in class jakarta.faces.component.UIComponent
-
The value of this constant is used as the key in the composite component BeanDescriptor for the
Map<PropertyDescriptor>
that contains meta-information for the declared facets for this composite component. - FactoryFinder - Class in jakarta.faces
-
FactoryFinder implements the standard discovery algorithm for all factory objects specified in the Jakarta Faces APIs.
- failed(Throwable) - Method in interface jakarta.ws.rs.client.InvocationCallback
-
Called when the invocation has failed for any reason.
- failedFuture(Throwable) - Method in interface jakarta.enterprise.concurrent.ManagedExecutorService
-
Returns a new
CompletableFuture
that is already exceptionally completed with the specifiedThrowable
. - failedStage(Throwable) - Method in interface jakarta.enterprise.concurrent.ManagedExecutorService
-
Returns a new
CompletionStage
that is already exceptionally completed with the specifiedThrowable
. - FAILURE - Static variable in class jakarta.security.auth.message.AuthStatus
-
Indicates that the message processing by the authentication module was NOT successful, and that the module replaced the application message with an error message.
- FALSE - jakarta.json.JsonValue.ValueType
-
JSON false.
- FALSE - Static variable in interface jakarta.json.JsonValue
-
JSON false value.
- FAMILY_NAME - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
- familyOf(int) - Static method in enum jakarta.ws.rs.core.Response.Status.Family
-
Get the response status family for the status code.
- fatalClass - jakarta.faces.component.html.HtmlMessage.PropertyKeys
- fatalClass - jakarta.faces.component.html.HtmlMessages.PropertyKeys
- fatalStyle - jakarta.faces.component.html.HtmlMessage.PropertyKeys
- fatalStyle - jakarta.faces.component.html.HtmlMessages.PropertyKeys
- Feature - Interface in jakarta.ws.rs.core
-
A feature extension contract.
- FeatureContext - Interface in jakarta.ws.rs.core
-
A configurable context passed to
Feature
andDynamicFeature
instances by JAX-RS runtime during the phase of their configuration. - fetch() - Method in annotation type jakarta.persistence.Basic
-
(Optional) Defines whether the value of the field or property should be lazily loaded or must be eagerly fetched.
- fetch() - Method in annotation type jakarta.persistence.ElementCollection
-
(Optional) Whether the collection should be lazily loaded or must be eagerly fetched.
- fetch() - Method in annotation type jakarta.persistence.ManyToMany
-
(Optional) Whether the association should be lazily loaded or must be eagerly fetched.
- fetch() - Method in annotation type jakarta.persistence.ManyToOne
-
(Optional) Whether the association should be lazily loaded or must be eagerly fetched.
- fetch() - Method in annotation type jakarta.persistence.OneToMany
-
(Optional) Whether the association should be lazily loaded or must be eagerly fetched.
- fetch() - Method in annotation type jakarta.persistence.OneToOne
-
(Optional) Whether the association should be lazily loaded or must be eagerly fetched.
- fetch(PluralAttribute<? super X, ?, Y>) - Method in interface jakarta.persistence.criteria.FetchParent
-
Create a fetch join to the specified collection-valued attribute using an inner join.
- fetch(PluralAttribute<? super X, ?, Y>, JoinType) - Method in interface jakarta.persistence.criteria.FetchParent
-
Create a fetch join to the specified collection-valued attribute using the given join type.
- fetch(SingularAttribute<? super X, Y>) - Method in interface jakarta.persistence.criteria.FetchParent
-
Create a fetch join to the specified single-valued attribute using an inner join.
- fetch(SingularAttribute<? super X, Y>, JoinType) - Method in interface jakarta.persistence.criteria.FetchParent
-
Create a fetch join to the specified single-valued attribute using the given join type.
- fetch(String) - Method in interface jakarta.persistence.criteria.FetchParent
-
Create a fetch join to the specified attribute using an inner join.
- fetch(String, JoinType) - Method in interface jakarta.persistence.criteria.FetchParent
-
Create a fetch join to the specified attribute using the given join type.
- Fetch<Z,X> - Interface in jakarta.persistence.criteria
-
Represents a join-fetched association or attribute.
- FetchParent<Z,X> - Interface in jakarta.persistence.criteria
-
Represents an element of the from clause which may function as the parent of Fetches.
- FetchType - Enum in jakarta.persistence
-
Defines strategies for fetching data from the database.
- field() - Method in interface jakarta.enterprise.lang.model.declarations.RecordComponentInfo
-
Returns the field corresponding to this record component.
- FIELD - jakarta.enterprise.lang.model.declarations.DeclarationInfo.Kind
- FIELD - jakarta.persistence.AccessType
-
Field-based access is used.
- FieldConfig - Interface in jakarta.enterprise.inject.build.compatible.spi
-
Allows adding annotations to and removing annotations from a field.
- FieldInfo - Interface in jakarta.enterprise.lang.model.declarations
-
A field, declared in some class.
- FieldResult - Annotation Type in jakarta.persistence
-
Used in conjunction with the
EntityResult
annotation to map columns specified in the SELECT list of a SQL query to the properties or fields of an entity class. - fields() - Method in interface jakarta.enterprise.inject.build.compatible.spi.ClassConfig
-
Returns a collection of
FieldConfig
objects for each field of this class, as defined byClassInfo.fields
. - fields() - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedTypeConfigurator
- fields() - Method in interface jakarta.enterprise.lang.model.declarations.ClassInfo
-
Returns a collection of fields declared or implicitly declared in this class and all its superclasses up to and excluding
java.lang.Object
, as well as all direct and indirect superinterfaces. - fields() - Method in annotation type jakarta.persistence.EntityResult
-
Maps the columns specified in the SELECT list of the query to the properties or fields of the entity class.
- fileName(String) - Method in interface jakarta.ws.rs.core.EntityPart.Builder
-
Sets the file name for this part.
- fileSizeThreshold() - Method in annotation type jakarta.servlet.annotation.MultipartConfig
-
The size threshold after which the file will be written to disk
- filter(ClientRequestContext) - Method in interface jakarta.ws.rs.client.ClientRequestFilter
-
Filter method called before a request has been dispatched to a client transport layer.
- filter(ClientRequestContext, ClientResponseContext) - Method in interface jakarta.ws.rs.client.ClientResponseFilter
-
Filter method called after a response has been provided for a request (either by a
request filter
or when the HTTP invocation returns). - filter(ContainerRequestContext) - Method in interface jakarta.ws.rs.container.ContainerRequestFilter
-
Filter method called before a request has been dispatched to a resource.
- filter(ContainerRequestContext, ContainerResponseContext) - Method in interface jakarta.ws.rs.container.ContainerResponseFilter
-
Filter method called after a response has been provided for a request (either by a
request filter
or by a matched resource method. - Filter - Interface in jakarta.servlet
-
A filter is an object that performs filtering tasks on either the request to a resource (a servlet or static content), or on the response from a resource, or both.
- FilterChain - Interface in jakarta.servlet
-
A FilterChain is an object provided by the servlet container to the developer giving a view into the invocation chain of a filtered request for a resource.
- FilterConfig - Interface in jakarta.servlet
-
A filter configuration object used by a servlet container to pass information to a filter during initialization.
- filterConstructors(Predicate<AnnotatedConstructor<T>>) - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedTypeConfigurator
- filterFields(Predicate<AnnotatedField<? super T>>) - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedTypeConfigurator
- filterMethods(Predicate<AnnotatedMethod<? super T>>) - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedTypeConfigurator
- filterName() - Method in annotation type jakarta.servlet.annotation.WebFilter
-
The name of the filter
- filterParams(Predicate<AnnotatedParameter<T>>) - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedConstructorConfigurator
- filterParams(Predicate<AnnotatedParameter<T>>) - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedMethodConfigurator
- FilterRegistration - Interface in jakarta.servlet
-
Interface through which a
Filter
may be further configured. - FilterRegistration.Dynamic - Interface in jakarta.servlet
-
Interface through which a
Filter
registered via one of the addFilter methods onServletContext
may be further configured. - finalizer(MethodExpression) - Method in class jakarta.faces.flow.builder.FlowBuilder
-
A MethodExpression that will be invoked when the flow is exited.
- finalizer(String) - Method in class jakarta.faces.flow.builder.FlowBuilder
-
A MethodExpression that will be invoked when the flow is exited.
- find(PageContext, String) - Static method in class jakarta.servlet.jsp.jstl.core.Config
-
Finds the value associated with a specific configuration setting identified by its context initialization parameter name.
- find(Class<T>, Object) - Method in interface jakarta.persistence.EntityManager
-
Find by primary key.
- find(Class<T>, Object, LockModeType) - Method in interface jakarta.persistence.EntityManager
-
Find by primary key and lock.
- find(Class<T>, Object, LockModeType, Map<String, Object>) - Method in interface jakarta.persistence.EntityManager
-
Find by primary key and lock, using the specified properties.
- find(Class<T>, Object, Map<String, Object>) - Method in interface jakarta.persistence.EntityManager
-
Find by primary key, using the specified properties.
- findAncestorWithClass(JspTag, Class<?>) - Static method in class jakarta.servlet.jsp.tagext.SimpleTagSupport
-
Find the instance of a given class type that is closest to a given instance.
- findAncestorWithClass(Tag, Class<?>) - Static method in class jakarta.servlet.jsp.tagext.TagSupport
-
Find the instance of a given class type that is closest to a given instance.
- findAttribute(String) - Method in class jakarta.servlet.jsp.JspContext
-
Searches for the named attribute in page, request, session (if valid), and application scope(s) in order and returns the value associated or null.
- findComponent(String) - Method in class jakarta.faces.component.UIComponent
-
Search for and return the
UIComponent
with anid
that matches the specified search expression (if any), according to the algorithm described below. - findComponent(String) - Method in class jakarta.faces.component.UIComponentBase
- findConstraints() - Method in interface jakarta.validation.metadata.ElementDescriptor
-
Finds constraints and potentially restricts them to certain criteria.
- findConstraints() - Method in interface jakarta.validation.metadata.ExecutableDescriptor
-
Returns a finder that will always return an empty
Set
. - FinderException - Exception in jakarta.ejb
-
The FinderException exception must be included in the throws clause of every finder method of an entity bean's home or local home interface.
- FinderException() - Constructor for exception jakarta.ejb.FinderException
-
Constructs an FinderException with no detail message.
- FinderException(String) - Constructor for exception jakarta.ejb.FinderException
-
Constructs an FinderException with the specified detail message.
- finish() - Method in class jakarta.faces.view.facelets.MetaRuleset
-
Take actions to apply the rule.
- fire(T) - Method in interface jakarta.enterprise.event.Event
-
Fires an event with the specified qualifiers and notifies observers.
- fireAsync(U) - Method in interface jakarta.enterprise.event.Event
-
Fires an event asynchronously with the specified qualifiers and notifies asynchronous observers.
- fireAsync(U, NotificationOptions) - Method in interface jakarta.enterprise.event.Event
-
Fires an event asynchronously with the specified qualifiers and notifies asynchronous observers.
- FIRST - jakarta.json.JsonConfig.KeyStrategy
-
Configuration value that will take the value of the first match.
- flags() - Method in annotation type jakarta.validation.constraints.Email
- flags() - Method in annotation type jakarta.validation.constraints.Pattern
- Flash - Class in jakarta.faces.context
-
The Flash concept is taken from Ruby on Rails and provides a way to pass temporary objects between the user views generated by the faces lifecycle.
- Flash() - Constructor for class jakarta.faces.context.Flash
- FLASH_FACTORY - Static variable in class jakarta.faces.FactoryFinder
-
The property name for the
FlashFactory
class name. - FlashFactory - Class in jakarta.faces.context
-
FlashFactory is a factory object that creates (if needed) and returns
Flash
instances. - FlashFactory() - Constructor for class jakarta.faces.context.FlashFactory
-
Deprecated.Use the other constructor taking the implementation being wrapped.
- FlashFactory(FlashFactory) - Constructor for class jakarta.faces.context.FlashFactory
-
If this factory has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.
- FlashWrapper - Class in jakarta.faces.context
- FlashWrapper() - Constructor for class jakarta.faces.context.FlashWrapper
-
Deprecated.Use the other constructor taking the implementation being wrapped.
- FlashWrapper(Flash) - Constructor for class jakarta.faces.context.FlashWrapper
-
If this flash has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.
- FLOAT - jakarta.enterprise.lang.model.AnnotationMember.Kind
-
A primitive
float
value. - FLOAT - jakarta.enterprise.lang.model.types.PrimitiveType.PrimitiveKind
- FLOAT_ID - Static variable in class jakarta.faces.convert.FloatConverter
-
The message identifier of the
FacesMessage
to be created if the conversion toFloat
fails. - FloatConverter - Class in jakarta.faces.convert
-
Converter
implementation forjava.lang.Float
(and float primitive) values. - FloatConverter() - Constructor for class jakarta.faces.convert.FloatConverter
- floor(Expression<N>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create an expression that returns the floor of its argument, that is, the largest integer smaller than or equal to its argument.
- Flow - Class in jakarta.faces.flow
-
Flow is the runtime representation of a Faces Flow.
- Flow() - Constructor for class jakarta.faces.flow.Flow
- FLOW_HANDLER_FACTORY - Static variable in class jakarta.faces.FactoryFinder
-
The property name for the
FlowHandlerFactory
class name. - FLOW_ID_REQUEST_PARAM_NAME - Static variable in class jakarta.faces.flow.FlowHandler
-
Components that are rendered by
Renderers
of component-familyjakarta.faces.OutcomeTarget
must use this constant as the parameter name for a parameter representing the flow id of the flow that this component will cause to be entered. - FlowBuilder - Class in jakarta.faces.flow.builder
-
A Java language API for building
Flow
s. - FlowBuilder() - Constructor for class jakarta.faces.flow.builder.FlowBuilder
- FlowBuilderParameter - Annotation Type in jakarta.faces.flow.builder
-
The presence of this annotation on a CDI producer method for the
FlowDefinition
annotation causes theFlowBuilder
to be passed to that method. - FlowBuilderParameter.Literal - Class in jakarta.faces.flow.builder
-
Supports inline instantiation of the
FlowBuilderParameter
qualifier. - FlowCallBuilder - Class in jakarta.faces.flow.builder
-
Create a flow call node in the current
Flow
. - FlowCallBuilder() - Constructor for class jakarta.faces.flow.builder.FlowCallBuilder
- flowCallNode(String) - Method in class jakarta.faces.flow.builder.FlowBuilder
-
Define a flow call node.
- FlowCallNode - Class in jakarta.faces.flow
-
A flow call node.
- FlowCallNode() - Constructor for class jakarta.faces.flow.FlowCallNode
- FlowDefinition - Annotation Type in jakarta.faces.flow.builder
-
The presence of this annotation on a CDI producer method indicates that the method will produce a flow.
- FlowDefinition.Literal - Class in jakarta.faces.flow.builder
-
Supports inline instantiation of the
FlowDefinition
qualifier. - FlowHandler - Class in jakarta.faces.flow
-
FlowHandler is the main entry point that enables the runtime to interact with the faces flows feature.
- FlowHandler() - Constructor for class jakarta.faces.flow.FlowHandler
- FlowHandlerFactory - Class in jakarta.faces.flow
-
FlowHandlerFactory is used by the
Application
to create the singleton instance ofFlowHandler
. - FlowHandlerFactory() - Constructor for class jakarta.faces.flow.FlowHandlerFactory
- FlowHandlerFactoryWrapper - Class in jakarta.faces.flow
-
FlowHandlerFactoryWrapper provides a simple implementation of
FlowHandlerFactory
that can be subclassed by developers wishing to provide specialized behavior to an existingFlowHandlerFactory
instance. - FlowHandlerFactoryWrapper() - Constructor for class jakarta.faces.flow.FlowHandlerFactoryWrapper
-
Deprecated.Use the other constructor taking the implementation being wrapped.
- FlowHandlerFactoryWrapper(FlowHandlerFactory) - Constructor for class jakarta.faces.flow.FlowHandlerFactoryWrapper
-
If this flow handler factory has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.
- FlowMap - Annotation Type in jakarta.faces.annotation
-
The presence of this annotation (along with
@Inject
) on a field of typeMap<Object, Object>
causes the map returned fromFlowHandler.getCurrentFlowScope()
to be injected as the value of that field. - FlowMap.Literal - Class in jakarta.faces.annotation
-
Supports inline instantiation of the
ApplicationMap
qualifier. - FlowNode - Class in jakarta.faces.flow
-
FlowNode is the base class for all nodes in a faces flow graph.
- FlowNode() - Constructor for class jakarta.faces.flow.FlowNode
- flowReference(String, String) - Method in class jakarta.faces.flow.builder.FlowCallBuilder
-
Define the flow reference of the called flow.
- FlowScoped - Annotation Type in jakarta.faces.flow
-
FlowScoped is a CDI scope that causes the runtime to consider classes with this annotation to be in the scope of the specified
Flow
. - flush() - Method in class jakarta.faces.context.ResponseWriter
-
Flush any ouput buffered by the output method to the underlying Writer or OutputStream.
- flush() - Method in class jakarta.faces.context.ResponseWriterWrapper
-
The default behavior of this method is to call
ResponseWriter.flush()
on the wrappedResponseWriter
object. - flush() - Method in interface jakarta.json.stream.JsonGenerator
-
Flushes the underlying output source.
- flush() - Method in interface jakarta.persistence.EntityManager
-
Synchronize the persistence context to the underlying database.
- flush() - Method in class jakarta.servlet.jsp.JspWriter
-
Flush the stream.
- flush() - Method in class jakarta.servlet.jsp.tagext.BodyContent
-
Redefined flush() so it is not legal.
- flushBatch() - Method in interface jakarta.websocket.RemoteEndpoint
-
This method is only used when batching is allowed for this RemoteEndpint.
- flushBuffer() - Method in interface jakarta.servlet.ServletResponse
-
Forces any content in the buffer to be written to the client.
- flushBuffer() - Method in class jakarta.servlet.ServletResponseWrapper
-
The default behavior of this method is to call flushBuffer() on the wrapped response object.
- FlushModeType - Enum in jakarta.persistence
-
Flush mode setting.
- FMT_FALLBACK_LOCALE - Static variable in class jakarta.servlet.jsp.jstl.core.Config
-
Name of configuration setting for fallback locale
- FMT_LOCALE - Static variable in class jakarta.servlet.jsp.jstl.core.Config
-
Name of configuration setting for application- (as opposed to browser-) based preferred locale
- FMT_LOCALIZATION_CONTEXT - Static variable in class jakarta.servlet.jsp.jstl.core.Config
-
Name of configuration setting for i18n localization context
- FMT_TIME_ZONE - Static variable in class jakarta.servlet.jsp.jstl.core.Config
-
Name of localization setting for time zone
- footerClass - jakarta.faces.component.html.HtmlColumn.PropertyKeys
- footerClass - jakarta.faces.component.html.HtmlDataTable.PropertyKeys
- footerClass - jakarta.faces.component.html.HtmlPanelGrid.PropertyKeys
- FORBIDDEN - jakarta.ws.rs.core.Response.Status
-
403 Forbidden, see HTTP/1.1 documentation.
- ForbiddenException - Exception in jakarta.ws.rs
-
A runtime exception indicating that an access to a resource requested by a client has been
forbidden
by the server. - ForbiddenException() - Constructor for exception jakarta.ws.rs.ForbiddenException
-
Construct a new "forbidden" exception.
- ForbiddenException(Response) - Constructor for exception jakarta.ws.rs.ForbiddenException
-
Construct a new "forbidden" exception.
- ForbiddenException(Response, Throwable) - Constructor for exception jakarta.ws.rs.ForbiddenException
-
Construct a new "forbidden" exception.
- ForbiddenException(String) - Constructor for exception jakarta.ws.rs.ForbiddenException
-
Construct a new "forbidden" exception.
- ForbiddenException(String, Response) - Constructor for exception jakarta.ws.rs.ForbiddenException
-
Construct a new "forbidden" exception.
- ForbiddenException(String, Response, Throwable) - Constructor for exception jakarta.ws.rs.ForbiddenException
-
Construct a new "forbidden" exception.
- ForbiddenException(String, Throwable) - Constructor for exception jakarta.ws.rs.ForbiddenException
-
Construct a new "forbidden" exception.
- ForbiddenException(Throwable) - Constructor for exception jakarta.ws.rs.ForbiddenException
-
Construct a new "forbidden" exception.
- forClass() - Method in annotation type jakarta.faces.convert.FacesConverter
-
The value of this annotation attribute is taken to be the converter-for-class with which instances of this class of converter can be instantiated by calling
Application.createConverter(java.lang.Class)
. - forClass() - Method in class jakarta.faces.convert.FacesConverter.Literal
- forClass() - Method in annotation type jakarta.faces.model.FacesDataModel
-
The value of this annotation attribute is taken to be the type that the DataModel that is annotated with this annotation is able to wrap.
- forClass() - Method in class jakarta.faces.model.FacesDataModel.Literal
- foreignKey() - Method in annotation type jakarta.persistence.AssociationOverride
-
(Optional) Used to specify or control the generation of a foreign key constraint for the columns corresponding to the
joinColumns
element when table generation is in effect. - foreignKey() - Method in annotation type jakarta.persistence.CollectionTable
-
(Optional) Used to specify or control the generation of a foreign key constraint for the columns corresponding to the
joinColumns
element when table generation is in effect. - foreignKey() - Method in annotation type jakarta.persistence.JoinColumn
-
(Optional) Used to specify or control the generation of a foreign key constraint when table generation is in effect.
- foreignKey() - Method in annotation type jakarta.persistence.JoinColumns
-
(Optional) Used to specify or control the generation of a foreign key constraint when table generation is in effect.
- foreignKey() - Method in annotation type jakarta.persistence.JoinTable
-
(Optional) Used to specify or control the generation of a foreign key constraint for the columns corresponding to the
joinColumns
element when table generation is in effect. - foreignKey() - Method in annotation type jakarta.persistence.MapKeyJoinColumn
-
(Optional) Used to specify or control the generation of a foreign key constraint when table generation is in effect.
- foreignKey() - Method in annotation type jakarta.persistence.MapKeyJoinColumns
-
(Optional) Used to specify or control the generation of a foreign key constraint when table generation is in effect.
- foreignKey() - Method in annotation type jakarta.persistence.PrimaryKeyJoinColumn
-
(Optional) Used to specify or control the generation of a foreign key constraint for the primary key join column when table generation is in effect.
- foreignKey() - Method in annotation type jakarta.persistence.PrimaryKeyJoinColumns
-
(Optional) Used to specify or control the generation of a foreign key constraint when table generation is in effect.
- foreignKey() - Method in annotation type jakarta.persistence.SecondaryTable
-
(Optional) Used to specify or control the generation of a foreign key constraint for the columns corresponding to the
pkJoinColumns
element when table generation is in effect. - ForeignKey - Annotation Type in jakarta.persistence
-
Used to specify the handling of foreign key constraints when schema generation is in effect.
- foreignKeyDefinition() - Method in annotation type jakarta.persistence.ForeignKey
-
(Optional) The foreign key constraint definition.
- forExecutables() - Method in interface jakarta.validation.Validator
-
Returns the contract for validating parameters and return values of methods and constructors.
- forInstance(Object) - Static method in class jakarta.ws.rs.core.GenericType
-
Create a
generic type
from a Javainstance
. - form(Form) - Static method in class jakarta.ws.rs.client.Entity
-
Create an "application/x-www-form-urlencoded" form entity.
- form(MultivaluedMap<String, String>) - Static method in class jakarta.ws.rs.client.Entity
-
Create an "application/x-www-form-urlencoded" form entity.
- Form - Class in jakarta.ws.rs.core
-
Represents the the HTML form data request entity encoded using the
"application/x-www-form-urlencoded"
content type. - Form() - Constructor for class jakarta.ws.rs.core.Form
-
Create a new form data instance.
- Form(MultivaluedMap<String, String>) - Constructor for class jakarta.ws.rs.core.Form
-
Create a new form data instance and register a custom underlying parameter store.
- Form(String, String) - Constructor for class jakarta.ws.rs.core.Form
-
Create a new form data instance with a single parameter entry.
- FORM_AUTH - Static variable in class jakarta.faces.context.ExternalContext
-
String identifier for FORM authentication.
- FORM_AUTH - Static variable in interface jakarta.servlet.http.HttpServletRequest
-
String identifier for Form authentication.
- FORM_AUTH - Static variable in interface jakarta.ws.rs.core.SecurityContext
-
String identifier for Form authentication.
- FORMATTING - Static variable in class jakarta.json.bind.JsonbConfig
-
Property used to specify whether or not the serialized JSON data is formatted with line feeds and indentation.
- FormAuthenticationMechanismDefinition - Annotation Type in jakarta.security.enterprise.authentication.mechanism.http
-
Annotation used to define a container authentication mechanism that implements FORM authentication as defined by the Servlet spec (13.6.3) and make that implementation available as an enabled CDI bean.
- FormParam - Annotation Type in jakarta.ws.rs
-
Binds the value(s) of a form parameter contained within a request entity body to a resource method parameter.
- forVal - jakarta.faces.component.html.HtmlOutputLabel.PropertyKeys
- forward(ServletRequest, ServletResponse) - Method in interface jakarta.servlet.RequestDispatcher
-
Forwards a request from a servlet to another resource (servlet, JSP file, or HTML file) on the server.
- forward(String) - Method in interface jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContext
-
Forwards to another resource (Jakarta Servlet, Jakarta Server Pages file, or HTML file) on the server.
- forward(String) - Method in class jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
- forward(String) - Method in class jakarta.servlet.jsp.PageContext
-
This method is used to re-direct, or "forward" the current ServletRequest and ServletResponse to another active component in the application.
- FORWARD - jakarta.servlet.DispatcherType
- FORWARD_CONTEXT_PATH - Static variable in interface jakarta.servlet.RequestDispatcher
-
The name of the request attribute under which the original context path is made available to the target of a
forward
- FORWARD_MAPPING - Static variable in interface jakarta.servlet.RequestDispatcher
-
The name of the request attribute under which the original
HttpServletMapping
is made available to the target of aforward
- FORWARD_PATH_INFO - Static variable in interface jakarta.servlet.RequestDispatcher
-
The name of the request attribute under which the original path info is made available to the target of a
forward
- FORWARD_QUERY_STRING - Static variable in interface jakarta.servlet.RequestDispatcher
-
The name of the request attribute under which the original query string is made available to the target of a
forward
- FORWARD_REQUEST_URI - Static variable in interface jakarta.servlet.RequestDispatcher
-
The name of the request attribute under which the original request URI is made available to the target of a
forward
- FORWARD_SERVLET_PATH - Static variable in interface jakarta.servlet.RequestDispatcher
-
The name of the request attribute under which the original servlet path is made available to the target of a
forward
- FOUND - jakarta.ws.rs.core.Response.Status
-
302 Found, see HTTP/1.1 documentation.
- fraction() - Method in annotation type jakarta.validation.constraints.Digits
- fragment - jakarta.faces.component.html.HtmlOutputLink.PropertyKeys
- fragment(String) - Method in class jakarta.ws.rs.core.UriBuilder
-
Set the URI fragment.
- frame - jakarta.faces.component.html.HtmlDataTable.PropertyKeys
- frame - jakarta.faces.component.html.HtmlPanelGrid.PropertyKeys
- FREE_PORT - Static variable in interface jakarta.ws.rs.SeBootstrap.Configuration
-
Special value for
SeBootstrap.Configuration.PORT
property indicating that the implementation MUST scan for a free port. - from() - Method in annotation type jakarta.validation.groups.ConvertGroup
-
The source group of this conversion.
- from(EntityType<T>) - Method in interface jakarta.persistence.criteria.CriteriaDelete
-
Create and add a query root corresponding to the entity that is the target of the delete.
- from(EntityType<T>) - Method in interface jakarta.persistence.criteria.CriteriaUpdate
-
Create and add a query root corresponding to the entity that is the target of the update.
- from(EntityType<X>) - Method in interface jakarta.persistence.criteria.AbstractQuery
-
Create and add a query root corresponding to the given entity, forming a cartesian product with any existing roots.
- from(Class<T>) - Method in interface jakarta.persistence.criteria.CriteriaDelete
-
Create and add a query root corresponding to the entity that is the target of the delete.
- from(Class<T>) - Method in interface jakarta.persistence.criteria.CriteriaUpdate
-
Create and add a query root corresponding to the entity that is the target of the update.
- from(Class<X>) - Method in interface jakarta.persistence.criteria.AbstractQuery
-
Create and add a query root corresponding to the given entity, forming a cartesian product with any existing roots.
- from(Object) - Method in interface jakarta.ws.rs.SeBootstrap.Configuration.Builder
-
Optional convenience method to bulk-load external configuration.
- from(BiFunction<String, Class<T>, Optional<T>>) - Method in interface jakarta.ws.rs.SeBootstrap.Configuration.Builder
-
Convenience method for bulk-loading configuration from a property supplier.
- From<Z,X> - Interface in jakarta.persistence.criteria
-
Represents a bound type, usually an entity that appears in the from clause, but may also be an embeddable belonging to an entity in the from clause.
- fromAction(String) - Method in class jakarta.faces.flow.builder.NavigationCaseBuilder
-
Set the from-action of the current navigation case.
- fromJson(InputStream, Class<T>) - Method in interface jakarta.json.bind.Jsonb
-
Reads in a JSON data from the specified InputStream and return the resulting content tree.
- fromJson(InputStream, Type) - Method in interface jakarta.json.bind.Jsonb
-
Reads in a JSON data from the specified InputStream and return the resulting content tree.
- fromJson(Reader, Class<T>) - Method in interface jakarta.json.bind.Jsonb
-
Reads in a JSON data from the specified Reader and return the resulting content tree.
- fromJson(Reader, Type) - Method in interface jakarta.json.bind.Jsonb
-
Reads in a JSON data from the specified Reader and return the resulting content tree.
- fromJson(String, Class<T>) - Method in interface jakarta.json.bind.Jsonb
-
Reads in a JSON data from the specified string and return the resulting content tree.
- fromJson(String, Type) - Method in interface jakarta.json.bind.Jsonb
-
Reads in a JSON data from the specified string and return the resulting content tree.
- fromLink(Link) - Static method in class jakarta.ws.rs.core.Link
-
Create a new builder instance initialized from another link.
- fromLink(Link) - Static method in class jakarta.ws.rs.core.UriBuilder
-
Create a new instance initialized from a Link.
- fromMethod(Class<?>, String) - Static method in class jakarta.ws.rs.core.Link
-
Convenience method to build a link from a resource.
- fromMethod(Class<?>, String) - Static method in class jakarta.ws.rs.core.UriBuilder
-
Create a new instance representing a relative URI initialized from a
Path
-annotated method. - fromOperationName(String) - Static method in enum jakarta.json.JsonPatch.Operation
-
Returns the enum constant with the specified name.
- fromOutcome(ValueExpression) - Method in class jakarta.faces.flow.builder.ReturnBuilder
-
Set the outcome of the current return node.
- fromOutcome(String) - Method in class jakarta.faces.flow.builder.NavigationCaseBuilder
-
Set the from-outcome of the current navigation case.
- fromOutcome(String) - Method in class jakarta.faces.flow.builder.ReturnBuilder
-
Set the outcome of the current return node.
- fromOutcome(String) - Method in class jakarta.faces.flow.builder.SwitchCaseBuilder
-
Set the outcome in the previously created switch case.
- fromPath(String) - Static method in class jakarta.ws.rs.core.Link
-
Convenience method to build a link from a path.
- fromPath(String) - Static method in class jakarta.ws.rs.core.UriBuilder
-
Create a new instance representing a relative URI initialized from a URI path.
- fromResource(Class<?>) - Static method in class jakarta.ws.rs.core.Link
-
Convenience method to build a link from a resource.
- fromResource(Class<?>) - Static method in class jakarta.ws.rs.core.UriBuilder
-
Create a new instance representing a relative URI initialized from a root resource class.
- fromResponse(Response) - Static method in class jakarta.ws.rs.core.Response
-
Create a new ResponseBuilder by performing a shallow copy of an existing Response.
- fromStatusCode(int) - Static method in enum jakarta.ws.rs.core.Response.Status
-
Convert a numerical status code into the corresponding Status.
- fromString(String) - Static method in enum jakarta.security.enterprise.authentication.mechanism.http.openid.DisplayType
- fromString(String) - Static method in enum jakarta.security.enterprise.authentication.mechanism.http.openid.PromptType
- fromString(String) - Method in interface jakarta.ws.rs.ext.ParamConverter
-
Parse the supplied value and create an instance of
T
. - fromString(String) - Method in interface jakarta.ws.rs.ext.RuntimeDelegate.HeaderDelegate
-
Parse the supplied value and create an instance of
T
. - fromUri(String) - Static method in class jakarta.ws.rs.core.Link
-
Create a new builder instance initialized from an existing URI represented as a string.
- fromUri(String) - Static method in class jakarta.ws.rs.core.UriBuilder
-
Create a new instance initialized from an existing URI.
- fromUri(URI) - Static method in class jakarta.ws.rs.core.Link
-
Create a new builder instance initialized from an existing URI.
- fromUri(URI) - Static method in class jakarta.ws.rs.core.UriBuilder
-
Create a new instance initialized from an existing URI.
- fromUriBuilder(UriBuilder) - Static method in class jakarta.ws.rs.core.Link
-
Create a new builder instance initialized from a URI builder.
- fromViewId(String) - Method in class jakarta.faces.flow.builder.NavigationCaseBuilder
-
Set the from-view-id of the current navigation case.
- FULL_STATE_SAVING_VIEW_IDS_PARAM_NAME - Static variable in class jakarta.faces.application.StateManager
-
The runtime must interpret the value of this parameter as a comma separated list of view IDs, each of which must have their state saved using the state saving mechanism specified in Jakarta Faces 1.2.
- function(String, Class<T>, Expression<?>...) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create an expression for the execution of a database function.
- FunctionInfo - Class in jakarta.servlet.jsp.tagext
-
Information for a function in a Tag Library.
- FunctionInfo(String, String, String) - Constructor for class jakarta.servlet.jsp.tagext.FunctionInfo
-
Constructor for FunctionInfo.
- FunctionMapper - Class in jakarta.el
-
The interface to a map between Jakarta Expression Language function names and methods.
- FunctionMapper - Interface in jakarta.servlet.jsp.el
-
Deprecated.As of JSP 2.1, replaced by
FunctionMapper
- FunctionMapper() - Constructor for class jakarta.el.FunctionMapper
- functions - Variable in class jakarta.servlet.jsp.tagext.TagLibraryInfo
-
An array describing the functions that are defined in this tag library.
- Future - Annotation Type in jakarta.validation.constraints
-
The annotated element must be an instant, date or time in the future.
- Future.List - Annotation Type in jakarta.validation.constraints
-
Defines several
Future
annotations on the same element. - FutureOrPresent - Annotation Type in jakarta.validation.constraints
-
The annotated element must be an instant, date or time in the present or in the future.
- FutureOrPresent.List - Annotation Type in jakarta.validation.constraints
-
Defines several
FutureOrPresent
annotations on the same element.
G
- GATEWAY_TIMEOUT - jakarta.ws.rs.core.Response.Status
-
504 Gateway Timeout, see HTTP/1.1 documentation.
- ge(Expression<? extends Number>, Expression<? extends Number>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create a predicate for testing whether the first argument is greater than or equal to the second.
- ge(Expression<? extends Number>, Number) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create a predicate for testing whether the first argument is greater than or equal to the second.
- GENDER - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
- generate(char[]) - Method in interface jakarta.security.enterprise.identitystore.PasswordHash
-
Generate an encoded password hash value for storage in a user's account.
- Generated - Annotation Type in jakarta.annotation
-
The
Generated
annotation is used to mark source code that has been generated. - GeneratedValue - Annotation Type in jakarta.persistence
-
Provides for the specification of generation strategies for the values of primary keys.
- generateLoginToken(CallerPrincipal, Set<String>) - Method in interface jakarta.security.enterprise.identitystore.RememberMeIdentityStore
-
Associates the given principal and groups with a token.
- generateSchema(PersistenceUnitInfo, Map) - Method in interface jakarta.persistence.spi.PersistenceProvider
-
Create database schemas and/or tables and/or create DDL scripts as determined by the supplied properties.
- generateSchema(String, Map) - Static method in class jakarta.persistence.Persistence
-
Create database schemas and/or tables and/or create DDL scripts as determined by the supplied properties.
- generateSchema(String, Map) - Method in interface jakarta.persistence.spi.PersistenceProvider
-
Create database schemas and/or tables and/or create DDL scripts as determined by the supplied properties.
- generateUniqueId(String) - Method in class jakarta.faces.view.facelets.FaceletContext
-
Generate a unique ID for the passed String
- GenerationType - Enum in jakarta.persistence
-
Defines the types of primary key generation strategies.
- generator() - Method in annotation type jakarta.persistence.GeneratedValue
-
(Optional) The name of the primary key generator to use as specified in the
SequenceGenerator
orTableGenerator
annotation. - GenericBootstrap - Interface in jakarta.validation.bootstrap
-
Defines the state used to bootstrap Jakarta Bean Validation and creates a provider agnostic
Configuration
. - genericClass() - Method in interface jakarta.enterprise.lang.model.types.ParameterizedType
-
Returns the type of the generic class that was parameterized with a list of type arguments to form this parameterized type.
- GenericEntity<T> - Class in jakarta.ws.rs.core
-
Represents a message entity of a generic type
T
. - GenericEntity(T) - Constructor for class jakarta.ws.rs.core.GenericEntity
-
Constructs a new generic entity.
- GenericEntity(T, Type) - Constructor for class jakarta.ws.rs.core.GenericEntity
-
Create a new instance of GenericEntity, supplying the generic type information.
- GenericFilter - Class in jakarta.servlet
-
Defines a generic, protocol-independent filter.
- GenericFilter() - Constructor for class jakarta.servlet.GenericFilter
-
Does nothing.
- GenericServlet - Class in jakarta.servlet
-
Defines a generic, protocol-independent servlet.
- GenericServlet() - Constructor for class jakarta.servlet.GenericServlet
-
Does nothing.
- GenericType<T> - Class in jakarta.ws.rs.core
-
Represents a generic message entity type
T
. - GenericType() - Constructor for class jakarta.ws.rs.core.GenericType
-
Constructs a new generic type, deriving the generic type and class from type parameter.
- GenericType(Type) - Constructor for class jakarta.ws.rs.core.GenericType
-
Constructs a new generic type, supplying the generic type information and deriving the class.
- get() - Method in class jakarta.ejb.AsyncResult
-
This method should not be called.
- get() - Method in interface jakarta.enterprise.inject.Instance.Handle
-
The contextual reference is obtained lazily, i.e.
- get() - Method in class jakarta.enterprise.inject.spi.Unmanaged.UnmanagedInstance
-
Get the instance
- get() - Method in interface jakarta.inject.Provider
-
Provides a fully-constructed and injected instance of
T
. - get() - Method in interface jakarta.ws.rs.client.AsyncInvoker
-
Invoke HTTP GET method for the current request asynchronously.
- get() - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
- get() - Method in interface jakarta.ws.rs.client.RxInvoker
-
Invoke HTTP GET method for the current request.
- get() - Method in interface jakarta.ws.rs.client.SyncInvoker
-
Invoke HTTP GET method for the current request synchronously.
- get(int) - Method in interface jakarta.persistence.Tuple
-
Get the value of the element at the specified position in the result tuple.
- get(int, Class<X>) - Method in interface jakarta.persistence.Tuple
-
Get the value of the element at the specified position in the result tuple.
- get(long, TimeUnit) - Method in class jakarta.ejb.AsyncResult
-
This method should not be called.
- get(Contextual<T>) - Method in interface jakarta.enterprise.context.spi.Context
-
Return an existing instance of a certain contextual type or a null value.
- get(Contextual<T>, CreationalContext<T>) - Method in interface jakarta.enterprise.context.spi.Context
-
Return an existing instance of certain contextual type or create a new instance by calling
Contextual.create(CreationalContext)
and return the new instance. - get(MapAttribute<X, K, V>) - Method in interface jakarta.persistence.criteria.Path
-
Create a path corresponding to the referenced map-valued attribute.
- get(PluralAttribute<X, C, E>) - Method in interface jakarta.persistence.criteria.Path
-
Create a path corresponding to the referenced collection-valued attribute.
- get(SingularAttribute<? super X, Y>) - Method in interface jakarta.persistence.criteria.Path
-
Create a path corresponding to the referenced single-valued attribute.
- get(TupleElement<X>) - Method in interface jakarta.persistence.Tuple
-
Get the value of the specified tuple element.
- get(MessageInfo) - Method in interface jakarta.security.auth.message.MessagePolicy.Target
-
Get the Object identified by the Target from the MessageInfo.
- get(HttpSession, String) - Static method in class jakarta.servlet.jsp.jstl.core.Config
-
Looks up a configuration variable in the "session" scope.
- get(PageContext, String, int) - Static method in class jakarta.servlet.jsp.jstl.core.Config
-
Looks up a configuration variable in the given scope.
- get(ServletContext, String) - Static method in class jakarta.servlet.jsp.jstl.core.Config
-
Looks up a configuration variable in the "application" scope.
- get(ServletRequest, String) - Static method in class jakarta.servlet.jsp.jstl.core.Config
-
Looks up a configuration variable in the "request" scope.
- get(InvocationCallback<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
-
Invoke HTTP GET method for the current request asynchronously.
- get(GenericType<R>) - Method in interface jakarta.ws.rs.client.RxInvoker
-
Invoke HTTP GET method for the current request.
- get(GenericType<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
-
Invoke HTTP GET method for the current request asynchronously.
- get(GenericType<T>) - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
- get(GenericType<T>) - Method in interface jakarta.ws.rs.client.SyncInvoker
-
Invoke HTTP GET method for the current request synchronously.
- get(Serializable) - Method in interface jakarta.faces.component.StateHelper
-
Return the value currently associated with the specified
key
if any. - get(Class<R>) - Method in interface jakarta.ws.rs.client.RxInvoker
-
Invoke HTTP GET method for the current request.
- get(Class<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
-
Invoke HTTP GET method for the current request asynchronously.
- get(Class<T>) - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
- get(Class<T>) - Method in interface jakarta.ws.rs.client.SyncInvoker
-
Invoke HTTP GET method for the current request synchronously.
- get(Object) - Method in class jakarta.faces.context.FlashWrapper
-
The default behavior of this method is to call
Map.get(Object)
on the wrappedFlash
object. - get(Object) - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
- get(String) - Method in interface jakarta.enterprise.event.NotificationOptions
- get(String) - Method in class jakarta.faces.view.facelets.TagAttributes
-
Using no namespace, find the TagAttribute
- get(String) - Method in interface jakarta.persistence.criteria.Path
-
Create a path corresponding to the referenced attribute.
- get(String) - Method in interface jakarta.persistence.Tuple
-
Get the value of the tuple element to which the specified alias has been assigned.
- get(String, Class<T>) - Method in interface jakarta.enterprise.inject.build.compatible.spi.Parameters
-
Returns the value of a parameter with given
key
. - get(String, Class<T>, T) - Method in interface jakarta.enterprise.inject.build.compatible.spi.Parameters
-
Returns the value of a parameter with given
key
. - get(String, Class<X>) - Method in interface jakarta.persistence.Tuple
-
Get the value of the tuple element to which the specified alias has been assigned.
- get(String, String) - Method in class jakarta.faces.view.facelets.TagAttributes
-
Find a TagAttribute that matches the passed namespace and local name.
- GET - Annotation Type in jakarta.ws.rs
-
Indicates that the annotated method responds to HTTP GET requests.
- GET - Static variable in annotation type jakarta.ws.rs.HttpMethod
-
HTTP GET method.
- GET_FACTORY_PERMISSION_NAME - Static variable in class jakarta.security.auth.message.config.AuthConfigFactory
-
The name of the SecurityPermission required to call getFactory
- getAbsolutePath() - Method in interface jakarta.ws.rs.core.UriInfo
-
Get the absolute path of the request.
- getAbsolutePathBuilder() - Method in interface jakarta.ws.rs.core.UriInfo
-
Get the absolute path of the request in the form of a UriBuilder.
- getAccept() - Method in class jakarta.faces.component.html.HtmlForm
-
Return the value of the
accept
property. - getAccept() - Method in class jakarta.faces.component.html.HtmlInputFile
-
Return the value of the
accept
property. - getAcceptableLanguages() - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Get a list of languages that are acceptable for the response.
- getAcceptableLanguages() - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Get a list of languages that are acceptable for the response.
- getAcceptableLanguages() - Method in interface jakarta.ws.rs.core.HttpHeaders
-
Get a list of languages that are acceptable for the response.
- getAcceptableMediaTypes() - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Get a list of media types that are acceptable for the response.
- getAcceptableMediaTypes() - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Get a list of media types that are acceptable for the response.
- getAcceptableMediaTypes() - Method in interface jakarta.ws.rs.core.HttpHeaders
-
Get a list of media types that are acceptable for the response.
- getAcceptcharset() - Method in class jakarta.faces.component.html.HtmlForm
-
Return the value of the
acceptcharset
property. - getAccesskey() - Method in class jakarta.faces.component.html.HtmlCommandButton
-
Return the value of the
accesskey
property. - getAccesskey() - Method in class jakarta.faces.component.html.HtmlCommandLink
-
Return the value of the
accesskey
property. - getAccesskey() - Method in class jakarta.faces.component.html.HtmlInputFile
-
Return the value of the
accesskey
property. - getAccesskey() - Method in class jakarta.faces.component.html.HtmlInputSecret
-
Return the value of the
accesskey
property. - getAccesskey() - Method in class jakarta.faces.component.html.HtmlInputText
-
Return the value of the
accesskey
property. - getAccesskey() - Method in class jakarta.faces.component.html.HtmlInputTextarea
-
Return the value of the
accesskey
property. - getAccesskey() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
-
Return the value of the
accesskey
property. - getAccesskey() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
-
Return the value of the
accesskey
property. - getAccesskey() - Method in class jakarta.faces.component.html.HtmlOutputLabel
-
Return the value of the
accesskey
property. - getAccesskey() - Method in class jakarta.faces.component.html.HtmlOutputLink
-
Return the value of the
accesskey
property. - getAccesskey() - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
-
Return the value of the
accesskey
property. - getAccesskey() - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
-
Return the value of the
accesskey
property. - getAccesskey() - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
-
Return the value of the
accesskey
property. - getAccesskey() - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
-
Return the value of the
accesskey
property. - getAccesskey() - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
-
Return the value of the
accesskey
property. - getAccesskey() - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
-
Return the value of the
accesskey
property. - getAccesskey() - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
-
Return the value of the
accesskey
property. - getAccessToken() - Method in interface jakarta.security.enterprise.identitystore.openid.OpenIdContext
- getActionExpression() - Method in interface jakarta.faces.component.ActionSource2
-
Return the
MethodExpression
pointing at the application action to be invoked, if thisUIComponent
is activated by the user, during the Apply Request Values or Invoke Application phase of the request processing lifecycle, depending on the value of theimmediate
property. - getActionExpression() - Method in class jakarta.faces.component.UICommand
- getActionExpression() - Method in class jakarta.faces.component.UIViewAction
-
Return the
MethodExpression
pointing at the application action to be invoked, if thisUIComponent
is activated by the user, during the Apply Request Values or Invoke Application phase of the request processing lifecycle, depending on the value of theimmediate
property. - getActionListener() - Method in class jakarta.faces.application.Application
-
Return the default
ActionListener
to be registered for allActionSource
components in this application. - getActionListener() - Method in class jakarta.faces.application.ApplicationWrapper
-
The default behavior of this method is to call
Application.getActionListener()
on the wrappedApplication
object. - getActionListeners() - Method in interface jakarta.faces.component.ActionSource
-
Return the set of registered
ActionListener
s for thisActionSource
instance. - getActionListeners() - Method in class jakarta.faces.component.UICommand
- getActionListeners() - Method in class jakarta.faces.component.UIViewAction
-
Return the set of registered
ActionListener
s for thisActionSource
instance. - getActionURL(FacesContext) - Method in class jakarta.faces.application.NavigationCase
-
Construct an absolute URL to this
NavigationCase
instance usingViewHandler.getActionURL(jakarta.faces.context.FacesContext, java.lang.String)
on the path portion of the url. - getActionURL(FacesContext) - Method in class jakarta.faces.application.NavigationCaseWrapper
- getActionURL(FacesContext, String) - Method in class jakarta.faces.application.ViewHandler
-
If the value returned from this method is used as the
file
argument to the four-argument constructor forjava.net.URL
(assuming appropriate values are used for the first three arguments), then a client making a request to thetoExternalForm()
of thatURL
will select the argumentviewId
for traversing the Jakarta Faces lifecycle. - getActionURL(FacesContext, String) - Method in class jakarta.faces.application.ViewHandlerWrapper
-
The default behavior of this method is to call
ViewHandler.getActionURL(jakarta.faces.context.FacesContext, String)
on the wrappedViewHandler
object. - getAdaptee() - Method in class jakarta.servlet.jsp.tagext.TagAdapter
-
Gets the tag that is being adapted to the Tag interface.
- getAddress() - Method in interface jakarta.security.enterprise.identitystore.openid.OpenIdClaims
- getAfterPhaseListener() - Method in class jakarta.faces.component.UIViewRoot
-
Return the
MethodExpression
that will be invoked after this view is rendered. - getAlgorithm() - Method in class jakarta.security.auth.message.callback.PrivateKeyCallback.DigestRequest
-
Get the algorithm identifier.
- getAlias() - Method in interface jakarta.persistence.TupleElement
-
Return the alias assigned to the tuple element or null, if no alias has been assigned.
- getAlias() - Method in class jakarta.security.auth.message.callback.PrivateKeyCallback.AliasRequest
-
Get the alias.
- getAlias() - Method in class jakarta.security.auth.message.callback.SecretKeyCallback.AliasRequest
-
Get the alias.
- getAll() - Method in class jakarta.faces.view.facelets.TagAttributes
-
Return an array of all TagAttributes in this set
- getAll(String) - Method in class jakarta.faces.view.facelets.TagAttributes
-
Get all TagAttributes for the passed namespace
- getAllowedMethods() - Method in interface jakarta.ws.rs.client.ClientResponseContext
-
Get the allowed HTTP methods from the Allow HTTP header.
- getAllowedMethods() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Get the allowed HTTP methods from the Allow HTTP header.
- getAllowedMethods() - Method in class jakarta.ws.rs.core.Response
-
Get the allowed HTTP methods from the Allow HTTP header.
- getAllTimers() - Method in interface jakarta.ejb.TimerService
-
Returns all active timers associated with the beans in the same module in which the caller bean is packaged.
- getAllViewDeclarationLanguages() - Method in class jakarta.faces.view.ViewDeclarationLanguageFactory
-
Gets the list of all view declaration languages supported by this runtime.
- getAlt() - Method in class jakarta.faces.component.html.HtmlCommandButton
-
Return the value of the
alt
property. - getAlt() - Method in class jakarta.faces.component.html.HtmlGraphicImage
-
Return the value of the
alt
property. - getAlt() - Method in class jakarta.faces.component.html.HtmlInputFile
-
Deprecated, for removal: This API element is subject to removal in a future version.This attribute is actually not specified in HTML. Do not use it on this component.
- getAlt() - Method in class jakarta.faces.component.html.HtmlInputSecret
-
Deprecated, for removal: This API element is subject to removal in a future version.This attribute is actually not specified in HTML. Do not use it on this component.
- getAlt() - Method in class jakarta.faces.component.html.HtmlInputText
-
Return the value of the
alt
property. - getAlt() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
-
Return the value of the
alt
property. - getAlternatives() - Method in interface jakarta.enterprise.inject.spi.AfterTypeDiscovery
- getAnnotated() - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedConstructorConfigurator
- getAnnotated() - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedFieldConfigurator
- getAnnotated() - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedMethodConfigurator
- getAnnotated() - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedParameterConfigurator
- getAnnotated() - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedTypeConfigurator
- getAnnotated() - Method in interface jakarta.enterprise.inject.spi.InjectionPoint
-
Obtain an instance of
AnnotatedField
orAnnotatedParameter
, depending upon whether the injection point is an injected field or a constructor/method parameter. - getAnnotated() - Method in interface jakarta.enterprise.inject.spi.ProcessBean
-
Returns the
AnnotatedType
representing the bean class, theAnnotatedMethod
representing the producer method, or theAnnotatedField
representing the producer field. - getAnnotated() - Method in interface jakarta.enterprise.inject.spi.ProcessBeanAttributes
- getAnnotatedBeanClass() - Method in interface jakarta.enterprise.inject.spi.ProcessManagedBean
-
Returns the
AnnotatedType
representing the bean class. - getAnnotatedDisposedParameter() - Method in interface jakarta.enterprise.inject.spi.ProcessProducerField
-
Returns the
AnnotatedParameter
for any matching injection point of the same type as the producer field return type found on a disposal method. - getAnnotatedDisposedParameter() - Method in interface jakarta.enterprise.inject.spi.ProcessProducerMethod
-
Returns the
AnnotatedParameter
for any matching injection point of the same type as the producer method return type found on a disposal method. - getAnnotatedEndpointClasses(Set<Class<?>>) - Method in interface jakarta.websocket.server.ServerApplicationConfig
-
Return a set of annotated endpoint classes that the server container must deploy.
- getAnnotatedMember() - Method in interface jakarta.enterprise.inject.spi.ProcessProducer
-
Returns the
AnnotatedField
representing the producer field or theAnnotatedMethod
representing the producer method. - getAnnotatedMethod() - Method in interface jakarta.enterprise.inject.spi.ProcessObserverMethod
-
The
AnnotatedMethod
representing the observer method. - getAnnotatedProducerField() - Method in interface jakarta.enterprise.inject.spi.ProcessProducerField
-
Returns the
AnnotatedField
representing the producer field. - getAnnotatedProducerMethod() - Method in interface jakarta.enterprise.inject.spi.ProcessProducerMethod
-
Returns the
AnnotatedMethod
representing the producer method. - getAnnotatedType() - Method in interface jakarta.enterprise.inject.spi.ProcessAnnotatedType
-
Returns the
AnnotatedType
object that will be used by the container to read the declared annotations. - getAnnotatedType() - Method in interface jakarta.enterprise.inject.spi.ProcessInjectionTarget
-
Returns the
AnnotatedType
representing the managed bean class, session bean class or other Java EE component class supporting injection. - getAnnotatedType(Class<T>, String) - Method in interface jakarta.enterprise.inject.spi.AfterBeanDiscovery
-
Obtain the
AnnotatedType
that may be used to read the annotations of the given class or interface as defined during container initialization. - getAnnotatedTypes(Class<T>) - Method in interface jakarta.enterprise.inject.spi.AfterBeanDiscovery
-
Obtain the
AnnotatedType
s that may be used to read the annotations of the given class or interface as defined during container initialization. - getAnnotation() - Method in interface jakarta.validation.metadata.ConstraintDescriptor
-
Returns the annotation describing the constraint declaration.
- getAnnotation(Class<T>) - Method in interface jakarta.enterprise.inject.spi.Annotated
-
Get program element annotation of a certain annotation type.
- getAnnotations() - Method in class jakarta.el.MethodReference
-
Obtain the annotations on the method to which the associated expression resolves.
- getAnnotations() - Method in interface jakarta.enterprise.inject.spi.Annotated
-
Get all annotations of the program element.
- getAnnotations() - Method in class jakarta.ws.rs.client.Entity
-
Get the entity annotations.
- getAnnotations() - Method in interface jakarta.ws.rs.ext.InterceptorContext
-
Get an array of the annotations formally declared on the artifact that initiated the intercepted entity provider invocation.
- getAnnotations(Class<T>) - Method in interface jakarta.enterprise.inject.spi.Annotated
-
Get program element annotations of a certain annotation type.
- getAnnotations(Class<T>) - Method in interface jakarta.enterprise.inject.spi.AnnotatedConstructor
- getAnnotations(Class<T>) - Method in interface jakarta.enterprise.inject.spi.AnnotatedField
- getAnnotations(Class<T>) - Method in interface jakarta.enterprise.inject.spi.AnnotatedMethod
- getAnnotations(Class<T>) - Method in interface jakarta.enterprise.inject.spi.AnnotatedParameter
- getAnnotations(Class<T>) - Method in interface jakarta.enterprise.inject.spi.AnnotatedType
- getAppContext() - Method in interface jakarta.security.auth.message.config.AuthConfig
-
Get the application context identifier of this authentication context configuration object.
- getAppContext() - Method in interface jakarta.security.auth.message.config.AuthConfigFactory.RegistrationContext
-
Get the application context identifier from the registration context
- getApplication() - Method in class jakarta.faces.application.ApplicationFactory
-
Create (if needed) and return an
Application
instance for this web application. - getApplication() - Method in class jakarta.faces.context.FacesContext
-
Return the
Application
instance associated with this web application. - getApplication() - Method in class jakarta.faces.context.FacesContextWrapper
-
The default behavior of this method is to call
FacesContext.getApplication()
on the wrappedFacesContext
object. - getApplication() - Method in class jakarta.faces.event.PostConstructApplicationEvent
-
The source
Application
that sent this event. - getApplication() - Method in class jakarta.faces.event.PreDestroyApplicationEvent
-
The source
Application
that sent this event. - getApplicationContextPath() - Method in class jakarta.faces.context.ExternalContext
-
Return the name of the container context for this application.
- getApplicationContextPath() - Method in class jakarta.faces.context.ExternalContextWrapper
-
The default behavior of this method is to call
ExternalContext.getApplicationContextPath()
on the wrappedExternalContext
object. - getApplicationData() - Method in interface jakarta.websocket.PongMessage
-
The application data inside the pong message from the peer.
- getApplicationMap() - Method in class jakarta.faces.context.ExternalContext
-
Return a mutable
Map
representing the application scope attributes for the current application. - getApplicationMap() - Method in class jakarta.faces.context.ExternalContextWrapper
-
The default behavior of this method is to call
ExternalContext.getApplicationMap()
on the wrappedExternalContext
object. - getArray() - Method in interface jakarta.json.stream.JsonParser
-
Returns a
JsonArray
and advance the parser to the the correspondingEND_ARRAY
. - getArrayStream() - Method in interface jakarta.json.stream.JsonParser
-
Returns a stream of the
JsonArray
elements. - getArrayStringClaim(String) - Method in interface jakarta.security.enterprise.identitystore.openid.Claims
-
Get String List claim of given name
- getAsMap() - Method in class jakarta.json.bind.JsonbConfig
-
Return all configuration properties as an unmodifiable map.
- getAsObject(FacesContext, UIComponent, String) - Method in class jakarta.faces.convert.BigDecimalConverter
- getAsObject(FacesContext, UIComponent, String) - Method in class jakarta.faces.convert.BigIntegerConverter
- getAsObject(FacesContext, UIComponent, String) - Method in class jakarta.faces.convert.BooleanConverter
- getAsObject(FacesContext, UIComponent, String) - Method in class jakarta.faces.convert.ByteConverter
- getAsObject(FacesContext, UIComponent, String) - Method in class jakarta.faces.convert.CharacterConverter
- getAsObject(FacesContext, UIComponent, String) - Method in interface jakarta.faces.convert.Converter
-
Convert the specified string value, which is associated with the specified
UIComponent
, into a model data object that is appropriate for being stored during the Process Validations phase of the request processing lifecycle. - getAsObject(FacesContext, UIComponent, String) - Method in class jakarta.faces.convert.DateTimeConverter
- getAsObject(FacesContext, UIComponent, String) - Method in class jakarta.faces.convert.DoubleConverter
- getAsObject(FacesContext, UIComponent, String) - Method in class jakarta.faces.convert.EnumConverter
-
Convert the
value
argument to one of the enum constants of the class provided in our constructor. - getAsObject(FacesContext, UIComponent, String) - Method in class jakarta.faces.convert.FloatConverter
- getAsObject(FacesContext, UIComponent, String) - Method in class jakarta.faces.convert.IntegerConverter
- getAsObject(FacesContext, UIComponent, String) - Method in class jakarta.faces.convert.LongConverter
- getAsObject(FacesContext, UIComponent, String) - Method in class jakarta.faces.convert.NumberConverter
- getAsObject(FacesContext, UIComponent, String) - Method in class jakarta.faces.convert.ShortConverter
- getAsString(FacesContext, UIComponent, Object) - Method in class jakarta.faces.convert.BigDecimalConverter
- getAsString(FacesContext, UIComponent, Object) - Method in class jakarta.faces.convert.BigIntegerConverter
- getAsString(FacesContext, UIComponent, Object) - Method in class jakarta.faces.convert.BooleanConverter
- getAsString(FacesContext, UIComponent, Object) - Method in class jakarta.faces.convert.ByteConverter
- getAsString(FacesContext, UIComponent, Object) - Method in class jakarta.faces.convert.CharacterConverter
- getAsString(FacesContext, UIComponent, Object) - Method in class jakarta.faces.convert.DateTimeConverter
- getAsString(FacesContext, UIComponent, Object) - Method in class jakarta.faces.convert.DoubleConverter
- getAsString(FacesContext, UIComponent, Object) - Method in class jakarta.faces.convert.EnumConverter
-
Convert the enum constant given by the
value
argument into a String. - getAsString(FacesContext, UIComponent, Object) - Method in class jakarta.faces.convert.FloatConverter
- getAsString(FacesContext, UIComponent, Object) - Method in class jakarta.faces.convert.IntegerConverter
- getAsString(FacesContext, UIComponent, Object) - Method in class jakarta.faces.convert.LongConverter
- getAsString(FacesContext, UIComponent, Object) - Method in class jakarta.faces.convert.NumberConverter
- getAsString(FacesContext, UIComponent, Object) - Method in class jakarta.faces.convert.ShortConverter
- getAsString(FacesContext, UIComponent, T) - Method in interface jakarta.faces.convert.Converter
-
Convert the specified model object value, which is associated with the specified
UIComponent
, into a String that is suitable for being included in the response generated during the Render Response phase of the request processing lifeycle. - getAsyncContext() - Method in class jakarta.servlet.AsyncEvent
-
Gets the AsyncContext from this AsyncEvent.
- getAsyncContext() - Method in interface jakarta.servlet.ServletRequest
-
Gets the AsyncContext that was created or reinitialized by the most recent invocation of
ServletRequest.startAsync()
orServletRequest.startAsync(ServletRequest,ServletResponse)
on this request. - getAsyncContext() - Method in class jakarta.servlet.ServletRequestWrapper
-
Gets the AsyncContext that was created or reinitialized by the most recent invocation of
ServletRequestWrapper.startAsync()
orServletRequestWrapper.startAsync(ServletRequest,ServletResponse)
on the wrapped request. - getAsyncRemote() - Method in interface jakarta.websocket.Session
-
Return a reference a RemoteEndpoint object representing the peer of this conversation that is able to send messages asynchronously to the peer.
- getAttachedObjectHandlerHelper() - Method in class jakarta.faces.view.facelets.FaceletsAttachedObjectHandler
-
Return the underlying handler for this tag handler instance.
- getAttribute() - Method in interface jakarta.persistence.criteria.Fetch
-
Return the metamodel attribute corresponding to the fetch join.
- getAttribute() - Method in interface jakarta.persistence.criteria.Join
-
Return the metamodel attribute corresponding to the join.
- getAttribute(String) - Method in class jakarta.faces.view.facelets.FaceletContext
-
Return an attribute set by a previous call to
FaceletContext.setAttribute(java.lang.String, java.lang.Object)
. - getAttribute(String) - Method in class jakarta.faces.view.facelets.TagHandler
-
Utility method for fetching the appropriate TagAttribute
- getAttribute(String) - Method in interface jakarta.persistence.metamodel.ManagedType
-
Return the attribute of the managed type that corresponds to the specified name.
- getAttribute(String) - Method in class jakarta.servlet.http.Cookie
-
Gets the value of the cookie attribute associated with the given name.
- getAttribute(String) - Method in interface jakarta.servlet.http.HttpSession
-
Returns the object bound with the specified name in this session, or
null
if no object is bound under the name. - getAttribute(String) - Method in class jakarta.servlet.jsp.JspContext
-
Returns the object associated with the name in the page scope or null if not found.
- getAttribute(String) - Method in class jakarta.servlet.jsp.tagext.TagData
-
The value of the attribute.
- getAttribute(String) - Method in interface jakarta.servlet.ServletContext
-
Returns the servlet container attribute with the given name, or
null
if there is no attribute by that name. - getAttribute(String) - Method in interface jakarta.servlet.ServletRequest
-
Returns the value of the named attribute as an
Object
, ornull
if no attribute of the given name exists. - getAttribute(String) - Method in class jakarta.servlet.ServletRequestWrapper
-
The default behavior of this method is to call getAttribute(String name) on the wrapped request object.
- getAttribute(String) - Method in interface jakarta.servlet.SessionCookieConfig
-
Obtain the value for a given session cookie attribute.
- getAttribute(String, int) - Method in class jakarta.servlet.jsp.JspContext
-
Return the object associated with the name in the specified scope or null if not found.
- getAttributeName() - Method in interface jakarta.persistence.AttributeNode
-
Return the name of the attribute corresponding to the attribute node.
- getAttributeName(FaceletContext) - Method in interface jakarta.faces.view.facelets.AttributeHandler
-
Returns the resolved literal String value of the attribute name after evaluating EL.
- getAttributeNames() - Method in interface jakarta.servlet.http.HttpSession
-
Returns an
Enumeration
ofString
objects containing the names of all the objects bound to this session. - getAttributeNames() - Method in interface jakarta.servlet.ServletContext
-
Returns an
Enumeration
containing the attribute names available within this ServletContext. - getAttributeNames() - Method in interface jakarta.servlet.ServletRequest
-
Returns an
Enumeration
containing the names of the attributes available to this request. - getAttributeNames() - Method in class jakarta.servlet.ServletRequestWrapper
-
The default behavior of this method is to return getAttributeNames() on the wrapped request object.
- getAttributeNamesInScope(int) - Method in class jakarta.servlet.jsp.JspContext
-
Enumerate all the attributes in a given scope.
- getAttributeNodes() - Method in interface jakarta.persistence.EntityGraph
-
Return the attribute nodes of this entity that are included in the entity graph.
- getAttributeNodes() - Method in interface jakarta.persistence.Subgraph
-
Return the attribute nodes corresponding to the attributes of this managed type that are included in the subgraph.
- getAttributes() - Method in class jakarta.faces.component.UIComponent
-
Return a mutable
Map
representing the attributes (and properties, see below) associated wth thisUIComponent
, keyed by attribute name (which must be a String). - getAttributes() - Method in class jakarta.faces.component.UIComponentBase
- getAttributes() - Method in class jakarta.faces.context.FacesContext
-
Return a mutable
Map
representing the attributes associated wth thisFacesContext
instance. - getAttributes() - Method in class jakarta.faces.context.FacesContextWrapper
-
The default behavior of this method is to call
FacesContext.getAttributes()
on the wrappedFacesContext
object. - getAttributes() - Method in class jakarta.faces.event.ExceptionQueuedEventContext
-
A
Map
of attributes relevant to the context of thisExceptionQueuedEvent
. - getAttributes() - Method in class jakarta.faces.view.facelets.Tag
-
Return an object encapsulating the
TagAttributes
specified on this element in the view. - getAttributes() - Method in interface jakarta.persistence.metamodel.ManagedType
-
Return the attributes of the managed type.
- getAttributes() - Method in class jakarta.servlet.http.Cookie
-
Returns an unmodifiable mapping of all cookie attributes set via
Cookie.setAttribute(String, String)
as well as any predefined setter method, except forversion
. - getAttributes() - Method in class jakarta.servlet.jsp.tagext.TagData
-
Enumerates the attributes.
- getAttributes() - Method in class jakarta.servlet.jsp.tagext.TagInfo
-
Attribute information (in the TLD) on this tag.
- getAttributes() - Method in interface jakarta.servlet.SessionCookieConfig
-
Obtain the Map (keys are case insensitive) of all attributes and values, including those set via the attribute specific setters, (excluding version) for this SessionCookieConfig.
- getAttributes() - Method in interface jakarta.validation.metadata.ConstraintDescriptor
-
Returns a map containing the annotation attribute names as keys and the annotation attribute values as value.
- getAttributesScope(String) - Method in class jakarta.servlet.jsp.JspContext
-
Get the scope where a given attribute is defined.
- getAttributeString(String) - Method in class jakarta.servlet.jsp.tagext.TagData
-
Get the value for a given attribute.
- getAudience() - Method in interface jakarta.security.enterprise.identitystore.openid.JwtClaims
-
The recipients that the JWT is intended for.
- getAuthContext(String, Subject, Map<String, Object>) - Method in interface jakarta.security.auth.message.config.ClientAuthConfig
-
Get a ClientAuthContext instance from this ClientAuthConfig.
- getAuthContext(String, Subject, Map<String, Object>) - Method in interface jakarta.security.auth.message.config.ServerAuthConfig
-
Get a ServerAuthContext instance from this ServerAuthConfig.
- getAuthContextID(MessageInfo) - Method in interface jakarta.security.auth.message.config.AuthConfig
-
Get the authentication context identifier corresponding to the request and response objects encapsulated in messageInfo.
- getAuthenticationScheme() - Method in interface jakarta.ws.rs.core.SecurityContext
-
Returns the string value of the authentication scheme used to protect the resource.
- getAuthParameters() - Method in interface jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContext
-
Returns the parameters that were provided with the SecurityContext#authenticate(AuthParameters) call.
- getAuthParameters() - Method in class jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
- getAuthType() - Method in class jakarta.faces.context.ExternalContext
-
Return the name of the authentication scheme used to authenticate the current user, if any; otherwise, return
null
. - getAuthType() - Method in class jakarta.faces.context.ExternalContextWrapper
-
The default behavior of this method is to call
ExternalContext.getAuthType()
on the wrappedExternalContext
object. - getAuthType() - Method in interface jakarta.servlet.http.HttpServletRequest
-
Returns the name of the authentication scheme used to protect the servlet.
- getAuthType() - Method in class jakarta.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to return getAuthType() on the wrapped request object.
- getAutocomplete() - Method in class jakarta.faces.component.html.HtmlInputFile
-
Deprecated, for removal: This API element is subject to removal in a future version.This attribute is actually not specified in HTML. Do not use it on this component.
- getAutocomplete() - Method in class jakarta.faces.component.html.HtmlInputSecret
-
Return the value of the
autocomplete
property. - getAutocomplete() - Method in class jakarta.faces.component.html.HtmlInputText
-
Return the value of the
autocomplete
property. - getBase() - Method in class jakarta.el.MethodReference
-
Obtain the base object on which the method will be invoked.
- getBase() - Method in class jakarta.el.ValueReference
- getBaseType() - Method in interface jakarta.enterprise.inject.spi.Annotated
-
Get the type of the annotated program element.
- getBaseUri() - Method in interface jakarta.ws.rs.core.UriInfo
-
Get the base URI of the application.
- getBaseUriBuilder() - Method in interface jakarta.ws.rs.core.UriInfo
-
Get the base URI of the application in the form of a UriBuilder.
- getBasicRemote() - Method in interface jakarta.websocket.Session
-
Return a reference a RemoteEndpoint object representing the peer of this conversation that is able to send messages synchronously to the peer.
- getBatchingAllowed() - Method in interface jakarta.websocket.RemoteEndpoint
-
Return whether the implementation is allowed to batch outgoing messages before sending.
- getBean() - Method in interface jakarta.enterprise.inject.Instance.Handle
- getBean() - Method in interface jakarta.enterprise.inject.spi.InjectionPoint
-
Get the
Bean
object representing the bean that defines the injection point. - getBean() - Method in interface jakarta.enterprise.inject.spi.ProcessBean
-
Returns the
Bean
object that is about to be registered. - getBean(String) - Method in class jakarta.el.BeanNameResolver
-
Returns the bean known by its name.
- getBeanAttributes() - Method in interface jakarta.enterprise.inject.spi.ProcessBeanAttributes
- getBeanClass() - Method in interface jakarta.enterprise.inject.spi.Bean
-
The bean class of the managed bean or session bean or of the bean that declares the producer method or field.
- getBeanClass() - Method in interface jakarta.enterprise.inject.spi.ObserverMethod
-
Obtains the class of the type that declares the observer method.
- getBeanContainer() - Method in interface jakarta.enterprise.inject.se.SeContainer
-
Get the CDI
BeanContainer
for this container. - getBeanContainer() - Method in class jakarta.enterprise.inject.spi.CDI
-
Get the CDI
BeanContainer
for the current context. - getBeanManager() - Method in interface jakarta.enterprise.inject.se.SeContainer
-
Get the CDI BeanManager for this container
- getBeanManager() - Method in class jakarta.enterprise.inject.spi.CDI
-
Get the CDI BeanManager for the current context
- getBeans(Type, Annotation...) - Method in interface jakarta.enterprise.inject.spi.BeanContainer
-
Return the set of beans which have the given required type and qualifiers and are available for injection in the module or library containing the class into which the
BeanManager
/BeanContainer
was injected or, in the Jakarta EE environment, the Jakarta EE component from whose JNDI environment namespace theBeanManager
/BeanContainer
was obtained, according to the rules of typesafe resolution. - getBeans(String) - Method in interface jakarta.enterprise.inject.spi.BeanContainer
-
Return the set of beans which have the given EL name and are available for injection in the module or library containing the class into which the
BeanManager
/BeanContainer
was injected or, in the Jakarta EE environment, the Jakarta EE component from whose JNDI environment namespace theBeanManager
/BeanContainer
was obtained, according to the rules of EL name resolution. - getBeforePhaseListener() - Method in class jakarta.faces.component.UIViewRoot
-
Return the
MethodExpression
that will be invoked before this view is rendered. - getBegin() - Method in interface jakarta.servlet.jsp.jstl.core.LoopTagStatus
-
Returns the value of the 'begin' attribute for the associated tag, or null if no 'begin' attribute was specified.
- getBehavior() - Method in class jakarta.faces.event.BehaviorEvent
-
Return the source
Behavior
that sent this event. - getBehaviorId() - Method in interface jakarta.faces.view.facelets.BehaviorConfig
-
Return the value of the behavior-id.
- getBehaviorId() - Method in class jakarta.faces.view.facelets.BehaviorHandler
-
Returns the behavior Id obtained from the passed-in config.
- getBehaviorIds() - Method in class jakarta.faces.application.Application
-
Return an
Iterator
over the set of currently registered behavior ids for thisApplication
. - getBehaviorIds() - Method in class jakarta.faces.application.ApplicationWrapper
-
The default behavior of this method is to call
Application.getBehaviorIds()
on the wrappedApplication
object. - getBgcolor() - Method in class jakarta.faces.component.html.HtmlDataTable
-
Return the value of the
bgcolor
property. - getBgcolor() - Method in class jakarta.faces.component.html.HtmlPanelGrid
-
Return the value of the
bgcolor
property. - getBigDecimal() - Method in interface jakarta.json.stream.JsonParser
-
Returns a JSON number as a
BigDecimal
. - getBindableJavaType() - Method in interface jakarta.persistence.metamodel.Bindable
-
Return the Java type of the represented object.
- getBindableType() - Method in interface jakarta.persistence.metamodel.Bindable
-
Return the bindable type of the represented object.
- getBinding() - Method in class jakarta.faces.view.facelets.DelegatingMetaTagHandler
-
Return the "binding" attribute.
- getBirthdate() - Method in interface jakarta.security.enterprise.identitystore.openid.OpenIdClaims
- getBodyContent() - Method in class jakarta.servlet.jsp.tagext.BodyTagSupport
-
Get current bodyContent.
- getBodyContent() - Method in class jakarta.servlet.jsp.tagext.TagInfo
-
The bodycontent information for this tag.
- getBodyrows() - Method in class jakarta.faces.component.html.HtmlDataTable
-
Return the value of the
bodyrows
property. - getBodyrows() - Method in class jakarta.faces.component.html.HtmlPanelGrid
-
Return the value of the
bodyrows
property. - getBookmarkableURL(FacesContext) - Method in class jakarta.faces.application.NavigationCase
-
Construct an absolute URL suitable for a bookmarkable link to this
NavigationCase
instance usingViewHandler.getBookmarkableURL(jakarta.faces.context.FacesContext, java.lang.String, java.util.Map<java.lang.String, java.util.List<java.lang.String>>, boolean)
on the path portion of the url. - getBookmarkableURL(FacesContext) - Method in class jakarta.faces.application.NavigationCaseWrapper
- getBookmarkableURL(FacesContext, String, Map<String, List<String>>, boolean) - Method in class jakarta.faces.application.ViewHandler
-
Return a Jakarta Faces action URL derived from the viewId argument that is suitable to be used as the target of a link in a Jakarta Faces response.
- getBookmarkableURL(FacesContext, String, Map<String, List<String>>, boolean) - Method in class jakarta.faces.application.ViewHandlerWrapper
-
The default behavior of this method is to call
ViewHandler.getBookmarkableURL(jakarta.faces.context.FacesContext, String, java.util.Map, boolean)
on the wrappedViewHandler
object. - getBoolean(int) - Method in interface jakarta.json.JsonArray
-
Returns the boolean value at the specified position.
- getBoolean(int, boolean) - Method in interface jakarta.json.JsonArray
-
Returns the boolean value at the specified position.
- getBoolean(FaceletContext) - Method in class jakarta.faces.view.facelets.TagAttribute
-
If literal,return
Boolean.valueOf(java.lang.String)
passing our value, otherwise callgetObject(FaceletContext, Class)
. - getBoolean(String) - Method in interface jakarta.json.JsonObject
-
Returns the boolean value of the associated mapping for the specified name.
- getBoolean(String, boolean) - Method in interface jakarta.json.JsonObject
-
Returns the boolean value of the associated mapping for the specified name.
- getBootstrapConfiguration() - Method in interface jakarta.validation.Configuration
-
Returns configuration information stored in the
META-INF/validation.xml
file. - getBorder() - Method in class jakarta.faces.component.html.HtmlDataTable
-
Return the value of the
border
property. - getBorder() - Method in class jakarta.faces.component.html.HtmlPanelGrid
-
Return the value of the
border
property. - getBorder() - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
-
Return the value of the
border
property. - getBorder() - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
-
Return the value of the
border
property. - getBuffer() - Method in interface jakarta.servlet.descriptor.JspPropertyGroupDescriptor
-
Gets the value of the
buffer
configuration, which specifies the default size of the response buffer for any JSP pages mapped to the JSP property group represented by thisJspPropertyGroupDescriptor
. - getBufferSize() - Method in class jakarta.servlet.jsp.JspWriter
-
This method returns the size of the buffer used by the JspWriter.
- getBufferSize() - Method in interface jakarta.servlet.ServletResponse
-
Returns the actual buffer size used for the response.
- getBufferSize() - Method in class jakarta.servlet.ServletResponseWrapper
-
The default behavior of this method is to return getBufferSize() on the wrapped response object.
- getBusinessObject(Class<T>) - Method in interface jakarta.ejb.SessionContext
-
Obtain an object that can be used to invoke the current bean through a particular business interface view or its no-interface view.
- getBytes() - Method in exception jakarta.websocket.DecodeException
-
Return the ByteBuffer containing either the whole message, or the partial message, that could not be decoded, or
null
if this exception arose from a failure to decode a text message. - getCache() - Method in interface jakarta.persistence.EntityManagerFactory
-
Access the cache that is associated with the entity manager factory (the "second level cache").
- getCacheExtension() - Method in class jakarta.ws.rs.core.CacheControl
-
Corresponds to a set of extension cache control directives.
- getCallback() - Method in class jakarta.faces.component.search.SearchKeywordContext
-
Returns the
ContextCallback
for the current request. - getCalledFlowDocumentId(FacesContext) - Method in class jakarta.faces.flow.FlowCallNode
- getCalledFlowId(FacesContext) - Method in class jakarta.faces.flow.FlowCallNode
- getCaller() - Method in class jakarta.security.enterprise.credential.CallerOnlyCredential
- getCaller() - Method in class jakarta.security.enterprise.credential.UsernamePasswordCredential
- getCallerDn() - Method in class jakarta.security.enterprise.identitystore.CredentialValidationResult
-
Return the CallerPrincipal for the validated credential.
- getCallerGroups() - Method in class jakarta.security.enterprise.identitystore.CredentialValidationResult
-
Determines the set of groups that the specified Caller is in, based on the associated identity store.
- getCallerGroups(CredentialValidationResult) - Method in interface jakarta.security.enterprise.identitystore.IdentityStore
-
Returns groups for the caller, who is identified by the
CallerPrincipal
(and potentially other values) found in thevalidationResult
parameter. - getCallerPrincipal() - Method in interface jakarta.ejb.EJBContext
-
Obtain the
java.security.Principal
that identifies the caller. - getCallerPrincipal() - Method in interface jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContext
-
Gets the Principal set by a call to notifyContainerAboutLogin().
- getCallerPrincipal() - Method in class jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
- getCallerPrincipal() - Method in class jakarta.security.enterprise.identitystore.CredentialValidationResult
-
Return the CallerPrincipal for the validated credential.
- getCallerPrincipal() - Method in interface jakarta.security.enterprise.SecurityContext
-
Retrieve the platform-specific
java.security.Principal
that represents the name of authenticated caller, or null if the current caller is not authenticated. - getCallerUniqueId() - Method in class jakarta.security.enterprise.identitystore.CredentialValidationResult
-
Return a string that uniquely identifies this caller within the identity store (since the Principal name used may not be unique).
- getCaptionClass() - Method in class jakarta.faces.component.html.HtmlDataTable
-
Return the value of the
captionClass
property. - getCaptionClass() - Method in class jakarta.faces.component.html.HtmlPanelGrid
-
Return the value of the
captionClass
property. - getCaptionStyle() - Method in class jakarta.faces.component.html.HtmlDataTable
-
Return the value of the
captionStyle
property. - getCaptionStyle() - Method in class jakarta.faces.component.html.HtmlPanelGrid
-
Return the value of the
captionStyle
property. - getCases() - Method in class jakarta.faces.flow.SwitchNode
-
Return the cases in this switch.
- getCause() - Method in exception jakarta.faces.FacesException
-
Return the cause of this exception, or
null
if the cause is nonexistent or unknown. - getCausedByException() - Method in exception jakarta.ejb.EJBException
-
Obtain the exception that caused the EJBException to be thrown.
- getCDI() - Method in interface jakarta.enterprise.inject.spi.CDIProvider
-
Provides access to the current container
- getCellpadding() - Method in class jakarta.faces.component.html.HtmlDataTable
-
Return the value of the
cellpadding
property. - getCellpadding() - Method in class jakarta.faces.component.html.HtmlPanelGrid
-
Return the value of the
cellpadding
property. - getCellspacing() - Method in class jakarta.faces.component.html.HtmlDataTable
-
Return the value of the
cellspacing
property. - getCellspacing() - Method in class jakarta.faces.component.html.HtmlPanelGrid
-
Return the value of the
cellspacing
property. - getCertStore() - Method in class jakarta.security.auth.message.callback.CertStoreCallback
-
Used by the CertStore user to obtain the CertStore set within the Callback.
- getChain() - Method in class jakarta.security.auth.message.callback.PrivateKeyCallback
-
Used to obtain the certificate chain set within the Callback.
- getChallenges() - Method in exception jakarta.ws.rs.NotAuthorizedException
-
Get the list of authorization challenges associated with the exception and applicable to the resource requested by the client.
- getChannel() - Method in class jakarta.faces.component.UIWebsocket
-
Returns the name of the websocket channel.
- getChannel() - Method in class jakarta.faces.event.WebsocketEvent
-
Returns the
<f:websocket channel>
. - getCharacterEncoding() - Method in class jakarta.faces.context.ResponseWriter
-
Return the character encoding (such as "ISO-8859-1") for this
ResponseWriter
. - getCharacterEncoding() - Method in class jakarta.faces.context.ResponseWriterWrapper
-
The default behavior of this method is to call
ResponseWriter.getCharacterEncoding()
on the wrappedResponseWriter
object. - getCharacterEncoding() - Method in interface jakarta.servlet.ServletRequest
-
Returns the name of the character encoding used in the body of this request.
- getCharacterEncoding() - Method in class jakarta.servlet.ServletRequestWrapper
-
The default behavior of this method is to return getCharacterEncoding() on the wrapped request object.
- getCharacterEncoding() - Method in interface jakarta.servlet.ServletResponse
-
Returns the name of the character encoding (MIME charset) used for the body sent in this response.
- getCharacterEncoding() - Method in class jakarta.servlet.ServletResponseWrapper
-
The default behavior of this method is to return getCharacterEncoding() on the wrapped response object.
- getChars() - Method in interface jakarta.json.JsonString
-
Returns the char sequence for the JSON String value
- getCharset() - Method in class jakarta.faces.component.html.HtmlCommandLink
-
Return the value of the
charset
property. - getCharset() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
-
Return the value of the
charset
property. - getCharset() - Method in class jakarta.faces.component.html.HtmlOutputLink
-
Return the value of the
charset
property. - getChildCount() - Method in class jakarta.faces.component.UIComponent
-
Return the number of child
UIComponent
s that are associated with thisUIComponent
. - getChildCount() - Method in class jakarta.faces.component.UIComponentBase
- getChildren() - Method in class jakarta.faces.component.UIComponent
- getChildren() - Method in class jakarta.faces.component.UIComponentBase
- getClaim(String) - Method in interface jakarta.security.enterprise.identitystore.openid.AccessToken
- getClaims() - Method in interface jakarta.security.enterprise.identitystore.openid.AccessToken
- getClaims() - Method in interface jakarta.security.enterprise.identitystore.openid.IdentityToken
- getClaims() - Method in interface jakarta.security.enterprise.identitystore.openid.OpenIdContext
-
Gets the User Claims that were received from the userinfo endpoint
- getClaimsJson() - Method in interface jakarta.security.enterprise.identitystore.openid.OpenIdContext
-
Gets the User Claims that were received from the userinfo endpoint
- getClasses() - Method in class jakarta.ws.rs.core.Application
-
Get a set of root resource, provider and
feature
classes. - getClasses() - Method in interface jakarta.ws.rs.core.Configuration
-
Get the immutable set of registered JAX-RS component (such as provider, root resource or
feature
) classes to be instantiated, injected and utilized in the scope of the configurable instance. - getClassLoader() - Method in interface jakarta.persistence.spi.PersistenceUnitInfo
-
Returns ClassLoader that the provider may use to load any classes, resources, or open URLs.
- getClassLoader() - Method in interface jakarta.servlet.ServletContext
-
Gets the class loader of the web application represented by this ServletContext.
- getClassName() - Method in class jakarta.servlet.jsp.tagext.TagVariableInfo
-
The body of the <variable-class> element.
- getClassName() - Method in class jakarta.servlet.jsp.tagext.VariableInfo
-
Returns the type of this variable.
- getClassName() - Method in interface jakarta.servlet.Registration
-
Gets the fully qualified class name of the Servlet or Filter that is represented by this Registration.
- getClassType() - Method in interface jakarta.persistence.Subgraph
-
Return the type for which this subgraph was defined.
- getClient() - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Get the client instance associated with the request.
- getClientAuthConfig(String, String, CallbackHandler) - Method in interface jakarta.security.auth.message.config.AuthConfigProvider
-
Get an instance of ClientAuthConfig from this provider.
- getClientBehaviorRenderer(String) - Method in class jakarta.faces.render.RenderKit
-
Return the
ClientBehaviorRenderer
instance most recently registered for the specifiedtype
, if any; otherwise, returnnull
. - getClientBehaviorRenderer(String) - Method in class jakarta.faces.render.RenderKitWrapper
-
The default behavior of this method is to call
RenderKit.getClientBehaviorRenderer(String)
on the wrappedRenderKit
object. - getClientBehaviorRendererTypes() - Method in class jakarta.faces.render.RenderKit
-
Return an
Iterator
over theClientBehaviorRenderer
types. - getClientBehaviorRendererTypes() - Method in class jakarta.faces.render.RenderKitWrapper
-
The default behavior of this method is to call
RenderKit.getClientBehaviorRendererTypes()
on the wrappedRenderKit
object. - getClientBehaviors() - Method in interface jakarta.faces.component.behavior.ClientBehaviorHolder
-
Returns a non-null, unmodifiable
Map
that contains the theClientBehavior
s that have been attached to the component implementing this interface. - getClientBehaviors() - Method in class jakarta.faces.component.UIComponentBase
-
This is a default implementation of
ClientBehaviorHolder.getClientBehaviors()
. - getClientId() - Method in class jakarta.faces.component.UIComponent
-
Enable Jakarta Expression Language to access the
clientId
of a component. - getClientId(FacesContext) - Method in class jakarta.faces.component.UIComponent
-
Return a client-side identifier for this component, generating one if necessary.
- getClientId(FacesContext) - Method in class jakarta.faces.component.UIComponentBase
- getClientId(FacesContext) - Method in class jakarta.faces.component.UIData
-
Return a client identifier for this component that includes the current value of the
rowIndex
property, if it is not set to -1. - getClientIdsWithMessages() - Method in class jakarta.faces.context.FacesContext
-
Return an
Iterator
over the client identifiers for which at least oneFacesMessage
has been queued. - getClientIdsWithMessages() - Method in class jakarta.faces.context.FacesContextWrapper
-
The default behavior of this method is to call
FacesContext.getClientIdsWithMessages()
on the wrappedFacesContext
object. - getClientSubject() - Method in interface jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContext
-
Returns the subject for which authentication is to take place.
- getClientSubject() - Method in class jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
- getClientWindow() - Method in class jakarta.faces.context.ExternalContext
-
Return the
ClientWindow
set in a preceding call toExternalContext.setClientWindow(jakarta.faces.lifecycle.ClientWindow)
, ornull
if no such call has been made. - getClientWindow() - Method in class jakarta.faces.context.ExternalContextWrapper
-
The default behavior of this method is to call
ExternalContext.getClientWindow()
on the wrappedExternalContext
object. - getClientWindow(FacesContext) - Method in class jakarta.faces.lifecycle.ClientWindowFactory
-
The implementation is responsible for creating the
ClientWindow
instance for this request. - getClientWindowFlowId(ClientWindow) - Method in class jakarta.faces.flow.Flow
-
Get the
ClientWindow
's id and append "_" and the return fromFlow.getId()
. - getClock() - Method in interface jakarta.validation.ClockProvider
-
Returns the clock which serves as the reference for
now
. - getClockProvider() - Method in interface jakarta.validation.ConstraintValidatorContext
-
Returns the provider for obtaining the current time in the form of a
Clock
, e.g. - getClockProvider() - Method in interface jakarta.validation.spi.ConfigurationState
-
Returns the clock provider for this configuration.
- getClockProvider() - Method in interface jakarta.validation.ValidatorFactory
-
Returns the
ClockProvider
instance configured at initialization time for theValidatorFactory
. - getClockProviderClassName() - Method in interface jakarta.validation.BootstrapConfiguration
-
Class name of the
ClockProvider
implementation ornull
if none is specified. - getCloseCode() - Method in class jakarta.faces.event.WebsocketEvent
-
Returns the close code.
- getCloseCode() - Method in class jakarta.websocket.CloseReason
-
The Close code associated with this CloseReason.
- getCloseCode(int) - Static method in enum jakarta.websocket.CloseReason.CloseCodes
-
Creates a CloseCode from the given int code number.
- getCode() - Method in interface jakarta.websocket.CloseReason.CloseCode
-
Returns the code number, for example the integer '1000' for normal closure.
- getCode() - Method in enum jakarta.websocket.CloseReason.CloseCodes
-
Return the code number of this status code.
- getCollection(String) - Method in interface jakarta.persistence.metamodel.ManagedType
-
Return the Collection-valued attribute of the managed type that corresponds to the specified name.
- getCollection(String, Class<E>) - Method in interface jakarta.persistence.metamodel.ManagedType
-
Return the Collection-valued attribute of the managed type that corresponds to the specified name and Java element type.
- getCollectionType() - Method in interface jakarta.persistence.metamodel.PluralAttribute
-
Return the collection type.
- getCols() - Method in class jakarta.faces.component.html.HtmlInputTextarea
-
Return the value of the
cols
property. - getColumn() - Method in class jakarta.faces.view.Location
-
Return the estimated character column.
- getColumnClasses() - Method in class jakarta.faces.component.html.HtmlDataTable
-
Return the value of the
columnClasses
property. - getColumnClasses() - Method in class jakarta.faces.component.html.HtmlPanelGrid
-
Return the value of the
columnClasses
property. - getColumnNames() - Method in interface jakarta.servlet.jsp.jstl.sql.Result
-
Returns the names of the columns in the result.
- getColumnNumber() - Method in interface jakarta.json.stream.JsonLocation
-
Return the column number (starts with 1 for the first column) for the current JSON event in the input source.
- getColumns() - Method in class jakarta.faces.component.html.HtmlPanelGrid
-
Return the value of the
columns
property. - getComment() - Method in class jakarta.servlet.http.Cookie
-
Deprecated, for removal: This API element is subject to removal in a future version.This is no longer required with RFC 6265
- getComment() - Method in interface jakarta.servlet.SessionCookieConfig
-
Deprecated, for removal: This API element is subject to removal in a future version.This is no longer required with RFC 6265
- getComment() - Method in class jakarta.ws.rs.core.NewCookie
-
Get the comment associated with the cookie.
- getComment() - Method in interface jakarta.ws.rs.sse.SseEvent
-
Get a comment string that accompanies the event.
- getCommonPropertyType(ELContext, Object) - Method in class jakarta.el.ArrayELResolver
-
If the base object is a Java language array, returns the most general type that this resolver accepts for the
property
argument. - getCommonPropertyType(ELContext, Object) - Method in class jakarta.el.BeanELResolver
-
If the base object is not
null
, returns the most general type that this resolver accepts for theproperty
argument. - getCommonPropertyType(ELContext, Object) - Method in class jakarta.el.BeanNameELResolver
-
Always returns
String.class
, since a bean name is a String. - getCommonPropertyType(ELContext, Object) - Method in class jakarta.el.CompositeELResolver
-
Returns the most general type that this resolver accepts for the
property
argument, given abase
object. - getCommonPropertyType(ELContext, Object) - Method in class jakarta.el.ELResolver
-
Returns the most general type that this resolver accepts for the
property
argument, given abase
object. - getCommonPropertyType(ELContext, Object) - Method in class jakarta.el.ListELResolver
-
If the base object is a list, returns the most general type that this resolver accepts for the
property
argument. - getCommonPropertyType(ELContext, Object) - Method in class jakarta.el.MapELResolver
-
If the base object is a map, returns the most general type that this resolver accepts for the
property
argument. - getCommonPropertyType(ELContext, Object) - Method in class jakarta.el.ResourceBundleELResolver
-
If the base object is a ResourceBundle, returns the most general type that this resolver accepts for the
property
argument. - getCommonPropertyType(ELContext, Object) - Method in class jakarta.el.StaticFieldELResolver
-
Returns the type of the property.
- getCommonPropertyType(ELContext, Object) - Method in class jakarta.el.TypeConverter
- getCommonPropertyType(ELContext, Object) - Method in class jakarta.servlet.jsp.el.ImplicitObjectELResolver
-
If the base object is
null
, returnsString.class
. - getCommonPropertyType(ELContext, Object) - Method in class jakarta.servlet.jsp.el.ImportELResolver
-
Always returns
null
since in normal usageScopedAttributeELResolver
will handle calls toELResolver.getCommonPropertyType(ELContext, Object)
. - getCommonPropertyType(ELContext, Object) - Method in class jakarta.servlet.jsp.el.NotFoundELResolver
-
Always returns
null
since in normal usageScopedAttributeELResolver
will handle calls toELResolver.getCommonPropertyType(ELContext, Object)
. - getCommonPropertyType(ELContext, Object) - Method in class jakarta.servlet.jsp.el.ScopedAttributeELResolver
-
If the base object is
null
, returnsString.class
. - getComponent() - Method in class jakarta.faces.component.behavior.ClientBehaviorContext
-
Returns the
UIComponent
that is requesting theClientBehavior
script. - getComponent() - Method in class jakarta.faces.event.ComponentSystemEvent
-
the source
UIComponent
that sent this event. - getComponent() - Method in class jakarta.faces.event.ExceptionQueuedEventContext
-
Return the
UIComponent
which was being processed when the exception was thrown. - getComponent() - Method in class jakarta.faces.event.FacesEvent
-
Return the source
UIComponent
that sent this event. - getComponentConfig() - Method in class jakarta.faces.view.facelets.ComponentHandler
-
Returns the component configuration, a component-type/renderer-type pair.
- getComponentFamilies() - Method in class jakarta.faces.render.RenderKit
-
Return an
Iterator
over the component-family entries supported by thisRenderKit
instance. - getComponentFamilies() - Method in class jakarta.faces.render.RenderKitWrapper
-
The default behavior of this method is to call
RenderKit.getComponentFamilies()
on the wrappedRenderKit
object. - getComponentMetadata(FacesContext, Resource) - Method in class jakarta.faces.view.ViewDeclarationLanguage
-
Return a reference to the component metadata for the composite component represented by the argument
componentResource
, ornull
if the metadata cannot be found. - getComponentMetadata(FacesContext, Resource) - Method in class jakarta.faces.view.ViewDeclarationLanguageWrapper
- getComponentResources(FacesContext) - Method in class jakarta.faces.component.UIViewRoot
-
Return an unmodifiable ordered
List
of allUIComponent
resources of all supported targets. - getComponentResources(FacesContext, String) - Method in class jakarta.faces.component.UIViewRoot
- getComponentType() - Method in interface jakarta.faces.view.facelets.ComponentConfig
-
ComponentType to pass to the
Application
. - getComponentTypes() - Method in class jakarta.faces.application.Application
-
Return an
Iterator
over the set of currently defined component types for thisApplication
. - getComponentTypes() - Method in class jakarta.faces.application.ApplicationWrapper
-
The default behavior of this method is to call
Application.getComponentTypes()
on the wrappedApplication
object. - getComposingConstraints() - Method in interface jakarta.validation.metadata.ConstraintDescriptor
-
Return a set of composing
ConstraintDescriptor
s where each descriptor describes a composing constraint. - getCompositeComponentParent(UIComponent) - Static method in class jakarta.faces.component.UIComponent
-
Finds the nearest composite component parent of the specified component.
- getCompoundSelectionItems() - Method in interface jakarta.persistence.criteria.Selection
-
Return the selection items composing a compound selection.
- getCondition(FacesContext) - Method in class jakarta.faces.application.NavigationCase
-
Evaluates the
<if>
for this<navigation-case>
, if any. - getCondition(FacesContext) - Method in class jakarta.faces.application.NavigationCaseWrapper
- getCondition(FacesContext) - Method in class jakarta.faces.flow.SwitchCase
-
Return
true
if this case should be taken,false
otherwise. - getConfigInUse() - Method in interface jakarta.json.JsonBuilderFactory
-
Returns read-only map of supported provider specific configuration properties that are used to configure the created JSON builders.
- getConfigInUse() - Method in interface jakarta.json.JsonReaderFactory
-
Returns read-only map of supported provider specific configuration properties that are used to configure the created JSON readers.
- getConfigInUse() - Method in interface jakarta.json.JsonWriterFactory
-
Returns read-only map of supported provider specific configuration properties that are used to configure the created JSON writer objects.
- getConfigInUse() - Method in interface jakarta.json.stream.JsonGeneratorFactory
-
Returns a read-only map of supported provider specific configuration properties that are used to configure the JSON generators.
- getConfigInUse() - Method in interface jakarta.json.stream.JsonParserFactory
-
Returns a read-only map of supported provider specific configuration properties that are used to configure the JSON parsers.
- getConfigProvider(String, String, RegistrationListener) - Method in class jakarta.security.auth.message.config.AuthConfigFactory
-
Get a registered AuthConfigProvider from the factory.
- getConfiguration() - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Get the immutable configuration of the request.
- getConfiguration() - Method in interface jakarta.ws.rs.core.Configurable
-
Get a live view of an internal configuration state of this configurable instance.
- getConfigurator() - Method in interface jakarta.websocket.ClientEndpointConfig
-
Return the custom configurator for this configuration.
- getConfigurator() - Method in interface jakarta.websocket.server.ServerEndpointConfig
-
Return the
ServerEndpointConfig.Configurator
this configuration is using. - getConnectionId() - Method in interface jakarta.servlet.ServletConnection
-
Obtain a unique (within the lifetime of the JVM) identifier string for the network connection to the JVM that is being used for the
ServletRequest
from which thisServletConnection
was obtained. - getConstrainedConstructors() - Method in interface jakarta.validation.metadata.BeanDescriptor
-
Returns a set with descriptors for the constrained constructors of the bean represented by this descriptor.
- getConstrainedContainerElementTypes() - Method in interface jakarta.validation.metadata.ContainerDescriptor
-
If this element is of a container type, e.g.
- getConstrainedMethods(MethodType, MethodType...) - Method in interface jakarta.validation.metadata.BeanDescriptor
-
Returns a set with descriptors for the constrained methods of the bean represented by this descriptor.
- getConstrainedProperties() - Method in interface jakarta.validation.metadata.BeanDescriptor
-
Returns a set of property descriptors having at least one constraint defined or marked as cascaded (
Valid
). - getConstraintDescriptor() - Method in interface jakarta.validation.ConstraintViolation
-
Returns the constraint metadata reported to fail.
- getConstraintDescriptor() - Method in interface jakarta.validation.MessageInterpolator.Context
- getConstraintDescriptors() - Method in interface jakarta.validation.metadata.ElementDescriptor.ConstraintFinder
-
Retrieves the constraint descriptors following the defined restrictions and hosted on the element described by
ElementDescriptor
. - getConstraintDescriptors() - Method in interface jakarta.validation.metadata.ElementDescriptor
-
Returns all constraint descriptors for this element in the class hierarchy or an empty
Set
if none are present. - getConstraintDescriptors() - Method in interface jakarta.validation.metadata.ExecutableDescriptor
-
Returns an empty
Set
. - getConstraintMappingResourcePaths() - Method in interface jakarta.validation.BootstrapConfiguration
-
Returns a set of resource paths pointing to XML constraint mapping files.
- getConstraintsForClass(Class<?>) - Method in interface jakarta.validation.Validator
-
Returns the descriptor object describing bean constraints.
- getConstraintsForConstructor(Class<?>...) - Method in interface jakarta.validation.metadata.BeanDescriptor
-
Returns a constructor descriptor for the given constructor.
- getConstraintsForMethod(String, Class<?>...) - Method in interface jakarta.validation.metadata.BeanDescriptor
-
Returns a method descriptor for the given method.
- getConstraintsForProperty(String) - Method in interface jakarta.validation.metadata.BeanDescriptor
-
Returns the property descriptor for a given property.
- getConstraintValidatorClasses() - Method in interface jakarta.validation.metadata.ConstraintDescriptor
-
List of the constraint validation implementation classes.
- getConstraintValidatorFactory() - Method in interface jakarta.validation.spi.ConfigurationState
-
Returns the constraint validator factory of this configuration.
- getConstraintValidatorFactory() - Method in interface jakarta.validation.ValidatorFactory
-
Returns the
ConstraintValidatorFactory
instance configured at initialization time for theValidatorFactory
. - getConstraintValidatorFactoryClassName() - Method in interface jakarta.validation.BootstrapConfiguration
-
Class name of the
ConstraintValidatorFactory
implementation ornull
if none is specified. - getConstraintViolations() - Method in exception jakarta.validation.ConstraintViolationException
-
Returns the set of constraint violations reported during a validation.
- getConstructor() - Method in interface jakarta.interceptor.InvocationContext
-
Returns the constructor of the target class for which the
AroundConstruct
interceptor method was invoked. - getConstructors() - Method in interface jakarta.enterprise.inject.spi.AnnotatedType
-
Get the constructors of the type.
- getContainer() - Method in class jakarta.websocket.ContainerProvider
-
Create a new instance of the the WebSocket container implementation.
- getContainer() - Method in interface jakarta.websocket.Session
-
Return the container that this session is part of.
- getContainerClass() - Method in interface jakarta.validation.metadata.ContainerElementTypeDescriptor
-
Returns the container class hosting this container element type.
- getContainerClass() - Method in interface jakarta.validation.Path.BeanNode
- getContainerClass() - Method in interface jakarta.validation.Path.ContainerElementNode
- getContainerClass() - Method in interface jakarta.validation.Path.PropertyNode
- getContainerClientId(FacesContext) - Method in class jakarta.faces.component.UIComponent
-
Allow components that implement
NamingContainer
to selectively disable prepending their clientId to their descendent's clientIds by breaking the prepending logic into a separately callable method. - getContainerClientId(FacesContext) - Method in class jakarta.faces.component.UIForm
-
Override the
UIComponent.getContainerClientId(jakarta.faces.context.FacesContext)
to allow users to disable this form from prepending itsclientId
to its descendent'sclientIds
depending on the value of this form'sUIForm.isPrependId()
property. - getContainerDefaultConfigurator() - Method in class jakarta.websocket.server.ServerEndpointConfig.Configurator
-
Return the platform default configurator.
- getContainingQuery() - Method in interface jakarta.persistence.criteria.Subquery
-
Return the query of which this is a subquery.
- getContent() - Method in interface jakarta.ws.rs.core.EntityPart
-
Returns the input stream for this part.
- getContent(GenericType<T>) - Method in interface jakarta.ws.rs.core.EntityPart
-
Converts the content stream for this part to the specified type and returns it.
- getContent(Class<T>) - Method in interface jakarta.ws.rs.core.EntityPart
-
Converts the content stream for this part to the specified class and returns it.
- getContentLength() - Method in interface jakarta.servlet.ServletRequest
-
Returns the length, in bytes, of the request body and made available by the input stream, or -1 if the length is not known or is greater than Integer.MAX_VALUE.
- getContentLength() - Method in class jakarta.servlet.ServletRequestWrapper
-
The default behavior of this method is to return getContentLength() on the wrapped request object.
- getContentLengthLong() - Method in interface jakarta.servlet.ServletRequest
-
Returns the length, in bytes, of the request body and made available by the input stream, or -1 if the length is not known.
- getContentLengthLong() - Method in class jakarta.servlet.ServletRequestWrapper
-
The default behavior of this method is to return getContentLengthLong() on the wrapped request object.
- getContentType() - Method in class jakarta.faces.application.Resource
-
Return the MIME content-type for this resource.
- getContentType() - Method in class jakarta.faces.application.ResourceWrapper
-
The default behavior of this method is to call
Resource.getContentType()
on the wrappedResourceHandler
object. - getContentType() - Method in class jakarta.faces.context.ResponseWriter
-
Return the content type (such as "text/html") for this
ResponseWriter
. - getContentType() - Method in class jakarta.faces.context.ResponseWriterWrapper
-
The default behavior of this method is to call
ResponseWriter.getContentType()
on the wrappedResponseWriter
object. - getContentType() - Method in interface jakarta.servlet.http.Part
-
Gets the content type of this part.
- getContentType() - Method in interface jakarta.servlet.ServletRequest
-
Returns the MIME type of the body of the request, or
null
if the type is not known. - getContentType() - Method in class jakarta.servlet.ServletRequestWrapper
-
The default behavior of this method is to return getContentType() on the wrapped request object.
- getContentType() - Method in interface jakarta.servlet.ServletResponse
-
Returns the content type used for the MIME body sent in this response.
- getContentType() - Method in class jakarta.servlet.ServletResponseWrapper
-
The default behavior of this method is to return getContentType() on the wrapped response object.
- getContext() - Method in class jakarta.ejb.embeddable.EJBContainer
-
Retrieve a naming context for looking up references to session beans executing in the embeddable container.
- getContext() - Method in class jakarta.faces.context.ExternalContext
-
Return the application environment object instance for the current appication.
- getContext() - Method in class jakarta.faces.context.ExternalContextWrapper
-
The default behavior of this method is to call
ExternalContext.getContext()
on the wrappedExternalContext
object. - getContext() - Method in class jakarta.faces.event.ExceptionQueuedEvent
-
Return the
ExceptionQueuedEventContext
for this event instance. - getContext() - Method in class jakarta.faces.event.ExceptionQueuedEventContext
-
The
FacesContext
for this request. - getContext() - Method in class jakarta.faces.event.PostConstructCustomScopeEvent
-
Return the
ScopeContext
for this event. - getContext() - Method in class jakarta.faces.event.PreDestroyCustomScopeEvent
-
Return the
ScopeContext
for this event. - getContext(Class<?>) - Method in class jakarta.el.ELContext
-
Returns the context object associated with the given key.
- getContext(Class<?>) - Method in class jakarta.el.StandardELContext
- getContext(Class<?>) - Method in interface jakarta.ws.rs.ext.ContextResolver
-
Get a context of type
T
that is applicable to the supplied type. - getContext(Class<? extends Annotation>) - Method in interface jakarta.enterprise.inject.spi.BeanContainer
-
Obtains an active context object for the given scope .
- getContext(String) - Method in interface jakarta.servlet.ServletContext
-
Returns a
ServletContext
object that corresponds to a specified URL on the server. - getContextData() - Method in interface jakarta.ejb.EJBContext
-
The
getContextData
method enables a business method, lifecycle callback method, or timeout method to retrieve any interceptor/webservices context associated with its invocation. - getContextData() - Method in interface jakarta.interceptor.InvocationContext
-
Enables an interceptor to retrieve or update the data associated with the invocation by another interceptor, business method, and/or webservices endpoint in the invocation chain.
- getContextName() - Method in class jakarta.faces.context.ExternalContext
-
Return the name of the container context for this application.
- getContextName() - Method in class jakarta.faces.context.ExternalContextWrapper
-
The default behavior of this method is to call
ExternalContext.getContextName()
on the wrappedExternalContext
object. - getContextPath() - Method in interface jakarta.servlet.http.HttpServletRequest
-
Returns the portion of the request URI that indicates the context of the request.
- getContextPath() - Method in class jakarta.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to return getContextPath() on the wrapped request object.
- getContextPath() - Method in interface jakarta.servlet.ServletContext
-
Returns the context path of the web application.
- getContextResolver(Class<T>, MediaType) - Method in interface jakarta.ws.rs.ext.Providers
-
Get a context resolver for a particular type of context and media type.
- getContextService() - Method in interface jakarta.enterprise.concurrent.ManagedExecutorService
-
Returns a
ContextService
which has the same propagation settings as thisManagedExecutorService
and uses thisManagedExecutorService
as the default asynchronous execution facility forCompletionStage
andCompletableFuture
instances that it creates via thewithContextCapture
methods. - getContracts(Class<?>) - Method in interface jakarta.ws.rs.core.Configuration
-
Get the extension contract registration information for a component of a given class.
- getConvertedValue(FacesContext, UIComponent, Object) - Method in class jakarta.faces.render.Renderer
-
Attempt to convert previously stored state information into an object of the type required for this component (optionally using the registered
Converter
for this component, if there is one). - getConvertedValue(FacesContext, UIComponent, Object) - Method in class jakarta.faces.render.RendererWrapper
- getConvertedValue(FacesContext, Object) - Method in class jakarta.faces.component.UIInput
-
Convert the submitted value into a "local value" of the appropriate data type, if necessary.
- getConvertedValue(FacesContext, Object) - Method in class jakarta.faces.component.UIViewParameter
-
Because this class has no
Renderer
, leverage the one from the standard HTML_BASICRenderKit
withcomponent-family: jakarta.faces.Input
andrenderer-type: jakarta.faces.Text
and call itsRenderer.getConvertedValue(jakarta.faces.context.FacesContext, jakarta.faces.component.UIComponent, java.lang.Object)
method. - getConverter() - Method in class jakarta.faces.component.UIOutput
- getConverter() - Method in interface jakarta.faces.component.ValueHolder
-
Return the
Converter
(if any) that is registered for thisUIComponent
. - getConverter(Class<T>, Type, Annotation[]) - Method in interface jakarta.ws.rs.ext.ParamConverterProvider
-
Obtain a
ParamConverter
that can provide from/to string conversion for an instance of a particular Java type. - getConverterId() - Method in interface jakarta.faces.view.facelets.ConverterConfig
-
Return the converter id to be used in instantiating this converter
- getConverterId(FaceletContext) - Method in class jakarta.faces.view.facelets.ConverterHandler
-
Returns the converter Id.
- getConverterIds() - Method in class jakarta.faces.application.Application
-
Return an
Iterator
over the set of currently registered converter ids for thisApplication
. - getConverterIds() - Method in class jakarta.faces.application.ApplicationWrapper
-
The default behavior of this method is to call
Application.getConverterIds()
on the wrappedApplication
object. - getConverterMessage() - Method in class jakarta.faces.component.UIInput
-
If there has been a call to
UIInput.setConverterMessage(java.lang.String)
on this instance, return the message. - getConverterTypes() - Method in class jakarta.faces.application.Application
-
Return an
Iterator
over the set ofClass
instances for whichConverter
classes have been explicitly registered. - getConverterTypes() - Method in class jakarta.faces.application.ApplicationWrapper
-
The default behavior of this method is to call
Application.getConverterTypes()
on the wrappedApplication
object. - getCookies() - Method in interface jakarta.servlet.http.HttpServletRequest
-
Returns an array containing all of the
Cookie
objects the client sent with this request. - getCookies() - Method in class jakarta.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to return getCookies() on the wrapped request object.
- getCookies() - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Get any cookies that accompanied the request.
- getCookies() - Method in interface jakarta.ws.rs.client.ClientResponseContext
-
Get any new cookies set on the response message.
- getCookies() - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Get any cookies that accompanied the request.
- getCookies() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Get any new cookies set on the response message.
- getCookies() - Method in interface jakarta.ws.rs.core.HttpHeaders
-
Get any cookies that accompanied the request.
- getCookies() - Method in class jakarta.ws.rs.core.Response
-
Get any new cookies set on the response message.
- getCoords() - Method in class jakarta.faces.component.html.HtmlCommandLink
-
Return the value of the
coords
property. - getCoords() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
-
Return the value of the
coords
property. - getCoords() - Method in class jakarta.faces.component.html.HtmlOutputLink
-
Return the value of the
coords
property. - getCorrelatedJoins() - Method in interface jakarta.persistence.criteria.Subquery
-
Return the correlated joins of the subquery.
- getCorrelationParent() - Method in interface jakarta.persistence.criteria.From
-
Returns the parent
From
object from which the correlatedFrom
object has been obtained through correlation (use of aSubquery
correlate
method). - getCount() - Method in interface jakarta.servlet.jsp.jstl.core.LoopTagStatus
-
Retrieves the "count" of the current round of the iteration.
- getCreationTime() - Method in interface jakarta.servlet.http.HttpSession
-
Returns the time when this session was created, measured in milliseconds since midnight January 1, 1970 GMT.
- getCredential() - Method in class jakarta.security.enterprise.authentication.mechanism.http.AuthenticationParameters
-
The credential set as parameter in this instance.
- getCriteriaBuilder() - Method in interface jakarta.persistence.EntityManager
-
Return an instance of
CriteriaBuilder
for the creation ofCriteriaQuery
objects. - getCriteriaBuilder() - Method in interface jakarta.persistence.EntityManagerFactory
-
Return an instance of
CriteriaBuilder
for the creation ofCriteriaQuery
objects. - getCrossParameterDescriptor() - Method in interface jakarta.validation.metadata.ExecutableDescriptor
-
Returns a descriptor containing the cross-parameter constraints of this executable.
- getCryptographicallyStrongTokenFromSession(FacesContext) - Method in class jakarta.faces.render.ResponseStateManager
-
Compliant implementations must return a cryptographically strong token for use to protect views in this application.
- getCurrencyCode() - Method in class jakarta.faces.convert.NumberConverter
-
Return the ISO 4217 currency code used by
getAsString()
with atype
ofcurrency
. - getCurrencySymbol() - Method in class jakarta.faces.convert.NumberConverter
-
Return the currency symbol used by
getAsString()
with atype
ofcurrency
. - getCurrent() - Method in interface jakarta.servlet.jsp.jstl.core.LoopTag
-
Retrieves the current item in the iteration.
- getCurrent() - Method in interface jakarta.servlet.jsp.jstl.core.LoopTagStatus
-
Retrieves the current item in the iteration.
- getCurrent() - Method in class jakarta.servlet.jsp.jstl.core.LoopTagSupport
- getCurrentComponent(FacesContext) - Static method in class jakarta.faces.component.UIComponent
-
Return the
UIComponent
instance that is currently processing. - getCurrentCompositeComponent(FacesContext) - Static method in class jakarta.faces.component.UIComponent
-
Return the closest ancestor component, relative to the component returned from
UIComponent.getCurrentComponent(jakarta.faces.context.FacesContext)
, that is a composite component, ornull
if no such component exists. - getCurrentFlow() - Method in class jakarta.faces.flow.FlowHandler
-
Convenience overload that calls
FacesContext.getCurrentInstance()
and then calls through toFlowHandler.getCurrentFlow(jakarta.faces.context.FacesContext)
. - getCurrentFlow(FacesContext) - Method in class jakarta.faces.flow.FlowHandler
- getCurrentFlowScope() - Method in class jakarta.faces.flow.FlowHandler
-
Return the
Map
that backs the#{flowScope}
Jakarta Expression Language implicit object ornull
if no flow is currently active. - getCurrentInstance() - Static method in class jakarta.faces.context.FacesContext
-
Return the
FacesContext
instance for the request that is being processed by the current thread. - getCurrentPhaseId() - Method in class jakarta.faces.context.FacesContext
-
Return the value last set on this
FacesContext
instance whenFacesContext.setCurrentPhaseId(jakarta.faces.event.PhaseId)
was called. - getCurrentPhaseId() - Method in class jakarta.faces.context.FacesContextWrapper
-
The default behavior of this method is to call
FacesContext.getCurrentPhaseId()
on the wrappedFacesContext
object. - getData() - Method in interface jakarta.ws.rs.sse.OutboundSseEvent
-
Get event data.
- getDataModel() - Method in class jakarta.faces.component.UIData
-
Return the internal
DataModel
object representing the data objects that we will iterate over in this component's rendering. - getDataModel() - Method in class jakarta.faces.model.DataModelEvent
-
Return the
DataModel
that fired this event. - getDataModelListeners() - Method in class jakarta.faces.model.DataModel
-
Return the set of
DataModelListener
s interested in notifications from thisDataModel
. - getDate() - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Get message date.
- getDate() - Method in interface jakarta.ws.rs.client.ClientResponseContext
-
Get message date.
- getDate() - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Get message date.
- getDate() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Get message date.
- getDate() - Method in interface jakarta.ws.rs.core.HttpHeaders
-
Get message date.
- getDate() - Method in class jakarta.ws.rs.core.Response
-
Get message date.
- getDateHeader(String) - Method in interface jakarta.servlet.http.HttpServletRequest
-
Returns the value of the specified request header as a
long
value that represents aDate
object. - getDateHeader(String) - Method in class jakarta.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to return getDateHeader(String name) on the wrapped request object.
- getDateStyle() - Method in class jakarta.faces.convert.DateTimeConverter
-
Return the style to be used to format or parse dates.
- getDayOfMonth() - Method in class jakarta.ejb.ScheduleExpression
-
Return the value of the day of the month attribute.
- getDayOfWeek() - Method in class jakarta.ejb.ScheduleExpression
-
Return the value of the day of the week attribute.
- getDeclare() - Method in class jakarta.servlet.jsp.tagext.TagVariableInfo
-
The body of the <declare> element.
- getDeclare() - Method in class jakarta.servlet.jsp.tagext.VariableInfo
-
Returns whether this is a new variable.
- getDeclaredAttribute(String) - Method in interface jakarta.persistence.metamodel.ManagedType
-
Return the attribute declared by the managed type that corresponds to the specified name.
- getDeclaredAttributes() - Method in interface jakarta.persistence.metamodel.ManagedType
-
Return the attributes declared by the managed type.
- getDeclaredCollection(String) - Method in interface jakarta.persistence.metamodel.ManagedType
-
Return the Collection-valued attribute declared by the managed type that corresponds to the specified name.
- getDeclaredCollection(String, Class<E>) - Method in interface jakarta.persistence.metamodel.ManagedType
-
Return the Collection-valued attribute declared by the managed type that corresponds to the specified name and Java element type.
- getDeclaredId(Class<Y>) - Method in interface jakarta.persistence.metamodel.IdentifiableType
-
Return the attribute that corresponds to the id attribute declared by the entity or mapped superclass.
- getDeclaredList(String) - Method in interface jakarta.persistence.metamodel.ManagedType
-
Return the List-valued attribute declared by the managed type that corresponds to the specified name.
- getDeclaredList(String, Class<E>) - Method in interface jakarta.persistence.metamodel.ManagedType
-
Return the List-valued attribute declared by the managed type that corresponds to the specified name and Java element type.
- getDeclaredMap(String) - Method in interface jakarta.persistence.metamodel.ManagedType
-
Return the Map-valued attribute declared by the managed type that corresponds to the specified name.
- getDeclaredMap(String, Class<K>, Class<V>) - Method in interface jakarta.persistence.metamodel.ManagedType
-
Return the Map-valued attribute declared by the managed type that corresponds to the specified name and Java key and value types.
- getDeclaredPluralAttributes() - Method in interface jakarta.persistence.metamodel.ManagedType
-
Return all multi-valued attributes (Collection-, Set-, List-, and Map-valued attributes) declared by the managed type.
- getDeclaredSet(String) - Method in interface jakarta.persistence.metamodel.ManagedType
-
Return the Set-valued attribute declared by the managed type that corresponds to the specified name.
- getDeclaredSet(String, Class<E>) - Method in interface jakarta.persistence.metamodel.ManagedType
-
Return the Set-valued attribute declared by the managed type that corresponds to the specified name and Java element type.
- getDeclaredSingularAttribute(String) - Method in interface jakarta.persistence.metamodel.ManagedType
-
Return the single-valued attribute declared by the managed type that corresponds to the specified name.
- getDeclaredSingularAttribute(String, Class<Y>) - Method in interface jakarta.persistence.metamodel.ManagedType
-
Return the single-valued attribute declared by the managed type that corresponds to the specified name and Java type.
- getDeclaredSingularAttributes() - Method in interface jakarta.persistence.metamodel.ManagedType
-
Return the single-valued attributes declared by the managed type.
- getDeclaredVersion(Class<Y>) - Method in interface jakarta.persistence.metamodel.IdentifiableType
-
Return the attribute that corresponds to the version attribute declared by the entity or mapped superclass.
- getDeclaringBean() - Method in interface jakarta.enterprise.inject.spi.ObserverMethod
-
Obtains the bean that declares the observer method.
- getDeclaringCallable() - Method in interface jakarta.enterprise.inject.spi.AnnotatedParameter
-
Get the declaring method or constructor.
- getDeclaringType() - Method in interface jakarta.enterprise.inject.spi.AnnotatedMember
-
Get the type which defines this member.
- getDeclaringType() - Method in interface jakarta.persistence.metamodel.Attribute
-
Return the managed type representing the type in which the attribute was declared.
- getDecoders() - Method in interface jakarta.websocket.EndpointConfig
-
Return the Decoder implementation classes configured.
- getDecoratedTypes() - Method in interface jakarta.enterprise.inject.spi.Decorator
-
Obtains the decorated types.
- getDecorators() - Method in interface jakarta.enterprise.inject.spi.AfterTypeDiscovery
- getDefaultAsyncSendTimeout() - Method in interface jakarta.websocket.WebSocketContainer
-
Return the number of milliseconds the implementation will timeout attempting to send a websocket message for all RemoteEndpoints associated with this container.
- getDefaultClockProvider() - Method in interface jakarta.validation.Configuration
-
Returns an implementation of the
ClockProvider
interface following the defaultClockProvider
defined in the specification: returns a clock representing the current system time and default time zone. - getDefaultConstraintMessageTemplate() - Method in interface jakarta.validation.ConstraintValidatorContext
- getDefaultConstraintValidatorFactory() - Method in interface jakarta.validation.Configuration
-
Returns an implementation of the
ConstraintValidatorFactory
interface following the defaultConstraintValidatorFactory
defined in the specification: uses the public no-arg constructor of theConstraintValidator
- getDefaultContentType() - Method in interface jakarta.servlet.descriptor.JspPropertyGroupDescriptor
-
Gets the value of the
default-content-type
configuration, which specifies the default response content type for any JSP pages mapped to the JSP property group represented by thisJspPropertyGroupDescriptor
. - getDefaultEventName() - Method in interface jakarta.faces.component.behavior.ClientBehaviorHolder
-
Returns the default event name for this
ClientBehaviorHolder
implementation. - getDefaultEventName() - Method in class jakarta.faces.component.html.HtmlBody
- getDefaultEventName() - Method in class jakarta.faces.component.html.HtmlCommandButton
- getDefaultEventName() - Method in class jakarta.faces.component.html.HtmlCommandLink
- getDefaultEventName() - Method in class jakarta.faces.component.html.HtmlDataTable
- getDefaultEventName() - Method in class jakarta.faces.component.html.HtmlForm
- getDefaultEventName() - Method in class jakarta.faces.component.html.HtmlGraphicImage
- getDefaultEventName() - Method in class jakarta.faces.component.html.HtmlInputFile
- getDefaultEventName() - Method in class jakarta.faces.component.html.HtmlInputSecret
- getDefaultEventName() - Method in class jakarta.faces.component.html.HtmlInputText
- getDefaultEventName() - Method in class jakarta.faces.component.html.HtmlInputTextarea
- getDefaultEventName() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
- getDefaultEventName() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
- getDefaultEventName() - Method in class jakarta.faces.component.html.HtmlOutputLabel
- getDefaultEventName() - Method in class jakarta.faces.component.html.HtmlOutputLink
- getDefaultEventName() - Method in class jakarta.faces.component.html.HtmlPanelGrid
- getDefaultEventName() - Method in class jakarta.faces.component.html.HtmlPanelGroup
- getDefaultEventName() - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
- getDefaultEventName() - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
- getDefaultEventName() - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
- getDefaultEventName() - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
- getDefaultEventName() - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
- getDefaultEventName() - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
- getDefaultEventName() - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
- getDefaultEventName() - Method in class jakarta.faces.component.UIComponentBase
-
This is a default implementation of
ClientBehaviorHolder.getDefaultEventName()
. - getDefaultFactory() - Static method in class jakarta.servlet.jsp.JspFactory
-
Returns the default factory for this implementation.
- getDefaultLocale() - Method in class jakarta.faces.application.Application
-
Return the default
Locale
for this application. - getDefaultLocale() - Method in class jakarta.faces.application.ApplicationWrapper
-
The default behavior of this method is to call
Application.getDefaultLocale()
on the wrappedApplication
object. - getDefaultMaxBinaryMessageBufferSize() - Method in interface jakarta.websocket.WebSocketContainer
-
Returns the default maximum size of incoming binary message that this container will buffer.
- getDefaultMaxSessionIdleTimeout() - Method in interface jakarta.websocket.WebSocketContainer
-
Return the default time in milliseconds after which any web socket sessions in this container will be closed if it has been inactive.
- getDefaultMaxTextMessageBufferSize() - Method in interface jakarta.websocket.WebSocketContainer
-
Returns the default maximum size of incoming text message that this container will buffer.
- getDefaultMessageInterpolator() - Method in interface jakarta.validation.Configuration
-
Returns an implementation of the
MessageInterpolator
interface following the defaultMessageInterpolator
defined in the specification: use theValidationMessages
resource bundle to load keys useLocale.getDefault()
- getDefaultOutcome(FacesContext) - Method in class jakarta.faces.flow.SwitchNode
-
Return the default outcome in this switch.
- getDefaultParameterNameProvider() - Method in interface jakarta.validation.Configuration
-
Returns an implementation of the
ParameterNameProvider
interface following the defaultParameterNameProvider
defined in the specification: returns the actual parameter names as provided in the validated executable’s definition, if the class file of the executable contains parameter name information otherwise returns names in the formarg<PARAMETER_INDEX>
, wherePARAMETER_INDEX
starts at 0 for the first parameter, e.g. - getDefaultProviderClassName() - Method in interface jakarta.validation.BootstrapConfiguration
-
Class name of the
ValidationProvider
implementation ornull
if none is specified. - getDefaultRenderKitId() - Method in class jakarta.faces.application.Application
-
Return the
renderKitId
to be used for rendering this application. - getDefaultRenderKitId() - Method in class jakarta.faces.application.ApplicationWrapper
-
The default behavior of this method is to call
Application.getDefaultRenderKitId()
on the wrappedApplication
object. - getDefaultSessionTrackingModes() - Method in interface jakarta.servlet.ServletContext
-
Gets the session tracking modes that are supported by default for this ServletContext.
- getDefaultTraversableResolver() - Method in interface jakarta.validation.Configuration
-
Returns an implementation of the
TraversableResolver
interface following the defaultTraversableResolver
defined in the specification: if Java Persistence is available in the runtime environment, a property is considered reachable if Java Persistence considers the property as loaded if Java Persistence is not available in the runtime environment, all properties are considered reachable all properties are considered cascadable. - getDefaultValidatedExecutableTypes() - Method in interface jakarta.validation.BootstrapConfiguration
-
Returns the set of executable types that should be considered unless explicitly overridden via
ValidateOnExecution
. - getDefaultValidationProviderResolver() - Method in interface jakarta.validation.spi.BootstrapState
-
Specification default
ValidationProviderResolver
strategy instance. - getDefaultValidatorInfo() - Method in class jakarta.faces.application.Application
-
Return an immutable
Map
over the set of currently registered default validator IDs and their class name for thisApplication
. - getDefaultValidatorInfo() - Method in class jakarta.faces.application.ApplicationWrapper
-
The default behavior of this method is to call
Application.getDefaultValidatorInfo()
on the wrappedApplication
object. - getDeferredSyntaxAllowedAsLiteral() - Method in interface jakarta.servlet.descriptor.JspPropertyGroupDescriptor
-
Gets the value of the
deferred-syntax-allowed-as-literal
configuration, which specifies whether the character sequence"#{"
, which is normally reserved for Expression Language (EL) expressions, will cause a translation error if it appears as a String literal in any JSP pages mapped to the JSP property group represented by thisJspPropertyGroupDescriptor
. - getDefiningDocumentId() - Method in class jakarta.faces.flow.Flow
-
Return the immutable application unique identifier for the document in which the argument flow is defined.
- getDelay() - Method in class jakarta.faces.component.behavior.AjaxBehavior
-
Returns the delay value, or
null
if no value was set. - getDelegate() - Method in interface jakarta.persistence.EntityManager
-
Return the underlying provider object for the
EntityManager
, if available. - getDelegateQualifiers() - Method in interface jakarta.enterprise.inject.spi.Decorator
-
Obtains the qualifiers of the delegate injection point.
- getDelegateType() - Method in interface jakarta.enterprise.inject.spi.Decorator
-
Obtains the type of the delegate injection point.
- getDelims() - Method in class jakarta.servlet.jsp.jstl.core.LoopTagSupport
- getDescription() - Method in class jakarta.faces.model.SelectItem
-
Return a description of this item, for use in development tools.
- getDescription() - Method in interface jakarta.security.auth.message.config.AuthConfigFactory.RegistrationContext
-
Get the description from the registration context
- getDescription() - Method in class jakarta.servlet.jsp.tagext.TagAttributeInfo
-
Gets the description string of this tag attribute.
- getDetail() - Method in class jakarta.faces.application.FacesMessage
-
Return the localized detail text.
- getDigest() - Method in class jakarta.security.auth.message.callback.PrivateKeyCallback.DigestRequest
-
Get the digest value.
- getDir() - Method in class jakarta.faces.component.html.HtmlBody
-
Return the value of the
dir
property. - getDir() - Method in class jakarta.faces.component.html.HtmlCommandButton
-
Return the value of the
dir
property. - getDir() - Method in class jakarta.faces.component.html.HtmlCommandLink
-
Return the value of the
dir
property. - getDir() - Method in class jakarta.faces.component.html.HtmlDataTable
-
Return the value of the
dir
property. - getDir() - Method in class jakarta.faces.component.html.HtmlForm
-
Return the value of the
dir
property. - getDir() - Method in class jakarta.faces.component.html.HtmlGraphicImage
-
Return the value of the
dir
property. - getDir() - Method in class jakarta.faces.component.html.HtmlHead
-
Return the value of the
dir
property. - getDir() - Method in class jakarta.faces.component.html.HtmlInputFile
-
Return the value of the
dir
property. - getDir() - Method in class jakarta.faces.component.html.HtmlInputSecret
-
Return the value of the
dir
property. - getDir() - Method in class jakarta.faces.component.html.HtmlInputText
-
Return the value of the
dir
property. - getDir() - Method in class jakarta.faces.component.html.HtmlInputTextarea
-
Return the value of the
dir
property. - getDir() - Method in class jakarta.faces.component.html.HtmlMessage
-
Return the value of the
dir
property. - getDir() - Method in class jakarta.faces.component.html.HtmlMessages
-
Return the value of the
dir
property. - getDir() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
-
Return the value of the
dir
property. - getDir() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
-
Return the value of the
dir
property. - getDir() - Method in class jakarta.faces.component.html.HtmlOutputFormat
-
Return the value of the
dir
property. - getDir() - Method in class jakarta.faces.component.html.HtmlOutputLabel
-
Return the value of the
dir
property. - getDir() - Method in class jakarta.faces.component.html.HtmlOutputLink
-
Return the value of the
dir
property. - getDir() - Method in class jakarta.faces.component.html.HtmlOutputText
-
Return the value of the
dir
property. - getDir() - Method in class jakarta.faces.component.html.HtmlPanelGrid
-
Return the value of the
dir
property. - getDir() - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
-
Return the value of the
dir
property. - getDir() - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
-
Return the value of the
dir
property. - getDir() - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
-
Return the value of the
dir
property. - getDir() - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
-
Return the value of the
dir
property. - getDir() - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
-
Return the value of the
dir
property. - getDir() - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
-
Return the value of the
dir
property. - getDir() - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
-
Return the value of the
dir
property. - getDisabledClass() - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
-
Return the value of the
disabledClass
property. - getDisabledClass() - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
-
Return the value of the
disabledClass
property. - getDisabledClass() - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
-
Return the value of the
disabledClass
property. - getDisabledClass() - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
-
Return the value of the
disabledClass
property. - getDisabledClass() - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
-
Return the value of the
disabledClass
property. - getDisabledClass() - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
-
Return the value of the
disabledClass
property. - getDispatcherType() - Method in interface jakarta.servlet.ServletRequest
-
Gets the dispatcher type of this request.
- getDispatcherType() - Method in class jakarta.servlet.ServletRequestWrapper
-
Gets the dispatcher type of the wrapped request.
- getDisplayName() - Method in class jakarta.servlet.jsp.tagext.TagInfo
-
Get the displayName.
- getDoctype() - Method in class jakarta.faces.component.UIViewRoot
-
Return the doctype of this view.
- getDomain() - Method in class jakarta.servlet.http.Cookie
-
Gets the domain name of this Cookie.
- getDomain() - Method in interface jakarta.servlet.SessionCookieConfig
-
Gets the domain name that will be assigned to any session tracking cookies created on behalf of the application represented by the ServletContext from which this SessionCookieConfig was acquired.
- getDomain() - Method in class jakarta.ws.rs.core.Cookie
-
Get the domain of the cookie.
- getDoubleClaim(String) - Method in interface jakarta.security.enterprise.identitystore.openid.Claims
-
Get double claim of given name
- getEffectiveMajorVersion() - Method in interface jakarta.servlet.ServletContext
-
Gets the major version of the Servlet specification that the application represented by this ServletContext is based on.
- getEffectiveMinorVersion() - Method in interface jakarta.servlet.ServletContext
-
Gets the minor version of the Servlet specification that the application represented by this ServletContext is based on.
- getEffectiveSessionTrackingModes() - Method in interface jakarta.servlet.ServletContext
-
Gets the session tracking modes that are in effect for this ServletContext.
- getEJBHome() - Method in interface jakarta.ejb.EJBContext
-
Obtain the enterprise bean's remote home interface.
- getEJBHome() - Method in interface jakarta.ejb.EJBMetaData
-
Obtain the remote home interface of the enterprise bean.
- getEJBHome() - Method in interface jakarta.ejb.EJBObject
-
Obtain the enterprise bean's remote home interface.
- getEJBHome() - Method in interface jakarta.ejb.HomeHandle
-
Obtain the home object represented by this handle.
- getEJBLocalHome() - Method in interface jakarta.ejb.EJBContext
-
Obtain the enterprise bean's local home interface.
- getEJBLocalHome() - Method in interface jakarta.ejb.EJBLocalObject
-
Obtain the enterprise bean's local home interface.
- getEJBLocalObject() - Method in interface jakarta.ejb.EntityContext
-
Obtain a reference to the enterprise bean local object that is currently associated with the instance.
- getEJBLocalObject() - Method in interface jakarta.ejb.SessionContext
-
Obtain a reference to the enterprise bean local object that is associated with the instance.
- getEJBMetaData() - Method in interface jakarta.ejb.EJBHome
-
Obtain the EJBMetaData interface for the enterprise bean.
- getEjbName() - Method in interface jakarta.enterprise.inject.spi.ProcessSessionBean
-
Returns the EJB name of the session bean.
- getEJBObject() - Method in interface jakarta.ejb.EntityContext
-
Obtain a reference to the enterprise bean object that is currently associated with the instance.
- getEJBObject() - Method in interface jakarta.ejb.Handle
-
Obtain the enterprise bean object reference represented by this handle.
- getEJBObject() - Method in interface jakarta.ejb.SessionContext
-
Obtain a reference to the enterprise bean object that is currently associated with the instance.
- getELContext() - Method in class jakarta.el.ELContextEvent
-
Returns the
ELContext
that was created. - getELContext() - Method in class jakarta.el.ELManager
-
Return the ELContext used for parsing and evaluating Jakarta Expression Language expressions.
- getELContext() - Method in class jakarta.faces.context.FacesContext
-
Return the
ELContext
instance for thisFacesContext
instance. - getELContext() - Method in class jakarta.faces.context.FacesContextWrapper
-
The default behavior of this method is to call
FacesContext.getELContext()
on the wrappedFacesContext
object. - getELContext() - Method in class jakarta.servlet.jsp.JspContext
-
Returns the
ELContext
associated with thisJspContext
. - getELContextListeners() - Method in class jakarta.faces.application.Application
-
If no calls have been made to
Application.addELContextListener(jakarta.el.ELContextListener)
, this method must return an empty array. - getELContextListeners() - Method in class jakarta.faces.application.ApplicationWrapper
-
The default behavior of this method is to call
Application.getELContextListeners()
on the wrappedApplication
object. - getElementClass() - Method in interface jakarta.validation.metadata.CrossParameterDescriptor
- getElementClass() - Method in interface jakarta.validation.metadata.ElementDescriptor
- getElements() - Method in interface jakarta.persistence.Tuple
-
Return the tuple elements.
- getElementType() - Method in interface jakarta.persistence.metamodel.PluralAttribute
-
Return the type representing the element type of the collection.
- getElIgnored() - Method in interface jakarta.servlet.descriptor.JspPropertyGroupDescriptor
-
Gets the value of the
el-ignored
configuration, which specifies whether Expression Language (EL) evaluation is enabled for any JSP pages mapped to the JSP property group represented by thisJspPropertyGroupDescriptor
. - getELManager() - Method in class jakarta.el.ELProcessor
-
Return the ELManager used for Jakarta Expression Language processing.
- getELResolver() - Method in class jakarta.el.ELContext
-
Retrieves the
ELResolver
associated with this context. - getELResolver() - Method in class jakarta.el.StandardELContext
-
Construct (if needed) and return a default ELResolver.
- getELResolver() - Method in interface jakarta.enterprise.inject.spi.BeanManager
-
Returns a
ELResolver
that resolves beans by EL name. - getELResolver() - Method in class jakarta.faces.application.Application
-
Return the singleton
ELResolver
instance to be used for all Jakarta Expression Language resolution. - getELResolver() - Method in class jakarta.faces.application.ApplicationWrapper
-
The default behavior of this method is to call
Application.getELResolver()
on the wrappedApplication
object. - getEmail() - Method in interface jakarta.security.enterprise.identitystore.openid.OpenIdClaims
- getEmailVerified() - Method in interface jakarta.security.enterprise.identitystore.openid.OpenIdClaims
- getEmbeddables() - Method in interface jakarta.persistence.metamodel.Metamodel
-
Return the metamodel embeddable types.
- getEmptyRoleSemantic() - Method in class jakarta.servlet.HttpConstraintElement
-
Gets the default authorization semantic.
- getEnabledClass() - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
-
Return the value of the
enabledClass
property. - getEnabledClass() - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
-
Return the value of the
enabledClass
property. - getEnabledClass() - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
-
Return the value of the
enabledClass
property. - getEnabledClass() - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
-
Return the value of the
enabledClass
property. - getEnabledClass() - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
-
Return the value of the
enabledClass
property. - getEnabledClass() - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
-
Return the value of the
enabledClass
property. - getEnclosingWriter() - Method in class jakarta.servlet.jsp.tagext.BodyContent
-
Get the enclosing JspWriter.
- getEncoders() - Method in interface jakarta.websocket.EndpointConfig
-
Return the Encoder implementation classes configured.
- getEncoding() - Method in class jakarta.ws.rs.client.Entity
-
Get entity encoding.
- getEncoding() - Method in class jakarta.ws.rs.core.Variant
-
Get the encoding of the variant.
- getEnctype() - Method in class jakarta.faces.component.html.HtmlForm
-
Return the value of the
enctype
property. - getEnd() - Method in class jakarta.ejb.ScheduleExpression
-
Return the end date, if set; otherwise null.
- getEnd() - Method in interface jakarta.servlet.jsp.jstl.core.LoopTagStatus
-
Returns the value of the 'end' attribute for the associated tag, or null if no 'end' attribute was specified.
- getEndpointClass() - Method in interface jakarta.websocket.server.ServerEndpointConfig
-
Returns the Class of the endpoint this configuration is configuring.
- getEndpointConfigs(Set<Class<? extends Endpoint>>) - Method in interface jakarta.websocket.server.ServerApplicationConfig
-
Return a set of ServerEndpointConfig instances that the server container will use to deploy the programmatic endpoints.
- getEndpointInstance(Class<T>) - Method in class jakarta.websocket.server.ServerEndpointConfig.Configurator
-
This method is called by the container each time a new client connects to the logical endpoint this configurator configures.
- getEngineInfo() - Method in class jakarta.servlet.jsp.JspFactory
-
called to get implementation-specific information on the current JSP engine.
- getEntities() - Method in interface jakarta.persistence.metamodel.Metamodel
-
Return the metamodel entity types.
- getEntity() - Method in exception jakarta.persistence.OptimisticLockException
-
Returns the entity that caused this exception.
- getEntity() - Method in exception jakarta.persistence.PessimisticLockException
-
Returns the entity that caused this exception.
- getEntity() - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Get the message entity Java instance.
- getEntity() - Method in class jakarta.ws.rs.client.Entity
-
Get entity data.
- getEntity() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Get the message entity Java instance.
- getEntity() - Method in class jakarta.ws.rs.core.GenericEntity
-
Get the enclosed entity.
- getEntity() - Method in class jakarta.ws.rs.core.Response
-
Get the message entity Java instance.
- getEntity() - Method in interface jakarta.ws.rs.ext.WriterInterceptorContext
-
Get object to be written as HTTP entity.
- getEntityAnnotations() - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Get the annotations attached to the entity instance.
- getEntityAnnotations() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Get the annotations attached to the entity instance.
- getEntityClass() - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Get the raw entity type information.
- getEntityClass() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Get the raw entity type information.
- getEntityGraph(String) - Method in interface jakarta.persistence.EntityManager
-
Return a named EntityGraph.
- getEntityGraphs(Class<T>) - Method in interface jakarta.persistence.EntityManager
-
Return all named EntityGraphs that have been defined for the provided class type.
- getEntityManagerFactory() - Method in interface jakarta.persistence.EntityManager
-
Return the entity manager factory for the entity manager.
- getEntityStream() - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Get the entity output stream.
- getEntityStream() - Method in interface jakarta.ws.rs.client.ClientResponseContext
-
Get the entity input stream.
- getEntityStream() - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Get the entity input stream.
- getEntityStream() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Get the entity output stream.
- getEntityTag() - Method in interface jakarta.ws.rs.client.ClientResponseContext
-
Get the entity tag.
- getEntityTag() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Get the entity tag.
- getEntityTag() - Method in class jakarta.ws.rs.core.Response
-
Get the entity tag.
- getEntityType() - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Get the generic entity type information.
- getEntityType() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Get the generic entity type information.
- getErrorClass() - Method in class jakarta.faces.component.html.HtmlMessage
-
Return the value of the
errorClass
property. - getErrorClass() - Method in class jakarta.faces.component.html.HtmlMessages
-
Return the value of the
errorClass
property. - getErrorData() - Method in class jakarta.servlet.jsp.PageContext
-
Provides convenient access to error information.
- getErrorOnELNotFound() - Method in interface jakarta.servlet.descriptor.JspPropertyGroupDescriptor
-
Will the use of an unknown identifier in EL within a JSP page trigger an error for this group?
- getErrorOnUndeclaredNamespace() - Method in interface jakarta.servlet.descriptor.JspPropertyGroupDescriptor
-
Gets the value of the
error-on-undeclared-namespace
configuration, which specifies whether an error will be raised at translation time if tag with an undeclared namespace is used in any JSP pages mapped to the JSP property group represented by thisJspPropertyGroupDescriptor
. - getErrorStyle() - Method in class jakarta.faces.component.html.HtmlMessage
-
Return the value of the
errorStyle
property. - getErrorStyle() - Method in class jakarta.faces.component.html.HtmlMessages
-
Return the value of the
errorStyle
property. - getEvalScripts() - Method in class jakarta.faces.context.PartialViewContext
-
Returns a mutable
List
of scripts to be evaluated in client side on complete of ajax request. - getEvalScripts() - Method in class jakarta.faces.context.PartialViewContextWrapper
-
The default behavior of this method is to call
PartialViewContext.getRenderIds()
on the wrappedPartialViewContext
object. - getEvaluatedParameters() - Method in class jakarta.el.MethodReference
-
Obtain the evaluated parameter values that will be passed to the method to which the associated expression resolves.
- getEvaluationListeners() - Method in class jakarta.el.ELContext
-
Returns the list of registered evaluation listeners.
- getEvent() - Method in interface jakarta.enterprise.inject.spi.BeanContainer
-
Returns an instance of Event with specified type
java.lang.Object
and specified qualifier@Default
It allows typesafe synchronous or asynchronous event firing without injection ofEvent
built-in bean requirement. - getEvent() - Method in interface jakarta.enterprise.inject.spi.EventContext
- getEvent() - Method in class jakarta.faces.view.facelets.BehaviorHandler
-
Returns the event that is set as the "event" attribute on the behavior tag.
- getEventName() - Method in class jakarta.faces.component.behavior.ClientBehaviorContext
-
Returns the name of the behavior event for which the ClientBehavior script is being requested.
- getEventName() - Method in interface jakarta.faces.view.BehaviorHolderAttachedObjectHandler
-
Return the client event name to which this behavior applies.
- getEventName() - Method in class jakarta.faces.view.facelets.BehaviorHandler
- getEventNames() - Method in interface jakarta.faces.component.behavior.ClientBehaviorHolder
-
Returns a non-null, unmodifiable
Collection
containing the names of the logical events supported by the component implementing this interface. - getEventNames() - Method in class jakarta.faces.component.html.HtmlBody
- getEventNames() - Method in class jakarta.faces.component.html.HtmlCommandButton
- getEventNames() - Method in class jakarta.faces.component.html.HtmlCommandLink
- getEventNames() - Method in class jakarta.faces.component.html.HtmlDataTable
- getEventNames() - Method in class jakarta.faces.component.html.HtmlForm
- getEventNames() - Method in class jakarta.faces.component.html.HtmlGraphicImage
- getEventNames() - Method in class jakarta.faces.component.html.HtmlInputFile
- getEventNames() - Method in class jakarta.faces.component.html.HtmlInputSecret
- getEventNames() - Method in class jakarta.faces.component.html.HtmlInputText
- getEventNames() - Method in class jakarta.faces.component.html.HtmlInputTextarea
- getEventNames() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
- getEventNames() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
- getEventNames() - Method in class jakarta.faces.component.html.HtmlOutputLabel
- getEventNames() - Method in class jakarta.faces.component.html.HtmlOutputLink
- getEventNames() - Method in class jakarta.faces.component.html.HtmlPanelGrid
- getEventNames() - Method in class jakarta.faces.component.html.HtmlPanelGroup
- getEventNames() - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
- getEventNames() - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
- getEventNames() - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
- getEventNames() - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
- getEventNames() - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
- getEventNames() - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
- getEventNames() - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
- getEventNames() - Method in class jakarta.faces.component.UIComponentBase
-
This is a default implementation of
ClientBehaviorHolder.getEventNames()
. - getEventNames() - Method in class jakarta.faces.component.UIWebsocket
-
Returns a non-null, empty, unmodifiable
Collection
which returnstrue
on anyCollection#contains()
invocation, indicating that all client behavior event names are acceptable. - getException() - Method in class jakarta.faces.event.ExceptionQueuedEventContext
-
Return the
exception
property. - getException() - Method in class jakarta.servlet.jsp.PageContext
-
The current value of the exception object (an Exception).
- getException() - Method in class jakarta.websocket.SendResult
-
The problem sending the message.
- getExceptionHandler() - Method in class jakarta.faces.context.ExceptionHandlerFactory
-
Create and return a A new
ExceptionHandler
instance. - getExceptionHandler() - Method in class jakarta.faces.context.FacesContext
-
Return the
ExceptionHandler
for this request. - getExceptionHandler() - Method in class jakarta.faces.context.FacesContextWrapper
-
The default behavior of this method is to call
FacesContext.getExceptionHandler()
on the wrappedFacesContext
object. - getExceptionMapper(Class<T>) - Method in interface jakarta.ws.rs.ext.Providers
-
Get an exception mapping provider for a particular class of exception.
- getExecutableParameters() - Method in interface jakarta.validation.ConstraintViolation
-
Returns an
Object[]
representing the constructor or method invocation arguments if theConstraintViolation
is returned after validating the method or constructor parameters. - getExecutableReturnValue() - Method in interface jakarta.validation.ConstraintViolation
-
Returns the return value of the constructor or method invocation if the
ConstraintViolation
is returned after validating the method or constructor return value. - getExecute() - Method in class jakarta.faces.component.behavior.AjaxBehavior
-
Return a non-empty
Collection<String>
of component identifiers that will be used to identify components that should be processed during theexecute
phase of the request processing lifecycle. - getExecute() - Method in class jakarta.faces.component.html.HtmlCommandScript
-
Return the value of the
execute
property. - getExecuteIds() - Method in class jakarta.faces.context.PartialViewContext
-
Return a
Collection
of client identifiers from the current request with the request parameter namePartialViewContext.PARTIAL_EXECUTE_PARAM_NAME
. - getExecuteIds() - Method in class jakarta.faces.context.PartialViewContextWrapper
-
The default behavior of this method is to call
PartialViewContext.getExecuteIds()
on the wrappedPartialViewContext
object. - getExecutionProperties() - Method in interface jakarta.enterprise.concurrent.ManagedTask
-
Provides additional information to the
ManagedExecutorService
orManagedScheduledExecutorService
when executing this task. - getExecutionProperties(Object) - Method in interface jakarta.enterprise.concurrent.ContextService
-
Gets the current execution properties on the context proxy instance.
- getExecutor() - Method in interface jakarta.enterprise.event.NotificationOptions
- getExpectedType() - Method in class jakarta.el.ValueExpression
-
Returns the type the result of the expression will be coerced to after evaluation.
- getExpectedType() - Method in class jakarta.servlet.jsp.jstl.core.IndexedValueExpression
- getExpectedType() - Method in class jakarta.servlet.jsp.jstl.core.IteratedValueExpression
- getExpectedTypeName() - Method in class jakarta.servlet.jsp.tagext.TagAttributeInfo
-
Returns the name of the expected type (as a String) of this deferred value attribute.
- getExpirationTime() - Method in interface jakarta.security.enterprise.identitystore.openid.AccessToken
-
Optional.
- getExpirationTime() - Method in interface jakarta.security.enterprise.identitystore.openid.JwtClaims
-
Expiration time on or after which the JWT MUST NOT be accepted for processing.
- getExpiresIn() - Method in interface jakarta.security.enterprise.identitystore.openid.OpenIdContext
- getExpiry() - Method in class jakarta.ws.rs.core.NewCookie
-
Get the cookie expiry date.
- getExpression() - Method in interface jakarta.persistence.criteria.CriteriaBuilder.In
-
Return the expression to be tested against the list of values.
- getExpression() - Method in interface jakarta.persistence.criteria.CriteriaBuilder.SimpleCase
-
Return the expression to be tested against the conditions.
- getExpression() - Method in interface jakarta.persistence.criteria.Order
-
Return the expression that is used for ordering.
- getExpression(String) - Method in interface jakarta.faces.el.CompositeComponentExpressionHolder
- getExpressionEvaluator() - Method in class jakarta.servlet.jsp.JspContext
-
Deprecated.As of JSP 2.1, replaced by
JspApplicationContext.getExpressionFactory()
- getExpressionFactory() - Static method in class jakarta.el.ELManager
-
Return the ExpressionFactory instance used for Jakarta Expression Language evaluations.
- getExpressionFactory() - Method in class jakarta.faces.application.Application
-
Return the
ExpressionFactory
instance for this application. - getExpressionFactory() - Method in class jakarta.faces.application.ApplicationWrapper
-
The default behavior of this method is to call
Application.getExpressionFactory()
on the wrappedApplication
object. - getExpressionFactory() - Method in class jakarta.faces.view.facelets.FaceletContext
-
The ExpressionFactory to use within the Facelet this context is executing upon.
- getExpressionFactory() - Method in interface jakarta.servlet.jsp.JspApplicationContext
-
Returns a factory used to create
ValueExpression
s andMethodExpression
s so that EL expressions can be parsed and evaluated. - getExpressionHints() - Method in class jakarta.faces.component.search.SearchExpressionContext
-
Returns hints that influence the behavior of resolving the expression.
- getExpressions() - Method in interface jakarta.persistence.criteria.Predicate
-
Return the top-level conjuncts or disjuncts of the predicate.
- getExpressionSeperatorChars(FacesContext) - Method in class jakarta.faces.component.search.SearchExpressionHandler
-
Return the characters used to separate expressions in a series of expressions.
- getExpressionSeperatorChars(FacesContext) - Method in class jakarta.faces.component.search.SearchExpressionHandlerWrapper
- getExpressionString() - Method in class jakarta.el.Expression
-
Returns the original String used to create this
Expression
, unmodified. - getExpressionString() - Method in class jakarta.servlet.jsp.jstl.core.IndexedValueExpression
- getExpressionString() - Method in class jakarta.servlet.jsp.jstl.core.IteratedValueExpression
- getExtension(Class<T>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
-
Obtains the container's instance of an Extension class declared in
META-INF/services
. - getExtensions() - Method in interface jakarta.websocket.ClientEndpointConfig
-
Return the extensions, in order of preference, favorite first, that this client would like to use for its sessions.
- getExtensions() - Method in interface jakarta.websocket.server.ServerEndpointConfig
-
Return the websocket extensions configured.
- getExternalContext() - Method in class jakarta.faces.context.FacesContext
- getExternalContext() - Method in class jakarta.faces.context.FacesContextWrapper
-
The default behavior of this method is to call
FacesContext.getExternalContext()
on the wrappedFacesContext
object. - getExternalContext(Object, Object, Object) - Method in class jakarta.faces.context.ExternalContextFactory
-
Create (if needed) and return an
ExternalContext
instance that is initialized for the processing of the specified request and response objects, for this web application. - getFacelet(URL) - Method in class jakarta.faces.view.facelets.FaceletCache
-
Returns a cached Facelet instance.
- getFaceletCache() - Method in class jakarta.faces.view.facelets.FaceletCacheFactory
-
Returns the facility by which the Facelets
ViewDeclarationLanguage
creates and caches instances of Facelets. - getFacesContext() - Method in class jakarta.faces.component.behavior.ClientBehaviorContext
-
Returns the
FacesContext
for the current request. - getFacesContext() - Method in class jakarta.faces.component.search.SearchExpressionContext
-
Returns the FacesContext for the current request.
- getFacesContext() - Method in class jakarta.faces.component.UIComponent
-
Convenience method to return the
FacesContext
instance for the current request. - getFacesContext() - Method in class jakarta.faces.component.UIComponentBase
- getFacesContext() - Method in class jakarta.faces.component.visit.VisitContext
-
Returns the FacesContext for the current request.
- getFacesContext() - Method in class jakarta.faces.component.visit.VisitContextWrapper
- getFacesContext() - Method in class jakarta.faces.event.FacesEvent
-
Get the Faces context.
- getFacesContext() - Method in class jakarta.faces.event.PhaseEvent
-
Return the
FacesContext
for the request being processed. - getFacesContext() - Method in class jakarta.faces.event.SystemEvent
-
Get the Faces context.
- getFacesContext() - Method in class jakarta.faces.view.facelets.FaceletContext
-
The current FacesContext bound to this "request".
- getFacesContext(Object, Object, Object, Lifecycle) - Method in class jakarta.faces.context.FacesContextFactory
-
Create (if needed) and return a
FacesContext
instance that is initialized for the processing of the specified request and response objects, utilizing the specifiedLifecycle
instance, for this web application. - getFacesListeners(Class) - Method in class jakarta.faces.component.UIComponent
-
Return an array of registered
FacesListener
s that are instances of the specified class. - getFacesListeners(Class) - Method in class jakarta.faces.component.UIComponentBase
- getFacesMessage() - Method in exception jakarta.faces.component.UpdateModelException
-
Return the
FacesMessage
passed to the constructor. - getFacesMessage() - Method in exception jakarta.faces.convert.ConverterException
-
Returns the FacesMessage associated with this exception; this will only be available if the converter that thew this exception instance placed it there.
- getFacesMessage() - Method in exception jakarta.faces.validator.ValidatorException
-
Returns the
FacesMessage
associated with the exception. - getFacesMessages() - Method in exception jakarta.faces.validator.ValidatorException
-
If this instance was created with a constructor that takes
Collection<FacesMessage>
, this method returns the passed collection, otherwise this method returnsnull
. - getFacet(String) - Method in class jakarta.faces.component.UIComponent
-
Convenience method to return the named facet, if it exists, or
null
otherwise. - getFacet(String) - Method in class jakarta.faces.component.UIComponentBase
- getFacetCount() - Method in class jakarta.faces.component.UIComponent
-
Return the number of facet
UIComponent
s that are associated with thisUIComponent
. - getFacetCount() - Method in class jakarta.faces.component.UIComponentBase
- getFacetName(FaceletContext) - Method in interface jakarta.faces.view.facelets.FacetHandler
-
Returns the resolved literal String value of the facet name after evaluating EL.
- getFacets() - Method in class jakarta.faces.component.UIComponent
-
Return a mutable
Map
representing the facetUIComponent
s associated with thisUIComponent
, keyed by facet name (which must be a String). - getFacets() - Method in class jakarta.faces.component.UIComponentBase
- getFacetsAndChildren() - Method in class jakarta.faces.component.UIComponent
- getFacetsAndChildren() - Method in class jakarta.faces.component.UIComponentBase
- getFactory() - Static method in class jakarta.security.auth.message.config.AuthConfigFactory
-
Get the system-wide AuthConfigFactory implementation.
- getFactory(String) - Static method in class jakarta.faces.FactoryFinder
-
Create (if necessary) and return a per-web-application instance of the appropriate implementation class for the specified Jakarta Faces factory class, based on the discovery algorithm described in the class description.
- getFactorySecurityPermission - Static variable in class jakarta.security.auth.message.config.AuthConfigFactory
-
Deprecated, for removal: This API element is subject to removal in a future version.Following JEP 411
- getFamily() - Method in class jakarta.faces.component.UIColumn
-
Get the component family.
- getFamily() - Method in class jakarta.faces.component.UICommand
- getFamily() - Method in class jakarta.faces.component.UIComponent
-
Return the identifier of the component family to which this component belongs.
- getFamily() - Method in class jakarta.faces.component.UIData
- getFamily() - Method in class jakarta.faces.component.UIForm
- getFamily() - Method in class jakarta.faces.component.UIGraphic
- getFamily() - Method in class jakarta.faces.component.UIImportConstants
- getFamily() - Method in class jakarta.faces.component.UIInput
- getFamily() - Method in class jakarta.faces.component.UIMessage
- getFamily() - Method in class jakarta.faces.component.UIMessages
- getFamily() - Method in class jakarta.faces.component.UINamingContainer
- getFamily() - Method in class jakarta.faces.component.UIOutcomeTarget
- getFamily() - Method in class jakarta.faces.component.UIOutput
- getFamily() - Method in class jakarta.faces.component.UIPanel
- getFamily() - Method in class jakarta.faces.component.UIParameter
- getFamily() - Method in class jakarta.faces.component.UISelectBoolean
- getFamily() - Method in class jakarta.faces.component.UISelectItem
- getFamily() - Method in class jakarta.faces.component.UISelectItems
- getFamily() - Method in class jakarta.faces.component.UISelectMany
- getFamily() - Method in class jakarta.faces.component.UISelectOne
- getFamily() - Method in class jakarta.faces.component.UIViewAction
- getFamily() - Method in class jakarta.faces.component.UIViewParameter
- getFamily() - Method in class jakarta.faces.component.UIViewRoot
- getFamily() - Method in class jakarta.faces.component.UIWebsocket
-
Returns
UIWebsocket.COMPONENT_FAMILY
. - getFamily() - Method in enum jakarta.ws.rs.core.Response.Status
-
Get the class of status code.
- getFamily() - Method in interface jakarta.ws.rs.core.Response.StatusType
-
Get the class of status code.
- getFamilyName() - Method in interface jakarta.security.enterprise.identitystore.openid.OpenIdClaims
- getFatalClass() - Method in class jakarta.faces.component.html.HtmlMessage
-
Return the value of the
fatalClass
property. - getFatalClass() - Method in class jakarta.faces.component.html.HtmlMessages
-
Return the value of the
fatalClass
property. - getFatalStyle() - Method in class jakarta.faces.component.html.HtmlMessage
-
Return the value of the
fatalStyle
property. - getFatalStyle() - Method in class jakarta.faces.component.html.HtmlMessages
-
Return the value of the
fatalStyle
property. - getFeatureDescriptors(ELContext, Object) - Method in class jakarta.el.ArrayELResolver
-
Deprecated, for removal: This API element is subject to removal in a future version.This method will be removed without replacement in EL 6.0
- getFeatureDescriptors(ELContext, Object) - Method in class jakarta.el.BeanELResolver
-
Deprecated, for removal: This API element is subject to removal in a future version.This method will be removed without replacement in EL 6.0
- getFeatureDescriptors(ELContext, Object) - Method in class jakarta.el.BeanNameELResolver
-
Deprecated, for removal: This API element is subject to removal in a future version.This method will be removed without replacement in EL 6.0
- getFeatureDescriptors(ELContext, Object) - Method in class jakarta.el.CompositeELResolver
-
Deprecated, for removal: This API element is subject to removal in a future version.This method will be removed with replacement in EL 6.0
- getFeatureDescriptors(ELContext, Object) - Method in class jakarta.el.ELResolver
-
Deprecated, for removal: This API element is subject to removal in a future version.This method will be removed without replacement in EL 6.0
- getFeatureDescriptors(ELContext, Object) - Method in class jakarta.el.ListELResolver
-
Deprecated, for removal: This API element is subject to removal in a future version.This method will be removed without replacement in EL 6.0
- getFeatureDescriptors(ELContext, Object) - Method in class jakarta.el.MapELResolver
-
Deprecated, for removal: This API element is subject to removal in a future version.This method will be removed without replacement in EL 6.0
- getFeatureDescriptors(ELContext, Object) - Method in class jakarta.el.ResourceBundleELResolver
-
Deprecated, for removal: This API element is subject to removal in a future version.This method will be removed without replacement in EL 6.0
- getFeatureDescriptors(ELContext, Object) - Method in class jakarta.el.StaticFieldELResolver
-
Deprecated, for removal: This API element is subject to removal in a future version.This method will be removed without replacement in EL 6.0
- getFeatureDescriptors(ELContext, Object) - Method in class jakarta.el.TypeConverter
-
Deprecated, for removal: This API element is subject to removal in a future version.
- getFeatureDescriptors(ELContext, Object) - Method in class jakarta.servlet.jsp.el.ImplicitObjectELResolver
-
Deprecated, for removal: This API element is subject to removal in a future version.This method is deprecated as of EL 5.0 and will be removed in EL 6.0 (Jakarta EE 11). Therefore it will be removed here in JSP 4.0.
- getFeatureDescriptors(ELContext, Object) - Method in class jakarta.servlet.jsp.el.ScopedAttributeELResolver
-
Deprecated, for removal: This API element is subject to removal in a future version.This method is deprecated as of EL 5.0 and will be removed in EL 6.0 (Jakarta EE 11). Therefore it will be removed here in JSP 4.0.
- getFetches() - Method in interface jakarta.persistence.criteria.FetchParent
-
Return the fetch joins that have been made from this type.
- getFields() - Method in interface jakarta.enterprise.inject.spi.AnnotatedType
-
Get the fields of the type.
- getFileName() - Method in interface jakarta.ws.rs.core.EntityPart
-
Returns the filename of this part.
- getFileSizeThreshold() - Method in class jakarta.servlet.MultipartConfigElement
-
Gets the size threshold after which files will be written to disk.
- getFilterConfig() - Method in class jakarta.servlet.GenericFilter
-
Returns this servlet's
ServletConfig
object. - getFilterName() - Method in interface jakarta.servlet.FilterConfig
-
Returns the filter-name of this filter as defined in the deployment descriptor.
- getFilterName() - Method in class jakarta.servlet.GenericFilter
-
Returns the name of this filter instance.
- getFilterRegistration(String) - Method in interface jakarta.servlet.ServletContext
-
Gets the FilterRegistration corresponding to the filter with the given filterName.
- getFilterRegistrations() - Method in interface jakarta.servlet.ServletContext
-
Gets a (possibly empty) Map of the FilterRegistration objects (keyed by filter name) corresponding to all filters registered with this ServletContext.
- getFinalizer() - Method in class jakarta.faces.flow.Flow
-
Return the
MethodExpression
that must be called by the runtime as the last thing that happens before exiting this flow. - getFirst() - Method in class jakarta.faces.component.UIData
-
Return the zero-relative row number of the first row to be displayed.
- getFirst(K) - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
- getFirst(K) - Method in interface jakarta.ws.rs.core.MultivaluedMap
-
A shortcut to get the first value of the supplied key.
- getFirstResult() - Method in interface jakarta.persistence.Query
-
The position of the first result the query object was set to retrieve.
- getFlash() - Method in class jakarta.faces.context.ExternalContext
-
Return the threadsafe
Flash
for this application. - getFlash() - Method in class jakarta.faces.context.ExternalContextWrapper
-
The default behavior of this method is to call
ExternalContext.getFlash()
on the wrappedExternalContext
object. - getFlash(boolean) - Method in class jakarta.faces.context.FlashFactory
-
Create (if needed) and return a
Flash
instance for this web application. - getFlow() - Method in class jakarta.faces.flow.builder.FlowBuilder
-
Called as the last step in flow definition, this method must perform any implementation specific initialization and return the built
Flow
. - getFlow(FacesContext, String, String) - Method in class jakarta.faces.flow.FlowHandler
-
Return the
Flow
whoseid
is equivalent to the argumentid
, within the scope of the argumentdefiningDocument
. - getFlowCall(Flow) - Method in class jakarta.faces.flow.Flow
-
Return the
FlowCallNode
that represents calling thetargetFlow
from this flow, ornull
iftargetFlow
cannot be reached from this flow. - getFlowCalls() - Method in class jakarta.faces.flow.Flow
-
Return an immutable data structure containing all the flow call nodes declared for this flow.
- getFlowHandler() - Method in class jakarta.faces.application.Application
-
Return the thread-safe singleton
FlowHandler
for this application. - getFlowHandler() - Method in class jakarta.faces.application.ApplicationWrapper
- getFlushMode() - Method in interface jakarta.persistence.EntityManager
-
Get the flush mode that applies to all objects contained in the persistence context.
- getFlushMode() - Method in interface jakarta.persistence.Query
-
Get the flush mode in effect for the query execution.
- getFooter() - Method in class jakarta.faces.component.UIColumn
-
Return the footer facet of the column (if any).
- getFooter() - Method in class jakarta.faces.component.UIData
-
Return the footer facet of this component (if any).
- getFooterClass() - Method in class jakarta.faces.component.html.HtmlColumn
-
Return the value of the
footerClass
property. - getFooterClass() - Method in class jakarta.faces.component.html.HtmlDataTable
-
Return the value of the
footerClass
property. - getFooterClass() - Method in class jakarta.faces.component.html.HtmlPanelGrid
-
Return the value of the
footerClass
property. - getFor() - Method in class jakarta.faces.component.html.HtmlOutputLabel
-
Return the value of the
for
property. - getFor() - Method in class jakarta.faces.component.UIMessage
-
Return the Identifier of the component for which to render error messages.
- getFor() - Method in class jakarta.faces.component.UIMessages
-
Return the client identifier of the component for which this component represents associated message(s) (if any).
- getFor() - Method in interface jakarta.faces.view.AttachedObjectHandler
-
Return the value of the "for" attribute specified by the page author on the tag for this
AttachedObjectHandler
. - getFor() - Method in class jakarta.faces.view.facelets.FaceletsAttachedObjectHandler
-
Return the value of the "for" attribute.
- getFragment() - Method in class jakarta.faces.component.html.HtmlOutputLink
-
Return the value of the
fragment
property. - getFrame() - Method in class jakarta.faces.component.html.HtmlDataTable
-
Return the value of the
frame
property. - getFrame() - Method in class jakarta.faces.component.html.HtmlPanelGrid
-
Return the value of the
frame
property. - getFrom() - Method in interface jakarta.validation.metadata.GroupConversionDescriptor
-
Returns the source group of this conversion rule.
- getFromAction() - Method in class jakarta.faces.application.NavigationCase
-
Return the
<from-action>
for this<navigation-case>
- getFromAction() - Method in class jakarta.faces.application.NavigationCaseWrapper
- getFromOutcome() - Method in class jakarta.faces.application.NavigationCase
-
Return the
<from-outcome>
for this<navigation-case>
- getFromOutcome() - Method in class jakarta.faces.application.NavigationCaseWrapper
- getFromOutcome() - Method in class jakarta.faces.flow.SwitchCase
-
Return the outcome to be used if
SwitchCase.getCondition(jakarta.faces.context.FacesContext)
returntrue
. - getFromOutcome(FacesContext) - Method in class jakarta.faces.flow.ReturnNode
-
Return the
fromOutcome
to be used when control passes to this return node. - getFromViewId() - Method in class jakarta.faces.application.NavigationCase
-
Return the
<from-view-id>
of the<navigation-rule>
inside which this<navigation-case>
is nested. - getFromViewId() - Method in class jakarta.faces.application.NavigationCaseWrapper
- getFunction(String) - Method in class jakarta.servlet.jsp.tagext.TagLibraryInfo
-
Get the FunctionInfo for a given function name, looking through all the functions in this tag library.
- getFunctionClass() - Method in class jakarta.servlet.jsp.tagext.FunctionInfo
-
The class of the function.
- getFunctionMapper() - Method in class jakarta.el.ELContext
-
Retrieves the
FunctionMapper
associated with thisELContext
. - getFunctionMapper() - Method in class jakarta.el.StandardELContext
-
Construct (if needed) and return a default FunctionMapper.
- getFunctions() - Method in class jakarta.servlet.jsp.tagext.TagLibraryInfo
-
An array describing the functions that are defined in this tag library.
- getFunctionSignature() - Method in class jakarta.servlet.jsp.tagext.FunctionInfo
-
The signature of the function.
- getFuture() - Static method in class jakarta.enterprise.concurrent.Asynchronous.Result
-
Obtains the same
CompletableFuture
instance that the Jakarta EE Product Provider supplies to the caller of the asynchronous method. - getGender() - Method in interface jakarta.security.enterprise.identitystore.openid.OpenIdClaims
- getGenericType() - Method in interface jakarta.ws.rs.ext.InterceptorContext
-
Get the type of the object to be produced or written.
- getGenericType() - Method in interface jakarta.ws.rs.sse.OutboundSseEvent
-
Get generic data type.
- getGivenName() - Method in interface jakarta.security.enterprise.identitystore.openid.OpenIdClaims
- getGroup() - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
-
Return the value of the
group
property. - getGroup() - Method in class jakarta.faces.component.UISelectOne
-
Returns the name of the radio button group.
- getGroupConversions() - Method in interface jakarta.validation.metadata.CascadableDescriptor
-
Returns the group conversions configured for this element.
- getGroupList() - Method in interface jakarta.persistence.criteria.AbstractQuery
-
Return a list of the grouping expressions.
- getGroupRestriction() - Method in interface jakarta.persistence.criteria.AbstractQuery
-
Return the predicate that corresponds to the restriction(s) over the grouping items, or null if no restrictions have been specified.
- getGroups() - Method in class jakarta.security.auth.message.callback.GroupPrincipalCallback
-
Get the array of group names.
- getGroups() - Method in interface jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContext
-
Gets the groups set by a call to notifyContainerAboutLogin().
- getGroups() - Method in class jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
- getGroups() - Method in interface jakarta.validation.metadata.ConstraintDescriptor
-
The set of groups the constraint is applied on.
- getHandle() - Method in interface jakarta.ejb.EJBObject
-
Obtain a handle for the enterprise bean object.
- getHandle() - Method in interface jakarta.ejb.Timer
-
Get a serializable handle to the timer.
- getHandle() - Method in interface jakarta.enterprise.inject.Instance
-
Obtains an initialized contextual reference handle for a bean that has the required type and qualifiers and is eligible for injection.
- getHandledExceptionQueuedEvent() - Method in class jakarta.faces.context.ExceptionHandler
-
Return the first
ExceptionQueuedEvent
handled by this handler. - getHandledExceptionQueuedEvent() - Method in class jakarta.faces.context.ExceptionHandlerWrapper
-
The default behavior of this method is to call
ExceptionHandler.getHandledExceptionQueuedEvent()
on the wrappedExceptionHandler
object. - getHandledExceptionQueuedEvents() - Method in class jakarta.faces.context.ExceptionHandler
-
The default implementation must return an
Iterable
over allExceptionQueuedEvent
s that have been handled by theExceptionHandler.handle()
method. - getHandledExceptionQueuedEvents() - Method in class jakarta.faces.context.ExceptionHandlerWrapper
-
The default behavior of this method is to call
ExceptionHandler.getHandledExceptionQueuedEvents()
on the wrappedExceptionHandler
object. - getHandler() - Method in interface jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContext
-
Returns the low level Jakarta Authentication handler that the runtime provided when creating this
HttpMessageContext
, and which this context uses to communicate the authentication details to the runtime. - getHandler() - Method in class jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
- getHandlers() - Method in class jakarta.faces.view.facelets.CompositeFaceletHandler
-
Returns the array of child handlers contained by this handler.
- getHeader() - Method in class jakarta.faces.component.UIColumn
-
Return the header facet of the column (if any).
- getHeader() - Method in class jakarta.faces.component.UIData
-
Return the header facet of this component (if any).
- getHeader(String) - Method in interface jakarta.servlet.http.HttpServletRequest
-
Returns the value of the specified request header as a
String
. - getHeader(String) - Method in class jakarta.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to return getHeader(String name) on the wrapped request object.
- getHeader(String) - Method in interface jakarta.servlet.http.HttpServletResponse
-
Gets the value of the response header with the given name.
- getHeader(String) - Method in class jakarta.servlet.http.HttpServletResponseWrapper
-
The default behaviour of this method is to call
HttpServletResponse.getHeader(java.lang.String)
on the wrapped response object. - getHeader(String) - Method in interface jakarta.servlet.http.Part
-
Returns the value of the specified mime header as a
String
. - getHeader(String) - Method in interface jakarta.servlet.http.PushBuilder
-
Return the header of the given name to be used for the push.
- getHeaderClass() - Method in class jakarta.faces.component.html.HtmlColumn
-
Return the value of the
headerClass
property. - getHeaderClass() - Method in class jakarta.faces.component.html.HtmlDataTable
-
Return the value of the
headerClass
property. - getHeaderClass() - Method in class jakarta.faces.component.html.HtmlPanelGrid
-
Return the value of the
headerClass
property. - getHeaderNames() - Method in interface jakarta.servlet.http.HttpServletRequest
-
Returns an enumeration of all the header names this request contains.
- getHeaderNames() - Method in class jakarta.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to return getHeaderNames() on the wrapped request object.
- getHeaderNames() - Method in interface jakarta.servlet.http.HttpServletResponse
-
Gets the names of the headers of this response.
- getHeaderNames() - Method in class jakarta.servlet.http.HttpServletResponseWrapper
-
The default behaviour of this method is to call
HttpServletResponse.getHeaderNames()
on the wrapped response object. - getHeaderNames() - Method in interface jakarta.servlet.http.Part
-
Gets the header names of this Part.
- getHeaderNames() - Method in interface jakarta.servlet.http.PushBuilder
-
Return the set of header to be used for the push.
- getHeaders() - Method in interface jakarta.websocket.HandshakeResponse
-
Return the map of HTTP headers to header values sent by the WebSocket server.
- getHeaders() - Method in interface jakarta.websocket.server.HandshakeRequest
-
Return the read only map of HTTP headers to header values that came with the handshake request.
- getHeaders() - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Get the mutable request headers multivalued map.
- getHeaders() - Method in interface jakarta.ws.rs.client.ClientResponseContext
-
Get the mutable response headers multivalued map.
- getHeaders() - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Get the mutable request headers multivalued map.
- getHeaders() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Get the mutable response headers multivalued map.
- getHeaders() - Method in interface jakarta.ws.rs.core.EntityPart
-
Returns an immutable multivalued map of headers for this specific part.
- getHeaders() - Method in class jakarta.ws.rs.core.Response
-
Get view of the response headers and their object values.
- getHeaders() - Method in interface jakarta.ws.rs.ext.ReaderInterceptorContext
-
Get mutable map of HTTP headers.
- getHeaders() - Method in interface jakarta.ws.rs.ext.WriterInterceptorContext
-
Get mutable map of HTTP headers.
- getHeaders(String) - Method in interface jakarta.servlet.http.HttpServletRequest
-
Returns all the values of the specified request header as an
Enumeration
ofString
objects. - getHeaders(String) - Method in class jakarta.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to return getHeaders(String name) on the wrapped request object.
- getHeaders(String) - Method in interface jakarta.servlet.http.HttpServletResponse
-
Gets the values of the response header with the given name.
- getHeaders(String) - Method in class jakarta.servlet.http.HttpServletResponseWrapper
-
The default behaviour of this method is to call
HttpServletResponse.getHeaders(java.lang.String)
on the wrapped response object. - getHeaders(String) - Method in interface jakarta.servlet.http.Part
-
Gets the values of the Part header with the given name.
- getHeaderString(String) - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Get a message header as a single string value.
- getHeaderString(String) - Method in interface jakarta.ws.rs.client.ClientResponseContext
-
Get a message header as a single string value.
- getHeaderString(String) - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Get a message header as a single string value.
- getHeaderString(String) - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Get a message header as a single string value.
- getHeaderString(String) - Method in interface jakarta.ws.rs.core.HttpHeaders
-
Get a HTTP header as a single string value.
- getHeaderString(String) - Method in class jakarta.ws.rs.core.Response
-
Get a message header as a single string value.
- getHeight() - Method in class jakarta.faces.component.html.HtmlGraphicImage
-
Return the value of the
height
property. - getHints() - Method in class jakarta.faces.component.behavior.AjaxBehavior
- getHints() - Method in interface jakarta.faces.component.behavior.ClientBehavior
-
Returns hints that describe the behavior of the ClientBehavior implementation.
- getHints() - Method in class jakarta.faces.component.behavior.ClientBehaviorBase
-
Default implementation of
ClientBehavior.getHints()
. - getHints() - Method in class jakarta.faces.component.visit.VisitContext
-
Returns hints that influence the behavior of the tree visit.
- getHints() - Method in class jakarta.faces.component.visit.VisitContextWrapper
- getHints() - Method in interface jakarta.persistence.Query
-
Get the properties and hints and associated values that are in effect for the query instance.
- getHomeHandle() - Method in interface jakarta.ejb.EJBHome
-
Obtain a handle for the remote home object.
- getHomeInterfaceClass() - Method in interface jakarta.ejb.EJBMetaData
-
Obtain the class object for the enterprise bean's remote home interface.
- getHostnameVerifier() - Method in interface jakarta.ws.rs.client.Client
-
Get the hostname verifier configured in the client or
null
in case no hostname verifier has been configured. - getHour() - Method in class jakarta.ejb.ScheduleExpression
-
Return the value of the hour attribute.
- getHreflang() - Method in class jakarta.faces.component.html.HtmlCommandLink
-
Return the value of the
hreflang
property. - getHreflang() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
-
Return the value of the
hreflang
property. - getHreflang() - Method in class jakarta.faces.component.html.HtmlOutputLink
-
Return the value of the
hreflang
property. - getHttpMethodConstraints() - Method in class jakarta.servlet.ServletSecurityElement
-
Gets the (possibly empty) collection of HTTP Method specific constraint elements.
- getHttpServletMapping() - Method in interface jakarta.servlet.http.HttpServletRequest
-
Return the HttpServletMapping of the request.
- getHttpServletMapping() - Method in class jakarta.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to return getServletMapping() on the wrapped request object.
- getHttpSession() - Method in interface jakarta.websocket.server.HandshakeRequest
-
Return a reference to the HttpSession that the web socket handshake that started this conversation was part of, if the implementation is part of a Java EE web container.
- getId() - Method in interface jakarta.enterprise.context.Conversation
-
Get the identifier of the current long-running conversation.
- getId() - Method in interface jakarta.enterprise.inject.spi.PassivationCapable
-
A string that uniquely identifies the instance of
Bean
orContextual
. - getId() - Method in class jakarta.faces.component.UIComponent
-
Return the component identifier of this
UIComponent
. - getId() - Method in class jakarta.faces.component.UIComponentBase
- getId() - Method in class jakarta.faces.flow.Flow
-
Return the immutable id for this Flow.
- getId() - Method in class jakarta.faces.flow.FlowNode
- getId() - Method in class jakarta.faces.lifecycle.ClientWindow
-
Return a String value that uniquely identifies this
ClientWindow
within the scope of the current session. - getId() - Method in class jakarta.faces.lifecycle.ClientWindowWrapper
- getId() - Method in class jakarta.faces.view.ViewDeclarationLanguage
-
Returns a non-null String that can be used to identify this view declaration language.
- getId() - Method in class jakarta.faces.view.ViewDeclarationLanguageWrapper
- getId() - Method in interface jakarta.servlet.http.HttpSession
-
Returns a string containing the unique identifier assigned to this session.
- getId() - Method in class jakarta.servlet.jsp.tagext.TagData
-
The value of the tag's id attribute.
- getId() - Method in class jakarta.servlet.jsp.tagext.TagSupport
-
The value of the id attribute of this tag; or null.
- getId() - Method in class jakarta.servlet.jsp.tagext.ValidationMessage
-
Get the jsp:id.
- getId() - Method in interface jakarta.websocket.Session
-
Returns a string containing the unique identifier assigned to this session.
- getId() - Method in interface jakarta.ws.rs.sse.SseEvent
-
Get event identifier.
- getId(Class<Y>) - Method in interface jakarta.persistence.metamodel.IdentifiableType
-
Return the attribute that corresponds to the id attribute of the entity or mapped superclass.
- getID() - Method in interface jakarta.security.auth.message.MessagePolicy.ProtectionPolicy
-
Get the ProtectionPolicy identifier.
- getIdAttribute(TagAttributeInfo[]) - Static method in class jakarta.servlet.jsp.tagext.TagAttributeInfo
-
Convenience static method that goes through an array of TagAttributeInfo objects and looks for "id".
- getIdClassAttributes() - Method in interface jakarta.persistence.metamodel.IdentifiableType
-
Return the attributes corresponding to the id class of the identifiable type.
- getIdentifier(Object) - Method in interface jakarta.persistence.PersistenceUnitUtil
-
Return the id of the entity.
- getIdentityName() - Method in interface jakarta.enterprise.concurrent.LastExecution
-
The name or ID of the identifiable object, as specified in the
ManagedTask.IDENTITY_NAME
execution property of the task if it also implements theManagedTask
interface. - getIdentityStoreId() - Method in class jakarta.security.enterprise.identitystore.CredentialValidationResult
-
Return the unique ID of the identity store used to validate the credentials.
- getIdentityToken() - Method in interface jakarta.security.enterprise.identitystore.openid.OpenIdContext
- getIdsToVisit() - Method in class jakarta.faces.component.visit.VisitContext
-
Returns the ids of the components to visit.
- getIdsToVisit() - Method in class jakarta.faces.component.visit.VisitContextWrapper
- getIdType() - Method in interface jakarta.persistence.metamodel.IdentifiableType
-
Return the type that represents the type of the id.
- getImage() - Method in class jakarta.faces.component.html.HtmlCommandButton
-
Return the value of the
image
property. - getImage() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
-
Return the value of the
image
property. - getImportConstants(UIViewRoot) - Static method in class jakarta.faces.view.ViewMetadata
-
Utility method to extract view metadata from the provided
UIViewRoot
. - getImportHandler() - Method in class jakarta.el.ELContext
-
Retrieves the
ImportHandler
associated with thisELContext
. - getInboundParameters() - Method in class jakarta.faces.flow.Flow
-
Return an immutable data structure containing the inbound parameters that have been declared for this flow.
- getIncludeCodas() - Method in interface jakarta.servlet.descriptor.JspPropertyGroupDescriptor
-
Gets the
include-coda
configuration of the JSP property group represented by thisJspPropertyGroupDescriptor
. - getIncludePreludes() - Method in interface jakarta.servlet.descriptor.JspPropertyGroupDescriptor
-
Gets the
include-prelude
configuration of the JSP property group represented by thisJspPropertyGroupDescriptor
. - getIndex() - Method in interface jakarta.servlet.jsp.jstl.core.LoopTagStatus
-
Retrieves the index of the current round of the iteration.
- getIndex() - Method in interface jakarta.validation.metadata.ParameterDescriptor
-
Returns this parameter's index within the parameter array of the method or constructor holding it.
- getIndex() - Method in interface jakarta.validation.Path.Node
- getInfo() - Method in interface jakarta.ejb.Timer
-
Get the information associated with the timer at the time of creation.
- getInfo() - Method in class jakarta.ejb.TimerConfig
-
Return the
info
object made available to timer callbacks. - getInfoClass() - Method in class jakarta.faces.component.html.HtmlMessage
-
Return the value of the
infoClass
property. - getInfoClass() - Method in class jakarta.faces.component.html.HtmlMessages
-
Return the value of the
infoClass
property. - getInfoString() - Method in class jakarta.servlet.jsp.tagext.TagInfo
-
The information string for the tag.
- getInfoString() - Method in class jakarta.servlet.jsp.tagext.TagLibraryInfo
-
Information (documentation) for this TLD.
- getInfoStyle() - Method in class jakarta.faces.component.html.HtmlMessage
-
Return the value of the
infoStyle
property. - getInfoStyle() - Method in class jakarta.faces.component.html.HtmlMessages
-
Return the value of the
infoStyle
property. - getInitFunctionMap() - Method in class jakarta.el.ExpressionFactory
-
Retrieve a function map containing a pre-configured function mapping.
- getInitializer() - Method in class jakarta.faces.flow.Flow
-
Return the
MethodExpression
that must be called by the runtime immediately after activating anyFlowScoped
beans declared for this flow. - getInitParameter(String) - Method in class jakarta.faces.context.ExternalContext
-
Return the value of the specified application initialization parameter (if any).
- getInitParameter(String) - Method in class jakarta.faces.context.ExternalContextWrapper
-
The default behavior of this method is to call
ExternalContext.getInitParameter(String)
on the wrappedExternalContext
object. - getInitParameter(String) - Method in interface jakarta.servlet.FilterConfig
-
Returns a
String
containing the value of the named initialization parameter, ornull
if the initialization parameter does not exist. - getInitParameter(String) - Method in class jakarta.servlet.GenericFilter
-
Returns a
String
containing the value of the named initialization parameter, ornull
if the parameter does not exist. - getInitParameter(String) - Method in class jakarta.servlet.GenericServlet
-
Returns a
String
containing the value of the named initialization parameter, ornull
if the parameter does not exist. - getInitParameter(String) - Method in interface jakarta.servlet.Registration
-
Gets the value of the initialization parameter with the given name that will be used to initialize the Servlet or Filter represented by this Registration object.
- getInitParameter(String) - Method in interface jakarta.servlet.ServletConfig
-
Gets the value of the initialization parameter with the given name.
- getInitParameter(String) - Method in interface jakarta.servlet.ServletContext
-
Returns a
String
containing the value of the named context-wide initialization parameter, ornull
if the parameter does not exist. - getInitParameterMap() - Method in class jakarta.faces.context.ExternalContext
-
Return an immutable
Map
whose keys are the set of application initialization parameter names configured for this application, and whose values are the corresponding parameter values. - getInitParameterMap() - Method in class jakarta.faces.context.ExternalContextWrapper
-
The default behavior of this method is to call
ExternalContext.getInitParameterMap()
on the wrappedExternalContext
object. - getInitParameterNames() - Method in interface jakarta.servlet.FilterConfig
-
Returns the names of the filter's initialization parameters as an
Enumeration
ofString
objects, or an emptyEnumeration
if the filter has no initialization parameters. - getInitParameterNames() - Method in class jakarta.servlet.GenericFilter
-
Returns the names of the filter's initialization parameters as an
Enumeration
ofString
objects, or an emptyEnumeration
if the filter has no initialization parameters. - getInitParameterNames() - Method in class jakarta.servlet.GenericServlet
-
Returns the names of the servlet's initialization parameters as an
Enumeration
ofString
objects, or an emptyEnumeration
if the servlet has no initialization parameters. - getInitParameterNames() - Method in interface jakarta.servlet.ServletConfig
-
Returns the names of the servlet's initialization parameters as an
Enumeration
ofString
objects, or an emptyEnumeration
if the servlet has no initialization parameters. - getInitParameterNames() - Method in interface jakarta.servlet.ServletContext
-
Returns the names of the context's initialization parameters as an
Enumeration
ofString
objects, or an emptyEnumeration
if the context has no initialization parameters. - getInitParameters() - Method in class jakarta.servlet.jsp.tagext.TagLibraryValidator
-
Get the init parameters data as an immutable Map.
- getInitParameters() - Method in interface jakarta.servlet.Registration
-
Gets an immutable (and possibly empty) Map containing the currently available initialization parameters that will be used to initialize the Servlet or Filter represented by this Registration object.
- getInjectableReference(InjectionPoint, CreationalContext<?>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
-
Obtains an injectable reference for a certain injection point.
- getInjectionPoint() - Method in interface jakarta.enterprise.inject.spi.EventMetadata
-
Get the
InjectionPoint
representing the injectedEvent
instance which fired the event - getInjectionPoint() - Method in interface jakarta.enterprise.inject.spi.ProcessInjectionPoint
- getInjectionPoints() - Method in interface jakarta.enterprise.inject.spi.Bean
-
Obtains the
InjectionPoint
objects representing injection points of the bean, that will be validated by the container at initialization time. - getInjectionPoints() - Method in interface jakarta.enterprise.inject.spi.Producer
-
Returns the set of all
InjectionPoints
. - getInjectionTarget() - Method in interface jakarta.enterprise.inject.spi.ProcessInjectionTarget
-
Returns the
InjectionTarget
object that will be used by the container to perform injection. - getInjectionTargetFactory(AnnotatedType<T>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
-
An implementation of
InjectionTargetFactory
that provides container createdInjectionTarget
instances. - getInputStream() - Method in class jakarta.faces.application.Resource
-
If the current request is a resource request, (that is,
ResourceHandler.isResourceRequest(jakarta.faces.context.FacesContext)
returnstrue
), return anInputStream
containing the bytes of the resource. - getInputStream() - Method in class jakarta.faces.application.ResourceWrapper
-
The default behavior of this method is to call
Resource.getInputStream()
on the wrappedResourceHandler
object. - getInputStream() - Method in interface jakarta.servlet.http.Part
-
Gets the content of this part as an InputStream
- getInputStream() - Method in interface jakarta.servlet.http.WebConnection
-
Returns an input stream for this web connection.
- getInputStream() - Method in class jakarta.servlet.jsp.tagext.PageData
-
Returns an input stream on the XML view of a JSP page.
- getInputStream() - Method in interface jakarta.servlet.ServletRequest
-
Retrieves the body of the request as binary data using a
ServletInputStream
. - getInputStream() - Method in class jakarta.servlet.ServletRequestWrapper
-
The default behavior of this method is to return getInputStream() on the wrapped request object.
- getInputStream() - Method in interface jakarta.ws.rs.ext.ReaderInterceptorContext
-
Get the input stream of the object to be read.
- getInstalledExtensions() - Method in interface jakarta.websocket.WebSocketContainer
-
Return the set of Extensions installed in the container.
- getInstance() - Static method in class jakarta.ws.rs.ext.RuntimeDelegate
-
Obtain a
RuntimeDelegate
instance. - getInstance(Class<T>) - Method in interface jakarta.validation.ConstraintValidatorFactory
- getInstances() - Method in interface jakarta.ws.rs.core.Configuration
-
Get the immutable set of registered JAX-RS component (such as provider or
feature
) instances to be utilized by the configurable instance. - getInt() - Method in interface jakarta.json.stream.JsonParser
-
Returns a JSON number as an integer.
- getInt(int) - Method in interface jakarta.json.JsonArray
-
A convenience method for
getJsonNumber(index).intValue()
. - getInt(int, int) - Method in interface jakarta.json.JsonArray
-
Returns the int value of the
JsonNumber
at the specified position. - getInt(FaceletContext) - Method in class jakarta.faces.view.facelets.TagAttribute
-
If literal, call
Integer.parseInt(String)
, otherwise callgetObject(FaceletContext, Class)
. - getInt(String) - Method in interface jakarta.json.JsonObject
-
A convenience method for
getJsonNumber(name).intValue()
- getInt(String, int) - Method in interface jakarta.json.JsonObject
-
Returns the int value of the associated
JsonNumber
mapping for the specified name. - getIntClaim(String) - Method in interface jakarta.security.enterprise.identitystore.openid.Claims
-
Get integer claim of given name
- getInterceptorBindingDefinition(Class<? extends Annotation>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
-
Obtains the set of meta-annotations for a certain interceptor binding type .
- getInterceptorBindingHashCode(Annotation) - Method in interface jakarta.enterprise.inject.spi.BeanManager
-
Determine the hash code of an interceptor binding, using the JDK algorithm for determining an annotation hash code, ignoring any members annotated with
Nonbinding
. - getInterceptorBindings() - Method in interface jakarta.enterprise.inject.spi.Interceptor
-
Obtains the interceptor bindings of the interceptor.
- getInterceptors() - Method in interface jakarta.enterprise.inject.spi.AfterTypeDiscovery
- getIntHeader(String) - Method in interface jakarta.servlet.http.HttpServletRequest
-
Returns the value of the specified request header as an
int
. - getIntHeader(String) - Method in class jakarta.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to return getIntHeader(String name) on the wrapped request object.
- getInvalidValue() - Method in interface jakarta.validation.ConstraintViolation
-
Returns the value failing to pass the constraint.
- getInvokedBusinessInterface() - Method in interface jakarta.ejb.SessionContext
-
Obtain the business interface or no-interface view type through which the current business method invocation was made.
- getIssuedAt() - Method in interface jakarta.security.enterprise.identitystore.openid.JwtClaims
-
The time at which the JWT was issued.
- getIssuer() - Method in class jakarta.security.auth.message.callback.PrivateKeyCallback.IssuerSerialNumRequest
-
Get the issuer.
- getIssuer() - Method in interface jakarta.security.enterprise.identitystore.openid.JwtClaims
-
The principal that issued the JWT
- getIsXml() - Method in interface jakarta.servlet.descriptor.JspPropertyGroupDescriptor
-
Gets the value of the
is-xml
configuration, which specifies whether any JSP pages mapped to the JSP property group represented by thisJspPropertyGroupDescriptor
will be treated as JSP documents (XML syntax). - getItem(ELContext, int) - Method in class jakarta.servlet.jsp.jstl.core.IteratedExpression
-
Evaluates the stored ValueExpression and return the indexed item.
- getItemDescription() - Method in class jakarta.faces.component.UISelectItem
-
Return the description for this selection item.
- getItemLabel() - Method in class jakarta.faces.component.UISelectItem
-
Return the localized label for this selection item.
- getItemValue() - Method in class jakarta.faces.component.UISelectItem
-
Return the server value for this selection item.
- getJarFileUrls() - Method in interface jakarta.persistence.spi.PersistenceUnitInfo
-
Returns a list of URLs for the jar files or exploded jar file directories that the persistence provider must examine for managed classes of the persistence unit.
- getJavaClass() - Method in interface jakarta.enterprise.inject.spi.AnnotatedType
-
Get the underlying
Class
. - getJavaMember() - Method in interface jakarta.enterprise.inject.spi.AnnotatedConstructor
-
Get the underlying
Constructor
. - getJavaMember() - Method in interface jakarta.enterprise.inject.spi.AnnotatedField
-
Get the underlying
Field
. - getJavaMember() - Method in interface jakarta.enterprise.inject.spi.AnnotatedMember
-
Get the underlying
Member
. - getJavaMember() - Method in interface jakarta.enterprise.inject.spi.AnnotatedMethod
-
Get the underlying
Method
. - getJavaMember() - Method in interface jakarta.persistence.metamodel.Attribute
-
Return the
java.lang.reflect.Member
for the represented attribute. - getJavaParameter() - Method in interface jakarta.enterprise.inject.spi.AnnotatedParameter
-
Get the underlying
Parameter
. - getJavaType() - Method in interface jakarta.persistence.metamodel.Attribute
-
Return the Java type of the represented attribute.
- getJavaType() - Method in interface jakarta.persistence.metamodel.Type
-
Return the represented Java type.
- getJavaType() - Method in interface jakarta.persistence.TupleElement
-
Return the Java type of the tuple element.
- getJoins() - Method in interface jakarta.persistence.criteria.From
-
Return the joins that have been made from this bound type.
- getJoinType() - Method in interface jakarta.persistence.criteria.Fetch
-
Return the join type used in the fetch join.
- getJoinType() - Method in interface jakarta.persistence.criteria.Join
-
Return the join type.
- getJsonArray(int) - Method in interface jakarta.json.JsonArray
-
Returns the array value at the specified position in this array.
- getJsonArray(String) - Method in interface jakarta.json.JsonObject
-
Returns the array value to which the specified name is mapped.
- getJsonNumber(int) - Method in interface jakarta.json.JsonArray
-
Returns the number value at the specified position in this array.
- getJsonNumber(String) - Method in interface jakarta.json.JsonObject
-
Returns the number value to which the specified name is mapped.
- getJsonObject(int) - Method in interface jakarta.json.JsonArray
-
Returns the object value at the specified position in this array.
- getJsonObject(String) - Method in interface jakarta.json.JsonObject
-
Returns the object value to which the specified name is mapped.
- getJsonString(int) - Method in interface jakarta.json.JsonArray
-
Returns the string value at ths specified position in this array.
- getJsonString(String) - Method in interface jakarta.json.JsonObject
-
Returns the string value to which the specified name is mapped.
- getJspApplicationContext(ServletContext) - Method in class jakarta.servlet.jsp.JspFactory
-
Obtains the
JspApplicationContext
instance associated with the web application for the givenServletContext
. - getJspBody() - Method in class jakarta.servlet.jsp.tagext.SimpleTagSupport
-
Returns the body passed in by the container via setJspBody.
- getJspConfigDescriptor() - Method in interface jakarta.servlet.ServletContext
-
Gets the
<jsp-config>
related configuration that was aggregated from theweb.xml
andweb-fragment.xml
descriptor files of the web application represented by this ServletContext. - getJspContext() - Method in class jakarta.servlet.jsp.tagext.JspFragment
-
Returns the JspContext that is bound to this JspFragment.
- getJspContext() - Method in class jakarta.servlet.jsp.tagext.SimpleTagSupport
-
Returns the page context passed in by the container via setJspContext.
- getJspPropertyGroups() - Method in interface jakarta.servlet.descriptor.JspConfigDescriptor
-
Gets the
<jsp-property-group>
child elements of the<jsp-config>
element represented by thisJspConfigDescriptor
. - getJtaDataSource() - Method in interface jakarta.persistence.spi.PersistenceUnitInfo
-
Returns the JTA-enabled data source to be used by the persistence provider.
- getJwtClaims() - Method in interface jakarta.security.enterprise.identitystore.openid.AccessToken
-
Access token's claims
- getJwtClaims() - Method in interface jakarta.security.enterprise.identitystore.openid.IdentityToken
-
Claims of this token
- getJwtId() - Method in interface jakarta.security.enterprise.identitystore.openid.JwtClaims
-
Unique identifier for the JWT
- getKey() - Method in class jakarta.faces.event.PostKeepFlashValueEvent
- getKey() - Method in class jakarta.faces.event.PostPutFlashValueEvent
- getKey() - Method in class jakarta.faces.event.PreRemoveFlashValueEvent
- getKey() - Method in class jakarta.security.auth.message.callback.PrivateKeyCallback
-
Used to obtain the private key set within the Callback.
- getKey() - Method in class jakarta.security.auth.message.callback.SecretKeyCallback
-
Used to obtain the secret key set within the Callback.
- getKey() - Method in interface jakarta.validation.Path.Node
- getKeyJavaType() - Method in interface jakarta.persistence.metamodel.MapAttribute
-
Return the Java type of the map key.
- getKeySubgraphs() - Method in interface jakarta.persistence.AttributeNode
-
Return the Map<Class, Subgraph> of subgraphs associated with this attribute node's map key.
- getKeyType() - Method in interface jakarta.persistence.metamodel.MapAttribute
-
Return the type representing the key type of the map.
- getKind() - Method in interface jakarta.validation.Path.Node
-
The kind of element represented by the node.
- getKlass() - Method in class jakarta.el.ELClass
-
Returns the Class instance
- getLabel() - Method in class jakarta.faces.component.html.HtmlCommandButton
-
Return the value of the
label
property. - getLabel() - Method in class jakarta.faces.component.html.HtmlInputFile
-
Return the value of the
label
property. - getLabel() - Method in class jakarta.faces.component.html.HtmlInputSecret
-
Return the value of the
label
property. - getLabel() - Method in class jakarta.faces.component.html.HtmlInputText
-
Return the value of the
label
property. - getLabel() - Method in class jakarta.faces.component.html.HtmlInputTextarea
-
Return the value of the
label
property. - getLabel() - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
-
Return the value of the
label
property. - getLabel() - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
-
Return the value of the
label
property. - getLabel() - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
-
Return the value of the
label
property. - getLabel() - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
-
Return the value of the
label
property. - getLabel() - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
-
Return the value of the
label
property. - getLabel() - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
-
Return the value of the
label
property. - getLabel() - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
-
Return the value of the
label
property. - getLabel() - Method in class jakarta.faces.model.SelectItem
-
Return the label of this item, to be rendered visibly for the user.
- getLambdaArgument(String) - Method in class jakarta.el.ELContext
-
Retrieves the Lambda argument associated with a formal parameter.
- getLang() - Method in class jakarta.faces.component.html.HtmlBody
-
Return the value of the
lang
property. - getLang() - Method in class jakarta.faces.component.html.HtmlCommandButton
-
Return the value of the
lang
property. - getLang() - Method in class jakarta.faces.component.html.HtmlCommandLink
-
Return the value of the
lang
property. - getLang() - Method in class jakarta.faces.component.html.HtmlDataTable
-
Return the value of the
lang
property. - getLang() - Method in class jakarta.faces.component.html.HtmlForm
-
Return the value of the
lang
property. - getLang() - Method in class jakarta.faces.component.html.HtmlGraphicImage
-
Return the value of the
lang
property. - getLang() - Method in class jakarta.faces.component.html.HtmlHead
-
Return the value of the
lang
property. - getLang() - Method in class jakarta.faces.component.html.HtmlInputFile
-
Return the value of the
lang
property. - getLang() - Method in class jakarta.faces.component.html.HtmlInputSecret
-
Return the value of the
lang
property. - getLang() - Method in class jakarta.faces.component.html.HtmlInputText
-
Return the value of the
lang
property. - getLang() - Method in class jakarta.faces.component.html.HtmlInputTextarea
-
Return the value of the
lang
property. - getLang() - Method in class jakarta.faces.component.html.HtmlMessage
-
Return the value of the
lang
property. - getLang() - Method in class jakarta.faces.component.html.HtmlMessages
-
Return the value of the
lang
property. - getLang() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
-
Return the value of the
lang
property. - getLang() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
-
Return the value of the
lang
property. - getLang() - Method in class jakarta.faces.component.html.HtmlOutputFormat
-
Return the value of the
lang
property. - getLang() - Method in class jakarta.faces.component.html.HtmlOutputLabel
-
Return the value of the
lang
property. - getLang() - Method in class jakarta.faces.component.html.HtmlOutputLink
-
Return the value of the
lang
property. - getLang() - Method in class jakarta.faces.component.html.HtmlOutputText
-
Return the value of the
lang
property. - getLang() - Method in class jakarta.faces.component.html.HtmlPanelGrid
-
Return the value of the
lang
property. - getLang() - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
-
Return the value of the
lang
property. - getLang() - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
-
Return the value of the
lang
property. - getLang() - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
-
Return the value of the
lang
property. - getLang() - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
-
Return the value of the
lang
property. - getLang() - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
-
Return the value of the
lang
property. - getLang() - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
-
Return the value of the
lang
property. - getLang() - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
-
Return the value of the
lang
property. - getLanguage() - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Get the language of the entity.
- getLanguage() - Method in interface jakarta.ws.rs.client.ClientResponseContext
-
Get the language of the entity.
- getLanguage() - Method in class jakarta.ws.rs.client.Entity
-
Get entity language.
- getLanguage() - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Get the language of the entity.
- getLanguage() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Get the language of the entity.
- getLanguage() - Method in interface jakarta.ws.rs.core.HttpHeaders
-
Get the language of the request entity.
- getLanguage() - Method in class jakarta.ws.rs.core.Response
-
Get the language of the message entity.
- getLanguage() - Method in class jakarta.ws.rs.core.Variant
-
Get the language of the variant.
- getLanguageString() - Method in class jakarta.ws.rs.core.Variant
-
Get the string representation of the variant language, or
null
if no language has been set. - getLargeIcon() - Method in class jakarta.servlet.jsp.tagext.TagInfo
-
Get the path to the large icon.
- getLastAccessedTime() - Method in interface jakarta.servlet.http.HttpSession
-
Returns the last time the client sent a request associated with this session, as the number of milliseconds since midnight January 1, 1970 GMT, and marked by the time the container received the request.
- getLastDisplayedViewId(FacesContext) - Method in class jakarta.faces.flow.FlowHandler
-
Return the last displayed viewId for the current flow, as returned by
FlowHandler.getCurrentFlow(jakarta.faces.context.FacesContext)
, ornull
if there is no current flow. - getLastModified() - Method in interface jakarta.ws.rs.client.ClientResponseContext
-
Get the last modified date.
- getLastModified() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Get the last modified date.
- getLastModified() - Method in class jakarta.ws.rs.core.Response
-
Get the last modified date.
- getLastModified(HttpServletRequest) - Method in class jakarta.servlet.http.HttpServlet
-
Returns the time the
HttpServletRequest
object was last modified, in milliseconds since midnight January 1, 1970 GMT. - getLayout() - Method in class jakarta.faces.component.html.HtmlMessages
-
Return the value of the
layout
property. - getLayout() - Method in class jakarta.faces.component.html.HtmlPanelGroup
-
Return the value of the
layout
property. - getLayout() - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
-
Return the value of the
layout
property. - getLayout() - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
-
Return the value of the
layout
property. - getLeafBean() - Method in interface jakarta.validation.ConstraintViolation
-
Returns: the bean instance the constraint is applied on if it is a bean constraint the bean instance hosting the property the constraint is applied on if it is a property constraint or a container element constraint hosted on a property
null
when theConstraintViolation
is returned after callingValidator.validateValue(Class, String, Object, Class[])
the object the method is executed on if it is a method parameter, cross-parameter or return value constraint or a container element constraint hosted on a method parameter or return valuenull
if it is a constructor parameter or cross-parameter constraint or a container element constraint hosted on a constructor parameter the object the constructor has created if it is a constructor return value constraint - getLength() - Method in interface jakarta.ws.rs.client.ClientResponseContext
-
Get Content-Length value.
- getLength() - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Get Content-Length value.
- getLength() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Get Content-Length value.
- getLength() - Method in interface jakarta.ws.rs.core.HttpHeaders
-
Get Content-Length value.
- getLength() - Method in class jakarta.ws.rs.core.Response
-
Get Content-Length value.
- getLibraryName() - Method in class jakarta.faces.application.Resource
-
Return the libraryName for this resource.
- getLibraryName() - Method in class jakarta.faces.application.ResourceWrapper
-
The default behavior of this method is to call
Resource.getLibraryName()
on the wrappedResourceHandler
object. - getLifecycle() - Method in class jakarta.faces.context.FacesContext
- getLifecycle() - Method in class jakarta.faces.context.FacesContextWrapper
-
The default behavior of this method is to call
FacesContext.getLifecycle()
on the wrappedFacesContext
object. - getLifecycle(String) - Method in class jakarta.faces.lifecycle.LifecycleFactory
-
Create (if needed) and return a
Lifecycle
instance for the specified lifecycle identifier. - getLifecycleIds() - Method in class jakarta.faces.lifecycle.LifecycleFactory
-
Return an
Iterator
over the set of lifecycle identifiers supported by this factory. - getLine() - Method in class jakarta.faces.view.Location
-
Return the line number in the page for this location.
- getLineNumber() - Method in interface jakarta.json.stream.JsonLocation
-
Return the line number (starts with 1 for the first line) for the current JSON event in the input source.
- getLink(String) - Method in interface jakarta.ws.rs.client.ClientResponseContext
-
Get the link for the relation.
- getLink(String) - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Get the link for the relation.
- getLink(String) - Method in class jakarta.ws.rs.core.Response
-
Get the link for the relation.
- getLinkBuilder(String) - Method in interface jakarta.ws.rs.client.ClientResponseContext
-
Convenience method that returns a
Link.Builder
for the relation. - getLinkBuilder(String) - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Convenience method that returns a
Link.Builder
for the relation. - getLinkBuilder(String) - Method in class jakarta.ws.rs.core.Response
-
Convenience method that returns a
Link.Builder
for the relation. - getLinks() - Method in interface jakarta.ws.rs.client.ClientResponseContext
-
Get the links attached to the message as header.
- getLinks() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Get the links attached to the message as header.
- getLinks() - Method in class jakarta.ws.rs.core.Response
-
Get the links attached to the message as headers.
- getList(String) - Method in interface jakarta.persistence.metamodel.ManagedType
-
Return the List-valued attribute of the managed type that corresponds to the specified name.
- getList(String, Class<E>) - Method in interface jakarta.persistence.metamodel.ManagedType
-
Return the List-valued attribute of the managed type that corresponds to the specified name and Java element type.
- getListenersForEventClass(Class<? extends SystemEvent>) - Method in class jakarta.faces.component.UIComponent
-
This implementation throws
UnsupportedOperationException
and is provided for the sole purpose of not breaking existing applications that extend this class. - getListenersForEventClass(Class<? extends SystemEvent>) - Method in class jakarta.faces.component.UIComponentBase
-
Return the
SystemEventListener
instances registered on thisUIComponent
instance that are interested in events of typeeventClass
. - getListenersForEventClass(Class<? extends SystemEvent>) - Method in class jakarta.faces.event.ExceptionQueuedEventContext
-
Return a
List
that contains a single entry, theExceptionHandler
for the current request. - getListenersForEventClass(Class<? extends SystemEvent>) - Method in interface jakarta.faces.event.SystemEventListenerHolder
- getLocalAddr() - Method in interface jakarta.servlet.ServletRequest
-
Returns the Internet Protocol (IP) address representing the interface on which the request was received.
- getLocalAddr() - Method in class jakarta.servlet.ServletRequestWrapper
-
The default behavior of this method is to return getLocalAddr() on the wrapped request object.
- getLocale() - Method in class jakarta.el.ELContext
-
Get the
Locale
stored by a previous invocation toELContext.setLocale(java.util.Locale)
. - getLocale() - Method in class jakarta.faces.component.UIViewRoot
-
Return the
Locale
to be used in localizing the response being created for this view. - getLocale() - Method in class jakarta.faces.convert.DateTimeConverter
-
Return the
Locale
to be used when parsing or formatting dates and times. - getLocale() - Method in class jakarta.faces.convert.NumberConverter
-
Return the
Locale
to be used when parsing numbers. - getLocale() - Method in interface jakarta.security.enterprise.identitystore.openid.OpenIdClaims
- getLocale() - Method in class jakarta.servlet.jsp.jstl.fmt.LocalizationContext
-
Gets the locale of this I18N localization context.
- getLocale() - Method in interface jakarta.servlet.ServletRequest
-
Returns the preferred
Locale
that the client will accept content in, based on the Accept-Language header. - getLocale() - Method in class jakarta.servlet.ServletRequestWrapper
-
The default behavior of this method is to return getLocale() on the wrapped request object.
- getLocale() - Method in interface jakarta.servlet.ServletResponse
-
Returns the locale specified for this response using the
ServletResponse.setLocale(java.util.Locale)
method. - getLocale() - Method in class jakarta.servlet.ServletResponseWrapper
-
The default behavior of this method is to return getLocale() on the wrapped response object.
- getLocales() - Method in interface jakarta.servlet.ServletRequest
-
Returns an
Enumeration
ofLocale
objects indicating, in decreasing order starting with the preferred locale, the locales that are acceptable to the client based on the Accept-Language header. - getLocales() - Method in class jakarta.servlet.ServletRequestWrapper
-
The default behavior of this method is to return getLocales() on the wrapped request object.
- getLocalizedMessage(PageContext, String) - Static method in class jakarta.servlet.jsp.jstl.fmt.LocaleSupport
-
Retrieves the localized message corresponding to the given key.
- getLocalizedMessage(PageContext, String, Object[]) - Static method in class jakarta.servlet.jsp.jstl.fmt.LocaleSupport
-
Retrieves the localized message corresponding to the given key, and performs parametric replacement using the arguments specified via
args
. - getLocalizedMessage(PageContext, String, Object[], String) - Static method in class jakarta.servlet.jsp.jstl.fmt.LocaleSupport
-
Retrieves the localized message corresponding to the given key, and performs parametric replacement using the arguments specified via
args
. - getLocalizedMessage(PageContext, String, String) - Static method in class jakarta.servlet.jsp.jstl.fmt.LocaleSupport
-
Retrieves the localized message corresponding to the given key.
- getLocalName() - Method in class jakarta.faces.view.facelets.Tag
-
Return the XML local name of the tag.
- getLocalName() - Method in class jakarta.faces.view.facelets.TagAttribute
-
Local name of this attribute
- getLocalName() - Method in interface jakarta.servlet.ServletRequest
-
Returns the fully qualified name of the address returned by
ServletRequest.getLocalAddr()
. - getLocalName() - Method in class jakarta.servlet.ServletRequestWrapper
-
The default behavior of this method is to return getLocalName() on the wrapped request object.
- getLocalPort() - Method in interface jakarta.servlet.ServletRequest
-
Returns the Internet Protocol (IP) port number representing the interface on which the request was received.
- getLocalPort() - Method in class jakarta.servlet.ServletRequestWrapper
-
The default behavior of this method is to return getLocalPort() on the wrapped request object.
- getLocalValue() - Method in class jakarta.faces.component.UIOutput
- getLocalValue() - Method in interface jakarta.faces.component.ValueHolder
-
Return the local value of this
UIComponent
(if any), without evaluating any associatedValueExpression
. - getLocation() - Method in class jakarta.faces.view.facelets.Tag
-
Return the Location of this
Tag
instance in the Facelet view. - getLocation() - Method in class jakarta.faces.view.facelets.TagAttribute
-
The location of this attribute in the FaceletContext
- getLocation() - Method in interface jakarta.json.stream.JsonParser
-
Return the location that corresponds to the parser's current state in the JSON input source.
- getLocation() - Method in exception jakarta.json.stream.JsonParsingException
-
Return the location of the incorrect JSON.
- getLocation() - Method in class jakarta.servlet.MultipartConfigElement
-
Gets the directory location where files will be stored.
- getLocation() - Method in interface jakarta.ws.rs.client.ClientResponseContext
-
Get the location.
- getLocation() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Get the location.
- getLocation() - Method in class jakarta.ws.rs.core.Response
-
Get the location.
- getLocation() - Method in exception jakarta.ws.rs.RedirectionException
-
Get the redirection response location.
- getLockMode() - Method in interface jakarta.persistence.Query
-
Get the current lock mode for the query.
- getLockMode(Object) - Method in interface jakarta.persistence.EntityManager
-
Get the current lock mode for the entity instance.
- getLong() - Method in interface jakarta.json.stream.JsonParser
-
Returns a JSON number as a long.
- getLongClaim(String) - Method in interface jakarta.security.enterprise.identitystore.openid.Claims
-
Get long claim of given name
- getLongdesc() - Method in class jakarta.faces.component.html.HtmlGraphicImage
-
Return the value of the
longdesc
property. - getLoopStatus() - Method in interface jakarta.servlet.jsp.jstl.core.LoopTag
-
Retrieves a 'status' object to provide information about the current round of the iteration.
- getLoopStatus() - Method in class jakarta.servlet.jsp.jstl.core.LoopTagSupport
- getMajorVersion() - Method in interface jakarta.servlet.ServletContext
-
Returns the major version of Jakarta Servlet specification that this container supports.
- getManagedClassNames() - Method in interface jakarta.persistence.spi.PersistenceUnitInfo
-
Returns the list of the names of the classes that the persistence provider must add to its set of managed classes.
- getManagedTaskListener() - Method in interface jakarta.enterprise.concurrent.ManagedTask
-
The
ManagedTaskListener
to receive notification of lifecycle events of this task. - getManagedTypes() - Method in interface jakarta.persistence.metamodel.Metamodel
-
Return the metamodel managed types.
- getMap() - Method in interface jakarta.security.auth.message.MessageInfo
-
Get (a reference to) the Map object of this MessageInfo.
- getMap(String) - Method in interface jakarta.persistence.metamodel.ManagedType
-
Return the Map-valued attribute of the managed type that corresponds to the specified name.
- getMap(String, Class<K>, Class<V>) - Method in interface jakarta.persistence.metamodel.ManagedType
-
Return the Map-valued attribute of the managed type that corresponds to the specified name and Java key and value types.
- getMappingFileNames() - Method in interface jakarta.persistence.spi.PersistenceUnitInfo
-
Returns the list of the names of the mapping files that the persistence provider must load to determine the mappings for the entity classes.
- getMappingMatch() - Method in interface jakarta.servlet.http.HttpServletMapping
-
Return the
MappingMatch
for this instance - getMappings() - Method in interface jakarta.servlet.ServletRegistration
-
Gets the currently available mappings of the Servlet represented by this
ServletRegistration
. - getMappingStreams() - Method in interface jakarta.validation.spi.ConfigurationState
-
Returns a set of configuration streams.
- getMatchedResources() - Method in interface jakarta.ws.rs.core.UriInfo
-
Get a read-only list of the currently matched resource class instances.
- getMatchedURIs() - Method in interface jakarta.ws.rs.core.UriInfo
-
Get a read-only list of URIs for matched resources.
- getMatchedURIs(boolean) - Method in interface jakarta.ws.rs.core.UriInfo
-
Get a read-only list of URIs for matched resources.
- getMatchValue() - Method in interface jakarta.servlet.http.HttpServletMapping
-
Return the portion of the URI path that caused this request to be matched.
- getMatrixParameters() - Method in interface jakarta.ws.rs.core.PathSegment
-
Get a map of the matrix parameters associated with the path segment.
- getMaxAge() - Method in class jakarta.servlet.http.Cookie
-
Gets the maximum age in seconds of this Cookie.
- getMaxAge() - Method in interface jakarta.servlet.SessionCookieConfig
-
Gets the lifetime (in seconds) of the session tracking cookies created on behalf of the application represented by the ServletContext from which this SessionCookieConfig was acquired.
- getMaxAge() - Method in class jakarta.ws.rs.core.CacheControl
-
Corresponds to the max-age cache control directive.
- getMaxAge() - Method in class jakarta.ws.rs.core.NewCookie
-
Get the maximum age of the the cookie in seconds.
- getMaxBinaryMessageBufferSize() - Method in interface jakarta.websocket.Session
-
The maximum length of incoming binary messages that this Session can buffer.
- getMaxFileSize() - Method in class jakarta.servlet.MultipartConfigElement
-
Gets the maximum size allowed for uploaded files.
- getMaxFractionDigits() - Method in class jakarta.faces.convert.NumberConverter
-
Return the maximum number of digits
getAsString()
should render in the fraction portion of the result. - getMaxIdleTimeout() - Method in interface jakarta.websocket.Session
-
Return the number of milliseconds before this session will be closed by the container if it is inactive, i.e.
- getMaximum() - Method in class jakarta.faces.validator.DoubleRangeValidator
-
Return the maximum value to be enforced by this
Validator
orDouble.MAX_VALUE
if it has not been set. - getMaximum() - Method in class jakarta.faces.validator.LengthValidator
-
Return the maximum length to be enforced by this
Validator
, or0
if the maximum has not been set. - getMaximum() - Method in class jakarta.faces.validator.LongRangeValidator
-
Return the maximum value to be enforced by this
Validator
. - getMaximumSeverity() - Method in class jakarta.faces.context.FacesContext
-
Return the maximum severity level recorded on any
FacesMessage
s that has been queued, whether or not they are associated with any specificUIComponent
. - getMaximumSeverity() - Method in class jakarta.faces.context.FacesContextWrapper
-
The default behavior of this method is to call
FacesContext.getMaximumSeverity()
on the wrappedFacesContext
object. - getMaxInactiveInterval() - Method in interface jakarta.servlet.http.HttpSession
-
Returns the maximum time interval, in seconds, that the servlet container will keep this session open between client accesses.
- getMaxIntegerDigits() - Method in class jakarta.faces.convert.NumberConverter
-
Return the maximum number of digits
getAsString()
should render in the integer portion of the result. - getMaxlength() - Method in class jakarta.faces.component.html.HtmlInputFile
-
Deprecated, for removal: This API element is subject to removal in a future version.This attribute is actually not specified in HTML. Do not use it on this component.
- getMaxlength() - Method in class jakarta.faces.component.html.HtmlInputSecret
-
Return the value of the
maxlength
property. - getMaxlength() - Method in class jakarta.faces.component.html.HtmlInputText
-
Return the value of the
maxlength
property. - getMaxRequestSize() - Method in class jakarta.servlet.MultipartConfigElement
-
Gets the maximum size allowed for multipart/form-data requests.
- getMaxResults() - Method in interface jakarta.persistence.Query
-
The maximum number of results the query object was set to retrieve.
- getMaxTextMessageBufferSize() - Method in interface jakarta.websocket.Session
-
The maximum length of incoming text messages that this Session can buffer.
- getMediaType() - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Get the media type of the entity.
- getMediaType() - Method in interface jakarta.ws.rs.client.ClientResponseContext
-
Get the media type of the entity.
- getMediaType() - Method in class jakarta.ws.rs.client.Entity
-
Get entity media type.
- getMediaType() - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Get the media type of the entity.
- getMediaType() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Get the media type of the entity.
- getMediaType() - Method in interface jakarta.ws.rs.core.EntityPart
-
Returns the content type of this part, and equivalent to calling
MediaType.valueOf(part.getHeaders().getFirst(HttpHeaders.CONTENT_TYPE))
. - getMediaType() - Method in interface jakarta.ws.rs.core.HttpHeaders
-
Get the media type of the request entity.
- getMediaType() - Method in class jakarta.ws.rs.core.Response
-
Get the media type of the message entity.
- getMediaType() - Method in class jakarta.ws.rs.core.Variant
-
Get the media type of the variant.
- getMediaType() - Method in interface jakarta.ws.rs.ext.InterceptorContext
-
Get media type of HTTP entity.
- getMediaType() - Method in interface jakarta.ws.rs.sse.OutboundSseEvent
-
Get
media type
of the event data. - getMember() - Method in interface jakarta.enterprise.inject.spi.InjectionPoint
-
Get the
Field
object in the case of field injection, theMethod
object in the case of method parameter injection or theConstructor
object in the case of constructor parameter injection. - getMemberFactory() - Method in class jakarta.faces.view.facelets.FaceletCache
-
Returns the
FaceletCache.MemberFactory
passed toFaceletCache.setCacheFactories(jakarta.faces.view.facelets.FaceletCache.MemberFactory<V>, jakarta.faces.view.facelets.FaceletCache.MemberFactory<V>)
for the purpose of creating Facelet instance. - getMessage() - Method in exception jakarta.faces.application.ViewExpiredException
-
Return the message for this exception prepended with the view identifier if the view identifier is not
null
, otherwise, return the message. - getMessage() - Method in class jakarta.servlet.jsp.tagext.ValidationMessage
-
Get the localized validation message.
- getMessage() - Method in interface jakarta.validation.ConstraintViolation
- getMessageBodyReader(Class<T>, Type, Annotation[], MediaType) - Method in interface jakarta.ws.rs.ext.Providers
-
Get a message body reader that matches a set of criteria.
- getMessageBodyWriter(Class<T>, Type, Annotation[], MediaType) - Method in interface jakarta.ws.rs.ext.Providers
-
Get a message body writer that matches a set of criteria.
- getMessageBundle() - Method in class jakarta.faces.application.Application
-
Return the fully qualified class name of the
ResourceBundle
to be used for Jakarta Faces messages for this application. - getMessageBundle() - Method in class jakarta.faces.application.ApplicationWrapper
-
The default behavior of this method is to call
Application.getMessageBundle()
on the wrappedApplication
object. - getMessageHandlers() - Method in interface jakarta.websocket.Session
-
Return an unmodifiable copy of the set of MessageHandlers for this Session.
- getMessageInfo() - Method in interface jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContext
-
Returns the the low level Jakarta Authentication message info instance for the current request.
- getMessageInfo() - Method in class jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
- getMessageInterpolator() - Method in interface jakarta.validation.spi.ConfigurationState
-
Returns the message interpolator of this configuration.
- getMessageInterpolator() - Method in interface jakarta.validation.ValidatorFactory
-
Returns the
MessageInterpolator
instance configured at initialization time for theValidatorFactory
. - getMessageInterpolatorClassName() - Method in interface jakarta.validation.BootstrapConfiguration
-
Class name of the
MessageInterpolator
implementation ornull
if none is specified. - getMessageLayer() - Method in interface jakarta.security.auth.message.config.AuthConfig
-
Get the message layer name of this authentication context configuration object.
- getMessageLayer() - Method in interface jakarta.security.auth.message.config.AuthConfigFactory.RegistrationContext
-
Get the layer name from the registration context
- getMessageList() - Method in class jakarta.faces.context.FacesContext
-
Like
FacesContext.getMessages()
, but returns aList<FacesMessage>
, enabling use from Jakarta Expression Language expressions. - getMessageList() - Method in class jakarta.faces.context.FacesContextWrapper
-
The default behavior of this method is to call
FacesContext.getMessageList()
on the wrappedFacesContext
object. - getMessageList(String) - Method in class jakarta.faces.context.FacesContext
-
Like
FacesContext.getMessages(java.lang.String)
, but returns aList<FacesMessage>
of messages for the component with client id matching argumentclientId
. - getMessageList(String) - Method in class jakarta.faces.context.FacesContextWrapper
-
The default behavior of this method is to call
FacesContext.getMessageList(String)
on the wrappedFacesContext
object. - getMessages() - Method in class jakarta.faces.context.FacesContext
-
Return an
Iterator
over theFacesMessage
s that have been queued, whether or not they are associated with any specific client identifier. - getMessages() - Method in class jakarta.faces.context.FacesContextWrapper
-
The default behavior of this method is to call
FacesContext.getMessages()
on the wrappedFacesContext
object. - getMessages(String) - Method in class jakarta.faces.context.FacesContext
-
Return an
Iterator
over theFacesMessage
s that have been queued that are associated with the specified client identifier (ifclientId
is notnull
), or over theFacesMessage
s that have been queued that are not associated with any specific client identifier (ifclientId
isnull
). - getMessages(String) - Method in class jakarta.faces.context.FacesContextWrapper
-
The default behavior of this method is to call
FacesContext.getMessages(String)
on the wrappedFacesContext
object. - getMessageTemplate() - Method in interface jakarta.validation.ConstraintViolation
- getMessageTemplate() - Method in interface jakarta.validation.metadata.ConstraintDescriptor
-
The non-interpolated error message
- getMetadata() - Method in interface jakarta.enterprise.inject.spi.EventContext
- getMetadata() - Method in class jakarta.ws.rs.core.Response
- getMetadataMemberFactory() - Method in class jakarta.faces.view.facelets.FaceletCache
-
Returns the
FaceletCache.MemberFactory
passed toFaceletCache.setCacheFactories(jakarta.faces.view.facelets.FaceletCache.MemberFactory<V>, jakarta.faces.view.facelets.FaceletCache.MemberFactory<V>)
for the purpose of creating View Metadata Facelet instance. - getMetamodel() - Method in interface jakarta.persistence.EntityManager
-
Return an instance of
Metamodel
interface for access to the metamodel of the persistence unit. - getMetamodel() - Method in interface jakarta.persistence.EntityManagerFactory
-
Return an instance of
Metamodel
interface for access to the metamodel of the persistence unit. - getMethod() - Method in interface jakarta.interceptor.InvocationContext
-
Returns the method of the target class for which the interceptor was invoked.
- getMethod() - Method in interface jakarta.servlet.http.HttpServletRequest
-
Returns the name of the HTTP method with which this request was made, for example, GET, POST, or PUT.
- getMethod() - Method in class jakarta.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to return getMethod() on the wrapped request object.
- getMethod() - Method in interface jakarta.servlet.http.PushBuilder
-
Return the method to be used for the push.
- getMethod() - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Get the request method.
- getMethod() - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Get the request method.
- getMethod() - Method in interface jakarta.ws.rs.core.Request
-
Get the request method, e.g.
- getMethodCalls() - Method in class jakarta.faces.flow.Flow
-
Return an immutable data structure containing all the method call nodes declared for this flow.
- getMethodExpression() - Method in class jakarta.faces.flow.MethodCallNode
-
Return the
MethodExpression
to be invoked to when control passes to this node. - getMethodExpression(FaceletContext, Class, Class[]) - Method in class jakarta.faces.view.facelets.TagAttribute
-
Create a MethodExpression, using this attribute's value as the expression String.
- getMethodInfo() - Method in class jakarta.el.MethodReference
- getMethodInfo(ELContext) - Method in class jakarta.el.MethodExpression
-
Evaluates the expression relative to the provided context, and returns information about the actual referenced method.
- getMethodName() - Method in class jakarta.servlet.HttpMethodConstraintElement
-
Gets the HTTP method name.
- getMethodNames() - Method in class jakarta.servlet.ServletSecurityElement
-
Gets the set of HTTP method names named by the HttpMethodConstraints.
- getMethodReference(ELContext) - Method in class jakarta.el.MethodExpression
-
Obtain the
MethodReference
for the method to which this method expression resolves. - getMethods() - Method in interface jakarta.enterprise.inject.spi.AnnotatedType
-
Get the methods of the type.
- getMethodSignature() - Method in class jakarta.servlet.jsp.tagext.TagAttributeInfo
-
Returns the expected method signature of this deferred method attribute.
- getMiddleName() - Method in interface jakarta.security.enterprise.identitystore.openid.OpenIdClaims
- getMimeType(String) - Method in class jakarta.faces.context.ExternalContext
-
Returns the MIME type of the specified file or
null
if the MIME type is not known. - getMimeType(String) - Method in class jakarta.faces.context.ExternalContextWrapper
-
The default behavior of this method is to call
ExternalContext.getMimeType(String)
on the wrappedExternalContext
object. - getMimeType(String) - Method in interface jakarta.servlet.ServletContext
-
Returns the MIME type of the specified file, or
null
if the MIME type is not known. - getMinFractionDigits() - Method in class jakarta.faces.convert.NumberConverter
-
Return the minimum number of digits
getAsString()
should render in the fraction portion of the result. - getMinimum() - Method in class jakarta.faces.validator.DoubleRangeValidator
-
Return the minimum value to be enforced by this
Validator
, orDouble.MIN_VALUE
if it has not been set. - getMinimum() - Method in class jakarta.faces.validator.LengthValidator
-
Return the minimum length to be enforced by this
Validator
, or0
if the minimum has not been set. - getMinimum() - Method in class jakarta.faces.validator.LongRangeValidator
-
Return the minimum value to be enforced by this
Validator
. - getMinIntegerDigits() - Method in class jakarta.faces.convert.NumberConverter
-
Return the minimum number of digits
getAsString()
should render in the integer portion of the result. - getMinorVersion() - Method in interface jakarta.servlet.ServletContext
-
Returns the minor version of Jakarta Servlet specification that this container supports.
- getMinute() - Method in class jakarta.ejb.ScheduleExpression
-
Return the value of the minute attribute.
- getModel() - Method in interface jakarta.persistence.criteria.CollectionJoin
-
Return the metamodel representation for the collection attribute.
- getModel() - Method in interface jakarta.persistence.criteria.ListJoin
-
Return the metamodel representation for the list attribute.
- getModel() - Method in interface jakarta.persistence.criteria.MapJoin
-
Return the metamodel representation for the map attribute.
- getModel() - Method in interface jakarta.persistence.criteria.Path
-
Return the bindable object that corresponds to the path expression.
- getModel() - Method in interface jakarta.persistence.criteria.PluralJoin
-
Return the metamodel representation for the collection-valued attribute corresponding to the join.
- getModel() - Method in interface jakarta.persistence.criteria.Root
-
Return the metamodel entity corresponding to the root.
- getModel() - Method in interface jakarta.persistence.criteria.SetJoin
-
Return the metamodel representation for the set attribute.
- getMonth() - Method in class jakarta.ejb.ScheduleExpression
-
Return the value of the month attribute.
- getName() - Method in class jakarta.el.MethodInfo
-
Returns the name of the method
- getName() - Method in interface jakarta.enterprise.inject.spi.BeanAttributes
-
Obtains the EL name of a bean, if it has one.
- getName() - Method in class jakarta.faces.component.behavior.ClientBehaviorContext.Parameter
-
Returns the Parameter's name.
- getName() - Method in class jakarta.faces.component.html.HtmlCommandScript
-
Return the value of the
name
property. - getName() - Method in class jakarta.faces.component.UIParameter
-
Return the optional parameter name for this parameter.
- getName() - Method in class jakarta.faces.component.UIViewParameter
-
Return the request parameter name from which the value is retrieved.
- getName() - Method in class jakarta.faces.event.PhaseId
-
Return the name of this phase.
- getName() - Method in class jakarta.faces.flow.Parameter
-
Return the name of the parameter
- getName() - Method in interface jakarta.faces.view.AttachedObjectTarget
-
Returns the name by which this attached object target is exposed to the page author.
- getName() - Method in interface jakarta.persistence.EntityGraph
-
Return the name of a named EntityGraph (an entity graph defined by means of the
NamedEntityGraph
annotation, XML descriptor element, or added by means of theaddNamedEntityGraph
method. - getName() - Method in interface jakarta.persistence.metamodel.Attribute
-
Return the name of the attribute.
- getName() - Method in interface jakarta.persistence.metamodel.EntityType
-
Return the entity name.
- getName() - Method in interface jakarta.persistence.Parameter
-
Return the parameter name, or null if the parameter is not a named parameter or no name has been assigned.
- getName() - Method in class jakarta.security.auth.message.callback.CallerPrincipalCallback
-
Get the caller principal name.
- getName() - Method in class jakarta.security.enterprise.CallerPrincipal
-
The name of the caller
- getName() - Method in interface jakarta.security.enterprise.identitystore.openid.OpenIdClaims
- getName() - Method in class jakarta.servlet.http.Cookie
-
Returns the name of the cookie.
- getName() - Method in class jakarta.servlet.http.HttpSessionBindingEvent
-
Returns the name with which the attribute is bound to or unbound from the session.
- getName() - Method in interface jakarta.servlet.http.Part
-
Gets the name of this part
- getName() - Method in class jakarta.servlet.jsp.tagext.FunctionInfo
-
The name of the function.
- getName() - Method in class jakarta.servlet.jsp.tagext.TagAttributeInfo
-
The name of this attribute.
- getName() - Method in class jakarta.servlet.jsp.tagext.TagFileInfo
-
The unique action name of this tag.
- getName() - Method in interface jakarta.servlet.Registration
-
Gets the name of the Servlet or Filter that is represented by this Registration.
- getName() - Method in class jakarta.servlet.ServletContextAttributeEvent
-
Gets the name of the ServletContext attribute that changed.
- getName() - Method in class jakarta.servlet.ServletRequestAttributeEvent
-
Return the name of the attribute that changed on the ServletRequest.
- getName() - Method in interface jakarta.servlet.SessionCookieConfig
-
Gets the name that will be assigned to any session tracking cookies created on behalf of the application represented by the ServletContext from which this SessionCookieConfig was acquired.
- getName() - Method in interface jakarta.validation.metadata.ExecutableDescriptor
-
Returns the method name in case this descriptor represents a method or the non-qualified name of the declaring class in case this descriptor represents a constructor.
- getName() - Method in interface jakarta.validation.metadata.ParameterDescriptor
-
Returns this parameter's name as retrieved by the current parameter name resolver.
- getName() - Method in interface jakarta.validation.Path.Node
-
Returns the name of the element which the node represents:
null
if it is a leaf node which represents an entity / bean. - getName() - Method in interface jakarta.websocket.Extension
-
The name of the extension.
- getName() - Method in interface jakarta.websocket.Extension.Parameter
-
Return the name of the extension parameter.
- getName() - Method in class jakarta.ws.rs.core.Cookie
-
Get the name of the cookie.
- getName() - Method in interface jakarta.ws.rs.core.EntityPart
-
Returns the name of this part within the multipart entity.
- getName() - Method in interface jakarta.ws.rs.sse.SseEvent
-
Get event name.
- getNamedDispatcher(String) - Method in interface jakarta.servlet.ServletContext
-
Returns a
RequestDispatcher
object that acts as a wrapper for the named servlet. - getNameFromAttribute() - Method in class jakarta.servlet.jsp.tagext.TagVariableInfo
-
The body of the <name-from-attribute> element.
- getNameGiven() - Method in class jakarta.servlet.jsp.tagext.TagVariableInfo
-
The body of the <name-given> element.
- getNamespace() - Method in class jakarta.faces.view.facelets.Tag
-
Return the resolved XML Namespace for this tag in the Facelets view.
- getNamespace() - Method in class jakarta.faces.view.facelets.TagAttribute
-
The resolved Namespace for this attribute
- getNamespaces() - Method in class jakarta.faces.view.facelets.TagAttributes
-
A list of Namespaces found in this set
- getNamingContainer() - Method in class jakarta.faces.component.UIComponent
-
Starting with "this", return the closest component in the ancestry that is a
NamingContainer
ornull
if none can be found. - getNamingContainerSeparatorChar() - Method in class jakarta.faces.context.FacesContext
-
Return the result of calling
UINamingContainer.getSeparatorChar(jakarta.faces.context.FacesContext)
, passingthis
as the argument. - getNamingContainerSeparatorChar() - Method in class jakarta.faces.context.FacesContextWrapper
-
The default behavior of this method is to call
FacesContext.getNamingContainerSeparatorChar()
on the wrappedFacesContext
object. - getNavigationCase(FacesContext, String, String) - Method in class jakarta.faces.application.ConfigurableNavigationHandler
-
Return the
NavigationCase
representing the navigation that would be taken hadNavigationHandler.handleNavigation(jakarta.faces.context.FacesContext, java.lang.String, java.lang.String)
been called with the same arguments ornull
if there is no such case. - getNavigationCase(FacesContext, String, String) - Method in class jakarta.faces.application.ConfigurableNavigationHandlerWrapper
- getNavigationCase(FacesContext, String, String, String) - Method in class jakarta.faces.application.ConfigurableNavigationHandler
-
Return the
NavigationCase
representing the navigation that would be taken hadNavigationHandler.handleNavigation(jakarta.faces.context.FacesContext, java.lang.String, java.lang.String)
been called with the same arguments ornull
if there is no such case. - getNavigationCase(FacesContext, String, String, String) - Method in class jakarta.faces.application.ConfigurableNavigationHandlerWrapper
- getNavigationCases() - Method in class jakarta.faces.application.ConfigurableNavigationHandler
-
Return a
Map<String, Set<NavigationCase>>
where the keys are<from-view-id>
values and the values areSet<NavigationCase>
where each element in the Set is aNavigationCase
that applies to that<from-view-id>
. - getNavigationCases() - Method in class jakarta.faces.application.ConfigurableNavigationHandlerWrapper
- getNavigationCases() - Method in class jakarta.faces.flow.Flow
-
Return an unmodifiable view of the navigation cases within this flow.
- getNavigationHandler() - Method in class jakarta.faces.application.Application
-
Return the
NavigationHandler
instance that will be passed the outcome returned by any invoked application action for this web application. - getNavigationHandler() - Method in class jakarta.faces.application.ApplicationWrapper
-
The default behavior of this method is to call
Application.getNavigationHandler()
on the wrappedApplication
object. - getNegotiatedExtensions() - Method in interface jakarta.websocket.Session
-
Return the list of extensions currently in use for this conversation.
- getNegotiatedExtensions(List<Extension>, List<Extension>) - Method in class jakarta.websocket.server.ServerEndpointConfig.Configurator
-
Return the ordered list of extensions that t server endpoint will support given the requested extension list passed in, the empty list if none.
- getNegotiatedSubprotocol() - Method in interface jakarta.websocket.Session
-
Return the sub protocol agreed during the websocket handshake for this conversation.
- getNegotiatedSubprotocol(List<String>, List<String>) - Method in class jakarta.websocket.server.ServerEndpointConfig.Configurator
-
Return the subprotocol the server endpoint has chosen from the requested list supplied by a client who wishes to connect, or none if there wasn't one this server endpoint liked.
- getNested(String) - Method in interface jakarta.security.enterprise.identitystore.openid.Claims
-
Get nested claims of given name.
- getNewTempClassLoader() - Method in interface jakarta.persistence.spi.PersistenceUnitInfo
-
Return a new instance of a ClassLoader that the provider may use to temporarily load any classes, resources, or open URLs.
- getNewValue() - Method in class jakarta.faces.event.ValueChangeEvent
-
Return the current local value of the source
UIComponent
. - getNextHandler() - Method in interface jakarta.faces.view.facelets.TagConfig
-
The next
FaceletHandler
(child or children) to be applied. - getNextRunTime(LastExecution, ZonedDateTime) - Method in class jakarta.enterprise.concurrent.CronTrigger
-
Using the cron schedule, and based on the end of the most recent execution (or absent that, the initial scheduling time), retrieve the next time that the task should run after.
- getNextRunTime(LastExecution, ZonedDateTime) - Method in interface jakarta.enterprise.concurrent.ZonedTrigger
-
Retrieve the next time that the task should run after.
- getNextRunTime(LastExecution, Date) - Method in interface jakarta.enterprise.concurrent.Trigger
-
Retrieve the next time that the task should run after.
- getNextRunTime(LastExecution, Date) - Method in interface jakarta.enterprise.concurrent.ZonedTrigger
-
Retrieve the next time that the task should run after.
- getNextTimeout() - Method in interface jakarta.ejb.Timer
-
Get the point in time at which the next timer expiration is scheduled to occur.
- getNickname() - Method in interface jakarta.security.enterprise.identitystore.openid.OpenIdClaims
- getNoCacheFields() - Method in class jakarta.ws.rs.core.CacheControl
-
Corresponds to the value of the no-cache cache control directive.
- getNode(String) - Method in class jakarta.faces.flow.Flow
-
Return the generic
FlowNode
by id, ornull
if not found. - getNonJtaDataSource() - Method in interface jakarta.persistence.spi.PersistenceUnitInfo
-
Returns the non-JTA-enabled data source to be used by the persistence provider for accessing data outside a JTA transaction.
- getNotBeforeTime() - Method in interface jakarta.security.enterprise.identitystore.openid.JwtClaims
-
The time before which the JWT MUST NOT be accepted for processing.
- getNumericDateClaim(String) - Method in interface jakarta.security.enterprise.identitystore.openid.Claims
-
Get Numeric Date claim of given name
- getObject() - Method in interface jakarta.json.stream.JsonParser
-
Returns a
JsonObject
and advances the parser to the correspondingEND_OBJECT
. - getObject() - Method in exception jakarta.persistence.LockTimeoutException
-
Returns the object that caused this exception.
- getObject() - Method in exception jakarta.websocket.EncodeException
-
Return the Object that could not be encoded.
- getObject(FaceletContext) - Method in class jakarta.faces.view.facelets.TagAttribute
-
Delegates to getObject with Object.class as a param
- getObject(FaceletContext, Class) - Method in class jakarta.faces.view.facelets.TagAttribute
-
If literal, simply coerce our String literal value using an ExpressionFactory, otherwise create a ValueExpression and evaluate it.
- getObjectStream() - Method in interface jakarta.json.stream.JsonParser
-
Returns a stream of the
JsonObject
's name/value pairs. - getObservedQualifiers() - Method in interface jakarta.enterprise.inject.spi.ObserverMethod
-
Obtains the set of observed event qualifiers.
- getObservedType() - Method in interface jakarta.enterprise.inject.spi.ObserverMethod
-
Obtains the observed event type.
- getObserverMethod() - Method in interface jakarta.enterprise.inject.spi.ProcessObserverMethod
-
The
ObserverMethod
object that will be used by the container to invoke the observer when a matching event is fired. - getOldValue() - Method in class jakarta.faces.event.ValueChangeEvent
-
Return the previous local value of the source
UIComponent
. - getOn() - Method in interface jakarta.persistence.criteria.Join
-
Return the predicate that corresponds to the ON restriction(s) on the join, or null if no ON condition has been specified.
- getOnblur() - Method in class jakarta.faces.component.html.HtmlCommandButton
-
Return the value of the
onblur
property. - getOnblur() - Method in class jakarta.faces.component.html.HtmlCommandLink
-
Return the value of the
onblur
property. - getOnblur() - Method in class jakarta.faces.component.html.HtmlInputFile
-
Return the value of the
onblur
property. - getOnblur() - Method in class jakarta.faces.component.html.HtmlInputSecret
-
Return the value of the
onblur
property. - getOnblur() - Method in class jakarta.faces.component.html.HtmlInputText
-
Return the value of the
onblur
property. - getOnblur() - Method in class jakarta.faces.component.html.HtmlInputTextarea
-
Return the value of the
onblur
property. - getOnblur() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
-
Return the value of the
onblur
property. - getOnblur() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
-
Return the value of the
onblur
property. - getOnblur() - Method in class jakarta.faces.component.html.HtmlOutputLabel
-
Return the value of the
onblur
property. - getOnblur() - Method in class jakarta.faces.component.html.HtmlOutputLink
-
Return the value of the
onblur
property. - getOnblur() - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
-
Return the value of the
onblur
property. - getOnblur() - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
-
Return the value of the
onblur
property. - getOnblur() - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
-
Return the value of the
onblur
property. - getOnblur() - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
-
Return the value of the
onblur
property. - getOnblur() - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
-
Return the value of the
onblur
property. - getOnblur() - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
-
Return the value of the
onblur
property. - getOnblur() - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
-
Return the value of the
onblur
property. - getOnchange() - Method in class jakarta.faces.component.html.HtmlCommandButton
-
Return the value of the
onchange
property. - getOnchange() - Method in class jakarta.faces.component.html.HtmlInputFile
-
Return the value of the
onchange
property. - getOnchange() - Method in class jakarta.faces.component.html.HtmlInputSecret
-
Return the value of the
onchange
property. - getOnchange() - Method in class jakarta.faces.component.html.HtmlInputText
-
Return the value of the
onchange
property. - getOnchange() - Method in class jakarta.faces.component.html.HtmlInputTextarea
-
Return the value of the
onchange
property. - getOnchange() - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
-
Return the value of the
onchange
property. - getOnchange() - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
-
Return the value of the
onchange
property. - getOnchange() - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
-
Return the value of the
onchange
property. - getOnchange() - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
-
Return the value of the
onchange
property. - getOnchange() - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
-
Return the value of the
onchange
property. - getOnchange() - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
-
Return the value of the
onchange
property. - getOnchange() - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
-
Return the value of the
onchange
property. - getOnclick() - Method in class jakarta.faces.component.html.HtmlBody
-
Return the value of the
onclick
property. - getOnclick() - Method in class jakarta.faces.component.html.HtmlCommandButton
-
Return the value of the
onclick
property. - getOnclick() - Method in class jakarta.faces.component.html.HtmlCommandLink
-
Return the value of the
onclick
property. - getOnclick() - Method in class jakarta.faces.component.html.HtmlDataTable
-
Return the value of the
onclick
property. - getOnclick() - Method in class jakarta.faces.component.html.HtmlForm
-
Return the value of the
onclick
property. - getOnclick() - Method in class jakarta.faces.component.html.HtmlGraphicImage
-
Return the value of the
onclick
property. - getOnclick() - Method in class jakarta.faces.component.html.HtmlInputFile
-
Return the value of the
onclick
property. - getOnclick() - Method in class jakarta.faces.component.html.HtmlInputSecret
-
Return the value of the
onclick
property. - getOnclick() - Method in class jakarta.faces.component.html.HtmlInputText
-
Return the value of the
onclick
property. - getOnclick() - Method in class jakarta.faces.component.html.HtmlInputTextarea
-
Return the value of the
onclick
property. - getOnclick() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
-
Return the value of the
onclick
property. - getOnclick() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
-
Return the value of the
onclick
property. - getOnclick() - Method in class jakarta.faces.component.html.HtmlOutputLabel
-
Return the value of the
onclick
property. - getOnclick() - Method in class jakarta.faces.component.html.HtmlOutputLink
-
Return the value of the
onclick
property. - getOnclick() - Method in class jakarta.faces.component.html.HtmlPanelGrid
-
Return the value of the
onclick
property. - getOnclick() - Method in class jakarta.faces.component.html.HtmlPanelGroup
-
Return the value of the
onclick
property. - getOnclick() - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
-
Return the value of the
onclick
property. - getOnclick() - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
-
Return the value of the
onclick
property. - getOnclick() - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
-
Return the value of the
onclick
property. - getOnclick() - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
-
Return the value of the
onclick
property. - getOnclick() - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
-
Return the value of the
onclick
property. - getOnclick() - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
-
Return the value of the
onclick
property. - getOnclick() - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
-
Return the value of the
onclick
property. - getOnclose() - Method in class jakarta.faces.component.UIWebsocket
-
Returns the JavaScript event handler function that is invoked when the websocket is closed and will not anymore attempt to reconnect.
- getOndblclick() - Method in class jakarta.faces.component.html.HtmlBody
-
Return the value of the
ondblclick
property. - getOndblclick() - Method in class jakarta.faces.component.html.HtmlCommandButton
-
Return the value of the
ondblclick
property. - getOndblclick() - Method in class jakarta.faces.component.html.HtmlCommandLink
-
Return the value of the
ondblclick
property. - getOndblclick() - Method in class jakarta.faces.component.html.HtmlDataTable
-
Return the value of the
ondblclick
property. - getOndblclick() - Method in class jakarta.faces.component.html.HtmlForm
-
Return the value of the
ondblclick
property. - getOndblclick() - Method in class jakarta.faces.component.html.HtmlGraphicImage
-
Return the value of the
ondblclick
property. - getOndblclick() - Method in class jakarta.faces.component.html.HtmlInputFile
-
Return the value of the
ondblclick
property. - getOndblclick() - Method in class jakarta.faces.component.html.HtmlInputSecret
-
Return the value of the
ondblclick
property. - getOndblclick() - Method in class jakarta.faces.component.html.HtmlInputText
-
Return the value of the
ondblclick
property. - getOndblclick() - Method in class jakarta.faces.component.html.HtmlInputTextarea
-
Return the value of the
ondblclick
property. - getOndblclick() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
-
Return the value of the
ondblclick
property. - getOndblclick() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
-
Return the value of the
ondblclick
property. - getOndblclick() - Method in class jakarta.faces.component.html.HtmlOutputLabel
-
Return the value of the
ondblclick
property. - getOndblclick() - Method in class jakarta.faces.component.html.HtmlOutputLink
-
Return the value of the
ondblclick
property. - getOndblclick() - Method in class jakarta.faces.component.html.HtmlPanelGrid
-
Return the value of the
ondblclick
property. - getOndblclick() - Method in class jakarta.faces.component.html.HtmlPanelGroup
-
Return the value of the
ondblclick
property. - getOndblclick() - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
-
Return the value of the
ondblclick
property. - getOndblclick() - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
-
Return the value of the
ondblclick
property. - getOndblclick() - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
-
Return the value of the
ondblclick
property. - getOndblclick() - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
-
Return the value of the
ondblclick
property. - getOndblclick() - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
-
Return the value of the
ondblclick
property. - getOndblclick() - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
-
Return the value of the
ondblclick
property. - getOndblclick() - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
-
Return the value of the
ondblclick
property. - getOnerror() - Method in class jakarta.faces.component.behavior.AjaxBehavior
-
Return the
String
of JavaScript function name that will be used to identify the client callback function that should be run in the event of an error. - getOnerror() - Method in class jakarta.faces.component.html.HtmlCommandScript
-
Return the value of the
onerror
property. - getOnerror() - Method in class jakarta.faces.component.UIWebsocket
-
Returns the JavaScript event handler function that is invoked when a connection error has occurred and the websocket will attempt to reconnect.
- getOnevent() - Method in class jakarta.faces.component.behavior.AjaxBehavior
-
Return the
String
of JavaScript function name that will be used to identify the client callback function that should be run on the occurance of a client-side event. - getOnevent() - Method in class jakarta.faces.component.html.HtmlCommandScript
-
Return the value of the
onevent
property. - getOnfocus() - Method in class jakarta.faces.component.html.HtmlCommandButton
-
Return the value of the
onfocus
property. - getOnfocus() - Method in class jakarta.faces.component.html.HtmlCommandLink
-
Return the value of the
onfocus
property. - getOnfocus() - Method in class jakarta.faces.component.html.HtmlInputFile
-
Return the value of the
onfocus
property. - getOnfocus() - Method in class jakarta.faces.component.html.HtmlInputSecret
-
Return the value of the
onfocus
property. - getOnfocus() - Method in class jakarta.faces.component.html.HtmlInputText
-
Return the value of the
onfocus
property. - getOnfocus() - Method in class jakarta.faces.component.html.HtmlInputTextarea
-
Return the value of the
onfocus
property. - getOnfocus() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
-
Return the value of the
onfocus
property. - getOnfocus() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
-
Return the value of the
onfocus
property. - getOnfocus() - Method in class jakarta.faces.component.html.HtmlOutputLabel
-
Return the value of the
onfocus
property. - getOnfocus() - Method in class jakarta.faces.component.html.HtmlOutputLink
-
Return the value of the
onfocus
property. - getOnfocus() - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
-
Return the value of the
onfocus
property. - getOnfocus() - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
-
Return the value of the
onfocus
property. - getOnfocus() - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
-
Return the value of the
onfocus
property. - getOnfocus() - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
-
Return the value of the
onfocus
property. - getOnfocus() - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
-
Return the value of the
onfocus
property. - getOnfocus() - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
-
Return the value of the
onfocus
property. - getOnfocus() - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
-
Return the value of the
onfocus
property. - getOnkeydown() - Method in class jakarta.faces.component.html.HtmlBody
-
Return the value of the
onkeydown
property. - getOnkeydown() - Method in class jakarta.faces.component.html.HtmlCommandButton
-
Return the value of the
onkeydown
property. - getOnkeydown() - Method in class jakarta.faces.component.html.HtmlCommandLink
-
Return the value of the
onkeydown
property. - getOnkeydown() - Method in class jakarta.faces.component.html.HtmlDataTable
-
Return the value of the
onkeydown
property. - getOnkeydown() - Method in class jakarta.faces.component.html.HtmlForm
-
Return the value of the
onkeydown
property. - getOnkeydown() - Method in class jakarta.faces.component.html.HtmlGraphicImage
-
Return the value of the
onkeydown
property. - getOnkeydown() - Method in class jakarta.faces.component.html.HtmlInputFile
-
Return the value of the
onkeydown
property. - getOnkeydown() - Method in class jakarta.faces.component.html.HtmlInputSecret
-
Return the value of the
onkeydown
property. - getOnkeydown() - Method in class jakarta.faces.component.html.HtmlInputText
-
Return the value of the
onkeydown
property. - getOnkeydown() - Method in class jakarta.faces.component.html.HtmlInputTextarea
-
Return the value of the
onkeydown
property. - getOnkeydown() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
-
Return the value of the
onkeydown
property. - getOnkeydown() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
-
Return the value of the
onkeydown
property. - getOnkeydown() - Method in class jakarta.faces.component.html.HtmlOutputLabel
-
Return the value of the
onkeydown
property. - getOnkeydown() - Method in class jakarta.faces.component.html.HtmlOutputLink
-
Return the value of the
onkeydown
property. - getOnkeydown() - Method in class jakarta.faces.component.html.HtmlPanelGrid
-
Return the value of the
onkeydown
property. - getOnkeydown() - Method in class jakarta.faces.component.html.HtmlPanelGroup
-
Return the value of the
onkeydown
property. - getOnkeydown() - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
-
Return the value of the
onkeydown
property. - getOnkeydown() - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
-
Return the value of the
onkeydown
property. - getOnkeydown() - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
-
Return the value of the
onkeydown
property. - getOnkeydown() - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
-
Return the value of the
onkeydown
property. - getOnkeydown() - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
-
Return the value of the
onkeydown
property. - getOnkeydown() - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
-
Return the value of the
onkeydown
property. - getOnkeydown() - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
-
Return the value of the
onkeydown
property. - getOnkeypress() - Method in class jakarta.faces.component.html.HtmlBody
-
Return the value of the
onkeypress
property. - getOnkeypress() - Method in class jakarta.faces.component.html.HtmlCommandButton
-
Return the value of the
onkeypress
property. - getOnkeypress() - Method in class jakarta.faces.component.html.HtmlCommandLink
-
Return the value of the
onkeypress
property. - getOnkeypress() - Method in class jakarta.faces.component.html.HtmlDataTable
-
Return the value of the
onkeypress
property. - getOnkeypress() - Method in class jakarta.faces.component.html.HtmlForm
-
Return the value of the
onkeypress
property. - getOnkeypress() - Method in class jakarta.faces.component.html.HtmlGraphicImage
-
Return the value of the
onkeypress
property. - getOnkeypress() - Method in class jakarta.faces.component.html.HtmlInputFile
-
Return the value of the
onkeypress
property. - getOnkeypress() - Method in class jakarta.faces.component.html.HtmlInputSecret
-
Return the value of the
onkeypress
property. - getOnkeypress() - Method in class jakarta.faces.component.html.HtmlInputText
-
Return the value of the
onkeypress
property. - getOnkeypress() - Method in class jakarta.faces.component.html.HtmlInputTextarea
-
Return the value of the
onkeypress
property. - getOnkeypress() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
-
Return the value of the
onkeypress
property. - getOnkeypress() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
-
Return the value of the
onkeypress
property. - getOnkeypress() - Method in class jakarta.faces.component.html.HtmlOutputLabel
-
Return the value of the
onkeypress
property. - getOnkeypress() - Method in class jakarta.faces.component.html.HtmlOutputLink
-
Return the value of the
onkeypress
property. - getOnkeypress() - Method in class jakarta.faces.component.html.HtmlPanelGrid
-
Return the value of the
onkeypress
property. - getOnkeypress() - Method in class jakarta.faces.component.html.HtmlPanelGroup
-
Return the value of the
onkeypress
property. - getOnkeypress() - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
-
Return the value of the
onkeypress
property. - getOnkeypress() - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
-
Return the value of the
onkeypress
property. - getOnkeypress() - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
-
Return the value of the
onkeypress
property. - getOnkeypress() - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
-
Return the value of the
onkeypress
property. - getOnkeypress() - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
-
Return the value of the
onkeypress
property. - getOnkeypress() - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
-
Return the value of the
onkeypress
property. - getOnkeypress() - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
-
Return the value of the
onkeypress
property. - getOnkeyup() - Method in class jakarta.faces.component.html.HtmlBody
-
Return the value of the
onkeyup
property. - getOnkeyup() - Method in class jakarta.faces.component.html.HtmlCommandButton
-
Return the value of the
onkeyup
property. - getOnkeyup() - Method in class jakarta.faces.component.html.HtmlCommandLink
-
Return the value of the
onkeyup
property. - getOnkeyup() - Method in class jakarta.faces.component.html.HtmlDataTable
-
Return the value of the
onkeyup
property. - getOnkeyup() - Method in class jakarta.faces.component.html.HtmlForm
-
Return the value of the
onkeyup
property. - getOnkeyup() - Method in class jakarta.faces.component.html.HtmlGraphicImage
-
Return the value of the
onkeyup
property. - getOnkeyup() - Method in class jakarta.faces.component.html.HtmlInputFile
-
Return the value of the
onkeyup
property. - getOnkeyup() - Method in class jakarta.faces.component.html.HtmlInputSecret
-
Return the value of the
onkeyup
property. - getOnkeyup() - Method in class jakarta.faces.component.html.HtmlInputText
-
Return the value of the
onkeyup
property. - getOnkeyup() - Method in class jakarta.faces.component.html.HtmlInputTextarea
-
Return the value of the
onkeyup
property. - getOnkeyup() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
-
Return the value of the
onkeyup
property. - getOnkeyup() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
-
Return the value of the
onkeyup
property. - getOnkeyup() - Method in class jakarta.faces.component.html.HtmlOutputLabel
-
Return the value of the
onkeyup
property. - getOnkeyup() - Method in class jakarta.faces.component.html.HtmlOutputLink
-
Return the value of the
onkeyup
property. - getOnkeyup() - Method in class jakarta.faces.component.html.HtmlPanelGrid
-
Return the value of the
onkeyup
property. - getOnkeyup() - Method in class jakarta.faces.component.html.HtmlPanelGroup
-
Return the value of the
onkeyup
property. - getOnkeyup() - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
-
Return the value of the
onkeyup
property. - getOnkeyup() - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
-
Return the value of the
onkeyup
property. - getOnkeyup() - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
-
Return the value of the
onkeyup
property. - getOnkeyup() - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
-
Return the value of the
onkeyup
property. - getOnkeyup() - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
-
Return the value of the
onkeyup
property. - getOnkeyup() - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
-
Return the value of the
onkeyup
property. - getOnkeyup() - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
-
Return the value of the
onkeyup
property. - getOnload() - Method in class jakarta.faces.component.html.HtmlBody
-
Return the value of the
onload
property. - getOnmessage() - Method in class jakarta.faces.component.UIWebsocket
-
Returns the JavaScript event handler function that is invoked when a push message is received from the server.
- getOnmousedown() - Method in class jakarta.faces.component.html.HtmlBody
-
Return the value of the
onmousedown
property. - getOnmousedown() - Method in class jakarta.faces.component.html.HtmlCommandButton
-
Return the value of the
onmousedown
property. - getOnmousedown() - Method in class jakarta.faces.component.html.HtmlCommandLink
-
Return the value of the
onmousedown
property. - getOnmousedown() - Method in class jakarta.faces.component.html.HtmlDataTable
-
Return the value of the
onmousedown
property. - getOnmousedown() - Method in class jakarta.faces.component.html.HtmlForm
-
Return the value of the
onmousedown
property. - getOnmousedown() - Method in class jakarta.faces.component.html.HtmlGraphicImage
-
Return the value of the
onmousedown
property. - getOnmousedown() - Method in class jakarta.faces.component.html.HtmlInputFile
-
Return the value of the
onmousedown
property. - getOnmousedown() - Method in class jakarta.faces.component.html.HtmlInputSecret
-
Return the value of the
onmousedown
property. - getOnmousedown() - Method in class jakarta.faces.component.html.HtmlInputText
-
Return the value of the
onmousedown
property. - getOnmousedown() - Method in class jakarta.faces.component.html.HtmlInputTextarea
-
Return the value of the
onmousedown
property. - getOnmousedown() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
-
Return the value of the
onmousedown
property. - getOnmousedown() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
-
Return the value of the
onmousedown
property. - getOnmousedown() - Method in class jakarta.faces.component.html.HtmlOutputLabel
-
Return the value of the
onmousedown
property. - getOnmousedown() - Method in class jakarta.faces.component.html.HtmlOutputLink
-
Return the value of the
onmousedown
property. - getOnmousedown() - Method in class jakarta.faces.component.html.HtmlPanelGrid
-
Return the value of the
onmousedown
property. - getOnmousedown() - Method in class jakarta.faces.component.html.HtmlPanelGroup
-
Return the value of the
onmousedown
property. - getOnmousedown() - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
-
Return the value of the
onmousedown
property. - getOnmousedown() - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
-
Return the value of the
onmousedown
property. - getOnmousedown() - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
-
Return the value of the
onmousedown
property. - getOnmousedown() - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
-
Return the value of the
onmousedown
property. - getOnmousedown() - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
-
Return the value of the
onmousedown
property. - getOnmousedown() - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
-
Return the value of the
onmousedown
property. - getOnmousedown() - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
-
Return the value of the
onmousedown
property. - getOnmousemove() - Method in class jakarta.faces.component.html.HtmlBody
-
Return the value of the
onmousemove
property. - getOnmousemove() - Method in class jakarta.faces.component.html.HtmlCommandButton
-
Return the value of the
onmousemove
property. - getOnmousemove() - Method in class jakarta.faces.component.html.HtmlCommandLink
-
Return the value of the
onmousemove
property. - getOnmousemove() - Method in class jakarta.faces.component.html.HtmlDataTable
-
Return the value of the
onmousemove
property. - getOnmousemove() - Method in class jakarta.faces.component.html.HtmlForm
-
Return the value of the
onmousemove
property. - getOnmousemove() - Method in class jakarta.faces.component.html.HtmlGraphicImage
-
Return the value of the
onmousemove
property. - getOnmousemove() - Method in class jakarta.faces.component.html.HtmlInputFile
-
Return the value of the
onmousemove
property. - getOnmousemove() - Method in class jakarta.faces.component.html.HtmlInputSecret
-
Return the value of the
onmousemove
property. - getOnmousemove() - Method in class jakarta.faces.component.html.HtmlInputText
-
Return the value of the
onmousemove
property. - getOnmousemove() - Method in class jakarta.faces.component.html.HtmlInputTextarea
-
Return the value of the
onmousemove
property. - getOnmousemove() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
-
Return the value of the
onmousemove
property. - getOnmousemove() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
-
Return the value of the
onmousemove
property. - getOnmousemove() - Method in class jakarta.faces.component.html.HtmlOutputLabel
-
Return the value of the
onmousemove
property. - getOnmousemove() - Method in class jakarta.faces.component.html.HtmlOutputLink
-
Return the value of the
onmousemove
property. - getOnmousemove() - Method in class jakarta.faces.component.html.HtmlPanelGrid
-
Return the value of the
onmousemove
property. - getOnmousemove() - Method in class jakarta.faces.component.html.HtmlPanelGroup
-
Return the value of the
onmousemove
property. - getOnmousemove() - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
-
Return the value of the
onmousemove
property. - getOnmousemove() - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
-
Return the value of the
onmousemove
property. - getOnmousemove() - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
-
Return the value of the
onmousemove
property. - getOnmousemove() - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
-
Return the value of the
onmousemove
property. - getOnmousemove() - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
-
Return the value of the
onmousemove
property. - getOnmousemove() - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
-
Return the value of the
onmousemove
property. - getOnmousemove() - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
-
Return the value of the
onmousemove
property. - getOnmouseout() - Method in class jakarta.faces.component.html.HtmlBody
-
Return the value of the
onmouseout
property. - getOnmouseout() - Method in class jakarta.faces.component.html.HtmlCommandButton
-
Return the value of the
onmouseout
property. - getOnmouseout() - Method in class jakarta.faces.component.html.HtmlCommandLink
-
Return the value of the
onmouseout
property. - getOnmouseout() - Method in class jakarta.faces.component.html.HtmlDataTable
-
Return the value of the
onmouseout
property. - getOnmouseout() - Method in class jakarta.faces.component.html.HtmlForm
-
Return the value of the
onmouseout
property. - getOnmouseout() - Method in class jakarta.faces.component.html.HtmlGraphicImage
-
Return the value of the
onmouseout
property. - getOnmouseout() - Method in class jakarta.faces.component.html.HtmlInputFile
-
Return the value of the
onmouseout
property. - getOnmouseout() - Method in class jakarta.faces.component.html.HtmlInputSecret
-
Return the value of the
onmouseout
property. - getOnmouseout() - Method in class jakarta.faces.component.html.HtmlInputText
-
Return the value of the
onmouseout
property. - getOnmouseout() - Method in class jakarta.faces.component.html.HtmlInputTextarea
-
Return the value of the
onmouseout
property. - getOnmouseout() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
-
Return the value of the
onmouseout
property. - getOnmouseout() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
-
Return the value of the
onmouseout
property. - getOnmouseout() - Method in class jakarta.faces.component.html.HtmlOutputLabel
-
Return the value of the
onmouseout
property. - getOnmouseout() - Method in class jakarta.faces.component.html.HtmlOutputLink
-
Return the value of the
onmouseout
property. - getOnmouseout() - Method in class jakarta.faces.component.html.HtmlPanelGrid
-
Return the value of the
onmouseout
property. - getOnmouseout() - Method in class jakarta.faces.component.html.HtmlPanelGroup
-
Return the value of the
onmouseout
property. - getOnmouseout() - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
-
Return the value of the
onmouseout
property. - getOnmouseout() - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
-
Return the value of the
onmouseout
property. - getOnmouseout() - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
-
Return the value of the
onmouseout
property. - getOnmouseout() - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
-
Return the value of the
onmouseout
property. - getOnmouseout() - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
-
Return the value of the
onmouseout
property. - getOnmouseout() - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
-
Return the value of the
onmouseout
property. - getOnmouseout() - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
-
Return the value of the
onmouseout
property. - getOnmouseover() - Method in class jakarta.faces.component.html.HtmlBody
-
Return the value of the
onmouseover
property. - getOnmouseover() - Method in class jakarta.faces.component.html.HtmlCommandButton
-
Return the value of the
onmouseover
property. - getOnmouseover() - Method in class jakarta.faces.component.html.HtmlCommandLink
-
Return the value of the
onmouseover
property. - getOnmouseover() - Method in class jakarta.faces.component.html.HtmlDataTable
-
Return the value of the
onmouseover
property. - getOnmouseover() - Method in class jakarta.faces.component.html.HtmlForm
-
Return the value of the
onmouseover
property. - getOnmouseover() - Method in class jakarta.faces.component.html.HtmlGraphicImage
-
Return the value of the
onmouseover
property. - getOnmouseover() - Method in class jakarta.faces.component.html.HtmlInputFile
-
Return the value of the
onmouseover
property. - getOnmouseover() - Method in class jakarta.faces.component.html.HtmlInputSecret
-
Return the value of the
onmouseover
property. - getOnmouseover() - Method in class jakarta.faces.component.html.HtmlInputText
-
Return the value of the
onmouseover
property. - getOnmouseover() - Method in class jakarta.faces.component.html.HtmlInputTextarea
-
Return the value of the
onmouseover
property. - getOnmouseover() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
-
Return the value of the
onmouseover
property. - getOnmouseover() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
-
Return the value of the
onmouseover
property. - getOnmouseover() - Method in class jakarta.faces.component.html.HtmlOutputLabel
-
Return the value of the
onmouseover
property. - getOnmouseover() - Method in class jakarta.faces.component.html.HtmlOutputLink
-
Return the value of the
onmouseover
property. - getOnmouseover() - Method in class jakarta.faces.component.html.HtmlPanelGrid
-
Return the value of the
onmouseover
property. - getOnmouseover() - Method in class jakarta.faces.component.html.HtmlPanelGroup
-
Return the value of the
onmouseover
property. - getOnmouseover() - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
-
Return the value of the
onmouseover
property. - getOnmouseover() - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
-
Return the value of the
onmouseover
property. - getOnmouseover() - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
-
Return the value of the
onmouseover
property. - getOnmouseover() - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
-
Return the value of the
onmouseover
property. - getOnmouseover() - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
-
Return the value of the
onmouseover
property. - getOnmouseover() - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
-
Return the value of the
onmouseover
property. - getOnmouseover() - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
-
Return the value of the
onmouseover
property. - getOnmouseup() - Method in class jakarta.faces.component.html.HtmlBody
-
Return the value of the
onmouseup
property. - getOnmouseup() - Method in class jakarta.faces.component.html.HtmlCommandButton
-
Return the value of the
onmouseup
property. - getOnmouseup() - Method in class jakarta.faces.component.html.HtmlCommandLink
-
Return the value of the
onmouseup
property. - getOnmouseup() - Method in class jakarta.faces.component.html.HtmlDataTable
-
Return the value of the
onmouseup
property. - getOnmouseup() - Method in class jakarta.faces.component.html.HtmlForm
-
Return the value of the
onmouseup
property. - getOnmouseup() - Method in class jakarta.faces.component.html.HtmlGraphicImage
-
Return the value of the
onmouseup
property. - getOnmouseup() - Method in class jakarta.faces.component.html.HtmlInputFile
-
Return the value of the
onmouseup
property. - getOnmouseup() - Method in class jakarta.faces.component.html.HtmlInputSecret
-
Return the value of the
onmouseup
property. - getOnmouseup() - Method in class jakarta.faces.component.html.HtmlInputText
-
Return the value of the
onmouseup
property. - getOnmouseup() - Method in class jakarta.faces.component.html.HtmlInputTextarea
-
Return the value of the
onmouseup
property. - getOnmouseup() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
-
Return the value of the
onmouseup
property. - getOnmouseup() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
-
Return the value of the
onmouseup
property. - getOnmouseup() - Method in class jakarta.faces.component.html.HtmlOutputLabel
-
Return the value of the
onmouseup
property. - getOnmouseup() - Method in class jakarta.faces.component.html.HtmlOutputLink
-
Return the value of the
onmouseup
property. - getOnmouseup() - Method in class jakarta.faces.component.html.HtmlPanelGrid
-
Return the value of the
onmouseup
property. - getOnmouseup() - Method in class jakarta.faces.component.html.HtmlPanelGroup
-
Return the value of the
onmouseup
property. - getOnmouseup() - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
-
Return the value of the
onmouseup
property. - getOnmouseup() - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
-
Return the value of the
onmouseup
property. - getOnmouseup() - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
-
Return the value of the
onmouseup
property. - getOnmouseup() - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
-
Return the value of the
onmouseup
property. - getOnmouseup() - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
-
Return the value of the
onmouseup
property. - getOnmouseup() - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
-
Return the value of the
onmouseup
property. - getOnmouseup() - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
-
Return the value of the
onmouseup
property. - getOnopen() - Method in class jakarta.faces.component.UIWebsocket
-
Returns the JavaScript event handler function that is invoked when the websocket is opened.
- getOnreset() - Method in class jakarta.faces.component.html.HtmlForm
-
Return the value of the
onreset
property. - getOnselect() - Method in class jakarta.faces.component.html.HtmlCommandButton
-
Return the value of the
onselect
property. - getOnselect() - Method in class jakarta.faces.component.html.HtmlInputFile
-
Return the value of the
onselect
property. - getOnselect() - Method in class jakarta.faces.component.html.HtmlInputSecret
-
Return the value of the
onselect
property. - getOnselect() - Method in class jakarta.faces.component.html.HtmlInputText
-
Return the value of the
onselect
property. - getOnselect() - Method in class jakarta.faces.component.html.HtmlInputTextarea
-
Return the value of the
onselect
property. - getOnselect() - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
-
Return the value of the
onselect
property. - getOnselect() - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
-
Return the value of the
onselect
property. - getOnselect() - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
-
Return the value of the
onselect
property. - getOnsubmit() - Method in class jakarta.faces.component.html.HtmlForm
-
Return the value of the
onsubmit
property. - getOnunload() - Method in class jakarta.faces.component.html.HtmlBody
-
Return the value of the
onunload
property. - getOpenSessions() - Method in interface jakarta.websocket.Session
-
Return a copy of the Set of all the open web socket sessions that represent connections to the same endpoint to which this session represents a connection.
- getOperator() - Method in interface jakarta.persistence.criteria.Predicate
-
Return the boolean operator for the predicate.
- getOrderList() - Method in interface jakarta.persistence.criteria.CriteriaQuery
-
Return the ordering expressions in order of precedence.
- getOrdinal() - Method in class jakarta.faces.application.FacesMessage.Severity
-
Return the ordinal value of this
FacesMessage.Severity
instance. - getOrdinal() - Method in class jakarta.faces.event.PhaseId
-
Return the ordinal value of this
PhaseId
instance. - getOut() - Method in class jakarta.servlet.jsp.JspContext
-
The current value of the out object (a JspWriter).
- getOutboundParameters() - Method in class jakarta.faces.flow.FlowCallNode
- getOutcome() - Method in class jakarta.faces.component.UIOutcomeTarget
-
Returns the
outcome
property of theUIOutcomeTarget
. - getOutcome() - Method in class jakarta.faces.flow.MethodCallNode
-
Return the
outcome
to be used in the event of anull
return from the method. - getOutputParameterValue(int) - Method in interface jakarta.persistence.StoredProcedureQuery
-
Retrieve a value passed back from the procedure through an INOUT or OUT parameter.
- getOutputParameterValue(String) - Method in interface jakarta.persistence.StoredProcedureQuery
-
Retrieve a value passed back from the procedure through an INOUT or OUT parameter.
- getOutputStream() - Method in interface jakarta.servlet.http.WebConnection
-
Returns an output stream for this web connection.
- getOutputStream() - Method in interface jakarta.servlet.ServletResponse
-
Returns a
ServletOutputStream
suitable for writing binary data in the response. - getOutputStream() - Method in class jakarta.servlet.ServletResponseWrapper
-
The default behavior of this method is to return getOutputStream() on the wrapped response object.
- getOutputStream() - Method in interface jakarta.ws.rs.ext.WriterInterceptorContext
-
Get the output stream for the object to be written.
- getPage() - Method in class jakarta.servlet.jsp.PageContext
-
The current value of the page object (In a Servlet environment, this is an instance of jakarta.servlet.Servlet).
- getPageContext(Servlet, ServletRequest, ServletResponse, String, boolean, int, boolean) - Method in class jakarta.servlet.jsp.JspFactory
-
obtains an instance of an implementation dependent jakarta.servlet.jsp.PageContext abstract class for the calling Servlet and currently pending request and response.
- getPageEncoding() - Method in interface jakarta.servlet.descriptor.JspPropertyGroupDescriptor
-
Gets the value of the
page-encoding
configuration, which specifies the default page encoding for any JSP pages mapped to the JSP property group represented by thisJspPropertyGroupDescriptor
. - getParameter(int) - Method in interface jakarta.persistence.Query
-
Get the parameter object corresponding to the declared positional parameter with the given position.
- getParameter(int, Class<T>) - Method in interface jakarta.persistence.Query
-
Get the parameter object corresponding to the declared positional parameter with the given position and type.
- getParameter(String) - Method in interface jakarta.persistence.Query
-
Get the parameter object corresponding to the declared parameter of the given name.
- getParameter(String) - Method in interface jakarta.servlet.ServletRequest
-
Returns the value of a request parameter as a
String
, ornull
if the parameter does not exist. - getParameter(String) - Method in class jakarta.servlet.ServletRequestWrapper
-
The default behavior of this method is to return getParameter(String name) on the wrapped request object.
- getParameter(String, Class<T>) - Method in interface jakarta.persistence.Query
-
Get the parameter object corresponding to the declared parameter of the given name and type.
- getParameterDescriptors() - Method in interface jakarta.validation.metadata.ExecutableDescriptor
-
Returns a list of descriptors representing this executable's parameters, in the order of their declaration, including synthetic parameters.
- getParameterIndex() - Method in interface jakarta.validation.Path.ParameterNode
- getParameterMap() - Method in interface jakarta.servlet.ServletRequest
-
Returns a java.util.Map of the parameters of this request.
- getParameterMap() - Method in class jakarta.servlet.ServletRequestWrapper
-
The default behavior of this method is to return getParameterMap() on the wrapped request object.
- getParameterMap() - Method in interface jakarta.websocket.server.HandshakeRequest
-
Return the request parameters associated with the request.
- getParameterNameProvider() - Method in interface jakarta.validation.spi.ConfigurationState
-
Returns the parameter name provider for this configuration.
- getParameterNameProvider() - Method in interface jakarta.validation.ValidatorFactory
-
Returns the
ParameterNameProvider
instance configured at initialization time for theValidatorFactory
. - getParameterNameProviderClassName() - Method in interface jakarta.validation.BootstrapConfiguration
-
Class name of the
ParameterNameProvider
implementation ornull
if none is specified. - getParameterNames() - Method in interface jakarta.servlet.ServletRequest
-
Returns an
Enumeration
ofString
objects containing the names of the parameters contained in this request. - getParameterNames() - Method in class jakarta.servlet.ServletRequestWrapper
-
The default behavior of this method is to return getParameterNames() on the wrapped request object.
- getParameterNames(Constructor<?>) - Method in interface jakarta.validation.ParameterNameProvider
-
Returns the names of the parameters of the given constructor.
- getParameterNames(Method) - Method in interface jakarta.validation.ParameterNameProvider
-
Returns the names of the parameters of the given method.
- getParameters() - Method in interface jakarta.enterprise.inject.spi.AnnotatedCallable
-
Get the parameters of the callable member.
- getParameters() - Method in class jakarta.faces.application.NavigationCase
-
Return the parameters to be included for navigation cases requiring a redirect.
- getParameters() - Method in class jakarta.faces.application.NavigationCaseWrapper
- getParameters() - Method in class jakarta.faces.component.behavior.ClientBehaviorContext
-
Returns parameters that "submitting"
ClientBehavior
implementations should include when posting back data into the Faces lifecycle. - getParameters() - Method in class jakarta.faces.flow.MethodCallNode
-
Return the parameters to be passed to the method.
- getParameters() - Method in interface jakarta.interceptor.InvocationContext
-
Returns the parameter values that will be passed to the method or constructor of the target class.
- getParameters() - Method in interface jakarta.persistence.criteria.CriteriaQuery
-
Return the parameters of the query.
- getParameters() - Method in interface jakarta.persistence.Query
-
Get the parameter objects corresponding to the declared parameters of the query.
- getParameters() - Method in interface jakarta.websocket.Extension
-
The extension parameters for this extension in the order they appear in the http headers.
- getParameters() - Method in class jakarta.ws.rs.core.MediaType
-
Getter for a read-only parameter map.
- getParameterType() - Method in interface jakarta.persistence.Parameter
-
Return the Java type of the parameter.
- getParameterTypes() - Method in interface jakarta.validation.Path.ConstructorNode
- getParameterTypes() - Method in interface jakarta.validation.Path.MethodNode
- getParameterValue(int) - Method in interface jakarta.persistence.Query
-
Return the input value bound to the positional parameter.
- getParameterValue(Parameter<T>) - Method in interface jakarta.persistence.Query
-
Return the input value bound to the parameter.
- getParameterValue(String) - Method in interface jakarta.persistence.Query
-
Return the input value bound to the named parameter.
- getParameterValues(String) - Method in interface jakarta.servlet.ServletRequest
-
Returns an array of
String
objects containing all of the values the given request parameter has, ornull
if the parameter does not exist. - getParameterValues(String) - Method in class jakarta.servlet.ServletRequestWrapper
-
The default behavior of this method is to return getParameterValues(String name) on the wrapped request object.
- getParams() - Method in class jakarta.ws.rs.core.Link
-
Returns an immutable map that includes all the link parameters defined on this link.
- getParams() - Method in class jakarta.ws.rs.core.Link.JaxbLink
-
Deprecated.Get the parameter map for this link.
- getParamTypes() - Method in class jakarta.el.MethodInfo
-
Returns the parameter types of the method
- getParent() - Method in class jakarta.faces.component.UIComponent
-
Return the parent
UIComponent
of thisUIComponent
, if any. - getParent() - Method in class jakarta.faces.component.UIComponentBase
- getParent() - Method in interface jakarta.persistence.criteria.Fetch
-
Return the parent of the fetched item.
- getParent() - Method in interface jakarta.persistence.criteria.Join
-
Return the parent of the join.
- getParent() - Method in interface jakarta.persistence.criteria.Subquery
-
Return the query of which this is a subquery.
- getParent() - Method in interface jakarta.servlet.jsp.tagext.SimpleTag
-
Returns the parent of this tag, for collaboration purposes.
- getParent() - Method in class jakarta.servlet.jsp.tagext.SimpleTagSupport
-
Returns the parent of this tag, for collaboration purposes.
- getParent() - Method in interface jakarta.servlet.jsp.tagext.Tag
-
Get the parent (closest enclosing tag handler) for this tag handler.
- getParent() - Method in class jakarta.servlet.jsp.tagext.TagAdapter
-
Returns the parent of this tag, which is always getAdaptee().getParent().
- getParent() - Method in class jakarta.servlet.jsp.tagext.TagSupport
-
The Tag instance most closely enclosing this tag instance.
- getParentPath() - Method in interface jakarta.persistence.criteria.Path
-
Return the parent "node" in the path or null if no parent.
- getPart(String) - Method in interface jakarta.servlet.http.HttpServletRequest
-
Gets the
Part
with the given name. - getPart(String) - Method in class jakarta.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to call getPart on the wrapped request object.
- getPartialResponseWriter() - Method in class jakarta.faces.context.PartialViewContext
-
Return the
ResponseWriter
to which components should direct their output for partial view rendering. - getPartialResponseWriter() - Method in class jakarta.faces.context.PartialViewContextWrapper
-
The default behavior of this method is to call
PartialViewContext.getPartialResponseWriter()
on the wrappedPartialViewContext
object. - getPartialViewContext() - Method in class jakarta.faces.context.FacesContext
-
Return the
PartialViewContext
for this request. - getPartialViewContext() - Method in class jakarta.faces.context.FacesContextWrapper
-
The default behavior of this method is to call
FacesContext.getPartialViewContext()
()} on the wrappedFacesContext
object. - getPartialViewContext(FacesContext) - Method in class jakarta.faces.context.PartialViewContextFactory
-
Create (if needed) and return a
PartialViewContext
instance that is initialized using the currentFacesContext
instance. - getParts() - Method in interface jakarta.servlet.http.HttpServletRequest
-
Gets all the
Part
components of this request, provided that it is of typemultipart/form-data
. - getParts() - Method in class jakarta.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to call getParts on the wrapped request object.
- getPassivationCapableBean(String) - Method in interface jakarta.enterprise.inject.spi.BeanManager
-
Returns the
PassivationCapable
bean with the given identifier. - getPassThroughAttributes() - Method in class jakarta.faces.component.UIComponent
-
This is a convenience method that simply calls
UIComponent.getPassThroughAttributes(boolean)
, passingtrue
as the argument. - getPassThroughAttributes(boolean) - Method in class jakarta.faces.component.UIComponent
-
This method has the same specification as
UIComponent.getPassThroughAttributes()
except that it is allowed to returnnull
if and only if the argumentcreate
isfalse
and no pass through attribute data structure exists for this instance. - getPassThroughAttributes(boolean) - Method in class jakarta.faces.component.UIComponentBase
- getPassword() - Method in class jakarta.security.auth.message.callback.PasswordValidationCallback
-
Get the password.
- getPassword() - Method in class jakarta.security.enterprise.credential.UsernamePasswordCredential
-
Determines the password.
- getPasswordAsString() - Method in class jakarta.security.enterprise.credential.UsernamePasswordCredential
-
Determines the password.
- getPath() - Method in class jakarta.faces.view.Location
-
Return the file path to the page represented by this location.
- getPath() - Method in class jakarta.servlet.http.Cookie
-
Returns the path on the server to which the browser returns this cookie.
- getPath() - Method in interface jakarta.servlet.http.PushBuilder
-
Return the URI path to be used for the push.
- getPath() - Method in class jakarta.servlet.jsp.tagext.TagFileInfo
-
Where to find the .tag file implementing this action.
- getPath() - Method in interface jakarta.servlet.SessionCookieConfig
-
Gets the path that will be assigned to any session tracking cookies created on behalf of the application represented by the ServletContext from which this SessionCookieConfig was acquired.
- getPath() - Method in interface jakarta.websocket.server.ServerEndpointConfig
-
Return the path for this endpoint configuration.
- getPath() - Method in class jakarta.ws.rs.core.Cookie
-
Get the path of the cookie.
- getPath() - Method in interface jakarta.ws.rs.core.PathSegment
-
Get the path segment.
- getPath() - Method in interface jakarta.ws.rs.core.UriInfo
-
Get the path of the current request relative to the base URI as a string.
- getPath(boolean) - Method in interface jakarta.ws.rs.core.UriInfo
-
Get the path of the current request relative to the base URI as a string.
- getPathInfo() - Method in interface jakarta.servlet.http.HttpServletRequest
-
Returns any extra path information associated with the URL the client sent when it made this request.
- getPathInfo() - Method in class jakarta.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to return getPathInfo() on the wrapped request object.
- getPathParameters() - Method in interface jakarta.websocket.Session
-
Return a map of the path parameter names and values used associated with the request this session was opened under.
- getPathParameters() - Method in interface jakarta.ws.rs.core.UriInfo
-
Get the values of any embedded URI template parameters.
- getPathParameters(boolean) - Method in interface jakarta.ws.rs.core.UriInfo
-
Get the values of any embedded URI template parameters.
- getPathSegments() - Method in interface jakarta.ws.rs.core.UriInfo
-
Get the path of the current request relative to the base URI as a list of
PathSegment
. - getPathSegments(boolean) - Method in interface jakarta.ws.rs.core.UriInfo
-
Get the path of the current request relative to the base URI as a list of
PathSegment
. - getPathTranslated() - Method in interface jakarta.servlet.http.HttpServletRequest
-
Returns any extra path information after the servlet name but before the query string, and translates it to a real path.
- getPathTranslated() - Method in class jakarta.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to return getPathTranslated() on the wrapped request object.
- getPattern() - Method in class jakarta.faces.convert.DateTimeConverter
-
Return the format pattern to be used when formatting and parsing dates and times.
- getPattern() - Method in class jakarta.faces.convert.NumberConverter
-
Return the format pattern to be used when formatting and parsing numbers.
- getPattern() - Method in class jakarta.faces.validator.RegexValidator
-
Return the
ValueExpression
that yields the regular expression pattern when evaluated. - getPattern() - Method in interface jakarta.servlet.http.HttpServletMapping
-
Return the String representation for the
url-pattern
for this mapping. - getPayload() - Method in interface jakarta.validation.metadata.ConstraintDescriptor
-
The set of payload the constraint hosts.
- getPersistenceProviderClassName() - Method in interface jakarta.persistence.spi.PersistenceUnitInfo
-
Returns the fully qualified name of the persistence provider implementation class.
- getPersistenceProviderResolver() - Static method in class jakarta.persistence.spi.PersistenceProviderResolverHolder
-
Returns the current persistence provider resolver.
- getPersistenceProviders() - Method in interface jakarta.persistence.spi.PersistenceProviderResolver
-
Returns a list of the
PersistenceProvider
implementations available in the runtime environment. - getPersistenceType() - Method in interface jakarta.persistence.metamodel.Type
-
Return the persistence type.
- getPersistenceUnitName() - Method in interface jakarta.persistence.spi.PersistenceUnitInfo
-
Returns the name of the persistence unit.
- getPersistenceUnitRootUrl() - Method in interface jakarta.persistence.spi.PersistenceUnitInfo
-
Returns the URL for the jar file or directory that is the root of the persistence unit.
- getPersistenceUnitUtil() - Method in interface jakarta.persistence.EntityManagerFactory
-
Return interface providing access to utility methods for the persistence unit.
- getPersistenceUtil() - Static method in class jakarta.persistence.Persistence
-
Return the PersistenceUtil instance
- getPersistenceXMLSchemaVersion() - Method in interface jakarta.persistence.spi.PersistenceUnitInfo
-
Returns the schema version of the
persistence.xml
file. - getPersistentAttributeType() - Method in interface jakarta.persistence.metamodel.Attribute
-
Return the persistent attribute type for the attribute.
- getPhase() - Method in class jakarta.faces.component.UIViewAction
-
Returns the name of the lifecycle phase in which the action is to be queued.
- getPhaseId() - Method in class jakarta.faces.event.ExceptionQueuedEventContext
-
Return the
PhaseId
which was being processed when the exception was thrown. - getPhaseId() - Method in class jakarta.faces.event.FacesEvent
-
Return the identifier of the request processing phase during which this event should be delivered.
- getPhaseId() - Method in class jakarta.faces.event.PhaseEvent
-
Return the
PhaseId
representing the current request processing lifecycle phase. - getPhaseId() - Method in interface jakarta.faces.event.PhaseListener
-
Return the identifier of the request processing phase during which this listener is interested in processing
PhaseEvent
events. - getPhaseListeners() - Method in class jakarta.faces.component.UIViewRoot
-
Return an unmodifiable list of the
PhaseListener
instances attached to thisUIViewRoot
instance. - getPhaseListeners() - Method in class jakarta.faces.lifecycle.Lifecycle
-
Return the set of registered
PhaseListener
s for thisLifecycle
instance. - getPhaseListeners() - Method in class jakarta.faces.lifecycle.LifecycleWrapper
- getPhoneNumber() - Method in interface jakarta.security.enterprise.identitystore.openid.OpenIdClaims
- getPhoneNumberVerified() - Method in interface jakarta.security.enterprise.identitystore.openid.OpenIdClaims
- getPicture() - Method in interface jakarta.security.enterprise.identitystore.openid.OpenIdClaims
- getPluralAttributes() - Method in interface jakarta.persistence.metamodel.ManagedType
-
Return all multi-valued attributes (Collection-, Set-, List-, and Map-valued attributes) of the managed type.
- getPosition() - Method in interface jakarta.enterprise.inject.spi.AnnotatedParameter
-
Get the position of the parameter in the method or constructor argument list.
- getPosition() - Method in interface jakarta.persistence.Parameter
-
Return the parameter position, or null if the parameter is not a positional parameter.
- getPreferredSubprotocols() - Method in interface jakarta.websocket.ClientEndpointConfig
-
Return the ordered list of sub protocols a client endpoint would like to use, in order of preference, favorite first that this client would like to use for its sessions.
- getPreferredUsername() - Method in interface jakarta.security.enterprise.identitystore.openid.OpenIdClaims
- getPrefixString() - Method in class jakarta.servlet.jsp.tagext.TagLibraryInfo
-
The prefix assigned to this taglib from the taglib directive
- getPreviousOut() - Method in class jakarta.servlet.jsp.tagext.BodyTagSupport
-
Get surrounding out JspWriter.
- getPrimaryKey() - Method in interface jakarta.ejb.EJBLocalObject
-
Obtain the primary key of the enterprise bean local object.
- getPrimaryKey() - Method in interface jakarta.ejb.EJBObject
-
Obtain the primary key of the enterprise bean object.
- getPrimaryKey() - Method in interface jakarta.ejb.EntityContext
-
Obtain the primary key of the enterprise bean object that is currently associated with this instance.
- getPrimaryKeyClass() - Method in interface jakarta.ejb.EJBMetaData
-
Obtain the class object for the enterprise bean's primary key class.
- getPrincipal() - Method in class jakarta.security.auth.message.callback.CallerPrincipalCallback
-
Get the caller principal.
- getPrincipalsByType(Class<T>) - Method in interface jakarta.security.enterprise.SecurityContext
-
Retrieve all Principals of the given type from the authenticated caller's Subject, or an empty set if the current caller is not authenticated, or if the specified type isn't found in the Subject.
- getPriority() - Method in interface jakarta.enterprise.inject.spi.CDIProvider
- getPriority() - Method in interface jakarta.enterprise.inject.spi.ObserverMethod
-
The priority that will be used by the container to determine the notification order in which event observer methods are invoked.
- getPriority() - Method in interface jakarta.enterprise.inject.spi.Prioritized
-
Returns the priority for this SPI element.
- getPrivateFields() - Method in class jakarta.ws.rs.core.CacheControl
-
Corresponds to the value of the private cache control directive.
- getProducer() - Method in interface jakarta.enterprise.inject.spi.ProcessProducer
-
Returns the
Producer
object that will be used by the container to call the producer method or read the producer field. - getProducerFactory(AnnotatedField<? super X>, Bean<X>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
-
An implementation of
ProducerFactory
that provides container createdProducer
instances for the given field. - getProducerFactory(AnnotatedMethod<? super X>, Bean<X>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
-
An implementation of
ProducerFactory
that provides container createdProducer
instances for the given method. - getProfile() - Method in interface jakarta.security.enterprise.identitystore.openid.OpenIdClaims
- getProjectStage() - Method in class jakarta.faces.application.Application
-
Return the project stage for the currently running application instance.
- getProjectStage() - Method in class jakarta.faces.application.ApplicationWrapper
-
The default behavior of this method is to call
Application.getProjectStage()
on the wrappedApplication
object. - getProperties() - Method in interface jakarta.persistence.EntityManager
-
Get the properties and hints and associated values that are in effect for the entity manager.
- getProperties() - Method in interface jakarta.persistence.EntityManagerFactory
-
Get the properties and associated values that are in effect for the entity manager factory.
- getProperties() - Method in interface jakarta.persistence.spi.PersistenceUnitInfo
-
Returns a properties object.
- getProperties() - Method in interface jakarta.validation.BootstrapConfiguration
-
Returns properties as a map of string based key/value pairs.
- getProperties() - Method in interface jakarta.validation.spi.ConfigurationState
-
Returns a map of non type-safe custom properties.
- getProperties() - Method in class jakarta.ws.rs.core.Application
-
Get a map of custom application-wide properties.
- getProperties() - Method in interface jakarta.ws.rs.core.Configuration
-
Get the immutable bag of configuration properties.
- getProperty() - Method in class jakarta.el.ValueReference
- getProperty(String) - Method in class jakarta.faces.view.facelets.MetadataTarget
-
Return a beans
PropertyDescriptor
for the property with name given by argumentname
. - getProperty(String) - Method in class jakarta.json.bind.JsonbConfig
-
Return value of particular configuration property.
- getProperty(String) - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Returns the property with the given name registered in the current request/response exchange context, or
null
if there is no property by that name. - getProperty(String) - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Returns the property with the given name registered in the current request/response exchange context, or
null
if there is no property by that name. - getProperty(String) - Method in interface jakarta.ws.rs.core.Configuration
-
Get the value for the property with a given name.
- getProperty(String) - Method in interface jakarta.ws.rs.ext.InterceptorContext
-
Returns the property with the given name registered in the current request/response exchange context, or
null
if there is no property by that name. - getPropertyName() - Method in interface jakarta.validation.metadata.PropertyDescriptor
-
Name of the property according to the Java Bean specification.
- getPropertyNames() - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Returns an immutable
collection
containing the property names available within the context of the current request/response exchange context. - getPropertyNames() - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Returns an immutable
collection
containing the property names available within the context of the current request/response exchange context. - getPropertyNames() - Method in interface jakarta.ws.rs.core.Configuration
-
Returns an immutable
collection
containing the property names available within the context of the current configuration instance. - getPropertyNames() - Method in interface jakarta.ws.rs.ext.InterceptorContext
-
Returns an immutable
collection
containing the property names available within the context of the current request/response exchange context. - getPropertyPath() - Method in interface jakarta.validation.ConstraintViolation
- getPropertyType(String) - Method in class jakarta.faces.view.facelets.MetadataTarget
-
Return a
Class
for the property with name given by argumentname
. - getProtectedViewsUnmodifiable() - Method in class jakarta.faces.application.ViewHandler
-
Return an unmodifiable
Set
of the protected views currently known to thisViewHandler
instance. - getProtectedViewsUnmodifiable() - Method in class jakarta.faces.application.ViewHandlerWrapper
-
The default behavior of this method is to call
ViewHandler.getProtectedViewsUnmodifiable()
on the wrappedViewHandler
object. - getProtectionPolicy() - Method in class jakarta.security.auth.message.MessagePolicy.TargetPolicy
-
Get the ProtectionPolicy that applies to the targets.
- getProtocol() - Method in interface jakarta.servlet.ServletConnection
-
Obtain the name of the protocol as presented to the server after the removal, if present, of any TLS or similar encryption.
- getProtocol() - Method in interface jakarta.servlet.ServletRequest
-
Returns the name and version of the protocol the request uses in the form protocol/majorVersion.minorVersion, for example, HTTP/1.1.
- getProtocol() - Method in class jakarta.servlet.ServletRequestWrapper
-
The default behavior of this method is to return getProtocol() on the wrapped request object.
- getProtocolConnectionId() - Method in interface jakarta.servlet.ServletConnection
-
Obtain the connection identifier for the network connection to the server that is being used for the
ServletRequest
from which thisServletConnection
was obtained as defined by the protocol in use. - getProtocolRequestId() - Method in interface jakarta.servlet.ServletRequest
-
Obtain the request identifier for this request as defined by the protocol in use.
- getProtocolRequestId() - Method in class jakarta.servlet.ServletRequestWrapper
-
Gets the protocol defined request ID, if any, for the wrapped request.
- getProtocolVersion() - Method in interface jakarta.websocket.Session
-
Returns the version of the websocket protocol currently being used.
- getProviderMetadata() - Method in interface jakarta.security.enterprise.identitystore.openid.OpenIdContext
- getProviderUtil() - Method in interface jakarta.persistence.spi.PersistenceProvider
-
Return the utility interface implemented by the persistence provider.
- getPublic() - Method in interface jakarta.faces.component.Doctype
-
Returns the public identifier of the document, or
null
if there is none. - getPublic() - Method in class jakarta.faces.component.html.HtmlDoctype
-
Return the value of the
public
property. - getQName() - Method in class jakarta.faces.view.facelets.Tag
-
Return the XML qualified name for this tag.
- getQName() - Method in class jakarta.faces.view.facelets.TagAttribute
-
The qualified name for this attribute
- getQualifierHashCode(Annotation) - Method in interface jakarta.enterprise.inject.spi.BeanManager
-
Determine the hash code of a qualifier, using the JDK algorithm for determining an annotation hash code, ignoring any members annotated with
Nonbinding
. - getQualifiers() - Method in interface jakarta.enterprise.inject.spi.BeanAttributes
-
Obtains the qualifiers of the bean.
- getQualifiers() - Method in interface jakarta.enterprise.inject.spi.EventMetadata
- getQualifiers() - Method in interface jakarta.enterprise.inject.spi.InjectionPoint
-
Get the required qualifiers of the injection point.
- getQuery() - Method in exception jakarta.persistence.QueryTimeoutException
-
Returns the query that caused this exception.
- getQueryParameters() - Method in interface jakarta.ws.rs.core.UriInfo
-
Get the URI query parameters of the current request.
- getQueryParameters(boolean) - Method in interface jakarta.ws.rs.core.UriInfo
-
Get the URI query parameters of the current request.
- getQueryString() - Method in interface jakarta.servlet.http.HttpServletRequest
-
Returns the query string that is contained in the request URL after the path.
- getQueryString() - Method in class jakarta.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to return getQueryString() on the wrapped request object.
- getQueryString() - Method in interface jakarta.servlet.http.PushBuilder
-
Return the query string to be used for the push.
- getQueryString() - Method in interface jakarta.websocket.server.HandshakeRequest
-
Return the query string associated with the request.
- getQueryString() - Method in interface jakarta.websocket.Session
-
Return the query string associated with the request this session was opened under.
- getQueryURLParameters(FacesContext) - Method in class jakarta.faces.lifecycle.ClientWindow
-
This method will be called whenever a URL is generated by the runtime where client window related parameters need to be inserted into the URL.
- getQueryURLParameters(FacesContext) - Method in class jakarta.faces.lifecycle.ClientWindowWrapper
- getRawType() - Method in class jakarta.enterprise.util.TypeLiteral
- getRawType() - Method in class jakarta.ws.rs.core.GenericEntity
-
Gets the raw type of the enclosed entity.
- getRawType() - Method in class jakarta.ws.rs.core.GenericType
-
Returns the object representing the class or interface that declared the type represented by this generic type instance.
- getReader() - Method in class jakarta.servlet.jsp.tagext.BodyContent
-
Return the value of this BodyContent as a Reader.
- getReader() - Method in interface jakarta.servlet.ServletRequest
-
Retrieves the body of the request as character data using a
BufferedReader
. - getReader() - Method in class jakarta.servlet.ServletRequestWrapper
-
The default behavior of this method is to return getReader() on the wrapped request object.
- getReadMethod(String) - Method in class jakarta.faces.view.facelets.MetadataTarget
-
Return a
Method
for the getter of the property with name given by argumentname
. - getRealPath(String) - Method in class jakarta.faces.context.ExternalContext
-
Returns a String containing the real path for a given virtual path.
- getRealPath(String) - Method in class jakarta.faces.context.ExternalContextWrapper
-
The default behavior of this method is to call
ExternalContext.getRealPath(String)
on the wrappedExternalContext
object. - getRealPath(String) - Method in interface jakarta.servlet.ServletContext
-
Gets the real path corresponding to the given virtual path.
- getReasonPhrase() - Method in class jakarta.websocket.CloseReason
-
The reason phrase associated with this CloseReason.
- getReasonPhrase() - Method in enum jakarta.ws.rs.core.Response.Status
-
Get the reason phrase.
- getReasonPhrase() - Method in interface jakarta.ws.rs.core.Response.StatusType
-
Get the reason phrase.
- getReception() - Method in interface jakarta.enterprise.inject.spi.ObserverMethod
-
Obtains the specified
Reception
for the observer method. - getReconnectDelay() - Method in interface jakarta.ws.rs.sse.SseEvent
-
Get new connection retry time in milliseconds the event receiver should wait before attempting to reconnect after a connection to the SSE event source is lost.
- getRedirectURL(FacesContext) - Method in class jakarta.faces.application.NavigationCase
-
Construct an absolute URL suitable for a "redirect" to this
NavigationCase
instance usingViewHandler.getRedirectURL(jakarta.faces.context.FacesContext, java.lang.String, java.util.Map<java.lang.String, java.util.List<java.lang.String>>, boolean)
on the path portion of the url. - getRedirectURL(FacesContext) - Method in class jakarta.faces.application.NavigationCaseWrapper
- getRedirectURL(FacesContext, String, Map<String, List<String>>, boolean) - Method in class jakarta.faces.application.ViewHandler
-
Return a Jakarta Faces action URL derived from the
viewId
argument that is suitable to be used by theNavigationHandler
to issue a redirect request to the URL using a NonFaces request. - getRedirectURL(FacesContext, String, Map<String, List<String>>, boolean) - Method in class jakarta.faces.application.ViewHandlerWrapper
-
The default behavior of this method is to call
ViewHandler.getRedirectURL(jakarta.faces.context.FacesContext, String, java.util.Map, boolean)
on the wrappedViewHandler
object. - getReference(Bean<?>, Type, CreationalContext<?>) - Method in interface jakarta.enterprise.inject.spi.BeanContainer
-
Obtains a contextual reference for a certain bean and a certain bean type of the bean.
- getReference(Class<T>, Object) - Method in interface jakarta.persistence.EntityManager
-
Get an instance, whose state may be lazily fetched.
- getRefreshToken() - Method in interface jakarta.security.enterprise.identitystore.openid.OpenIdContext
- getRegistrationContext(String) - Method in class jakarta.security.auth.message.config.AuthConfigFactory
-
Get the registration context for the identified registration.
- getRegistrationIDs(AuthConfigProvider) - Method in class jakarta.security.auth.message.config.AuthConfigFactory
-
Get the registration identifiers for all registrations of the provider instance at the factory.
- getRel() - Method in class jakarta.faces.component.html.HtmlCommandLink
-
Return the value of the
rel
property. - getRel() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
-
Return the value of the
rel
property. - getRel() - Method in class jakarta.faces.component.html.HtmlOutputLink
-
Return the value of the
rel
property. - getRel() - Method in class jakarta.ws.rs.core.Link
-
Returns the value associated with the link
rel
param, ornull
if this param is not specified. - getReliableURN() - Method in class jakarta.servlet.jsp.tagext.TagLibraryInfo
-
The "reliable" URN indicated in the TLD (the uri element).
- getRels() - Method in class jakarta.ws.rs.core.Link
-
Returns the value associated with the link
rel
param as a list of strings or the empty list ifrel
is not defined. - getRemaining() - Method in class jakarta.servlet.jsp.JspWriter
-
This method returns the number of unused bytes in the buffer.
- getRemainingExpression() - Method in class jakarta.faces.component.search.SearchKeywordContext
-
Returns the remaining expression for the current request.
- getRemoteAddr() - Method in interface jakarta.servlet.ServletRequest
-
Returns the Internet Protocol (IP) of the remote end of the connection on which the request was received.
- getRemoteAddr() - Method in class jakarta.servlet.ServletRequestWrapper
-
The default behavior of this method is to return getRemoteAddr() on the wrapped request object.
- getRemoteHost() - Method in interface jakarta.servlet.ServletRequest
-
Returns the fully qualified name of the address returned by
ServletRequest.getRemoteAddr()
. - getRemoteHost() - Method in class jakarta.servlet.ServletRequestWrapper
-
The default behavior of this method is to return getRemoteHost() on the wrapped request object.
- getRemoteInterfaceClass() - Method in interface jakarta.ejb.EJBMetaData
-
Obtain the class object for the enterprise bean's remote interface.
- getRemotePort() - Method in interface jakarta.servlet.ServletRequest
-
Returns the Internet Protocol (IP) source port the remote end of the connection on which the request was received.
- getRemotePort() - Method in class jakarta.servlet.ServletRequestWrapper
-
The default behavior of this method is to return getRemotePort() on the wrapped request object.
- getRemoteUser() - Method in class jakarta.faces.context.ExternalContext
-
Return the login name of the user making the current request if any; otherwise, return
null
. - getRemoteUser() - Method in class jakarta.faces.context.ExternalContextWrapper
-
The default behavior of this method is to call
ExternalContext.getRemoteUser()
on the wrappedExternalContext
object. - getRemoteUser() - Method in interface jakarta.servlet.http.HttpServletRequest
-
Returns the login of the user making this request, if the user has been authenticated, or
null
if the user has not been authenticated. - getRemoteUser() - Method in class jakarta.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to return getRemoteUser() on the wrapped request object.
- getRender() - Method in class jakarta.faces.component.behavior.AjaxBehavior
-
Return a non-empty
Collection<String>
of component identifiers that will be used to identify components that should be processed during therender
phase of the request processing lifecycle. - getRender() - Method in class jakarta.faces.component.html.HtmlCommandScript
-
Return the value of the
render
property. - getRenderer(FacesContext) - Method in class jakarta.faces.component.behavior.ClientBehaviorBase
-
Convenience method to return the
ClientBehaviorRenderer
instance associated with thisClientBehavior
, if any; otherwise, returnnull
. - getRenderer(FacesContext) - Method in class jakarta.faces.component.UIComponent
-
Convenience method to return the
Renderer
instance associated with this component, if any; otherwise, returnnull
. - getRenderer(FacesContext) - Method in class jakarta.faces.component.UIComponentBase
- getRenderer(String, String) - Method in class jakarta.faces.render.RenderKit
-
Return the
Renderer
instance most recently registered for the specified componentfamily
andrendererType
, if any; otherwise, returnnull
. - getRenderer(String, String) - Method in class jakarta.faces.render.RenderKitWrapper
-
The default behavior of this method is to call
RenderKit.getRenderer(String, String)
on the wrappedRenderKit
object. - getRendererType() - Method in class jakarta.faces.component.behavior.AjaxBehavior
- getRendererType() - Method in class jakarta.faces.component.behavior.ClientBehaviorBase
-
Returns the renderer type of the
ClientBehaviorRenderer
to use for the behavior. - getRendererType() - Method in class jakarta.faces.component.UIComponent
-
Return the
Renderer
type for thisUIComponent
(if any). - getRendererType() - Method in class jakarta.faces.component.UIComponentBase
- getRendererType() - Method in interface jakarta.faces.view.facelets.ComponentConfig
-
RendererType to set on created
UIComponent
instances. - getRendererTypeForResourceName(String) - Method in class jakarta.faces.application.ResourceHandler
-
Return the
renderer-type
for aRenderer
that is capable of rendering this resource. - getRendererTypeForResourceName(String) - Method in class jakarta.faces.application.ResourceHandlerWrapper
-
The default behavior of this method is to call
ResourceHandler.getRendererTypeForResourceName(String)
on the wrappedResourceHandler
object. - getRendererTypes(String) - Method in class jakarta.faces.render.RenderKit
-
Return an
Iterator
over the renderer-type entries for the given component-family. - getRendererTypes(String) - Method in class jakarta.faces.render.RenderKitWrapper
-
The default behavior of this method is to call
RenderKit.getRendererTypes(String)
on the wrappedRenderKit
object. - getRenderIds() - Method in class jakarta.faces.context.PartialViewContext
-
Return a
Collection
of client identifiers from the current request with the request parameter namePartialViewContext.PARTIAL_RENDER_PARAM_NAME
. - getRenderIds() - Method in class jakarta.faces.context.PartialViewContextWrapper
-
The default behavior of this method is to call
PartialViewContext.getRenderIds()
on the wrappedPartialViewContext
object. - getRenderKit() - Method in class jakarta.faces.context.FacesContext
-
Return the
RenderKit
instance for the render kit identifier specified on ourUIViewRoot
, if there is one. - getRenderKit() - Method in class jakarta.faces.context.FacesContextWrapper
-
The default behavior of this method is to call
FacesContext.getRenderKit()
on the wrappedFacesContext
object. - getRenderKit(FacesContext, String) - Method in class jakarta.faces.render.RenderKitFactory
-
Return a
RenderKit
instance for the specified render kit identifier, possibly customized based on dynamic characteristics of the specifiedFacesContext
, if non-null
. - getRenderKitId() - Method in class jakarta.faces.component.UIViewRoot
-
Return the render kit identifier of the
RenderKit
associated with this view. - getRenderKitIds() - Method in class jakarta.faces.render.RenderKitFactory
-
Return an
Iterator
over the set of render kit identifiers registered with this factory. - getRenderResponse() - Method in class jakarta.faces.context.FacesContext
-
Return
true
if therenderResponse()
method has been called for the current request. - getRenderResponse() - Method in class jakarta.faces.context.FacesContextWrapper
-
The default behavior of this method is to call
FacesContext.getRenderResponse()
on the wrappedFacesContext
object. - getRendersChildren() - Method in class jakarta.faces.component.UIComponent
-
Return a flag indicating whether this component is responsible for rendering its child components.
- getRendersChildren() - Method in class jakarta.faces.component.UIComponentBase
- getRendersChildren() - Method in class jakarta.faces.component.UIViewRoot
-
Call
UIComponentBase.getRendersChildren()
IfPartialViewContext.isAjaxRequest()
returnstrue
this method must returntrue
. - getRendersChildren() - Method in class jakarta.faces.render.Renderer
-
Return a flag indicating whether this
Renderer
is responsible for rendering the children the component it is asked to render. - getRendersChildren() - Method in class jakarta.faces.render.RendererWrapper
- getRequest() - Method in class jakarta.faces.context.ExternalContext
-
Return the environment-specific object instance for the current request.
- getRequest() - Method in class jakarta.faces.context.ExternalContextWrapper
-
The default behavior of this method is to call
ExternalContext.getRequest()
on the wrappedExternalContext
object. - getRequest() - Method in class jakarta.security.auth.message.callback.PrivateKeyCallback
-
Used by the CallbackHandler to get the Request object that identifies the private key to be returned.
- getRequest() - Method in class jakarta.security.auth.message.callback.SecretKeyCallback
-
Used by the CallbackHandler to get the Request object which identifies the secret key to be returned.
- getRequest() - Method in interface jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContext
-
Returns the request object associated with the current request.
- getRequest() - Method in class jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
- getRequest() - Method in interface jakarta.servlet.AsyncContext
-
Gets the request that was used to initialize this AsyncContext by calling
ServletRequest.startAsync()
orServletRequest.startAsync(ServletRequest, ServletResponse)
. - getRequest() - Method in class jakarta.servlet.jsp.PageContext
-
The current value of the request object (a ServletRequest).
- getRequest() - Method in class jakarta.servlet.ServletRequestWrapper
-
Return the wrapped request object.
- getRequest() - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Get the injectable request information.
- getRequestCharacterEncoding() - Method in class jakarta.faces.context.ExternalContext
-
Return the character encoding currently being used to interpret this request.
- getRequestCharacterEncoding() - Method in class jakarta.faces.context.ExternalContextWrapper
-
The default behavior of this method is to call
ExternalContext.getRequestCharacterEncoding()
on the wrappedExternalContext
object. - getRequestCharacterEncoding() - Method in interface jakarta.servlet.ServletContext
-
Gets the request character encoding that are supported by default for this ServletContext.
- getRequestContentLength() - Method in class jakarta.faces.context.ExternalContext
-
Return the result of calling
getContentLenth()
on theServletRequest
instance for this request. - getRequestContentLength() - Method in class jakarta.faces.context.ExternalContextWrapper
-
The default behavior of this method is to call
ExternalContext.getRequestContentLength()
on the wrappedExternalContext
object. - getRequestContentType() - Method in class jakarta.faces.context.ExternalContext
-
Return the MIME Content-Type for this request.
- getRequestContentType() - Method in class jakarta.faces.context.ExternalContextWrapper
-
The default behavior of this method is to call
ExternalContext.getRequestContentType()
on the wrappedExternalContext
object. - getRequestContextPath() - Method in class jakarta.faces.context.ExternalContext
-
Return the portion of the request URI that identifies the web application context for this request.
- getRequestContextPath() - Method in class jakarta.faces.context.ExternalContextWrapper
-
The default behavior of this method is to call
ExternalContext.getRequestContextPath()
on the wrappedExternalContext
object. - getRequestCookieMap() - Method in class jakarta.faces.context.ExternalContext
-
Return an immutable
Map
whose keys are the set of cookie names included in the current request, and whose values (of typejakarta.servlet.http.Cookie
) are the first (or only) cookie for each cookie name returned by the underlying request. - getRequestCookieMap() - Method in class jakarta.faces.context.ExternalContextWrapper
-
The default behavior of this method is to call
ExternalContext.getRequestCookieMap()
on the wrappedExternalContext
object. - getRequestDispatcher(String) - Method in interface jakarta.servlet.ServletContext
-
Returns a
RequestDispatcher
object that acts as a wrapper for the resource located at the given path. - getRequestDispatcher(String) - Method in interface jakarta.servlet.ServletRequest
-
Returns a
RequestDispatcher
object that acts as a wrapper for the resource located at the given path. - getRequestDispatcher(String) - Method in class jakarta.servlet.ServletRequestWrapper
-
The default behavior of this method is to return getRequestDispatcher(String path) on the wrapped request object.
- getRequestedSessionId() - Method in interface jakarta.servlet.http.HttpServletRequest
-
Returns the session ID specified by the client.
- getRequestedSessionId() - Method in class jakarta.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to return getRequestedSessionId() on the wrapped request object.
- getRequestHeader(String) - Method in interface jakarta.ws.rs.core.HttpHeaders
-
Get the values of a HTTP request header if the header exists on the current request.
- getRequestHeaderMap() - Method in class jakarta.faces.context.ExternalContext
-
Return an immutable
Map
whose keys are the set of request header names included in the current request, and whose values (of type String) are the first (or only) value for each header name returned by the underlying request. - getRequestHeaderMap() - Method in class jakarta.faces.context.ExternalContextWrapper
-
The default behavior of this method is to call
ExternalContext.getRequestHeaderMap()
on the wrappedExternalContext
object. - getRequestHeaders() - Method in interface jakarta.ws.rs.core.HttpHeaders
-
Get the values of HTTP request headers.
- getRequestHeaderValuesMap() - Method in class jakarta.faces.context.ExternalContext
-
Return an immutable
Map
whose keys are the set of request header names included in the current request, and whose values (of type String[]) are all of the value for each header name returned by the underlying request. - getRequestHeaderValuesMap() - Method in class jakarta.faces.context.ExternalContextWrapper
-
The default behavior of this method is to call
ExternalContext.getRequestHeaderValuesMap()
on the wrappedExternalContext
object. - getRequestId() - Method in interface jakarta.servlet.ServletRequest
-
Obtain a unique (within the lifetime of the Servlet container) identifier string for this request.
- getRequestId() - Method in class jakarta.servlet.ServletRequestWrapper
-
Gets the request ID for the wrapped request.
- getRequestLocale() - Method in class jakarta.faces.context.ExternalContext
-
Return the preferred
Locale
in which the client will accept content. - getRequestLocale() - Method in class jakarta.faces.context.ExternalContextWrapper
-
The default behavior of this method is to call
ExternalContext.getRequestLocale()
on the wrappedExternalContext
object. - getRequestLocales() - Method in class jakarta.faces.context.ExternalContext
-
Return an
Iterator
over the preferredLocale
s specified in the request, in decreasing order of preference. - getRequestLocales() - Method in class jakarta.faces.context.ExternalContextWrapper
-
The default behavior of this method is to call
ExternalContext.getRequestLocales()
on the wrappedExternalContext
object. - getRequestMap() - Method in class jakarta.faces.context.ExternalContext
-
Return a mutable
Map
representing the request scope attributes for the current application. - getRequestMap() - Method in class jakarta.faces.context.ExternalContextWrapper
-
The default behavior of this method is to call
ExternalContext.getRequestMap()
on the wrappedExternalContext
object. - getRequestMessage() - Method in interface jakarta.security.auth.message.MessageInfo
-
Get the request message object from this MessageInfo.
- getRequestParameterMap() - Method in class jakarta.faces.context.ExternalContext
-
Return an immutable
Map
whose keys are the set of request parameters names included in the current request, and whose values (of type String) are the first (or only) value for each parameter name returned by the underlying request. - getRequestParameterMap() - Method in class jakarta.faces.context.ExternalContextWrapper
-
The default behavior of this method is to call
ExternalContext.getRequestParameterMap()
on the wrappedExternalContext
object. - getRequestParameterMap() - Method in interface jakarta.websocket.Session
-
Return the request parameters associated with the request this session was opened under.
- getRequestParameterNames() - Method in class jakarta.faces.context.ExternalContext
-
Return an
Iterator
over the names of all request parameters included in the current request. - getRequestParameterNames() - Method in class jakarta.faces.context.ExternalContextWrapper
-
The default behavior of this method is to call
ExternalContext.getRequestParameterNames()
on the wrappedExternalContext
object. - getRequestParameterValuesMap() - Method in class jakarta.faces.context.ExternalContext
-
Return an immutable
Map
whose keys are the set of request parameters names included in the current request, and whose values (of type String[]) are all of the values for each parameter name returned by the underlying request. - getRequestParameterValuesMap() - Method in class jakarta.faces.context.ExternalContextWrapper
-
The default behavior of this method is to call
ExternalContext.getRequestParameterValuesMap()
on the wrappedExternalContext
object. - getRequestPath() - Method in class jakarta.faces.application.Resource
-
Return a path to this resource such that, when the browser resolves it against the base URI for the view that includes the resource, and issues a GET request to the resultant fully qualified URL, the bytes of the resource are returned in response.
- getRequestPath() - Method in class jakarta.faces.application.ResourceWrapper
-
The default behavior of this method is to call
Resource.getRequestPath()
on the wrappedResourceHandler
object. - getRequestPathInfo() - Method in class jakarta.faces.context.ExternalContext
-
Return the extra path information (if any) included in the request URI; otherwise, return
null
. - getRequestPathInfo() - Method in class jakarta.faces.context.ExternalContextWrapper
-
The default behavior of this method is to call
ExternalContext.getRequestPathInfo()
on the wrappedExternalContext
object. - getRequestScheme() - Method in class jakarta.faces.context.ExternalContext
-
Returns the name of the scheme used to make this request, for example, http, https, or ftp.
- getRequestScheme() - Method in class jakarta.faces.context.ExternalContextWrapper
-
The default behavior of this method is to call
ExternalContext.getRequestScheme()
on the wrappedExternalContext
object. - getRequestServerName() - Method in class jakarta.faces.context.ExternalContext
-
Returns the host name of the server to which the request was sent.
- getRequestServerName() - Method in class jakarta.faces.context.ExternalContextWrapper
-
The default behavior of this method is to call
ExternalContext.getRequestServerName()
on the wrappedExternalContext
object. - getRequestServerPort() - Method in class jakarta.faces.context.ExternalContext
-
Returns the port number to which the request was sent.
- getRequestServerPort() - Method in class jakarta.faces.context.ExternalContextWrapper
-
The default behavior of this method is to call
ExternalContext.getRequestServerPort()
on the wrappedExternalContext
object. - getRequestServletPath() - Method in class jakarta.faces.context.ExternalContext
-
Return the Jakarta Servlet path information (if any) included in the request URI; otherwise, return
null
. - getRequestServletPath() - Method in class jakarta.faces.context.ExternalContextWrapper
-
The default behavior of this method is to call
ExternalContext.getRequestServletPath()
on the wrappedExternalContext
object. - getRequestUri() - Method in interface jakarta.ws.rs.core.UriInfo
-
Get the absolute request URI including any query parameters.
- getRequestURI() - Method in interface jakarta.servlet.http.HttpServletRequest
-
Returns the part of this request's URL from the protocol name up to the query string in the first line of the HTTP request.
- getRequestURI() - Method in class jakarta.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to return getRequestURI() on the wrapped request object.
- getRequestURI() - Method in class jakarta.servlet.jsp.ErrorData
-
Returns the request URI.
- getRequestURI() - Method in interface jakarta.websocket.server.HandshakeRequest
-
Return the request URI of the handshake request.
- getRequestURI() - Method in interface jakarta.websocket.Session
-
Return the complete URI under which this session was opened, from protocol to query string (if present).
- getRequestUriBuilder() - Method in interface jakarta.ws.rs.core.UriInfo
-
Get the absolute request URI in the form of a UriBuilder.
- getRequestURL() - Method in interface jakarta.servlet.http.HttpServletRequest
-
Reconstructs the URL the client used to make the request.
- getRequestURL() - Method in class jakarta.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to return getRequestURL() on the wrapped request object.
- getRequiredAttribute(String) - Method in class jakarta.faces.view.facelets.TagHandler
-
Utility method for fetching a required TagAttribute
- getRequiredMessage() - Method in class jakarta.faces.component.UIInput
-
If there has been a call to
UIInput.setRequiredMessage(java.lang.String)
on this instance, return the message. - getRequiredVersion() - Method in class jakarta.servlet.jsp.tagext.TagLibraryInfo
-
A string describing the required version of the JSP container.
- getResetValues() - Method in class jakarta.faces.component.html.HtmlCommandScript
-
Return the value of the
resetValues
property. - getResource(Class<T>) - Method in interface jakarta.ws.rs.container.ResourceContext
-
Get a resolved instance of a resource or sub-resource class.
- getResource(Object) - Method in interface jakarta.transaction.TransactionSynchronizationRegistry
-
Get an object from the Map of resources being managed for the transaction bound to the current thread at the time this method is called.
- getResource(String) - Method in class jakarta.faces.context.ExternalContext
-
Return a
URL
for the application resource mapped to the specified path, if it exists; otherwise, returnnull
. - getResource(String) - Method in class jakarta.faces.context.ExternalContextWrapper
-
The default behavior of this method is to call
ExternalContext.getResource(String)
on the wrappedExternalContext
object. - getResource(String) - Method in interface jakarta.servlet.ServletContext
-
Returns a URL to the resource that is mapped to the given path.
- getResourceAsStream(String) - Method in class jakarta.faces.context.ExternalContext
-
Return an
InputStream
for an application resource mapped to the specified path, if it exists; otherwise, returnnull
. - getResourceAsStream(String) - Method in class jakarta.faces.context.ExternalContextWrapper
-
The default behavior of this method is to call
ExternalContext.getResourceAsStream(String)
on the wrappedExternalContext
object. - getResourceAsStream(String) - Method in interface jakarta.servlet.ServletContext
-
Returns the resource located at the named path as an
InputStream
object. - getResourceBundle() - Method in class jakarta.servlet.jsp.jstl.fmt.LocalizationContext
-
Gets the resource bundle of this I18N localization context.
- getResourceBundle(FacesContext, String) - Method in class jakarta.faces.application.Application
-
Find a
ResourceBundle
as defined in the application configuration resources under the specified name. - getResourceBundle(FacesContext, String) - Method in class jakarta.faces.application.ApplicationWrapper
-
The default behavior of this method is to call
Application.getResourceBundle(jakarta.faces.context.FacesContext, String)
on the wrappedApplication
object. - getResourceBundleMap() - Method in class jakarta.faces.component.UIComponent
-
Return a
Map<String,String>
of theResourceBundle
for this component. - getResourceClass() - Method in interface jakarta.ws.rs.container.ResourceInfo
-
Get the resource class that is the target of a request, or
null
if this information is not available. - getResourceHandler() - Method in class jakarta.faces.application.Application
-
Return the singleton, stateless, thread-safe
ResourceHandler
for this application. - getResourceHandler() - Method in class jakarta.faces.application.ApplicationWrapper
-
The default behavior of this method is to call
Application.getResourceHandler()
on the wrappedApplication
object. - getResourceLibraryContracts() - Method in class jakarta.faces.context.FacesContext
-
Return the list of resource library contracts that have been calculated to be appropriate for use with this view, or an empty list if there are no such resource library contracts.
- getResourceLibraryContracts() - Method in class jakarta.faces.context.FacesContextWrapper
-
The default behavior of this method is to call
FacesContext.getResourceLibraryContracts()
on the wrappedFacesContext
object. - getResourceMethod() - Method in interface jakarta.ws.rs.container.ResourceInfo
-
Get the resource method that is the target of a request, or
null
if this information is not available. - getResourceName() - Method in class jakarta.faces.application.Resource
-
Return the resourceName for this resource.
- getResourceName() - Method in class jakarta.faces.application.ResourceWrapper
-
The default behavior of this method is to call
Resource.getResourceName()
on the wrappedResourceHandler
object. - getResourcePaths(String) - Method in class jakarta.faces.context.ExternalContext
-
Return the
Set
of resource paths for all application resources whose resource path starts with the specified argument. - getResourcePaths(String) - Method in class jakarta.faces.context.ExternalContextWrapper
-
The default behavior of this method is to call
ExternalContext.getResourcePaths(String)
on the wrappedExternalContext
object. - getResourcePaths(String) - Method in interface jakarta.servlet.ServletContext
-
Returns a directory-like listing of all the paths to resources within the web application whose longest sub-path matches the supplied path argument.
- getResourceURL(FacesContext) - Method in class jakarta.faces.application.NavigationCase
-
Construct an absolute URL to this
NavigationCase
instance usingViewHandler.getResourceURL(jakarta.faces.context.FacesContext, java.lang.String)
on the path portion of the url. - getResourceURL(FacesContext) - Method in class jakarta.faces.application.NavigationCaseWrapper
- getResourceURL(FacesContext, String) - Method in class jakarta.faces.application.ViewHandler
-
If the value returned from this method is used as the
file
argument to the four-argument constructor forjava.net.URL
(assuming appropriate values are used for the first three arguments), then a client making a request to thetoExternalForm()
of thatURL
will select the argumentpath
for direct rendering. - getResourceURL(FacesContext, String) - Method in class jakarta.faces.application.ViewHandlerWrapper
-
The default behavior of this method is to call
ViewHandler.getResourceURL(jakarta.faces.context.FacesContext, String)
on the wrappedViewHandler
object. - getResponse() - Method in class jakarta.faces.context.ExternalContext
-
Return the environment-specific object instance for the current response.
- getResponse() - Method in class jakarta.faces.context.ExternalContextWrapper
-
The default behavior of this method is to call
ExternalContext.getResponse()
on the wrappedExternalContext
object. - getResponse() - Method in interface jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContext
-
Returns the response object associated with the current request.
- getResponse() - Method in class jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
- getResponse() - Method in interface jakarta.servlet.AsyncContext
-
Gets the response that was used to initialize this AsyncContext by calling
ServletRequest.startAsync()
orServletRequest.startAsync(ServletRequest, ServletResponse)
. - getResponse() - Method in class jakarta.servlet.jsp.PageContext
-
The current value of the response object (a ServletResponse).
- getResponse() - Method in class jakarta.servlet.ServletResponseWrapper
-
Return the wrapped ServletResponse object.
- getResponse() - Method in exception jakarta.ws.rs.client.ResponseProcessingException
-
Get the HTTP response for which the processing has failed.
- getResponse() - Method in exception jakarta.ws.rs.WebApplicationException
-
Get the HTTP response.
- getResponseBufferSize() - Method in class jakarta.faces.context.ExternalContext
-
Return the buffer size for the current response.
- getResponseBufferSize() - Method in class jakarta.faces.context.ExternalContextWrapper
-
The default behavior of this method is to call
ExternalContext.getResponseBufferSize()
on the wrappedExternalContext
object. - getResponseCharacterEncoding() - Method in class jakarta.faces.context.ExternalContext
-
Returns the name of the character encoding (MIME charset) used for the body sent in this response.
- getResponseCharacterEncoding() - Method in class jakarta.faces.context.ExternalContextWrapper
-
The default behavior of this method is to call
ExternalContext.getResponseCharacterEncoding()
on the wrappedExternalContext
object. - getResponseCharacterEncoding() - Method in interface jakarta.servlet.ServletContext
-
Gets the response character encoding that are supported by default for this ServletContext.
- getResponseComplete() - Method in class jakarta.faces.context.FacesContext
-
Return
true
if theresponseComplete()
method has been called for the current request. - getResponseComplete() - Method in class jakarta.faces.context.FacesContextWrapper
-
The default behavior of this method is to call
FacesContext.getResponseComplete()
on the wrappedFacesContext
object. - getResponseContentType() - Method in class jakarta.faces.context.ExternalContext
-
Return the MIME Content-Type for this response.
- getResponseContentType() - Method in class jakarta.faces.context.ExternalContextWrapper
-
The default behavior of this method is to call
ExternalContext.getResponseContentType()
on the wrappedExternalContext
object. - getResponseHeaders() - Method in class jakarta.faces.application.Resource
-
Returns a mutable
Map<String, String>
whose entries will be sent as response headers duringResourceHandler.handleResourceRequest(jakarta.faces.context.FacesContext)
. - getResponseHeaders() - Method in class jakarta.faces.application.ResourceWrapper
-
The default behavior of this method is to call
Resource.getResponseHeaders()
on the wrappedResourceHandler
object. - getResponseMessage() - Method in interface jakarta.security.auth.message.MessageInfo
-
Get the response message object from this MessageInfo.
- getResponseOutputStream() - Method in class jakarta.faces.context.ExternalContext
-
Returns an
OutputStream
suitable for writing binary data to the user-agent. - getResponseOutputStream() - Method in class jakarta.faces.context.ExternalContextWrapper
-
The default behavior of this method is to call
ExternalContext.getResponseOutputStream()
on the wrappedExternalContext
object. - getResponseOutputWriter() - Method in class jakarta.faces.context.ExternalContext
-
Returns a
Writer
suitable for writing character data to the user-agent. - getResponseOutputWriter() - Method in class jakarta.faces.context.ExternalContextWrapper
-
The default behavior of this method is to call
ExternalContext.getResponseOutputWriter()
on the wrappedExternalContext
object. - getResponseStateManager() - Method in class jakarta.faces.render.RenderKit
-
Return an instance of
ResponseStateManager
to handle rendering technology specific state management decisions. - getResponseStateManager() - Method in class jakarta.faces.render.RenderKitWrapper
-
The default behavior of this method is to call
RenderKit.getResponseStateManager()
on the wrappedRenderKit
object. - getResponseStream() - Method in class jakarta.faces.context.FacesContext
-
Return the
ResponseStream
to which components should direct their binary output. - getResponseStream() - Method in class jakarta.faces.context.FacesContextWrapper
-
The default behavior of this method is to call
FacesContext.getResponseStream()
on the wrappedFacesContext
object. - getResponseWriter() - Method in class jakarta.faces.context.FacesContext
-
Return the
ResponseWriter
to which components should direct their character-based output. - getResponseWriter() - Method in class jakarta.faces.context.FacesContextWrapper
-
The default behavior of this method is to call
FacesContext.getResponseWriter()
on the wrappedFacesContext
object. - getRestriction() - Method in interface jakarta.persistence.criteria.CommonAbstractCriteria
-
Return the predicate that corresponds to the where clause restriction(s), or null if no restrictions have been specified.
- getResult() - Method in interface jakarta.enterprise.concurrent.LastExecution
-
Result of the last execution.
- getResult() - Method in class jakarta.security.auth.message.callback.PasswordValidationCallback
-
Get the authentication result.
- getResultList() - Method in interface jakarta.persistence.Query
-
Execute a SELECT query and return the query results as an untyped List.
- getResultList() - Method in interface jakarta.persistence.StoredProcedureQuery
-
Retrieve the list of results from the next result set.
- getResultList() - Method in interface jakarta.persistence.TypedQuery
-
Execute a SELECT query and return the query results as a typed List.
- getResultStream() - Method in interface jakarta.persistence.Query
-
Execute a SELECT query and return the query results as an untyped
java.util.stream.Stream
. - getResultStream() - Method in interface jakarta.persistence.TypedQuery
-
Execute a SELECT query and return the query results as a typed
java.util.stream.Stream
. - getResultType() - Method in interface jakarta.persistence.criteria.AbstractQuery
-
Return the result type of the query or subquery.
- getRetryTime(Date) - Method in exception jakarta.ws.rs.ServiceUnavailableException
-
Get the retry time for the failed request.
- getReturns() - Method in class jakarta.faces.flow.Flow
-
Return an immutable data structure containing all of the return nodes declared for this flow.
- getReturnType() - Method in class jakarta.el.MethodInfo
-
Returns the return type of the method
- getReturnValueDescriptor() - Method in interface jakarta.validation.metadata.ExecutableDescriptor
-
Returns a descriptor for this executable's return value.
- getRev() - Method in class jakarta.faces.component.html.HtmlCommandLink
-
Return the value of the
rev
property. - getRev() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
-
Return the value of the
rev
property. - getRev() - Method in class jakarta.faces.component.html.HtmlOutputLink
-
Return the value of the
rev
property. - getRole() - Method in class jakarta.faces.component.html.HtmlBody
-
Return the value of the
role
property. - getRole() - Method in class jakarta.faces.component.html.HtmlCommandButton
-
Return the value of the
role
property. - getRole() - Method in class jakarta.faces.component.html.HtmlCommandLink
-
Return the value of the
role
property. - getRole() - Method in class jakarta.faces.component.html.HtmlDataTable
-
Return the value of the
role
property. - getRole() - Method in class jakarta.faces.component.html.HtmlForm
-
Return the value of the
role
property. - getRole() - Method in class jakarta.faces.component.html.HtmlGraphicImage
-
Return the value of the
role
property. - getRole() - Method in class jakarta.faces.component.html.HtmlInputFile
-
Return the value of the
role
property. - getRole() - Method in class jakarta.faces.component.html.HtmlInputSecret
-
Return the value of the
role
property. - getRole() - Method in class jakarta.faces.component.html.HtmlInputText
-
Return the value of the
role
property. - getRole() - Method in class jakarta.faces.component.html.HtmlInputTextarea
-
Return the value of the
role
property. - getRole() - Method in class jakarta.faces.component.html.HtmlMessage
-
Return the value of the
role
property. - getRole() - Method in class jakarta.faces.component.html.HtmlMessages
-
Return the value of the
role
property. - getRole() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
-
Return the value of the
role
property. - getRole() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
-
Return the value of the
role
property. - getRole() - Method in class jakarta.faces.component.html.HtmlOutputFormat
-
Return the value of the
role
property. - getRole() - Method in class jakarta.faces.component.html.HtmlOutputLabel
-
Return the value of the
role
property. - getRole() - Method in class jakarta.faces.component.html.HtmlOutputLink
-
Return the value of the
role
property. - getRole() - Method in class jakarta.faces.component.html.HtmlOutputText
-
Return the value of the
role
property. - getRole() - Method in class jakarta.faces.component.html.HtmlPanelGrid
-
Return the value of the
role
property. - getRole() - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
-
Return the value of the
role
property. - getRole() - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
-
Return the value of the
role
property. - getRole() - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
-
Return the value of the
role
property. - getRole() - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
-
Return the value of the
role
property. - getRole() - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
-
Return the value of the
role
property. - getRole() - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
-
Return the value of the
role
property. - getRole() - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
-
Return the value of the
role
property. - getRolesAllowed() - Method in class jakarta.servlet.HttpConstraintElement
-
Gets the names of the authorized roles.
- getRollbackOnly() - Method in interface jakarta.ejb.EJBContext
-
Test if the transaction has been marked for rollback only.
- getRollbackOnly() - Method in interface jakarta.persistence.EntityTransaction
-
Determine whether the current resource transaction has been marked for rollback.
- getRollbackOnly() - Method in interface jakarta.transaction.TransactionSynchronizationRegistry
-
Get the rollbackOnly status of the transaction bound to the current thread at the time this method is called.
- getRoot() - Method in interface jakarta.persistence.criteria.CriteriaDelete
-
Return the query root.
- getRoot() - Method in interface jakarta.persistence.criteria.CriteriaUpdate
-
Return the query root.
- getRootBean() - Method in interface jakarta.validation.ConstraintViolation
-
Returns the root bean being validated.
- getRootBeanClass() - Method in interface jakarta.validation.ConstraintViolation
-
Returns the class of the root bean being validated.
- getRootCause() - Method in exception jakarta.servlet.jsp.el.ELException
-
Deprecated.Returns the root cause.
- getRootCause() - Method in exception jakarta.servlet.jsp.JspException
-
Deprecated.As of JSP 2.1, replaced by
Throwable.getCause()
- getRootCause() - Method in exception jakarta.servlet.ServletException
-
Returns the exception that caused this servlet exception.
- getRootCause(Throwable) - Method in class jakarta.faces.context.ExceptionHandler
-
Unwrap the argument
t
until the unwrapping encounters an Object whosegetClass()
is not equal toFacesException.class
orjakarta.el.ELException.class
. - getRootCause(Throwable) - Method in class jakarta.faces.context.ExceptionHandlerWrapper
-
The default behavior of this method is to call
ExceptionHandler.getRootCause(Throwable)
on the wrappedExceptionHandler
object. - getRootElement() - Method in interface jakarta.faces.component.Doctype
-
Returns the name of the first element in the document, never
null
. - getRootElement() - Method in class jakarta.faces.component.html.HtmlDoctype
-
Return the value of the
rootElement
property. - getRoots() - Method in interface jakarta.persistence.criteria.AbstractQuery
-
Return the query roots.
- getRowClass() - Method in class jakarta.faces.component.html.HtmlDataTable
-
Return the value of the
rowClass
property. - getRowClass() - Method in class jakarta.faces.component.html.HtmlPanelGrid
-
Return the value of the
rowClass
property. - getRowClasses() - Method in class jakarta.faces.component.html.HtmlDataTable
-
Return the value of the
rowClasses
property. - getRowClasses() - Method in class jakarta.faces.component.html.HtmlPanelGrid
-
Return the value of the
rowClasses
property. - getRowCount() - Method in class jakarta.faces.component.UIData
-
Return the number of rows in the underlying data model.
- getRowCount() - Method in class jakarta.faces.model.ArrayDataModel
-
If there is
wrappedData
available, return the length of the array. - getRowCount() - Method in class jakarta.faces.model.CollectionDataModel
-
If there is
wrappedData
available, return the length of the list. - getRowCount() - Method in class jakarta.faces.model.DataModel
-
Return the number of rows of data objects represented by this
DataModel
. - getRowCount() - Method in class jakarta.faces.model.IterableDataModel
-
Return the number of rows of data objects represented by this
DataModel
. - getRowCount() - Method in class jakarta.faces.model.ListDataModel
-
If there is
wrappedData
available, return the length of the list. - getRowCount() - Method in class jakarta.faces.model.ResultSetDataModel
-
Return -1, since
ResultSet
does not provide a standard way to determine the number of available rows without scrolling through the entireResultSet
, and this can be very expensive if the number of rows is large. - getRowCount() - Method in class jakarta.faces.model.ScalarDataModel
-
If there is
wrappedData
available, return 1. - getRowCount() - Method in interface jakarta.servlet.jsp.jstl.sql.Result
-
Returns the number of rows in the cached ResultSet
- getRowData() - Method in class jakarta.faces.component.UIData
-
Return the data object representing the data for the currently selected row index, if any.
- getRowData() - Method in class jakarta.faces.model.ArrayDataModel
-
If row data is available, return the array element at the index specified by
rowIndex
. - getRowData() - Method in class jakarta.faces.model.CollectionDataModel
-
If row data is available, return the array element at the index specified by
rowIndex
. - getRowData() - Method in class jakarta.faces.model.DataModel
-
Return an object representing the data for the currently selected row index.
- getRowData() - Method in class jakarta.faces.model.DataModelEvent
-
Return the object representing the data for the specified row index, or
null
for no associated row data. - getRowData() - Method in class jakarta.faces.model.IterableDataModel
-
Return an object representing the data for the currenty selected row index.
- getRowData() - Method in class jakarta.faces.model.ListDataModel
-
If row data is available, return the array element at the index specified by
rowIndex
. - getRowData() - Method in class jakarta.faces.model.ResultSetDataModel
-
If row data is available, return a
Map
representing the values of the columns for the row specified byrowIndex
, keyed by the corresponding column names. - getRowData() - Method in class jakarta.faces.model.ScalarDataModel
-
If wrapped data is available, return the wrapped data instance.
- getRowIndex() - Method in class jakarta.faces.component.UIData
-
Return the zero-relative index of the currently selected row.
- getRowIndex() - Method in class jakarta.faces.model.ArrayDataModel
- getRowIndex() - Method in class jakarta.faces.model.CollectionDataModel
- getRowIndex() - Method in class jakarta.faces.model.DataModel
-
Return the zero-relative index of the currently selected row.
- getRowIndex() - Method in class jakarta.faces.model.DataModelEvent
-
Return the row index for this event, or -1 for no specific row.
- getRowIndex() - Method in class jakarta.faces.model.IterableDataModel
-
Return the zero-relative index of the currently selected row.
- getRowIndex() - Method in class jakarta.faces.model.ListDataModel
- getRowIndex() - Method in class jakarta.faces.model.ResultSetDataModel
- getRowIndex() - Method in class jakarta.faces.model.ScalarDataModel
- getRows() - Method in class jakarta.faces.component.html.HtmlInputTextarea
-
Return the value of the
rows
property. - getRows() - Method in class jakarta.faces.component.UIData
-
Return the number of rows to be displayed, or zero for all remaining rows in the table.
- getRows() - Method in interface jakarta.servlet.jsp.jstl.sql.Result
-
Returns the result of the query as an array of
SortedMap
objects. - getRowsByIndex() - Method in interface jakarta.servlet.jsp.jstl.sql.Result
-
Returns the result of the query as an array of arrays.
- getRules() - Method in class jakarta.faces.component.html.HtmlDataTable
-
Return the value of the
rules
property. - getRules() - Method in class jakarta.faces.component.html.HtmlPanelGrid
-
Return the value of the
rules
property. - getRunAsRole() - Method in interface jakarta.servlet.ServletRegistration
-
Gets the name of the runAs role of the Servlet represented by this
ServletRegistration
. - getRunEnd() - Method in interface jakarta.enterprise.concurrent.LastExecution
-
The last time in which the task was completed.
- getRunEnd(ZoneId) - Method in interface jakarta.enterprise.concurrent.LastExecution
-
The time, in the specified time-zone, at which the most recent execution of the task completed running.
- getRunStart() - Method in interface jakarta.enterprise.concurrent.LastExecution
-
The last time in which the task started running.
- getRunStart(ZoneId) - Method in interface jakarta.enterprise.concurrent.LastExecution
-
The time, in the specified time-zone, at which the most recent execution of the task started running.
- getRuntimeType() - Method in interface jakarta.ws.rs.core.Configuration
-
Get the runtime type of this configuration context.
- getRxInvoker(SyncInvoker, ExecutorService) - Method in interface jakarta.ws.rs.client.RxInvokerProvider
-
Get
RxInvoker
implementation instance. - getSameSite() - Method in class jakarta.ws.rs.core.NewCookie
-
Returns the value of the
SameSite
attribute for this cookie ornull
if the attribute is not set. - getSchedule() - Method in interface jakarta.ejb.Timer
-
Get the schedule expression corresponding to this timer.
- getScheduledStart() - Method in interface jakarta.enterprise.concurrent.LastExecution
-
The last time in which task was scheduled to run.
- getScheduledStart(ZoneId) - Method in interface jakarta.enterprise.concurrent.LastExecution
-
The time, in the specified time-zone, at which the most recent execution of the task was expected to start, per its schedule.
- getScheme() - Method in interface jakarta.servlet.ServletRequest
-
Returns the name of the scheme used to make this request, for example,
http
,https
, orftp
. - getScheme() - Method in class jakarta.servlet.ServletRequestWrapper
-
The default behavior of this method is to return getScheme() on the wrapped request object.
- getScope() - Method in interface jakarta.enterprise.context.spi.Context
-
Get the scope type of the context object.
- getScope() - Method in interface jakarta.enterprise.inject.spi.BeanAttributes
-
Obtains the scope of the bean.
- getScope() - Method in class jakarta.faces.component.UIWebsocket
-
Returns the scope of the websocket channel.
- getScope() - Method in class jakarta.faces.event.ScopeContext
-
Return the scope itself, exposed as a
Map
. - getScope() - Method in interface jakarta.security.enterprise.identitystore.openid.AccessToken
-
Optional.
- getScope() - Method in class jakarta.servlet.jsp.tagext.TagVariableInfo
-
The body of the <scope> element.
- getScope() - Method in class jakarta.servlet.jsp.tagext.VariableInfo
-
Returns the synchronization scope of the variable.
- getScopeName() - Method in class jakarta.faces.event.ScopeContext
-
Return the name of this custom scope.
- getScript(ClientBehaviorContext) - Method in interface jakarta.faces.component.behavior.ClientBehavior
-
Return the script that implements this ClientBehavior's client-side logic.
- getScript(ClientBehaviorContext) - Method in class jakarta.faces.component.behavior.ClientBehaviorBase
-
Default implementation of of
ClientBehavior.getScript(jakarta.faces.component.behavior.ClientBehaviorContext)
. - getScript(ClientBehaviorContext, ClientBehavior) - Method in class jakarta.faces.render.ClientBehaviorRenderer
-
Return the script that implements this ClientBehavior's client-side logic.
- getScriptComponentResource(FacesContext, Resource) - Method in class jakarta.faces.view.ViewDeclarationLanguage
-
Take implementation specific action to discover a
Resource
given the argumentcomponentResource
. - getScriptComponentResource(FacesContext, Resource) - Method in class jakarta.faces.view.ViewDeclarationLanguageWrapper
- getScriptingInvalid() - Method in interface jakarta.servlet.descriptor.JspPropertyGroupDescriptor
-
Gets the value of the
scripting-invalid
configuration, which specifies whether scripting is enabled for any JSP pages mapped to the JSP property group represented by thisJspPropertyGroupDescriptor
. - getSearchExpressionContext() - Method in class jakarta.faces.component.search.SearchKeywordContext
-
Returns the
SearchExpressionContext
for the current request. - getSearchExpressionContext(FacesContext, UIComponent, Set<SearchExpressionHint>, Set<VisitHint>) - Method in class jakarta.faces.component.search.SearchExpressionContextFactory
-
Creates a
SearchExpressionContext
instance for use with theSearchExpressionHandler
. - getSearchExpressionHandler() - Method in class jakarta.faces.application.Application
-
Return the thread-safe singleton
SearchExpressionHandler
for this application. - getSearchExpressionHandler() - Method in class jakarta.faces.application.ApplicationWrapper
- getSearchKeywordResolver() - Method in class jakarta.faces.application.Application
-
Return the singleton
SearchKeywordResolver
instance to be used for all search keyword resolution. - getSearchKeywordResolver() - Method in class jakarta.faces.application.ApplicationWrapper
- getSecond() - Method in class jakarta.ejb.ScheduleExpression
-
Return the value of the second attribute.
- getSecure() - Method in class jakarta.servlet.http.Cookie
-
Returns
true
if the browser is sending cookies only over a secure protocol, orfalse
if the browser can send cookies using any protocol. - getSecurityContext() - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Get the injectable security context information for the current request.
- getSelectedClass() - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
-
Return the value of the
selectedClass
property. - getSelectedValues() - Method in class jakarta.faces.component.UISelectMany
-
Return the currently selected values, or
null
if there are no currently selected values. - getSelection() - Method in interface jakarta.persistence.criteria.AbstractQuery
-
Return the selection of the query, or null if no selection has been set.
- getSelection() - Method in interface jakarta.persistence.criteria.Subquery
-
Return the selection expression.
- getSelectItems() - Method in class jakarta.faces.model.SelectItemGroup
-
Return the set of subordinate
SelectItem
s for this group. - getSendStream() - Method in interface jakarta.websocket.RemoteEndpoint.Basic
-
Opens an output stream on which a binary message may be sent.
- getSendTimeout() - Method in interface jakarta.websocket.RemoteEndpoint.Async
-
Return the number of milliseconds the implementation will timeout attempting to send a websocket message.
- getSendWriter() - Method in interface jakarta.websocket.RemoteEndpoint.Basic
-
Opens a character stream on which a text message may be sent.
- getSeparatorChar(FacesContext) - Static method in class jakarta.faces.component.UINamingContainer
-
Return the character used to separate segments of a clientId.
- getSerialNum() - Method in class jakarta.security.auth.message.callback.PrivateKeyCallback.IssuerSerialNumRequest
-
Get the serial number.
- getServerAuthConfig(String, String, CallbackHandler) - Method in interface jakarta.security.auth.message.config.AuthConfigProvider
-
Get an instance of ServerAuthConfig from this provider.
- getServerInfo() - Method in interface jakarta.servlet.ServletContext
-
Returns the name and version of the servlet container on which the servlet is running.
- getServerName() - Method in interface jakarta.servlet.ServletRequest
-
Returns the host name of the server to which the request was sent.
- getServerName() - Method in class jakarta.servlet.ServletRequestWrapper
-
The default behavior of this method is to return getServerName() on the wrapped request object.
- getServerPort() - Method in interface jakarta.servlet.ServletRequest
-
Returns the port number to which the request was sent.
- getServerPort() - Method in class jakarta.servlet.ServletRequestWrapper
-
The default behavior of this method is to return getServerPort() on the wrapped request object.
- getServletConfig() - Method in class jakarta.faces.webapp.FacesServlet
-
Return the
ServletConfig
instance for this servlet. - getServletConfig() - Method in class jakarta.servlet.GenericServlet
-
Returns this servlet's
ServletConfig
object. - getServletConfig() - Method in class jakarta.servlet.jsp.PageContext
-
The ServletConfig instance.
- getServletConfig() - Method in interface jakarta.servlet.Servlet
-
Returns a
ServletConfig
object, which contains initialization and startup parameters for this servlet. - getServletConnection() - Method in interface jakarta.servlet.ServletRequest
-
Obtain details of the network connection to the Servlet container that is being used by this request.
- getServletConnection() - Method in class jakarta.servlet.ServletRequestWrapper
-
Gets the connection information for the wrapped request.
- getServletContext() - Method in interface jakarta.servlet.FilterConfig
-
Returns a reference to the
ServletContext
in which the caller is executing. - getServletContext() - Method in class jakarta.servlet.GenericFilter
-
Returns a reference to the
ServletContext
in which this filter is running. - getServletContext() - Method in class jakarta.servlet.GenericServlet
-
Returns a reference to the
ServletContext
in which this servlet is running. - getServletContext() - Method in interface jakarta.servlet.http.HttpSession
-
Returns the ServletContext to which this session belongs.
- getServletContext() - Method in class jakarta.servlet.jsp.PageContext
-
The ServletContext instance.
- getServletContext() - Method in interface jakarta.servlet.ServletConfig
-
Returns a reference to the
ServletContext
in which the caller is executing. - getServletContext() - Method in class jakarta.servlet.ServletContextEvent
-
Return the ServletContext that changed.
- getServletContext() - Method in interface jakarta.servlet.ServletRequest
-
Gets the servlet context to which this ServletRequest was last dispatched.
- getServletContext() - Method in class jakarta.servlet.ServletRequestEvent
-
Returns the ServletContext of this web application.
- getServletContext() - Method in class jakarta.servlet.ServletRequestWrapper
-
Gets the servlet context to which the wrapped servlet request was last dispatched.
- getServletContextName() - Method in interface jakarta.servlet.ServletContext
-
Returns the name of this web application corresponding to this ServletContext as specified in the deployment descriptor for this web application by the display-name element.
- getServletInfo() - Method in class jakarta.faces.webapp.FacesServlet
-
Return information about this Servlet.
- getServletInfo() - Method in class jakarta.servlet.GenericServlet
-
Returns information about the servlet, such as author, version, and copyright.
- getServletInfo() - Method in interface jakarta.servlet.Servlet
-
Returns information about the servlet, such as author, version, and copyright.
- getServletName() - Method in class jakarta.servlet.GenericServlet
-
Returns the name of this servlet instance.
- getServletName() - Method in interface jakarta.servlet.http.HttpServletMapping
-
Return the String representation for the
servlet-name
for this mapping. - getServletName() - Method in class jakarta.servlet.jsp.ErrorData
-
Returns the name of the servlet invoked.
- getServletName() - Method in interface jakarta.servlet.ServletConfig
-
Returns the name of this servlet instance.
- getServletNameMappings() - Method in interface jakarta.servlet.FilterRegistration
-
Gets the currently available servlet name mappings of the Filter represented by this
FilterRegistration
. - getServletPath() - Method in interface jakarta.servlet.http.HttpServletRequest
-
Returns the part of this request's URL that calls the servlet.
- getServletPath() - Method in class jakarta.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to return getServletPath() on the wrapped request object.
- getServletRegistration(String) - Method in interface jakarta.servlet.ServletContext
-
Gets the ServletRegistration corresponding to the servlet with the given servletName.
- getServletRegistrations() - Method in interface jakarta.servlet.ServletContext
-
Gets a (possibly empty) Map of the ServletRegistration objects (keyed by servlet name) corresponding to all servlets registered with this ServletContext.
- getServletRequest() - Method in class jakarta.servlet.ServletRequestEvent
-
Returns the ServletRequest that is changing.
- getSession() - Method in interface jakarta.servlet.http.HttpServletRequest
-
Returns the current session associated with this request, or if the request does not have a session, creates one.
- getSession() - Method in class jakarta.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to return getSession() on the wrapped request object.
- getSession() - Method in class jakarta.servlet.http.HttpSessionEvent
-
Return the session that changed.
- getSession() - Method in class jakarta.servlet.jsp.PageContext
-
The current value of the session object (an HttpSession).
- getSession() - Method in exception jakarta.websocket.SessionException
-
Return the Session on which the problem occurred.
- getSession(boolean) - Method in class jakarta.faces.context.ExternalContext
-
If the
create
parameter istrue
, create (if necessary) and return a session instance associated with the current request. - getSession(boolean) - Method in class jakarta.faces.context.ExternalContextWrapper
-
The default behavior of this method is to call
ExternalContext.getSession(boolean)
on the wrappedExternalContext
object. - getSession(boolean) - Method in interface jakarta.servlet.http.HttpServletRequest
-
Returns the current
HttpSession
associated with this request or, if there is no current session andcreate
is true, returns a new session. - getSession(boolean) - Method in class jakarta.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to return getSession(boolean create) on the wrapped request object.
- getSessionBeanType() - Method in interface jakarta.enterprise.inject.spi.ProcessSessionBean
-
Returns a
SessionBeanType
representing the kind of session bean. - getSessionCookieConfig() - Method in interface jakarta.servlet.ServletContext
-
Gets the
SessionCookieConfig
object through which various properties of the session tracking cookies created on behalf of this ServletContext may be configured. - getSessionId() - Method in interface jakarta.servlet.http.PushBuilder
-
Return the SessionID to be used for the push.
- getSessionId(boolean) - Method in class jakarta.faces.context.ExternalContext
-
Return the id of the current session or the empty string if no session has been created and the
create
parameter isfalse
. - getSessionId(boolean) - Method in class jakarta.faces.context.ExternalContextWrapper
-
The default behavior of this method is to call
ExternalContext.getSessionId(boolean)
on the wrappedExternalContext
object. - getSessionMap() - Method in class jakarta.faces.context.ExternalContext
-
Return a mutable
Map
representing the session scope attributes for the current application. - getSessionMap() - Method in class jakarta.faces.context.ExternalContextWrapper
-
The default behavior of this method is to call
ExternalContext.getSessionMap()
on the wrappedExternalContext
object. - getSessionMaxInactiveInterval() - Method in class jakarta.faces.context.ExternalContext
-
Returns the maximum time interval, in seconds, that the Jakarta Servlet container will keep this session open between client accesses.
- getSessionMaxInactiveInterval() - Method in class jakarta.faces.context.ExternalContextWrapper
-
The default behavior of this method is to call
ExternalContext.getSessionMaxInactiveInterval()
on the wrappedExternalContext
object. - getSessionTimeout() - Method in interface jakarta.servlet.ServletContext
-
Gets the session timeout in minutes that are supported by default for this ServletContext.
- getSet(String) - Method in interface jakarta.persistence.metamodel.ManagedType
-
Return the Set-valued attribute of the managed type that corresponds to the specified name.
- getSet(String, Class<E>) - Method in interface jakarta.persistence.metamodel.ManagedType
-
Return the Set-valued attribute of the managed type that corresponds to the specified name and Java element type.
- getSeverity() - Method in class jakarta.faces.application.FacesMessage
-
Return the severity level.
- getShape() - Method in class jakarta.faces.component.html.HtmlCommandLink
-
Return the value of the
shape
property. - getShape() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
-
Return the value of the
shape
property. - getShape() - Method in class jakarta.faces.component.html.HtmlOutputLink
-
Return the value of the
shape
property. - getSharedCacheMode() - Method in interface jakarta.persistence.spi.PersistenceUnitInfo
-
Returns the specification of how the provider must use a second-level cache for the persistence unit.
- getShortName() - Method in class jakarta.servlet.jsp.tagext.TagLibraryInfo
-
The preferred short name (prefix) as indicated in the TLD.
- getSingleResult() - Method in interface jakarta.persistence.Query
-
Execute a SELECT query that returns a single untyped result.
- getSingleResult() - Method in interface jakarta.persistence.StoredProcedureQuery
-
Retrieve a single result from the next result set.
- getSingleResult() - Method in interface jakarta.persistence.TypedQuery
-
Execute a SELECT query that returns a single result.
- getSingletons() - Method in class jakarta.ws.rs.core.Application
-
Deprecated.Automatic discovery of resources and providers or the
getClasses
method is preferred overgetSingletons
. - getSingularAttribute(String) - Method in interface jakarta.persistence.metamodel.ManagedType
-
Return the single-valued attribute of the managed type that corresponds to the specified name.
- getSingularAttribute(String, Class<Y>) - Method in interface jakarta.persistence.metamodel.ManagedType
-
Return the single-valued attribute of the managed type that corresponds to the specified name and Java type.
- getSingularAttributes() - Method in interface jakarta.persistence.metamodel.ManagedType
-
Return the single-valued attributes of the managed type.
- getSize() - Method in class jakarta.faces.component.html.HtmlInputFile
-
Deprecated, for removal: This API element is subject to removal in a future version.This attribute is actually not specified in HTML. Do not use it on this component.
- getSize() - Method in class jakarta.faces.component.html.HtmlInputSecret
-
Return the value of the
size
property. - getSize() - Method in class jakarta.faces.component.html.HtmlInputText
-
Return the value of the
size
property. - getSize() - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
-
Return the value of the
size
property. - getSize() - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
-
Return the value of the
size
property. - getSize() - Method in interface jakarta.servlet.http.Part
-
Returns the size of this file.
- getSize(T, Class<?>, Type, Annotation[], MediaType) - Method in interface jakarta.ws.rs.ext.MessageBodyWriter
-
Originally, the method has been called before
writeTo
to ascertain the length in bytes of the serialized form oft
. - getSmallIcon() - Method in class jakarta.servlet.jsp.tagext.TagInfo
-
Get the path to the small icon.
- getSMaxAge() - Method in class jakarta.ws.rs.core.CacheControl
-
Corresponds to the s-maxage cache control directive.
- getSource() - Method in interface jakarta.enterprise.inject.spi.ProcessSyntheticAnnotatedType
-
Get the extension instance which added the
AnnotatedType
for which this event is being fired. - getSource() - Method in interface jakarta.enterprise.inject.spi.ProcessSyntheticBean
-
Get the extension instance which added the
Bean
for which this event is being fired. - getSource() - Method in interface jakarta.enterprise.inject.spi.ProcessSyntheticObserverMethod
-
Get the extension instance which added the
ObserverMethod
for which this event is being fired. - getSource() - Method in class jakarta.faces.component.search.SearchExpressionContext
-
Returns the source / base component from which we will start to perform our search.
- getSourceId() - Method in class jakarta.faces.component.behavior.ClientBehaviorContext
-
Returns an id for use as the
ClientBehavior
source. - getSpecificationVersion() - Method in class jakarta.servlet.jsp.JspEngineInfo
-
Return the version number of the JSP specification that is supported by this JSP engine.
- getSslContext() - Method in interface jakarta.ws.rs.client.Client
-
Get the SSL context configured to be used with the current client run-time.
- getSSLContext() - Method in interface jakarta.websocket.ClientEndpointConfig
-
Return the SSLContext to be used to establish a WebSocket (wss) connection to the server.
- getStart() - Method in class jakarta.ejb.ScheduleExpression
-
Return the start date, if set; otherwise null.
- getStartNodeId() - Method in class jakarta.faces.flow.Flow
-
Return the immutable id for the default node that should be activated when this flow is entered.
- getState(FacesContext, String) - Method in class jakarta.faces.render.ResponseStateManager
-
The implementation must inspect the current request and return an Object representing the tree structure and component state passed in to a previous invocation of
ResponseStateManager.writeState(jakarta.faces.context.FacesContext,java.lang.Object)
. - getStateHelper() - Method in class jakarta.faces.component.UIComponent
-
Return the
StateHelper
instance used to help this component implementPartialStateHolder
. - getStateHelper(boolean) - Method in class jakarta.faces.component.UIComponent
-
Like
UIComponent.getStateHelper()
, but only create a state helper instance if the argumentcreat
istrue
. - getStateManagementStrategy(FacesContext, String) - Method in class jakarta.faces.view.ViewDeclarationLanguage
-
For implementations that want to control the implementation of state saving and restoring, the
StateManagementStrategy
allows them to do so. - getStateManagementStrategy(FacesContext, String) - Method in class jakarta.faces.view.ViewDeclarationLanguageWrapper
- getStateManager() - Method in class jakarta.faces.application.Application
-
Return the
StateManager
instance that will be utilized during the Restore View and Render Response phases of the request processing lifecycle. - getStateManager() - Method in class jakarta.faces.application.ApplicationWrapper
-
The default behavior of this method is to call
Application.getStateManager()
on the wrappedApplication
object. - getStatus() - Method in class jakarta.security.enterprise.identitystore.CredentialValidationResult
-
Determines the validation status.
- getStatus() - Method in interface jakarta.servlet.http.HttpServletResponse
-
Gets the current status code of this response.
- getStatus() - Method in class jakarta.servlet.http.HttpServletResponseWrapper
-
The default behaviour of this method is to call
HttpServletResponse.getStatus()
on the wrapped response object. - getStatus() - Method in interface jakarta.transaction.Transaction
-
Obtain the status of the transaction associated with the target Transaction object.
- getStatus() - Method in interface jakarta.transaction.TransactionManager
-
Obtain the status of the transaction associated with the current thread.
- getStatus() - Method in interface jakarta.transaction.UserTransaction
-
Obtain the status of the transaction associated with the current thread.
- getStatus() - Method in interface jakarta.ws.rs.client.ClientResponseContext
-
Get the status code associated with the response.
- getStatus() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Get the status code associated with the response.
- getStatus() - Method in class jakarta.ws.rs.core.Response
-
Get the status code associated with the response.
- getStatusCode() - Method in class jakarta.servlet.jsp.ErrorData
-
Returns the status code of the error.
- getStatusCode() - Method in enum jakarta.ws.rs.core.Response.Status
-
Get the associated status code.
- getStatusCode() - Method in interface jakarta.ws.rs.core.Response.StatusType
-
Get the associated status code.
- getStatusInfo() - Method in interface jakarta.ws.rs.client.ClientResponseContext
-
Get the complete status information associated with the response.
- getStatusInfo() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Get the complete status information associated with the response.
- getStatusInfo() - Method in class jakarta.ws.rs.core.Response
-
Get the complete status information associated with the response.
- getStep() - Method in interface jakarta.servlet.jsp.jstl.core.LoopTagStatus
-
Returns the value of the 'step' attribute for the associated tag, or null if no 'step' attribute was specified.
- getStereotypeDefinition(Class<? extends Annotation>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
-
Obtains meta-annotations for a certain stereotype.
- getStereotypes() - Method in interface jakarta.enterprise.inject.spi.BeanAttributes
-
Obtains the stereotypes of the bean.
- getStoredValue(HttpServletRequest, HttpServletResponse, String) - Method in interface jakarta.security.enterprise.identitystore.openid.OpenIdContext
-
Retrieves the Stored value from Storage Controller.
- getStreamELResolver() - Method in class jakarta.el.ExpressionFactory
-
Retrieves an ELResolver that implements the operations in collections.
- getStreamOffset() - Method in interface jakarta.json.stream.JsonLocation
-
Return the stream offset into the input source this location is pointing to.
- getString() - Method in interface jakarta.json.JsonString
-
Returns the JSON string value.
- getString() - Method in interface jakarta.json.stream.JsonParser
-
Returns a
String
for the name in a name/value pair, for a string value or a number value. - getString() - Method in class jakarta.servlet.jsp.tagext.BodyContent
-
Return the value of the BodyContent as a String.
- getString(int) - Method in interface jakarta.json.JsonArray
-
A convenience method for
getJsonString(index).getString()
. - getString(int, String) - Method in interface jakarta.json.JsonArray
-
Returns the
String
value ofJsonString
at the specified position in this JSON array values. - getString(String) - Method in interface jakarta.json.JsonObject
-
A convenience method for
getJsonString(name).getString()
- getString(String, String) - Method in interface jakarta.json.JsonObject
-
Returns the string value of the associated
JsonString
mapping for the specified name. - getStringClaim(String) - Method in interface jakarta.security.enterprise.identitystore.openid.Claims
-
Get String claim of given name
- getStringHeaders() - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Get a string view of header values associated with the message.
- getStringHeaders() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Get a string view of header values associated with the message.
- getStringHeaders() - Method in class jakarta.ws.rs.core.Response
-
Get view of the response headers and their string values.
- getStringValue(FacesContext) - Method in class jakarta.faces.component.UIViewParameter
-
If the value of this parameter comes from a
ValueExpression
return the value of the expression, otherwise, return the local value. - getStringValueFromModel(FacesContext) - Method in class jakarta.faces.component.UIViewParameter
-
Manually perform standard conversion steps to get a string value from the value expression.
- getStyle() - Method in class jakarta.faces.component.html.HtmlBody
-
Return the value of the
style
property. - getStyle() - Method in class jakarta.faces.component.html.HtmlCommandButton
-
Return the value of the
style
property. - getStyle() - Method in class jakarta.faces.component.html.HtmlCommandLink
-
Return the value of the
style
property. - getStyle() - Method in class jakarta.faces.component.html.HtmlDataTable
-
Return the value of the
style
property. - getStyle() - Method in class jakarta.faces.component.html.HtmlForm
-
Return the value of the
style
property. - getStyle() - Method in class jakarta.faces.component.html.HtmlGraphicImage
-
Return the value of the
style
property. - getStyle() - Method in class jakarta.faces.component.html.HtmlInputFile
-
Return the value of the
style
property. - getStyle() - Method in class jakarta.faces.component.html.HtmlInputSecret
-
Return the value of the
style
property. - getStyle() - Method in class jakarta.faces.component.html.HtmlInputText
-
Return the value of the
style
property. - getStyle() - Method in class jakarta.faces.component.html.HtmlInputTextarea
-
Return the value of the
style
property. - getStyle() - Method in class jakarta.faces.component.html.HtmlMessage
-
Return the value of the
style
property. - getStyle() - Method in class jakarta.faces.component.html.HtmlMessages
-
Return the value of the
style
property. - getStyle() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
-
Return the value of the
style
property. - getStyle() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
-
Return the value of the
style
property. - getStyle() - Method in class jakarta.faces.component.html.HtmlOutputFormat
-
Return the value of the
style
property. - getStyle() - Method in class jakarta.faces.component.html.HtmlOutputLabel
-
Return the value of the
style
property. - getStyle() - Method in class jakarta.faces.component.html.HtmlOutputLink
-
Return the value of the
style
property. - getStyle() - Method in class jakarta.faces.component.html.HtmlOutputText
-
Return the value of the
style
property. - getStyle() - Method in class jakarta.faces.component.html.HtmlPanelGrid
-
Return the value of the
style
property. - getStyle() - Method in class jakarta.faces.component.html.HtmlPanelGroup
-
Return the value of the
style
property. - getStyle() - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
-
Return the value of the
style
property. - getStyle() - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
-
Return the value of the
style
property. - getStyle() - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
-
Return the value of the
style
property. - getStyle() - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
-
Return the value of the
style
property. - getStyle() - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
-
Return the value of the
style
property. - getStyle() - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
-
Return the value of the
style
property. - getStyle() - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
-
Return the value of the
style
property. - getStyleClass() - Method in class jakarta.faces.component.html.HtmlBody
-
Return the value of the
styleClass
property. - getStyleClass() - Method in class jakarta.faces.component.html.HtmlColumn
-
Return the value of the
styleClass
property. - getStyleClass() - Method in class jakarta.faces.component.html.HtmlCommandButton
-
Return the value of the
styleClass
property. - getStyleClass() - Method in class jakarta.faces.component.html.HtmlCommandLink
-
Return the value of the
styleClass
property. - getStyleClass() - Method in class jakarta.faces.component.html.HtmlDataTable
-
Return the value of the
styleClass
property. - getStyleClass() - Method in class jakarta.faces.component.html.HtmlForm
-
Return the value of the
styleClass
property. - getStyleClass() - Method in class jakarta.faces.component.html.HtmlGraphicImage
-
Return the value of the
styleClass
property. - getStyleClass() - Method in class jakarta.faces.component.html.HtmlInputFile
-
Return the value of the
styleClass
property. - getStyleClass() - Method in class jakarta.faces.component.html.HtmlInputSecret
-
Return the value of the
styleClass
property. - getStyleClass() - Method in class jakarta.faces.component.html.HtmlInputText
-
Return the value of the
styleClass
property. - getStyleClass() - Method in class jakarta.faces.component.html.HtmlInputTextarea
-
Return the value of the
styleClass
property. - getStyleClass() - Method in class jakarta.faces.component.html.HtmlMessage
-
Return the value of the
styleClass
property. - getStyleClass() - Method in class jakarta.faces.component.html.HtmlMessages
-
Return the value of the
styleClass
property. - getStyleClass() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
-
Return the value of the
styleClass
property. - getStyleClass() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
-
Return the value of the
styleClass
property. - getStyleClass() - Method in class jakarta.faces.component.html.HtmlOutputFormat
-
Return the value of the
styleClass
property. - getStyleClass() - Method in class jakarta.faces.component.html.HtmlOutputLabel
-
Return the value of the
styleClass
property. - getStyleClass() - Method in class jakarta.faces.component.html.HtmlOutputLink
-
Return the value of the
styleClass
property. - getStyleClass() - Method in class jakarta.faces.component.html.HtmlOutputText
-
Return the value of the
styleClass
property. - getStyleClass() - Method in class jakarta.faces.component.html.HtmlPanelGrid
-
Return the value of the
styleClass
property. - getStyleClass() - Method in class jakarta.faces.component.html.HtmlPanelGroup
-
Return the value of the
styleClass
property. - getStyleClass() - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
-
Return the value of the
styleClass
property. - getStyleClass() - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
-
Return the value of the
styleClass
property. - getStyleClass() - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
-
Return the value of the
styleClass
property. - getStyleClass() - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
-
Return the value of the
styleClass
property. - getStyleClass() - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
-
Return the value of the
styleClass
property. - getStyleClass() - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
-
Return the value of the
styleClass
property. - getStyleClass() - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
-
Return the value of the
styleClass
property. - getSubgraphs() - Method in interface jakarta.persistence.AttributeNode
-
Return the Map<Class, Subgraph> of subgraphs associated with this attribute node.
- getSubject() - Method in class jakarta.security.auth.message.callback.CallerPrincipalCallback
-
Get the Subject in which the handler will distinguish the caller principal
- getSubject() - Method in class jakarta.security.auth.message.callback.GroupPrincipalCallback
-
Get the Subject in which the handler will establish the group principals.
- getSubject() - Method in class jakarta.security.auth.message.callback.PasswordValidationCallback
-
Get the subject.
- getSubject() - Method in interface jakarta.security.enterprise.identitystore.openid.JwtClaims
-
The principal that is the subject of the JWT.
- getSubject() - Method in interface jakarta.security.enterprise.identitystore.openid.OpenIdClaims
- getSubject() - Method in interface jakarta.security.enterprise.identitystore.openid.OpenIdContext
-
Subject Identifier.
- getSubjectKeyID() - Method in class jakarta.security.auth.message.callback.PrivateKeyCallback.SubjectKeyIDRequest
-
Get the subjectKeyID.
- getSubmittedFileName() - Method in interface jakarta.servlet.http.Part
-
Gets the file name specified by the client
- getSubmittedValue() - Method in interface jakarta.faces.component.EditableValueHolder
-
Return the submittedValue value of this component.
- getSubmittedValue() - Method in class jakarta.faces.component.UIInput
-
Return the submittedValue value of this
UIInput
component. - getSubmittedValue() - Method in class jakarta.faces.component.UISelectMany
- getSubmittedValue() - Method in class jakarta.faces.component.UIViewParameter
-
Assume that the submitted value is always a string, but the return type from this method is
Object
.. - getSubprotocols() - Method in interface jakarta.websocket.server.ServerEndpointConfig
-
Return the websocket subprotocols configured.
- getSubtreeIdsToVisit(UIComponent) - Method in class jakarta.faces.component.visit.VisitContext
-
Given a
NamingContainer
component, returns the client ids of any components underneath the NamingContainer that should be visited. - getSubtreeIdsToVisit(UIComponent) - Method in class jakarta.faces.component.visit.VisitContextWrapper
- getSubtype() - Method in class jakarta.ws.rs.core.MediaType
-
Getter for subtype.
- getSummary() - Method in class jakarta.faces.application.FacesMessage
-
Return the localized summary text.
- getSummary() - Method in class jakarta.faces.component.html.HtmlDataTable
-
Return the value of the
summary
property. - getSummary() - Method in class jakarta.faces.component.html.HtmlPanelGrid
-
Return the value of the
summary
property. - getSupertype() - Method in interface jakarta.persistence.metamodel.IdentifiableType
-
Return the identifiable type that corresponds to the most specific mapped superclass or entity extended by the entity or mapped superclass.
- getSuppliedRequest() - Method in class jakarta.servlet.AsyncEvent
-
Gets the ServletRequest from this AsyncEvent.
- getSuppliedResponse() - Method in class jakarta.servlet.AsyncEvent
-
Gets the ServletResponse from this AsyncEvent.
- getSupportedLocales() - Method in class jakarta.faces.application.Application
-
Return an
Iterator
over the supportedLocale
s for this appication. - getSupportedLocales() - Method in class jakarta.faces.application.ApplicationWrapper
-
The default behavior of this method is to call
Application.getSupportedLocales()
on the wrappedApplication
object. - getSupportedMessageTypes() - Method in interface jakarta.security.auth.message.module.ClientAuthModule
-
Get the one or more Class objects representing the message types supported by the module.
- getSupportedMessageTypes() - Method in interface jakarta.security.auth.message.module.ServerAuthModule
-
Get the one or more Class objects representing the message types supported by the module.
- getSwitches() - Method in class jakarta.faces.flow.Flow
-
Return an immutable data structure containing all of the switch nodes declared for this flow.
- getSystem() - Method in interface jakarta.faces.component.Doctype
-
Returns the system identifier of the document, or
null
if there is none. - getSystem() - Method in class jakarta.faces.component.html.HtmlDoctype
-
Return the value of the
system
property. - getTabindex() - Method in class jakarta.faces.component.html.HtmlCommandButton
-
Return the value of the
tabindex
property. - getTabindex() - Method in class jakarta.faces.component.html.HtmlCommandLink
-
Return the value of the
tabindex
property. - getTabindex() - Method in class jakarta.faces.component.html.HtmlInputFile
-
Return the value of the
tabindex
property. - getTabindex() - Method in class jakarta.faces.component.html.HtmlInputSecret
-
Return the value of the
tabindex
property. - getTabindex() - Method in class jakarta.faces.component.html.HtmlInputText
-
Return the value of the
tabindex
property. - getTabindex() - Method in class jakarta.faces.component.html.HtmlInputTextarea
-
Return the value of the
tabindex
property. - getTabindex() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
-
Return the value of the
tabindex
property. - getTabindex() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
-
Return the value of the
tabindex
property. - getTabindex() - Method in class jakarta.faces.component.html.HtmlOutputLabel
-
Return the value of the
tabindex
property. - getTabindex() - Method in class jakarta.faces.component.html.HtmlOutputLink
-
Return the value of the
tabindex
property. - getTabindex() - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
-
Return the value of the
tabindex
property. - getTabindex() - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
-
Return the value of the
tabindex
property. - getTabindex() - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
-
Return the value of the
tabindex
property. - getTabindex() - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
-
Return the value of the
tabindex
property. - getTabindex() - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
-
Return the value of the
tabindex
property. - getTabindex() - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
-
Return the value of the
tabindex
property. - getTabindex() - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
-
Return the value of the
tabindex
property. - getTag() - Method in class jakarta.faces.view.facelets.DelegatingMetaTagHandler
-
Return a reference to the
Tag
instance corresponding to thisTagHandler
instance. - getTag() - Method in class jakarta.faces.view.facelets.TagAttribute
-
A reference to the Tag for which this class represents the attributes.
- getTag() - Method in class jakarta.faces.view.facelets.TagAttributes
-
A reference to the Tag for which this class represents the attributes.
- getTag() - Method in interface jakarta.faces.view.facelets.TagConfig
-
Return the
Tag
representing this handler. - getTag(String) - Method in class jakarta.servlet.jsp.tagext.TagLibraryInfo
-
Get the TagInfo for a given tag name, looking through all the tags in this tag library.
- getTagAttribute(String) - Method in class jakarta.faces.view.facelets.DelegatingMetaTagHandler
-
Return the named attribute from the tag attributes.
- getTagClassName() - Method in class jakarta.servlet.jsp.tagext.TagInfo
-
Name of the class that provides the handler for this tag.
- getTagExtraInfo() - Method in class jakarta.servlet.jsp.tagext.TagInfo
-
The instance (if any) for extra tag information.
- getTagFile(String) - Method in class jakarta.servlet.jsp.tagext.TagLibraryInfo
-
Get the TagFileInfo for a given tag name, looking through all the tag files in this tag library.
- getTagFiles() - Method in class jakarta.servlet.jsp.tagext.TagLibraryInfo
-
An array describing the tag files that are defined in this tag library.
- getTagHandlerDelegate() - Method in class jakarta.faces.view.facelets.BehaviorHandler
- getTagHandlerDelegate() - Method in class jakarta.faces.view.facelets.ComponentHandler
- getTagHandlerDelegate() - Method in class jakarta.faces.view.facelets.ConverterHandler
- getTagHandlerDelegate() - Method in class jakarta.faces.view.facelets.DelegatingMetaTagHandler
-
Get the tag handler delegate.
- getTagHandlerDelegate() - Method in class jakarta.faces.view.facelets.ValidatorHandler
-
Return the implementation specific delegate instance that provides the bulk of the work for this handler instance.
- getTagId() - Method in class jakarta.faces.view.facelets.DelegatingMetaTagHandler
-
Return the tag id from the
TagConfig
used to instantiate this handler. - getTagId() - Method in interface jakarta.faces.view.facelets.TagConfig
-
A document-unique id, follows the convention "_tagId##"
- getTagInfo() - Method in class jakarta.servlet.jsp.tagext.TagExtraInfo
-
Get the TagInfo for this class.
- getTagInfo() - Method in class jakarta.servlet.jsp.tagext.TagFileInfo
-
Returns information about this tag, parsed from the directives in the tag file.
- getTaglibLocation() - Method in interface jakarta.servlet.descriptor.TaglibDescriptor
-
Gets the location of the tag library represented by this TaglibDescriptor.
- getTagLibrary() - Method in class jakarta.servlet.jsp.tagext.TagInfo
-
The instance of TabLibraryInfo we belong to.
- getTagLibraryInfos() - Method in class jakarta.servlet.jsp.tagext.TagLibraryInfo
-
Returns an array of TagLibraryInfo objects representing the entire set of tag libraries (including this TagLibraryInfo) imported by taglib directives in the translation unit that references this TagLibraryInfo.
- getTaglibs() - Method in interface jakarta.servlet.descriptor.JspConfigDescriptor
-
Gets the
<taglib>
child elements of the<jsp-config>
element represented by thisJspConfigDescriptor
. - getTaglibURI() - Method in interface jakarta.servlet.descriptor.TaglibDescriptor
-
Gets the unique identifier of the tag library represented by this TaglibDescriptor.
- getTagName() - Method in class jakarta.servlet.jsp.tagext.TagInfo
-
The name of the Tag.
- getTags() - Method in class jakarta.servlet.jsp.tagext.TagLibraryInfo
-
An array describing the tags that are defined in this tag library.
- getTagVariableInfos() - Method in class jakarta.servlet.jsp.tagext.TagInfo
-
Get TagVariableInfo objects associated with this TagInfo.
- getTarget() - Method in class jakarta.faces.component.html.HtmlCommandLink
-
Return the value of the
target
property. - getTarget() - Method in class jakarta.faces.component.html.HtmlForm
-
Return the value of the
target
property. - getTarget() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
-
Return the value of the
target
property. - getTarget() - Method in class jakarta.faces.component.html.HtmlOutputLink
-
Return the value of the
target
property. - getTarget() - Method in interface jakarta.interceptor.InvocationContext
-
Returns the target instance.
- getTargetClass() - Method in class jakarta.faces.view.facelets.MetadataTarget
-
Return the
Class
of the metadata target. - getTargetPolicies() - Method in class jakarta.security.auth.message.MessagePolicy
-
Get the target policies that comprise the authentication policy.
- getTargets() - Method in class jakarta.security.auth.message.MessagePolicy.TargetPolicy
-
Get the array of layer-specific target descriptors that identify the one or more message parts to which the specified message protection policy applies.
- getTargets(UIComponent) - Method in interface jakarta.faces.view.AttachedObjectTarget
-
Returns the
List<UIComponent>
that thisAttachedObjectTarget
exposes. - GETTER - jakarta.validation.metadata.MethodType
-
A method following the getter pattern.
- GETTER_METHODS - jakarta.validation.executable.ExecutableType
-
All methods following the getter pattern.
- getText() - Method in interface jakarta.faces.view.facelets.TextHandler
-
Returns the literal String value of the contained text.
- getText() - Method in exception jakarta.websocket.DecodeException
-
Return the encoded string that is either the whole message, or the partial message that could not be decoded, or
null
if this exception arose from a failure to decode a binary message.. - getText(FaceletContext) - Method in interface jakarta.faces.view.facelets.TextHandler
-
Returns the resolved literal String value of the contained text after evaluating EL.
- getThreadContextType() - Method in interface jakarta.enterprise.concurrent.spi.ThreadContextProvider
-
Returns a human readable identifier for the type of thread context that is captured by this
ThreadContextProvider
implementation. - getThrowable() - Method in class jakarta.servlet.AsyncEvent
-
Gets the Throwable from this AsyncEvent.
- getThrowable() - Method in class jakarta.servlet.jsp.ErrorData
-
Returns the Throwable that caused the error.
- getTimeout() - Method in interface jakarta.enterprise.context.Conversation
-
Get the timeout of the current conversation.
- getTimeout() - Method in interface jakarta.servlet.AsyncContext
-
Gets the timeout (in milliseconds) for this AsyncContext.
- getTimer() - Method in interface jakarta.ejb.TimerHandle
-
Obtain a reference to the timer represented by this handle.
- getTimer() - Method in interface jakarta.interceptor.InvocationContext
-
Returns the timer object associated with a timeout method invocation on the target class, or a null value for interceptor method types other than
AroundTimeout
. - getTimeRemaining() - Method in interface jakarta.ejb.Timer
-
Get the number of milliseconds that will elapse before the next scheduled timer expiration.
- getTimers() - Method in interface jakarta.ejb.TimerService
-
Returns all active timers associated with this bean.
- getTimerService() - Method in interface jakarta.ejb.EJBContext
-
Get access to the enterprise bean Timer Service.
- getTimeStyle() - Method in class jakarta.faces.convert.DateTimeConverter
-
Return the style to be used to format or parse times.
- getTimezone() - Method in class jakarta.ejb.ScheduleExpression
-
Return the timezone, if set; otherwise null.
- getTimeZone() - Method in class jakarta.faces.convert.DateTimeConverter
-
Return the
TimeZone
used to interpret a time value. - getTitle() - Method in class jakarta.faces.component.html.HtmlBody
-
Return the value of the
title
property. - getTitle() - Method in class jakarta.faces.component.html.HtmlCommandButton
-
Return the value of the
title
property. - getTitle() - Method in class jakarta.faces.component.html.HtmlCommandLink
-
Return the value of the
title
property. - getTitle() - Method in class jakarta.faces.component.html.HtmlDataTable
-
Return the value of the
title
property. - getTitle() - Method in class jakarta.faces.component.html.HtmlForm
-
Return the value of the
title
property. - getTitle() - Method in class jakarta.faces.component.html.HtmlGraphicImage
-
Return the value of the
title
property. - getTitle() - Method in class jakarta.faces.component.html.HtmlInputFile
-
Return the value of the
title
property. - getTitle() - Method in class jakarta.faces.component.html.HtmlInputSecret
-
Return the value of the
title
property. - getTitle() - Method in class jakarta.faces.component.html.HtmlInputText
-
Return the value of the
title
property. - getTitle() - Method in class jakarta.faces.component.html.HtmlInputTextarea
-
Return the value of the
title
property. - getTitle() - Method in class jakarta.faces.component.html.HtmlMessage
-
Return the value of the
title
property. - getTitle() - Method in class jakarta.faces.component.html.HtmlMessages
-
Return the value of the
title
property. - getTitle() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
-
Return the value of the
title
property. - getTitle() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
-
Return the value of the
title
property. - getTitle() - Method in class jakarta.faces.component.html.HtmlOutputFormat
-
Return the value of the
title
property. - getTitle() - Method in class jakarta.faces.component.html.HtmlOutputLabel
-
Return the value of the
title
property. - getTitle() - Method in class jakarta.faces.component.html.HtmlOutputLink
-
Return the value of the
title
property. - getTitle() - Method in class jakarta.faces.component.html.HtmlOutputText
-
Return the value of the
title
property. - getTitle() - Method in class jakarta.faces.component.html.HtmlPanelGrid
-
Return the value of the
title
property. - getTitle() - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
-
Return the value of the
title
property. - getTitle() - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
-
Return the value of the
title
property. - getTitle() - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
-
Return the value of the
title
property. - getTitle() - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
-
Return the value of the
title
property. - getTitle() - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
-
Return the value of the
title
property. - getTitle() - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
-
Return the value of the
title
property. - getTitle() - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
-
Return the value of the
title
property. - getTitle() - Method in class jakarta.ws.rs.core.Link
-
Returns the value associated with the link
title
param, ornull
if this param is not specified. - getTo() - Method in interface jakarta.validation.metadata.GroupConversionDescriptor
-
Returns the target group of this conversion rule.
- getToFlowDocumentId() - Method in class jakarta.faces.application.NavigationCase
-
If this navigation case represents a flow invocation, this property is the documentId in which the flow whose id is given by the return from
NavigationCase.getFromOutcome()
is defined. - getToFlowDocumentId() - Method in class jakarta.faces.application.NavigationCaseWrapper
- getToken() - Method in class jakarta.security.enterprise.credential.RememberMeCredential
-
Determines the token value to compare for authentication.
- getToken() - Method in interface jakarta.security.enterprise.identitystore.openid.AccessToken
- getToken() - Method in interface jakarta.security.enterprise.identitystore.openid.IdentityToken
- getToken() - Method in interface jakarta.security.enterprise.identitystore.openid.RefreshToken
-
The refresh token
- getTokenType() - Method in interface jakarta.security.enterprise.identitystore.openid.OpenIdContext
-
Gets the token type value.
- getToViewId(FacesContext) - Method in class jakarta.faces.application.NavigationCase
-
Evaluates the
<to-view-id>
for this<navigation-case>
- getToViewId(FacesContext) - Method in class jakarta.faces.application.NavigationCaseWrapper
- getTrailerFields() - Method in interface jakarta.servlet.http.HttpServletRequest
-
Get the request trailer fields.
- getTrailerFields() - Method in class jakarta.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to call getTrailerFields on the wrapped request object.
- getTrailerFields() - Method in interface jakarta.servlet.http.HttpServletResponse
-
Gets the supplier of trailer headers.
- getTrailerFields() - Method in class jakarta.servlet.http.HttpServletResponseWrapper
-
The default behaviour of this method is to call
HttpServletResponse.getTrailerFields()
on the wrapped response object. - getTransaction() - Method in interface jakarta.persistence.EntityManager
-
Return the resource-level
EntityTransaction
object. - getTransaction() - Method in interface jakarta.transaction.TransactionManager
-
Get the transaction object that represents the transaction context of the calling thread.
- getTransactionKey() - Method in interface jakarta.transaction.TransactionSynchronizationRegistry
-
Return an opaque object to represent the transaction bound to the current thread at the time this method is called.
- getTransactionPhase() - Method in interface jakarta.enterprise.inject.spi.ObserverMethod
-
Obtains the specified
TransactionPhase
for the observer method. - getTransactionStatus() - Method in interface jakarta.transaction.TransactionSynchronizationRegistry
-
Return the status of the transaction bound to the current thread at the time this method is called.
- getTransactionType() - Method in interface jakarta.persistence.spi.PersistenceUnitInfo
-
Returns the transaction type of the entity managers created by the
EntityManagerFactory
. - getTransient(Object) - Method in interface jakarta.faces.component.TransientStateHelper
-
Return the value currently associated with the specified
key
if any. - getTransient(Object, Object) - Method in interface jakarta.faces.component.TransientStateHelper
-
Performs the same logic as
TransientStateHelper.getTransient(java.lang.Object)
} but if no value is found, this will return the specifieddefaultValue
- getTransientStateHelper() - Method in class jakarta.faces.component.UIComponent
-
Return the
TransientStateHelper
instance for thisUIComponent
instance. - getTransientStateHelper(boolean) - Method in class jakarta.faces.component.UIComponent
-
Return the
TransientStateHelper
instance for thisUIComponent
instance. - getTransportGuarantee() - Method in class jakarta.servlet.HttpConstraintElement
-
Gets the data protection requirement (i.e., whether or not SSL/TLS is required) that must be satisfied by the transport connection.
- getTraversableResolver() - Method in interface jakarta.validation.spi.ConfigurationState
-
Returns the traversable resolver for this configuration.
- getTraversableResolver() - Method in interface jakarta.validation.ValidatorFactory
-
Returns the
TraversableResolver
instance configured at initialization time for theValidatorFactory
. - getTraversableResolverClassName() - Method in interface jakarta.validation.BootstrapConfiguration
-
Class name of the
TraversableResolver
implementation ornull
if none is specified. - getTrimDirectiveWhitespaces() - Method in interface jakarta.servlet.descriptor.JspPropertyGroupDescriptor
-
Gets the value of the
trim-directive-whitespaces
configuration, which specifies whether template text containing only whitespaces must be removed from the response output of any JSP pages mapped to the JSP property group represented by thisJspPropertyGroupDescriptor
. - getTrustStore() - Method in class jakarta.security.auth.message.callback.TrustStoreCallback
-
Used by the TrustStore user to obtain the TrustStore set within the Callback.
- getType() - Method in interface jakarta.enterprise.inject.spi.EventMetadata
-
Get the type representing runtime class of the event object with type variables resolved.
- getType() - Method in interface jakarta.enterprise.inject.spi.InjectionPoint
-
Get the required type of injection point.
- getType() - Method in class jakarta.enterprise.util.TypeLiteral
- getType() - Method in class jakarta.faces.component.html.HtmlCommandButton
-
Return the value of the
type
property. - getType() - Method in class jakarta.faces.component.html.HtmlCommandLink
-
Return the value of the
type
property. - getType() - Method in class jakarta.faces.component.html.HtmlInputText
-
Return the value of the
type
property. - getType() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
-
Return the value of the
type
property. - getType() - Method in class jakarta.faces.component.html.HtmlOutputLink
-
Return the value of the
type
property. - getType() - Method in class jakarta.faces.component.UIImportConstants
-
Returns the fully qualified name of the type to import the constant field values for.
- getType() - Method in class jakarta.faces.convert.DateTimeConverter
-
Return the type of value to be formatted or parsed.
- getType() - Method in class jakarta.faces.convert.NumberConverter
-
Return the number type to be used when formatting and parsing numbers.
- getType() - Method in interface jakarta.persistence.metamodel.SingularAttribute
-
Return the type that represents the type of the attribute.
- getType() - Method in interface jakarta.security.enterprise.identitystore.openid.AccessToken
- getType() - Method in class jakarta.ws.rs.core.GenericEntity
-
Gets underlying
Type
instance. - getType() - Method in class jakarta.ws.rs.core.GenericType
-
Retrieve the type represented by the generic type instance.
- getType() - Method in class jakarta.ws.rs.core.Link
-
Returns the value associated with the link
type
param, ornull
if this param is not specified. - getType() - Method in class jakarta.ws.rs.core.MediaType
-
Getter for primary type.
- getType() - Method in interface jakarta.ws.rs.ext.InterceptorContext
-
Get Java type supported by corresponding message body provider.
- getType() - Method in interface jakarta.ws.rs.sse.OutboundSseEvent
-
Get data type.
- getType(ELContext) - Method in class jakarta.el.ValueExpression
-
Evaluates the expression relative to the provided context, and returns the most general type that is acceptable for an object to be passed as the
value
parameter in a future call to theValueExpression.setValue(jakarta.el.ELContext, java.lang.Object)
method. - getType(ELContext) - Method in class jakarta.servlet.jsp.jstl.core.IndexedValueExpression
- getType(ELContext) - Method in class jakarta.servlet.jsp.jstl.core.IteratedValueExpression
- getType(ELContext, Object, Object) - Method in class jakarta.el.ArrayELResolver
-
If the base object is an array, returns the most general acceptable type for a value in this array.
- getType(ELContext, Object, Object) - Method in class jakarta.el.BeanELResolver
-
If the base object is not
null
, returns the most general acceptable type that can be set on this bean property. - getType(ELContext, Object, Object) - Method in class jakarta.el.BeanNameELResolver
-
If the base is null and the property is a name resolvable by the BeanNameResolver, return the type of the bean.
- getType(ELContext, Object, Object) - Method in class jakarta.el.CompositeELResolver
-
For a given
base
andproperty
, attempts to identify the most general type that is acceptable for an object to be passed as thevalue
parameter in a future call to theCompositeELResolver.setValue(jakarta.el.ELContext, java.lang.Object, java.lang.Object, java.lang.Object)
method. - getType(ELContext, Object, Object) - Method in class jakarta.el.ELResolver
-
For a given
base
andproperty
, attempts to identify the most general type that is acceptable for an object to be passed as thevalue
parameter in a future call to theELResolver.setValue(jakarta.el.ELContext, java.lang.Object, java.lang.Object, java.lang.Object)
method. - getType(ELContext, Object, Object) - Method in class jakarta.el.ListELResolver
-
If the base object is a list, returns the most general acceptable type for a value in this list.
- getType(ELContext, Object, Object) - Method in class jakarta.el.MapELResolver
-
If the base object is a map, returns the most general acceptable type for a value in this map.
- getType(ELContext, Object, Object) - Method in class jakarta.el.ResourceBundleELResolver
-
If the base object is an instance of
ResourceBundle
, returnnull
, since the resolver is read only. - getType(ELContext, Object, Object) - Method in class jakarta.el.StaticFieldELResolver
-
Returns the type of a static field.
- getType(ELContext, Object, Object) - Method in class jakarta.el.TypeConverter
- getType(ELContext, Object, Object) - Method in class jakarta.servlet.jsp.el.ImplicitObjectELResolver
-
If the base object is
null
, and the property matches the name of a JSP implicit object, returnsnull
to indicate that no types are ever accepted tosetValue()
. - getType(ELContext, Object, Object) - Method in class jakarta.servlet.jsp.el.ImportELResolver
-
Always returns
null
since in normal usageScopedAttributeELResolver
will handle calls toELResolver.getType(ELContext, Object, Object)
. - getType(ELContext, Object, Object) - Method in class jakarta.servlet.jsp.el.NotFoundELResolver
-
Always returns
null
since in normal usageScopedAttributeELResolver
will handle calls toELResolver.getType(ELContext, Object, Object)
. - getType(ELContext, Object, Object) - Method in class jakarta.servlet.jsp.el.ScopedAttributeELResolver
-
If the base object is
null
, returnsObject.class
to indicate that any type is valid to set for a scoped attribute. - getTypeArgumentIndex() - Method in interface jakarta.validation.metadata.ContainerElementTypeDescriptor
-
Returns the index of the type argument corresponding to this container element type.
- getTypeArgumentIndex() - Method in interface jakarta.validation.Path.BeanNode
- getTypeArgumentIndex() - Method in interface jakarta.validation.Path.ContainerElementNode
- getTypeArgumentIndex() - Method in interface jakarta.validation.Path.PropertyNode
- getTypeClosure() - Method in interface jakarta.enterprise.inject.spi.Annotated
-
Get all types to which the base type should be considered assignable.
- getTypeName() - Method in class jakarta.servlet.jsp.tagext.TagAttributeInfo
-
The type (as a String) of this attribute.
- getTypes() - Method in interface jakarta.enterprise.inject.spi.BeanAttributes
-
Obtains the bean types of the bean.
- getUIViewParameter(FacesContext) - Method in class jakarta.faces.component.UIViewParameter.Reference
-
Return the
UIViewParameter
to which this instance refers. - getUnavailableSeconds() - Method in exception jakarta.servlet.UnavailableException
-
Returns the number of seconds the servlet expects to be temporarily unavailable.
- getUnhandledExceptionQueuedEvents() - Method in class jakarta.faces.context.ExceptionHandler
-
Return an
Iterable
over allExceptionQueuedEvent
s that have not yet been handled by theExceptionHandler.handle()
method. - getUnhandledExceptionQueuedEvents() - Method in class jakarta.faces.context.ExceptionHandlerWrapper
-
The default behavior of this method is to call
ExceptionHandler.getUnhandledExceptionQueuedEvents()
on the wrappedExceptionHandler
object. - getUnselectedClass() - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
-
Return the value of the
unselectedClass
property. - getUpdateCount() - Method in interface jakarta.persistence.StoredProcedureQuery
-
Return the update count or -1 if there is no pending result or if the next result is not an update count.
- getUpdatedAt() - Method in interface jakarta.security.enterprise.identitystore.openid.OpenIdClaims
- getUri() - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Get the request URI.
- getUri() - Method in interface jakarta.ws.rs.client.WebTarget
-
Get the URI identifying the resource.
- getUri() - Method in class jakarta.ws.rs.core.Link
-
Returns the underlying URI associated with this link.
- getUri() - Method in class jakarta.ws.rs.core.Link.JaxbLink
-
Deprecated.Get the underlying URI for this link.
- getURI() - Method in class jakarta.servlet.jsp.tagext.TagLibraryInfo
-
The value of the uri attribute from the taglib directive for this library.
- getUriBuilder() - Method in interface jakarta.ws.rs.client.WebTarget
-
Get the URI builder initialized with the
URI
of the current resource target. - getUriBuilder() - Method in class jakarta.ws.rs.core.Link
-
Convenience method that returns a
UriBuilder
initialized with this link's underlying URI. - getUriInfo() - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Get request URI information.
- getUrl() - Method in class jakarta.faces.component.UIGraphic
-
Return the image URL for this
UIGraphic
. - getURL() - Method in class jakarta.faces.application.Resource
-
Return an actual
URL
instance that refers to this resource instance. - getURL() - Method in class jakarta.faces.application.ResourceWrapper
-
The default behavior of this method is to call
Resource.getURL()
on the wrappedResourceHandler
object. - getURL() - Method in class jakarta.faces.application.ViewResource
-
Return an actual
URL
instance that refers to this resource instance. - getUrlPatternMappings() - Method in interface jakarta.servlet.FilterRegistration
-
Gets the currently available URL pattern mappings of the Filter represented by this
FilterRegistration
. - getUrlPatterns() - Method in interface jakarta.servlet.descriptor.JspPropertyGroupDescriptor
-
Gets the URL patterns of the JSP property group represented by this
JspPropertyGroupDescriptor
. - getUsemap() - Method in class jakarta.faces.component.html.HtmlGraphicImage
-
Return the value of the
usemap
property. - getUser() - Method in class jakarta.faces.component.UIWebsocket
-
Returns the user identifier of the websocket channel.
- getUser() - Method in class jakarta.faces.event.WebsocketEvent
-
Returns the
<f:websocket user>
, if any. - getUsername() - Method in class jakarta.security.auth.message.callback.PasswordValidationCallback
-
Get the username.
- getUserPrincipal() - Method in class jakarta.faces.context.ExternalContext
-
Return the
Principal
object containing the name of the current authenticated user, if any; otherwise, returnnull
. - getUserPrincipal() - Method in class jakarta.faces.context.ExternalContextWrapper
-
The default behavior of this method is to call
ExternalContext.getUserPrincipal()
on the wrappedExternalContext
object. - getUserPrincipal() - Method in interface jakarta.servlet.http.HttpServletRequest
-
Returns a
java.security.Principal
object containing the name of the current authenticated user. - getUserPrincipal() - Method in class jakarta.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to return getUserPrincipal() on the wrapped request object.
- getUserPrincipal() - Method in interface jakarta.websocket.server.HandshakeRequest
-
Return the authenticated user or
null
if no user is authenticated for this handshake. - getUserPrincipal() - Method in interface jakarta.websocket.Session
-
Return the authenticated user for this Session or
null
if no user is authenticated for this session. - getUserPrincipal() - Method in interface jakarta.ws.rs.core.SecurityContext
-
Returns a
java.security.Principal
object containing the name of the current authenticated user. - getUserProperties() - Method in interface jakarta.websocket.EndpointConfig
-
This method returns a modifiable Map that the developer may use to store application specific information relating to the endpoint that uses this configuration instance.
- getUserProperties() - Method in interface jakarta.websocket.Session
-
While the session is open, this method returns a Map that the developer may use to store application specific information relating to this session instance.
- getUserTransaction() - Method in interface jakarta.ejb.EJBContext
-
Obtain the transaction demarcation interface.
- getValidatedValue() - Method in interface jakarta.validation.MessageInterpolator.Context
- getValidationAppliesTo() - Method in interface jakarta.validation.metadata.ConstraintDescriptor
- getValidationGroups() - Method in class jakarta.faces.validator.BeanValidator
-
Return the validation groups passed to the Validation API when checking constraints.
- getValidationMode() - Method in interface jakarta.persistence.spi.PersistenceUnitInfo
-
Returns the validation mode to be used by the persistence provider for the persistence unit.
- getValidationProviderResolver() - Method in interface jakarta.validation.spi.BootstrapState
-
User defined
ValidationProviderResolver
strategy instance ornull
if undefined. - getValidationProviders() - Method in interface jakarta.validation.ValidationProviderResolver
-
Returns a list of
ValidationProvider
available in the runtime environment. - getValidator() - Method in interface jakarta.validation.ValidatorContext
-
Returns an initialized
Validator
instance respecting the defined state. - getValidator() - Method in interface jakarta.validation.ValidatorFactory
-
Returns an initialized
Validator
instance using the factory defaults for message interpolator, traversable resolver and constraint validator factory. - getValidatorConfig() - Method in class jakarta.faces.view.facelets.ValidatorHandler
-
Return the
TagConfig
subclass used to configure this handler instance. - getValidatorId() - Method in interface jakarta.faces.view.facelets.ValidatorConfig
-
Return the validator-id associated with a particular validator in your faces-config
- getValidatorId(FaceletContext) - Method in class jakarta.faces.view.facelets.ValidatorHandler
-
Retrieve the id of the validator that is to be created and added to the parent
EditableValueHolder
. - getValidatorIds() - Method in class jakarta.faces.application.Application
-
Return an
Iterator
over the set of currently registered validator ids for thisApplication
. - getValidatorIds() - Method in class jakarta.faces.application.ApplicationWrapper
-
The default behavior of this method is to call
Application.getValidatorIds()
on the wrappedApplication
object. - getValidatorMessage() - Method in class jakarta.faces.component.UIInput
-
If there has been a call to
UIInput.setValidatorMessage(java.lang.String)
on this instance, return the message. - getValidators() - Method in interface jakarta.faces.component.EditableValueHolder
-
Return the set of registered
Validator
s for this component instance. - getValidators() - Method in class jakarta.faces.component.UIInput
- getValue() - Method in class jakarta.faces.component.behavior.ClientBehaviorContext.Parameter
-
Returns the Parameter's value.
- getValue() - Method in class jakarta.faces.component.UICommand
-
Returns the
value
property of theUICommand
. - getValue() - Method in class jakarta.faces.component.UIData
-
Return the value of the UIData.
- getValue() - Method in class jakarta.faces.component.UIGraphic
-
Returns the
value
property of theUIGraphic
. - getValue() - Method in class jakarta.faces.component.UIInput
-
If there is a local value, return it, otherwise return the result of calling
super.getVaue()
. - getValue() - Method in class jakarta.faces.component.UIOutput
-
Return the value property.
- getValue() - Method in class jakarta.faces.component.UIParameter
-
Returns the
value
property of theUIParameter
. - getValue() - Method in class jakarta.faces.component.UISelectItem
-
Returns the
value
property of theUISelectItem
. - getValue() - Method in class jakarta.faces.component.UISelectItemGroup
-
Return a new
SelectItemGroup
instance containing one or moreSelectItem
instances represented by any nestedUISelectItems
orUISelectItem
components. - getValue() - Method in class jakarta.faces.component.UISelectItemGroups
-
Iterate over the
value
attribute and wrap each item in a newSelectItemGroup
instance whereby the item is exposed as a request attribute under the key specified by thevar
property. - getValue() - Method in class jakarta.faces.component.UISelectItems
-
Returns the
value
property of theUISelectItems
. - getValue() - Method in interface jakarta.faces.component.ValueHolder
-
Gets the value of this
UIComponent
. - getValue() - Method in class jakarta.faces.flow.Parameter
-
Return a
ValueExpression
for the value of the parameter. - getValue() - Method in class jakarta.faces.model.SelectItem
-
Return the value of this item, to be delivered to the model if this item is selected by the user.
- getValue() - Method in class jakarta.faces.view.facelets.TagAttribute
-
Return the literal value of this attribute
- getValue() - Method in interface jakarta.json.stream.JsonParser
-
Returns a
JsonValue
at the current parser position. - getValue() - Method in class jakarta.security.enterprise.credential.Password
-
Determines the password value.
- getValue() - Method in class jakarta.servlet.http.Cookie
-
Gets the current value of this Cookie.
- getValue() - Method in class jakarta.servlet.http.HttpSessionBindingEvent
-
Returns the value of the attribute that has been added, removed or replaced.
- getValue() - Method in class jakarta.servlet.ServletContextAttributeEvent
-
Gets the value of the ServletContext attribute that changed.
- getValue() - Method in class jakarta.servlet.ServletRequestAttributeEvent
-
Returns the value of the attribute that has been added, removed or replaced.
- getValue() - Method in enum jakarta.validation.constraints.Pattern.Flag
- getValue() - Method in interface jakarta.websocket.Extension.Parameter
-
Return the value of the extension parameter.
- getValue() - Method in class jakarta.ws.rs.core.Cookie
-
Get the value of the cookie.
- getValue() - Method in class jakarta.ws.rs.core.EntityTag
-
Get the value of an
EntityTag
. - getValue(ELContext) - Method in class jakarta.el.ValueExpression
-
Evaluates the expression relative to the provided context, and returns the resulting value.
- getValue(ELContext) - Method in class jakarta.servlet.jsp.jstl.core.IndexedValueExpression
- getValue(ELContext) - Method in class jakarta.servlet.jsp.jstl.core.IteratedValueExpression
- getValue(ELContext, Object, Object) - Method in class jakarta.el.ArrayELResolver
-
If the base object is a Java language array, returns the value at the given index.
- getValue(ELContext, Object, Object) - Method in class jakarta.el.BeanELResolver
-
If the base object is not
null
, returns the current value of the given property on this bean. - getValue(ELContext, Object, Object) - Method in class jakarta.el.BeanNameELResolver
-
If the base object is
null
and the property is a name that is resolvable by the BeanNameResolver, returns the value resolved by the BeanNameResolver. - getValue(ELContext, Object, Object) - Method in class jakarta.el.CompositeELResolver
-
Attempts to resolve the given
property
object on the givenbase
object by querying all component resolvers. - getValue(ELContext, Object, Object) - Method in class jakarta.el.ELResolver
-
Attempts to resolve the given
property
object on the givenbase
object. - getValue(ELContext, Object, Object) - Method in class jakarta.el.ListELResolver
-
If the base object is a list, returns the value at the given index.
- getValue(ELContext, Object, Object) - Method in class jakarta.el.MapELResolver
-
If the base object is a map, returns the value associated with the given key, as specified by the
property
argument. - getValue(ELContext, Object, Object) - Method in class jakarta.el.ResourceBundleELResolver
-
If the base object is an instance of
ResourceBundle
, the provided property will first be coerced to aString
. - getValue(ELContext, Object, Object) - Method in class jakarta.el.StaticFieldELResolver
-
Returns the value of a static field.
- getValue(ELContext, Object, Object) - Method in class jakarta.el.TypeConverter
- getValue(ELContext, Object, Object) - Method in class jakarta.servlet.jsp.el.ImplicitObjectELResolver
-
If the base object is
null
, and the property matches the name of a JSP implicit object, returns the implicit object. - getValue(ELContext, Object, Object) - Method in class jakarta.servlet.jsp.el.ImportELResolver
-
If the base object is
null
, searches the Class and static imports for an import with the given name and returns it if an import exists with the given name. - getValue(ELContext, Object, Object) - Method in class jakarta.servlet.jsp.el.NotFoundELResolver
-
Always returns
null
since in normal usageScopedAttributeELResolver
will handle calls toELResolver.getValue(ELContext, Object, Object)
. - getValue(ELContext, Object, Object) - Method in class jakarta.servlet.jsp.el.ScopedAttributeELResolver
-
If the base object is
null
, searches the page, request, session and application scopes for an attribute with the given name and returns it if an attribute exists with the current name. - getValue(FaceletContext) - Method in class jakarta.faces.view.facelets.TagAttribute
-
If literal, then return our value, otherwise delegate to getObject, passing String.class.
- getValue(JsonStructure) - Method in interface jakarta.json.JsonPointer
-
Returns the value at the referenced location in the specified
target
. - getValue(String) - Method in interface jakarta.json.JsonStructure
-
Get the value referenced by the provided JSON Pointer in the JsonStructure.
- getValue(String) - Method in class jakarta.servlet.jsp.tagext.TagSupport
-
Get a the value associated with a key.
- getValue(String, Class<T>) - Method in class jakarta.el.ELProcessor
-
Evaluates an Jakarta Expression Language expression, and coerces the result to the specified type.
- getValueChangeListeners() - Method in interface jakarta.faces.component.EditableValueHolder
-
Return the set of registered
ValueChangeListener
s for this component instance. - getValueChangeListeners() - Method in class jakarta.faces.component.UIInput
-
Return the set of registered
ValueChangeListener
s for thisUIInput
instance. - getValueExpression() - Method in class jakarta.servlet.jsp.jstl.core.IteratedExpression
- getValueExpression(FaceletContext, Class) - Method in class jakarta.faces.view.facelets.TagAttribute
-
Create a ValueExpression, using this attribute's literal value and the passed expected type.
- getValueExpression(String) - Method in class jakarta.faces.component.behavior.AjaxBehavior
-
Returns the
ValueExpression
used to calculate the value for the specified property name, if any. - getValueExpression(String) - Method in class jakarta.faces.component.UIComponent
-
Return the
ValueExpression
used to calculate the value for the specified attribute or property name, if any. - getValueExpression(String) - Method in class jakarta.faces.component.UIGraphic
-
Return any
ValueExpression
set forvalue
if aValueExpression
forurl
is requested; otherwise, perform the default superclass processing for this method. - getValueExpression(String) - Method in class jakarta.faces.component.UISelectBoolean
-
Return any
ValueExpression
set forvalue
if aValueExpression
forselected
is requested; otherwise, perform the default superclass processing for this method. - getValueExpression(String) - Method in class jakarta.faces.component.UISelectMany
-
Return any
ValueExpression
set forvalue
if aValueExpression
forselectedValues
is requested; otherwise, perform the default superclass processing for this method. - getValueExtractorClassNames() - Method in interface jakarta.validation.BootstrapConfiguration
-
Returns the class names of
ValueExtractor
s. - getValueExtractors() - Method in interface jakarta.validation.spi.ConfigurationState
-
Returns a set of value extractors.
- getValueReference(ELContext) - Method in class jakarta.el.ValueExpression
-
Returns a
ValueReference
for this expression instance. - getValues() - Method in class jakarta.servlet.jsp.tagext.TagSupport
-
Enumerate the keys for the values kept by this tag handler.
- getValues(K) - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
-
Return a non-null list of values for a given key.
- getValuesAs(Class<T>) - Method in interface jakarta.json.JsonArray
-
Returns a list view of the specified type for the array.
- getValuesAs(Function<K, T>) - Method in interface jakarta.json.JsonArray
-
Returns a list view for the array.
- getValueStream() - Method in interface jakarta.json.stream.JsonParser
-
Returns a stream of
JsonValue
from a sequence of JSON values. - getValueType() - Method in interface jakarta.json.JsonValue
-
Returns the value type of this JSON value.
- getValueUnwrapping() - Method in interface jakarta.validation.metadata.ConstraintDescriptor
- getVar() - Method in class jakarta.faces.component.UIData
-
Return the request-scope attribute under which the data object for the current row will be exposed when iterating.
- getVar() - Method in class jakarta.faces.component.UIImportConstants
-
Returns name of request scope attribute under which constants will be exposed as a Map.
- getVariableInfo(TagData) - Method in class jakarta.servlet.jsp.tagext.TagExtraInfo
-
information on scripting variables defined by the tag associated with this TagExtraInfo instance.
- getVariableInfo(TagData) - Method in class jakarta.servlet.jsp.tagext.TagInfo
-
Information on the scripting objects created by this tag at runtime.
- getVariableMapper() - Method in class jakarta.el.ELContext
-
Retrieves the
VariableMapper
associated with thisELContext
. - getVariableMapper() - Method in class jakarta.el.StandardELContext
-
Construct (if needed) and return a default VariableMapper() {
- getVariableResolver() - Method in class jakarta.servlet.jsp.JspContext
-
Deprecated.As of JSP 2.1, replaced by
ELContext.getELResolver()
, which can be obtained byjspContext.getELContext().getELResolver()
. - getVariant() - Method in class jakarta.ws.rs.client.Entity
-
Get entity
variant
information. - getVarName() - Method in class jakarta.servlet.jsp.tagext.VariableInfo
-
Returns the name of the scripting variable.
- getVdlDocumentId() - Method in class jakarta.faces.flow.ViewNode
-
Return the immutable VDL document id for this view node.
- getVersion() - Method in class jakarta.servlet.http.Cookie
-
Deprecated, for removal: This API element is subject to removal in a future version.This is no longer required with RFC 6265
- getVersion() - Method in class jakarta.ws.rs.core.Cookie
-
Get the version of the cookie.
- getVersion(Class<Y>) - Method in interface jakarta.persistence.metamodel.IdentifiableType
-
Return the attribute that corresponds to the version attribute of the entity or mapped superclass.
- getViewActions(UIViewRoot) - Static method in class jakarta.faces.view.ViewMetadata
-
Utility method to extract view metadata from the provided
UIViewRoot
. - getViewDeclarationLanguage(FacesContext, String) - Method in class jakarta.faces.application.ViewHandler
- getViewDeclarationLanguage(FacesContext, String) - Method in class jakarta.faces.application.ViewHandlerWrapper
-
The default behavior of this method is to call
ViewHandler.getViewDeclarationLanguage(jakarta.faces.context.FacesContext, java.lang.String)
on the wrappedViewHandler
object. - getViewDeclarationLanguage(String) - Method in class jakarta.faces.view.ViewDeclarationLanguageFactory
-
Return the
ViewDeclarationLanguage
instance suitable for handling the VDL contained in the page referenced by the argumentviewId
. - getViewHandler() - Method in class jakarta.faces.application.Application
-
Return the
ViewHandler
instance that will be utilized during the Restore View and Render Response phases of the request processing lifecycle. - getViewHandler() - Method in class jakarta.faces.application.ApplicationWrapper
-
The default behavior of this method is to call
Application.getViewHandler()
on the wrappedApplication
object. - getViewId() - Method in exception jakarta.faces.application.ViewExpiredException
-
Return the view identifier of this exception, or
null
if the view identifier is nonexistent or unknown. - getViewId() - Method in class jakarta.faces.component.UIViewRoot
-
Return the view identifier for this view.
- getViewId() - Method in class jakarta.faces.view.ViewMetadata
-
Get the view id
- getViewListenersForEventClass(Class<? extends SystemEvent>) - Method in class jakarta.faces.component.UIViewRoot
-
Return the
SystemEventListener
instances registered on thisUIComponent
instance that are interested in events of typeeventClass
. - getViewMap() - Method in class jakarta.faces.component.UIViewRoot
-
This implementation simply calls through to
UIViewRoot.getViewMap(boolean)
, passingtrue
as the argument, and returns the result. - getViewMap(boolean) - Method in class jakarta.faces.component.UIViewRoot
-
Returns a
Map
that acts as the interface to the data store that is the "view scope", or, if this instance does not have such aMap
and thecreate
argument istrue
, creates one and returns it. - getViewMetadata(FacesContext, String) - Method in class jakarta.faces.view.ViewDeclarationLanguage
-
Return a reference to the view metadata for the view represented by the argument
viewId
, ornull
if the metadata cannot be found. - getViewMetadata(FacesContext, String) - Method in class jakarta.faces.view.ViewDeclarationLanguageWrapper
- getViewMetadataFacelet(URL) - Method in class jakarta.faces.view.facelets.FaceletCache
-
Returns a cached View Metadata Facelet instance.
- getViewParameters(UIViewRoot) - Static method in class jakarta.faces.view.ViewMetadata
-
Utility method to extract view metadata from the provided
UIViewRoot
. - getViewResources(FacesContext, String, int, ResourceVisitOption...) - Method in class jakarta.faces.application.ResourceHandler
-
Return a
Stream
possibly lazily populated by walking the resource tree rooted at a given initial path. - getViewResources(FacesContext, String, int, ResourceVisitOption...) - Method in class jakarta.faces.application.ResourceHandlerWrapper
-
The default behavior of this method is to call
ResourceHandler.getViewResources(FacesContext, String, int, ResourceVisitOption...)
on the wrappedResourceHandler
object. - getViewResources(FacesContext, String, ResourceVisitOption...) - Method in class jakarta.faces.application.ResourceHandler
-
Return a
Stream
possibly lazily populated by walking the resource tree rooted at a given initial path. - getViewResources(FacesContext, String, ResourceVisitOption...) - Method in class jakarta.faces.application.ResourceHandlerWrapper
-
The default behavior of this method is to call
ResourceHandler.getViewResources(FacesContext, String, ResourceVisitOption...)
on the wrappedResourceHandler
object. - getViewRoot() - Method in class jakarta.faces.context.FacesContext
-
Return the root component that is associated with the this request.
- getViewRoot() - Method in class jakarta.faces.context.FacesContextWrapper
-
The default behavior of this method is to call
FacesContext.getViewRoot()
on the wrappedFacesContext
object. - getViews() - Method in class jakarta.faces.flow.Flow
-
Return an immutable data structure containing all of the view nodes declared for this flow.
- getViews(FacesContext, String, int, ViewVisitOption...) - Method in class jakarta.faces.application.ViewHandler
-
Return a
Stream
possibly lazily populated by walking the view trees of every activeViewDeclarationLanguage
rooted at a given initial path. - getViews(FacesContext, String, int, ViewVisitOption...) - Method in class jakarta.faces.application.ViewHandlerWrapper
-
The default behavior of this method is to call
ViewHandler.getViews(FacesContext, String, int, ViewVisitOption...)
on the wrappedViewHandler
object. - getViews(FacesContext, String, int, ViewVisitOption...) - Method in class jakarta.faces.view.ViewDeclarationLanguage
-
Return a
Stream
possibly lazily populated by walking the view tree rooted at a given initial path. - getViews(FacesContext, String, int, ViewVisitOption...) - Method in class jakarta.faces.view.ViewDeclarationLanguageWrapper
- getViews(FacesContext, String, ViewVisitOption...) - Method in class jakarta.faces.application.ViewHandler
-
Return a
Stream
possibly lazily populated by walking the view trees of every activeViewDeclarationLanguage
rooted at a given initial path. - getViews(FacesContext, String, ViewVisitOption...) - Method in class jakarta.faces.application.ViewHandlerWrapper
-
The default behavior of this method is to call
ViewHandler.getViews(FacesContext, String, ViewVisitOption...)
on the wrappedViewHandler
object. - getViews(FacesContext, String, ViewVisitOption...) - Method in class jakarta.faces.view.ViewDeclarationLanguage
-
Return a
Stream
possibly lazily populated by walking the view tree rooted at a given initial path. - getViews(FacesContext, String, ViewVisitOption...) - Method in class jakarta.faces.view.ViewDeclarationLanguageWrapper
- getViewState(FacesContext) - Method in class jakarta.faces.application.StateManager
-
Convenience method to return the view state as a
String
with noRenderKit
specific markup. - getViewState(FacesContext) - Method in class jakarta.faces.application.StateManagerWrapper
-
The default behavior of this method is to call
StateManager.getViewState(jakarta.faces.context.FacesContext)
on the wrappedStateManager
object. - getViewState(FacesContext, Object) - Method in class jakarta.faces.render.ResponseStateManager
-
Return the specified state as a
String
without any markup related to the rendering technology supported by this ResponseStateManager. - getVirtualServerName() - Method in interface jakarta.servlet.ServletContext
-
Returns the configuration name of the logical host on which the ServletContext is deployed.
- getVisitContext(FacesContext, Collection<String>, Set<VisitHint>) - Method in class jakarta.faces.component.visit.VisitContextFactory
-
Return a new
VisitContext
instance. - getVisitHints() - Method in class jakarta.faces.component.search.SearchExpressionContext
-
Returns hints that influence the behavior of the tree visit, if it's used by an
SearchKeywordResolver
implementation. - getWarnClass() - Method in class jakarta.faces.component.html.HtmlMessage
-
Return the value of the
warnClass
property. - getWarnClass() - Method in class jakarta.faces.component.html.HtmlMessages
-
Return the value of the
warnClass
property. - getWarnStyle() - Method in class jakarta.faces.component.html.HtmlMessage
-
Return the value of the
warnStyle
property. - getWarnStyle() - Method in class jakarta.faces.component.html.HtmlMessages
-
Return the value of the
warnStyle
property. - getWebsite() - Method in interface jakarta.security.enterprise.identitystore.openid.OpenIdClaims
- getWebSocketContainer() - Static method in class jakarta.websocket.ContainerProvider
-
Obtain a new instance of a WebSocketContainer.
- getWebsocketURL(FacesContext, String) - Method in class jakarta.faces.application.ViewHandler
-
If the value returned from this method is used as the
file
argument to the four-argument constructor forjava.net.URL
(assuming appropriate values are used for the first three arguments), then a client making a push handshake request to thetoExternalForm()
of thatURL
will select the argumentchannel
for connecting the websocket push channel in the current view. - getWebsocketURL(FacesContext, String) - Method in class jakarta.faces.application.ViewHandlerWrapper
-
The default behavior of this method is to call
ViewHandler.getWebsocketURL(FacesContext, String)
on the wrappedViewHandler
object. - getWidth() - Method in class jakarta.faces.component.html.HtmlDataTable
-
Return the value of the
width
property. - getWidth() - Method in class jakarta.faces.component.html.HtmlGraphicImage
-
Return the value of the
width
property. - getWidth() - Method in class jakarta.faces.component.html.HtmlPanelGrid
-
Return the value of the
width
property. - getWrapped() - Method in class jakarta.faces.application.ApplicationFactory
-
If this factory has been decorated, the implementation doing the decorating may override this method to provide access to the implementation being wrapped.
- getWrapped() - Method in class jakarta.faces.application.ApplicationWrapper
- getWrapped() - Method in class jakarta.faces.application.ConfigurableNavigationHandlerWrapper
- getWrapped() - Method in class jakarta.faces.application.NavigationCaseWrapper
- getWrapped() - Method in class jakarta.faces.application.NavigationHandlerWrapper
- getWrapped() - Method in class jakarta.faces.application.ResourceHandlerWrapper
- getWrapped() - Method in class jakarta.faces.application.ResourceWrapper
- getWrapped() - Method in class jakarta.faces.application.StateManagerWrapper
- getWrapped() - Method in class jakarta.faces.application.ViewHandlerWrapper
- getWrapped() - Method in class jakarta.faces.component.search.SearchExpressionContextFactory
-
If this factory has been decorated, the implementation doing the decorating may override this method to provide access to the implementation being wrapped.
- getWrapped() - Method in class jakarta.faces.component.search.SearchExpressionHandlerWrapper
- getWrapped() - Method in class jakarta.faces.component.visit.VisitContextFactory
-
If this factory has been decorated, the implementation doing the decorating may override this method to provide access to the implementation being wrapped.
- getWrapped() - Method in class jakarta.faces.component.visit.VisitContextWrapper
- getWrapped() - Method in class jakarta.faces.context.ExceptionHandlerFactory
-
If this factory has been decorated, the implementation doing the decorating may override this method to provide access to the implementation being wrapped.
- getWrapped() - Method in class jakarta.faces.context.ExceptionHandlerWrapper
- getWrapped() - Method in class jakarta.faces.context.ExternalContextFactory
-
If this factory has been decorated, the implementation doing the decorating may override this method to provide access to the implementation being wrapped.
- getWrapped() - Method in class jakarta.faces.context.ExternalContextWrapper
- getWrapped() - Method in class jakarta.faces.context.FacesContextFactory
-
If this factory has been decorated, the implementation doing the decorating may override this method to provide access to the implementation being wrapped.
- getWrapped() - Method in class jakarta.faces.context.FacesContextWrapper
- getWrapped() - Method in class jakarta.faces.context.FlashFactory
-
If this factory has been decorated, the implementation doing the decorating may override this method to provide access to the implementation being wrapped.
- getWrapped() - Method in class jakarta.faces.context.FlashWrapper
- getWrapped() - Method in class jakarta.faces.context.PartialViewContextFactory
-
If this factory has been decorated, the implementation doing the decorating may override this method to provide access to the implementation being wrapped.
- getWrapped() - Method in class jakarta.faces.context.PartialViewContextWrapper
- getWrapped() - Method in class jakarta.faces.context.ResponseWriterWrapper
- getWrapped() - Method in class jakarta.faces.event.ActionListenerWrapper
- getWrapped() - Method in interface jakarta.faces.FacesWrapper
-
A class that implements this interface uses this method to return an instance of the class being wrapped.
- getWrapped() - Method in class jakarta.faces.flow.FlowHandlerFactoryWrapper
- getWrapped() - Method in class jakarta.faces.lifecycle.ClientWindowFactory
-
If this factory has been decorated, the implementation doing the decorating may override this method to provide access to the implementation being wrapped.
- getWrapped() - Method in class jakarta.faces.lifecycle.ClientWindowWrapper
- getWrapped() - Method in class jakarta.faces.lifecycle.LifecycleFactory
-
If this factory has been decorated, the implementation doing the decorating may override this method to provide access to the implementation being wrapped.
- getWrapped() - Method in class jakarta.faces.lifecycle.LifecycleWrapper
- getWrapped() - Method in class jakarta.faces.render.RendererWrapper
- getWrapped() - Method in class jakarta.faces.render.RenderKitFactory
-
If this factory has been decorated, the implementation doing the decorating may override this method to provide access to the implementation being wrapped.
- getWrapped() - Method in class jakarta.faces.render.RenderKitWrapper
- getWrapped() - Method in class jakarta.faces.view.facelets.FaceletCacheFactory
-
If this factory has been decorated, the implementation doing the decorating may override this method to provide access to the implementation being wrapped.
- getWrapped() - Method in class jakarta.faces.view.facelets.TagHandlerDelegateFactory
-
If this factory has been decorated, the implementation doing the decorating may override this method to provide access to the implementation being wrapped.
- getWrapped() - Method in class jakarta.faces.view.ViewDeclarationLanguageFactory
-
If this factory has been decorated, the implementation doing the decorating may override this method to provide access to the implementation being wrapped.
- getWrapped() - Method in class jakarta.faces.view.ViewDeclarationLanguageWrapper
- getWrapped() - Method in class jakarta.security.enterprise.authentication.mechanism.http.HttpAuthenticationMechanismWrapper
-
Returns the object that's being wrapped.
- getWrapped() - Method in class jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
- getWrappedData() - Method in class jakarta.faces.model.ArrayDataModel
- getWrappedData() - Method in class jakarta.faces.model.CollectionDataModel
- getWrappedData() - Method in class jakarta.faces.model.DataModel
-
Return the object representing the data wrapped by this
DataModel
, if any. - getWrappedData() - Method in class jakarta.faces.model.IterableDataModel
-
Return the object representing the data wrapped by this
DataModel
, if any. - getWrappedData() - Method in class jakarta.faces.model.ListDataModel
- getWrappedData() - Method in class jakarta.faces.model.ResultSetDataModel
- getWrappedData() - Method in class jakarta.faces.model.ScalarDataModel
- getWriteMethod(String) - Method in class jakarta.faces.view.facelets.MetadataTarget
-
Return a
Method
for the setter of the property with name given by argumentname
. - getWriter() - Method in interface jakarta.servlet.ServletResponse
-
Returns a
PrintWriter
object that can send character text to the client. - getWriter() - Method in class jakarta.servlet.ServletResponseWrapper
-
The default behavior of this method is to return getWriter() on the wrapped response object.
- getXmlns() - Method in class jakarta.faces.component.html.HtmlBody
-
Return the value of the
xmlns
property. - getXmlns() - Method in class jakarta.faces.component.html.HtmlHead
-
Return the value of the
xmlns
property. - getYear() - Method in class jakarta.ejb.ScheduleExpression
-
Return the value of the year attribute.
- getZoneId() - Method in class jakarta.enterprise.concurrent.CronTrigger
-
Returns the timezone to use for
ZonedDateTime
that is supplied to thegetNextRunTime
andskipRun
methods. - getZoneId() - Method in interface jakarta.enterprise.concurrent.ZonedTrigger
-
Returns the timezone to use for the
ZonedDateTime
that is supplied to thegetNextRunTime
andskipRun
methods. - getZoneinfo() - Method in interface jakarta.security.enterprise.identitystore.openid.OpenIdClaims
- GIVEN_NAME - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
- GOING_AWAY - jakarta.websocket.CloseReason.CloseCodes
-
1001 indicates that an endpoint is "going away", such as a server going down or a browser having navigated away from a page.
- GONE - jakarta.ws.rs.core.Response.Status
-
410 Gone, see HTTP/1.1 documentation.
- GRANT_TYPE - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
- greaterThan(Expression<? extends Y>, Expression<? extends Y>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create a predicate for testing whether the first argument is greater than the second.
- greaterThan(Expression<? extends Y>, Y) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create a predicate for testing whether the first argument is greater than the second.
- greaterThanOrEqualTo(Expression<? extends Y>, Expression<? extends Y>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create a predicate for testing whether the first argument is greater than or equal to the second.
- greaterThanOrEqualTo(Expression<? extends Y>, Y) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create a predicate for testing whether the first argument is greater than or equal to the second.
- greatest(Expression<X>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create an aggregate expression for finding the greatest of the values (strings, dates, etc).
- group - jakarta.faces.component.html.HtmlSelectOneRadio.PropertyKeys
- groupBy(Expression<?>...) - Method in interface jakarta.persistence.criteria.AbstractQuery
-
Specify the expressions that are used to form groups over the query results.
- groupBy(Expression<?>...) - Method in interface jakarta.persistence.criteria.CriteriaQuery
-
Specify the expressions that are used to form groups over the query results.
- groupBy(Expression<?>...) - Method in interface jakarta.persistence.criteria.Subquery
-
Specify the expressions that are used to form groups over the subquery results.
- groupBy(List<Expression<?>>) - Method in interface jakarta.persistence.criteria.AbstractQuery
-
Specify the expressions that are used to form groups over the query results.
- groupBy(List<Expression<?>>) - Method in interface jakarta.persistence.criteria.CriteriaQuery
-
Specify the expressions that are used to form groups over the query results.
- groupBy(List<Expression<?>>) - Method in interface jakarta.persistence.criteria.Subquery
-
Specify the expressions that are used to form groups over the subquery results.
- GroupConversionDescriptor - Interface in jakarta.validation.metadata
-
A group conversion rule to be applied during cascaded validation.
- GroupDefinitionException - Exception in jakarta.validation
-
Exception raised if a group definition is not legal.
- GroupDefinitionException() - Constructor for exception jakarta.validation.GroupDefinitionException
- GroupDefinitionException(String) - Constructor for exception jakarta.validation.GroupDefinitionException
- GroupDefinitionException(String, Throwable) - Constructor for exception jakarta.validation.GroupDefinitionException
- GroupDefinitionException(Throwable) - Constructor for exception jakarta.validation.GroupDefinitionException
- groupingBy(Function<JsonValue, String>) - Static method in class jakarta.json.stream.JsonCollectors
-
Constructs a
java.util.stream.Collector
that implements a "group by" operation on the inputJsonValue
elements. - groupingBy(Function<JsonValue, String>, Collector<JsonValue, T, JsonArray>) - Static method in class jakarta.json.stream.JsonCollectors
-
Constructs a
java.util.stream.Collector
that implements a "group by" operation on the inputJsonValue
elements. - groupMemberAttribute() - Method in annotation type jakarta.security.enterprise.identitystore.LdapIdentityStoreDefinition
-
Name of the attribute in a group object that identifies the members of the group (e.g., "
member
"). - groupMemberOfAttribute() - Method in annotation type jakarta.security.enterprise.identitystore.LdapIdentityStoreDefinition
-
Name of the attribute in a person object that identifies the groups the caller belongs to (e.g., "
memberOf
"). - groupNameAttribute() - Method in annotation type jakarta.security.enterprise.identitystore.LdapIdentityStoreDefinition
-
Name of the attribute of a group object that represents the group name (e.g., "
cn
") - GroupPrincipalCallback - Class in jakarta.security.auth.message.callback
-
Callback establishing group principals within the argument subject.
- GroupPrincipalCallback(Subject, String[]) - Constructor for class jakarta.security.auth.message.callback.GroupPrincipalCallback
-
Create a GroupPrincipalCallback to establish the container's representation of the corresponding group principals within the Subject.
- groups() - Method in annotation type jakarta.validation.constraints.AssertFalse
- groups() - Method in annotation type jakarta.validation.constraints.AssertTrue
- groups() - Method in annotation type jakarta.validation.constraints.DecimalMax
- groups() - Method in annotation type jakarta.validation.constraints.DecimalMin
- groups() - Method in annotation type jakarta.validation.constraints.Digits
- groups() - Method in annotation type jakarta.validation.constraints.Email
- groups() - Method in annotation type jakarta.validation.constraints.Future
- groups() - Method in annotation type jakarta.validation.constraints.FutureOrPresent
- groups() - Method in annotation type jakarta.validation.constraints.Max
- groups() - Method in annotation type jakarta.validation.constraints.Min
- groups() - Method in annotation type jakarta.validation.constraints.Negative
- groups() - Method in annotation type jakarta.validation.constraints.NegativeOrZero
- groups() - Method in annotation type jakarta.validation.constraints.NotBlank
- groups() - Method in annotation type jakarta.validation.constraints.NotEmpty
- groups() - Method in annotation type jakarta.validation.constraints.NotNull
- groups() - Method in annotation type jakarta.validation.constraints.Null
- groups() - Method in annotation type jakarta.validation.constraints.Past
- groups() - Method in annotation type jakarta.validation.constraints.PastOrPresent
- groups() - Method in annotation type jakarta.validation.constraints.Pattern
- groups() - Method in annotation type jakarta.validation.constraints.Positive
- groups() - Method in annotation type jakarta.validation.constraints.PositiveOrZero
- groups() - Method in annotation type jakarta.validation.constraints.Size
- GROUPS - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
- groupSearchBase() - Method in annotation type jakarta.security.enterprise.identitystore.LdapIdentityStoreDefinition
-
Search base for looking up groups (e.g., "
ou=group,dc=eclipse,dc=net
"). - groupSearchFilter() - Method in annotation type jakarta.security.enterprise.identitystore.LdapIdentityStoreDefinition
-
Search filter to find groups when groupSearchBase is set.
- groupSearchScope() - Method in annotation type jakarta.security.enterprise.identitystore.LdapIdentityStoreDefinition
-
Search scope for group searches, determines depth of the search in the LDAP tree.
- groupSearchScopeExpression() - Method in annotation type jakarta.security.enterprise.identitystore.LdapIdentityStoreDefinition
-
Allow groupSearchScope to be specified as a Jakarta Expression Language expression.
- GroupSequence - Annotation Type in jakarta.validation
-
Defines group sequence.
- groupsQuery() - Method in annotation type jakarta.security.enterprise.identitystore.DatabaseIdentityStoreDefinition
-
SQL query to retrieve the groups associated with the caller when authentication succeeds.
- gt(Expression<? extends Number>, Expression<? extends Number>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create a predicate for testing whether the first argument is greater than the second.
- gt(Expression<? extends Number>, Number) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create a predicate for testing whether the first argument is greater than the second.
H
- handle() - Method in class jakarta.faces.context.ExceptionHandler
-
Take action to handle the
Exception
instances residing inside theExceptionQueuedEvent
instances that have been queued by calls toApplication().publishEvent(ExceptionQueuedEvent.class, eventContext)
. - handle() - Method in class jakarta.faces.context.ExceptionHandlerWrapper
-
The default behavior of this method is to call
ExceptionHandler.handle()
on the wrappedExceptionHandler
object. - Handle - Interface in jakarta.ejb
-
The Handle interface is implemented by all enterprise bean object handles.
- HandleDelegate - Interface in jakarta.ejb.spi
-
The
HandleDelegate
interface is implemented by the enterprise bean container. - handleNavigation(FacesContext, String, String) - Method in class jakarta.faces.application.ConfigurableNavigationHandlerWrapper
- handleNavigation(FacesContext, String, String) - Method in class jakarta.faces.application.NavigationHandler
-
Perform navigation processing based on the state information in the specified
FacesContext
, plus the outcome string returned by an executed application action. - handleNavigation(FacesContext, String, String) - Method in class jakarta.faces.application.NavigationHandlerWrapper
- handleNavigation(FacesContext, String, String, String) - Method in class jakarta.faces.application.NavigationHandler
-
Overloaded variant of
NavigationHandler.handleNavigation(jakarta.faces.context.FacesContext, java.lang.String, java.lang.String)
that allows the caller to provide the defining document id for a flow to be entered by this navigation. - handleNavigation(FacesContext, String, String, String) - Method in class jakarta.faces.application.NavigationHandlerWrapper
- handlePageException(Exception) - Method in class jakarta.servlet.jsp.PageContext
-
This method is intended to process an unhandled 'page' level exception by forwarding the exception to the specified error page for this JSP.
- handlePageException(Throwable) - Method in class jakarta.servlet.jsp.PageContext
-
This method is intended to process an unhandled 'page' level exception by forwarding the exception to the specified error page for this JSP.
- handleResourceRequest(FacesContext) - Method in class jakarta.faces.application.ResourceHandler
-
This method specifies the contract for satisfying resource requests.
- handleResourceRequest(FacesContext) - Method in class jakarta.faces.application.ResourceHandlerWrapper
-
The default behavior of this method is to call
ResourceHandler.handleResourceRequest(jakarta.faces.context.FacesContext)
on the wrappedResourceHandler
object. - handles() - Method in interface jakarta.enterprise.inject.Instance
-
Allows iterating over contextual reference handles for all beans that have the required type and required qualifiers and are eligible for injection.
- handlesStream() - Method in interface jakarta.enterprise.inject.Instance
-
Returns stream of
Instance.Handle
objects. - HandlesTypes - Annotation Type in jakarta.servlet.annotation
-
This annotation is used to declare the class types that a
ServletContainerInitializer
can handle. - handleTimeout(AsyncResponse) - Method in interface jakarta.ws.rs.container.TimeoutHandler
-
Invoked when the suspended asynchronous response is about to time out.
- HandshakeRequest - Interface in jakarta.websocket.server
-
The handshake request represents the WebSocket defined HTTP GET request for the opening handshake of a WebSocket session.
- HandshakeResponse - Interface in jakarta.websocket
-
The handshake response represents the WebSocket-defined HTTP response that is the response to the opening handshake request.
- hasAccessToWebResource(String, String...) - Method in interface jakarta.security.enterprise.SecurityContext
-
Checks whether the caller has access to the provided "web resource" using the given methods, as specified by section 13.8 of the Servlet specification.
- hasAnnotation(Class<? extends Annotation>) - Method in interface jakarta.enterprise.lang.model.AnnotationTarget
-
Returns whether an annotation of given type is present on this annotation target.
- hasAnnotation(Predicate<AnnotationInfo>) - Method in interface jakarta.enterprise.lang.model.AnnotationTarget
-
Returns whether given predicate matches any annotation present on this annotation target.
- hasCondition() - Method in class jakarta.faces.application.NavigationCase
-
Test if this navigation case has an associated
<if>
element. - hasCondition() - Method in class jakarta.faces.application.NavigationCaseWrapper
- hasConstrainedParameters() - Method in interface jakarta.validation.metadata.ExecutableDescriptor
-
Returns
true
if the executable parameters are constrained either: because of a constraint on at least one of the parameters because of a cascade on at least one of the parameters (viaValid
) because of at least one cross-parameter constraint - hasConstrainedReturnValue() - Method in interface jakarta.validation.metadata.ExecutableDescriptor
-
Returns
true
if the executable return value is constrained either: because of a constraint on the return value because validation is cascaded on the return value (viaValid
) - hasConstraints() - Method in interface jakarta.validation.metadata.ElementDescriptor.ConstraintFinder
-
Returns
true
if at least one constraint declaration matching the restrictions is present on the element,false
otherwise. - hasConstraints() - Method in interface jakarta.validation.metadata.ElementDescriptor
- hasConstraints() - Method in interface jakarta.validation.metadata.ExecutableDescriptor
-
Returns
false
. - hasDynamicAttributes() - Method in class jakarta.servlet.jsp.tagext.TagInfo
-
Get dynamicAttributes associated with this TagInfo.
- hasEntity() - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Check if there is an entity available in the request.
- hasEntity() - Method in interface jakarta.ws.rs.client.ClientResponseContext
-
Check if there is a non-empty entity input stream is available in the response message.
- hasEntity() - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Check if there is a non-empty entity input stream available in the request message.
- hasEntity() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Check if there is an entity available in the response.
- hasEntity() - Method in class jakarta.ws.rs.core.Response
-
Check if there is an entity available in the response.
- hashAlgorithm() - Method in annotation type jakarta.security.enterprise.identitystore.DatabaseIdentityStoreDefinition
-
A
PasswordHash
implementation used to verify plaintext passwords by generating a hash of the password and comparing it against the hashed value returned from the database via theDatabaseIdentityStoreDefinition.callerQuery()
. - hashAlgorithmParameters() - Method in annotation type jakarta.security.enterprise.identitystore.DatabaseIdentityStoreDefinition
-
Used to specify algorithm-specific parameters.
- hashCode() - Method in class jakarta.el.Expression
-
Returns the hash code for this
Expression
. - hashCode() - Method in class jakarta.el.MethodInfo
- hashCode() - Method in class jakarta.el.MethodReference
- hashCode() - Method in class jakarta.enterprise.util.AnnotationLiteral
- hashCode() - Method in class jakarta.enterprise.util.TypeLiteral
- hashCode() - Method in class jakarta.faces.application.NavigationCase
- hashCode() - Method in class jakarta.faces.application.NavigationCaseWrapper
- hashCode() - Method in class jakarta.faces.event.WebsocketEvent
- hashCode() - Method in class jakarta.faces.validator.DoubleRangeValidator
-
Overrides the default hash code method to take the minimum and maximum into account when generating the hash code.
- hashCode() - Method in class jakarta.faces.validator.LengthValidator
- hashCode() - Method in class jakarta.faces.validator.LongRangeValidator
- hashCode() - Method in interface jakarta.json.JsonNumber
-
Returns the hash code value for this
JsonNumber
object. - hashCode() - Method in interface jakarta.json.JsonString
-
Returns the hash code value for this
JsonString
object. - hashCode() - Method in class jakarta.servlet.http.Cookie
- hashCode() - Method in class jakarta.servlet.jsp.jstl.core.IndexedValueExpression
- hashCode() - Method in class jakarta.servlet.jsp.jstl.core.IteratedValueExpression
- hashCode() - Method in class jakarta.ws.rs.client.Entity
- hashCode() - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
- hashCode() - Method in class jakarta.ws.rs.core.CacheControl
-
Generate hash code from cache control properties.
- hashCode() - Method in class jakarta.ws.rs.core.Cookie
-
Generate a hash code by hashing all of the cookies properties.
- hashCode() - Method in class jakarta.ws.rs.core.EntityTag
-
Generate hashCode based on value and weakness.
- hashCode() - Method in class jakarta.ws.rs.core.GenericEntity
- hashCode() - Method in class jakarta.ws.rs.core.GenericType
- hashCode() - Method in class jakarta.ws.rs.core.Link.JaxbLink
-
Deprecated.
- hashCode() - Method in class jakarta.ws.rs.core.MediaType
-
Generate a hash code from the type, subtype and parameters.
- hashCode() - Method in class jakarta.ws.rs.core.NewCookie
-
Generate a hash code by hashing all of the properties.
- hashCode() - Method in class jakarta.ws.rs.core.Variant
-
Generate hash code from variant properties.
- hasLink(String) - Method in interface jakarta.ws.rs.client.ClientResponseContext
-
Check if link for relation exists.
- hasLink(String) - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Check if link for relation exists.
- hasLink(String) - Method in class jakarta.ws.rs.core.Response
-
Check if link for relation exists.
- hasMember(String) - Method in interface jakarta.enterprise.lang.model.AnnotationInfo
-
Returns whether this annotation has a member with given
name
. - hasMetadata(UIViewRoot) - Static method in class jakarta.faces.view.ViewMetadata
-
Utility method to determine if the the provided
UIViewRoot
has metadata. - hasMoreResults() - Method in interface jakarta.persistence.StoredProcedureQuery
-
Return true if the next result corresponds to a result set, and false if it is an update count or if there are no results other than through INOUT and OUT parameters, if any.
- hasNext() - Method in interface jakarta.json.stream.JsonParser
-
Returns
true
if there are more parsing states. - hasNext() - Method in class jakarta.servlet.jsp.jstl.core.LoopTagSupport
-
Returns information concerning the availability of more items over which to iterate.
- hasOriginalRequestAndResponse() - Method in interface jakarta.servlet.AsyncContext
-
Checks if this AsyncContext was initialized with the original or application-wrapped request and response objects.
- hasProperty(String) - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Returns
true
if the property with the given name is registered in the current request/response exchange context, orfalse
if there is no property by that name. - hasProperty(String) - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Returns
true
if the property with the given name is registered in the current request/response exchange context, orfalse
if there is no property by that name. - hasProperty(String) - Method in interface jakarta.ws.rs.core.Configuration
-
Check whether the property with a given name is configured.
- hasProperty(String) - Method in interface jakarta.ws.rs.ext.InterceptorContext
-
Returns
true
if the property with the given name is registered in the current request/response exchange context, orfalse
if there is no property by that name. - hasProperty(String) - Method in interface jakarta.ws.rs.SeBootstrap.Configuration
-
Returns whether the property with the given name is configured, either explicitly or by default.
- hasRetryAfter() - Method in exception jakarta.ws.rs.ServiceUnavailableException
-
Check if the underlying response contains the information on when is it possible to
HttpHeaders.RETRY_AFTER
retry the request. - hasSingleIdAttribute() - Method in interface jakarta.persistence.metamodel.IdentifiableType
-
Whether the identifiable type has a single id attribute.
- hasValue() - Method in interface jakarta.enterprise.lang.model.AnnotationInfo
-
Returns whether this annotation has the
value
member. - hasVersionAttribute() - Method in interface jakarta.persistence.metamodel.IdentifiableType
-
Whether the identifiable type has a version attribute.
- having(Expression<Boolean>) - Method in interface jakarta.persistence.criteria.AbstractQuery
-
Specify a restriction over the groups of the query.
- having(Expression<Boolean>) - Method in interface jakarta.persistence.criteria.CriteriaQuery
-
Specify a restriction over the groups of the query.
- having(Expression<Boolean>) - Method in interface jakarta.persistence.criteria.Subquery
-
Specify a restriction over the groups of the subquery.
- having(Predicate...) - Method in interface jakarta.persistence.criteria.AbstractQuery
-
Specify restrictions over the groups of the query according the conjunction of the specified restriction predicates.
- having(Predicate...) - Method in interface jakarta.persistence.criteria.CriteriaQuery
-
Specify restrictions over the groups of the query according the conjunction of the specified restriction predicates.
- having(Predicate...) - Method in interface jakarta.persistence.criteria.Subquery
-
Specify restrictions over the groups of the subquery according the conjunction of the specified restriction predicates.
- head() - Method in interface jakarta.ws.rs.client.AsyncInvoker
-
Invoke HTTP HEAD method for the current request asynchronously.
- head() - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
- head() - Method in interface jakarta.ws.rs.client.RxInvoker
-
Invoke HTTP HEAD method for the current request.
- head() - Method in interface jakarta.ws.rs.client.SyncInvoker
-
Invoke HTTP HEAD method for the current request synchronously.
- head(InvocationCallback<Response>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
-
Invoke HTTP HEAD method for the current request asynchronously.
- HEAD - Annotation Type in jakarta.ws.rs
-
Indicates that the annotated method responds to HTTP HEAD requests.
- HEAD - Static variable in annotation type jakarta.ws.rs.HttpMethod
-
HTTP HEAD method.
- header(String, Object) - Method in interface jakarta.ws.rs.client.Invocation.Builder
-
Add an arbitrary header.
- header(String, Object) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
-
Add an arbitrary header.
- header(String, String...) - Method in interface jakarta.ws.rs.core.EntityPart.Builder
-
Adds a new header or replaces a previously added header and sets the header value(s).
- HEADER_DECORATOR - Static variable in class jakarta.ws.rs.Priorities
-
Header decorator filter/interceptor priority.
- headerClass - jakarta.faces.component.html.HtmlColumn.PropertyKeys
- headerClass - jakarta.faces.component.html.HtmlDataTable.PropertyKeys
- headerClass - jakarta.faces.component.html.HtmlPanelGrid.PropertyKeys
- HeaderMap - Annotation Type in jakarta.faces.annotation
-
The presence of this annotation (along with
@Inject
) on a field of typeMap<String, String>
causes the map returned fromExternalContext.getRequestHeaderMap()
to be injected as the value of that field. - HeaderMap.Literal - Class in jakarta.faces.annotation
-
Supports inline instantiation of the
HeaderMap
qualifier. - HeaderParam - Annotation Type in jakarta.ws.rs
-
Binds the value(s) of a HTTP header to a resource method parameter, resource class field, or resource class bean property.
- headers(MultivaluedMap<String, Object>) - Method in interface jakarta.ws.rs.client.Invocation.Builder
-
Replaces all existing headers with the newly supplied headers.
- headers(MultivaluedMap<String, String>) - Method in interface jakarta.ws.rs.core.EntityPart.Builder
-
Adds new headers or replaces previously added headers.
- HeaderValuesMap - Annotation Type in jakarta.faces.annotation
-
The presence of this annotation (along with
@Inject
) on a field of typeMap<String, String[]>
causes the map returned fromExternalContext.getRequestHeaderValuesMap()
to be injected as the value of that field. - HeaderValuesMap.Literal - Class in jakarta.faces.annotation
-
Supports inline instantiation of the
HeaderValuesMap
qualifier. - height - jakarta.faces.component.html.HtmlGraphicImage.PropertyKeys
- HeuristicCommitException - Exception in jakarta.transaction
-
This exception is thrown by the rollback operation on a resource to report that a heuristic decision was made and that all relevant updates have been committed.
- HeuristicCommitException() - Constructor for exception jakarta.transaction.HeuristicCommitException
- HeuristicCommitException(String) - Constructor for exception jakarta.transaction.HeuristicCommitException
- HeuristicMixedException - Exception in jakarta.transaction
-
This exception is thrown to report that a heuristic decision was made and that some relevant updates have been committed and others have been rolled back.
- HeuristicMixedException() - Constructor for exception jakarta.transaction.HeuristicMixedException
- HeuristicMixedException(String) - Constructor for exception jakarta.transaction.HeuristicMixedException
- HeuristicRollbackException - Exception in jakarta.transaction
-
This exception is thrown by the commit operation to report that a heuristic decision was made and that all relevant updates have been rolled back.
- HeuristicRollbackException() - Constructor for exception jakarta.transaction.HeuristicRollbackException
- HeuristicRollbackException(String) - Constructor for exception jakarta.transaction.HeuristicRollbackException
- HIERARCHY - jakarta.validation.metadata.Scope
-
Look for constraints declared on all elements of the class hierarchy with the same name.
- hints() - Method in annotation type jakarta.persistence.NamedNativeQuery
-
Query properties and hints.
- hints() - Method in annotation type jakarta.persistence.NamedQuery
-
(Optional) Query properties and hints.
- hints() - Method in annotation type jakarta.persistence.NamedStoredProcedureQuery
-
Query properties and hints.
- HomeHandle - Interface in jakarta.ejb
-
The HomeHandle interface is implemented by all home object handles.
- host() - Method in interface jakarta.ws.rs.SeBootstrap.Configuration
-
Convenience method to get the
host
to be used. - host(String) - Method in class jakarta.ws.rs.core.UriBuilder
-
Set the URI host.
- host(String) - Method in interface jakarta.ws.rs.SeBootstrap.Configuration.Builder
-
Convenience method to set the
host
to be used. - HOST - Static variable in interface jakarta.ws.rs.core.HttpHeaders
- HOST - Static variable in interface jakarta.ws.rs.SeBootstrap.Configuration
-
Configuration key for the hostname or IP address an application is bound to.
- hostnameVerifier(HostnameVerifier) - Method in class jakarta.ws.rs.client.ClientBuilder
-
Set the hostname verifier to be used by the client to verify the endpoint's hostname against it's identification information.
- hour() - Method in annotation type jakarta.ejb.Schedule
-
Specifies one or more hours within a day.
- hour(int) - Method in class jakarta.ejb.ScheduleExpression
-
Set the hour attribute.
- hour(String) - Method in class jakarta.ejb.ScheduleExpression
-
Set the hour attribute.
- hours(int...) - Method in class jakarta.enterprise.concurrent.CronTrigger
-
Configure the hours cron field, overwriting any previous value for hours.
- hours(String) - Method in class jakarta.enterprise.concurrent.CronTrigger
-
Configure the hours cron field, overwriting any previous value for hours.
- hreflang - jakarta.faces.component.html.HtmlCommandLink.PropertyKeys
- hreflang - jakarta.faces.component.html.HtmlOutcomeTargetLink.PropertyKeys
- hreflang - jakarta.faces.component.html.HtmlOutputLink.PropertyKeys
- html(T) - Static method in class jakarta.ws.rs.client.Entity
-
Create a "text/html" entity.
- HTML_BASIC_RENDER_KIT - Static variable in class jakarta.faces.render.RenderKitFactory
-
The render kit identifier of the default
RenderKit
instance for this Jakarta Faces implementation. - HtmlBody - Class in jakarta.faces.component.html
-
NONE
- HtmlBody() - Constructor for class jakarta.faces.component.html.HtmlBody
-
Default constructor setting the renderer type.
- HtmlBody.PropertyKeys - Enum in jakarta.faces.component.html
-
The property keys.
- HtmlColumn - Class in jakarta.faces.component.html
-
Represents a column that will be rendered in an HTML
table
element. - HtmlColumn() - Constructor for class jakarta.faces.component.html.HtmlColumn
- HtmlColumn.PropertyKeys - Enum in jakarta.faces.component.html
-
The property keys.
- HtmlCommandButton - Class in jakarta.faces.component.html
-
Represents an HTML
input
element for a button of typesubmit
orreset
. - HtmlCommandButton() - Constructor for class jakarta.faces.component.html.HtmlCommandButton
- HtmlCommandButton.PropertyKeys - Enum in jakarta.faces.component.html
-
Properties used by this component
- HtmlCommandLink - Class in jakarta.faces.component.html
-
Represents an HTML
a
element for a hyperlink that acts like a submit button. - HtmlCommandLink() - Constructor for class jakarta.faces.component.html.HtmlCommandLink
- HtmlCommandLink.PropertyKeys - Enum in jakarta.faces.component.html
-
Properties used by this component
- HtmlCommandScript - Class in jakarta.faces.component.html
-
Represents an HTML
script
element for a function that acts like an ajax form submit. - HtmlCommandScript() - Constructor for class jakarta.faces.component.html.HtmlCommandScript
- HtmlCommandScript.PropertyKeys - Enum in jakarta.faces.component.html
-
The property keys.
- HtmlDataTable - Class in jakarta.faces.component.html
-
Represents a set of repeating data (segregated into columns by child UIColumn components) that will be rendered in an HTML
table
element. - HtmlDataTable() - Constructor for class jakarta.faces.component.html.HtmlDataTable
- HtmlDataTable.PropertyKeys - Enum in jakarta.faces.component.html
-
The property keys.
- HtmlDoctype - Class in jakarta.faces.component.html
-
NONE
- HtmlDoctype() - Constructor for class jakarta.faces.component.html.HtmlDoctype
- HtmlDoctype.PropertyKeys - Enum in jakarta.faces.component.html
-
The property keys.
- HtmlForm - Class in jakarta.faces.component.html
-
Represents an HTML
form
element. - HtmlForm() - Constructor for class jakarta.faces.component.html.HtmlForm
- HtmlForm.PropertyKeys - Enum in jakarta.faces.component.html
-
Properties used by this component
- HtmlGraphicImage - Class in jakarta.faces.component.html
-
Represents an HTML
img
element, used to retrieve and render a graphical image. - HtmlGraphicImage() - Constructor for class jakarta.faces.component.html.HtmlGraphicImage
- HtmlGraphicImage.PropertyKeys - Enum in jakarta.faces.component.html
-
Properties used by this component
- HtmlHead - Class in jakarta.faces.component.html
-
NONE
- HtmlHead() - Constructor for class jakarta.faces.component.html.HtmlHead
- HtmlHead.PropertyKeys - Enum in jakarta.faces.component.html
-
The property keys.
- HtmlInputFile - Class in jakarta.faces.component.html
-
Represents an HTML
input
element of typefile
. - HtmlInputFile() - Constructor for class jakarta.faces.component.html.HtmlInputFile
- HtmlInputFile.PropertyKeys - Enum in jakarta.faces.component.html
-
Properties used by this component
- HtmlInputHidden - Class in jakarta.faces.component.html
-
Represents an HTML
input
element of typehidden
. - HtmlInputHidden() - Constructor for class jakarta.faces.component.html.HtmlInputHidden
- HtmlInputHidden.PropertyKeys - Enum in jakarta.faces.component.html
-
Properties used by this component
- HtmlInputSecret - Class in jakarta.faces.component.html
-
Represents an HTML
input
element of typepassword
. - HtmlInputSecret() - Constructor for class jakarta.faces.component.html.HtmlInputSecret
- HtmlInputSecret.PropertyKeys - Enum in jakarta.faces.component.html
-
Properties used by this component
- HtmlInputText - Class in jakarta.faces.component.html
-
Represents an HTML
input
element of typetext
. - HtmlInputText() - Constructor for class jakarta.faces.component.html.HtmlInputText
- HtmlInputText.PropertyKeys - Enum in jakarta.faces.component.html
-
The property keys.
- HtmlInputTextarea - Class in jakarta.faces.component.html
-
Represents an HTML
textarea
element. - HtmlInputTextarea() - Constructor for class jakarta.faces.component.html.HtmlInputTextarea
- HtmlInputTextarea.PropertyKeys - Enum in jakarta.faces.component.html
-
Properties used by this component
- HtmlMessage - Class in jakarta.faces.component.html
-
By default, the
rendererType
property must be set to "jakarta.faces.Message
". - HtmlMessage() - Constructor for class jakarta.faces.component.html.HtmlMessage
- HtmlMessage.PropertyKeys - Enum in jakarta.faces.component.html
-
Properties used by this component
- HtmlMessages - Class in jakarta.faces.component.html
-
By default, the
rendererType
property must be set to "jakarta.faces.Messages
". - HtmlMessages() - Constructor for class jakarta.faces.component.html.HtmlMessages
- HtmlMessages.PropertyKeys - Enum in jakarta.faces.component.html
-
The property keys.
- HtmlOutcomeTargetButton - Class in jakarta.faces.component.html
-
Represents an HTML
input
element of type "button" or image that may be used to link to a URL handled by the Faces Servlet resolved preemptively using the logical outcome defined by theoutcome
property. - HtmlOutcomeTargetButton() - Constructor for class jakarta.faces.component.html.HtmlOutcomeTargetButton
- HtmlOutcomeTargetButton.PropertyKeys - Enum in jakarta.faces.component.html
-
The property keys.
- HtmlOutcomeTargetLink - Class in jakarta.faces.component.html
-
Represents an HTML
a
(hyperlink) element that may be used to link to a URL handled by the Faces Servlet resolved preemptively using the logical outcome defined by theoutcome
property. - HtmlOutcomeTargetLink() - Constructor for class jakarta.faces.component.html.HtmlOutcomeTargetLink
- HtmlOutcomeTargetLink.PropertyKeys - Enum in jakarta.faces.component.html
-
The property keys.
- HtmlOutputFormat - Class in jakarta.faces.component.html
-
Represents a component that looks up a localized message in a resource bundle, optionally uses it as a
MessageFormat
pattern string and substitutes in parameter values from nested UIParameter components, and renders the result. - HtmlOutputFormat() - Constructor for class jakarta.faces.component.html.HtmlOutputFormat
- HtmlOutputFormat.PropertyKeys - Enum in jakarta.faces.component.html
-
The property keys.
- HtmlOutputLabel - Class in jakarta.faces.component.html
-
Represents an HTML
label
element, used to define an accessible label for a corresponding input element. - HtmlOutputLabel() - Constructor for class jakarta.faces.component.html.HtmlOutputLabel
- HtmlOutputLabel.PropertyKeys - Enum in jakarta.faces.component.html
-
The property keys.
- HtmlOutputLink - Class in jakarta.faces.component.html
-
Represents an HTML
a
(hyperlink) element that may be used to link to an arbitrary URL defined by thevalue
property. - HtmlOutputLink() - Constructor for class jakarta.faces.component.html.HtmlOutputLink
- HtmlOutputLink.PropertyKeys - Enum in jakarta.faces.component.html
-
The property keys.
- HtmlOutputText - Class in jakarta.faces.component.html
-
Renders the component value as text, optionally wrapping in a
span
element if I18N attributes, CSS styles or style classes are specified. - HtmlOutputText() - Constructor for class jakarta.faces.component.html.HtmlOutputText
- HtmlOutputText.PropertyKeys - Enum in jakarta.faces.component.html
-
The property keys.
- HtmlPanelGrid - Class in jakarta.faces.component.html
-
Renders child components in a table, starting a new row after the specified number of columns.
- HtmlPanelGrid() - Constructor for class jakarta.faces.component.html.HtmlPanelGrid
- HtmlPanelGrid.PropertyKeys - Enum in jakarta.faces.component.html
-
Properties used by this component
- HtmlPanelGroup - Class in jakarta.faces.component.html
-
Causes all child components of this component to be rendered.
- HtmlPanelGroup() - Constructor for class jakarta.faces.component.html.HtmlPanelGroup
- HtmlPanelGroup.PropertyKeys - Enum in jakarta.faces.component.html
-
Properties used by this component
- HtmlSelectBooleanCheckbox - Class in jakarta.faces.component.html
-
Represents an HTML
input
element of typecheckbox
. - HtmlSelectBooleanCheckbox() - Constructor for class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
- HtmlSelectBooleanCheckbox.PropertyKeys - Enum in jakarta.faces.component.html
-
The property keys.
- HtmlSelectManyCheckbox - Class in jakarta.faces.component.html
-
Represents a multiple-selection component that is rendered as a set of HTML
input
elements of typecheckbox
. - HtmlSelectManyCheckbox() - Constructor for class jakarta.faces.component.html.HtmlSelectManyCheckbox
- HtmlSelectManyCheckbox.PropertyKeys - Enum in jakarta.faces.component.html
-
Properties used by this component
- HtmlSelectManyListbox - Class in jakarta.faces.component.html
-
Represents a multiple-selection component that is rendered as an HTML
select
element, showing either all available options or the specified number of options. - HtmlSelectManyListbox() - Constructor for class jakarta.faces.component.html.HtmlSelectManyListbox
- HtmlSelectManyListbox.PropertyKeys - Enum in jakarta.faces.component.html
-
Properties used by this component
- HtmlSelectManyMenu - Class in jakarta.faces.component.html
-
Represents a multiple-selection component that is rendered as an HTML
select
element, showing a single available option at a time. - HtmlSelectManyMenu() - Constructor for class jakarta.faces.component.html.HtmlSelectManyMenu
- HtmlSelectManyMenu.PropertyKeys - Enum in jakarta.faces.component.html
-
The property keys.
- HtmlSelectOneListbox - Class in jakarta.faces.component.html
-
Represents a single-selection component that is rendered as an HTML
select
element, showing either all available options or the specified number of options. - HtmlSelectOneListbox() - Constructor for class jakarta.faces.component.html.HtmlSelectOneListbox
- HtmlSelectOneListbox.PropertyKeys - Enum in jakarta.faces.component.html
-
Properties used by this component
- HtmlSelectOneMenu - Class in jakarta.faces.component.html
-
Represents a single-selection component that is rendered as an HTML
select
element, showing a single available option at a time. - HtmlSelectOneMenu() - Constructor for class jakarta.faces.component.html.HtmlSelectOneMenu
- HtmlSelectOneMenu.PropertyKeys - Enum in jakarta.faces.component.html
-
Properties used by this component
- HtmlSelectOneRadio - Class in jakarta.faces.component.html
-
Represents a single-selection component that is rendered as a set of HTML
input
elements of typeradio
. - HtmlSelectOneRadio() - Constructor for class jakarta.faces.component.html.HtmlSelectOneRadio
- HtmlSelectOneRadio.PropertyKeys - Enum in jakarta.faces.component.html
-
The property keys.
- HTTP_VERSION_NOT_SUPPORTED - jakarta.ws.rs.core.Response.Status
-
505 HTTP Version Not Supported, see HTTP/1.1 documentation.
- HttpAuthenticationMechanism - Interface in jakarta.security.enterprise.authentication.mechanism.http
-
HttpAuthenticationMechanism
is a mechanism for obtaining a caller's credentials in some way, using the HTTP protocol where necessary. - HttpAuthenticationMechanismWrapper - Class in jakarta.security.enterprise.authentication.mechanism.http
-
This class is an implementation of the
HttpAuthenticationMechanism
interface that can be subclassed by developers wishing to provide extra or different functionality. - HttpAuthenticationMechanismWrapper() - Constructor for class jakarta.security.enterprise.authentication.mechanism.http.HttpAuthenticationMechanismWrapper
-
This constructor is intended for proxy usuage only.
- HttpAuthenticationMechanismWrapper(HttpAuthenticationMechanism) - Constructor for class jakarta.security.enterprise.authentication.mechanism.http.HttpAuthenticationMechanismWrapper
-
Constructs the wrapper with the object being delegated to.
- HttpConstraint - Annotation Type in jakarta.servlet.annotation
-
This annotation is used within the
ServletSecurity
annotation to represent the security constraints to be applied to all HTTP protocol methods for which a correspondingHttpMethodConstraint
element does NOT occur within theServletSecurity
annotation. - HttpConstraintElement - Class in jakarta.servlet
-
Java Class representation of an
HttpConstraint
annotation value. - HttpConstraintElement() - Constructor for class jakarta.servlet.HttpConstraintElement
-
Constructs a default HTTP constraint element
- HttpConstraintElement(ServletSecurity.EmptyRoleSemantic) - Constructor for class jakarta.servlet.HttpConstraintElement
-
Convenience constructor to establish EmptyRoleSemantic.DENY
- HttpConstraintElement(ServletSecurity.EmptyRoleSemantic, ServletSecurity.TransportGuarantee, String...) - Constructor for class jakarta.servlet.HttpConstraintElement
-
Constructor to establish all of getEmptyRoleSemantic, getRolesAllowed, and getTransportGuarantee.
- HttpConstraintElement(ServletSecurity.TransportGuarantee, String...) - Constructor for class jakarta.servlet.HttpConstraintElement
-
Constructor to establish non-empty getRolesAllowed and/or TransportGuarantee.CONFIDENTIAL.
- HttpFilter - Class in jakarta.servlet.http
-
Provides an abstract class to be subclassed to create an HTTP filter suitable for a Web site.
- HttpFilter() - Constructor for class jakarta.servlet.http.HttpFilter
-
Does nothing, because this is an abstract class.
- HttpHeaders - Interface in jakarta.ws.rs.core
-
An injectable interface that provides access to HTTP header information.
- HttpJspPage - Interface in jakarta.servlet.jsp
-
The HttpJspPage interface describes the interaction that a JSP Page Implementation Class must satisfy when using the HTTP protocol.
- HttpMessageContext - Interface in jakarta.security.enterprise.authentication.mechanism.http
-
HttpMessageContext
contains all of the per-request state information and encapsulates the client request, server response, container handler for authentication callbacks, and the subject representing the caller. - HttpMessageContextWrapper - Class in jakarta.security.enterprise.authentication.mechanism.http
-
This class is an implementation of the HttpMessageContext interface that can be subclassed by developers wishing to provide extra or different functionality.
- HttpMessageContextWrapper(HttpMessageContext) - Constructor for class jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
- HttpMethod - Annotation Type in jakarta.ws.rs
-
Associates the name of a HTTP method with an annotation.
- HttpMethodConstraint - Annotation Type in jakarta.servlet.annotation
-
This annotation is used within the
ServletSecurity
annotation to represent security constraints on specific HTTP protocol messages. - HttpMethodConstraintElement - Class in jakarta.servlet
-
Java Class representation of an
HttpMethodConstraint
annotation value. - HttpMethodConstraintElement(String) - Constructor for class jakarta.servlet.HttpMethodConstraintElement
-
Constructs an instance with default
HttpConstraintElement
value. - HttpMethodConstraintElement(String, HttpConstraintElement) - Constructor for class jakarta.servlet.HttpMethodConstraintElement
-
Constructs an instance with specified
HttpConstraintElement
value. - httpMethodConstraints() - Method in annotation type jakarta.servlet.annotation.ServletSecurity
-
Get the HTTP method specific constraints.
- httpOnly(boolean) - Method in class jakarta.ws.rs.core.NewCookie.AbstractNewCookieBuilder
-
Whether the cookie will only be visible as part of an HTTP request.
- HttpServlet - Class in jakarta.servlet.http
-
Provides an abstract class to be subclassed to create an HTTP servlet suitable for a Web site.
- HttpServlet() - Constructor for class jakarta.servlet.http.HttpServlet
-
Does nothing, because this is an abstract class.
- HttpServletMapping - Interface in jakarta.servlet.http
-
Allows runtime discovery of the manner in which the
HttpServlet
for the currentHttpServletRequest
was invoked. - HttpServletRequest - Interface in jakarta.servlet.http
-
Extends the
ServletRequest
interface to provide request information for HTTP servlets. - HttpServletRequestWrapper - Class in jakarta.servlet.http
-
Provides a convenient implementation of the HttpServletRequest interface that can be subclassed by developers wishing to adapt the request to a Servlet.
- HttpServletRequestWrapper(HttpServletRequest) - Constructor for class jakarta.servlet.http.HttpServletRequestWrapper
-
Constructs a request object wrapping the given request.
- HttpServletResponse - Interface in jakarta.servlet.http
-
Extends the
ServletResponse
interface to provide HTTP-specific functionality in sending a response. - HttpServletResponseWrapper - Class in jakarta.servlet.http
-
Provides a convenient implementation of the HttpServletResponse interface that can be subclassed by developers wishing to adapt the response from a Servlet.
- HttpServletResponseWrapper(HttpServletResponse) - Constructor for class jakarta.servlet.http.HttpServletResponseWrapper
-
Constructs a response adaptor wrapping the given response.
- HttpSession - Interface in jakarta.servlet.http
-
Provides a way to identify a user across more than one page request or visit to a Web site and to store information about that user.
- HttpSessionActivationListener - Interface in jakarta.servlet.http
-
Objects that are bound to a session may listen to container events notifying them that sessions will be passivated and that session will be activated.
- HttpSessionAttributeListener - Interface in jakarta.servlet.http
-
Interface for receiving notification events about HttpSession attribute changes.
- HttpSessionBindingEvent - Class in jakarta.servlet.http
-
Events of this type are either sent to an object that implements
HttpSessionBindingListener
when it is bound or unbound from a session, or to anHttpSessionAttributeListener
that has been configured in the deployment descriptor when any attribute is bound, unbound or replaced in a session. - HttpSessionBindingEvent(HttpSession, String) - Constructor for class jakarta.servlet.http.HttpSessionBindingEvent
-
Constructs an event that notifies an object that it has been bound to or unbound from a session.
- HttpSessionBindingEvent(HttpSession, String, Object) - Constructor for class jakarta.servlet.http.HttpSessionBindingEvent
-
Constructs an event that notifies an object that it has been bound to or unbound from a session.
- HttpSessionBindingListener - Interface in jakarta.servlet.http
-
Causes an object to be notified when it is bound to or unbound from a session.
- HttpSessionEvent - Class in jakarta.servlet.http
-
This is the class representing event notifications for changes to sessions within a web application.
- HttpSessionEvent(HttpSession) - Constructor for class jakarta.servlet.http.HttpSessionEvent
-
Construct a session event from the given source.
- HttpSessionIdListener - Interface in jakarta.servlet.http
-
Interface for receiving notification events about HttpSession id changes.
- HttpSessionListener - Interface in jakarta.servlet.http
-
Interface for receiving notification events about HttpSession lifecycle changes.
- HttpUpgradeHandler - Interface in jakarta.servlet.http
-
This interface encapsulates the upgrade protocol processing.
- hungTaskThreshold() - Method in annotation type jakarta.enterprise.concurrent.ManagedExecutorDefinition
-
The amount of time in milliseconds that a task or action can execute before it is considered hung.
- hungTaskThreshold() - Method in annotation type jakarta.enterprise.concurrent.ManagedScheduledExecutorDefinition
-
The amount of time in milliseconds that a task or action can execute before it is considered hung.
- HYBRID_FLOW_TYPES - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
I
- i - Variable in class jakarta.servlet.jsp.jstl.core.IndexedValueExpression
- i - Variable in class jakarta.servlet.jsp.jstl.core.IteratedValueExpression
- id - Variable in class jakarta.servlet.jsp.tagext.TagSupport
-
The value of the id attribute of this tag; or null.
- id(String) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
-
Make the configured bean implements
PassivationCapable
and its Id for passivation. - id(String) - Method in interface jakarta.ws.rs.sse.OutboundSseEvent.Builder
-
Set the event id.
- id(String, String) - Method in class jakarta.faces.flow.builder.FlowBuilder
-
Set the defining document id and flow id of this flow.
- Id - Annotation Type in jakarta.persistence
-
Specifies the primary key of an entity.
- ID - Static variable in class jakarta.servlet.jsp.tagext.TagAttributeInfo
-
"id" is wired in to be ID.
- ID_TOKEN_HINT - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
- ID_TOKEN_SIGNING_ALG_VALUES_SUPPORTED - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
- IdClass - Annotation Type in jakarta.persistence
-
Specifies a composite primary key class that is mapped to multiple fields or properties of the entity.
- IdentifiableType<X> - Interface in jakarta.persistence.metamodel
-
Instances of the type
IdentifiableType
represent entity or mapped superclass types. - IDENTITY - jakarta.persistence.GenerationType
-
Indicates that the persistence provider must assign primary keys for the entity using a database identity column.
- IDENTITY - Static variable in interface jakarta.json.bind.config.PropertyNamingStrategy
-
Using this strategy, the property name is unchanged.
- IDENTITY_NAME - Static variable in interface jakarta.enterprise.concurrent.ManagedTask
-
Execution property to be returned in
ManagedTask.getExecutionProperties()
orContextService.createContextualProxy()
to provide a String that identifies the task. - IDENTITY_TOKEN - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
- IdentityStore - Interface in jakarta.security.enterprise.identitystore
-
IdentityStore
is a mechanism for validating a caller's credentials and accessing a caller's identity attributes. - IdentityStore.ValidationType - Enum in jakarta.security.enterprise.identitystore
-
Determines the type of validation (operations) that should be done by this store.
- IdentityStoreHandler - Interface in jakarta.security.enterprise.identitystore
-
IdentityStoreHandler
is a mechanism for validating a caller's credentials, and accessing a caller's identity attributes, by consulting a set of one or moreIdentityStore
s. - IdentityStorePermission - Class in jakarta.security.enterprise.identitystore
-
Class for IdentityStore permissions.
- IdentityStorePermission(String) - Constructor for class jakarta.security.enterprise.identitystore.IdentityStorePermission
-
Create an IdentityStorePermission with the specified name.
- IdentityStorePermission(String, String) - Constructor for class jakarta.security.enterprise.identitystore.IdentityStorePermission
-
Create an IdentityStorePermission with the specified name.
- IdentityToken - Interface in jakarta.security.enterprise.identitystore.openid
-
An Identity token is a security token that is issued in an authentication flow process.
- identityTokenExpiry() - Method in annotation type jakarta.security.enterprise.authentication.mechanism.http.openid.LogoutDefinition
-
Session timeout on the expiry of Identity Token.
- identityTokenExpiryExpression() - Method in annotation type jakarta.security.enterprise.authentication.mechanism.http.openid.LogoutDefinition
-
Allow the session timeout using the Jakarta Expression Language expression.
- idTokenSigningAlgorithmsSupported() - Method in annotation type jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdProviderMetadata
-
Required.
- IF_EXISTS - jakarta.enterprise.event.Reception
-
Specifies that an observer method is only called if the current instance of the bean declaring the observer method already exists.
- IF_MATCH - Static variable in interface jakarta.ws.rs.core.HttpHeaders
- IF_MODIFIED_SINCE - Static variable in interface jakarta.ws.rs.core.HttpHeaders
- IF_NONE_MATCH - Static variable in interface jakarta.ws.rs.core.HttpHeaders
- IF_UNMODIFIED_SINCE - Static variable in interface jakarta.ws.rs.core.HttpHeaders
- ignore(String) - Method in class jakarta.faces.view.facelets.MetaRuleset
-
Customize this
MetaRuleset
instance to advise it to ignore the attribute named by theattribute
argument, returningthis
. - IGNORE_NO_RESULT - jakarta.faces.component.search.SearchExpressionHint
-
Hint that indicates that if a expression resolves to
null
,null
will be returned. - ignoreAll() - Method in class jakarta.faces.view.facelets.MetaRuleset
-
Customize this
MetaRuleset
instance to advise it to ignore all attributes, returningthis
. - ignoreFinalMethods() - Method in interface jakarta.enterprise.inject.spi.InterceptionFactory
-
Instructs the container to ignore all non-static, final methods with public, protected or default visibility declared by any class in the type hierarchy of the intercepted instance during invocation of
InterceptionFactory.createInterceptedInstance(Object)
. - ignoreFinalMethods() - Method in interface jakarta.enterprise.inject.spi.ProcessBeanAttributes
-
Instructs the container to ignore all non-static, final methods with public, protected or default visibility declared on any bean type of the specific bean during validation of injection points that require proxyable bean type.
- ignoreXmlConfiguration() - Method in interface jakarta.validation.Configuration
-
Ignores data from the
META-INF/validation.xml
file if this method is called. - IllegalLoopbackException - Exception in jakarta.ejb
-
This exception indicates that an attempt was made to perform an illegal loopback invocation.
- IllegalLoopbackException() - Constructor for exception jakarta.ejb.IllegalLoopbackException
-
Constructor for IllegalLoopbackException.
- IllegalLoopbackException(String) - Constructor for exception jakarta.ejb.IllegalLoopbackException
-
Constructor for IllegalLoopbackException.
- IllegalProductException - Exception in jakarta.enterprise.inject
-
Indicates that a producer method returned a null value or a producer field contained a null value, and the scope of the producer method or field was not
Dependent
. - IllegalProductException() - Constructor for exception jakarta.enterprise.inject.IllegalProductException
- IllegalProductException(String) - Constructor for exception jakarta.enterprise.inject.IllegalProductException
- IllegalProductException(String, Throwable) - Constructor for exception jakarta.enterprise.inject.IllegalProductException
- IllegalProductException(Throwable) - Constructor for exception jakarta.enterprise.inject.IllegalProductException
- image - jakarta.faces.component.html.HtmlCommandButton.PropertyKeys
- image - jakarta.faces.component.html.HtmlOutcomeTargetButton.PropertyKeys
- IMPLICIT - jakarta.validation.ConstraintTarget
-
Discover the type when no ambiguity is present if neither on a method nor a constructor, it implies the annotated element (type, field etc), if on a method or constructor with no parameter, it implies
RETURN_VALUE
, if on a method with no return value (void
), it impliesPARAMETERS
. Otherwise,IMPLICIT
is not accepted and eitherRETURN_VALUE
orPARAMETERS
is required. - IMPLICIT - jakarta.validation.executable.ExecutableType
-
If the annotation using
ExecutableType
is on a type (class or interface), the behavior is equivalent to the annotation not being present. - IMPLICIT_FLOW_TYPES - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
- ImplicitObjectELResolver - Class in jakarta.servlet.jsp.el
-
Defines variable resolution behavior for the EL implicit objects defined in the JSP specification.
- ImplicitObjectELResolver() - Constructor for class jakarta.servlet.jsp.el.ImplicitObjectELResolver
- importClass(String) - Method in class jakarta.el.ELManager
-
Import a class.
- importClass(String) - Method in class jakarta.el.ImportHandler
-
Import a class.
- ImportELResolver - Class in jakarta.servlet.jsp.el
-
Defines variable resolution behavior for Class imports and static imports.
- ImportELResolver() - Constructor for class jakarta.servlet.jsp.el.ImportELResolver
- ImportHandler - Class in jakarta.el
-
Handles imports of class names and package names.
- ImportHandler() - Constructor for class jakarta.el.ImportHandler
- importPackage(String) - Method in class jakarta.el.ELManager
-
Import a package.
- importPackage(String) - Method in class jakarta.el.ImportHandler
-
Import all the classes in a package.
- importStatic(String) - Method in class jakarta.el.ELManager
-
Import a static field or method.
- importStatic(String) - Method in class jakarta.el.ImportHandler
-
Import a static field or method.
- in(Expression<?>...) - Method in interface jakarta.persistence.criteria.Expression
-
Create a predicate to test whether the expression is a member of the argument list.
- in(Expression<? extends T>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create predicate to test whether given expression is contained in a list of values.
- in(Expression<Collection<?>>) - Method in interface jakarta.persistence.criteria.Expression
-
Create a predicate to test whether the expression is a member of the collection.
- in(Object...) - Method in interface jakarta.persistence.criteria.Expression
-
Create a predicate to test whether the expression is a member of the argument list.
- in(Collection<?>) - Method in interface jakarta.persistence.criteria.Expression
-
Create a predicate to test whether the expression is a member of the collection.
- IN - jakarta.persistence.ParameterMode
-
Stored procedure input parameter
- IN_AFTER_PHASE_KEY - Static variable in class jakarta.faces.event.ExceptionQueuedEventContext
-
The presence of an entry under this key in the
Map
returned fromExceptionQueuedEventContext.getAttributes()
indicates the event occurred during the “after phase” part of the current lifecycle phase. - IN_BEFORE_PHASE_KEY - Static variable in class jakarta.faces.event.ExceptionQueuedEventContext
-
The presence of an entry under this key in the
Map
returned fromExceptionQueuedEventContext.getAttributes()
indicates the event occurred during the “before phase” part of the current lifecycle phase. - IN_PROGRESS - jakarta.enterprise.event.TransactionPhase
-
Identifies a regular observer method, called when the event is fired.
- inAfterPhase() - Method in class jakarta.faces.event.ExceptionQueuedEventContext
- inBeforePhase() - Method in class jakarta.faces.event.ExceptionQueuedEventContext
- inboundParameter(String, ValueExpression) - Method in class jakarta.faces.flow.builder.FlowBuilder
-
A parameter that will be populated with the value from a correspondingly named outbound parameter from another flow when this flow is entered from that flow.
- inboundParameter(String, String) - Method in class jakarta.faces.flow.builder.FlowBuilder
-
A parameter that will be populated with the value from a correspondingly named outbound parameter from another flow when this flow is entered from that flow.
- InboundSseEvent - Interface in jakarta.ws.rs.sse
-
Inbound Server-sent event.
- include(ServletRequest, ServletResponse) - Method in interface jakarta.servlet.RequestDispatcher
-
Includes the content of a resource (servlet, JSP page, HTML file) in the response.
- include(String) - Method in class jakarta.servlet.jsp.PageContext
-
Causes the resource specified to be processed as part of the current ServletRequest and ServletResponse being processed by the calling Thread.
- include(String, boolean) - Method in class jakarta.servlet.jsp.PageContext
-
Causes the resource specified to be processed as part of the current ServletRequest and ServletResponse being processed by the calling Thread.
- INCLUDE - jakarta.servlet.DispatcherType
- INCLUDE_CONTEXT_PATH - Static variable in interface jakarta.servlet.RequestDispatcher
-
The name of the request attribute under which the context path of the target of an
include
is stored - INCLUDE_MAPPING - Static variable in interface jakarta.servlet.RequestDispatcher
-
The name of the request attribute under which the
HttpServletMapping
of the target of aninclude
is stored - INCLUDE_PATH_INFO - Static variable in interface jakarta.servlet.RequestDispatcher
-
The name of the request attribute under which the path info of the target of an
include
is stored - INCLUDE_QUERY_STRING - Static variable in interface jakarta.servlet.RequestDispatcher
-
The name of the request attribute under which the query string of the target of an
include
is stored - INCLUDE_REQUEST_URI - Static variable in interface jakarta.servlet.RequestDispatcher
-
The name of the request attribute under which the request URI of the target of an
include
is stored - INCLUDE_SERVLET_PATH - Static variable in interface jakarta.servlet.RequestDispatcher
-
The name of the request attribute under which the servlet path of the target of an
include
is stored - includeAllAttributes() - Method in annotation type jakarta.persistence.NamedEntityGraph
-
(Optional) Includes all of the attributes of the annotated entity class as attribute nodes in the NamedEntityGraph without the need to explicitly list them.
- includeFacelet(UIComponent, String) - Method in class jakarta.faces.view.facelets.FaceletContext
-
Include another Facelet defined at some path, relative to the executing context, not the current Facelet (same as include directive in Jakarta Server Pages)
- includeFacelet(UIComponent, URL) - Method in class jakarta.faces.view.facelets.FaceletContext
-
Include another Facelet defined at some path, absolute to this ClassLoader/OS
- includeViewParams() - Method in class jakarta.faces.flow.builder.NavigationCaseBuilder.RedirectBuilder
-
Indicates the current redirect should include view parameters.
- inclusive() - Method in annotation type jakarta.validation.constraints.DecimalMax
-
Specifies whether the specified maximum is inclusive or exclusive.
- inclusive() - Method in annotation type jakarta.validation.constraints.DecimalMin
-
Specifies whether the specified minimum is inclusive or exclusive.
- inContainer(Class<?>, Integer) - Method in interface jakarta.validation.ConstraintValidatorContext.ConstraintViolationBuilder.LeafNodeBuilderCustomizableContext
-
Marks the node as being in a container such as a
List
,Map
orOptional
. - inContainer(Class<?>, Integer) - Method in interface jakarta.validation.ConstraintValidatorContext.ConstraintViolationBuilder.NodeBuilderCustomizableContext
-
Marks the node as being in a container such as a
List
,Map
orOptional
. - index() - Method in interface jakarta.persistence.criteria.ListJoin
-
Create an expression that corresponds to the index of the object in the referenced association or element collection.
- Index - Annotation Type in jakarta.persistence
-
Used in schema generation to specify creation of an index.
- indexedValue(String, int, Object) - Method in interface jakarta.validation.valueextraction.ValueExtractor.ValueReceiver
-
Receives the value extracted from an indexed object (e.g.
- IndexedValueExpression - Class in jakarta.servlet.jsp.jstl.core
- IndexedValueExpression(ValueExpression, int) - Constructor for class jakarta.servlet.jsp.jstl.core.IndexedValueExpression
- indexes() - Method in annotation type jakarta.persistence.CollectionTable
-
(Optional) Indexes for the table.
- indexes() - Method in annotation type jakarta.persistence.JoinTable
-
(Optional) Indexes for the table.
- indexes() - Method in annotation type jakarta.persistence.SecondaryTable
-
(Optional) Indexes for the table.
- indexes() - Method in annotation type jakarta.persistence.Table
-
(Optional) Indexes for the table.
- indexes() - Method in annotation type jakarta.persistence.TableGenerator
-
(Optional) Indexes for the table.
- info - Variable in class jakarta.servlet.jsp.tagext.TagLibraryInfo
-
Information (documentation) for this TLD.
- info() - Method in annotation type jakarta.ejb.Schedule
-
Specifies an information string that is associated with the timer
- info() - Method in interface jakarta.enterprise.inject.build.compatible.spi.ClassConfig
-
Returns the
ClassInfo
corresponding to this transformed class. - info() - Method in interface jakarta.enterprise.inject.build.compatible.spi.DeclarationConfig
-
Returns the
DeclarationInfo
corresponding to this transformed declaration. - info() - Method in interface jakarta.enterprise.inject.build.compatible.spi.FieldConfig
-
Returns the
FieldInfo
corresponding to this transformed field. - info() - Method in interface jakarta.enterprise.inject.build.compatible.spi.MethodConfig
-
Returns the
MethodInfo
corresponding to this transformed method. - info() - Method in interface jakarta.enterprise.inject.build.compatible.spi.ParameterConfig
-
Returns the
ParameterInfo
corresponding to this transformed method parameter. - info(String) - Method in interface jakarta.enterprise.inject.build.compatible.spi.Messages
-
Add a generic information message that is not related to any particular element, or that information is not known.
- info(String, BeanInfo) - Method in interface jakarta.enterprise.inject.build.compatible.spi.Messages
-
Add an information message which is related to given
BeanInfo
. - info(String, ObserverInfo) - Method in interface jakarta.enterprise.inject.build.compatible.spi.Messages
-
Add an information message which is related to given
ObserverInfo
. - info(String, AnnotationTarget) - Method in interface jakarta.enterprise.inject.build.compatible.spi.Messages
-
Add an information message which is related to given
AnnotationTarget
(which is most likely aDeclarationInfo
). - infoClass - jakarta.faces.component.html.HtmlMessage.PropertyKeys
- infoClass - jakarta.faces.component.html.HtmlMessages.PropertyKeys
- INFORMATIONAL - jakarta.ws.rs.core.Response.Status.Family
-
1xx
HTTP status codes. - infoStyle - jakarta.faces.component.html.HtmlMessage.PropertyKeys
- infoStyle - jakarta.faces.component.html.HtmlMessages.PropertyKeys
- Inheritance - Annotation Type in jakarta.persistence
-
Specifies the inheritance strategy to be used for an entity class hierarchy.
- InheritanceType - Enum in jakarta.persistence
-
Defines inheritance strategy options.
- inherited() - Method in annotation type jakarta.ejb.ApplicationException
-
Indicates whether the application exception designation should apply to subclasses of the annotated exception class.
- init() - Method in class jakarta.servlet.GenericFilter
-
A convenience method which can be overridden so that there's no need to call
super.init(config)
. - init() - Method in class jakarta.servlet.GenericServlet
-
A convenience method which can be overridden so that there's no need to call
super.init(config)
. - init(FilterConfig) - Method in interface jakarta.servlet.Filter
-
Called by the web container to indicate to a filter that it is being placed into service.
- init(FilterConfig) - Method in class jakarta.servlet.GenericFilter
-
Called by the servlet container to indicate to a filter that it is being placed into service.
- init(WebConnection) - Method in interface jakarta.servlet.http.HttpUpgradeHandler
-
It is called once the HTTP Upgrade process has been completed and the upgraded connection is ready to start using the new protocol.
- init(ServletConfig) - Method in class jakarta.faces.webapp.FacesServlet
-
Acquire the factory instances we will require.
- init(ServletConfig) - Method in class jakarta.servlet.GenericServlet
-
Called by the servlet container to indicate to a servlet that the servlet is being placed into service.
- init(ServletConfig) - Method in class jakarta.servlet.http.HttpServlet
- init(ServletConfig) - Method in interface jakarta.servlet.Servlet
-
Called by the servlet container to indicate to a servlet that the servlet is being placed into service.
- init(EndpointConfig) - Method in interface jakarta.websocket.Decoder
-
This method is called with the endpoint configuration object of the endpoint this decoder is intended for when it is about to be brought into service.
- init(EndpointConfig) - Method in interface jakarta.websocket.Encoder
-
This method is called with the endpoint configuration object of the endpoint this encoder is intended for when it is about to be brought into service.
- Init - Annotation Type in jakarta.ejb
-
Designates a method of a session bean that corresponds to a
create<METHOD>
method of an adapted home or local home interface (an interface that adapts an enterprise bean 2.1 or earlier EJBHome or EJBLocalHome client view respectively). - inIterable() - Method in interface jakarta.validation.ConstraintValidatorContext.ConstraintViolationBuilder.ContainerElementNodeBuilderCustomizableContext
-
Marks the node as being in an iterable, e.g.
- inIterable() - Method in interface jakarta.validation.ConstraintValidatorContext.ConstraintViolationBuilder.LeafNodeBuilderCustomizableContext
-
Marks the node as being in an iterable, e.g.
- inIterable() - Method in interface jakarta.validation.ConstraintValidatorContext.ConstraintViolationBuilder.NodeBuilderCustomizableContext
-
Marks the node as being in an iterable, e.g.
- initialize() - Method in class jakarta.enterprise.inject.se.SeContainerInitializer
-
Initializes a CDI SeContainerInitializer.
- initialize(A) - Method in interface jakarta.validation.ConstraintValidator
-
Initializes the validator in preparation for
ConstraintValidator.isValid(Object, ConstraintValidatorContext)
calls. - initialize(MessagePolicy, MessagePolicy, CallbackHandler, Map<String, Object>) - Method in interface jakarta.security.auth.message.module.ClientAuthModule
-
Initialize this module with request and response message policies to enforce, a CallbackHandler, and any module-specific configuration properties.
- initialize(MessagePolicy, MessagePolicy, CallbackHandler, Map<String, Object>) - Method in interface jakarta.security.auth.message.module.ServerAuthModule
-
Initialize this module with request and response message policies to enforce, a CallbackHandler, and any module-specific configuration properties.
- initialize(Servlet, ServletRequest, ServletResponse, String, boolean, int, boolean) - Method in class jakarta.servlet.jsp.PageContext
-
The initialize method is called to initialize an uninitialized PageContext so that it may be used by a JSP Implementation class to service an incoming request and response within it's _jspService() method.
- initialize(Map<String, String>) - Method in interface jakarta.security.enterprise.identitystore.PasswordHash
-
Initialize the instance with the parameters it should use to generate and verify password hashes.
- Initialized - Annotation Type in jakarta.enterprise.context
-
An event with this qualifier is fired when a context is initialized, i.e.
- Initialized.Literal - Class in jakarta.enterprise.context
-
Supports inline instantiation of the
Initialized
qualifier. - initializer(MethodExpression) - Method in class jakarta.faces.flow.builder.FlowBuilder
-
A MethodExpression that will be invoked when the flow is entered.
- initializer(String) - Method in class jakarta.faces.flow.builder.FlowBuilder
-
A MethodExpression that will be invoked when the flow is entered.
- initialPoolSize() - Method in annotation type jakarta.annotation.sql.DataSourceDefinition
-
Number of connections that should be created when a connection pool is initialized.
- initialStateMarked() - Method in class jakarta.faces.component.behavior.BehaviorBase
-
Implementation of
PartialStateHolder.initialStateMarked()
. - initialStateMarked() - Method in interface jakarta.faces.component.PartialStateHolder
-
Return
true
if delta state changes are being tracked, otherwisefalse
- initialStateMarked() - Method in class jakarta.faces.component.UIComponent
-
An implementation of
PartialStateHolder.initialStateMarked()
, this method is called by the runtime to test if thePartialStateHolder.markInitialState()
method was called. - initialStateMarked() - Method in class jakarta.faces.convert.DateTimeConverter
- initialStateMarked() - Method in class jakarta.faces.convert.EnumConverter
- initialStateMarked() - Method in class jakarta.faces.convert.NumberConverter
- initialStateMarked() - Method in class jakarta.faces.validator.BeanValidator
- initialStateMarked() - Method in class jakarta.faces.validator.DoubleRangeValidator
- initialStateMarked() - Method in class jakarta.faces.validator.LengthValidator
- initialStateMarked() - Method in class jakarta.faces.validator.LongRangeValidator
- initialStateMarked() - Method in class jakarta.faces.validator.RegexValidator
- initialValue() - Method in annotation type jakarta.persistence.SequenceGenerator
-
(Optional) The value from which the sequence object is to start generating.
- initialValue() - Method in annotation type jakarta.persistence.TableGenerator
-
(Optional) The initial value to be used to initialize the column that stores the last value generated.
- InitParameterMap - Annotation Type in jakarta.faces.annotation
-
The presence of this annotation (along with
@Inject
) on a field of typeMap<String, String>
causes the map returned fromExternalContext.getInitParameterMap()
to be injected as the value of that field. - InitParameterMap.Literal - Class in jakarta.faces.annotation
-
Supports inline instantiation of the
InitParameterMap
qualifier. - initParams() - Method in annotation type jakarta.servlet.annotation.WebFilter
-
The init parameters of the filter
- initParams() - Method in annotation type jakarta.servlet.annotation.WebServlet
-
The init parameters of the servlet
- initResource(T) - Method in interface jakarta.ws.rs.container.ResourceContext
-
Initialize the resource or sub-resource instance.
- initView(FacesContext) - Method in class jakarta.faces.application.ViewHandler
-
Initialize the view for the request processing lifecycle.
- initView(FacesContext) - Method in class jakarta.faces.application.ViewHandlerWrapper
-
The default behavior of this method is to call
ViewHandler.initView(jakarta.faces.context.FacesContext)
on the wrappedViewHandler
object. - inject() - Method in class jakarta.enterprise.inject.spi.Unmanaged.UnmanagedInstance
-
Inject the instance
- inject(T, CreationalContext<T>) - Method in interface jakarta.enterprise.inject.spi.InjectionTarget
-
Performs dependency injection upon the given object.
- Inject - Annotation Type in jakarta.inject
-
Identifies injectable constructors, methods, and fields.
- InjectionException - Exception in jakarta.enterprise.inject
-
Indicates a problem relating to dependency injection.
- InjectionException() - Constructor for exception jakarta.enterprise.inject.InjectionException
- InjectionException(String) - Constructor for exception jakarta.enterprise.inject.InjectionException
- InjectionException(String, Throwable) - Constructor for exception jakarta.enterprise.inject.InjectionException
- InjectionException(Throwable) - Constructor for exception jakarta.enterprise.inject.InjectionException
- InjectionPoint - Interface in jakarta.enterprise.inject.spi
-
Provides access to metadata about an injection point.
- InjectionPointConfigurator - Interface in jakarta.enterprise.inject.spi.configurator
-
This API is an helper to configure an existing
InjectionPoint
instance. - InjectionPointInfo - Interface in jakarta.enterprise.inject.build.compatible.spi
-
An injection point defined on some bean.
- injectionPoints() - Method in interface jakarta.enterprise.inject.build.compatible.spi.BeanInfo
-
Returns a collection of this bean's injection points.
- injectionPoints(InjectionPoint...) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
-
Replace InjectionPoints for the configured bean
- injectionPoints(Set<InjectionPoint>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
-
Replace InjectionPoints for the configured bean
- InjectionTarget<T> - Interface in jakarta.enterprise.inject.spi
-
Provides operations for performing dependency injection and lifecycle callbacks on an instance of a type.
- InjectionTargetFactory<T> - Interface in jakarta.enterprise.inject.spi
-
An
InjectionTargetFactory
can create anInjectionTarget
for a given bean. - InjectLiteral - Class in jakarta.enterprise.inject.literal
-
Supports inline instantiation of the
Inject
annotation. - InjectLiteral() - Constructor for class jakarta.enterprise.inject.literal.InjectLiteral
- INNER - jakarta.persistence.criteria.JoinType
-
Inner join.
- INOUT - jakarta.persistence.ParameterMode
-
Stored procedure input/output parameter
- insertable() - Method in annotation type jakarta.persistence.Column
-
(Optional) Whether the column is included in SQL INSERT statements generated by the persistence provider.
- insertable() - Method in annotation type jakarta.persistence.JoinColumn
-
(Optional) Whether the column is included in SQL INSERT statements generated by the persistence provider.
- insertable() - Method in annotation type jakarta.persistence.MapKeyColumn
-
(Optional) Whether the column is included in SQL INSERT statements generated by the persistence provider.
- insertable() - Method in annotation type jakarta.persistence.MapKeyJoinColumn
-
(Optional) Whether the column is included in SQL INSERT statements generated by the persistence provider.
- insertable() - Method in annotation type jakarta.persistence.OrderColumn
-
(Optional) Whether the column is included in SQL INSERT statements generated by the persistence provider.
- inspectFlow(FacesContext, Flow) - Method in class jakarta.faces.application.ConfigurableNavigationHandler
-
Called by the flow system to cause the flow to be inspected for navigation rules.
- inspectFlow(FacesContext, Flow) - Method in class jakarta.faces.application.ConfigurableNavigationHandlerWrapper
- Instance<T> - Interface in jakarta.enterprise.inject
-
Allows the application to dynamically obtain instances of beans with a specified combination of required type and qualifiers.
- INSTANCE - Static variable in class jakarta.enterprise.context.ApplicationScoped.Literal
- INSTANCE - Static variable in class jakarta.enterprise.context.ConversationScoped.Literal
- INSTANCE - Static variable in class jakarta.enterprise.context.Dependent.Literal
- INSTANCE - Static variable in class jakarta.enterprise.context.RequestScoped.Literal
- INSTANCE - Static variable in class jakarta.enterprise.context.SessionScoped.Literal
- INSTANCE - Static variable in class jakarta.enterprise.inject.Alternative.Literal
- INSTANCE - Static variable in class jakarta.enterprise.inject.Any.Literal
- INSTANCE - Static variable in class jakarta.enterprise.inject.Default.Literal
- INSTANCE - Static variable in class jakarta.enterprise.inject.literal.InjectLiteral
- INSTANCE - Static variable in class jakarta.enterprise.inject.literal.NamedLiteral
- INSTANCE - Static variable in class jakarta.enterprise.inject.literal.QualifierLiteral
- INSTANCE - Static variable in class jakarta.enterprise.inject.literal.SingletonLiteral
- INSTANCE - Static variable in class jakarta.enterprise.inject.Specializes.Literal
- INSTANCE - Static variable in class jakarta.enterprise.inject.TransientReference.Literal
- INSTANCE - Static variable in class jakarta.enterprise.inject.Typed.Literal
- INSTANCE - Static variable in class jakarta.enterprise.inject.Vetoed.Literal
- INSTANCE - Static variable in class jakarta.enterprise.util.Nonbinding.Literal
- INSTANCE - Static variable in class jakarta.faces.annotation.ApplicationMap.Literal
-
Instance of the
ApplicationMap
qualifier. - INSTANCE - Static variable in class jakarta.faces.annotation.FacesConfig.Literal
-
Instance of the
FacesConfig
qualifier. - INSTANCE - Static variable in class jakarta.faces.annotation.FlowMap.Literal
-
Instance of the
FlowMap
qualifier. - INSTANCE - Static variable in class jakarta.faces.annotation.HeaderMap.Literal
-
Instance of the
HeaderMap
qualifier. - INSTANCE - Static variable in class jakarta.faces.annotation.HeaderValuesMap.Literal
-
Instance of the
HeaderValuesMap
qualifier. - INSTANCE - Static variable in class jakarta.faces.annotation.InitParameterMap.Literal
-
Instance of the
InitParameterMap
qualifier. - INSTANCE - Static variable in class jakarta.faces.annotation.ManagedProperty.Literal
-
Instance of the
ManagedProperty
qualifier. - INSTANCE - Static variable in class jakarta.faces.annotation.RequestCookieMap.Literal
-
Instance of the
RequestCookieMap
qualifier. - INSTANCE - Static variable in class jakarta.faces.annotation.RequestMap.Literal
-
Instance of the
RequestMap
qualifier. - INSTANCE - Static variable in class jakarta.faces.annotation.RequestParameterMap.Literal
-
Instance of the
RequestParameterMap
qualifier. - INSTANCE - Static variable in class jakarta.faces.annotation.RequestParameterValuesMap.Literal
-
Instance of the
RequestParameterValuesMap
qualifier. - INSTANCE - Static variable in class jakarta.faces.annotation.SessionMap.Literal
-
Instance of the
SessionMap
qualifier. - INSTANCE - Static variable in class jakarta.faces.annotation.View.Literal
-
Instance of the
View
qualifier. - INSTANCE - Static variable in class jakarta.faces.annotation.ViewMap.Literal
-
Instance of the
ViewMap
qualifier. - INSTANCE - Static variable in class jakarta.faces.component.behavior.FacesBehavior.Literal
-
Instance of the
FacesBehavior
qualifier. - INSTANCE - Static variable in class jakarta.faces.convert.FacesConverter.Literal
-
Instance of the
FacesConverter
qualifier. - INSTANCE - Static variable in class jakarta.faces.event.WebsocketEvent.Closed.Literal
-
Instance of the
WebsocketEvent.Closed
qualifier. - INSTANCE - Static variable in class jakarta.faces.event.WebsocketEvent.Opened.Literal
-
Instance of the
WebsocketEvent.Opened
qualifier. - INSTANCE - Static variable in class jakarta.faces.flow.builder.FlowBuilderParameter.Literal
-
Instance of the
FlowBuilderParameter
qualifier. - INSTANCE - Static variable in class jakarta.faces.flow.builder.FlowDefinition.Literal
-
Instance of the
FlowDefinition
qualifier. - INSTANCE - Static variable in class jakarta.faces.model.FacesDataModel.Literal
-
Instance of the
FacesDataModel
qualifier. - INSTANCE - Static variable in class jakarta.faces.push.Push.Literal
-
Instance of the
Push
qualifier. - INSTANCE - Static variable in class jakarta.faces.validator.FacesValidator.Literal
-
Instance of the
FacesValidator
qualifier. - INSTANCE - Static variable in class jakarta.security.enterprise.authentication.mechanism.http.AutoApplySession.Literal
-
Instance of the
AutoApplySession
Interceptor Binding. - INSTANCE - Static variable in class jakarta.security.enterprise.authentication.mechanism.http.LoginToContinue.Literal
-
Default instance of the
LoginToContinue
Interceptor Binding. - INSTANCE - Static variable in class jakarta.security.enterprise.authentication.mechanism.http.RememberMe.Literal
-
Default instance of the
RememberMe
Interceptor Binding. - Instance.Handle<T> - Interface in jakarta.enterprise.inject
-
This interface represents a contextual reference handle.
- INT - jakarta.enterprise.lang.model.AnnotationMember.Kind
-
A primitive
int
value. - INT - jakarta.enterprise.lang.model.types.PrimitiveType.PrimitiveKind
- integer() - Method in annotation type jakarta.validation.constraints.Digits
- INTEGER - jakarta.persistence.DiscriminatorType
-
Integer as the discriminator type.
- INTEGER_ID - Static variable in class jakarta.faces.convert.IntegerConverter
-
The message identifier of the
FacesMessage
to be created if the conversion toInteger
fails. - IntegerConverter - Class in jakarta.faces.convert
-
Converter
implementation forjava.lang.Integer
(and int primitive) values. - IntegerConverter() - Constructor for class jakarta.faces.convert.IntegerConverter
- intercept(InterceptionType, T, InvocationContext) - Method in interface jakarta.enterprise.inject.spi.Interceptor
-
Invokes the specified kind of lifecycle callback or method invocation interception upon the given interceptor instance.
- Intercepted - Annotation Type in jakarta.enterprise.inject
-
An interceptor may inject metadata about the bean it is intercepting.
- InterceptionFactory<T> - Interface in jakarta.enterprise.inject.spi
-
InterceptionFactory
allows to create a wrapper instance whose method invocations are intercepted by method interceptors and forwarded to a provided instance. - InterceptionType - Enum in jakarta.enterprise.inject.spi
-
Identifies the kind of lifecycle callback, EJB timeout method or business method interception.
- Interceptor<T> - Interface in jakarta.enterprise.inject.spi
-
Represents an enabled interceptor.
- Interceptor - Annotation Type in jakarta.interceptor
-
Specifies that a class is an interceptor.
- Interceptor.Priority - Class in jakarta.interceptor
-
Priorities that define the order in which interceptors are invoked.
- InterceptorBinding - Annotation Type in jakarta.interceptor
-
Specifies that an annotation type is an interceptor binding type.
- interceptorBindings() - Method in interface jakarta.enterprise.inject.build.compatible.spi.InterceptorInfo
-
Returns the set of interceptor binding annotations declared on this interceptor.
- interceptorBindings() - Method in interface jakarta.enterprise.inject.build.compatible.spi.StereotypeInfo
-
Returns the set of interceptor binding annotations defined by this stereotype.
- InterceptorContext - Interface in jakarta.ws.rs.ext
-
Context shared by message body interceptors that can be used to wrap calls to
MessageBodyReader.readFrom(java.lang.Class<T>, java.lang.reflect.Type, java.lang.annotation.Annotation[], jakarta.ws.rs.core.MediaType, jakarta.ws.rs.core.MultivaluedMap<java.lang.String, java.lang.String>, java.io.InputStream)
andMessageBodyWriter.writeTo(T, java.lang.Class<?>, java.lang.reflect.Type, java.lang.annotation.Annotation[], jakarta.ws.rs.core.MediaType, jakarta.ws.rs.core.MultivaluedMap<java.lang.String, java.lang.Object>, java.io.OutputStream)
. - InterceptorInfo - Interface in jakarta.enterprise.inject.build.compatible.spi
-
Interceptors are managed beans annotated
@Interceptor
. - Interceptors - Annotation Type in jakarta.interceptor
-
Declares an ordered list of interceptors for a target class, or for a method or a constructor of a target class.
- intercepts(InterceptionType) - Method in interface jakarta.enterprise.inject.build.compatible.spi.InterceptorInfo
-
Returns whether this interceptor declares an interceptor method for given interception type.
- intercepts(InterceptionType) - Method in interface jakarta.enterprise.inject.spi.Interceptor
-
Determines if the interceptor intercepts the specified kind of lifecycle callback or method invocation.
- INTERNAL_SERVER_ERROR - jakarta.ws.rs.core.Response.Status
-
500 Internal Server Error, see HTTP/1.1 documentation.
- InternalServerErrorException - Exception in jakarta.ws.rs
-
A runtime exception indicating an
internal server error
. - InternalServerErrorException() - Constructor for exception jakarta.ws.rs.InternalServerErrorException
-
Construct a new internal server error exception.
- InternalServerErrorException(Response) - Constructor for exception jakarta.ws.rs.InternalServerErrorException
-
Construct a new internal server error exception.
- InternalServerErrorException(Response, Throwable) - Constructor for exception jakarta.ws.rs.InternalServerErrorException
-
Construct a new internal server error exception.
- InternalServerErrorException(String) - Constructor for exception jakarta.ws.rs.InternalServerErrorException
-
Construct a new internal server error exception.
- InternalServerErrorException(String, Response) - Constructor for exception jakarta.ws.rs.InternalServerErrorException
-
Construct a new internal server error exception.
- InternalServerErrorException(String, Response, Throwable) - Constructor for exception jakarta.ws.rs.InternalServerErrorException
-
Construct a new internal server error exception.
- InternalServerErrorException(String, Throwable) - Constructor for exception jakarta.ws.rs.InternalServerErrorException
-
Construct a new internal server error exception.
- InternalServerErrorException(Throwable) - Constructor for exception jakarta.ws.rs.InternalServerErrorException
-
Construct a new internal server error exception.
- interpolate(String, MessageInterpolator.Context) - Method in interface jakarta.validation.MessageInterpolator
-
Interpolates the message template based on the constraint validation context.
- interpolate(String, MessageInterpolator.Context, Locale) - Method in interface jakarta.validation.MessageInterpolator
-
Interpolates the message template based on the constraint validation context.
- intValue() - Method in interface jakarta.json.JsonNumber
-
Returns this JSON number as an
int
. - intValueExact() - Method in interface jakarta.json.JsonNumber
-
Returns this JSON number as an
int
. - INVALID - jakarta.security.enterprise.identitystore.CredentialValidationResult.Status
-
Indicates that the credential is not valid after a validation attempt.
- INVALID_MESSAGE_ID - Static variable in class jakarta.faces.component.UISelectMany
-
The message identifier of the
FacesMessage
to be created if a value not matching the available options is specified. - INVALID_MESSAGE_ID - Static variable in class jakarta.faces.component.UISelectOne
-
The message identifier of the
FacesMessage
to be created if a value not matching the available options is specified. - INVALID_RESULT - Static variable in class jakarta.security.enterprise.identitystore.CredentialValidationResult
- invalidate() - Method in interface jakarta.servlet.http.HttpSession
-
Invalidates this session then unbinds any objects bound to it.
- invalidateSession() - Method in class jakarta.faces.context.ExternalContext
-
Invalidates this session then unbinds any objects bound to it.
- invalidateSession() - Method in class jakarta.faces.context.ExternalContextWrapper
-
The default behavior of this method is to call
ExternalContext.invalidateSession()
on the wrappedExternalContext
object. - InvalidTransactionException - Exception in jakarta.transaction
-
This exception indicates that the request carried an invalid transaction context.
- InvalidTransactionException() - Constructor for exception jakarta.transaction.InvalidTransactionException
- InvalidTransactionException(String) - Constructor for exception jakarta.transaction.InvalidTransactionException
- inverseForeignKey() - Method in annotation type jakarta.persistence.JoinTable
-
(Optional) Used to specify or control the generation of a foreign key constraint for the columns corresponding to the
inverseJoinColumns
element when table generation is in effect. - inverseJoinColumns() - Method in annotation type jakarta.persistence.JoinTable
-
(Optional) The foreign key columns of the join table which reference the primary table of the entity that does not own the association.
- invocation(Link) - Method in interface jakarta.ws.rs.client.Client
-
Build an invocation builder from a link.
- Invocation - Interface in jakarta.ws.rs.client
-
A client request invocation.
- Invocation.Builder - Interface in jakarta.ws.rs.client
-
A client request invocation builder.
- InvocationCallback<RESPONSE> - Interface in jakarta.ws.rs.client
-
Callback that can be implemented to receive the asynchronous processing events from the invocation processing.
- InvocationContext - Interface in jakarta.interceptor
-
Exposes contextual information about the intercepted invocation and operations that enable interceptor methods to control the behavior of the invocation chain.
- invoke() - Method in interface jakarta.ws.rs.client.Invocation
-
Synchronously invoke the request and receive a response back.
- invoke(ELContext, Object...) - Method in class jakarta.el.LambdaExpression
-
Invoke the encapsulated Lambda expression.
- invoke(ELContext, Object[]) - Method in class jakarta.el.MethodExpression
-
If a String literal is specified as the expression, returns the String literal coerced to the expected return type of the method signature.
- invoke(ELContext, Object, Object, Class<?>[], Object[]) - Method in class jakarta.el.BeanELResolver
-
If the base object is not
null
, invoke the method, with the given parameters on this bean. - invoke(ELContext, Object, Object, Class<?>[], Object[]) - Method in class jakarta.el.CompositeELResolver
-
Attempts to resolve and invoke the given
method
on the givenbase
object by querying all component resolvers. - invoke(ELContext, Object, Object, Class<?>[], Object[]) - Method in class jakarta.el.ELResolver
-
Attempts to resolve and invoke the given
method
on the givenbase
object. - invoke(ELContext, Object, Object, Class<?>[], Object[]) - Method in class jakarta.el.StaticFieldELResolver
-
Invokes a public static method or the constructor for a class.
- invoke(GenericType<T>) - Method in interface jakarta.ws.rs.client.Invocation
-
Synchronously invoke the request and receive a response of the specified generic type back.
- invoke(Writer) - Method in class jakarta.servlet.jsp.tagext.JspFragment
-
Executes the fragment and directs all output to the given Writer, or the JspWriter returned by the getOut() method of the JspContext associated with the fragment if out is null.
- invoke(Class<T>) - Method in interface jakarta.ws.rs.client.Invocation
-
Synchronously invoke the request and receive a response of the specified type back.
- invoke(Object...) - Method in class jakarta.el.LambdaExpression
-
Invoke the encapsulated Lambda expression.
- INVOKE_APPLICATION - Static variable in class jakarta.faces.event.PhaseId
-
Identifier that indicates an interest in events queued for the Invoke Application phase of the request processing lifecycle.
- invokeContextCallback(UIComponent) - Method in class jakarta.faces.component.search.SearchKeywordContext
-
This method will be called by an implementation of
SearchKeywordResolver.resolve(jakarta.faces.component.search.SearchKeywordContext, jakarta.faces.component.UIComponent, java.lang.String)
with the resolved component for the keyword. - invokeContextCallback(FacesContext, UIComponent) - Method in interface jakarta.faces.component.ContextCallback
-
This method will be called by an implementation of
UIComponent.invokeOnComponent(jakarta.faces.context.FacesContext, java.lang.String, jakarta.faces.component.ContextCallback)
and must be passed the component with theclientId
given as an argument toinvokeOnComponent
. - invokeOnComponent(SearchExpressionContext, UIComponent, String, ContextCallback) - Method in class jakarta.faces.component.search.SearchExpressionHandler
-
Resolves multiple
UIComponent
s for the given expression. - invokeOnComponent(SearchExpressionContext, UIComponent, String, ContextCallback) - Method in class jakarta.faces.component.search.SearchExpressionHandlerWrapper
- invokeOnComponent(SearchExpressionContext, String, ContextCallback) - Method in class jakarta.faces.component.search.SearchExpressionHandler
-
Resolves multiple
UIComponent
s for the given expression. - invokeOnComponent(SearchExpressionContext, String, ContextCallback) - Method in class jakarta.faces.component.search.SearchExpressionHandlerWrapper
- invokeOnComponent(FacesContext, String, ContextCallback) - Method in class jakarta.faces.component.UIComponent
-
Starting at this component in the View hierarchy, search for a component with a
clientId
equal to the argumentclientId
and, if found, call theContextCallback.invokeContextCallback(jakarta.faces.context.FacesContext, jakarta.faces.component.UIComponent)
method on the argumentcallback
, passing the currentFacesContext
and the found component as arguments. - invokeOnComponent(FacesContext, String, ContextCallback) - Method in class jakarta.faces.component.UIComponentBase
-
Starting at this component in the View hierarchy, search for a component with a
clientId
equal to the argumentclientId
and, if found, call theContextCallback.invokeContextCallback(jakarta.faces.context.FacesContext, jakarta.faces.component.UIComponent)
method on the argumentcallback
, passing the currentFacesContext
and the found component as arguments. - invokeOnComponent(FacesContext, String, ContextCallback) - Method in class jakarta.faces.component.UIData
-
Override behavior from
UIComponentBase.invokeOnComponent(jakarta.faces.context.FacesContext, java.lang.String, jakarta.faces.component.ContextCallback)
to provide special care for positioning the data properly before finding the component and invoking the callback on it. - invokeOnComponent(FacesContext, String, ContextCallback) - Method in class jakarta.faces.component.UIForm
- invokeVisitCallback(UIComponent, VisitCallback) - Method in class jakarta.faces.component.visit.VisitContext
-
Called by
UIComponent.visitTree()
to visit a single component. - invokeVisitCallback(UIComponent, VisitCallback) - Method in class jakarta.faces.component.visit.VisitContextWrapper
- IS_BUILDING_INITIAL_STATE - Static variable in class jakarta.faces.application.StateManager
-
Marker within the
FacesContext
attributes map to indicate we are marking initial state, so themarkInitialState()
method of iterating components such asUIData
could recognize this fact and save the initial state of descendents. - IS_SAVING_STATE - Static variable in class jakarta.faces.application.StateManager
-
Marker within the
FacesContext
attributes map to indicate we are saving state. - isAbstract() - Method in interface jakarta.enterprise.lang.model.declarations.ClassInfo
-
Returns whether this class is abstract.
- isAbstract() - Method in interface jakarta.enterprise.lang.model.declarations.MethodInfo
-
Returns whether this method is abstract.
- isActive() - Method in interface jakarta.enterprise.context.spi.Context
-
Determines if the context object is active.
- isActive() - Method in interface jakarta.persistence.EntityTransaction
-
Indicate whether a resource transaction is in progress.
- isActive(FacesContext, String, String) - Method in class jakarta.faces.flow.FlowHandler
-
Return
true
if and only if the flow referenced by the argumentdefiningDocument
andid
is currently active. - isAjaxRequest() - Method in class jakarta.faces.context.PartialViewContext
-
Return
true
if the request headerFaces-Request
is present with the valuepartial/ajax
. - isAjaxRequest() - Method in class jakarta.faces.context.PartialViewContextWrapper
-
The default behavior of this method is to call
PartialViewContext.isAjaxRequest()
on the wrappedPartialViewContext
object. - isAlternative() - Method in interface jakarta.enterprise.inject.build.compatible.spi.BeanInfo
-
Returns whether this bean is an alternative.
- isAlternative() - Method in interface jakarta.enterprise.inject.build.compatible.spi.StereotypeInfo
-
Returns whether this stereotype is meta-annotated
@Alternative
. - isAlternative() - Method in interface jakarta.enterprise.inject.spi.BeanAttributes
-
Determines if the bean is an alternative.
- isAmbiguous() - Method in interface jakarta.enterprise.inject.Instance
-
Determines if there is more than one bean that matches the required type and qualifiers and is eligible for injection into the class into which the parent
Instance
was injected. - isAnnotation() - Method in interface jakarta.enterprise.lang.model.declarations.ClassInfo
-
Returns whether this class is an annotation.
- isAnnotationPresent(Class<? extends Annotation>) - Method in interface jakarta.enterprise.inject.spi.Annotated
-
Determine if the program element has an annotation of a certain annotation type.
- isAppropriateListener(FacesListener) - Method in class jakarta.faces.event.ActionEvent
- isAppropriateListener(FacesListener) - Method in class jakarta.faces.event.AjaxBehaviorEvent
-
Return
true
if thisFacesListener
is an instance of a the appropriate listener class that this event supports. - isAppropriateListener(FacesListener) - Method in class jakarta.faces.event.ComponentSystemEvent
-
Return
true
if the argumentFacesListener
is an instance of the appropriate listener class that this event supports. - isAppropriateListener(FacesListener) - Method in class jakarta.faces.event.FacesEvent
-
Return
true
if thisFacesListener
is an instance of a listener class that this event supports. - isAppropriateListener(FacesListener) - Method in class jakarta.faces.event.PostAddToViewEvent
- isAppropriateListener(FacesListener) - Method in class jakarta.faces.event.PreRemoveFromViewEvent
- isAppropriateListener(FacesListener) - Method in class jakarta.faces.event.SystemEvent
-
Return
true
if thisFacesListener
is an instance of a the appropriate listener class that this event supports. - isAppropriateListener(FacesListener) - Method in class jakarta.faces.event.ValueChangeEvent
- isArray() - Method in interface jakarta.enterprise.lang.model.AnnotationMember
- isArray() - Method in interface jakarta.enterprise.lang.model.types.Type
-
Returns whether this type is an array type.
- isAscending() - Method in interface jakarta.persistence.criteria.Order
-
Whether ascending ordering is in effect.
- isAssociation() - Method in interface jakarta.persistence.metamodel.Attribute
-
Is the attribute an association.
- isAsync() - Method in interface jakarta.enterprise.inject.build.compatible.spi.ObserverInfo
-
Returns whether this observer is asynchronous.
- isAsync() - Method in interface jakarta.enterprise.inject.spi.ObserverMethod
-
Determines if this observer method is asynchronous
- isAsyncStarted() - Method in interface jakarta.servlet.ServletRequest
-
Checks if this request has been put into asynchronous mode.
- isAsyncStarted() - Method in class jakarta.servlet.ServletRequestWrapper
-
Checks if the wrapped request has been put into asynchronous mode.
- isAsyncSupported() - Method in interface jakarta.servlet.ServletRequest
-
Checks if this request supports asynchronous operation.
- isAsyncSupported() - Method in class jakarta.servlet.ServletRequestWrapper
-
Checks if the wrapped request supports asynchronous operation.
- isAuthenticationRequest() - Method in interface jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContext
-
Checks if the current call to an authentication mechanism is the result from the application calling
SecurityContext.authenticate(HttpServletRequest, HttpServletResponse, AuthenticationParameters)
- isAuthenticationRequest() - Method in class jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
- isAutoFlush() - Method in class jakarta.servlet.jsp.JspWriter
-
This method indicates whether the JspWriter is autoFlushing.
- isAutorun() - Method in class jakarta.faces.component.html.HtmlCommandScript
-
Return the value of the
autorun
property. - isBeanConstrained() - Method in interface jakarta.validation.metadata.BeanDescriptor
-
Returns
true
if the bean involves validation: a constraint is hosted on the bean itself a constraint is hosted on one of the bean properties or a bean property is marked for cascaded validation (Valid
) - isBeforeValidity(Clock, boolean, Duration) - Method in interface jakarta.security.enterprise.identitystore.openid.JwtClaims
-
Check if JWT is before its defined validity
- isBoolean() - Method in interface jakarta.enterprise.lang.model.AnnotationMember
- isBoolean() - Method in interface jakarta.enterprise.lang.model.types.PrimitiveType
-
Returns whether this primitive type is
boolean
. - isBound(Parameter<?>) - Method in interface jakarta.persistence.Query
-
Return a boolean indicating whether a value has been bound to the parameter.
- isByte() - Method in interface jakarta.enterprise.lang.model.AnnotationMember
- isByte() - Method in interface jakarta.enterprise.lang.model.types.PrimitiveType
-
Returns whether this primitive type is
byte
. - isCalendarTimer() - Method in interface jakarta.ejb.Timer
-
Return whether this timer is a calendar-based timer.
- isCallerInRole(String) - Method in interface jakarta.ejb.EJBContext
-
Test if the caller has a given security role.
- isCallerInRole(String) - Method in interface jakarta.security.enterprise.SecurityContext
-
Checks whether the authenticated caller is included in the specified logical application "role".
- isCancelled() - Method in class jakarta.ejb.AsyncResult
-
This method should not be called.
- isCancelled() - Method in interface jakarta.ws.rs.container.AsyncResponse
-
Check if the asynchronous response instance has been cancelled.
- isCascadable(Object, Path.Node, Class<?>, Path, ElementType) - Method in interface jakarta.validation.TraversableResolver
-
Determines if the Jakarta Bean Validation provider is allowed to cascade validation on the bean instance returned by the property value marked as
@Valid
. - isCascaded() - Method in interface jakarta.validation.metadata.CascadableDescriptor
-
Whether this element is marked for cascaded validation or not.
- isChar() - Method in interface jakarta.enterprise.lang.model.AnnotationMember
- isChar() - Method in interface jakarta.enterprise.lang.model.types.PrimitiveType
-
Returns whether this primitive type is
char
. - isClass() - Method in interface jakarta.enterprise.lang.model.AnnotationMember
- isClass() - Method in interface jakarta.enterprise.lang.model.declarations.DeclarationInfo
-
Returns whether this declaration is a class.
- isClass() - Method in interface jakarta.enterprise.lang.model.types.Type
-
Returns whether this type is a class type.
- isClassBean() - Method in interface jakarta.enterprise.inject.build.compatible.spi.BeanInfo
-
Returns whether this bean is a managed bean, also known as class-based bean.
- isCleared() - Method in class jakarta.security.enterprise.credential.AbstractClearableCredential
- isCleared() - Method in interface jakarta.security.enterprise.credential.Credential
-
Determines whether the credential value has been securely cleared.
- isClientWindowRenderModeEnabled(FacesContext) - Method in class jakarta.faces.lifecycle.ClientWindow
-
Methods that append the ClientWindow to generated URLs must call this method to see if they are permitted to do so.
- isClientWindowRenderModeEnabled(FacesContext) - Method in class jakarta.faces.lifecycle.ClientWindowWrapper
- isClosed() - Method in class jakarta.ws.rs.core.Response
-
Check if the response is closed.
- isClosed() - Method in interface jakarta.ws.rs.sse.SseEventSink
-
Check if the stream has been closed already.
- isCollection() - Method in interface jakarta.persistence.metamodel.Attribute
-
Is the attribute collection-valued (represents a Collection, Set, List, or Map).
- isCommitted() - Method in interface jakarta.servlet.ServletResponse
-
Returns a boolean indicating if the response has been committed.
- isCommitted() - Method in class jakarta.servlet.ServletResponseWrapper
-
The default behavior of this method is to return isCommitted() on the wrapped response object.
- isCompatible(MediaType) - Method in class jakarta.ws.rs.core.MediaType
-
Check if this media type is compatible with another media type.
- isCompositeComponent(UIComponent) - Static method in class jakarta.faces.component.UIComponent
-
Return
true
ifcomponent
is a composite component, otherwisefalse
. - isCompoundSelection() - Method in interface jakarta.persistence.criteria.Selection
-
Whether the selection item is a compound selection.
- isConnected() - Method in class jakarta.faces.component.UIWebsocket
-
Returns whether to (auto)connect the websocket or not.
- isConstructor() - Method in interface jakarta.enterprise.lang.model.declarations.MethodInfo
-
Returns whether this method is, in fact, a constructor.
- isCorrelated() - Method in interface jakarta.persistence.criteria.From
-
Whether the
From
object has been obtained as a result of correlation (use of aSubquery
correlate
method). - isCurrentThreadShutdown() - Static method in class jakarta.enterprise.concurrent.ManagedExecutors
-
Utility method for checking the
isShutdown()
value of the current thread if it is aManageableThread
created fromManagedThreadFactory.newThread()
. - isDeclaration() - Method in interface jakarta.enterprise.lang.model.AnnotationTarget
-
Returns whether this annotation target is a declaration.
- isDeclaration() - Method in interface jakarta.enterprise.lang.model.declarations.DeclarationInfo
- isDeclaration() - Method in interface jakarta.enterprise.lang.model.types.Type
- isDefault() - Method in annotation type jakarta.faces.validator.FacesValidator
-
If
true
, the validator id for this annotation is added to the list of default validators by a call toApplication.addDefaultValidatorId(java.lang.String)
. - isDefault() - Method in class jakarta.faces.validator.FacesValidator.Literal
- isDefaultEvent() - Method in interface jakarta.faces.view.BehaviorHolderAttachedObjectTarget
-
Returns whether the event set on this target is the default event, e.g.
- isDeferredMethod() - Method in class jakarta.servlet.jsp.tagext.TagAttributeInfo
-
Returns
true
if this attribute is to be passed aMethodExpression
so that expression evaluation can be deferred. - isDeferredValue() - Method in class jakarta.servlet.jsp.tagext.TagAttributeInfo
-
Returns
true
if this attribute is to be passed aValueExpression
so that expression evaluation can be deferred. - isDelegate() - Method in interface jakarta.enterprise.inject.spi.InjectionPoint
-
Determines if the injection point is a decorator delegate injection point.
- isDisable() - Method in class jakarta.faces.component.UIParameter
-
Return the value of the
disable
directive for this component. - isDisableClientWindow() - Method in class jakarta.faces.component.UIOutcomeTarget
-
Return whether or not the client window should be encoded into the target url.
- isDisabled() - Method in class jakarta.faces.component.behavior.AjaxBehavior
-
Return the disabled status of this behavior.
- isDisabled() - Method in class jakarta.faces.component.html.HtmlCommandButton
-
Return the value of the
disabled
property. - isDisabled() - Method in class jakarta.faces.component.html.HtmlCommandLink
-
Return the value of the
disabled
property. - isDisabled() - Method in class jakarta.faces.component.html.HtmlInputFile
-
Return the value of the
disabled
property. - isDisabled() - Method in class jakarta.faces.component.html.HtmlInputSecret
-
Return the value of the
disabled
property. - isDisabled() - Method in class jakarta.faces.component.html.HtmlInputText
-
Return the value of the
disabled
property. - isDisabled() - Method in class jakarta.faces.component.html.HtmlInputTextarea
-
Return the value of the
disabled
property. - isDisabled() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
-
Return the value of the
disabled
property. - isDisabled() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
-
Return the value of the
disabled
property. - isDisabled() - Method in class jakarta.faces.component.html.HtmlOutputLink
-
Return the value of the
disabled
property. - isDisabled() - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
-
Return the value of the
disabled
property. - isDisabled() - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
-
Return the value of the
disabled
property. - isDisabled() - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
-
Return the value of the
disabled
property. - isDisabled() - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
-
Return the value of the
disabled
property. - isDisabled() - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
-
Return the value of the
disabled
property. - isDisabled() - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
-
Return the value of the
disabled
property. - isDisabled() - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
-
Return the value of the
disabled
property. - isDisabled() - Method in class jakarta.faces.model.SelectItem
-
Return the disabled flag for this item, which should modify the rendered output to make this item unavailable for selection by the user if set to
true
. - isDisabled(FaceletContext) - Method in class jakarta.faces.view.facelets.DelegatingMetaTagHandler
-
Returns the value of the "disabled" attribute.
- isDistinct() - Method in interface jakarta.persistence.criteria.AbstractQuery
-
Return whether duplicate query results must be eliminated or retained.
- isDone() - Method in class jakarta.ejb.AsyncResult
-
This method should not be called.
- isDone() - Method in interface jakarta.ws.rs.container.AsyncResponse
-
Check if the processing of a request this asynchronous response instance belongs to has finished.
- isDouble() - Method in interface jakarta.enterprise.lang.model.AnnotationMember
- isDouble() - Method in interface jakarta.enterprise.lang.model.types.PrimitiveType
-
Returns whether this primitive type is
double
. - isEmpty() - Method in class jakarta.faces.context.FlashWrapper
-
The default behavior of this method is to call
Map.isEmpty()
on the wrappedFlash
object. - isEmpty() - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
- isEmpty() - Method in interface jakarta.ws.rs.sse.InboundSseEvent
-
Check if the event is empty (i.e.
- isEmpty(Expression<C>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create a predicate that tests whether a collection is empty.
- isEmpty(Object) - Static method in class jakarta.faces.component.UIInput
-
Is the value denoting an empty value.
- isEnabled(Feature) - Method in interface jakarta.ws.rs.core.Configuration
-
Check if a particular
feature
instance has been previously enabled in the runtime configuration context. - isEnabled(Class<? extends Feature>) - Method in interface jakarta.ws.rs.core.Configuration
-
Check if a
feature
instance offeatureClass
class has been previously enabled in the runtime configuration context. - isEnum() - Method in interface jakarta.enterprise.lang.model.AnnotationMember
- isEnum() - Method in interface jakarta.enterprise.lang.model.declarations.ClassInfo
-
Returns whether this class is an enum.
- isEscape() - Method in class jakarta.faces.component.html.HtmlOutputFormat
-
Return the value of the
escape
property. - isEscape() - Method in class jakarta.faces.component.html.HtmlOutputLabel
-
Return the value of the
escape
property. - isEscape() - Method in class jakarta.faces.component.html.HtmlOutputText
-
Return the value of the
escape
property. - isEscape() - Method in class jakarta.faces.model.SelectItem
-
If and only if this returns
true
, the code that renders this select item must escape the label using escaping syntax appropriate to the content type being rendered. - isExecutableValidationEnabled() - Method in interface jakarta.validation.BootstrapConfiguration
-
Returns true if the validation execution is explicitly marked as enabled or if it is left undefined.
- isExecuteAll() - Method in class jakarta.faces.context.PartialViewContext
-
Return
true
ifPartialViewContext.isAjaxRequest()
returnstrue
andPartialViewContext.PARTIAL_EXECUTE_PARAM_NAME
is present in the current request with the valuePartialViewContext.ALL_PARTIAL_PHASE_CLIENT_IDS
. - isExecuteAll() - Method in class jakarta.faces.context.PartialViewContextWrapper
-
The default behavior of this method is to call
PartialViewContext.isExecuteAll()
on the wrappedPartialViewContext
object. - isExpired() - Method in interface jakarta.security.enterprise.identitystore.openid.AccessToken
-
Checks if the Access Token is expired, taking into account the min validity time configured by the user.
- isExpired() - Method in interface jakarta.security.enterprise.identitystore.openid.IdentityToken
-
Checks if the Identity Token is expired.
- isExpired(Clock, boolean, Duration) - Method in interface jakarta.security.enterprise.identitystore.openid.JwtClaims
-
Check if JWT is expired
- isFaceletCached(URL) - Method in class jakarta.faces.view.facelets.FaceletCache
-
Determines whether a cached Facelet instance exists for this URL.
- isFalse(Expression<Boolean>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create a predicate testing for a false value.
- isField() - Method in interface jakarta.enterprise.lang.model.declarations.DeclarationInfo
-
Returns whether this declaration is a field.
- isFinal() - Method in interface jakarta.enterprise.lang.model.declarations.ClassInfo
-
Returns whether this class is
final
. - isFinal() - Method in interface jakarta.enterprise.lang.model.declarations.FieldInfo
-
Returns whether this field is
final
. - isFinal() - Method in interface jakarta.enterprise.lang.model.declarations.MethodInfo
-
Returns whether this method is
final
. - isFinished() - Method in class jakarta.servlet.ServletInputStream
-
Returns true when all the data from the stream has been read else it returns false.
- isFirst() - Method in interface jakarta.servlet.jsp.jstl.core.LoopTagStatus
-
Returns information about whether the current round of the iteration is the first one.
- isFloat() - Method in interface jakarta.enterprise.lang.model.AnnotationMember
- isFloat() - Method in interface jakarta.enterprise.lang.model.types.PrimitiveType
-
Returns whether this primitive type is
float
. - isFragment() - Method in class jakarta.servlet.jsp.tagext.TagAttributeInfo
-
Whether this attribute is of type JspFragment.
- isGlobalOnly() - Method in class jakarta.faces.component.UIMessages
-
Return the flag indicating whether only global messages (that is, messages with no associated client identifier) should be rendered.
- isGroupingUsed() - Method in class jakarta.faces.convert.NumberConverter
-
Return
true
ifgetAsString
should include grouping separators if necessary. - isHttpOnly() - Method in class jakarta.servlet.http.Cookie
-
Checks whether this Cookie has been marked as HttpOnly.
- isHttpOnly() - Method in interface jakarta.servlet.SessionCookieConfig
-
Checks if the session tracking cookies created on behalf of the application represented by the ServletContext from which this SessionCookieConfig was acquired will be marked as HttpOnly.
- isHttpOnly() - Method in class jakarta.ws.rs.core.NewCookie
-
Returns
true
if this cookie contains theHttpOnly
attribute. - isId() - Method in interface jakarta.persistence.metamodel.SingularAttribute
-
Is the attribute an id attribute.
- isIdentical(EJBLocalObject) - Method in interface jakarta.ejb.EJBLocalObject
-
Test if a given enterprise bean local object is identical to the invoked enterprise bean local object.
- isIdentical(EJBObject) - Method in interface jakarta.ejb.EJBObject
-
Test if a given enterprise bean object is identical to the invoked enterprise bean object.
- isIgnoreXmlConfiguration() - Method in interface jakarta.validation.spi.ConfigurationState
-
Returns
true
ifConfiguration.ignoreXmlConfiguration()
has been called. - isImmediate() - Method in interface jakarta.faces.component.ActionSource
-
Return a flag indicating that the default
ActionListener
provided by the Jakarta Faces implementation should be executed immediately (that is, during Apply Request Values phase of the request processing lifecycle), rather than waiting until the Invoke Application phase. - isImmediate() - Method in class jakarta.faces.component.behavior.AjaxBehavior
-
Return the immediate status of this behavior.
- isImmediate() - Method in interface jakarta.faces.component.EditableValueHolder
-
Return the "immediate" state for this component.
- isImmediate() - Method in class jakarta.faces.component.UICommand
-
The immediate flag.
- isImmediate() - Method in class jakarta.faces.component.UIInput
- isImmediate() - Method in class jakarta.faces.component.UIViewAction
-
If the value of the component's
immediate
attribute istrue
, the action will be invoked during the Apply Request Values Jakarta Faces lifecycle phase. - isImmediate() - Method in class jakarta.faces.component.UIViewParameter
-
Return
false
. - isImmediateSet() - Method in class jakarta.faces.component.behavior.AjaxBehavior
-
Tests whether the immediate attribute is specified.
- isIncludeViewParams() - Method in class jakarta.faces.application.NavigationCase
-
Return the
<redirect>
value for this<navigation-case>
. - isIncludeViewParams() - Method in class jakarta.faces.application.NavigationCaseWrapper
- isIncludeViewParams() - Method in class jakarta.faces.component.UIOutcomeTarget
-
Return whether or not the view parameters should be encoded into the target url.
- isInIterable() - Method in interface jakarta.validation.Path.Node
- isInt() - Method in interface jakarta.enterprise.lang.model.AnnotationMember
- isInt() - Method in interface jakarta.enterprise.lang.model.types.PrimitiveType
-
Returns whether this primitive type is
int
. - isIntegerOnly() - Method in class jakarta.faces.convert.NumberConverter
-
Return
true
if only the integer portion of the given value should be returned fromgetAsObject()
. - isIntegral() - Method in interface jakarta.json.JsonNumber
-
Returns true if this JSON number is a integral number.
- isIntegralNumber() - Method in interface jakarta.json.stream.JsonParser
-
Returns true if the JSON number at the current parser state is a integral number.
- isInterceptor() - Method in interface jakarta.enterprise.inject.build.compatible.spi.BeanInfo
-
Returns whether this bean is an interceptor.
- isInterceptor() - Method in interface jakarta.enterprise.inject.build.compatible.spi.InterceptorInfo
- isInterceptorBinding(Class<? extends Annotation>) - Method in interface jakarta.enterprise.inject.spi.BeanContainer
-
Test the given annotation type to determine if it is an interceptor binding type .
- isInterface() - Method in interface jakarta.enterprise.lang.model.declarations.ClassInfo
-
Returns whether this class is an interface.
- isInView() - Method in class jakarta.faces.component.UIComponent
-
Return
true
if this component is within the view hierarchy otherwisefalse
- isInView() - Method in class jakarta.faces.component.UIViewRoot
-
Override superclass method to always return
true
because aUIViewRoot
is defined to always be in a view. - isIsmap() - Method in class jakarta.faces.component.html.HtmlGraphicImage
-
Return the value of the
ismap
property. - isItemDisabled() - Method in class jakarta.faces.component.UISelectItem
-
Return the disabled setting for this selection item.
- isItemEscaped() - Method in class jakarta.faces.component.UISelectItem
-
Return the escape setting for the label of this selection item.
- isJoinedToTransaction() - Method in interface jakarta.persistence.EntityManager
-
Determine whether the entity manager is joined to the current transaction.
- isJWT() - Method in interface jakarta.security.enterprise.identitystore.openid.AccessToken
-
Signify, if access token is JWT based, or opaque.
- isKeepMessages() - Method in class jakarta.faces.context.Flash
-
Return the value of this JavaBeans property for the flash for this session.
- isKeepMessages() - Method in class jakarta.faces.context.FlashWrapper
-
The default behavior of this method is to call
Flash.isKeepMessages()
on the wrappedFlash
object. - isKeywordResolved() - Method in class jakarta.faces.component.search.SearchKeywordContext
-
Returns if the keyword was resolved.
- isLambdaArgument(String) - Method in class jakarta.el.ELContext
-
Inquires if the name is a LambdaArgument
- isLast() - Method in interface jakarta.servlet.jsp.jstl.core.LoopTagStatus
-
Returns information about whether the current round of the iteration is the last one.
- isLeaf(SearchExpressionContext, String) - Method in class jakarta.faces.component.search.SearchKeywordResolver
-
A leaf keyword is a keyword that does not allow to be combined with keywords or id chains to the right.
- isLimitedByMaxRows() - Method in interface jakarta.servlet.jsp.jstl.sql.Result
-
Returns true if the query was limited by a maximum row setting
- isListenerForSource(Object) - Method in class jakarta.faces.context.ExceptionHandler
-
This method must return
true
if and only if this listener instance is interested in receiving events from the instance referenced by thesource
parameter. - isListenerForSource(Object) - Method in class jakarta.faces.context.ExceptionHandlerWrapper
-
The default behavior of this method is to call
ExceptionHandler.isListenerForSource(Object)
on the wrappedExceptionHandler
object. - isListenerForSource(Object) - Method in interface jakarta.faces.event.SystemEventListener
-
This method must return
true
if and only if this listener instance is interested in receiving events from the instance referenced by thesource
parameter. - isLiteral() - Method in class jakarta.faces.view.facelets.TagAttribute
-
If this TagAttribute is literal (not #{..} or ${..})
- isLiteralText() - Method in class jakarta.el.Expression
-
Returns whether this expression was created from only literal text.
- isLiteralText() - Method in class jakarta.servlet.jsp.jstl.core.IndexedValueExpression
- isLiteralText() - Method in class jakarta.servlet.jsp.jstl.core.IteratedValueExpression
- isLoaded(Object) - Method in interface jakarta.persistence.PersistenceUnitUtil
-
Determine the load state of an entity belonging to the persistence unit.
- isLoaded(Object) - Method in interface jakarta.persistence.PersistenceUtil
-
Determine the load state of an entity.
- isLoaded(Object) - Method in interface jakarta.persistence.spi.ProviderUtil
-
If the provider determines that the entity has been provided by itself and that the state of all attributes for which
FetchType.EAGER
has been specified have been loaded, this method returnsLoadState.LOADED
. - isLoaded(Object, String) - Method in interface jakarta.persistence.PersistenceUnitUtil
-
Determine the load state of a given persistent attribute of an entity belonging to the persistence unit.
- isLoaded(Object, String) - Method in interface jakarta.persistence.PersistenceUtil
-
Determine the load state of a given persistent attribute.
- isLoadedWithoutReference(Object, String) - Method in interface jakarta.persistence.spi.ProviderUtil
-
If the provider determines that the entity has been provided by itself and that the state of the specified attribute has been loaded, this method returns
LoadState.LOADED
. - isLoadedWithReference(Object, String) - Method in interface jakarta.persistence.spi.ProviderUtil
-
If the provider determines that the entity has been provided by itself and that the state of the specified attribute has been loaded, this method returns
LoadState.LOADED
. - isLocalValueSet() - Method in interface jakarta.faces.component.EditableValueHolder
-
Return the "local value set" state for this component.
- isLocalValueSet() - Method in class jakarta.faces.component.UIInput
-
Return the "local value set" state for this component.
- isLong() - Method in interface jakarta.enterprise.lang.model.AnnotationMember
- isLong() - Method in interface jakarta.enterprise.lang.model.types.PrimitiveType
-
Returns whether this primitive type is
long
. - isMandatory() - Method in class jakarta.security.auth.message.MessagePolicy
-
Get the MessagePolicy modifier.
- ismap - jakarta.faces.component.html.HtmlGraphicImage.PropertyKeys
- isMember(E, Expression<C>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create a predicate that tests whether an element is a member of a collection.
- isMember(Expression<E>, Expression<C>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create a predicate that tests whether an element is a member of a collection.
- isMethod() - Method in interface jakarta.enterprise.lang.model.declarations.DeclarationInfo
-
Returns whether this declaration is a method.
- isMultiple() - Method in class jakarta.faces.component.html.HtmlInputFile
-
Return the value of the
multiple
property. - isMustRevalidate() - Method in class jakarta.ws.rs.core.CacheControl
-
Corresponds to the must-revalidate cache control directive.
- isNamed() - Method in interface jakarta.enterprise.inject.build.compatible.spi.StereotypeInfo
-
Returns whether this stereotype is meta-annotated
@Named
. - isNameResolved(String) - Method in class jakarta.el.BeanNameResolver
-
Returns whether the given name is resolved by the BeanNameResolver
- isNegated() - Method in interface jakarta.persistence.criteria.Predicate
-
Whether the predicate has been created from another predicate by applying the
Predicate.not()
method or theCriteriaBuilder.not()
method. - isNestedAnnotation() - Method in interface jakarta.enterprise.lang.model.AnnotationMember
- isNew() - Method in interface jakarta.servlet.http.HttpSession
-
Returns
true
if the client does not yet know about the session or if the client chooses not to join the session. - isNew(UIComponent) - Static method in class jakarta.faces.view.facelets.ComponentHandler
-
Determine if the passed component is not null and if it's new to the tree.
- isNewAuthentication() - Method in class jakarta.security.enterprise.authentication.mechanism.http.AuthenticationParameters
-
Whether a new authentication dialog is required.
- isNoCache() - Method in class jakarta.ws.rs.core.CacheControl
-
Corresponds to the no-cache cache control directive.
- isNormal() - Method in interface jakarta.enterprise.inject.build.compatible.spi.ScopeInfo
-
Returns whether this scope type is normal.
- isNormalScope(Class<? extends Annotation>) - Method in interface jakarta.enterprise.inject.spi.BeanContainer
-
Test the given annotation type to determine if it is a normal scope type.
- isNoSelectionOption() - Method in class jakarta.faces.component.UISelectItem
-
Return the value of the
noSelectionOption
property. - isNoSelectionOption() - Method in class jakarta.faces.model.SelectItem
-
Return the value of the
noSelectionOption
property. - isNoStore() - Method in class jakarta.ws.rs.core.CacheControl
-
Corresponds to the no-store cache control directive.
- isNotEmpty(Expression<C>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create a predicate that tests whether a collection is not empty.
- isNotMember(E, Expression<C>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create a predicate that tests whether an element is not a member of a collection.
- isNotMember(Expression<E>, Expression<C>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create a predicate that tests whether an element is not a member of a collection.
- isNotNull() - Method in interface jakarta.persistence.criteria.Expression
-
Create a predicate to test whether the expression is not null.
- isNotNull(Expression<?>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create a predicate to test whether the expression is not null.
- isNoTransform() - Method in class jakarta.ws.rs.core.CacheControl
-
Corresponds to the no-transform cache control directive.
- isNull() - Method in interface jakarta.persistence.criteria.Expression
-
Create a predicate to test whether the expression is null.
- isNull(int) - Method in interface jakarta.json.JsonArray
-
Returns
true
if the value at the specified location in this array isJsonValue.NULL
. - isNull(Expression<?>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create a predicate to test whether the expression is null.
- isNull(String) - Method in interface jakarta.json.JsonObject
-
Returns
true
if the associated value for the specified name isJsonValue.NULL
. - isOK() - Method in class jakarta.websocket.SendResult
-
Determines if this result is ok or not.
- isolationLevel() - Method in annotation type jakarta.annotation.sql.DataSourceDefinition
-
Isolation level for connections.
- isOnPostback() - Method in class jakarta.faces.component.UIViewAction
-
If
true
this component will operate on postback. - isOpen() - Method in interface jakarta.persistence.EntityManager
-
Determine whether the entity manager is open.
- isOpen() - Method in interface jakarta.persistence.EntityManagerFactory
-
Indicates whether the factory is open.
- isOpen() - Method in interface jakarta.websocket.Session
-
Return true if and only if the underlying socket is open.
- isOpen() - Method in interface jakarta.ws.rs.sse.SseEventSource
-
Check if this event source instance has already been
opened
. - isOptional() - Method in interface jakarta.persistence.metamodel.SingularAttribute
-
Can the attribute be null.
- isPackage() - Method in interface jakarta.enterprise.lang.model.declarations.DeclarationInfo
-
Returns whether this declaration is a package.
- isParameter() - Method in interface jakarta.enterprise.lang.model.declarations.DeclarationInfo
-
Returns whether this declaration is a method parameter.
- isParameterizedType() - Method in interface jakarta.enterprise.lang.model.types.Type
-
Returns whether this type is a parameterized type.
- isParametersProvided() - Method in class jakarta.el.MethodExpression
-
Return whether this MethodExpression was created with parameters.
- isPartialRequest() - Method in class jakarta.faces.context.PartialViewContext
-
Return
true
PartialViewContext.isAjaxRequest()
returnstrue
or if the request headerFaces-Request
is present with the valuepartial/process
. - isPartialRequest() - Method in class jakarta.faces.context.PartialViewContextWrapper
-
The default behavior of this method is to call
PartialViewContext.isPartialRequest()
on the wrappedPartialViewContext
object. - isPassivatingScope(Class<? extends Annotation>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
-
Test the given annotation type to determine if it is a passivating scope type.
- isPassthrough(SearchExpressionContext, String) - Method in class jakarta.faces.component.search.SearchKeywordResolver
-
A passthrough keyword is a keyword, that according to the context, does not require to be resolved on the server, and can be passed "unresolved" to the client.
- isPassthroughExpression(SearchExpressionContext, String) - Method in class jakarta.faces.component.search.SearchExpressionHandler
-
Checks if the given expression is a "passtrough expression".
- isPassthroughExpression(SearchExpressionContext, String) - Method in class jakarta.faces.component.search.SearchExpressionHandlerWrapper
- isPermanent() - Method in exception jakarta.servlet.UnavailableException
-
Returns a
boolean
indicating whether the servlet is permanently unavailable. - isPersistent() - Method in interface jakarta.ejb.Timer
-
Return whether this timer has persistent semantics.
- isPersistent() - Method in class jakarta.ejb.TimerConfig
-
Return whether the timer is persistent.
- isPersistent() - Method in interface jakarta.security.auth.message.config.AuthConfigFactory.RegistrationContext
-
Get the persisted status from the registration context.
- isPlainClass() - Method in interface jakarta.enterprise.lang.model.declarations.ClassInfo
-
Returns whether this class is a plain class.
- isPostback() - Method in class jakarta.faces.context.FacesContext
-
This utility method simply returns the result of
ResponseStateManager.isPostback(FacesContext)
. - isPostback() - Method in class jakarta.faces.context.FacesContextWrapper
-
The default behavior of this method is to call
FacesContext.isPostback()
on the wrappedFacesContext
object. - isPostback(FacesContext) - Method in class jakarta.faces.render.ResponseStateManager
-
Return true if the current request is a postback.
- isPrependId() - Method in class jakarta.faces.component.UIForm
-
Is the id prepended.
- isPrimitive() - Method in interface jakarta.enterprise.lang.model.types.Type
-
Returns whether this type is a primitive type.
- isPrivate() - Method in class jakarta.ws.rs.core.CacheControl
-
Corresponds to the private cache control directive.
- isProcessingBroadcast(FacesContext) - Static method in class jakarta.faces.component.UIViewAction
-
Returns
true
if the current request processing lifecycle is in the midst of processing the broadcast of an event queued during a call toUIViewAction.decode(jakarta.faces.context.FacesContext)
. - isProcessingEvents() - Method in class jakarta.faces.context.FacesContext
-
Returns a flag indicating whether or not the runtime should publish events when asked to do so.
- isProcessingEvents() - Method in class jakarta.faces.context.FacesContextWrapper
-
The default behavior of this method is to call
FacesContext.isProcessingEvents()
on the wrappedFacesContext
object. - isProducerField() - Method in interface jakarta.enterprise.inject.build.compatible.spi.BeanInfo
-
Returns whether this bean is defined by a producer field.
- isProducerMethod() - Method in interface jakarta.enterprise.inject.build.compatible.spi.BeanInfo
-
Returns whether this bean is defined by a producer method.
- isProjectStage(ProjectStage) - Method in class jakarta.faces.context.FacesContext
-
Return
true
if the currentProjectStage
as returned by theApplication
instance is equal tostage
, otherwise returnfalse
- isProjectStage(ProjectStage) - Method in class jakarta.faces.context.FacesContextWrapper
-
The default behavior of this method is to call
FacesContext.isProjectStage(jakarta.faces.application.ProjectStage)
on the wrappedFacesContext
object. - isPropertyResolved() - Method in class jakarta.el.ELContext
-
Returns whether an
ELResolver
has successfully resolved a given (base, property) pair. - isProtected() - Method in interface jakarta.security.auth.message.config.AuthConfig
-
Used to determine whether the authentication context configuration object encapsulates any protected authentication contexts.
- isProtected() - Method in interface jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContext
-
Checks if the currently requested resource is protected or not.
- isProtected() - Method in class jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
- isProviderFor(Class<?>) - Method in interface jakarta.ws.rs.client.RxInvokerProvider
-
Determine if this is a provider for the given
RxInvoker
subclass. - isProxyRevalidate() - Method in class jakarta.ws.rs.core.CacheControl
-
Corresponds to the proxy-revalidate cache control directive.
- isQualifier(Class<? extends Annotation>) - Method in interface jakarta.enterprise.inject.spi.BeanContainer
-
Test the given annotation type to determine if it is a qualifier type.
- isReachable(Object, Path.Node, Class<?>, Path, ElementType) - Method in interface jakarta.validation.TraversableResolver
-
Determines if the Jakarta Bean Validation provider is allowed to reach the property state.
- isReadable(Class<?>, Type, Annotation[], MediaType) - Method in interface jakarta.ws.rs.ext.MessageBodyReader
-
Ascertain if the MessageBodyReader can produce an instance of a particular type.
- isReadonly() - Method in class jakarta.faces.component.html.HtmlCommandButton
-
Return the value of the
readonly
property. - isReadonly() - Method in class jakarta.faces.component.html.HtmlInputFile
-
Deprecated, for removal: This API element is subject to removal in a future version.This attribute is actually not specified in HTML. Do not use it on this component.
- isReadonly() - Method in class jakarta.faces.component.html.HtmlInputSecret
-
Return the value of the
readonly
property. - isReadonly() - Method in class jakarta.faces.component.html.HtmlInputText
-
Return the value of the
readonly
property. - isReadonly() - Method in class jakarta.faces.component.html.HtmlInputTextarea
-
Return the value of the
readonly
property. - isReadonly() - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
-
Return the value of the
readonly
property. - isReadonly() - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
-
Return the value of the
readonly
property. - isReadonly() - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
-
Return the value of the
readonly
property. - isReadonly() - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
-
Return the value of the
readonly
property. - isReadonly() - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
-
Return the value of the
readonly
property. - isReadonly() - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
-
Return the value of the
readonly
property. - isReadonly() - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
-
Return the value of the
readonly
property. - isReadOnly(ELContext) - Method in class jakarta.el.ValueExpression
-
Evaluates the expression relative to the provided context, and returns
true
if a call toValueExpression.setValue(jakarta.el.ELContext, java.lang.Object)
will always fail. - isReadOnly(ELContext) - Method in class jakarta.servlet.jsp.jstl.core.IndexedValueExpression
- isReadOnly(ELContext) - Method in class jakarta.servlet.jsp.jstl.core.IteratedValueExpression
- isReadOnly(ELContext, Object, Object) - Method in class jakarta.el.ArrayELResolver
-
If the base object is a Java language array, returns whether a call to
ArrayELResolver.setValue(jakarta.el.ELContext, java.lang.Object, java.lang.Object, java.lang.Object)
will always fail. - isReadOnly(ELContext, Object, Object) - Method in class jakarta.el.BeanELResolver
-
If the base object is not
null
, returns whether a call toBeanELResolver.setValue(jakarta.el.ELContext, java.lang.Object, java.lang.Object, java.lang.Object)
will always fail. - isReadOnly(ELContext, Object, Object) - Method in class jakarta.el.BeanNameELResolver
-
If the base is null and the property is a name resolvable by the BeanNameResolver, attempts to determine if the bean is writable.
- isReadOnly(ELContext, Object, Object) - Method in class jakarta.el.CompositeELResolver
-
For a given
base
andproperty
, attempts to determine whether a call toCompositeELResolver.setValue(jakarta.el.ELContext, java.lang.Object, java.lang.Object, java.lang.Object)
will always fail. - isReadOnly(ELContext, Object, Object) - Method in class jakarta.el.ELResolver
-
For a given
base
andproperty
, attempts to determine whether a call toELResolver.setValue(jakarta.el.ELContext, java.lang.Object, java.lang.Object, java.lang.Object)
will always fail. - isReadOnly(ELContext, Object, Object) - Method in class jakarta.el.ListELResolver
-
If the base object is a list, returns whether a call to
ListELResolver.setValue(jakarta.el.ELContext, java.lang.Object, java.lang.Object, java.lang.Object)
will always fail. - isReadOnly(ELContext, Object, Object) - Method in class jakarta.el.MapELResolver
-
If the base object is a map, returns whether a call to
MapELResolver.setValue(jakarta.el.ELContext, java.lang.Object, java.lang.Object, java.lang.Object)
will always fail. - isReadOnly(ELContext, Object, Object) - Method in class jakarta.el.ResourceBundleELResolver
- isReadOnly(ELContext, Object, Object) - Method in class jakarta.el.StaticFieldELResolver
-
Inquires whether the static field is writable.
- isReadOnly(ELContext, Object, Object) - Method in class jakarta.el.TypeConverter
- isReadOnly(ELContext, Object, Object) - Method in class jakarta.servlet.jsp.el.ImplicitObjectELResolver
-
If the base object is
null
, and the property matches the name of a JSP implicit object, returnstrue
to indicate that implicit objects cannot be overwritten. - isReadOnly(ELContext, Object, Object) - Method in class jakarta.servlet.jsp.el.ImportELResolver
-
Always returns
false
since in normal usageScopedAttributeELResolver
will handle calls toELResolver.isReadOnly(ELContext, Object, Object)
. - isReadOnly(ELContext, Object, Object) - Method in class jakarta.servlet.jsp.el.NotFoundELResolver
-
Always returns
false
since in normal usageScopedAttributeELResolver
will handle calls toELResolver.isReadOnly(ELContext, Object, Object)
. - isReadOnly(ELContext, Object, Object) - Method in class jakarta.servlet.jsp.el.ScopedAttributeELResolver
-
If the base object is
null
, returnsfalse
to indicate that scoped attributes are never read-only. - isReadOnly(String) - Method in class jakarta.el.BeanNameResolver
-
Indicates if the bean of the given name is read-only or writable
- isReady() - Method in class jakarta.servlet.ServletInputStream
-
Returns true if data can be read without blocking else returns false.
- isReady() - Method in class jakarta.servlet.ServletOutputStream
-
Returns true if data can be written without blocking else returns false.
- isReconnectDelaySet() - Method in interface jakarta.ws.rs.sse.SseEvent
-
Check if the connection retry time has been set in the event.
- isRecord() - Method in interface jakarta.enterprise.lang.model.declarations.ClassInfo
-
Returns whether this class is a record.
- isRecordComponent() - Method in interface jakarta.enterprise.lang.model.declarations.DeclarationInfo
-
Returns whether this declaration is a record component.
- isRedirect() - Method in class jakarta.faces.application.NavigationCase
-
Return the
<redirect>
value for this<navigation-case>
. - isRedirect() - Method in class jakarta.faces.application.NavigationCaseWrapper
- isRedirect() - Method in class jakarta.faces.context.Flash
-
Return the value of this property for the flash for this session.
- isRedirect() - Method in class jakarta.faces.context.FlashWrapper
-
The default behavior of this method is to call
Flash.isRedirect()
on the wrappedFlash
object. - isRedisplay() - Method in class jakarta.faces.component.html.HtmlInputSecret
-
Return the value of the
redisplay
property. - isRedisplay() - Method in class jakarta.faces.component.UIMessage
- isRedisplay() - Method in class jakarta.faces.component.UIMessages
- isRegistered(Class<?>) - Method in interface jakarta.ws.rs.core.Configuration
-
Check if a JAX-RS component of the supplied
componentClass
class has been previously registered in the runtime configuration context. - isRegistered(Object) - Method in interface jakarta.ws.rs.core.Configuration
-
Check if a particular JAX-RS
component
instance (such as providers orfeatures
) has been previously registered in the runtime configuration context. - isRegisterSession() - Method in interface jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContext
-
Check if the runtime has been asked to register an authentication session duing the current request.
- isRegisterSession() - Method in class jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
- isReleased() - Method in class jakarta.faces.context.FacesContext
-
Return a flag indicating if the resources associated with this
FacesContext
instance have been released. - isReleased() - Method in class jakarta.faces.context.FacesContextWrapper
-
The default behavior of this method is to call
FacesContext.isReleased()
on the wrappedFacesContext
object. - isRememberMe() - Method in class jakarta.security.enterprise.authentication.mechanism.http.AuthenticationParameters
-
Whether "remember me" should be used.
- isRememberMe() - Method in annotation type jakarta.security.enterprise.authentication.mechanism.http.RememberMe
-
Flag to determine if remember me should be used.
- isRememberMe() - Method in class jakarta.security.enterprise.authentication.mechanism.http.RememberMe.Literal
- isRememberMeExpression() - Method in annotation type jakarta.security.enterprise.authentication.mechanism.http.RememberMe
-
Jakarta Expression Language expression to determine if remember me should be used.
- isRememberMeExpression() - Method in class jakarta.security.enterprise.authentication.mechanism.http.RememberMe.Literal
- isRenderAll() - Method in class jakarta.faces.context.PartialViewContext
-
Return
true
ifPartialViewContext.isAjaxRequest()
returnstrue
andPartialViewContext.PARTIAL_RENDER_PARAM_NAME
is present in the current request with the valuePartialViewContext.ALL_PARTIAL_PHASE_CLIENT_IDS
. - isRenderAll() - Method in class jakarta.faces.context.PartialViewContextWrapper
-
The default behavior of this method is to call
PartialViewContext.isRenderAll()
on the wrappedPartialViewContext
object. - isRendered() - Method in class jakarta.faces.application.FacesMessage
- isRendered() - Method in class jakarta.faces.component.UIComponent
-
Return
true
if this component (and its children) should be rendered during the Render Response phase of the request processing lifecycle. - isRendered() - Method in class jakarta.faces.component.UIComponentBase
- isRendered() - Method in class jakarta.faces.component.UIViewAction
-
Return
true
if this component should take the actions specified in theUIViewAction.decode(jakarta.faces.context.FacesContext)
method. - isRepeatable() - Method in interface jakarta.enterprise.lang.model.AnnotationInfo
-
Returns whether this annotation is repeatable.
- isReportAsSingleViolation() - Method in interface jakarta.validation.metadata.ConstraintDescriptor
- isRequestedSessionIdFromCookie() - Method in interface jakarta.servlet.http.HttpServletRequest
-
Checks whether the requested session ID was conveyed to the server as an HTTP cookie.
- isRequestedSessionIdFromCookie() - Method in class jakarta.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to return isRequestedSessionIdFromCookie() on the wrapped request object.
- isRequestedSessionIdFromURL() - Method in interface jakarta.servlet.http.HttpServletRequest
-
Checks whether the requested session ID was conveyed to the server as part of the request URL.
- isRequestedSessionIdFromURL() - Method in class jakarta.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to return isRequestedSessionIdFromURL() on the wrapped request object.
- isRequestedSessionIdValid() - Method in interface jakarta.servlet.http.HttpServletRequest
-
Checks whether the requested session ID is still valid.
- isRequestedSessionIdValid() - Method in class jakarta.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to return isRequestedSessionIdValid() on the wrapped request object.
- isRequired() - Method in interface jakarta.faces.component.EditableValueHolder
-
Return the "required field" state for this component.
- isRequired() - Method in class jakarta.faces.component.UIInput
-
Return the "required field" state for this component.
- isRequired() - Method in class jakarta.servlet.jsp.tagext.TagAttributeInfo
-
Whether this attribute is required.
- isResetValues() - Method in class jakarta.faces.component.behavior.AjaxBehavior
-
Return the resetValues status of this behavior.
- isResetValues() - Method in class jakarta.faces.context.PartialViewContext
-
Return
true
if the incoming request has a parameter named by the value ofPartialViewContext.RESET_VALUES_PARAM_NAME
and that value istrue
. - isResetValues() - Method in class jakarta.faces.context.PartialViewContextWrapper
-
The default behavior of this method is to call
PartialViewContext.isResetValues()
on the wrappedPartialViewContext
object. - isResetValuesSet() - Method in class jakarta.faces.component.behavior.AjaxBehavior
-
Tests whether the resetValues attribute is specified.
- isResolvable() - Method in interface jakarta.enterprise.inject.Instance
-
Determines if there is exactly one bean that matches the required type and qualifiers and is eligible for injection into the class into which the parent
Instance
was injected. - isResolverForKeyword(SearchExpressionContext, String) - Method in class jakarta.faces.component.search.SearchKeywordResolver
-
Checks if the current instance of the
SearchKeywordResolver
is responsible for resolving the keyword. - isResourceRendered(FacesContext, String, String) - Method in class jakarta.faces.application.ResourceHandler
-
Returns whether the resource as identified by given resource and library name has been rendered.
- isResourceRendered(FacesContext, String, String) - Method in class jakarta.faces.application.ResourceHandlerWrapper
-
The default behavior of this method is to call
ResourceHandler.isResourceRendered(FacesContext, String, String)
on the wrappedResourceHandler
object. - isResourceRequest(FacesContext) - Method in class jakarta.faces.application.ResourceHandler
-
Return
true
if the current request is a resource request. - isResourceRequest(FacesContext) - Method in class jakarta.faces.application.ResourceHandlerWrapper
-
The default behavior of this method is to call
ResourceHandler.isResourceRequest(jakarta.faces.context.FacesContext)
on the wrappedResourceHandler
object. - isResourceURL(String) - Method in class jakarta.faces.application.ResourceHandler
-
Return
true
if the argumenturl
contains the string given by the value of the constantResourceHandler.RESOURCE_IDENTIFIER
, false otherwise. - isResourceURL(String) - Method in class jakarta.faces.application.ResourceHandlerWrapper
-
The default behavior of this method is to call
ResourceHandler.isResourceURL(java.lang.String)
on the wrappedResourceHandler
object. - isResponseCommitted() - Method in class jakarta.faces.context.ExternalContext
-
Check if the current response has been committed.
- isResponseCommitted() - Method in class jakarta.faces.context.ExternalContextWrapper
-
The default behavior of this method is to call
ExternalContext.isResponseCommitted()
on the wrappedExternalContext
object. - isRowAvailable() - Method in class jakarta.faces.component.UIData
-
Return a flag indicating whether there is
rowData
available at the currentrowIndex
. - isRowAvailable() - Method in class jakarta.faces.model.ArrayDataModel
-
Return
true
if there iswrappedData
available, and the current value ofrowIndex
is greater than or equal to zero, and less than the length of the array. - isRowAvailable() - Method in class jakarta.faces.model.CollectionDataModel
-
Return
true
if there iswrappedData
available, and the current value ofrowIndex
is greater than or equal to zero, and less than the size of the list. - isRowAvailable() - Method in class jakarta.faces.model.DataModel
-
Return a flag indicating whether there is
rowData
available at the currentrowIndex
. - isRowAvailable() - Method in class jakarta.faces.model.IterableDataModel
-
Return a flag indicating whether there is
rowData
available at the currentrowIndex
. - isRowAvailable() - Method in class jakarta.faces.model.ListDataModel
-
Return
true
if there iswrappedData
available, and the current value ofrowIndex
is greater than or equal to zero, and less than the size of the list. - isRowAvailable() - Method in class jakarta.faces.model.ResultSetDataModel
-
Return
true
if there iswrappedData
available, and the result of callingabsolute()
on the underlyingResultSet
, passing the current value ofrowIndex
plus one (to account for the fact thatResultSet
uses one-relative indexing), returnstrue
. - isRowAvailable() - Method in class jakarta.faces.model.ScalarDataModel
-
Return
true
if there iswrappedData
available, and the current value ofrowIndex
is zero. - isRowHeader() - Method in class jakarta.faces.component.html.HtmlColumn
-
Return the value of the
rowHeader
property. - isRowStatePreserved() - Method in class jakarta.faces.component.UIData
-
Return the value of the
rowStatePreserved
JavaBeans property. - isRunning() - Method in interface jakarta.enterprise.inject.se.SeContainer
-
Check if the container is running or was shut down
- isSavingStateInClient(FacesContext) - Method in class jakarta.faces.application.StateManager
-
Method to determine if the state is saved on the client.
- isSavingStateInClient(FacesContext) - Method in class jakarta.faces.application.StateManagerWrapper
-
The default behavior of this method is to call
StateManager.isSavingStateInClient(jakarta.faces.context.FacesContext)
on the wrappedStateManager
object. - isScope(Class<? extends Annotation>) - Method in interface jakarta.enterprise.inject.spi.BeanContainer
-
Test the given annotation type to determine if it is a scope type.
- isSecure() - Method in class jakarta.faces.context.ExternalContext
-
Returns a boolean indicating whether this request was made using a secure channel, such as HTTPS.
- isSecure() - Method in class jakarta.faces.context.ExternalContextWrapper
-
The default behavior of this method is to call
ExternalContext.isSecure()
on the wrappedExternalContext
object. - isSecure() - Method in interface jakarta.servlet.ServletConnection
-
Determine whether or not the incoming network connection to the server used encryption or not.
- isSecure() - Method in interface jakarta.servlet.ServletRequest
-
Returns a boolean indicating whether this request was made using a secure channel, such as HTTPS.
- isSecure() - Method in class jakarta.servlet.ServletRequestWrapper
-
The default behavior of this method is to return isSecure() on the wrapped request object.
- isSecure() - Method in interface jakarta.servlet.SessionCookieConfig
-
Checks if the session tracking cookies created on behalf of the application represented by the ServletContext from which this SessionCookieConfig was acquired will be marked as secure even if the request that initiated the corresponding session is using plain HTTP instead of HTTPS.
- isSecure() - Method in interface jakarta.websocket.Session
-
Return true if and only if the underlying socket is using a secure transport.
- isSecure() - Method in class jakarta.ws.rs.core.NewCookie
-
Whether the cookie will only be sent over a secure connection.
- isSecure() - Method in interface jakarta.ws.rs.core.SecurityContext
-
Returns a boolean indicating whether this request was made using a secure channel, such as HTTPS.
- isSelected() - Method in class jakarta.faces.component.UISelectBoolean
-
Return the local value of the selected state of this component.
- isSession() - Method in interface jakarta.ejb.EJBMetaData
-
Test if the enterprise bean's type is "session".
- isShort() - Method in interface jakarta.enterprise.lang.model.AnnotationMember
- isShort() - Method in interface jakarta.enterprise.lang.model.types.PrimitiveType
-
Returns whether this primitive type is
short
. - isShowDetail() - Method in class jakarta.faces.component.UIMessage
-
Return the flag indicating whether the
detail
property of the associated message(s) should be displayed. - isShowDetail() - Method in class jakarta.faces.component.UIMessages
-
Return the flag indicating whether the
detail
property of the associated message(s) should be displayed. - isShowSummary() - Method in class jakarta.faces.component.UIMessage
-
Return the flag indicating whether the
summary
property of the associated message(s) should be displayed. - isShowSummary() - Method in class jakarta.faces.component.UIMessages
-
Return the flag indicating whether the
summary
property of the associated message(s) should be displayed. - isShutdown() - Method in interface jakarta.enterprise.concurrent.ManageableThread
-
This method is used by the application component provider to check whether a thread created by the
newThread
method ofManagedThreadFactory
has been marked for shut down. - isStateless(FacesContext, String) - Method in class jakarta.faces.render.ResponseStateManager
-
If the preceding call to
ResponseStateManager.writeState(jakarta.faces.context.FacesContext, java.lang.Object)
was stateless, returntrue
. - isStatelessSession() - Method in interface jakarta.ejb.EJBMetaData
-
Test if the enterprise bean's type is "stateless session".
- isStatic() - Method in interface jakarta.enterprise.inject.spi.AnnotatedMember
-
Determines if the member is static.
- isStatic() - Method in interface jakarta.enterprise.lang.model.declarations.FieldInfo
-
Returns whether this field is
static
. - isStatic() - Method in interface jakarta.enterprise.lang.model.declarations.MethodInfo
-
Returns whether this method is
static
. - isStereotype(Class<? extends Annotation>) - Method in interface jakarta.enterprise.inject.spi.BeanContainer
-
Test the given annotation type to determine if it is a stereotype.
- isString() - Method in interface jakarta.enterprise.lang.model.AnnotationMember
- isSubmitted() - Method in class jakarta.faces.component.UIForm
-
Returns the current value of the
submitted
property. - issuer() - Method in annotation type jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdProviderMetadata
-
Required.
- ISSUER - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
- ISSUER_IDENTIFIER - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
- IssuerSerialNumRequest(X500Principal, BigInteger) - Constructor for class jakarta.security.auth.message.callback.PrivateKeyCallback.IssuerSerialNumRequest
-
Constructs a IssuerSerialNumRequest with an issuer/serial number.
- isSuspended() - Method in interface jakarta.ws.rs.container.AsyncResponse
-
Check if the asynchronous response instance is in a suspended state.
- isSynthetic() - Method in interface jakarta.enterprise.inject.build.compatible.spi.BeanInfo
-
Returns whether this bean is synthetic.
- isSynthetic() - Method in interface jakarta.enterprise.inject.build.compatible.spi.ObserverInfo
-
Returns whether this observer is synthetic.
- isTargetInstanceOf(Class) - Method in class jakarta.faces.view.facelets.MetadataTarget
-
Return true if the target for this metadata element is an instance of the argument
type
. - isTooltip() - Method in class jakarta.faces.component.html.HtmlMessage
-
Return the value of the
tooltip
property. - isTooltip() - Method in class jakarta.faces.component.html.HtmlMessages
-
Return the value of the
tooltip
property. - isTrailerFieldsReady() - Method in interface jakarta.servlet.http.HttpServletRequest
-
Return a boolean indicating whether trailer fields are ready to read using
HttpServletRequest.getTrailerFields()
. - isTrailerFieldsReady() - Method in class jakarta.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to call isTrailerFieldsReady on the wrapped request object.
- isTransient() - Method in interface jakarta.enterprise.context.Conversation
-
Determine if the conversation is marked transient or long-running.
- isTransient() - Method in interface jakarta.enterprise.inject.spi.InjectionPoint
-
Determines if the injection is a transient field.
- isTransient() - Method in class jakarta.faces.component.behavior.BehaviorBase
-
Implementation of
StateHolder.isTransient()
. - isTransient() - Method in interface jakarta.faces.component.StateHolder
-
If true, the Object implementing this interface must not participate in state saving or restoring.
- isTransient() - Method in class jakarta.faces.component.UIComponentBase
- isTransient() - Method in class jakarta.faces.convert.DateTimeConverter
- isTransient() - Method in class jakarta.faces.convert.EnumConverter
- isTransient() - Method in class jakarta.faces.convert.NumberConverter
- isTransient() - Method in class jakarta.faces.event.MethodExpressionActionListener
- isTransient() - Method in class jakarta.faces.event.MethodExpressionValueChangeListener
- isTransient() - Method in class jakarta.faces.validator.BeanValidator
- isTransient() - Method in class jakarta.faces.validator.DoubleRangeValidator
- isTransient() - Method in class jakarta.faces.validator.LengthValidator
- isTransient() - Method in class jakarta.faces.validator.LongRangeValidator
- isTransient() - Method in class jakarta.faces.validator.MethodExpressionValidator
- isTransient() - Method in class jakarta.faces.validator.RegexValidator
- isTrue(Expression<Boolean>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create a predicate testing for a true value.
- isType() - Method in interface jakarta.enterprise.lang.model.AnnotationTarget
-
Returns whether this annotation target is a type.
- isType() - Method in interface jakarta.enterprise.lang.model.declarations.DeclarationInfo
- isType() - Method in interface jakarta.enterprise.lang.model.types.Type
- isTypeVariable() - Method in interface jakarta.enterprise.lang.model.types.Type
-
Returns whether this type is a type variable.
- isUnsatisfied() - Method in interface jakarta.enterprise.inject.Instance
-
Determines if there is no bean that matches the required type and qualifiers and is eligible for injection into the class into which the parent
Instance
was injected. - isUserInRole(String) - Method in class jakarta.faces.context.ExternalContext
-
Return
true
if the currently authenticated user is included in the specified role. - isUserInRole(String) - Method in class jakarta.faces.context.ExternalContextWrapper
-
The default behavior of this method is to call
ExternalContext.isUserInRole(String)
on the wrappedExternalContext
object. - isUserInRole(String) - Method in interface jakarta.servlet.http.HttpServletRequest
-
Returns a boolean indicating whether the authenticated user is included in the specified logical "role".
- isUserInRole(String) - Method in class jakarta.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to return isUserInRole(String role) on the wrapped request object.
- isUserInRole(String) - Method in interface jakarta.websocket.server.HandshakeRequest
-
Checks whether the current user is in the given role.
- isUserInRole(String) - Method in interface jakarta.ws.rs.core.SecurityContext
-
Returns a boolean indicating whether the authenticated user is included in the specified logical "role".
- isValid() - Method in interface jakarta.faces.component.EditableValueHolder
-
Return a flag indicating whether the local value of this component is valid (no conversion error has occurred).
- isValid() - Method in class jakarta.faces.component.UIInput
- isValid() - Method in interface jakarta.security.enterprise.credential.Credential
-
Determines whether the credential is valid.
- isValid() - Method in interface jakarta.security.enterprise.identitystore.openid.JwtClaims
-
Check JWT validity against current time with 1MIN clock skew.
- isValid(TagData) - Method in class jakarta.servlet.jsp.tagext.TagExtraInfo
-
Translation-time validation of the attributes.
- isValid(TagData) - Method in class jakarta.servlet.jsp.tagext.TagInfo
-
Translation-time validation of the attributes.
- isValid(T, ConstraintValidatorContext) - Method in interface jakarta.validation.ConstraintValidator
-
Implements the validation logic.
- isValidationFailed() - Method in class jakarta.faces.context.FacesContext
-
Return
true
if thevalidationFailed()
method has been called for the current request. - isValidationFailed() - Method in class jakarta.faces.context.FacesContextWrapper
-
The default behavior of this method is to call
FacesContext.isValidationFailed()
on the wrappedFacesContext
object. - isValidExpression(SearchExpressionContext, String) - Method in class jakarta.faces.component.search.SearchExpressionHandler
-
Checks if the given expression is a valid expression.
- isValidExpression(SearchExpressionContext, String) - Method in class jakarta.faces.component.search.SearchExpressionHandlerWrapper
- isVersion() - Method in interface jakarta.persistence.metamodel.SingularAttribute
-
Is the attribute a version attribute.
- isViewMetadataFaceletCached(URL) - Method in class jakarta.faces.view.facelets.FaceletCache
-
Determines whether a cached View Metadata Facelet instance exists for this URL.
- isVisible(Field) - Method in interface jakarta.json.bind.config.PropertyVisibilityStrategy
-
Responds whether the given field should be considered as the JsonbProperty.
- isVisible(Method) - Method in interface jakarta.json.bind.config.PropertyVisibilityStrategy
-
Responds whether the given method should be considered as the JsonbProperty.
- isVisitable(VisitContext) - Method in class jakarta.faces.component.UIComponent
-
Return
true
if this component should be visited,false
otherwise. - isVoid() - Method in interface jakarta.enterprise.lang.model.types.Type
-
Returns whether this type is the void pseudo-type.
- isWeak() - Method in class jakarta.ws.rs.core.EntityTag
-
Check the strength of an
EntityTag
. - isWildcardSubtype() - Method in class jakarta.ws.rs.core.MediaType
-
Checks if the subtype is a wildcard.
- isWildcardType() - Method in interface jakarta.enterprise.lang.model.types.Type
-
Returns whether this type is a wildcard type.
- isWildcardType() - Method in class jakarta.ws.rs.core.MediaType
-
Checks if the primary type is a wildcard.
- isWrapperFor(ServletRequest) - Method in class jakarta.servlet.ServletRequestWrapper
-
Checks (recursively) if this ServletRequestWrapper wraps the given
ServletRequest
instance. - isWrapperFor(ServletResponse) - Method in class jakarta.servlet.ServletResponseWrapper
-
Checks (recursively) if this ServletResponseWrapper wraps the given
ServletResponse
instance. - isWrapperFor(Class<?>) - Method in class jakarta.servlet.ServletRequestWrapper
-
Checks (recursively) if this ServletRequestWrapper wraps a
ServletRequest
of the given class type. - isWrapperFor(Class<?>) - Method in class jakarta.servlet.ServletResponseWrapper
-
Checks (recursively) if this ServletResponseWrapper wraps a
ServletResponse
of the given class type. - isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in interface jakarta.ws.rs.ext.MessageBodyWriter
-
Ascertain if the MessageBodyWriter supports a particular type.
- itemId - Variable in class jakarta.servlet.jsp.jstl.core.LoopTagSupport
-
Attribute-exposing control
- IterableDataModel<E> - Class in jakarta.faces.model
-
IterableDataModel is an implementation of
DataModel
that wraps anIterable
. - IterableDataModel() - Constructor for class jakarta.faces.model.IterableDataModel
-
Construct a new
IterableDataModel
with no specified wrapped data. - IterableDataModel(Iterable<E>) - Constructor for class jakarta.faces.model.IterableDataModel
-
Construct a new
IterableDataModel
wrapping the specified iterable. - iterableValue(String, Object) - Method in interface jakarta.validation.valueextraction.ValueExtractor.ValueReceiver
-
Receives the value extracted from an iterable object that is not indexed (e.g.
- iteratedExpression - Variable in class jakarta.servlet.jsp.jstl.core.IteratedValueExpression
- IteratedExpression - Class in jakarta.servlet.jsp.jstl.core
- IteratedExpression(ValueExpression, String) - Constructor for class jakarta.servlet.jsp.jstl.core.IteratedExpression
- IteratedValueExpression - Class in jakarta.servlet.jsp.jstl.core
- IteratedValueExpression(IteratedExpression, int) - Constructor for class jakarta.servlet.jsp.jstl.core.IteratedValueExpression
- IterationTag - Interface in jakarta.servlet.jsp.tagext
-
The IterationTag interface extends Tag by defining one additional method that controls the reevaluation of its body.
- iterator() - Method in class jakarta.faces.model.DataModel
-
Return a read-only
Iterator
over the row data for this model.
J
- jakarta.annotation - package jakarta.annotation
-
This package defines the common annotations.
- jakarta.annotation.security - package jakarta.annotation.security
-
This package contains the security common annotations.
- jakarta.annotation.sql - package jakarta.annotation.sql
- jakarta.decorator - package jakarta.decorator
-
Annotations relating to decorators.
- jakarta.ejb - package jakarta.ejb
-
Contains the Enterprise Bean classes and interfaces that define the contracts between the enterprise bean and its clients and between the enterprise bean and the enterprise bean container.
- jakarta.ejb.embeddable - package jakarta.ejb.embeddable
-
Defines the classes for the enterprise bean Embeddable API.
- jakarta.ejb.spi - package jakarta.ejb.spi
-
Defines interfaces that are implemented by the enterprise bean container.
- jakarta.el - package jakarta.el
-
Provides the API for Jakarta Expression Language 5.0
- jakarta.enterprise.concurrent - package jakarta.enterprise.concurrent
-
Classes and interfaces that make up the Jakarta Concurrency specification.
- jakarta.enterprise.concurrent.spi - package jakarta.enterprise.concurrent.spi
-
Interfaces for third-party providers of thread context to implement.
- jakarta.enterprise.context - package jakarta.enterprise.context
-
Annotations and interfaces relating to scopes and contexts.
- jakarta.enterprise.context.control - package jakarta.enterprise.context.control
- jakarta.enterprise.context.spi - package jakarta.enterprise.context.spi
-
The custom context SPI.
- jakarta.enterprise.event - package jakarta.enterprise.event
-
Annotations and interfaces relating to events.
- jakarta.enterprise.inject - package jakarta.enterprise.inject
- jakarta.enterprise.inject.build.compatible.spi - package jakarta.enterprise.inject.build.compatible.spi
-
The build compatible extension SPI.
- jakarta.enterprise.inject.literal - package jakarta.enterprise.inject.literal
- jakarta.enterprise.inject.se - package jakarta.enterprise.inject.se
- jakarta.enterprise.inject.spi - package jakarta.enterprise.inject.spi
-
The portable extension integration SPI.
- jakarta.enterprise.inject.spi.configurator - package jakarta.enterprise.inject.spi.configurator
- jakarta.enterprise.lang.model - package jakarta.enterprise.lang.model
-
The core interfaces of the language model that represent annotations and annotation targets.
- jakarta.enterprise.lang.model.declarations - package jakarta.enterprise.lang.model.declarations
-
Interfaces that represent declarations.
- jakarta.enterprise.lang.model.types - package jakarta.enterprise.lang.model.types
-
Interfaces that represent types.
- jakarta.enterprise.util - package jakarta.enterprise.util
-
Contains shared, general-purpose helper classes and annotations.
- jakarta.faces - package jakarta.faces
- jakarta.faces.annotation - package jakarta.faces.annotation
- jakarta.faces.application - package jakarta.faces.application
- jakarta.faces.component - package jakarta.faces.component
- jakarta.faces.component.behavior - package jakarta.faces.component.behavior
- jakarta.faces.component.html - package jakarta.faces.component.html
-
Specialized user interface component classes for HTML.
- jakarta.faces.component.search - package jakarta.faces.component.search
- jakarta.faces.component.visit - package jakarta.faces.component.visit
- jakarta.faces.context - package jakarta.faces.context
- jakarta.faces.convert - package jakarta.faces.convert
- jakarta.faces.el - package jakarta.faces.el
- jakarta.faces.event - package jakarta.faces.event
- jakarta.faces.flow - package jakarta.faces.flow
- jakarta.faces.flow.builder - package jakarta.faces.flow.builder
- jakarta.faces.lifecycle - package jakarta.faces.lifecycle
- jakarta.faces.model - package jakarta.faces.model
- jakarta.faces.push - package jakarta.faces.push
- jakarta.faces.render - package jakarta.faces.render
- jakarta.faces.validator - package jakarta.faces.validator
- jakarta.faces.view - package jakarta.faces.view
- jakarta.faces.view.facelets - package jakarta.faces.view.facelets
- jakarta.faces.webapp - package jakarta.faces.webapp
- jakarta.inject - package jakarta.inject
-
This package specifies a means for obtaining objects in such a way as to maximize reusability, testability and maintainability compared to traditional approaches such as constructors, factories, and service locators (e.g., JNDI). This process, known as dependency injection, is beneficial to most nontrivial applications.
- jakarta.interceptor - package jakarta.interceptor
-
Contains annotations and interfaces for defining interceptor methods and interceptor classes, and for binding interceptor classes to target classes.
- jakarta.json - package jakarta.json
-
Provides an object model API to process JSON.
- jakarta.json.bind - package jakarta.json.bind
-
Provides JSON Binding API, which enables binding Java objects from and to JSON documents.
- jakarta.json.bind.adapter - package jakarta.json.bind.adapter
-
Defines adapter related classes.
- jakarta.json.bind.annotation - package jakarta.json.bind.annotation
-
Defines annotations for customizing the mapping between Java program elements and JSON documents.
- jakarta.json.bind.config - package jakarta.json.bind.config
-
Defines strategies and policies for customizing the mapping between Java program elements and JSON documents.
- jakarta.json.bind.serializer - package jakarta.json.bind.serializer
-
Defines serializer depending classes.
- jakarta.json.bind.spi - package jakarta.json.bind.spi
-
Service Provider Interface (SPI) to plug in implementations of JSON Binding API
JsonbBuilder
objects. - jakarta.json.spi - package jakarta.json.spi
-
Service Provider Interface (SPI) to plug in implementations for JSON processing objects.
- jakarta.json.stream - package jakarta.json.stream
-
Provides a streaming API to parse and generate JSON.
- jakarta.persistence - package jakarta.persistence
-
Jakarta Persistence is the API for the management for persistence and object/relational mapping.
- jakarta.persistence.criteria - package jakarta.persistence.criteria
-
Jakarta Persistence Criteria API
- jakarta.persistence.metamodel - package jakarta.persistence.metamodel
-
Jakarta Persistence Metamodel API
- jakarta.persistence.spi - package jakarta.persistence.spi
-
SPI for Jakarta Persistence providers
- jakarta.security.auth.message - package jakarta.security.auth.message
-
This package defines the core interfaces of Jakarta Authentication.
- jakarta.security.auth.message.callback - package jakarta.security.auth.message.callback
-
This package defines callback interfaces that may be used by a pluggable authentication mechanisms (aka message authentication modules) to interact with the container (aka message processing runtime) that invoked the module.
- jakarta.security.auth.message.config - package jakarta.security.auth.message.config
-
This package defines the interfaces implemented by Jakarta Authentication compatible configuration systems.
- jakarta.security.auth.message.module - package jakarta.security.auth.message.module
-
This package defines the interfaces implemented by Jakarta Authentication compatible authentication mechanisms.
- jakarta.security.enterprise - package jakarta.security.enterprise
-
The main Jakarta Security package.
- jakarta.security.enterprise.authentication.mechanism.http - package jakarta.security.enterprise.authentication.mechanism.http
-
The HTTP authentication mechanism API package.
- jakarta.security.enterprise.authentication.mechanism.http.openid - package jakarta.security.enterprise.authentication.mechanism.http.openid
- jakarta.security.enterprise.credential - package jakarta.security.enterprise.credential
-
The Identity Store Credential API package.
- jakarta.security.enterprise.identitystore - package jakarta.security.enterprise.identitystore
-
The identity store API package.
- jakarta.security.enterprise.identitystore.openid - package jakarta.security.enterprise.identitystore.openid
- jakarta.servlet - package jakarta.servlet
-
The jakarta.servlet package contains a number of classes and interfaces that describe and define the contracts between a servlet class and the runtime environment provided for an instance of such a class by a conforming servlet container.
- jakarta.servlet.annotation - package jakarta.servlet.annotation
-
The jakarta.servlet.annotation package contains a number of annotations that allow users to use annotations to declare servlets, filters, listeners and specify the metadata for the declared component.
- jakarta.servlet.descriptor - package jakarta.servlet.descriptor
-
Provides programmatic access to a web application's configuration information that was aggregated from the
web.xml
andweb-fragment.xml
descriptors. - jakarta.servlet.http - package jakarta.servlet.http
-
The jakarta.servlet.http package contains a number of classes and interfaces that describe and define the contracts between a servlet class running under the HTTP protocol and the runtime environment provided for an instance of such a class by a conforming servlet container.
- jakarta.servlet.jsp - package jakarta.servlet.jsp
- jakarta.servlet.jsp.el - package jakarta.servlet.jsp.el
- jakarta.servlet.jsp.jstl.core - package jakarta.servlet.jsp.jstl.core
-
Classes and interfaces related to the core tag library component of the Jakarta Standard Tag Library.
- jakarta.servlet.jsp.jstl.fmt - package jakarta.servlet.jsp.jstl.fmt
-
Classes and interfaces related to the locale sensitive formatting tag library component of the Jakarta Standard Tag Library.
- jakarta.servlet.jsp.jstl.sql - package jakarta.servlet.jsp.jstl.sql
-
Classes and interfaces related to the sql tag library component of the Jakarta Standard Tag Library.
- jakarta.servlet.jsp.jstl.tlv - package jakarta.servlet.jsp.jstl.tlv
-
Reusable Tag Library Validator (TLV) classes provided by the Jakarta Standard Tag Library.
- jakarta.servlet.jsp.tagext - package jakarta.servlet.jsp.tagext
- jakarta.transaction - package jakarta.transaction
-
Provides the API that defines the contract between the transaction manager and the various parties involved in a distributed transaction namely : resource manager, application, and application server.
- jakarta.validation - package jakarta.validation
-
Top level package of the Jakarta Bean Validation API.
- jakarta.validation.bootstrap - package jakarta.validation.bootstrap
-
Package containing bootstrap specific objects.
- jakarta.validation.constraints - package jakarta.validation.constraints
-
Contains all the Jakarta Bean Validation provided constraints also called built-in constraints.
- jakarta.validation.constraintvalidation - package jakarta.validation.constraintvalidation
-
Package containing constructs specific to constraint validators.
- jakarta.validation.executable - package jakarta.validation.executable
-
Package related to the control and execution of executable validation.
- jakarta.validation.groups - package jakarta.validation.groups
-
A group defines a subset of constraints.
- jakarta.validation.metadata - package jakarta.validation.metadata
-
Package containing all objects specifically used and returned by the metadata API.
- jakarta.validation.spi - package jakarta.validation.spi
-
Package containing objects specific to the interaction between the Jakarta Bean Validation bootstrapping process and Jakarta Bean Validation providers.
- jakarta.validation.valueextraction - package jakarta.validation.valueextraction
-
Package containing objects dedicated to extract values to validate from containers.
- jakarta.websocket - package jakarta.websocket
-
This package contains all the Jakarta WebSocket APIs common to both the client and server side.
- jakarta.websocket.server - package jakarta.websocket.server
-
This package contains all the Jakarta WebSocket APIs used only by server side applications.
- jakarta.ws.rs - package jakarta.ws.rs
-
High-level interfaces and annotations used to create RESTful service resources.
- jakarta.ws.rs.client - package jakarta.ws.rs.client
-
The JAX-RS client API
- jakarta.ws.rs.container - package jakarta.ws.rs.container
-
Container-specific JAX-RS API.
- jakarta.ws.rs.core - package jakarta.ws.rs.core
-
Low-level interfaces and annotations used to create RESTful service resources.
- jakarta.ws.rs.ext - package jakarta.ws.rs.ext
-
APIs that provide extensions to the types supported by the JAX-RS API.
- jakarta.ws.rs.sse - package jakarta.ws.rs.sse
-
Server-Sent Events related API.
- JaxbAdapter() - Constructor for class jakarta.ws.rs.core.Link.JaxbAdapter
-
Deprecated.
- JaxbLink() - Constructor for class jakarta.ws.rs.core.Link.JaxbLink
-
Deprecated.Default constructor needed during unmarshalling.
- JaxbLink(URI) - Constructor for class jakarta.ws.rs.core.Link.JaxbLink
-
Deprecated.Construct an instance from a URI and no parameters.
- JaxbLink(URI, Map<QName, Object>) - Constructor for class jakarta.ws.rs.core.Link.JaxbLink
-
Deprecated.Construct an instance from a URI and some parameters.
- JAXRS_DEFAULT_CLIENT_BUILDER_PROPERTY - Static variable in class jakarta.ws.rs.client.ClientBuilder
-
Name of the property identifying the
ClientBuilder
implementation to be returned fromClientBuilder.newBuilder()
. - JAXRS_DEFAULT_SSE_BUILDER_PROPERTY - Static variable in class jakarta.ws.rs.sse.SseEventSource.Builder
-
Name of the property identifying the
SseEventSource.Builder
implementation to be returned fromSseEventSource.Builder.newBuilder()
. - JAXRS_RUNTIME_DELEGATE_PROPERTY - Static variable in class jakarta.ws.rs.ext.RuntimeDelegate
-
Name of the property identifying the
RuntimeDelegate
implementation to be returned fromRuntimeDelegate.getInstance()
. - join(CollectionAttribute<? super X, Y>) - Method in interface jakarta.persistence.criteria.From
-
Create an inner join to the specified Collection-valued attribute.
- join(CollectionAttribute<? super X, Y>, JoinType) - Method in interface jakarta.persistence.criteria.From
-
Create a join to the specified Collection-valued attribute using the given join type.
- join(ListAttribute<? super X, Y>) - Method in interface jakarta.persistence.criteria.From
-
Create an inner join to the specified List-valued attribute.
- join(ListAttribute<? super X, Y>, JoinType) - Method in interface jakarta.persistence.criteria.From
-
Create a join to the specified List-valued attribute using the given join type.
- join(MapAttribute<? super X, K, V>) - Method in interface jakarta.persistence.criteria.From
-
Create an inner join to the specified Map-valued attribute.
- join(MapAttribute<? super X, K, V>, JoinType) - Method in interface jakarta.persistence.criteria.From
-
Create a join to the specified Map-valued attribute using the given join type.
- join(SetAttribute<? super X, Y>) - Method in interface jakarta.persistence.criteria.From
-
Create an inner join to the specified Set-valued attribute.
- join(SetAttribute<? super X, Y>, JoinType) - Method in interface jakarta.persistence.criteria.From
-
Create a join to the specified Set-valued attribute using the given join type.
- join(SingularAttribute<? super X, Y>) - Method in interface jakarta.persistence.criteria.From
-
Create an inner join to the specified single-valued attribute.
- join(SingularAttribute<? super X, Y>, JoinType) - Method in interface jakarta.persistence.criteria.From
-
Create a join to the specified single-valued attribute using the given join type.
- join(String) - Method in interface jakarta.persistence.criteria.From
-
Create an inner join to the specified attribute.
- join(String, JoinType) - Method in interface jakarta.persistence.criteria.From
-
Create a join to the specified attribute using the given join type.
- Join<Z,X> - Interface in jakarta.persistence.criteria
-
A join to an entity, embeddable, or basic type.
- joinCollection(String) - Method in interface jakarta.persistence.criteria.From
-
Create an inner join to the specified Collection-valued attribute.
- joinCollection(String, JoinType) - Method in interface jakarta.persistence.criteria.From
-
Create a join to the specified Collection-valued attribute using the given join type.
- JoinColumn - Annotation Type in jakarta.persistence
-
Specifies a column for joining an entity association or element collection.
- joinColumns() - Method in annotation type jakarta.persistence.AssociationOverride
-
The join column(s) being mapped to the persistent attribute(s).
- joinColumns() - Method in annotation type jakarta.persistence.CollectionTable
-
(Optional) The foreign key columns of the collection table which reference the primary table of the entity.
- joinColumns() - Method in annotation type jakarta.persistence.JoinTable
-
(Optional) The foreign key columns of the join table which reference the primary table of the entity owning the association.
- JoinColumns - Annotation Type in jakarta.persistence
-
Specifies the mapping for composite foreign keys.
- JOINED - jakarta.persistence.InheritanceType
-
A strategy in which fields that are specific to a subclass are mapped to a separate table than the fields that are common to the parent class, and a join is performed to instantiate the subclass.
- joinList(String) - Method in interface jakarta.persistence.criteria.From
-
Create an inner join to the specified List-valued attribute.
- joinList(String, JoinType) - Method in interface jakarta.persistence.criteria.From
-
Create a join to the specified List-valued attribute using the given join type.
- joinMap(String) - Method in interface jakarta.persistence.criteria.From
-
Create an inner join to the specified Map-valued attribute.
- joinMap(String, JoinType) - Method in interface jakarta.persistence.criteria.From
-
Create a join to the specified Map-valued attribute using the given join type.
- joinSet(String) - Method in interface jakarta.persistence.criteria.From
-
Create an inner join to the specified Set-valued attribute.
- joinSet(String, JoinType) - Method in interface jakarta.persistence.criteria.From
-
Create a join to the specified Set-valued attribute using the given join type.
- joinTable() - Method in annotation type jakarta.persistence.AssociationOverride
-
The join table that maps the relationship.
- JoinTable - Annotation Type in jakarta.persistence
-
Specifies the mapping of associations.
- joinTransaction() - Method in interface jakarta.persistence.EntityManager
-
Indicate to the entity manager that a JTA transaction is active and join the persistence context to it.
- JoinType - Enum in jakarta.persistence.criteria
-
Defines the three types of joins.
- JSF_2_3 - jakarta.faces.annotation.FacesConfig.Version
-
Deprecated.This value indicates CDI should be used for Jakarta Expression Language resolution as well as enabling Jakarta Server Faces CDI injection, as specified in Section 5.6.3 "CDI for EL Resolution" and Section 5.9 "CDI Integration".
- JSF_SCRIPT_LIBRARY_NAME - Static variable in class jakarta.faces.application.ResourceHandler
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
ResourceHandler.FACES_SCRIPT_LIBRARY_NAME
instead. - JSF_SCRIPT_RESOURCE_NAME - Static variable in class jakarta.faces.application.ResourceHandler
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
ResourceHandler.FACES_SCRIPT_RESOURCE_NAME
instead. - json(T) - Static method in class jakarta.ws.rs.client.Entity
-
Create an "application/json" entity.
- Json - Class in jakarta.json
-
Factory class for creating JSON processing objects.
- JsonArray - Interface in jakarta.json
-
JsonArray
represents an immutable JSON array (an ordered sequence of zero or more values). - JsonArrayBuilder - Interface in jakarta.json
-
A builder for creating
JsonArray
models from scratch, and for modifying a existingJsonArray
. - Jsonb - Interface in jakarta.json.bind
-
Jsonb
provides an abstraction over the JSON Binding framework operations: - JsonbAdapter<Original,Adapted> - Interface in jakarta.json.bind.adapter
-
Allows to define custom mapping for given java type.
- JsonbAnnotation - Annotation Type in jakarta.json.bind.annotation
-
Marks any relevant JSON Binding annotations.
- JsonbBuilder - Interface in jakarta.json.bind
-
JsonbBuilder class provides the client's entry point to the JSON Binding API.
- JsonbConfig - Class in jakarta.json.bind
- JsonbConfig() - Constructor for class jakarta.json.bind.JsonbConfig
- JsonbCreator - Annotation Type in jakarta.json.bind.annotation
-
This annotation identifies the custom constructor or factory method to use when creating an instance of the associated class.
- JsonbDateFormat - Annotation Type in jakarta.json.bind.annotation
-
Annotation provides way how to set custom date format to field or JavaBean property.
- JsonbDeserializer<T> - Interface in jakarta.json.bind.serializer
-
Interface representing a custom deserializer for a given type.
- JsonbException - Exception in jakarta.json.bind
-
Root class for all JSON Binding exceptions.
- JsonbException(String) - Constructor for exception jakarta.json.bind.JsonbException
-
Constructs a new runtime exception with the specified detail message.
- JsonbException(String, Throwable) - Constructor for exception jakarta.json.bind.JsonbException
-
Constructs a new runtime exception with the specified detail message and cause.
- JsonbNillable - Annotation Type in jakarta.json.bind.annotation
-
Specifies how fields having null values are serialized into JSON.
- JsonbNumberFormat - Annotation Type in jakarta.json.bind.annotation
-
Annotation provides way how to set custom number format to field or JavaBean property.
- JsonbProperty - Annotation Type in jakarta.json.bind.annotation
-
Allows customization of field (or JavaBean property) name.This name is used either in serialization or in deserialization.
- JsonbPropertyOrder - Annotation Type in jakarta.json.bind.annotation
-
Specifies order in which properties are serialized.
- JsonbProvider - Class in jakarta.json.bind.spi
-
Service provider for JSON Binding implementations.
- JsonbProvider() - Constructor for class jakarta.json.bind.spi.JsonbProvider
-
Protected constructor.
- JsonbSerializer<T> - Interface in jakarta.json.bind.serializer
-
Interface representing a custom serializer for given type.
- JsonbSubtype - Annotation Type in jakarta.json.bind.annotation
-
Subtype is tightly bound to the
JsonbTypeInfo
. - JsonbTransient - Annotation Type in jakarta.json.bind.annotation
-
Prevents mapping of a Java Bean property, field or type to JSON representation.
- JsonbTypeAdapter - Annotation Type in jakarta.json.bind.annotation
-
Annotation provides way how to set custom JsonbAdapter to field or JavaBean property.
- JsonbTypeDeserializer - Annotation Type in jakarta.json.bind.annotation
-
Annotation provides way how to set custom JsonbDeserializer to field or JavaBean property.
- JsonbTypeInfo - Annotation Type in jakarta.json.bind.annotation
-
Configuration annotation of the type information handling.
- JsonbTypeSerializer - Annotation Type in jakarta.json.bind.annotation
-
Annotation provides way how to set custom JsonbSerializer to field or JavaBean property.
- JsonBuilderFactory - Interface in jakarta.json
-
Factory to create
JsonObjectBuilder
andJsonArrayBuilder
instances. - JsonbVisibility - Annotation Type in jakarta.json.bind.annotation
-
Annotation provides way how to customize visibility strategy of the JSON Binding.
- JsonCollectors - Class in jakarta.json.stream
-
This class contains some implementations of
java.util.stream.Collector
for accumulatingJsonValue
s intoJsonArray
andJsonObject
. - JsonConfig - Class in jakarta.json
-
This class contains the Json properties and values.
- JsonConfig.KeyStrategy - Enum in jakarta.json
-
Contains the different values allowed for
JsonConfig.KEY_STRATEGY
. - JsonException - Exception in jakarta.json
-
JsonException
indicates that some exception happened during JSON processing. - JsonException(String) - Constructor for exception jakarta.json.JsonException
-
Constructs a new runtime exception with the specified detail message.
- JsonException(String, Throwable) - Constructor for exception jakarta.json.JsonException
-
Constructs a new runtime exception with the specified detail message and cause.
- JsonGenerationException - Exception in jakarta.json.stream
-
JsonGenerationException
indicates an incorrect JSON is being generated. - JsonGenerationException(String) - Constructor for exception jakarta.json.stream.JsonGenerationException
-
Constructs a new runtime exception with the specified detail message.
- JsonGenerationException(String, Throwable) - Constructor for exception jakarta.json.stream.JsonGenerationException
-
Constructs a new runtime exception with the specified detail message and cause.
- JsonGenerator - Interface in jakarta.json.stream
-
Writes JSON data to an output source in a streaming way.
- JsonGeneratorFactory - Interface in jakarta.json.stream
-
Factory to create
JsonGenerator
instances. - JsonLocation - Interface in jakarta.json.stream
-
Provides the location information of a JSON event in an input source.
- JsonMergePatch - Interface in jakarta.json
-
This interface represents an implementation of a JSON Merge Patch as defined by RFC 7396.
- JsonNumber - Interface in jakarta.json
-
An immutable JSON number value.
- JsonObject - Interface in jakarta.json
-
JsonObject
class represents an immutable JSON object value (an unordered collection of zero or more name/value pairs). - JsonObjectBuilder - Interface in jakarta.json
-
A builder for creating
JsonObject
models from scratch. - JSONP_PROVIDER_FACTORY - Static variable in class jakarta.json.spi.JsonProvider
-
The name of the property that contains the name of the class capable of creating new JsonProvider objects.
- JsonParser - Interface in jakarta.json.stream
-
Provides forward, read-only access to JSON data in a streaming way.
- JsonParser.Event - Enum in jakarta.json.stream
-
An event from
JsonParser
. - JsonParserFactory - Interface in jakarta.json.stream
-
Factory for creating
JsonParser
instances. - JsonParsingException - Exception in jakarta.json.stream
-
JsonParsingException
is used when an incorrect JSON is being parsed. - JsonParsingException(String, JsonLocation) - Constructor for exception jakarta.json.stream.JsonParsingException
-
Constructs a new runtime exception with the specified detail message.
- JsonParsingException(String, Throwable, JsonLocation) - Constructor for exception jakarta.json.stream.JsonParsingException
-
Constructs a new runtime exception with the specified detail message and cause.
- JsonPatch - Interface in jakarta.json
-
This interface represents an immutable implementation of a JSON Patch as defined by RFC 6902.
- JsonPatch.Operation - Enum in jakarta.json
-
This enum represents the list of valid JSON Patch operations as defined by RFC 6902.
- JsonPatchBuilder - Interface in jakarta.json
-
A builder for constructing a JSON Patch as defined by RFC 6902 by adding JSON Patch operations incrementally.
- JsonPointer - Interface in jakarta.json
-
This interface represents an immutable implementation of a JSON Pointer as defined by RFC 6901.
- JsonProvider - Class in jakarta.json.spi
-
Service provider for JSON processing objects.
- JsonProvider() - Constructor for class jakarta.json.spi.JsonProvider
-
Default constructor.
- JsonReader - Interface in jakarta.json
- JsonReaderFactory - Interface in jakarta.json
-
Factory to create
JsonReader
instances. - JsonString - Interface in jakarta.json
-
An immutable JSON string value.
- JsonStructure - Interface in jakarta.json
- JsonValue - Interface in jakarta.json
-
JsonValue
represents an immutable JSON value. - JsonValue.ValueType - Enum in jakarta.json
-
Indicates the type of a
JsonValue
object. - JsonWriter - Interface in jakarta.json
- JsonWriterFactory - Interface in jakarta.json
-
Factory to create
JsonWriter
instances. - JspApplicationContext - Interface in jakarta.servlet.jsp
-
Stores application-scoped information relevant to JSP containers.
- JspConfigDescriptor - Interface in jakarta.servlet.descriptor
-
This interface provides access to the
<jsp-config>
related configuration of a web application. - JspContext - Class in jakarta.servlet.jsp
-
JspContext
serves as the base class for the PageContext class and abstracts all information that is not specific to servlets. - JspContext() - Constructor for class jakarta.servlet.jsp.JspContext
-
Sole constructor.
- jspDestroy() - Method in interface jakarta.servlet.jsp.JspPage
-
The jspDestroy() method is invoked when the JSP page is about to be destroyed.
- JspEngineInfo - Class in jakarta.servlet.jsp
-
The JspEngineInfo is an abstract class that provides information on the current JSP engine.
- JspEngineInfo() - Constructor for class jakarta.servlet.jsp.JspEngineInfo
-
Sole constructor.
- JspException - Exception in jakarta.servlet.jsp
-
A generic exception known to the JSP engine; uncaught JspExceptions will result in an invocation of the errorpage machinery.
- JspException() - Constructor for exception jakarta.servlet.jsp.JspException
-
Construct a JspException.
- JspException(String) - Constructor for exception jakarta.servlet.jsp.JspException
-
Constructs a new JSP exception with the specified message.
- JspException(String, Throwable) - Constructor for exception jakarta.servlet.jsp.JspException
-
Constructs a new
JspException
with the specified detail message and cause. - JspException(Throwable) - Constructor for exception jakarta.servlet.jsp.JspException
-
Constructs a new
JspException
with the specified cause. - JspFactory - Class in jakarta.servlet.jsp
-
The JspFactory is an abstract class that defines a number of factory methods available to a JSP page at runtime for the purposes of creating instances of various interfaces and classes used to support the JSP implementation.
- JspFactory() - Constructor for class jakarta.servlet.jsp.JspFactory
-
Sole constructor.
- JspFragment - Class in jakarta.servlet.jsp.tagext
-
Encapsulates a portion of JSP code in an object that can be invoked as many times as needed.
- JspFragment() - Constructor for class jakarta.servlet.jsp.tagext.JspFragment
- JspIdConsumer - Interface in jakarta.servlet.jsp.tagext
-
This interface indicates to the container that a tag handler wishes to be provided with a compiler generated ID.
- jspInit() - Method in interface jakarta.servlet.jsp.JspPage
-
The jspInit() method is invoked when the JSP page is initialized.
- JspPage - Interface in jakarta.servlet.jsp
-
The JspPage interface describes the generic interaction that a JSP Page Implementation class must satisfy; pages that use the HTTP protocol are described by the HttpJspPage interface.
- JspPropertyGroupDescriptor - Interface in jakarta.servlet.descriptor
-
This interface provides access to the
<jsp-property-group>
related configuration of a web application. - JspTag - Interface in jakarta.servlet.jsp.tagext
-
Serves as a base class for Tag and SimpleTag.
- JspTagException - Exception in jakarta.servlet.jsp
-
Exception to be used by a Tag Handler to indicate some unrecoverable error.
- JspTagException() - Constructor for exception jakarta.servlet.jsp.JspTagException
-
Constructs a new JspTagException with no message.
- JspTagException(String) - Constructor for exception jakarta.servlet.jsp.JspTagException
-
Constructs a new JspTagException with the specified message.
- JspTagException(String, Throwable) - Constructor for exception jakarta.servlet.jsp.JspTagException
-
Constructs a new JspTagException when the JSP Tag needs to throw an exception and include a message about the "root cause" exception that interfered with its normal operation, including a description message.
- JspTagException(Throwable) - Constructor for exception jakarta.servlet.jsp.JspTagException
-
Constructs a new JSP Tag exception when the JSP Tag needs to throw an exception and include a message about the "root cause" exception that interfered with its normal operation.
- jspversion - Variable in class jakarta.servlet.jsp.tagext.TagLibraryInfo
-
The version of the JSP specification this tag library is written to.
- JspWriter - Class in jakarta.servlet.jsp
-
The actions and template data in a JSP page is written using the JspWriter object that is referenced by the implicit variable out which is initialized automatically using methods in the PageContext object.
- JspWriter(int, boolean) - Constructor for class jakarta.servlet.jsp.JspWriter
-
Protected constructor.
- JTA - jakarta.persistence.spi.PersistenceUnitTransactionType
-
JTA entity managers will be created.
- JWKS_URI - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
- jwksConnectTimeout() - Method in annotation type jakarta.security.enterprise.authentication.mechanism.http.OpenIdAuthenticationMechanismDefinition
-
Optional.
- jwksConnectTimeoutExpression() - Method in annotation type jakarta.security.enterprise.authentication.mechanism.http.OpenIdAuthenticationMechanismDefinition
-
Optional.
- jwksReadTimeout() - Method in annotation type jakarta.security.enterprise.authentication.mechanism.http.OpenIdAuthenticationMechanismDefinition
-
Optional.
- jwksReadTimeoutExpression() - Method in annotation type jakarta.security.enterprise.authentication.mechanism.http.OpenIdAuthenticationMechanismDefinition
-
Optional.
- jwksURI() - Method in annotation type jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdProviderMetadata
-
Required.
- JwtClaims - Interface in jakarta.security.enterprise.identitystore.openid
-
Standard JWT claims.
K
- keep(String) - Method in class jakarta.faces.context.Flash
-
Causes a value stored with a previous call to
Flash.putNow(java.lang.String, java.lang.Object)
, its Jakarta Expression Language equivalent, or to the requestMap
, to be promoted to the flash so that is available on the next traversal through the lifecycle on this session. - keep(String) - Method in class jakarta.faces.context.FlashWrapper
-
The default behavior of this method is to call
Flash.keep(String)
on the wrappedFlash
object. - key() - Method in annotation type jakarta.json.bind.annotation.JsonbTypeInfo
-
Key used for keeping the type information (alias).
- key() - Method in interface jakarta.persistence.criteria.MapJoin
-
Create a path expression that corresponds to the map key.
- KEY_NAME - jakarta.json.stream.JsonParser.Event
-
Name in a name/value pair of a JSON object.
- KEY_STRATEGY - Static variable in class jakarta.json.JsonConfig
-
Configuration property to define the strategy for handling duplicate keys.
- keyedValue(String, Object, Object) - Method in interface jakarta.validation.valueextraction.ValueExtractor.ValueReceiver
-
Receives the value extracted from a keyed object (e.g.
- keys(M) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create an expression that returns the keys of a map.
- keySet() - Method in class jakarta.faces.context.FlashWrapper
-
The default behavior of this method is to call
Map.keySet()
on the wrappedFlash
object. - keySet() - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
- keyStore(KeyStore, char[]) - Method in class jakarta.ws.rs.client.ClientBuilder
-
Set the client-side key store.
- keyStore(KeyStore, String) - Method in class jakarta.ws.rs.client.ClientBuilder
-
Set the client-side key store.
- keySubgraph() - Method in annotation type jakarta.persistence.NamedAttributeNode
-
(Optional) If the attribute references a Map type, this element can be used to specify a subgraph for the Key in the case of an Entity key type.
- KEYWORD_PREFIX - Static variable in class jakarta.faces.component.search.SearchExpressionHandler
-
The prefix to identify a keyword.
- kind() - Method in interface jakarta.enterprise.lang.model.AnnotationMember
-
Returns the kind of this annotation member value.
- kind() - Method in interface jakarta.enterprise.lang.model.declarations.ClassInfo
- kind() - Method in interface jakarta.enterprise.lang.model.declarations.DeclarationInfo
-
Returns the kind of this declaration.
- kind() - Method in interface jakarta.enterprise.lang.model.declarations.FieldInfo
- kind() - Method in interface jakarta.enterprise.lang.model.declarations.MethodInfo
- kind() - Method in interface jakarta.enterprise.lang.model.declarations.PackageInfo
- kind() - Method in interface jakarta.enterprise.lang.model.declarations.ParameterInfo
- kind() - Method in interface jakarta.enterprise.lang.model.declarations.RecordComponentInfo
- kind() - Method in interface jakarta.enterprise.lang.model.types.ArrayType
- kind() - Method in interface jakarta.enterprise.lang.model.types.ClassType
- kind() - Method in interface jakarta.enterprise.lang.model.types.ParameterizedType
- kind() - Method in interface jakarta.enterprise.lang.model.types.PrimitiveType
- kind() - Method in interface jakarta.enterprise.lang.model.types.Type
-
Returns the kind of this type.
- kind() - Method in interface jakarta.enterprise.lang.model.types.TypeVariable
- kind() - Method in interface jakarta.enterprise.lang.model.types.VoidType
- kind() - Method in interface jakarta.enterprise.lang.model.types.WildcardType
L
- label - jakarta.faces.component.html.HtmlCommandButton.PropertyKeys
- label - jakarta.faces.component.html.HtmlInputFile.PropertyKeys
- label - jakarta.faces.component.html.HtmlInputSecret.PropertyKeys
- label - jakarta.faces.component.html.HtmlInputText.PropertyKeys
- label - jakarta.faces.component.html.HtmlInputTextarea.PropertyKeys
- label - jakarta.faces.component.html.HtmlSelectBooleanCheckbox.PropertyKeys
- label - jakarta.faces.component.html.HtmlSelectManyCheckbox.PropertyKeys
- label - jakarta.faces.component.html.HtmlSelectManyListbox.PropertyKeys
- label - jakarta.faces.component.html.HtmlSelectManyMenu.PropertyKeys
- label - jakarta.faces.component.html.HtmlSelectOneListbox.PropertyKeys
- label - jakarta.faces.component.html.HtmlSelectOneMenu.PropertyKeys
- label - jakarta.faces.component.html.HtmlSelectOneRadio.PropertyKeys
- LambdaExpression - Class in jakarta.el
-
Encapsulates a parameterized
ValueExpression
. - LambdaExpression(List<String>, ValueExpression) - Constructor for class jakarta.el.LambdaExpression
-
Creates a new LambdaExpression.
- lang - jakarta.faces.component.html.HtmlBody.PropertyKeys
- lang - jakarta.faces.component.html.HtmlCommandButton.PropertyKeys
- lang - jakarta.faces.component.html.HtmlCommandLink.PropertyKeys
- lang - jakarta.faces.component.html.HtmlDataTable.PropertyKeys
- lang - jakarta.faces.component.html.HtmlForm.PropertyKeys
- lang - jakarta.faces.component.html.HtmlGraphicImage.PropertyKeys
- lang - jakarta.faces.component.html.HtmlHead.PropertyKeys
- lang - jakarta.faces.component.html.HtmlInputFile.PropertyKeys
- lang - jakarta.faces.component.html.HtmlInputSecret.PropertyKeys
- lang - jakarta.faces.component.html.HtmlInputText.PropertyKeys
- lang - jakarta.faces.component.html.HtmlInputTextarea.PropertyKeys
- lang - jakarta.faces.component.html.HtmlMessage.PropertyKeys
- lang - jakarta.faces.component.html.HtmlMessages.PropertyKeys
- lang - jakarta.faces.component.html.HtmlOutcomeTargetButton.PropertyKeys
- lang - jakarta.faces.component.html.HtmlOutcomeTargetLink.PropertyKeys
- lang - jakarta.faces.component.html.HtmlOutputFormat.PropertyKeys
- lang - jakarta.faces.component.html.HtmlOutputLabel.PropertyKeys
- lang - jakarta.faces.component.html.HtmlOutputLink.PropertyKeys
- lang - jakarta.faces.component.html.HtmlOutputText.PropertyKeys
- lang - jakarta.faces.component.html.HtmlPanelGrid.PropertyKeys
- lang - jakarta.faces.component.html.HtmlSelectBooleanCheckbox.PropertyKeys
- lang - jakarta.faces.component.html.HtmlSelectManyCheckbox.PropertyKeys
- lang - jakarta.faces.component.html.HtmlSelectManyListbox.PropertyKeys
- lang - jakarta.faces.component.html.HtmlSelectManyMenu.PropertyKeys
- lang - jakarta.faces.component.html.HtmlSelectOneListbox.PropertyKeys
- lang - jakarta.faces.component.html.HtmlSelectOneMenu.PropertyKeys
- lang - jakarta.faces.component.html.HtmlSelectOneRadio.PropertyKeys
- language(String) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
-
Set the message entity language.
- language(Locale) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
-
Set the message entity language.
- languages(Locale...) - Static method in class jakarta.ws.rs.core.Variant
-
Create a
Variant.VariantListBuilder
initialized with a set of supported languages. - languages(Locale...) - Method in class jakarta.ws.rs.core.Variant.VariantListBuilder
-
Set the language(s) for this variant.
- largeIcon() - Method in annotation type jakarta.servlet.annotation.WebFilter
-
The large-icon of the filter
- largeIcon() - Method in annotation type jakarta.servlet.annotation.WebServlet
-
The large-icon of the servlet
- LAST - jakarta.json.JsonConfig.KeyStrategy
-
Configuration value that will take the value of the last match.
- LAST_EVENT_ID_HEADER - Static variable in interface jakarta.ws.rs.core.HttpHeaders
-
"Last-Event-ID"
HTTP request header name as defined by SSE specification. - LAST_MODIFIED - Static variable in interface jakarta.ws.rs.core.HttpHeaders
- LastExecution - Interface in jakarta.enterprise.concurrent
-
Contains information about the last execution of a task.
- lastModified(Date) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
-
Set the response entity last modification date.
- LAX - jakarta.ws.rs.core.NewCookie.SameSite
-
The
Lax
mode only allows to send cookies for cross-site top level navigation requests. - layout - jakarta.faces.component.html.HtmlMessages.PropertyKeys
- layout - jakarta.faces.component.html.HtmlPanelGroup.PropertyKeys
- layout - jakarta.faces.component.html.HtmlSelectManyCheckbox.PropertyKeys
- layout - jakarta.faces.component.html.HtmlSelectOneRadio.PropertyKeys
- LAZY - jakarta.persistence.FetchType
-
Defines that data can be lazily fetched.
- LdapIdentityStoreDefinition - Annotation Type in jakarta.security.enterprise.identitystore
-
Annotation used to define a container-provided
IdentityStore
that stores caller credentials and identity attributes (together caller identities) in an LDAP store, and make that implementation available as an enabled CDI bean. - LdapIdentityStoreDefinition.LdapSearchScope - Enum in jakarta.security.enterprise.identitystore
-
Enum representing LDAP search scope values.
- le(Expression<? extends Number>, Expression<? extends Number>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create a predicate for testing whether the first argument is less than or equal to the second.
- le(Expression<? extends Number>, Number) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create a predicate for testing whether the first argument is less than or equal to the second.
- LEADING - jakarta.persistence.criteria.CriteriaBuilder.Trimspec
-
Trim from leading end.
- least(Expression<X>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create an aggregate expression for finding the least of the values (strings, dates, etc).
- LEFT - jakarta.persistence.criteria.JoinType
-
Left outer join.
- LEGACY_DO_HEAD - Static variable in class jakarta.servlet.http.HttpServlet
-
Deprecated, for removal: This API element is subject to removal in a future version.may be removed in future releases
- length() - Method in annotation type jakarta.persistence.Column
-
(Optional) The column length.
- length() - Method in annotation type jakarta.persistence.DiscriminatorColumn
-
(Optional) The column length for String-based discriminator types.
- length() - Method in annotation type jakarta.persistence.MapKeyColumn
-
(Optional) The column length.
- length(Expression<String>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create expression to return length of a string.
- LENGTH_REQUIRED - jakarta.ws.rs.core.Response.Status
-
411 Length Required, see HTTP/1.1 documentation.
- LengthValidator - Class in jakarta.faces.validator
-
LengthValidator is a
Validator
that checks the number of characters in the String representation of the value of the associated component. - LengthValidator() - Constructor for class jakarta.faces.validator.LengthValidator
-
Construct a
Validator
with no preconfigured limits. - LengthValidator(int) - Constructor for class jakarta.faces.validator.LengthValidator
-
Construct a
Validator
with the specified preconfigured limit. - LengthValidator(int, int) - Constructor for class jakarta.faces.validator.LengthValidator
-
Construct a
Validator
with the specified preconfigured limits. - lessThan(Expression<? extends Y>, Expression<? extends Y>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create a predicate for testing whether the first argument is less than the second.
- lessThan(Expression<? extends Y>, Y) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create a predicate for testing whether the first argument is less than the second.
- lessThanOrEqualTo(Expression<? extends Y>, Expression<? extends Y>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create a predicate for testing whether the first argument is less than or equal to the second.
- lessThanOrEqualTo(Expression<? extends Y>, Y) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create a predicate for testing whether the first argument is less than or equal to the second.
- LEXICOGRAPHICAL - Static variable in class jakarta.json.bind.config.PropertyOrderStrategy
-
Using this strategy, the order of properties is lexicographical.
- library() - Method in annotation type jakarta.faces.application.ResourceDependency
-
The libraryName in which the resource pointed to by this
ResourceDependency
resides. - LIBRARY_AFTER - Static variable in class jakarta.interceptor.Interceptor.Priority
-
Start of range for late interceptors defined by extension libraries.
- LIBRARY_BEFORE - Static variable in class jakarta.interceptor.Interceptor.Priority
-
Start of range for early interceptors defined by extension libraries.
- libraryExists(String) - Method in class jakarta.faces.application.ResourceHandler
-
Return
true
if the resource library named by the argumentlibraryName
can be found. - libraryExists(String) - Method in class jakarta.faces.application.ResourceHandlerWrapper
-
The default behavior of this method is to call
ResourceHandler.libraryExists(String)
on the wrappedResourceHandler
object. - Lifecycle - Class in jakarta.faces.lifecycle
-
Lifecycle manages the processing of the entire lifecycle of a particular Jakarta Faces request.
- Lifecycle() - Constructor for class jakarta.faces.lifecycle.Lifecycle
- LIFECYCLE_FACTORY - Static variable in class jakarta.faces.FactoryFinder
-
The property name for the
LifecycleFactory
class name. - LIFECYCLE_ID_ATTR - Static variable in class jakarta.faces.webapp.FacesServlet
-
Context initialization parameter name for the lifecycle identifier of the
Lifecycle
instance to be utilized. - LifecycleFactory - Class in jakarta.faces.lifecycle
-
LifecycleFactory is a factory object that creates (if needed) and returns
Lifecycle
instances. - LifecycleFactory() - Constructor for class jakarta.faces.lifecycle.LifecycleFactory
-
Deprecated.Use the other constructor taking the implementation being wrapped.
- LifecycleFactory(LifecycleFactory) - Constructor for class jakarta.faces.lifecycle.LifecycleFactory
-
If this factory has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.
- LifecycleWrapper - Class in jakarta.faces.lifecycle
- LifecycleWrapper() - Constructor for class jakarta.faces.lifecycle.LifecycleWrapper
-
Deprecated.Use the other constructor taking the implementation being wrapped.
- LifecycleWrapper(Lifecycle) - Constructor for class jakarta.faces.lifecycle.LifecycleWrapper
-
If this lifecycle has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.
- like(Expression<String>, Expression<String>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create a predicate for testing whether the expression satisfies the given pattern.
- like(Expression<String>, Expression<String>, char) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create a predicate for testing whether the expression satisfies the given pattern.
- like(Expression<String>, Expression<String>, Expression<Character>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create a predicate for testing whether the expression satisfies the given pattern.
- like(Expression<String>, String) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create a predicate for testing whether the expression satisfies the given pattern.
- like(Expression<String>, String, char) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create a predicate for testing whether the expression satisfies the given pattern.
- like(Expression<String>, String, Expression<Character>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create a predicate for testing whether the expression satisfies the given pattern.
- link(Link) - Method in interface jakarta.ws.rs.core.Link.Builder
-
Initialize builder using another link.
- link(String) - Method in interface jakarta.ws.rs.core.Link.Builder
-
Initialize builder using another link represented as a string.
- link(String, String) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
-
Add a link header.
- link(URI, String) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
-
Add a link header.
- Link - Class in jakarta.ws.rs.core
-
Class representing hypermedia links.
- Link() - Constructor for class jakarta.ws.rs.core.Link
- LINK - Static variable in interface jakarta.ws.rs.core.HttpHeaders
- Link.Builder - Interface in jakarta.ws.rs.core
-
Builder class for hypermedia links.
- Link.JaxbAdapter - Class in jakarta.ws.rs.core
-
Deprecated.
- Link.JaxbLink - Class in jakarta.ws.rs.core
-
Deprecated.
- links(Link...) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
-
Add one or more link headers.
- LIST - jakarta.persistence.metamodel.PluralAttribute.CollectionType
-
List-valued attribute
- ListAttribute<X,E> - Interface in jakarta.persistence.metamodel
-
Instances of the type
ListAttribute
represent persistentjava.util.List
-valued attributes. - ListDataModel<E> - Class in jakarta.faces.model
-
ListDataModel is a convenience implementation of
DataModel
that wraps anList
of Java objects. - ListDataModel() - Constructor for class jakarta.faces.model.ListDataModel
-
Construct a new
ListDataModel
with no specified wrapped data. - ListDataModel(List<E>) - Constructor for class jakarta.faces.model.ListDataModel
-
Construct a new
ListDataModel
wrapping the specified list. - ListELResolver - Class in jakarta.el
-
Defines property resolution behavior on instances of
List
. - ListELResolver() - Constructor for class jakarta.el.ListELResolver
-
Creates a new read/write
ListELResolver
. - ListELResolver(boolean) - Constructor for class jakarta.el.ListELResolver
-
Creates a new
ListELResolver
whose read-only status is determined by the given parameter. - ListenerFor - Annotation Type in jakarta.faces.event
-
Classes tagged with this annotation are installed as listeners using the method
Application.subscribeToEvent(java.lang.Class<? extends jakarta.faces.event.SystemEvent>, java.lang.Class<?>, jakarta.faces.event.SystemEventListener)
orUIComponent.subscribeToEvent(java.lang.Class<? extends jakarta.faces.event.SystemEvent>, jakarta.faces.event.ComponentSystemEventListener)
(depending on the circumstances, described below). - ListenersFor - Annotation Type in jakarta.faces.event
-
Container annotation to specify multiple
ListenerFor
annotations on a single class. - ListJoin<Z,E> - Interface in jakarta.persistence.criteria
-
The
ListJoin
interface is the type of the result of joining to a collection over an association or element collection that has been specified as ajava.util.List
. - literal(T) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create an expression for a literal.
- Literal() - Constructor for class jakarta.enterprise.context.ApplicationScoped.Literal
- Literal() - Constructor for class jakarta.enterprise.context.ConversationScoped.Literal
- Literal() - Constructor for class jakarta.enterprise.context.Dependent.Literal
- Literal() - Constructor for class jakarta.enterprise.context.RequestScoped.Literal
- Literal() - Constructor for class jakarta.enterprise.context.SessionScoped.Literal
- Literal() - Constructor for class jakarta.enterprise.inject.Alternative.Literal
- Literal() - Constructor for class jakarta.enterprise.inject.Any.Literal
- Literal() - Constructor for class jakarta.enterprise.inject.Default.Literal
- Literal() - Constructor for class jakarta.enterprise.inject.Specializes.Literal
- Literal() - Constructor for class jakarta.enterprise.inject.TransientReference.Literal
- Literal() - Constructor for class jakarta.enterprise.inject.Vetoed.Literal
- Literal() - Constructor for class jakarta.enterprise.util.Nonbinding.Literal
- Literal() - Constructor for class jakarta.faces.annotation.ApplicationMap.Literal
- Literal() - Constructor for class jakarta.faces.annotation.FacesConfig.Literal
- Literal() - Constructor for class jakarta.faces.annotation.FlowMap.Literal
- Literal() - Constructor for class jakarta.faces.annotation.HeaderMap.Literal
- Literal() - Constructor for class jakarta.faces.annotation.HeaderValuesMap.Literal
- Literal() - Constructor for class jakarta.faces.annotation.InitParameterMap.Literal
- Literal() - Constructor for class jakarta.faces.annotation.RequestCookieMap.Literal
- Literal() - Constructor for class jakarta.faces.annotation.RequestMap.Literal
- Literal() - Constructor for class jakarta.faces.annotation.RequestParameterMap.Literal
- Literal() - Constructor for class jakarta.faces.annotation.RequestParameterValuesMap.Literal
- Literal() - Constructor for class jakarta.faces.annotation.SessionMap.Literal
- Literal() - Constructor for class jakarta.faces.annotation.ViewMap.Literal
- Literal() - Constructor for class jakarta.faces.event.WebsocketEvent.Closed.Literal
- Literal() - Constructor for class jakarta.faces.event.WebsocketEvent.Opened.Literal
- Literal() - Constructor for class jakarta.faces.flow.builder.FlowBuilderParameter.Literal
- Literal() - Constructor for class jakarta.faces.flow.builder.FlowDefinition.Literal
- Literal() - Constructor for class jakarta.security.enterprise.authentication.mechanism.http.AutoApplySession.Literal
- ln(Expression<? extends Number>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create an expression that returns the natural logarithm of its argument.
- LOADED - jakarta.persistence.spi.LoadState
-
The state of the element is known to have been loaded.
- loadOnStartup() - Method in annotation type jakarta.servlet.annotation.WebServlet
-
The load-on-startup order of the servlet
- LoadState - Enum in jakarta.persistence.spi
-
Load states returned by the
ProviderUtil
SPI methods. - Lob - Annotation Type in jakarta.persistence
-
Specifies that a persistent property or field should be persisted as a large object to a database-supported large object type.
- Local - Annotation Type in jakarta.ejb
-
Declares the local business interface(s) for a session bean.
- LOCAL_ELEMENT - jakarta.validation.metadata.Scope
-
Look for constraints declared on the current class element and ignore inheritance and elements with the same name in the class hierarchy.
- LocalBean - Annotation Type in jakarta.ejb
-
Designates that a session bean exposes a no-interface view.
- localDate() - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create expression to return current local date.
- localDateTime() - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create expression to return current local datetime.
- locale() - Method in annotation type jakarta.json.bind.annotation.JsonbDateFormat
-
Custom
Locale
to use. - locale() - Method in annotation type jakarta.json.bind.annotation.JsonbNumberFormat
-
Custom
Locale
to use. - LOCALE - Static variable in class jakarta.json.bind.JsonbConfig
-
Property used to specify locale globally.
- LOCALE - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
- LOCALE_PREFIX - Static variable in class jakarta.faces.application.ResourceHandler
-
The name of a key within the application message bundle named by the return from
Application.getMessageBundle()
whose value is the locale prefix used to find a packaged resource to return fromResourceHandler.createResource(java.lang.String)
(or one of its variants). - LocaleSupport - Class in jakarta.servlet.jsp.jstl.fmt
-
Class which exposes the locale-determination logic for resource bundles through convenience methods.
- LocaleSupport() - Constructor for class jakarta.servlet.jsp.jstl.fmt.LocaleSupport
- LocalHome - Annotation Type in jakarta.ejb
-
Declares the local home or adapted local home interface for a session bean.
- LocalizationContext - Class in jakarta.servlet.jsp.jstl.fmt
-
Class representing an I18N localization context.
- LocalizationContext() - Constructor for class jakarta.servlet.jsp.jstl.fmt.LocalizationContext
-
Constructs an empty I18N localization context.
- LocalizationContext(ResourceBundle) - Constructor for class jakarta.servlet.jsp.jstl.fmt.LocalizationContext
-
Constructs an I18N localization context from the given resource bundle.
- LocalizationContext(ResourceBundle, Locale) - Constructor for class jakarta.servlet.jsp.jstl.fmt.LocalizationContext
-
Constructs an I18N localization context from the given resource bundle and locale.
- localTime() - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create expression to return current local time.
- locate(Expression<String>, Expression<String>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create expression to locate the position of one string within another, returning position of first character if found.
- locate(Expression<String>, Expression<String>, Expression<Integer>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create expression to locate the position of one string within another, returning position of first character if found.
- locate(Expression<String>, String) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create expression to locate the position of one string within another, returning position of first character if found.
- locate(Expression<String>, String, int) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create expression to locate the position of one string within another, returning position of first character if found.
- location() - Method in annotation type jakarta.servlet.annotation.MultipartConfig
-
The directory location where files will be stored
- location(URI) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
-
Set the location.
- Location - Class in jakarta.faces.view
-
An object that represents the Location of a tag or attribute of a tag in a View Declaration Language file.
- Location(String, int, int) - Constructor for class jakarta.faces.view.Location
- LOCATION - Static variable in interface jakarta.ws.rs.core.HttpHeaders
- lock(Object, LockModeType) - Method in interface jakarta.persistence.EntityManager
-
Lock an entity instance that is contained in the persistence context with the specified lock mode type.
- lock(Object, LockModeType, Map<String, Object>) - Method in interface jakarta.persistence.EntityManager
-
Lock an entity instance that is contained in the persistence context with the specified lock mode type and with specified properties.
- Lock - Annotation Type in jakarta.ejb
-
Declares a concurrency lock for a singleton session bean with container managed concurrency.
- lockMode() - Method in annotation type jakarta.persistence.NamedQuery
-
(Optional) The lock mode type to use in query execution.
- LockModeType - Enum in jakarta.persistence
-
Lock modes can be specified by means of passing a
LockModeType
argument to one of theEntityManager
methods that take locks (lock
,find
, orrefresh
) or to theQuery.setLockMode()
orTypedQuery.setLockMode()
method. - LockTimeoutException - Exception in jakarta.persistence
-
Thrown by the persistence provider when an pessimistic locking conflict occurs that does not result in transaction rollback.
- LockTimeoutException() - Constructor for exception jakarta.persistence.LockTimeoutException
-
Constructs a new
LockTimeoutException
exception withnull
as its detail message. - LockTimeoutException(Object) - Constructor for exception jakarta.persistence.LockTimeoutException
-
Constructs a new
LockTimeoutException
exception with the specified object. - LockTimeoutException(String) - Constructor for exception jakarta.persistence.LockTimeoutException
-
Constructs a new
LockTimeoutException
exception with the specified detail message. - LockTimeoutException(String, Throwable) - Constructor for exception jakarta.persistence.LockTimeoutException
-
Constructs a new
LockTimeoutException
exception with the specified detail message and cause. - LockTimeoutException(String, Throwable, Object) - Constructor for exception jakarta.persistence.LockTimeoutException
-
Constructs a new
LockTimeoutException
exception with the specified detail message, cause, and entity. - LockTimeoutException(Throwable) - Constructor for exception jakarta.persistence.LockTimeoutException
-
Constructs a new
LockTimeoutException
exception with the specified cause. - LockType - Enum in jakarta.ejb
-
Concurrency lock type for singleton beans with container-managed concurrency.
- log(String) - Method in class jakarta.faces.context.ExternalContext
-
Log the specified message to the application object.
- log(String) - Method in class jakarta.faces.context.ExternalContextWrapper
-
The default behavior of this method is to call
ExternalContext.log(String)
on the wrappedExternalContext
object. - log(String) - Method in class jakarta.servlet.GenericServlet
-
Writes the specified message to a servlet log file, prepended by the servlet's name.
- log(String) - Method in interface jakarta.servlet.ServletContext
-
Writes the specified message to a servlet log file, usually an event log.
- log(String, Throwable) - Method in class jakarta.faces.context.ExternalContext
-
Log the specified message and exception to the application object.
- log(String, Throwable) - Method in class jakarta.faces.context.ExternalContextWrapper
-
The default behavior of this method is to call
ExternalContext.log(String, Throwable)
on the wrappedExternalContext
object. - log(String, Throwable) - Method in class jakarta.servlet.GenericServlet
-
Writes an explanatory message and a stack trace for a given
Throwable
exception to the servlet log file, prepended by the servlet's name. - log(String, Throwable) - Method in interface jakarta.servlet.ServletContext
-
Writes an explanatory message and a stack trace for a given
Throwable
exception to the servlet log file. - login(String, String) - Method in interface jakarta.servlet.http.HttpServletRequest
-
Validate the provided username and password in the password validation realm used by the web container login mechanism configured for the
ServletContext
. - login(String, String) - Method in class jakarta.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to call login on the wrapped request object.
- LOGIN - jakarta.security.enterprise.authentication.mechanism.http.openid.PromptType
-
The Authorization Server SHOULD prompt the End-User for reauthentication.
- LOGIN_HINT - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
- loginPage() - Method in class jakarta.security.enterprise.authentication.mechanism.http.LoginToContinue.Literal
- loginPage() - Method in annotation type jakarta.security.enterprise.authentication.mechanism.http.LoginToContinue
-
The resource (page) a caller should get to see in case the originally requested resource requires authentication, and the caller is currently not authenticated.
- loginTimeout() - Method in annotation type jakarta.annotation.sql.DataSourceDefinition
-
Sets the maximum time in seconds that this data source will wait while attempting to connect to a database.
- loginToContinue() - Method in annotation type jakarta.security.enterprise.authentication.mechanism.http.CustomFormAuthenticationMechanismDefinition
- loginToContinue() - Method in annotation type jakarta.security.enterprise.authentication.mechanism.http.FormAuthenticationMechanismDefinition
- LoginToContinue - Annotation Type in jakarta.security.enterprise.authentication.mechanism.http
-
The
LoginToContinue
annotation provides an application the ability to declaratively add login to continue functionality to an authentication mechanism. - LoginToContinue.Literal - Class in jakarta.security.enterprise.authentication.mechanism.http
-
Supports inline instantiation of the LoginToContinue annotation.
- logout() - Method in annotation type jakarta.security.enterprise.authentication.mechanism.http.OpenIdAuthenticationMechanismDefinition
-
Optional.
- logout() - Method in interface jakarta.servlet.http.HttpServletRequest
-
Establish
null
as the value returned whengetUserPrincipal
,getRemoteUser
, andgetAuthType
is called on the request. - logout() - Method in class jakarta.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to call login on the wrapped request object.
- LogoutDefinition - Annotation Type in jakarta.security.enterprise.authentication.mechanism.http.openid
-
LogoutDefinition
annotation defines logout and RP session management configuration in openid connect client. - LONG - jakarta.enterprise.lang.model.AnnotationMember.Kind
-
A primitive
long
value. - LONG - jakarta.enterprise.lang.model.types.PrimitiveType.PrimitiveKind
- LONG_ID - Static variable in class jakarta.faces.convert.LongConverter
-
The message identifier of the
FacesMessage
to be created if the conversion toLong
fails. - LongConverter - Class in jakarta.faces.convert
-
Converter
implementation forjava.lang.Long
(and long primitive) values. - LongConverter() - Constructor for class jakarta.faces.convert.LongConverter
- longdesc - jakarta.faces.component.html.HtmlGraphicImage.PropertyKeys
- LongRangeValidator - Class in jakarta.faces.validator
-
LongRangeValidator is a
Validator
that checks the value of the corresponding component against specified minimum and maximum values. - LongRangeValidator() - Constructor for class jakarta.faces.validator.LongRangeValidator
-
Construct a
Validator
with no preconfigured limits. - LongRangeValidator(long) - Constructor for class jakarta.faces.validator.LongRangeValidator
-
Construct a
Validator
with the specified preconfigured limit. - LongRangeValidator(long, long) - Constructor for class jakarta.faces.validator.LongRangeValidator
-
Construct a
Validator
with the specified preconfigured limits. - LONGRUNNING_HINT - Static variable in interface jakarta.enterprise.concurrent.ManagedTask
-
Execution property to be returned in
ManagedTask.getExecutionProperties()
orContextService.createContextualProxy()
to provide hint about whether the task could take a long time to complete. - longValue() - Method in interface jakarta.json.JsonNumber
-
Returns this JSON number as a
long
. - longValueExact() - Method in interface jakarta.json.JsonNumber
-
Returns this JSON number as a
long
. - lookingAt(Scope) - Method in interface jakarta.validation.metadata.ElementDescriptor.ConstraintFinder
-
Restricts to the constraints matching the provided scope for this element.
- lookup() - Method in annotation type jakarta.annotation.Resource
-
The name of the resource that the reference points to.
- lookup() - Method in annotation type jakarta.ejb.EJB
-
A portable lookup string containing the JNDI name for the target enterprise bean component.
- lookup(String) - Method in interface jakarta.ejb.EJBContext
-
Lookup a resource within the
java:
namespace. - LoopTag - Interface in jakarta.servlet.jsp.jstl.core
-
The Jakarta Standard Tag Library allows developers to write custom iteration tags by implementing the LoopTag interface.
- LoopTagStatus - Interface in jakarta.servlet.jsp.jstl.core
-
Exposes the current status of an iteration.
- LoopTagSupport - Class in jakarta.servlet.jsp.jstl.core
-
Base support class to facilitate implementation of iteration tags.
- LoopTagSupport() - Constructor for class jakarta.servlet.jsp.jstl.core.LoopTagSupport
-
Constructs a new LoopTagSupport.
- lower(Expression<String>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create expression for converting a string to lowercase.
- LOWER_CASE_WITH_DASHES - Static variable in interface jakarta.json.bind.config.PropertyNamingStrategy
-
Using this strategy, the property name is transformed to lower case with dashes.
- LOWER_CASE_WITH_UNDERSCORES - Static variable in interface jakarta.json.bind.config.PropertyNamingStrategy
-
Using this strategy, the property name is transformed to lower case with underscores.
- lowerBound() - Method in interface jakarta.enterprise.lang.model.types.WildcardType
-
Returns the lower bound of this wildcard type.
- lt(Expression<? extends Number>, Expression<? extends Number>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create a predicate for testing whether the first argument is less than the second.
- lt(Expression<? extends Number>, Number) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create a predicate for testing whether the first argument is less than the second.
M
- MAC - jakarta.security.enterprise.identitystore.openid.AccessToken.Type
- ManageableThread - Interface in jakarta.enterprise.concurrent
-
Interface to be implemented by the Jakarta™ EE product providers on threads that are created by calling
ThreadFactory.newThread(java.lang.Runnable)
. - managed() - Method in class jakarta.faces.component.behavior.FacesBehavior.Literal
- managed() - Method in annotation type jakarta.faces.component.behavior.FacesBehavior
-
The value of this annotation attribute is taken to be an indicator that flags whether or not the given converter is a CDI managed converter.
- managed() - Method in class jakarta.faces.convert.FacesConverter.Literal
- managed() - Method in annotation type jakarta.faces.convert.FacesConverter
-
The value of this annotation attribute is taken to be an indicator that flags whether or not the given converter is a CDI managed converter.
- managed() - Method in class jakarta.faces.validator.FacesValidator.Literal
- managed() - Method in annotation type jakarta.faces.validator.FacesValidator
-
The value of this annotation attribute is taken to be an indicator that flags whether or not the given converter is a CDI managed converter.
- ManagedBean - Annotation Type in jakarta.annotation
-
Deprecated.This will be removed post Jakarta EE 10 and should be replaced with CDI beans
- ManagedExecutorDefinition - Annotation Type in jakarta.enterprise.concurrent
-
Defines a
ManagedExecutorService
to be registered in JNDI by the container under the JNDI name that is specified in theManagedExecutorDefinition.name()
attribute. - ManagedExecutorDefinition.List - Annotation Type in jakarta.enterprise.concurrent
-
Enables multiple
ManagedExecutorDefinition
annotations on the same type. - ManagedExecutors - Class in jakarta.enterprise.concurrent
-
Utility methods for classes defined in this package.
- ManagedExecutorService - Interface in jakarta.enterprise.concurrent
-
A manageable version of a
ExecutorService
. - ManagedProperty - Annotation Type in jakarta.faces.annotation
-
The presence of this annotation (along with
@Inject
) on a field of any type causes the value returned from evaluating an expression language expression to be injected as the value of that field. - ManagedProperty.Literal - Class in jakarta.faces.annotation
-
Supports inline instantiation of the
ManagedProperty
qualifier. - ManagedScheduledExecutorDefinition - Annotation Type in jakarta.enterprise.concurrent
-
Defines a
ManagedScheduledExecutorService
to be registered in JNDI by the container under the JNDI name that is specified in theManagedScheduledExecutorDefinition.name()
attribute. - ManagedScheduledExecutorDefinition.List - Annotation Type in jakarta.enterprise.concurrent
-
Enables multiple
ManagedScheduledExecutorDefinition
annotations on the same type. - ManagedScheduledExecutorService - Interface in jakarta.enterprise.concurrent
-
A manageable version of a
ScheduledExecutorService
. - managedTask(Runnable, ManagedTaskListener) - Static method in class jakarta.enterprise.concurrent.ManagedExecutors
-
Returns a
Runnable
object that also implementsManagedTask
interface so it can receive notification of lifecycle events with the providedManagedTaskListener
when the task is submitted to aManagedExecutorService
or aManagedScheduledExecutorService
. - managedTask(Runnable, Map<String, String>, ManagedTaskListener) - Static method in class jakarta.enterprise.concurrent.ManagedExecutors
-
Returns a
Runnable
object that also implementsManagedTask
interface so it can receive notification of lifecycle events with the providedManagedTaskListener
and to provide additional execution properties when the task is submitted to aManagedExecutorService
or aManagedScheduledExecutorService
. - managedTask(Callable<V>, ManagedTaskListener) - Static method in class jakarta.enterprise.concurrent.ManagedExecutors
-
Returns a
Callable
object that also implementsManagedTask
interface so it can receive notification of lifecycle events with the providedManagedTaskListener
when the task is submitted to aManagedExecutorService
or aManagedScheduledExecutorService
. - managedTask(Callable<V>, Map<String, String>, ManagedTaskListener) - Static method in class jakarta.enterprise.concurrent.ManagedExecutors
-
Returns a
Callable
object that also implementsManagedTask
interface so it can receive notification of lifecycle events with the providedManagedTaskListener
and to provide additional execution properties when the task is submitted to aManagedExecutorService
or aManagedScheduledExecutorService
. - ManagedTask - Interface in jakarta.enterprise.concurrent
-
A task submitted to an
ManagedExecutorService
orManagedScheduledExecutorService
can optionally implement this interface to provide identifying information about the task, to provide aManagedTaskListener
to get notification of lifecycle events of the task, or to provide additional execution properties. - ManagedTaskListener - Interface in jakarta.enterprise.concurrent
-
A ManagedTaskListener is used to monitor the state of a task's Future.
- ManagedThreadFactory - Interface in jakarta.enterprise.concurrent
-
A manageable version of a
ThreadFactory
. - ManagedThreadFactoryDefinition - Annotation Type in jakarta.enterprise.concurrent
-
Defines a
ManagedThreadFactory
to be registered in JNDI by the container under the JNDI name that is specified in theManagedThreadFactoryDefinition.name()
attribute. - ManagedThreadFactoryDefinition.List - Annotation Type in jakarta.enterprise.concurrent
-
Enables multiple
ManagedThreadFactoryDefinition
annotations on the same type. - managedType(Class<X>) - Method in interface jakarta.persistence.metamodel.Metamodel
-
Return the metamodel managed type representing the entity, mapped superclass, or embeddable class.
- ManagedType<X> - Interface in jakarta.persistence.metamodel
-
Instances of the type
ManagedType
represent entity, mapped superclass, and embeddable types. - MANDATORY - jakarta.ejb.TransactionAttributeType
-
If a client invokes the enterprise bean's method while the client is associated with a transaction context, the container invokes the enterprise bean's method in the client's transaction context.
- MANDATORY - jakarta.transaction.Transactional.TxType
-
If called outside a transaction context, a TransactionalException with a nested TransactionRequiredException must be thrown.
- MANDATORY - jakarta.ws.rs.SeBootstrap.Configuration.SSLClientAuthentication
-
Client authentication is performed, and invalid clients are rejected.
- MANY_TO_MANY - jakarta.persistence.metamodel.Attribute.PersistentAttributeType
-
Many-to-many association
- MANY_TO_ONE - jakarta.persistence.metamodel.Attribute.PersistentAttributeType
-
Many-to-one association
- ManyToMany - Annotation Type in jakarta.persistence
-
Specifies a many-valued association with many-to-many multiplicity.
- ManyToOne - Annotation Type in jakarta.persistence
-
Specifies a single-valued association to another entity class that has many-to-one multiplicity.
- MAP - jakarta.persistence.metamodel.PluralAttribute.CollectionType
-
Map-valued attribute
- MapAttribute<X,K,V> - Interface in jakarta.persistence.metamodel
-
Instances of the type
MapAttribute
represent persistentjava.util.Map
-valued attributes. - MapELResolver - Class in jakarta.el
-
Defines property resolution behavior on instances of
Map
. - MapELResolver() - Constructor for class jakarta.el.MapELResolver
-
Creates a new read/write
MapELResolver
. - MapELResolver(boolean) - Constructor for class jakarta.el.MapELResolver
-
Creates a new
MapELResolver
whose read-only status is determined by the given parameter. - mapFunction(String, String, Method) - Method in class jakarta.el.ELManager
-
Maps a static method to Jakarta Expression Language function.
- mapFunction(String, String, Method) - Method in class jakarta.el.FunctionMapper
-
Adds a static method that can be used as a function.
- MapJoin<Z,K,V> - Interface in jakarta.persistence.criteria
-
The
MapJoin
interface is the type of the result of joining to a collection over an association or element collection that has been specified as ajava.util.Map
. - MapKey - Annotation Type in jakarta.persistence
-
Specifies the map key for associations of type
java.util.Map
when the map key is itself the primary key or a persistent field or property of the entity that is the value of the map. - MapKeyClass - Annotation Type in jakarta.persistence
-
Specifies the type of the map key for associations of type
java.util.Map
. - MapKeyColumn - Annotation Type in jakarta.persistence
-
Specifies the mapping for the key column of a map whose map key is a basic type.
- MapKeyEnumerated - Annotation Type in jakarta.persistence
-
Specifies the enum type for a map key whose basic type is an enumerated type.
- MapKeyJoinColumn - Annotation Type in jakarta.persistence
-
Specifies a mapping to an entity that is a map key.
- MapKeyJoinColumns - Annotation Type in jakarta.persistence
-
Supports composite map keys that reference entities.
- MapKeyTemporal - Annotation Type in jakarta.persistence
- MAPPED_SUPERCLASS - jakarta.persistence.metamodel.Type.PersistenceType
-
Mapped superclass
- mappedBy() - Method in annotation type jakarta.persistence.ManyToMany
-
The field that owns the relationship.
- mappedBy() - Method in annotation type jakarta.persistence.OneToMany
-
The field that owns the relationship.
- mappedBy() - Method in annotation type jakarta.persistence.OneToOne
-
(Optional) The field that owns the relationship.
- mappedName() - Method in annotation type jakarta.annotation.Resource
-
A product-specific name that this resource should be mapped to.
- mappedName() - Method in annotation type jakarta.ejb.EJB
-
The product specific name of the enterprise bean component to which this enterprise bean reference should be mapped.
- mappedName() - Method in annotation type jakarta.ejb.MessageDriven
-
A product specific name(e.g.
- mappedName() - Method in annotation type jakarta.ejb.Singleton
-
A product specific name(for example, global JNDI name) that this session bean should be mapped to.
- mappedName() - Method in annotation type jakarta.ejb.Stateful
-
A product specific name(e.g.
- mappedName() - Method in annotation type jakarta.ejb.Stateless
-
A product specific name(e.g.
- MappedSuperclass - Annotation Type in jakarta.persistence
-
Designates a class whose mapping information is applied to the entities that inherit from it.
- MappedSuperclassType<X> - Interface in jakarta.persistence.metamodel
-
Instances of the type
MappedSuperclassType
represent mapped superclass types. - MappingMatch - Enum in jakarta.servlet.http
-
Enumeration of Servlet mapping types.
- MapsId - Annotation Type in jakarta.persistence
-
Designates a
ManyToOne
orOneToOne
relationship attribute that provides the mapping for anEmbeddedId
primary key, an attribute within anEmbeddedId
primary key, or a simple primary key of the parent entity. - markAsStartNode() - Method in class jakarta.faces.flow.builder.FlowCallBuilder
- markAsStartNode() - Method in class jakarta.faces.flow.builder.MethodCallBuilder
- markAsStartNode() - Method in interface jakarta.faces.flow.builder.NodeBuilder
-
Mark this node as the start node in the flow.
- markAsStartNode() - Method in class jakarta.faces.flow.builder.ReturnBuilder
- markAsStartNode() - Method in class jakarta.faces.flow.builder.SwitchBuilder
- markAsStartNode() - Method in class jakarta.faces.flow.builder.ViewBuilder
- markInitialState() - Method in class jakarta.faces.component.behavior.BehaviorBase
-
Implementation of
PartialStateHolder.markInitialState()
. - markInitialState() - Method in interface jakarta.faces.component.PartialStateHolder
-
The runtime must ensure that the
PartialStateHolder.markInitialState()
method is called on each instance of this interface in the view at the appropriate time to indicate the component is in its initial state. - markInitialState() - Method in class jakarta.faces.component.UIComponent
-
An implementation of
PartialStateHolder.markInitialState()
, this method is called by the runtime to indicate that the instance should start tracking changes to its state. - markInitialState() - Method in class jakarta.faces.component.UIComponentBase
-
For each of the attached objects on this instance that implement
PartialStateHolder
, callPartialStateHolder.markInitialState()
on the attached object. - markInitialState() - Method in class jakarta.faces.component.UIData
-
Override the base class method to take special action if the method is being invoked when
StateManager.IS_BUILDING_INITIAL_STATE
is true and therowStatePreserved
JavaBeans property for this instance istrue
. - markInitialState() - Method in class jakarta.faces.component.UIInput
-
In addition to the actions taken in
UIOutput
whenPartialStateHolder.markInitialState()
is called, check if any of the installedValidator
s are PartialStateHolders and if so, callPartialStateHolder.markInitialState()
as appropriate. - markInitialState() - Method in class jakarta.faces.component.UIOutput
-
In addition to the actions taken in
UIComponentBase
whenPartialStateHolder.markInitialState()
is called, check if the installedConverter
is a PartialStateHolder and if it is, callPartialStateHolder.markInitialState()
on it. - markInitialState() - Method in class jakarta.faces.convert.DateTimeConverter
- markInitialState() - Method in class jakarta.faces.convert.EnumConverter
- markInitialState() - Method in class jakarta.faces.convert.NumberConverter
- markInitialState() - Method in class jakarta.faces.validator.BeanValidator
- markInitialState() - Method in class jakarta.faces.validator.DoubleRangeValidator
- markInitialState() - Method in class jakarta.faces.validator.LengthValidator
- markInitialState() - Method in class jakarta.faces.validator.LongRangeValidator
- markInitialState() - Method in class jakarta.faces.validator.RegexValidator
- markResourceRendered(FacesContext, String, String) - Method in class jakarta.faces.application.ResourceHandler
-
Mark the resource as identified by given resource and library name as rendered.
- markResourceRendered(FacesContext, String, String) - Method in class jakarta.faces.application.ResourceHandlerWrapper
-
The default behavior of this method is to call
ResourceHandler.markResourceRendered(FacesContext, String, String)
on the wrappedResourceHandler
object. - marshal(Link) - Method in class jakarta.ws.rs.core.Link.JaxbAdapter
-
Deprecated.Convert a
Link
into aLink.JaxbLink
. - MATCH_EXCEPTION_MESSAGE_ID - Static variable in class jakarta.faces.validator.RegexValidator
-
The message identifier of the
FacesMessage
to be created if the act of matching the value against the pattern returned fromRegexValidator.getPattern()
fails because of aPatternSyntaxException
. - matrixParam(String, Object...) - Method in interface jakarta.ws.rs.client.WebTarget
-
Create a new
WebTarget
instance by appending a matrix parameter to the existing set of matrix parameters of the current final segment of the URI of the current target instance. - matrixParam(String, Object...) - Method in class jakarta.ws.rs.core.UriBuilder
-
Append a matrix parameter to the existing set of matrix parameters of the current final segment of the URI path.
- MatrixParam - Annotation Type in jakarta.ws.rs
-
Binds the value(s) of a URI matrix parameter to a resource method parameter, resource class field, or resource class bean property.
- max() - Method in annotation type jakarta.validation.constraints.Size
- max(Expression<N>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create an aggregate expression applying the numerical max operation.
- Max - Annotation Type in jakarta.validation.constraints
-
The annotated element must be a number whose value must be lower or equal to the specified maximum.
- MAX_AGE - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
- Max.List - Annotation Type in jakarta.validation.constraints
-
Defines several
Max
annotations on the same element. - maxAge(int) - Method in class jakarta.ws.rs.core.NewCookie.AbstractNewCookieBuilder
-
Set the maximum age of the the cookie in seconds.
- maxAsync() - Method in annotation type jakarta.enterprise.concurrent.ManagedExecutorDefinition
-
Upper bound on contextual tasks and actions that this executor will simultaneously execute asynchronously.
- maxAsync() - Method in annotation type jakarta.enterprise.concurrent.ManagedScheduledExecutorDefinition
-
Upper bound on contextual tasks and actions that this executor will simultaneously execute asynchronously.
- maxFileSize() - Method in annotation type jakarta.servlet.annotation.MultipartConfig
-
The maximum size allowed for uploaded files.
- maxIdleTime() - Method in annotation type jakarta.annotation.sql.DataSourceDefinition
-
The number of seconds that a physical connection should remain unused in the pool before the connection is closed for a connection pool.
- MAXIMUM_MESSAGE_ID - Static variable in class jakarta.faces.validator.DoubleRangeValidator
-
The message identifier of the
FacesMessage
to be created if the maximum value check fails. - MAXIMUM_MESSAGE_ID - Static variable in class jakarta.faces.validator.LengthValidator
-
The message identifier of the
FacesMessage
to be created if the maximum length check fails. - MAXIMUM_MESSAGE_ID - Static variable in class jakarta.faces.validator.LongRangeValidator
-
The message identifier of the
FacesMessage
to be created if the maximum value check fails. - maxlength - jakarta.faces.component.html.HtmlInputFile.PropertyKeys
-
Deprecated, for removal: This API element is subject to removal in a future version.
- maxlength - jakarta.faces.component.html.HtmlInputSecret.PropertyKeys
- maxlength - jakarta.faces.component.html.HtmlInputText.PropertyKeys
- maxMessageSize() - Method in annotation type jakarta.websocket.OnMessage
-
Specifies the maximum size of message in bytes that the method this annotates will be able to process, or -1 to indicate that there is no maximum.
- maxPoolSize() - Method in annotation type jakarta.annotation.sql.DataSourceDefinition
-
Maximum number of connections that should be concurrently allocated for a connection pool.
- maxRequestSize() - Method in annotation type jakarta.servlet.annotation.MultipartConfig
-
The maximum size allowed for multipart/form-data requests
- maxResults() - Method in annotation type jakarta.security.enterprise.identitystore.LdapIdentityStoreDefinition
-
Set the maximum number of results (objects) the server should return in response to a search.
- maxResultsExpression() - Method in annotation type jakarta.security.enterprise.identitystore.LdapIdentityStoreDefinition
-
Allow maxResults to be specified as Jakarta Expression Language expression.
- maxStatements() - Method in annotation type jakarta.annotation.sql.DataSourceDefinition
-
The total number of statements that a connection pool should keep open.
- MEDIA_TYPE_WILDCARD - Static variable in class jakarta.ws.rs.core.MediaType
-
The value of a type or subtype wildcard "*".
- mediaType(MediaType) - Method in interface jakarta.ws.rs.core.EntityPart.Builder
-
Sets the media type for the EntityPart.
- mediaType(MediaType) - Method in interface jakarta.ws.rs.sse.OutboundSseEvent.Builder
-
Set the
media type
of the event data. - mediaType(String) - Method in interface jakarta.ws.rs.core.EntityPart.Builder
-
Convenience method for setting the media type for the EntityPart.
- MediaType - Class in jakarta.ws.rs.core
-
An abstraction for a media type.
- MediaType() - Constructor for class jakarta.ws.rs.core.MediaType
-
Creates a new instance of
MediaType
, both type and subtype are wildcards. - MediaType(String, String) - Constructor for class jakarta.ws.rs.core.MediaType
-
Creates a new instance of
MediaType
with the supplied type and subtype. - MediaType(String, String, String) - Constructor for class jakarta.ws.rs.core.MediaType
-
Creates a new instance of
MediaType
with the supplied type, subtype and "charset" parameter. - MediaType(String, String, Map<String, String>) - Constructor for class jakarta.ws.rs.core.MediaType
-
Creates a new instance of
MediaType
with the supplied type, subtype and parameters. - mediaTypes(MediaType...) - Static method in class jakarta.ws.rs.core.Variant
-
Create a
Variant.VariantListBuilder
initialized with a set of supported media types. - mediaTypes(MediaType...) - Method in class jakarta.ws.rs.core.Variant.VariantListBuilder
-
Set the media type(s) for this variant.
- member(String) - Method in interface jakarta.enterprise.lang.model.AnnotationInfo
-
Returns the value of this annotation's member with given
name
. - member(String, boolean) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds a boolean-valued annotation member with given
name
. - member(String, boolean[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds a boolean array-valued annotation member with given
name
. - member(String, byte) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds a byte-valued annotation member with given
name
. - member(String, byte[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds a byte array-valued annotation member with given
name
. - member(String, char) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds a char-valued annotation member with given
name
. - member(String, char[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds a char array-valued annotation member with given
name
. - member(String, double) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds a double-valued annotation member with given
name
. - member(String, double[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds a double array-valued annotation member with given
name
. - member(String, float) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds a float-valued annotation member with given
name
. - member(String, float[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds a float array-valued annotation member with given
name
. - member(String, int) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds an int-valued annotation member with given
name
. - member(String, int[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds an int array-valued annotation member with given
name
. - member(String, long) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds a long-valued annotation member with given
name
. - member(String, long[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds a long array-valued annotation member with given
name
. - member(String, short) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds a short-valued annotation member with given
name
. - member(String, short[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds a short array-valued annotation member with given
name
. - member(String, AnnotationInfo) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds an annotation-valued annotation member with given
name
. - member(String, AnnotationInfo[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds an annotation array-valued annotation member with given
name
. - member(String, AnnotationMember) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds an annotation member with given
name
, whose value is givenvalue
. - member(String, ClassInfo) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds a class-valued annotation member with given
name
. - member(String, ClassInfo[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds a class array-valued annotation member with given
name
. - member(String, ClassInfo, String) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds an enum-valued annotation member with given
name
. - member(String, ClassInfo, String[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds an enum array-valued annotation member with given
name
. - member(String, Type) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds a class-valued annotation member with given
name
. - member(String, Type[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds a class array-valued annotation member with given
name
. - member(String, Annotation) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds an annotation-valued annotation member with given
name
. - member(String, Annotation[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds an annotation array-valued annotation member with given
name
. - member(String, Class<?>) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds a class-valued annotation member with given
name
. - member(String, Class<?>[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds a class array-valued annotation member with given
name
. - member(String, Class<? extends Enum<?>>, String) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds an enum-valued annotation member with given
name
. - member(String, Class<? extends Enum<?>>, String[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds an enum array-valued annotation member with given
name
. - member(String, Enum<?>) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds an enum-valued annotation member with given
name
. - member(String, Enum<?>[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds an enum array-valued annotation member with given
name
. - member(String, String) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds a String-valued annotation member with given
name
. - member(String, String[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds a String array-valued annotation member with given
name
. - members() - Method in interface jakarta.enterprise.lang.model.AnnotationInfo
-
Returns all members of this annotation as a map, where the key is the member name and the value is the member value.
- merge(T) - Method in interface jakarta.persistence.EntityManager
-
Merge the state of the given entity into the current persistence context.
- MERGE - jakarta.persistence.CascadeType
-
Cascade merge operation
- message() - Method in annotation type jakarta.validation.constraints.AssertFalse
- message() - Method in annotation type jakarta.validation.constraints.AssertTrue
- message() - Method in annotation type jakarta.validation.constraints.DecimalMax
- message() - Method in annotation type jakarta.validation.constraints.DecimalMin
- message() - Method in annotation type jakarta.validation.constraints.Digits
- message() - Method in annotation type jakarta.validation.constraints.Email
- message() - Method in annotation type jakarta.validation.constraints.Future
- message() - Method in annotation type jakarta.validation.constraints.FutureOrPresent
- message() - Method in annotation type jakarta.validation.constraints.Max
- message() - Method in annotation type jakarta.validation.constraints.Min
- message() - Method in annotation type jakarta.validation.constraints.Negative
- message() - Method in annotation type jakarta.validation.constraints.NegativeOrZero
- message() - Method in annotation type jakarta.validation.constraints.NotBlank
- message() - Method in annotation type jakarta.validation.constraints.NotEmpty
- message() - Method in annotation type jakarta.validation.constraints.NotNull
- message() - Method in annotation type jakarta.validation.constraints.Null
- message() - Method in annotation type jakarta.validation.constraints.Past
- message() - Method in annotation type jakarta.validation.constraints.PastOrPresent
- message() - Method in annotation type jakarta.validation.constraints.Pattern
- message() - Method in annotation type jakarta.validation.constraints.Positive
- message() - Method in annotation type jakarta.validation.constraints.PositiveOrZero
- message() - Method in annotation type jakarta.validation.constraints.Size
- MESSAGE_ID - Static variable in class jakarta.faces.validator.BeanValidator
-
The message identifier of the
FacesMessage
to be created if a constraint failure is found. - MessageBodyReader<T> - Interface in jakarta.ws.rs.ext
-
Contract for a provider that supports the conversion of a stream to a Java type.
- MessageBodyWriter<T> - Interface in jakarta.ws.rs.ext
-
Contract for a provider that supports the conversion of a Java type to a stream.
- MessageDriven - Annotation Type in jakarta.ejb
-
Component-defining annotation for a message driven bean.
- MessageDrivenBean - Interface in jakarta.ejb
-
The MessageDrivenBean interface defines methods that the enterprise bean container uses to notify a message driven bean instance of the instance's life cycle events.
- MessageDrivenContext - Interface in jakarta.ejb
-
The MessageDrivenContext interface provides access to the runtime message-driven context that the container provides for a message-driven bean instance.
- MessageHandler - Interface in jakarta.websocket
-
Developers implement MessageHandlers in order to receive incoming messages during a web socket conversation.
- MessageHandler.Partial<T> - Interface in jakarta.websocket
-
This kind of handler is notified by the implementation as it becomes ready to deliver parts of a whole message.
- MessageHandler.Whole<T> - Interface in jakarta.websocket
-
This kind of handler is notified by the container on arrival of a complete message.
- MessageInfo - Interface in jakarta.security.auth.message
-
A container (message processing runtime) uses this interface to pass messages and message processing state to authentication contexts for processing by authentication mechanisms (modules).
- messageInterpolator(MessageInterpolator) - Method in interface jakarta.validation.Configuration
-
Defines the message interpolator used.
- messageInterpolator(MessageInterpolator) - Method in interface jakarta.validation.ValidatorContext
-
Defines the message interpolator implementation used by the
Validator
. - MessageInterpolator - Interface in jakarta.validation
-
Interpolates a given constraint violation message.
- MessageInterpolator.Context - Interface in jakarta.validation
-
Information related to the interpolation context.
- messageListenerInterface() - Method in annotation type jakarta.ejb.MessageDriven
-
Message-listener interface.
- MessagePolicy - Class in jakarta.security.auth.message
-
This class defines a message authentication policy.
- MessagePolicy(MessagePolicy.TargetPolicy[], boolean) - Constructor for class jakarta.security.auth.message.MessagePolicy
-
Create a MessagePolicy instance with an array of target policies.
- MessagePolicy.ProtectionPolicy - Interface in jakarta.security.auth.message
-
This interface is used to represent message authentication policy.
- MessagePolicy.Target - Interface in jakarta.security.auth.message
-
This interface is used to represent and perform message targeting.
- MessagePolicy.TargetPolicy - Class in jakarta.security.auth.message
-
This class defines the message protection policies for specific Targets.
- Messages - Interface in jakarta.enterprise.inject.build.compatible.spi
-
Allows logging and producing errors during build compatible extension execution.
- MetaAnnotations - Interface in jakarta.enterprise.inject.build.compatible.spi
-
Allows registering custom CDI meta-annotations: qualifiers, interceptor bindings, stereotypes, and scopes.
- Metadata - Class in jakarta.faces.view.facelets
-
There are concrete subclasses within the implementation that map concepts in the Facelet VDL page to Jakarta Server Faces Java API calls the appropriate instances.
- Metadata() - Constructor for class jakarta.faces.view.facelets.Metadata
- METADATA_FACET_NAME - Static variable in class jakarta.faces.component.UIViewRoot
-
The key in the facet collection that contains the meta data of the view root.
- MetadataTarget - Class in jakarta.faces.view.facelets
- MetadataTarget() - Constructor for class jakarta.faces.view.facelets.MetadataTarget
- Metamodel - Interface in jakarta.persistence.metamodel
-
Provides access to the metamodel of persistent entities in the persistence unit.
- MetaRule - Class in jakarta.faces.view.facelets
-
The root class of the abstraction that dictates how attributes on a markup element in a Facelets VDL page are wired to the Jakarta Faces API object instance associated with that element.
- MetaRule() - Constructor for class jakarta.faces.view.facelets.MetaRule
- MetaRuleset - Class in jakarta.faces.view.facelets
-
A mutable set of rules to be used in auto-wiring state to a particular object instance.
- MetaRuleset() - Constructor for class jakarta.faces.view.facelets.MetaRuleset
- MetaTagHandler - Class in jakarta.faces.view.facelets
-
Every kind of markup element in Facelets VDL that has attributes that need to take action on a Jakarta Faces Java API artifact is associated with an instance of this class.
- MetaTagHandler(TagConfig) - Constructor for class jakarta.faces.view.facelets.MetaTagHandler
-
Constructor.
- method(String) - Method in interface jakarta.servlet.http.PushBuilder
-
Set the method to be used for the push.
- method(String) - Method in interface jakarta.ws.rs.client.AsyncInvoker
-
Invoke an arbitrary method for the current request asynchronously.
- method(String) - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
- method(String) - Method in interface jakarta.ws.rs.client.RxInvoker
-
Invoke an arbitrary method for the current request.
- method(String) - Method in interface jakarta.ws.rs.client.SyncInvoker
-
Invoke an arbitrary method for the current request synchronously.
- method(String, Entity<?>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
-
Invoke an arbitrary method for the current request asynchronously.
- method(String, Entity<?>) - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
- method(String, Entity<?>) - Method in interface jakarta.ws.rs.client.RxInvoker
-
Invoke an arbitrary method for the current request.
- method(String, Entity<?>) - Method in interface jakarta.ws.rs.client.SyncInvoker
-
Invoke an arbitrary method for the current request synchronously.
- method(String, Entity<?>, InvocationCallback<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
-
Invoke an arbitrary method for the current request asynchronously.
- method(String, Entity<?>, GenericType<R>) - Method in interface jakarta.ws.rs.client.RxInvoker
-
Invoke an arbitrary method for the current request.
- method(String, Entity<?>, GenericType<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
-
Invoke an arbitrary method for the current request asynchronously.
- method(String, Entity<?>, GenericType<T>) - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
- method(String, Entity<?>, GenericType<T>) - Method in interface jakarta.ws.rs.client.SyncInvoker
-
Invoke an arbitrary method for the current request synchronously.
- method(String, Entity<?>, Class<R>) - Method in interface jakarta.ws.rs.client.RxInvoker
-
Invoke an arbitrary method for the current request.
- method(String, Entity<?>, Class<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
-
Invoke an arbitrary method for the current request asynchronously.
- method(String, Entity<?>, Class<T>) - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
- method(String, Entity<?>, Class<T>) - Method in interface jakarta.ws.rs.client.SyncInvoker
-
Invoke an arbitrary method for the current request synchronously.
- method(String, InvocationCallback<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
-
Invoke an arbitrary method for the current request asynchronously.
- method(String, GenericType<R>) - Method in interface jakarta.ws.rs.client.RxInvoker
-
Invoke an arbitrary method for the current request.
- method(String, GenericType<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
-
Invoke an arbitrary method for the current request asynchronously.
- method(String, GenericType<T>) - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
- method(String, GenericType<T>) - Method in interface jakarta.ws.rs.client.SyncInvoker
-
Invoke an arbitrary method for the current request synchronously.
- method(String, Class<R>) - Method in interface jakarta.ws.rs.client.RxInvoker
-
Invoke an arbitrary method for the current request.
- method(String, Class<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
-
Invoke an arbitrary method for the current request asynchronously.
- method(String, Class<T>) - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
- method(String, Class<T>) - Method in interface jakarta.ws.rs.client.SyncInvoker
-
Invoke an arbitrary method for the current request synchronously.
- METHOD - jakarta.enterprise.lang.model.declarations.DeclarationInfo.Kind
- METHOD - jakarta.validation.ElementKind
-
A method.
- METHOD_NOT_ALLOWED - jakarta.ws.rs.core.Response.Status
-
405 Method Not Allowed, see HTTP/1.1 documentation.
- MethodCallBuilder - Class in jakarta.faces.flow.builder
-
Create a method call node in the current
Flow
. - MethodCallBuilder() - Constructor for class jakarta.faces.flow.builder.MethodCallBuilder
- methodCallNode(String) - Method in class jakarta.faces.flow.builder.FlowBuilder
-
Define a method call node.
- MethodCallNode - Class in jakarta.faces.flow
-
Represents a method call node in the flow graph.
- MethodCallNode() - Constructor for class jakarta.faces.flow.MethodCallNode
- MethodConfig - Interface in jakarta.enterprise.inject.build.compatible.spi
-
Allows adding annotations to and removing annotations from a method.
- MethodDescriptor - Interface in jakarta.validation.metadata
-
Describes a validated method.
- MethodExpression - Class in jakarta.el
-
An
Expression
that refers to a method on an object. - MethodExpression() - Constructor for class jakarta.el.MethodExpression
- MethodExpressionActionListener - Class in jakarta.faces.event
- MethodExpressionActionListener() - Constructor for class jakarta.faces.event.MethodExpressionActionListener
- MethodExpressionActionListener(MethodExpression) - Constructor for class jakarta.faces.event.MethodExpressionActionListener
-
Construct a
ValueChangeListener
that contains aMethodExpression
. - MethodExpressionActionListener(MethodExpression, MethodExpression) - Constructor for class jakarta.faces.event.MethodExpressionActionListener
- MethodExpressionValidator - Class in jakarta.faces.validator
-
MethodExpressionValidator is a
Validator
that wraps aMethodExpression
, and it performs validation by executing a method on an object identified by theMethodExpression
. - MethodExpressionValidator() - Constructor for class jakarta.faces.validator.MethodExpressionValidator
- MethodExpressionValidator(MethodExpression) - Constructor for class jakarta.faces.validator.MethodExpressionValidator
-
Construct a
Validator
that contains aMethodExpression
. - MethodExpressionValueChangeListener - Class in jakarta.faces.event
- MethodExpressionValueChangeListener() - Constructor for class jakarta.faces.event.MethodExpressionValueChangeListener
- MethodExpressionValueChangeListener(MethodExpression) - Constructor for class jakarta.faces.event.MethodExpressionValueChangeListener
-
Construct a
ValueChangeListener
that contains aMethodExpression
.To accommodate method expression targets that take no arguments instead of taking aValueChangeEvent
argument, the implementation of this class must take the argumentmethodExpressionOneArg
, extract its expression string, and create anotherMethodExpression
whose expected param types match those of a zero argument method. - MethodExpressionValueChangeListener(MethodExpression, MethodExpression) - Constructor for class jakarta.faces.event.MethodExpressionValueChangeListener
-
Construct a
ValueChangeListener
that contains aMethodExpression
. - MethodInfo - Class in jakarta.el
-
Holds information about a method that a
MethodExpression
evaluated to. - MethodInfo - Interface in jakarta.enterprise.lang.model.declarations
-
A method or a constructor, declared in some class.
- MethodInfo(String, Class<?>, Class<?>[]) - Constructor for class jakarta.el.MethodInfo
-
Creates a new instance of
MethodInfo
with the given information. - MethodNotFoundException - Exception in jakarta.el
-
Thrown when a method could not be found while evaluating a
MethodExpression
. - MethodNotFoundException() - Constructor for exception jakarta.el.MethodNotFoundException
-
Creates a
MethodNotFoundException
with no detail message. - MethodNotFoundException(String) - Constructor for exception jakarta.el.MethodNotFoundException
-
Creates a
MethodNotFoundException
with the provided detail message. - MethodNotFoundException(String, Throwable) - Constructor for exception jakarta.el.MethodNotFoundException
-
Creates a
MethodNotFoundException
with the given detail message and root cause. - MethodNotFoundException(Throwable) - Constructor for exception jakarta.el.MethodNotFoundException
-
Creates a
MethodNotFoundException
with the given root cause. - MethodReference - Class in jakarta.el
-
Provides information about the method to which a method expression resolves.
- MethodReference(Object, MethodInfo, Annotation[], Object[]) - Constructor for class jakarta.el.MethodReference
- methods() - Method in interface jakarta.enterprise.inject.build.compatible.spi.ClassConfig
-
Returns a collection of
MethodConfig
objects for each method of this class, as defined byClassInfo.methods
. - methods() - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedTypeConfigurator
- methods() - Method in interface jakarta.enterprise.lang.model.declarations.ClassInfo
-
Returns a collection of methods declared or implicitly declared in this class and all its superclasses up to and excluding
java.lang.Object
, as well as all direct and indirect superinterfaces. - MethodType - Enum in jakarta.validation.metadata
-
Represents the type of a method: getter or non getter.
- MIDDLE_NAME - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
- min() - Method in annotation type jakarta.validation.constraints.Size
- min(Expression<N>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create an aggregate expression applying the numerical min operation.
- Min - Annotation Type in jakarta.validation.constraints
-
The annotated element must be a number whose value must be higher or equal to the specified minimum.
- Min.List - Annotation Type in jakarta.validation.constraints
-
Defines several
Min
annotations on the same element. - MINIMUM_MESSAGE_ID - Static variable in class jakarta.faces.validator.DoubleRangeValidator
-
The message identifier of the
FacesMessage
to be created if the minimum value check fails. - MINIMUM_MESSAGE_ID - Static variable in class jakarta.faces.validator.LengthValidator
-
The message identifier of the
FacesMessage
to be created if the minimum length check fails. - MINIMUM_MESSAGE_ID - Static variable in class jakarta.faces.validator.LongRangeValidator
-
The message identifier of the
FacesMessage
to be created if the minimum value check fails. - minPoolSize() - Method in annotation type jakarta.annotation.sql.DataSourceDefinition
-
Minimum number of connections that should be allocated for a connection pool.
- minute() - Method in annotation type jakarta.ejb.Schedule
-
Specifies one or more minutes with an hour.
- minute(int) - Method in class jakarta.ejb.ScheduleExpression
-
Set the minute attribute.
- minute(String) - Method in class jakarta.ejb.ScheduleExpression
-
Set the minute attribute.
- minutes(int...) - Method in class jakarta.enterprise.concurrent.CronTrigger
-
Configure the minutes cron field, overwriting any previous value for minutes.
- minutes(String) - Method in class jakarta.enterprise.concurrent.CronTrigger
-
Configure the minutes cron field, overwriting any previous value for minutes.
- mod(Expression<Integer>, Expression<Integer>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create an expression that returns the modulus (remainder under integer division) of its arguments.
- mod(Expression<Integer>, Integer) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create an expression that returns the modulus (remainder under integer division) of its arguments.
- mod(Integer, Expression<Integer>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create an expression that returns the modulus (remainder under integer division) of its arguments.
- mode() - Method in annotation type jakarta.persistence.StoredProcedureParameter
-
Specifies whether the parameter is an IN, INOUT, OUT, or REF_CURSOR parameter.
- Model - Annotation Type in jakarta.enterprise.inject
-
The built-in stereotype intended for use with beans that define the model layer of an MVC web application architecture such as JSF.
- modifiers() - Method in interface jakarta.enterprise.lang.model.declarations.ClassInfo
-
Returns the modifiers of this class as an
int
. - modifiers() - Method in interface jakarta.enterprise.lang.model.declarations.FieldInfo
-
Returns the modifiers of this field as an
int
. - modifiers() - Method in interface jakarta.enterprise.lang.model.declarations.MethodInfo
-
Returns the modifiers of this method as an
int
. - modifyHandshake(ServerEndpointConfig, HandshakeRequest, HandshakeResponse) - Method in class jakarta.websocket.server.ServerEndpointConfig.Configurator
-
Called by the container after it has formulated a handshake response resulting from a well-formed handshake request.
- MODULES - Static variable in class jakarta.ejb.embeddable.EJBContainer
-
Standard property name for specifying the set of modules to be initialized.
- month() - Method in annotation type jakarta.ejb.Schedule
-
Specifies one or more months within a year.
- month(int) - Method in class jakarta.ejb.ScheduleExpression
-
Set the month attribute.
- month(String) - Method in class jakarta.ejb.ScheduleExpression
-
Set the month attribute.
- months(String) - Method in class jakarta.enterprise.concurrent.CronTrigger
-
Configure the months cron field, overwriting any previous value for months.
- months(Month...) - Method in class jakarta.enterprise.concurrent.CronTrigger
-
Configure the month cron field, overwriting any previous value for month.
- move(String, String) - Method in interface jakarta.json.JsonPatchBuilder
-
Adds a "move" JSON Patch operation.
- MOVE - jakarta.json.JsonPatch.Operation
-
"move" operation.
- MOVED_PERMANENTLY - jakarta.ws.rs.core.Response.Status
-
301 Moved Permanently, see HTTP/1.1 documentation.
- MULTILINE - jakarta.validation.constraints.Pattern.Flag
-
Enables multiline mode.
- MULTIPART_FORM_DATA - Static variable in class jakarta.ws.rs.core.MediaType
-
A
String
constant representing "multipart/form-data" media type. - MULTIPART_FORM_DATA_TYPE - Static variable in class jakarta.ws.rs.core.MediaType
-
A
MediaType
constant representing "multipart/form-data" media type. - MultipartConfig - Annotation Type in jakarta.servlet.annotation
-
Annotation that may be specified on a
Servlet
class, indicating that instances of the Servlet expect requests that conform to the multipart/form-data MIME type. - MultipartConfigElement - Class in jakarta.servlet
-
Java Class represntation of an
MultipartConfig
annotation value. - MultipartConfigElement(MultipartConfig) - Constructor for class jakarta.servlet.MultipartConfigElement
-
Constructs an instance from a
MultipartConfig
annotation value. - MultipartConfigElement(String) - Constructor for class jakarta.servlet.MultipartConfigElement
-
Constructs an instance with defaults for all but location.
- MultipartConfigElement(String, long, long, int) - Constructor for class jakarta.servlet.MultipartConfigElement
-
Constructs an instance with all values specified.
- multiple - jakarta.faces.component.html.HtmlInputFile.PropertyKeys
- MULTIPLE_CHOICES - jakarta.ws.rs.core.Response.Status
-
300 Multiple Choices, see HTTP/1.1: Semantics and Content.
- multiselect(Selection<?>...) - Method in interface jakarta.persistence.criteria.CriteriaQuery
-
Specify the selection items that are to be returned in the query result.
- multiselect(List<Selection<?>>) - Method in interface jakarta.persistence.criteria.CriteriaQuery
-
Specify the selection items that are to be returned in the query result.
- MultivaluedHashMap<K,V> - Class in jakarta.ws.rs.core
-
A hash table based implementation of
MultivaluedMap
interface. - MultivaluedHashMap() - Constructor for class jakarta.ws.rs.core.MultivaluedHashMap
-
Constructs an empty multivalued hash map with the default initial capacity (
16
) and the default load factor (0.75
). - MultivaluedHashMap(int) - Constructor for class jakarta.ws.rs.core.MultivaluedHashMap
-
Constructs an empty multivalued hash map with the specified initial capacity and the default load factor (
0.75
). - MultivaluedHashMap(int, float) - Constructor for class jakarta.ws.rs.core.MultivaluedHashMap
-
Constructs an empty multivalued hash map with the specified initial capacity and load factor.
- MultivaluedHashMap(MultivaluedMap<? extends K, ? extends V>) - Constructor for class jakarta.ws.rs.core.MultivaluedHashMap
-
Constructs a new multivalued hash map with the same mappings as the specified
MultivaluedMap
. - MultivaluedHashMap(Map<? extends K, ? extends V>) - Constructor for class jakarta.ws.rs.core.MultivaluedHashMap
-
Constructs a new multivalued hash map with the same mappings as the specified single-valued
Map
. - MultivaluedMap<K,V> - Interface in jakarta.ws.rs.core
-
A map of key-values pairs.
N
- name - jakarta.faces.component.html.HtmlCommandScript.PropertyKeys
- name() - Method in annotation type jakarta.annotation.Resource
-
The JNDI name of the resource.
- name() - Method in annotation type jakarta.annotation.sql.DataSourceDefinition
-
JNDI name by which the data source will be registered.
- name() - Method in annotation type jakarta.ejb.EJB
-
The logical name of the enterprise bean reference within the declaring component's (e.g., java:comp/env) environment.
- name() - Method in annotation type jakarta.ejb.MessageDriven
-
The ejb-name for this bean.
- name() - Method in annotation type jakarta.ejb.Singleton
-
The ejb-name for this bean.
- name() - Method in annotation type jakarta.ejb.Stateful
-
The ejb-name for this bean.
- name() - Method in annotation type jakarta.ejb.Stateless
-
The ejb-name for this bean.
- name() - Method in annotation type jakarta.enterprise.concurrent.ContextServiceDefinition
-
JNDI name of the
ContextService
instance being defined. - name() - Method in annotation type jakarta.enterprise.concurrent.ManagedExecutorDefinition
-
JNDI name of the
ManagedExecutorService
instance. - name() - Method in annotation type jakarta.enterprise.concurrent.ManagedScheduledExecutorDefinition
-
JNDI name of the
ManagedScheduledExecutorService
instance. - name() - Method in annotation type jakarta.enterprise.concurrent.ManagedThreadFactoryDefinition
-
JNDI name of the
ManagedThreadFactory
instance. - name() - Method in interface jakarta.enterprise.inject.build.compatible.spi.BeanInfo
-
Returns the bean name of this bean.
- name() - Method in interface jakarta.enterprise.inject.build.compatible.spi.ScopeInfo
-
Binary name of this scope annotation, as defined by The Java™ Language Specification; in other words, the scope annotation name as returned by
Class.getName()
. - name() - Method in interface jakarta.enterprise.lang.model.AnnotationInfo
-
Binary name of this annotation's type, as defined by The Java™ Language Specification; in other words, the annotation type name as returned by
Class.getName()
. - name() - Method in interface jakarta.enterprise.lang.model.declarations.ClassInfo
-
Returns the binary name of this class, as defined by The Java™ Language Specification; in other words, the class name as returned by
Class.getName()
. - name() - Method in interface jakarta.enterprise.lang.model.declarations.FieldInfo
-
Returns the name of this field.
- name() - Method in interface jakarta.enterprise.lang.model.declarations.MethodInfo
-
Returns the name of this method.
- name() - Method in interface jakarta.enterprise.lang.model.declarations.PackageInfo
-
Returns the fully qualified name of this package, as defined by The Java™ Language Specification; in other words, the package name as returned by
Package.getName()
. - name() - Method in interface jakarta.enterprise.lang.model.declarations.ParameterInfo
-
Returns the name of this parameter, if it is known.
- name() - Method in interface jakarta.enterprise.lang.model.declarations.RecordComponentInfo
-
Returns the name of this record component.
- name() - Method in interface jakarta.enterprise.lang.model.types.PrimitiveType
-
Returns the name of this primitive type.
- name() - Method in interface jakarta.enterprise.lang.model.types.TypeVariable
-
Returns the name of this type variable.
- name() - Method in interface jakarta.enterprise.lang.model.types.VoidType
-
Returns the name of the
void
pseudo-type, that is, the stringvoid
. - name() - Method in annotation type jakarta.faces.application.ResourceDependency
-
The resourceName of the resource pointed to by this
ResourceDependency
. - name() - Method in annotation type jakarta.persistence.AssociationOverride
-
(Required) The name of the relationship property whose mapping is being overridden if property-based access is being used, or the name of the relationship field if field-based access is used.
- name() - Method in annotation type jakarta.persistence.AttributeOverride
-
(Required) The name of the property whose mapping is being overridden if property-based access is being used, or the name of the field if field-based access is used.
- name() - Method in annotation type jakarta.persistence.CollectionTable
-
(Optional) The name of the collection table.
- name() - Method in annotation type jakarta.persistence.Column
-
(Optional) The name of the column.
- name() - Method in annotation type jakarta.persistence.ColumnResult
-
(Required) The name of a column in the SELECT clause of a SQL query
- name() - Method in annotation type jakarta.persistence.DiscriminatorColumn
-
(Optional) The name of column to be used for the discriminator.
- name() - Method in annotation type jakarta.persistence.Entity
-
(Optional) The entity name.
- name() - Method in annotation type jakarta.persistence.FieldResult
-
Name of the persistent field or property of the class.
- name() - Method in annotation type jakarta.persistence.ForeignKey
-
(Optional) The name of the foreign key constraint.
- name() - Method in annotation type jakarta.persistence.Index
-
(Optional) The name of the index; defaults to a provider-generated name.
- name() - Method in annotation type jakarta.persistence.JoinColumn
-
(Optional) The name of the foreign key column.
- name() - Method in annotation type jakarta.persistence.JoinTable
-
(Optional) The name of the join table.
- name() - Method in annotation type jakarta.persistence.MapKey
-
(Optional) The name of the persistent field or property of the associated entity that is used as the map key.
- name() - Method in annotation type jakarta.persistence.MapKeyColumn
-
(Optional) The name of the map key column.
- name() - Method in annotation type jakarta.persistence.MapKeyJoinColumn
-
(Optional) The name of the foreign key column for the map key.
- name() - Method in annotation type jakarta.persistence.NamedEntityGraph
-
(Optional) The name of the entity graph.
- name() - Method in annotation type jakarta.persistence.NamedNativeQuery
-
The name used to refer to the query with the
EntityManager
methods that create query objects. - name() - Method in annotation type jakarta.persistence.NamedQuery
-
(Required) The name used to refer to the query with the
EntityManager
methods that create query objects. - name() - Method in annotation type jakarta.persistence.NamedStoredProcedureQuery
-
The name used to refer to the query with the
EntityManager
methods that create stored procedure query objects. - name() - Method in annotation type jakarta.persistence.NamedSubgraph
-
(Required) The name of the subgraph as referenced from a NamedAttributeNode element.
- name() - Method in annotation type jakarta.persistence.OrderColumn
-
(Optional) The name of the ordering column.
- name() - Method in annotation type jakarta.persistence.PersistenceContext
-
(Optional) The name by which the entity manager is to be accessed in the environment referencing context; not needed when dependency injection is used.
- name() - Method in annotation type jakarta.persistence.PersistenceProperty
-
The name of the property
- name() - Method in annotation type jakarta.persistence.PersistenceUnit
-
(Optional) The name by which the entity manager factory is to be accessed in the environment referencing context; not needed when dependency injection is used.
- name() - Method in annotation type jakarta.persistence.PrimaryKeyJoinColumn
-
(Optional) The name of the primary key column of the current table.
- name() - Method in annotation type jakarta.persistence.QueryHint
-
Name of the hint.
- name() - Method in annotation type jakarta.persistence.SecondaryTable
-
(Required) The name of the table.
- name() - Method in annotation type jakarta.persistence.SequenceGenerator
-
(Required) A unique generator name that can be referenced by one or more classes to be the generator for primary key values.
- name() - Method in annotation type jakarta.persistence.SqlResultSetMapping
-
The name given to the result set mapping, and used to refer to it in the methods of the
Query
andStoredProcedureQuery
APIs. - name() - Method in annotation type jakarta.persistence.StoredProcedureParameter
-
The name of the parameter as defined by the stored procedure in the database.
- name() - Method in annotation type jakarta.persistence.Table
-
(Optional) The name of the table.
- name() - Method in annotation type jakarta.persistence.TableGenerator
-
(Required) A unique generator name that can be referenced by one or more classes to be the generator for id values.
- name() - Method in annotation type jakarta.persistence.UniqueConstraint
-
(Optional) Constraint name.
- name() - Method in annotation type jakarta.servlet.annotation.WebInitParam
-
Name of the initialization parameter
- name() - Method in annotation type jakarta.servlet.annotation.WebServlet
-
The name of the servlet
- name() - Method in annotation type jakarta.validation.OverridesAttribute
-
Name of the Constraint attribute overridden.
- name(String) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticBeanBuilder
-
Sets the bean name of this synthetic bean.
- name(String) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanAttributesConfigurator
-
Set the name of the configured bean
- name(String) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
-
Set the name of the configured bean
- name(String) - Method in interface jakarta.ws.rs.sse.OutboundSseEvent.Builder
-
Set event name.
- NAME - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
- NameBinding - Annotation Type in jakarta.ws.rs
-
Meta-annotation used to create name binding annotations for filters and interceptors.
- Named - Annotation Type in jakarta.inject
-
String-based qualifier.
- NamedAttributeNode - Annotation Type in jakarta.persistence
-
A
NamedAttributeNode
is a member element of aNamedEntityGraph
. - NamedEntityGraph - Annotation Type in jakarta.persistence
-
Used to specify the path and boundaries for a find operation or query.
- NamedEntityGraphs - Annotation Type in jakarta.persistence
-
Used to group
NamedEntityGraph
annotations. - NamedEvent - Annotation Type in jakarta.faces.event
-
The presence of this annotation on a class automatically registers the class with the runtime as a
ComponentSystemEvent
for use with the<f:event />
tag in a page. - NamedLiteral - Class in jakarta.enterprise.inject.literal
-
Supports inline instantiation of the
Named
qualifier. - NamedNativeQueries - Annotation Type in jakarta.persistence
-
Specifies multiple native SQL named queries.
- NamedNativeQuery - Annotation Type in jakarta.persistence
-
Specifies a named native SQL query.
- NamedQueries - Annotation Type in jakarta.persistence
-
Specifies multiple named Jakarta Persistence query language queries.
- NamedQuery - Annotation Type in jakarta.persistence
-
Specifies a static, named query in the Jakarta Persistence query language.
- NamedStoredProcedureQueries - Annotation Type in jakarta.persistence
-
Specifies multiple named stored procedure queries.
- NamedStoredProcedureQuery - Annotation Type in jakarta.persistence
-
Specifies and names a stored procedure, its parameters, and its result type.
- NamedSubgraph - Annotation Type in jakarta.persistence
-
A
NamedSubgraph
is a member element of aNamedEntityGraph
. - namespace() - Method in annotation type jakarta.faces.component.FacesComponent
-
If the value of the
FacesComponent.createTag()
attribute istrue
, the value of this attribute is taken to be the tag library namespace into which this component is placed. - NAMESPACE - Static variable in annotation type jakarta.faces.component.FacesComponent
-
Components that declare a
createTag = true
attribute will be placed into this tag namespace if the namespace attribute is omitted. - NamingContainer - Interface in jakarta.faces.component
-
NamingContainer is an interface that must be implemented by any
UIComponent
that wants to be a naming container. - navigationCase() - Method in class jakarta.faces.flow.builder.FlowBuilder
-
Define a particular combination of conditions that must match for this case to be executed, and the view id of the component tree that should be selected next.
- NavigationCase - Class in jakarta.faces.application
-
NavigationCase represents a
<navigation-case>
in the navigation rule base, as well as the<from-view-id>
with which this<navigation-case>
is a sibling. - NavigationCase(String, String, String, String, String, String, Map<String, List<String>>, boolean, boolean) - Constructor for class jakarta.faces.application.NavigationCase
-
Construct a new
NavigationCase
based on the provided arguments. - NavigationCase(String, String, String, String, String, Map<String, List<String>>, boolean, boolean) - Constructor for class jakarta.faces.application.NavigationCase
-
Construct a new
NavigationCase
based on the provided arguments. - NavigationCaseBuilder - Class in jakarta.faces.flow.builder
-
Create a navigation case in the current
Flow
. - NavigationCaseBuilder() - Constructor for class jakarta.faces.flow.builder.NavigationCaseBuilder
- NavigationCaseBuilder.RedirectBuilder - Class in jakarta.faces.flow.builder
-
Allows populating the redirect with parameters and setting the includeViewParams option.
- NavigationCaseWrapper - Class in jakarta.faces.application
-
Provides a simple implementation of
NavigationCase
that can be subclassed by developers wishing to provide specialized behavior to an existingNavigationCase
instance. - NavigationCaseWrapper() - Constructor for class jakarta.faces.application.NavigationCaseWrapper
-
Deprecated.Use the other constructor taking the implementation being wrapped.
- NavigationCaseWrapper(NavigationCase) - Constructor for class jakarta.faces.application.NavigationCaseWrapper
-
If this navigation case has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.
- NavigationHandler - Class in jakarta.faces.application
-
A NavigationHandler is passed the outcome string returned by an application action invoked for this application, and will use this (along with related state information) to choose the view to be displayed next.
- NavigationHandler() - Constructor for class jakarta.faces.application.NavigationHandler
- NavigationHandlerWrapper - Class in jakarta.faces.application
-
NavigationHandlerWrapper provides a simple implementation of
NavigationHandler
that can be subclassed by developers wishing to provide specialized behavior to an existingNavigationHandler
instance. - NavigationHandlerWrapper() - Constructor for class jakarta.faces.application.NavigationHandlerWrapper
-
Deprecated.Use the other constructor taking the implementation being wrapped.
- NavigationHandlerWrapper(NavigationHandler) - Constructor for class jakarta.faces.application.NavigationHandlerWrapper
-
If this navigation handler has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.
- neg(Expression<N>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create an expression that returns the arithmetic negation of its argument.
- Negative - Annotation Type in jakarta.validation.constraints
-
The annotated element must be a strictly negative number (i.e.
- Negative.List - Annotation Type in jakarta.validation.constraints
-
Defines several
Negative
constraints on the same element. - NegativeOrZero - Annotation Type in jakarta.validation.constraints
-
The annotated element must be a negative number or 0.
- NegativeOrZero.List - Annotation Type in jakarta.validation.constraints
-
Defines several
NegativeOrZero
constraints on the same element. - NESTED - Static variable in class jakarta.servlet.jsp.tagext.VariableInfo
-
Scope information that scripting variable is synchronized with the calling page only within the start/end tags.
- NESTED_ANNOTATION - jakarta.enterprise.lang.model.AnnotationMember.Kind
-
A nested
Annotation
value. - NETWORK_AUTHENTICATION_REQUIRED - jakarta.ws.rs.core.Response.Status
-
511 Network Authentication Required, see RFC 6585: Additional HTTP Status Codes.
- NEVER - jakarta.ejb.TransactionAttributeType
-
The client is required to call without a transaction context, otherwise an exception is thrown.
- NEVER - jakarta.transaction.Transactional.TxType
-
If called outside a transaction context, managed bean method execution must then continue outside a transaction context.
- newAuthentication(boolean) - Method in class jakarta.security.enterprise.authentication.mechanism.http.AuthenticationParameters
-
Signal to the authentication mechanism responding to the authenticate call in which these AuthenticationParameters are passed, that an explicit new authentication dialog is required, as opposed to continuing a potentially existing one.
- newBroadcaster() - Method in interface jakarta.ws.rs.sse.Sse
-
Get a new Server-sent event broadcaster.
- newBuilder() - Static method in interface jakarta.json.bind.JsonbBuilder
-
Create a new
JsonbBuilder
instance as returned by the defaultJsonbProvider.provider()
method. - newBuilder() - Static method in class jakarta.ws.rs.client.ClientBuilder
-
Create a new
ClientBuilder
instance using the default client builder implementation class provided by the JAX-RS implementation provider. - newBuilder(JsonbProvider) - Static method in interface jakarta.json.bind.JsonbBuilder
-
Create a new
JsonbBuilder
instance as returned byprovider#create
call. - newBuilder(String) - Static method in interface jakarta.json.bind.JsonbBuilder
-
Create a new
JsonbBuilder
instance as returned byJsonbProvider.provider(String)
method. - newClient() - Static method in class jakarta.ws.rs.client.ClientBuilder
-
Create a new
Client
instance using the default client builder implementation class provided by the JAX-RS implementation provider. - newClient(Configuration) - Static method in class jakarta.ws.rs.client.ClientBuilder
-
Create a new custom-configured
Client
instance using the default client builder implementation class provided by the JAX-RS implementation provider. - NewCookie - Class in jakarta.ws.rs.core
-
Used to create a new HTTP cookie, transferred in a response.
- NewCookie(Cookie) - Constructor for class jakarta.ws.rs.core.NewCookie
-
Deprecated.This constructor will be removed in a future version. Please use
NewCookie.Builder
instead. - NewCookie(Cookie, String, int, boolean) - Constructor for class jakarta.ws.rs.core.NewCookie
-
Deprecated.This constructor will be removed in a future version. Please use
NewCookie.Builder
instead. - NewCookie(Cookie, String, int, Date, boolean, boolean) - Constructor for class jakarta.ws.rs.core.NewCookie
-
Deprecated.This constructor will be removed in a future version. Please use
NewCookie.Builder
instead. - NewCookie(Cookie, String, int, Date, boolean, boolean, NewCookie.SameSite) - Constructor for class jakarta.ws.rs.core.NewCookie
-
Deprecated.This constructor will be removed in a future version. Please use
NewCookie.Builder
instead. - NewCookie(NewCookie.AbstractNewCookieBuilder<?>) - Constructor for class jakarta.ws.rs.core.NewCookie
-
Create a new instance from the supplied
NewCookie.AbstractNewCookieBuilder
instance. - NewCookie(String, String) - Constructor for class jakarta.ws.rs.core.NewCookie
-
Deprecated.This constructor will be removed in a future version. Please use
NewCookie.Builder
instead. - NewCookie(String, String, String, String, int, String, int, boolean) - Constructor for class jakarta.ws.rs.core.NewCookie
-
Deprecated.This constructor will be removed in a future version. Please use
NewCookie.Builder
instead. - NewCookie(String, String, String, String, int, String, int, Date, boolean, boolean) - Constructor for class jakarta.ws.rs.core.NewCookie
-
Deprecated.This constructor will be removed in a future version. Please use
NewCookie.Builder
instead. - NewCookie(String, String, String, String, int, String, int, Date, boolean, boolean, NewCookie.SameSite) - Constructor for class jakarta.ws.rs.core.NewCookie
-
Deprecated.This constructor will be removed in a future version. Please use
NewCookie.Builder
instead. - NewCookie(String, String, String, String, String, int, boolean) - Constructor for class jakarta.ws.rs.core.NewCookie
-
Deprecated.This constructor will be removed in a future version. Please use
NewCookie.Builder
instead. - NewCookie(String, String, String, String, String, int, boolean, boolean) - Constructor for class jakarta.ws.rs.core.NewCookie
-
Deprecated.This constructor will be removed in a future version. Please use
NewCookie.Builder
instead. - NewCookie.AbstractNewCookieBuilder<T extends NewCookie.AbstractNewCookieBuilder<T>> - Class in jakarta.ws.rs.core
-
JAX-RS abstract
NewCookie
builder class. - NewCookie.Builder - Class in jakarta.ws.rs.core
-
JAX-RS
NewCookie
builder class. - NewCookie.SameSite - Enum in jakarta.ws.rs.core
-
The available values for the
SameSite
cookie attribute. - newEvent(String) - Method in interface jakarta.ws.rs.sse.Sse
-
Create new
OutboundSseEvent
from provided data. - newEvent(String, String) - Method in interface jakarta.ws.rs.sse.Sse
-
Create new
OutboundSseEvent
from provided data and name. - newEventBuilder() - Method in interface jakarta.ws.rs.sse.Sse
-
Get a new outbound event builder.
- newIncompleteFuture() - Method in interface jakarta.enterprise.concurrent.ManagedExecutorService
-
Returns a new incomplete
CompletableFuture
. - newInstance() - Static method in class jakarta.el.ExpressionFactory
-
Creates a new instance of a
ExpressionFactory
. - newInstance() - Static method in class jakarta.enterprise.inject.se.SeContainerInitializer
-
Returns an instance of
SeContainerInitializer
Each call returns a new instance - newInstance() - Method in class jakarta.enterprise.inject.spi.Unmanaged
-
Instantiate a new UnmanagedInstance
- newInstance() - Static method in class jakarta.ws.rs.core.Response.ResponseBuilder
-
Create a new builder instance.
- newInstance() - Static method in class jakarta.ws.rs.core.UriBuilder
-
Creates a new instance of UriBuilder.
- newInstance() - Static method in class jakarta.ws.rs.core.Variant.VariantListBuilder
-
Create a new builder instance.
- newInstance(URL) - Method in interface jakarta.faces.view.facelets.FaceletCache.MemberFactory
-
Create a Facelet or View Metadata Facelet (depending on the type of factory this is) for the argument URL.
- newInstance(Properties) - Static method in class jakarta.el.ExpressionFactory
-
Create a new instance of a
ExpressionFactory
, with optional properties. - newLine() - Method in class jakarta.servlet.jsp.JspWriter
-
Write a line separator.
- newPushBuilder() - Method in interface jakarta.servlet.http.HttpServletRequest
-
Instantiates a new instance of
PushBuilder
for issuing server push responses from the current request. - newPushBuilder() - Method in class jakarta.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to call newPushBuilder on the wrapped request object.
- next() - Method in interface jakarta.json.stream.JsonParser
-
Returns the event for the next parsing state.
- next() - Method in class jakarta.servlet.jsp.jstl.core.LoopTagSupport
-
Returns the next object over which the tag should iterate.
- next(ZonedDateTime) - Method in class jakarta.enterprise.concurrent.CronTrigger
-
Advance to the next date/time according to the cron schedule.
- nextHandler - Variable in class jakarta.faces.view.facelets.TagHandler
-
A reference to the
FaceletHandler
that represents the first nested child of thisTagHandler
instance. - NICKNAME - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
- nillable() - Method in annotation type jakarta.json.bind.annotation.JsonbProperty
-
Deprecated.Please use
JsonbNillable
as another annotation instead. This option will be removed in the future. - NO_BUFFER - Static variable in class jakarta.servlet.jsp.JspWriter
-
Constant indicating that the Writer is not buffering output.
- NO_CONSTRAINT - jakarta.persistence.ConstraintMode
-
Do not apply the constraint.
- NO_CONTENT - jakarta.ws.rs.core.Response.Status
-
204 No Content, see HTTP/1.1 documentation.
- NO_EXTENSION - jakarta.websocket.CloseReason.CloseCodes
-
1010 indicates that an endpoint (client) is terminating the connection because it has expected the server to negotiate one or more extension, but the server didn't return them in the response message of the WebSocket handshake.
- NO_STATUS_CODE - jakarta.websocket.CloseReason.CloseCodes
-
1005 is a reserved value and MUST NOT be set as a status code in a Close control frame by an endpoint.
- NO_TIMEOUT - Static variable in interface jakarta.ws.rs.container.AsyncResponse
-
Constant specifying no suspend timeout value.
- noContent() - Static method in class jakarta.ws.rs.core.Response
-
Create a new ResponseBuilder for an empty response.
- NoContentException - Exception in jakarta.ws.rs.core
-
An I/O exception thrown by
MessageBodyReader
implementations when reading a zero-length message content to indicate that the message body reader is not able to produce an instance representing an zero-length message content. - NoContentException(String) - Constructor for exception jakarta.ws.rs.core.NoContentException
-
Construct a new
NoContentException
instance. - NoContentException(String, Throwable) - Constructor for exception jakarta.ws.rs.core.NoContentException
-
Construct a new
NoContentException
instance. - NoContentException(Throwable) - Constructor for exception jakarta.ws.rs.core.NoContentException
-
Construct a new
NoContentException
instance. - NodeBuilder - Interface in jakarta.faces.flow.builder
-
Base interface for building all kinds of flow nodes.
- NoMoreTimeoutsException - Exception in jakarta.ejb
-
This exception indicates that a calendar-based timer will not result in any more timeouts.
- NoMoreTimeoutsException() - Constructor for exception jakarta.ejb.NoMoreTimeoutsException
-
Constructor for NoMoreTimeoutsException.
- NoMoreTimeoutsException(String) - Constructor for exception jakarta.ejb.NoMoreTimeoutsException
-
Constructor for NoMoreTimeoutsException.
- NON_GETTER - jakarta.validation.metadata.MethodType
-
A method that does not follow the getter pattern.
- NON_GETTER_METHODS - jakarta.validation.executable.ExecutableType
-
All methods except the ones following the getter pattern.
- NON_POSTBACK_VIEW_TOKEN_PARAM - Static variable in class jakarta.faces.render.ResponseStateManager
-
The value of this constant is taken to be the name of a request parameter whose value is inspected to verify the safety of an incoming non-postback request with respect to the currently configured
Set
of protected views for this application. - Nonbinding - Annotation Type in jakarta.enterprise.util
-
Excludes a member of an annotation type (such as a qualifier type or interceptor binding type) from consideration when the container compares two annotation instances.
- Nonbinding.Literal - Class in jakarta.enterprise.util
-
Supports inline instantiation of the
Nonbinding
annotation. - NONCE - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
- NONE - jakarta.json.JsonConfig.KeyStrategy
-
Configuration value that will throw
JsonException
when duplicate key is found. - NONE - jakarta.persistence.LockModeType
-
No lock.
- NONE - jakarta.persistence.SharedCacheMode
-
Caching is disabled for the persistence unit.
- NONE - jakarta.persistence.ValidationMode
-
The persistence provider must not perform lifecycle event validation.
- NONE - jakarta.security.enterprise.authentication.mechanism.http.openid.PromptType
-
The Authorization Server must not display any authentication or consent user interface pages.
- NONE - jakarta.servlet.annotation.ServletSecurity.TransportGuarantee
-
no protection of user data must be performed by the transport.
- NONE - jakarta.validation.executable.ExecutableType
-
None of the executables.
- NONE - jakarta.ws.rs.core.NewCookie.SameSite
-
The
None
mode disables protection provided by theSameSite
cookie attribute. - NONE - jakarta.ws.rs.SeBootstrap.Configuration.SSLClientAuthentication
-
Server will not request client authentication.
- NONE - Static variable in interface jakarta.security.enterprise.identitystore.openid.JwtClaims
-
Singleton instance representing no claims
- NonexistentConversationException - Exception in jakarta.enterprise.context
-
Indicates that the conversation context could not be restored.
- NonexistentConversationException() - Constructor for exception jakarta.enterprise.context.NonexistentConversationException
- NonexistentConversationException(String) - Constructor for exception jakarta.enterprise.context.NonexistentConversationException
- NonexistentConversationException(String, Throwable) - Constructor for exception jakarta.enterprise.context.NonexistentConversationException
- NonexistentConversationException(Throwable) - Constructor for exception jakarta.enterprise.context.NonexistentConversationException
- Nonnull - Annotation Type in jakarta.annotation
-
The annotated element must not be null.
- NonUniqueResultException - Exception in jakarta.persistence
-
Thrown by the persistence provider when
Query.getSingleResult()
orTypedQuery.getSingleResult()
is executed on a query and there is more than one result from the query. - NonUniqueResultException() - Constructor for exception jakarta.persistence.NonUniqueResultException
-
Constructs a new
NonUniqueResultException
exception withnull
as its detail message. - NonUniqueResultException(Exception) - Constructor for exception jakarta.persistence.NonUniqueResultException
-
Constructs a new
NonUniqueResultException
exception withnull
as its detail message. - NonUniqueResultException(String) - Constructor for exception jakarta.persistence.NonUniqueResultException
-
Constructs a new
NonUniqueResultException
exception with the specified detail message. - NonUniqueResultException(String, Exception) - Constructor for exception jakarta.persistence.NonUniqueResultException
-
Constructs a new
NonUniqueResultException
exception with the specified detail message. - NoProviderFoundException - Exception in jakarta.validation
-
Exception raised if no Jakarta Bean Validation provider could be found.
- NoProviderFoundException() - Constructor for exception jakarta.validation.NoProviderFoundException
- NoProviderFoundException(String) - Constructor for exception jakarta.validation.NoProviderFoundException
- NoProviderFoundException(String, Throwable) - Constructor for exception jakarta.validation.NoProviderFoundException
- NoProviderFoundException(Throwable) - Constructor for exception jakarta.validation.NoProviderFoundException
- NoResultException - Exception in jakarta.persistence
-
Thrown by the persistence provider when
Query.getSingleResult()
orTypedQuery.getSingleResult()
is executed on a query and there is no result to return. - NoResultException() - Constructor for exception jakarta.persistence.NoResultException
-
Constructs a new
NoResultException
exception withnull
as its detail message. - NoResultException(String) - Constructor for exception jakarta.persistence.NoResultException
-
Constructs a new
NoResultException
exception with the specified detail message. - NORMAL - jakarta.persistence.PessimisticLockScope
-
This value defines the default behavior for pessimistic locking.
- NORMAL_CLOSURE - jakarta.websocket.CloseReason.CloseCodes
-
1000 indicates a normal closure, meaning that the purpose for which the connection was established has been fulfilled.
- NormalScope - Annotation Type in jakarta.enterprise.context
-
Specifies that an annotation type is a normal scope type.
- NoSuchEJBException - Exception in jakarta.ejb
-
A NoSuchEJBException is thrown if an attempt is made to invoke a business method on a stateful session or singleton object that no longer exists.
- NoSuchEJBException() - Constructor for exception jakarta.ejb.NoSuchEJBException
-
Constructs a NoSuchEJBException with no detail message.
- NoSuchEJBException(String) - Constructor for exception jakarta.ejb.NoSuchEJBException
-
Constructs a NoSuchEJBException with the specified detail message.
- NoSuchEJBException(String, Exception) - Constructor for exception jakarta.ejb.NoSuchEJBException
-
Constructs a NoSuchEJBException with the specified detail message and a nested exception.
- NoSuchEntityException - Exception in jakarta.ejb
-
The NoSuchEntityException exception is thrown by an entity bean instance to its container to report that the invoked business method or callback method could not be completed because of the underlying entity was removed from the database.
- NoSuchEntityException() - Constructor for exception jakarta.ejb.NoSuchEntityException
-
Constructs a NoSuchEntityException with no detail message.
- NoSuchEntityException(Exception) - Constructor for exception jakarta.ejb.NoSuchEntityException
-
Constructs a NoSuchEntityException that embeds the originally thrown exception.
- NoSuchEntityException(String) - Constructor for exception jakarta.ejb.NoSuchEntityException
-
Constructs a NoSuchEntityException with the specified detailed message.
- NoSuchObjectLocalException - Exception in jakarta.ejb
-
A NoSuchObjectLocalException is thrown if an attempt is made to invoke a method on a local object (local enterprise bean object or timer) that no longer exists.
- NoSuchObjectLocalException() - Constructor for exception jakarta.ejb.NoSuchObjectLocalException
-
Constructs a NoSuchObjectLocalException with no detail message.
- NoSuchObjectLocalException(String) - Constructor for exception jakarta.ejb.NoSuchObjectLocalException
-
Constructs a NoSuchObjectLocalException with the specified detail message.
- NoSuchObjectLocalException(String, Exception) - Constructor for exception jakarta.ejb.NoSuchObjectLocalException
-
Constructs a NoSuchObjectLocalException with the specified detail message and a nested exception.
- not() - Method in interface jakarta.persistence.criteria.Predicate
-
Create a negation of the predicate.
- not(Expression<Boolean>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create a negation of the given restriction.
- NOT_ACCEPTABLE - jakarta.ws.rs.core.Response.Status
-
406 Not Acceptable, see HTTP/1.1 documentation.
- NOT_CONSISTENT - jakarta.websocket.CloseReason.CloseCodes
-
1007 indicates that an endpoint is terminating the connection because it has received data within a message that was not consistent with the type of the message (e.g., non-UTF-8 data within a text message).
- NOT_DONE - jakarta.security.enterprise.AuthenticationStatus
-
The authentication mechanism was called, but decided not to authenticate.
- NOT_FOUND - jakarta.ws.rs.core.Response.Status
-
404 Not Found, see HTTP/1.1 documentation.
- NOT_IMPLEMENTED - jakarta.ws.rs.core.Response.Status
-
501 Not Implemented, see HTTP/1.1 documentation.
- NOT_IN_RANGE_MESSAGE_ID - Static variable in class jakarta.faces.validator.DoubleRangeValidator
-
The message identifier of the
FacesMessage
to be created if the maximum or minimum value check fails, and both the maximum and minimum values for this validator have been set. - NOT_IN_RANGE_MESSAGE_ID - Static variable in class jakarta.faces.validator.LongRangeValidator
-
The message identifier of the
FacesMessage
to be created if the maximum or minimum value check fails, and both the maximum and minimum values for this validator have been set. - NOT_LOADED - jakarta.persistence.spi.LoadState
-
The state of the element is known not to have been loaded.
- NOT_MATCHED_MESSAGE_ID - Static variable in class jakarta.faces.validator.RegexValidator
-
The message identifier of the
FacesMessage
to be created if the act of matching the value against the pattern returned fromRegexValidator.getPattern()
fails because the value does not match the pattern. - NOT_MODIFIED - jakarta.ws.rs.core.Response.Status
-
304 Not Modified, see HTTP/1.1 documentation.
- NOT_SUPPORTED - jakarta.ejb.TransactionAttributeType
-
The container invokes an enterprise bean method whose transaction attribute
NOT_SUPPORTED
with an unspecified transaction context. - NOT_SUPPORTED - jakarta.transaction.Transactional.TxType
-
If called outside a transaction context, managed bean method execution must then continue outside a transaction context.
- NOT_VALIDATED - jakarta.security.enterprise.identitystore.CredentialValidationResult.Status
-
Indicates that the credential could not be validated
- NOT_VALIDATED_RESULT - Static variable in class jakarta.security.enterprise.identitystore.CredentialValidationResult
- notAcceptable(List<Variant>) - Static method in class jakarta.ws.rs.core.Response
-
Create a new ResponseBuilder for a not acceptable response.
- NotAcceptableException - Exception in jakarta.ws.rs
-
A runtime exception indicating that a client request is
not acceptable
by the server. - NotAcceptableException() - Constructor for exception jakarta.ws.rs.NotAcceptableException
-
Construct a new "request not acceptable" exception.
- NotAcceptableException(Response) - Constructor for exception jakarta.ws.rs.NotAcceptableException
-
Construct a new "request not acceptable" exception.
- NotAcceptableException(Response, Throwable) - Constructor for exception jakarta.ws.rs.NotAcceptableException
-
Construct a new "request not acceptable" exception.
- NotAcceptableException(String) - Constructor for exception jakarta.ws.rs.NotAcceptableException
-
Construct a new "request not acceptable" exception.
- NotAcceptableException(String, Response) - Constructor for exception jakarta.ws.rs.NotAcceptableException
-
Construct a new "request not acceptable" exception.
- NotAcceptableException(String, Response, Throwable) - Constructor for exception jakarta.ws.rs.NotAcceptableException
-
Construct a new "request not acceptable" exception.
- NotAcceptableException(String, Throwable) - Constructor for exception jakarta.ws.rs.NotAcceptableException
-
Construct a new "request not acceptable" exception.
- NotAcceptableException(Throwable) - Constructor for exception jakarta.ws.rs.NotAcceptableException
-
Construct a new "request not acceptable" exception.
- NotAllowedException - Exception in jakarta.ws.rs
-
A runtime exception indicating a client requesting a resource method that is
not allowed
. - NotAllowedException(Response) - Constructor for exception jakarta.ws.rs.NotAllowedException
-
Construct a new method not allowed exception.
- NotAllowedException(Response, Throwable) - Constructor for exception jakarta.ws.rs.NotAllowedException
-
Construct a new method not allowed exception.
- NotAllowedException(String, Response) - Constructor for exception jakarta.ws.rs.NotAllowedException
-
Construct a new method not allowed exception.
- NotAllowedException(String, Response, Throwable) - Constructor for exception jakarta.ws.rs.NotAllowedException
-
Construct a new method not allowed exception.
- NotAllowedException(String, String...) - Constructor for exception jakarta.ws.rs.NotAllowedException
-
Construct a new method not allowed exception.
- NotAllowedException(String, String, String...) - Constructor for exception jakarta.ws.rs.NotAllowedException
-
Construct a new method not allowed exception.
- NotAllowedException(String, Throwable, String...) - Constructor for exception jakarta.ws.rs.NotAllowedException
-
Construct a new method not allowed exception.
- NotAllowedException(Throwable, String...) - Constructor for exception jakarta.ws.rs.NotAllowedException
-
Construct a new method not allowed exception.
- NotAuthorizedException - Exception in jakarta.ws.rs
-
A runtime exception indicating request authorization failure caused by one of the following scenarios: a client did not send the required authorization credentials to access the requested resource, i.e.
- NotAuthorizedException(Response) - Constructor for exception jakarta.ws.rs.NotAuthorizedException
-
Construct a new "not authorized" exception.
- NotAuthorizedException(Response, Throwable) - Constructor for exception jakarta.ws.rs.NotAuthorizedException
-
Construct a new "not authorized" exception.
- NotAuthorizedException(Object, Object...) - Constructor for exception jakarta.ws.rs.NotAuthorizedException
-
Construct a new "not authorized" exception.
- NotAuthorizedException(String, Response) - Constructor for exception jakarta.ws.rs.NotAuthorizedException
-
Construct a new "not authorized" exception.
- NotAuthorizedException(String, Response, Throwable) - Constructor for exception jakarta.ws.rs.NotAuthorizedException
-
Construct a new "not authorized" exception.
- NotAuthorizedException(String, Object, Object...) - Constructor for exception jakarta.ws.rs.NotAuthorizedException
-
Construct a new "not authorized" exception.
- NotAuthorizedException(String, Throwable, Object, Object...) - Constructor for exception jakarta.ws.rs.NotAuthorizedException
-
Construct a new "not authorized" exception.
- NotAuthorizedException(Throwable, Object, Object...) - Constructor for exception jakarta.ws.rs.NotAuthorizedException
-
Construct a new "not authorized" exception.
- NotBlank - Annotation Type in jakarta.validation.constraints
-
The annotated element must not be
null
and must contain at least one non-whitespace character. - NotBlank.List - Annotation Type in jakarta.validation.constraints
-
Defines several
@NotBlank
constraints on the same element. - NotEmpty - Annotation Type in jakarta.validation.constraints
-
The annotated element must not be
null
nor empty. - NotEmpty.List - Annotation Type in jakarta.validation.constraints
-
Defines several
@NotEmpty
constraints on the same element. - notEqual(Expression<?>, Expression<?>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create a predicate for testing the arguments for inequality.
- notEqual(Expression<?>, Object) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create a predicate for testing the arguments for inequality.
- NotFoundELResolver - Class in jakarta.servlet.jsp.el
-
Defines variable resolution when all other resolvers fail.
- NotFoundELResolver() - Constructor for class jakarta.servlet.jsp.el.NotFoundELResolver
- NotFoundException - Exception in jakarta.ws.rs
-
A runtime exception indicating a resource requested by a client was
not found
on the server. - NotFoundException() - Constructor for exception jakarta.ws.rs.NotFoundException
-
Construct a new "not found" exception.
- NotFoundException(Response) - Constructor for exception jakarta.ws.rs.NotFoundException
-
Construct a new "not found" exception.
- NotFoundException(Response, Throwable) - Constructor for exception jakarta.ws.rs.NotFoundException
-
Construct a new "not found" exception.
- NotFoundException(String) - Constructor for exception jakarta.ws.rs.NotFoundException
-
Construct a new "not found" exception.
- NotFoundException(String, Response) - Constructor for exception jakarta.ws.rs.NotFoundException
-
Construct a new "not found" exception.
- NotFoundException(String, Response, Throwable) - Constructor for exception jakarta.ws.rs.NotFoundException
-
Construct a new "not found" exception.
- NotFoundException(String, Throwable) - Constructor for exception jakarta.ws.rs.NotFoundException
-
Construct a new "not found" exception.
- NotFoundException(Throwable) - Constructor for exception jakarta.ws.rs.NotFoundException
-
Construct a new "not found" exception.
- NotificationOptions - Interface in jakarta.enterprise.event
-
Notification options are used to configure observer notification.
- NotificationOptions.Builder - Interface in jakarta.enterprise.event
-
Notification options builder.
- notify(EventContext<T>) - Method in interface jakarta.enterprise.inject.spi.ObserverMethod
-
Calls the observer method, passing the given event context.
- notify(String, String) - Method in interface jakarta.security.auth.message.config.RegistrationListener
-
Notify the listener that a registration with which it was associated was replaced or unregistered.
- notify(T) - Method in interface jakarta.enterprise.inject.spi.ObserverMethod
-
Calls the observer method, passing the given event object.
- notifyAfterEvaluation(String) - Method in class jakarta.el.ELContext
-
Notifies the listeners after an Jakarta Expression Language expression is evaluated
- notifyBeforeEvaluation(String) - Method in class jakarta.el.ELContext
-
Notifies the listeners before an Jakarta Expression Language expression is evaluated
- notifyContainerAboutLogin(CredentialValidationResult) - Method in interface jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContext
-
Convenience method intended to pass the
CredentialValidationResult
result of an identity store directly on to the container. - notifyContainerAboutLogin(CredentialValidationResult) - Method in class jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
- notifyContainerAboutLogin(String, Set<String>) - Method in interface jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContext
-
Asks the container to register the given caller name and groups in order to make them available to the application for use with
SecurityContext.isCallerInRole(String)
etc. - notifyContainerAboutLogin(String, Set<String>) - Method in class jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
- notifyContainerAboutLogin(Principal, Set<String>) - Method in interface jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContext
-
Asks the container to register the given caller principal and groups in order to make them available to the application for use with
SecurityContext.isCallerInRole(String)
etc. - notifyContainerAboutLogin(Principal, Set<String>) - Method in class jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
- notifyObserver() - Method in annotation type jakarta.enterprise.event.Observes
- notifyObserver() - Method in annotation type jakarta.enterprise.event.ObservesAsync
- notifyPropertyResolved(Object, Object) - Method in class jakarta.el.ELContext
-
Notifies the listeners when the (base, property) pair is resolved
- notifyProvider() - Method in annotation type jakarta.security.enterprise.authentication.mechanism.http.openid.LogoutDefinition
-
Optional.
- notifyProviderExpression() - Method in annotation type jakarta.security.enterprise.authentication.mechanism.http.openid.LogoutDefinition
-
Optional.
- notifyWith(ObserverMethodConfigurator.EventConsumer<T>) - Method in interface jakarta.enterprise.inject.spi.configurator.ObserverMethodConfigurator
-
Define an operation that accepts a context of a fired event.
- notLike(Expression<String>, Expression<String>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create a predicate for testing whether the expression does not satisfy the given pattern.
- notLike(Expression<String>, Expression<String>, char) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create a predicate for testing whether the expression does not satisfy the given pattern.
- notLike(Expression<String>, Expression<String>, Expression<Character>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create a predicate for testing whether the expression does not satisfy the given pattern.
- notLike(Expression<String>, String) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create a predicate for testing whether the expression does not satisfy the given pattern.
- notLike(Expression<String>, String, char) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create a predicate for testing whether the expression does not satisfy the given pattern.
- notLike(Expression<String>, String, Expression<Character>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create a predicate for testing whether the expression does not satisfy the given pattern.
- notModified() - Static method in class jakarta.ws.rs.core.Response
-
Create a new ResponseBuilder with a not-modified status.
- notModified(EntityTag) - Static method in class jakarta.ws.rs.core.Response
-
Create a new ResponseBuilder with a not-modified status.
- notModified(String) - Static method in class jakarta.ws.rs.core.Response
-
Create a new ResponseBuilder with a not-modified status and a strong entity tag.
- NotNull - Annotation Type in jakarta.validation.constraints
-
The annotated element must not be
null
. - NotNull.List - Annotation Type in jakarta.validation.constraints
-
Defines several
NotNull
annotations on the same element. - NotSupportedException - Exception in jakarta.transaction
-
NotSupportedException exception indicates that the request cannot be executed because the operation is not a supported feature.
- NotSupportedException - Exception in jakarta.ws.rs
-
A runtime exception indicating that the client request entity media type is
not supported
. - NotSupportedException() - Constructor for exception jakarta.transaction.NotSupportedException
- NotSupportedException() - Constructor for exception jakarta.ws.rs.NotSupportedException
-
Construct a new unsupported media type exception.
- NotSupportedException(Response) - Constructor for exception jakarta.ws.rs.NotSupportedException
-
Construct a new unsupported media type exception.
- NotSupportedException(Response, Throwable) - Constructor for exception jakarta.ws.rs.NotSupportedException
-
Construct a new unsupported media type exception.
- NotSupportedException(String) - Constructor for exception jakarta.transaction.NotSupportedException
- NotSupportedException(String) - Constructor for exception jakarta.ws.rs.NotSupportedException
-
Construct a new unsupported media type exception.
- NotSupportedException(String, Response) - Constructor for exception jakarta.ws.rs.NotSupportedException
-
Construct a new unsupported media type exception.
- NotSupportedException(String, Response, Throwable) - Constructor for exception jakarta.ws.rs.NotSupportedException
-
Construct a new unsupported media type exception.
- NotSupportedException(String, Throwable) - Constructor for exception jakarta.ws.rs.NotSupportedException
-
Construct a new unsupported media type exception.
- NotSupportedException(Throwable) - Constructor for exception jakarta.ws.rs.NotSupportedException
-
Construct a new unsupported media type exception.
- Null - Annotation Type in jakarta.validation.constraints
-
The annotated element must be
null
. - NULL - jakarta.json.JsonValue.ValueType
-
JSON null.
- NULL - Static variable in interface jakarta.json.JsonValue
-
JSON null value.
- NULL_FLOW - Static variable in class jakarta.faces.flow.FlowHandler
-
Components that are rendered by
Renderers
of component-familyjakarta.faces.OutcomeTarget
must use this constant as the value of the parameter named byFlowHandler.TO_FLOW_DOCUMENT_ID_REQUEST_PARAM_NAME
when returning from a flow (without entering another flow) using such a component. - NULL_VALUE - Static variable in class jakarta.faces.context.Flash
-
Because
null
values are not allowed as the source for subclasses ofEventObject
, such asPostKeepFlashValueEvent
andPostPutFlashValueEvent
, this value is substituted fornull
as the source in the case when anull
value is put to or kept in the flash. - NULL_VALUES - Static variable in class jakarta.json.bind.JsonbConfig
-
Property used to specify null values serialization behavior.
- Null.List - Annotation Type in jakarta.validation.constraints
-
Defines several
Null
annotations on the same element. - nullable() - Method in annotation type jakarta.persistence.Column
-
(Optional) Whether the database column is nullable.
- nullable() - Method in annotation type jakarta.persistence.JoinColumn
-
(Optional) Whether the foreign key column is nullable.
- nullable() - Method in annotation type jakarta.persistence.MapKeyColumn
-
(Optional) Whether the database column is nullable.
- nullable() - Method in annotation type jakarta.persistence.MapKeyJoinColumn
-
(Optional) Whether the foreign key column is nullable.
- nullable() - Method in annotation type jakarta.persistence.OrderColumn
-
(Optional) Whether the database column is nullable.
- Nullable - Annotation Type in jakarta.annotation
-
The annotated element could be null under some circumstances.
- nullif(Expression<Y>, Expression<?>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create an expression that tests whether its argument are equal, returning null if they are and the value of the first expression if they are not.
- nullif(Expression<Y>, Y) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create an expression that tests whether its argument are equal, returning null if they are and the value of the first expression if they are not.
- nullLiteral(Class<T>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create an expression for a null literal with the given type.
- NUMBER - jakarta.json.JsonValue.ValueType
-
JSON number.
- NUMBER_ID - Static variable in class jakarta.faces.convert.NumberConverter
-
The message identifier of the
FacesMessage
to be created if the conversion toNumber
fails. - NUMBER_OF_CLIENT_WINDOWS_PARAM_NAME - Static variable in class jakarta.faces.lifecycle.ClientWindow
-
Indicate the max number of ClientWindows, which is used by
ClientWindowScoped
. - NumberConverter - Class in jakarta.faces.convert
-
Converter
implementation forjava.lang.Number
values. - NumberConverter() - Constructor for class jakarta.faces.convert.NumberConverter
- numberValue() - Method in interface jakarta.json.JsonNumber
-
Returns this JSON number as a
Number
object.
O
- OBJECT - jakarta.json.JsonValue.ValueType
-
JSON object.
- ObjectNotFoundException - Exception in jakarta.ejb
-
The ObjectNotFoundException exception is thrown by a finder or select method to indicate that the specified enterprise bean object or local object does not exist.
- ObjectNotFoundException() - Constructor for exception jakarta.ejb.ObjectNotFoundException
-
Constructs an ObjectNotFoundException with no detail message.
- ObjectNotFoundException(String) - Constructor for exception jakarta.ejb.ObjectNotFoundException
-
Constructs an ObjectNotFoundException with the specified detail message.
- observe(EventContext<T>, Parameters) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticObserver
-
Consumes an event.
- observedType(Type) - Method in interface jakarta.enterprise.inject.spi.configurator.ObserverMethodConfigurator
-
Set the type of the observed event
- ObserverException - Exception in jakarta.enterprise.event
-
Indicates that a checked exception was thrown by an observer method during event notification.
- ObserverException() - Constructor for exception jakarta.enterprise.event.ObserverException
- ObserverException(String) - Constructor for exception jakarta.enterprise.event.ObserverException
- ObserverException(String, Throwable) - Constructor for exception jakarta.enterprise.event.ObserverException
- ObserverException(Throwable) - Constructor for exception jakarta.enterprise.event.ObserverException
- ObserverInfo - Interface in jakarta.enterprise.inject.build.compatible.spi
-
Observers are: observer methods synthetic observers Observer methods directly correspond to a method declaration in program source code.
- observerMethod() - Method in interface jakarta.enterprise.inject.build.compatible.spi.ObserverInfo
-
Returns the declaration of this observer method.
- ObserverMethod<T> - Interface in jakarta.enterprise.inject.spi
-
Represents an observer method of an enabled bean.
- ObserverMethodConfigurator<T> - Interface in jakarta.enterprise.inject.spi.configurator
-
An
ObserverMethodConfigurator
can configure anObserverMethod
. - ObserverMethodConfigurator.EventConsumer<T> - Interface in jakarta.enterprise.inject.spi.configurator
-
Represents an operation that accepts a context of a fired event.
- Observes - Annotation Type in jakarta.enterprise.event
-
Identifies the event parameter of an observer method.
- ObservesAsync - Annotation Type in jakarta.enterprise.event
-
Identifies the event parameter of an asynchronous observer method.
- observeWith(Class<? extends SyntheticObserver<T>>) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticObserverBuilder
-
Sets the class of the synthetic observer event notification function.
- of(int, String, boolean, String, boolean, String, String, boolean, String) - Static method in class jakarta.security.enterprise.authentication.mechanism.http.RememberMe.Literal
-
Instance of the
RememberMe
Interceptor Binding. - of(ClassInfo) - Static method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Returns a new
AnnotationBuilder
that builds an annotation of given type. - of(Class<?>) - Method in interface jakarta.enterprise.inject.build.compatible.spi.Types
-
Returns a type from given class literal.
- of(Class<?>) - Static method in class jakarta.faces.model.FacesDataModel.Literal
- of(Class<?>[]) - Static method in class jakarta.enterprise.inject.Typed.Literal
- of(Class<? extends Annotation>) - Static method in class jakarta.enterprise.context.BeforeDestroyed.Literal
- of(Class<? extends Annotation>) - Static method in class jakarta.enterprise.context.Destroyed.Literal
- of(Class<? extends Annotation>) - Static method in class jakarta.enterprise.context.Initialized.Literal
- of(Class<? extends Annotation>) - Static method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Returns a new
AnnotationBuilder
that builds an annotation of given type. - of(String) - Static method in class jakarta.enterprise.inject.literal.NamedLiteral
- of(String) - Static method in class jakarta.faces.annotation.ManagedProperty.Literal
- of(String) - Static method in class jakarta.faces.annotation.View.Literal
- of(String) - Static method in class jakarta.faces.push.Push.Literal
- of(String, boolean) - Static method in class jakarta.faces.component.behavior.FacesBehavior.Literal
- of(String, boolean, boolean) - Static method in class jakarta.faces.validator.FacesValidator.Literal
- of(String, boolean, String, String) - Static method in class jakarta.security.enterprise.authentication.mechanism.http.LoginToContinue.Literal
-
Instance of the
LoginToContinue
Interceptor Binding. - of(String, Class, boolean) - Static method in class jakarta.faces.convert.FacesConverter.Literal
- of(String, Object) - Static method in interface jakarta.enterprise.event.NotificationOptions
- ofArray(Type, int) - Method in interface jakarta.enterprise.inject.build.compatible.spi.Types
-
Returns an
ArrayType
for the given element type and number of dimensions. - ofClass(ClassInfo) - Method in interface jakarta.enterprise.inject.build.compatible.spi.Types
-
Returns a
ClassType
for the given class declaration. - ofClass(String) - Method in interface jakarta.enterprise.inject.build.compatible.spi.Types
-
Returns a
ClassType
for the given binary name, as defined by The Java™ Language Specification; in other words, the class name as returned byClass.getName()
. - ofExecutor(Executor) - Static method in interface jakarta.enterprise.event.NotificationOptions
- OFFLINE_ACCESS_SCOPE - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
- ofPrimitive(PrimitiveType.PrimitiveKind) - Method in interface jakarta.enterprise.inject.build.compatible.spi.Types
-
Returns a
PrimitiveType
for the given kind of primitive type. - ofVoid() - Method in interface jakarta.enterprise.inject.build.compatible.spi.Types
-
Returns a
VoidType
, representing thevoid
pseudo-type. - ok() - Static method in class jakarta.ws.rs.core.Response
-
Create a new ResponseBuilder with an OK status.
- ok(Object) - Static method in class jakarta.ws.rs.core.Response
-
Create a new ResponseBuilder that contains a representation.
- ok(Object, MediaType) - Static method in class jakarta.ws.rs.core.Response
-
Create a new ResponseBuilder that contains a representation.
- ok(Object, Variant) - Static method in class jakarta.ws.rs.core.Response
-
Create a new ResponseBuilder that contains a representation.
- ok(Object, String) - Static method in class jakarta.ws.rs.core.Response
-
Create a new ResponseBuilder that contains a representation.
- OK - jakarta.ws.rs.core.Response.Status
-
200 OK, see HTTP/1.1 documentation.
- on(Expression<Boolean>) - Method in interface jakarta.persistence.criteria.CollectionJoin
-
Modify the join to restrict the result according to the specified ON condition and return the join object.
- on(Expression<Boolean>) - Method in interface jakarta.persistence.criteria.Join
-
Modify the join to restrict the result according to the specified ON condition and return the join object.
- on(Expression<Boolean>) - Method in interface jakarta.persistence.criteria.ListJoin
-
Modify the join to restrict the result according to the specified ON condition and return the join object.
- on(Expression<Boolean>) - Method in interface jakarta.persistence.criteria.MapJoin
-
Modify the join to restrict the result according to the specified ON condition and return the join object.
- on(Expression<Boolean>) - Method in interface jakarta.persistence.criteria.SetJoin
-
Modify the join to restrict the result according to the specified ON condition and return the join object.
- on(Predicate...) - Method in interface jakarta.persistence.criteria.CollectionJoin
-
Modify the join to restrict the result according to the specified ON condition and return the join object.
- on(Predicate...) - Method in interface jakarta.persistence.criteria.Join
-
Modify the join to restrict the result according to the specified ON condition and return the join object.
- on(Predicate...) - Method in interface jakarta.persistence.criteria.ListJoin
-
Modify the join to restrict the result according to the specified ON condition and return the join object.
- on(Predicate...) - Method in interface jakarta.persistence.criteria.MapJoin
-
Modify the join to restrict the result according to the specified ON condition and return the join object.
- on(Predicate...) - Method in interface jakarta.persistence.criteria.SetJoin
-
Modify the join to restrict the result according to the specified ON condition and return the join object.
- onAllDataRead() - Method in interface jakarta.servlet.ReadListener
-
Invoked when all data for the current request has been read.
- onblur - jakarta.faces.component.html.HtmlCommandButton.PropertyKeys
- onblur - jakarta.faces.component.html.HtmlCommandLink.PropertyKeys
- onblur - jakarta.faces.component.html.HtmlInputFile.PropertyKeys
- onblur - jakarta.faces.component.html.HtmlInputSecret.PropertyKeys
- onblur - jakarta.faces.component.html.HtmlInputText.PropertyKeys
- onblur - jakarta.faces.component.html.HtmlInputTextarea.PropertyKeys
- onblur - jakarta.faces.component.html.HtmlOutcomeTargetButton.PropertyKeys
- onblur - jakarta.faces.component.html.HtmlOutcomeTargetLink.PropertyKeys
- onblur - jakarta.faces.component.html.HtmlOutputLabel.PropertyKeys
- onblur - jakarta.faces.component.html.HtmlOutputLink.PropertyKeys
- onblur - jakarta.faces.component.html.HtmlSelectBooleanCheckbox.PropertyKeys
- onblur - jakarta.faces.component.html.HtmlSelectManyCheckbox.PropertyKeys
- onblur - jakarta.faces.component.html.HtmlSelectManyListbox.PropertyKeys
- onblur - jakarta.faces.component.html.HtmlSelectManyMenu.PropertyKeys
- onblur - jakarta.faces.component.html.HtmlSelectOneListbox.PropertyKeys
- onblur - jakarta.faces.component.html.HtmlSelectOneMenu.PropertyKeys
- onblur - jakarta.faces.component.html.HtmlSelectOneRadio.PropertyKeys
- onchange - jakarta.faces.component.html.HtmlCommandButton.PropertyKeys
- onchange - jakarta.faces.component.html.HtmlInputFile.PropertyKeys
- onchange - jakarta.faces.component.html.HtmlInputSecret.PropertyKeys
- onchange - jakarta.faces.component.html.HtmlInputText.PropertyKeys
- onchange - jakarta.faces.component.html.HtmlInputTextarea.PropertyKeys
- onchange - jakarta.faces.component.html.HtmlSelectBooleanCheckbox.PropertyKeys
- onchange - jakarta.faces.component.html.HtmlSelectManyCheckbox.PropertyKeys
- onchange - jakarta.faces.component.html.HtmlSelectManyListbox.PropertyKeys
- onchange - jakarta.faces.component.html.HtmlSelectManyMenu.PropertyKeys
- onchange - jakarta.faces.component.html.HtmlSelectOneListbox.PropertyKeys
- onchange - jakarta.faces.component.html.HtmlSelectOneMenu.PropertyKeys
- onchange - jakarta.faces.component.html.HtmlSelectOneRadio.PropertyKeys
- onclick - jakarta.faces.component.html.HtmlBody.PropertyKeys
- onclick - jakarta.faces.component.html.HtmlCommandButton.PropertyKeys
- onclick - jakarta.faces.component.html.HtmlCommandLink.PropertyKeys
- onclick - jakarta.faces.component.html.HtmlDataTable.PropertyKeys
- onclick - jakarta.faces.component.html.HtmlForm.PropertyKeys
- onclick - jakarta.faces.component.html.HtmlGraphicImage.PropertyKeys
- onclick - jakarta.faces.component.html.HtmlInputFile.PropertyKeys
- onclick - jakarta.faces.component.html.HtmlInputSecret.PropertyKeys
- onclick - jakarta.faces.component.html.HtmlInputText.PropertyKeys
- onclick - jakarta.faces.component.html.HtmlInputTextarea.PropertyKeys
- onclick - jakarta.faces.component.html.HtmlOutcomeTargetButton.PropertyKeys
- onclick - jakarta.faces.component.html.HtmlOutcomeTargetLink.PropertyKeys
- onclick - jakarta.faces.component.html.HtmlOutputLabel.PropertyKeys
- onclick - jakarta.faces.component.html.HtmlOutputLink.PropertyKeys
- onclick - jakarta.faces.component.html.HtmlPanelGrid.PropertyKeys
- onclick - jakarta.faces.component.html.HtmlPanelGroup.PropertyKeys
- onclick - jakarta.faces.component.html.HtmlSelectBooleanCheckbox.PropertyKeys
- onclick - jakarta.faces.component.html.HtmlSelectManyCheckbox.PropertyKeys
- onclick - jakarta.faces.component.html.HtmlSelectManyListbox.PropertyKeys
- onclick - jakarta.faces.component.html.HtmlSelectManyMenu.PropertyKeys
- onclick - jakarta.faces.component.html.HtmlSelectOneListbox.PropertyKeys
- onclick - jakarta.faces.component.html.HtmlSelectOneMenu.PropertyKeys
- onclick - jakarta.faces.component.html.HtmlSelectOneRadio.PropertyKeys
- onClose(Session, CloseReason) - Method in class jakarta.websocket.Endpoint
-
This method is called immediately prior to the session with the remote peer being closed.
- onClose(Consumer<SseEventSink>) - Method in interface jakarta.ws.rs.sse.SseBroadcaster
-
Register a listener, which will be called when this SseBroadcaster closes a given event
SseEventSink
or tries to write to a givenSseEventSink
that is already closed (either by client closing the connection or by callingSseEventSink.close()
on the server side. - OnClose - Annotation Type in jakarta.websocket
-
This method level annotation can be used to decorate a Java method that wishes to be called when a web socket session is closing.
- onComplete(AsyncEvent) - Method in interface jakarta.servlet.AsyncListener
-
Notifies this AsyncListener that an asynchronous operation has been completed.
- onComplete(Throwable) - Method in interface jakarta.ws.rs.container.CompletionCallback
-
An unmapped throwable is propagated to the default exception mapper in case no
exception mapper
has been found for a request processing failure. - onComponentCreated(FaceletContext, UIComponent, UIComponent) - Method in class jakarta.faces.view.facelets.ComponentHandler
-
This method is guaranteed to be called after the component has been created but before it has been populated with children.
- onComponentPopulated(FaceletContext, UIComponent, UIComponent) - Method in class jakarta.faces.view.facelets.ComponentHandler
-
This method is guaranteed to be called after the component has been populated with children.
- onDataAvailable() - Method in interface jakarta.servlet.ReadListener
-
When an instance of the
ReadListener
is registered with aServletInputStream
, this method will be invoked by the container the first time when it is possible to read data. - ondblclick - jakarta.faces.component.html.HtmlBody.PropertyKeys
- ondblclick - jakarta.faces.component.html.HtmlCommandButton.PropertyKeys
- ondblclick - jakarta.faces.component.html.HtmlCommandLink.PropertyKeys
- ondblclick - jakarta.faces.component.html.HtmlDataTable.PropertyKeys
- ondblclick - jakarta.faces.component.html.HtmlForm.PropertyKeys
- ondblclick - jakarta.faces.component.html.HtmlGraphicImage.PropertyKeys
- ondblclick - jakarta.faces.component.html.HtmlInputFile.PropertyKeys
- ondblclick - jakarta.faces.component.html.HtmlInputSecret.PropertyKeys
- ondblclick - jakarta.faces.component.html.HtmlInputText.PropertyKeys
- ondblclick - jakarta.faces.component.html.HtmlInputTextarea.PropertyKeys
- ondblclick - jakarta.faces.component.html.HtmlOutcomeTargetButton.PropertyKeys
- ondblclick - jakarta.faces.component.html.HtmlOutcomeTargetLink.PropertyKeys
- ondblclick - jakarta.faces.component.html.HtmlOutputLabel.PropertyKeys
- ondblclick - jakarta.faces.component.html.HtmlOutputLink.PropertyKeys
- ondblclick - jakarta.faces.component.html.HtmlPanelGrid.PropertyKeys
- ondblclick - jakarta.faces.component.html.HtmlPanelGroup.PropertyKeys
- ondblclick - jakarta.faces.component.html.HtmlSelectBooleanCheckbox.PropertyKeys
- ondblclick - jakarta.faces.component.html.HtmlSelectManyCheckbox.PropertyKeys
- ondblclick - jakarta.faces.component.html.HtmlSelectManyListbox.PropertyKeys
- ondblclick - jakarta.faces.component.html.HtmlSelectManyMenu.PropertyKeys
- ondblclick - jakarta.faces.component.html.HtmlSelectOneListbox.PropertyKeys
- ondblclick - jakarta.faces.component.html.HtmlSelectOneMenu.PropertyKeys
- ondblclick - jakarta.faces.component.html.HtmlSelectOneRadio.PropertyKeys
- onDisconnect(AsyncResponse) - Method in interface jakarta.ws.rs.container.ConnectionCallback
-
This callback notification method is invoked in case the container detects that the remote client connection associated with the asynchronous response has been disconnected.
- ONE_LEVEL - jakarta.security.enterprise.identitystore.LdapIdentityStoreDefinition.LdapSearchScope
- ONE_TO_MANY - jakarta.persistence.metamodel.Attribute.PersistentAttributeType
-
One-to-many association
- ONE_TO_ONE - jakarta.persistence.metamodel.Attribute.PersistentAttributeType
-
One-to-one association
- onerror - jakarta.faces.component.html.HtmlCommandScript.PropertyKeys
- onError(AsyncEvent) - Method in interface jakarta.servlet.AsyncListener
-
Notifies this AsyncListener that an asynchronous operation has failed to complete.
- onError(Session, Throwable) - Method in class jakarta.websocket.Endpoint
-
Developers may implement this method when the web socket session creates some kind of error that is not modeled in the web socket protocol.
- onError(Throwable) - Method in interface jakarta.servlet.ReadListener
-
Invoked when an error occurs processing the request.
- onError(Throwable) - Method in interface jakarta.servlet.WriteListener
-
Invoked when an error occurs writing data using the non-blocking APIs.
- onError(BiConsumer<SseEventSink, Throwable>) - Method in interface jakarta.ws.rs.sse.SseBroadcaster
-
Register a listener, which will be called when an exception is thrown by a given
SseEventSink
when this SseBroadcaster tries to write to it or close it. - OnError - Annotation Type in jakarta.websocket
-
This method level annotation can be used to decorate a Java method that wishes to be called in order to handle errors.
- OneToMany - Annotation Type in jakarta.persistence
-
Specifies a many-valued association with one-to-many multiplicity.
- OneToOne - Annotation Type in jakarta.persistence
-
Specifies a single-valued association to another entity that has one-to-one multiplicity.
- onevent - jakarta.faces.component.html.HtmlCommandScript.PropertyKeys
- onfocus - jakarta.faces.component.html.HtmlCommandButton.PropertyKeys
- onfocus - jakarta.faces.component.html.HtmlCommandLink.PropertyKeys
- onfocus - jakarta.faces.component.html.HtmlInputFile.PropertyKeys
- onfocus - jakarta.faces.component.html.HtmlInputSecret.PropertyKeys
- onfocus - jakarta.faces.component.html.HtmlInputText.PropertyKeys
- onfocus - jakarta.faces.component.html.HtmlInputTextarea.PropertyKeys
- onfocus - jakarta.faces.component.html.HtmlOutcomeTargetButton.PropertyKeys
- onfocus - jakarta.faces.component.html.HtmlOutcomeTargetLink.PropertyKeys
- onfocus - jakarta.faces.component.html.HtmlOutputLabel.PropertyKeys
- onfocus - jakarta.faces.component.html.HtmlOutputLink.PropertyKeys
- onfocus - jakarta.faces.component.html.HtmlSelectBooleanCheckbox.PropertyKeys
- onfocus - jakarta.faces.component.html.HtmlSelectManyCheckbox.PropertyKeys
- onfocus - jakarta.faces.component.html.HtmlSelectManyListbox.PropertyKeys
- onfocus - jakarta.faces.component.html.HtmlSelectManyMenu.PropertyKeys
- onfocus - jakarta.faces.component.html.HtmlSelectOneListbox.PropertyKeys
- onfocus - jakarta.faces.component.html.HtmlSelectOneMenu.PropertyKeys
- onfocus - jakarta.faces.component.html.HtmlSelectOneRadio.PropertyKeys
- onkeydown - jakarta.faces.component.html.HtmlBody.PropertyKeys
- onkeydown - jakarta.faces.component.html.HtmlCommandButton.PropertyKeys
- onkeydown - jakarta.faces.component.html.HtmlCommandLink.PropertyKeys
- onkeydown - jakarta.faces.component.html.HtmlDataTable.PropertyKeys
- onkeydown - jakarta.faces.component.html.HtmlForm.PropertyKeys
- onkeydown - jakarta.faces.component.html.HtmlGraphicImage.PropertyKeys
- onkeydown - jakarta.faces.component.html.HtmlInputFile.PropertyKeys
- onkeydown - jakarta.faces.component.html.HtmlInputSecret.PropertyKeys
- onkeydown - jakarta.faces.component.html.HtmlInputText.PropertyKeys
- onkeydown - jakarta.faces.component.html.HtmlInputTextarea.PropertyKeys
- onkeydown - jakarta.faces.component.html.HtmlOutcomeTargetButton.PropertyKeys
- onkeydown - jakarta.faces.component.html.HtmlOutcomeTargetLink.PropertyKeys
- onkeydown - jakarta.faces.component.html.HtmlOutputLabel.PropertyKeys
- onkeydown - jakarta.faces.component.html.HtmlOutputLink.PropertyKeys
- onkeydown - jakarta.faces.component.html.HtmlPanelGrid.PropertyKeys
- onkeydown - jakarta.faces.component.html.HtmlPanelGroup.PropertyKeys
- onkeydown - jakarta.faces.component.html.HtmlSelectBooleanCheckbox.PropertyKeys
- onkeydown - jakarta.faces.component.html.HtmlSelectManyCheckbox.PropertyKeys
- onkeydown - jakarta.faces.component.html.HtmlSelectManyListbox.PropertyKeys
- onkeydown - jakarta.faces.component.html.HtmlSelectManyMenu.PropertyKeys
- onkeydown - jakarta.faces.component.html.HtmlSelectOneListbox.PropertyKeys
- onkeydown - jakarta.faces.component.html.HtmlSelectOneMenu.PropertyKeys
- onkeydown - jakarta.faces.component.html.HtmlSelectOneRadio.PropertyKeys
- onkeypress - jakarta.faces.component.html.HtmlBody.PropertyKeys
- onkeypress - jakarta.faces.component.html.HtmlCommandButton.PropertyKeys
- onkeypress - jakarta.faces.component.html.HtmlCommandLink.PropertyKeys
- onkeypress - jakarta.faces.component.html.HtmlDataTable.PropertyKeys
- onkeypress - jakarta.faces.component.html.HtmlForm.PropertyKeys
- onkeypress - jakarta.faces.component.html.HtmlGraphicImage.PropertyKeys
- onkeypress - jakarta.faces.component.html.HtmlInputFile.PropertyKeys
- onkeypress - jakarta.faces.component.html.HtmlInputSecret.PropertyKeys
- onkeypress - jakarta.faces.component.html.HtmlInputText.PropertyKeys
- onkeypress - jakarta.faces.component.html.HtmlInputTextarea.PropertyKeys
- onkeypress - jakarta.faces.component.html.HtmlOutcomeTargetButton.PropertyKeys
- onkeypress - jakarta.faces.component.html.HtmlOutcomeTargetLink.PropertyKeys
- onkeypress - jakarta.faces.component.html.HtmlOutputLabel.PropertyKeys
- onkeypress - jakarta.faces.component.html.HtmlOutputLink.PropertyKeys
- onkeypress - jakarta.faces.component.html.HtmlPanelGrid.PropertyKeys
- onkeypress - jakarta.faces.component.html.HtmlPanelGroup.PropertyKeys
- onkeypress - jakarta.faces.component.html.HtmlSelectBooleanCheckbox.PropertyKeys
- onkeypress - jakarta.faces.component.html.HtmlSelectManyCheckbox.PropertyKeys
- onkeypress - jakarta.faces.component.html.HtmlSelectManyListbox.PropertyKeys
- onkeypress - jakarta.faces.component.html.HtmlSelectManyMenu.PropertyKeys
- onkeypress - jakarta.faces.component.html.HtmlSelectOneListbox.PropertyKeys
- onkeypress - jakarta.faces.component.html.HtmlSelectOneMenu.PropertyKeys
- onkeypress - jakarta.faces.component.html.HtmlSelectOneRadio.PropertyKeys
- onkeyup - jakarta.faces.component.html.HtmlBody.PropertyKeys
- onkeyup - jakarta.faces.component.html.HtmlCommandButton.PropertyKeys
- onkeyup - jakarta.faces.component.html.HtmlCommandLink.PropertyKeys
- onkeyup - jakarta.faces.component.html.HtmlDataTable.PropertyKeys
- onkeyup - jakarta.faces.component.html.HtmlForm.PropertyKeys
- onkeyup - jakarta.faces.component.html.HtmlGraphicImage.PropertyKeys
- onkeyup - jakarta.faces.component.html.HtmlInputFile.PropertyKeys
- onkeyup - jakarta.faces.component.html.HtmlInputSecret.PropertyKeys
- onkeyup - jakarta.faces.component.html.HtmlInputText.PropertyKeys
- onkeyup - jakarta.faces.component.html.HtmlInputTextarea.PropertyKeys
- onkeyup - jakarta.faces.component.html.HtmlOutcomeTargetButton.PropertyKeys
- onkeyup - jakarta.faces.component.html.HtmlOutcomeTargetLink.PropertyKeys
- onkeyup - jakarta.faces.component.html.HtmlOutputLabel.PropertyKeys
- onkeyup - jakarta.faces.component.html.HtmlOutputLink.PropertyKeys
- onkeyup - jakarta.faces.component.html.HtmlPanelGrid.PropertyKeys
- onkeyup - jakarta.faces.component.html.HtmlPanelGroup.PropertyKeys
- onkeyup - jakarta.faces.component.html.HtmlSelectBooleanCheckbox.PropertyKeys
- onkeyup - jakarta.faces.component.html.HtmlSelectManyCheckbox.PropertyKeys
- onkeyup - jakarta.faces.component.html.HtmlSelectManyListbox.PropertyKeys
- onkeyup - jakarta.faces.component.html.HtmlSelectManyMenu.PropertyKeys
- onkeyup - jakarta.faces.component.html.HtmlSelectOneListbox.PropertyKeys
- onkeyup - jakarta.faces.component.html.HtmlSelectOneMenu.PropertyKeys
- onkeyup - jakarta.faces.component.html.HtmlSelectOneRadio.PropertyKeys
- onload - jakarta.faces.component.html.HtmlBody.PropertyKeys
- onMessage(T) - Method in interface jakarta.websocket.MessageHandler.Whole
-
Called when the message has been fully received.
- onMessage(T, boolean) - Method in interface jakarta.websocket.MessageHandler.Partial
-
Called when the next part of a message has been fully received.
- OnMessage - Annotation Type in jakarta.websocket
-
This method level annotation can be used to make a Java method receive incoming web socket messages.
- onmousedown - jakarta.faces.component.html.HtmlBody.PropertyKeys
- onmousedown - jakarta.faces.component.html.HtmlCommandButton.PropertyKeys
- onmousedown - jakarta.faces.component.html.HtmlCommandLink.PropertyKeys
- onmousedown - jakarta.faces.component.html.HtmlDataTable.PropertyKeys
- onmousedown - jakarta.faces.component.html.HtmlForm.PropertyKeys
- onmousedown - jakarta.faces.component.html.HtmlGraphicImage.PropertyKeys
- onmousedown - jakarta.faces.component.html.HtmlInputFile.PropertyKeys
- onmousedown - jakarta.faces.component.html.HtmlInputSecret.PropertyKeys
- onmousedown - jakarta.faces.component.html.HtmlInputText.PropertyKeys
- onmousedown - jakarta.faces.component.html.HtmlInputTextarea.PropertyKeys
- onmousedown - jakarta.faces.component.html.HtmlOutcomeTargetButton.PropertyKeys
- onmousedown - jakarta.faces.component.html.HtmlOutcomeTargetLink.PropertyKeys
- onmousedown - jakarta.faces.component.html.HtmlOutputLabel.PropertyKeys
- onmousedown - jakarta.faces.component.html.HtmlOutputLink.PropertyKeys
- onmousedown - jakarta.faces.component.html.HtmlPanelGrid.PropertyKeys
- onmousedown - jakarta.faces.component.html.HtmlPanelGroup.PropertyKeys
- onmousedown - jakarta.faces.component.html.HtmlSelectBooleanCheckbox.PropertyKeys
- onmousedown - jakarta.faces.component.html.HtmlSelectManyCheckbox.PropertyKeys
- onmousedown - jakarta.faces.component.html.HtmlSelectManyListbox.PropertyKeys
- onmousedown - jakarta.faces.component.html.HtmlSelectManyMenu.PropertyKeys
- onmousedown - jakarta.faces.component.html.HtmlSelectOneListbox.PropertyKeys
- onmousedown - jakarta.faces.component.html.HtmlSelectOneMenu.PropertyKeys
- onmousedown - jakarta.faces.component.html.HtmlSelectOneRadio.PropertyKeys
- onmousemove - jakarta.faces.component.html.HtmlBody.PropertyKeys
- onmousemove - jakarta.faces.component.html.HtmlCommandButton.PropertyKeys
- onmousemove - jakarta.faces.component.html.HtmlCommandLink.PropertyKeys
- onmousemove - jakarta.faces.component.html.HtmlDataTable.PropertyKeys
- onmousemove - jakarta.faces.component.html.HtmlForm.PropertyKeys
- onmousemove - jakarta.faces.component.html.HtmlGraphicImage.PropertyKeys
- onmousemove - jakarta.faces.component.html.HtmlInputFile.PropertyKeys
- onmousemove - jakarta.faces.component.html.HtmlInputSecret.PropertyKeys
- onmousemove - jakarta.faces.component.html.HtmlInputText.PropertyKeys
- onmousemove - jakarta.faces.component.html.HtmlInputTextarea.PropertyKeys
- onmousemove - jakarta.faces.component.html.HtmlOutcomeTargetButton.PropertyKeys
- onmousemove - jakarta.faces.component.html.HtmlOutcomeTargetLink.PropertyKeys
- onmousemove - jakarta.faces.component.html.HtmlOutputLabel.PropertyKeys
- onmousemove - jakarta.faces.component.html.HtmlOutputLink.PropertyKeys
- onmousemove - jakarta.faces.component.html.HtmlPanelGrid.PropertyKeys
- onmousemove - jakarta.faces.component.html.HtmlPanelGroup.PropertyKeys
- onmousemove - jakarta.faces.component.html.HtmlSelectBooleanCheckbox.PropertyKeys
- onmousemove - jakarta.faces.component.html.HtmlSelectManyCheckbox.PropertyKeys
- onmousemove - jakarta.faces.component.html.HtmlSelectManyListbox.PropertyKeys
- onmousemove - jakarta.faces.component.html.HtmlSelectManyMenu.PropertyKeys
- onmousemove - jakarta.faces.component.html.HtmlSelectOneListbox.PropertyKeys
- onmousemove - jakarta.faces.component.html.HtmlSelectOneMenu.PropertyKeys
- onmousemove - jakarta.faces.component.html.HtmlSelectOneRadio.PropertyKeys
- onmouseout - jakarta.faces.component.html.HtmlBody.PropertyKeys
- onmouseout - jakarta.faces.component.html.HtmlCommandButton.PropertyKeys
- onmouseout - jakarta.faces.component.html.HtmlCommandLink.PropertyKeys
- onmouseout - jakarta.faces.component.html.HtmlDataTable.PropertyKeys
- onmouseout - jakarta.faces.component.html.HtmlForm.PropertyKeys
- onmouseout - jakarta.faces.component.html.HtmlGraphicImage.PropertyKeys
- onmouseout - jakarta.faces.component.html.HtmlInputFile.PropertyKeys
- onmouseout - jakarta.faces.component.html.HtmlInputSecret.PropertyKeys
- onmouseout - jakarta.faces.component.html.HtmlInputText.PropertyKeys
- onmouseout - jakarta.faces.component.html.HtmlInputTextarea.PropertyKeys
- onmouseout - jakarta.faces.component.html.HtmlOutcomeTargetButton.PropertyKeys
- onmouseout - jakarta.faces.component.html.HtmlOutcomeTargetLink.PropertyKeys
- onmouseout - jakarta.faces.component.html.HtmlOutputLabel.PropertyKeys
- onmouseout - jakarta.faces.component.html.HtmlOutputLink.PropertyKeys
- onmouseout - jakarta.faces.component.html.HtmlPanelGrid.PropertyKeys
- onmouseout - jakarta.faces.component.html.HtmlPanelGroup.PropertyKeys
- onmouseout - jakarta.faces.component.html.HtmlSelectBooleanCheckbox.PropertyKeys
- onmouseout - jakarta.faces.component.html.HtmlSelectManyCheckbox.PropertyKeys
- onmouseout - jakarta.faces.component.html.HtmlSelectManyListbox.PropertyKeys
- onmouseout - jakarta.faces.component.html.HtmlSelectManyMenu.PropertyKeys
- onmouseout - jakarta.faces.component.html.HtmlSelectOneListbox.PropertyKeys
- onmouseout - jakarta.faces.component.html.HtmlSelectOneMenu.PropertyKeys
- onmouseout - jakarta.faces.component.html.HtmlSelectOneRadio.PropertyKeys
- onmouseover - jakarta.faces.component.html.HtmlBody.PropertyKeys
- onmouseover - jakarta.faces.component.html.HtmlCommandButton.PropertyKeys
- onmouseover - jakarta.faces.component.html.HtmlCommandLink.PropertyKeys
- onmouseover - jakarta.faces.component.html.HtmlDataTable.PropertyKeys
- onmouseover - jakarta.faces.component.html.HtmlForm.PropertyKeys
- onmouseover - jakarta.faces.component.html.HtmlGraphicImage.PropertyKeys
- onmouseover - jakarta.faces.component.html.HtmlInputFile.PropertyKeys
- onmouseover - jakarta.faces.component.html.HtmlInputSecret.PropertyKeys
- onmouseover - jakarta.faces.component.html.HtmlInputText.PropertyKeys
- onmouseover - jakarta.faces.component.html.HtmlInputTextarea.PropertyKeys
- onmouseover - jakarta.faces.component.html.HtmlOutcomeTargetButton.PropertyKeys
- onmouseover - jakarta.faces.component.html.HtmlOutcomeTargetLink.PropertyKeys
- onmouseover - jakarta.faces.component.html.HtmlOutputLabel.PropertyKeys
- onmouseover - jakarta.faces.component.html.HtmlOutputLink.PropertyKeys
- onmouseover - jakarta.faces.component.html.HtmlPanelGrid.PropertyKeys
- onmouseover - jakarta.faces.component.html.HtmlPanelGroup.PropertyKeys
- onmouseover - jakarta.faces.component.html.HtmlSelectBooleanCheckbox.PropertyKeys
- onmouseover - jakarta.faces.component.html.HtmlSelectManyCheckbox.PropertyKeys
- onmouseover - jakarta.faces.component.html.HtmlSelectManyListbox.PropertyKeys
- onmouseover - jakarta.faces.component.html.HtmlSelectManyMenu.PropertyKeys
- onmouseover - jakarta.faces.component.html.HtmlSelectOneListbox.PropertyKeys
- onmouseover - jakarta.faces.component.html.HtmlSelectOneMenu.PropertyKeys
- onmouseover - jakarta.faces.component.html.HtmlSelectOneRadio.PropertyKeys
- onmouseup - jakarta.faces.component.html.HtmlBody.PropertyKeys
- onmouseup - jakarta.faces.component.html.HtmlCommandButton.PropertyKeys
- onmouseup - jakarta.faces.component.html.HtmlCommandLink.PropertyKeys
- onmouseup - jakarta.faces.component.html.HtmlDataTable.PropertyKeys
- onmouseup - jakarta.faces.component.html.HtmlForm.PropertyKeys
- onmouseup - jakarta.faces.component.html.HtmlGraphicImage.PropertyKeys
- onmouseup - jakarta.faces.component.html.HtmlInputFile.PropertyKeys
- onmouseup - jakarta.faces.component.html.HtmlInputSecret.PropertyKeys
- onmouseup - jakarta.faces.component.html.HtmlInputText.PropertyKeys
- onmouseup - jakarta.faces.component.html.HtmlInputTextarea.PropertyKeys
- onmouseup - jakarta.faces.component.html.HtmlOutcomeTargetButton.PropertyKeys
- onmouseup - jakarta.faces.component.html.HtmlOutcomeTargetLink.PropertyKeys
- onmouseup - jakarta.faces.component.html.HtmlOutputLabel.PropertyKeys
- onmouseup - jakarta.faces.component.html.HtmlOutputLink.PropertyKeys
- onmouseup - jakarta.faces.component.html.HtmlPanelGrid.PropertyKeys
- onmouseup - jakarta.faces.component.html.HtmlPanelGroup.PropertyKeys
- onmouseup - jakarta.faces.component.html.HtmlSelectBooleanCheckbox.PropertyKeys
- onmouseup - jakarta.faces.component.html.HtmlSelectManyCheckbox.PropertyKeys
- onmouseup - jakarta.faces.component.html.HtmlSelectManyListbox.PropertyKeys
- onmouseup - jakarta.faces.component.html.HtmlSelectManyMenu.PropertyKeys
- onmouseup - jakarta.faces.component.html.HtmlSelectOneListbox.PropertyKeys
- onmouseup - jakarta.faces.component.html.HtmlSelectOneMenu.PropertyKeys
- onmouseup - jakarta.faces.component.html.HtmlSelectOneRadio.PropertyKeys
- onOpen(Session, EndpointConfig) - Method in class jakarta.websocket.Endpoint
-
Developers must implement this method to be notified when a new conversation has just begun.
- OnOpen - Annotation Type in jakarta.websocket
-
This method level annotation can be used to decorate a Java method that wishes to be called when a new web socket session is open.
- onreset - jakarta.faces.component.html.HtmlForm.PropertyKeys
- onResult(SendResult) - Method in interface jakarta.websocket.SendHandler
-
Called once the message has been transmitted.
- onselect - jakarta.faces.component.html.HtmlCommandButton.PropertyKeys
- onselect - jakarta.faces.component.html.HtmlInputFile.PropertyKeys
- onselect - jakarta.faces.component.html.HtmlInputSecret.PropertyKeys
- onselect - jakarta.faces.component.html.HtmlInputText.PropertyKeys
- onselect - jakarta.faces.component.html.HtmlInputTextarea.PropertyKeys
- onselect - jakarta.faces.component.html.HtmlSelectBooleanCheckbox.PropertyKeys
- onselect - jakarta.faces.component.html.HtmlSelectManyCheckbox.PropertyKeys
- onselect - jakarta.faces.component.html.HtmlSelectOneRadio.PropertyKeys
- onStartAsync(AsyncEvent) - Method in interface jakarta.servlet.AsyncListener
-
Notifies this AsyncListener that a new asynchronous cycle is being initiated via a call to one of the
ServletRequest.startAsync()
methods. - onStartup(Set<Class<?>>, ServletContext) - Method in interface jakarta.servlet.ServletContainerInitializer
-
Notifies this ServletContainerInitializer of the startup of the application represented by the given ServletContext.
- onsubmit - jakarta.faces.component.html.HtmlForm.PropertyKeys
- onTimeout(AsyncEvent) - Method in interface jakarta.servlet.AsyncListener
-
Notifies this AsyncListener that an asynchronous operation has timed out.
- onunload - jakarta.faces.component.html.HtmlBody.PropertyKeys
- onWritePossible() - Method in interface jakarta.servlet.WriteListener
-
When an instance of the WriteListener is registered with a
ServletOutputStream
, this method will be invoked by the container the first time when it is possible to write data. - open() - Method in interface jakarta.ws.rs.sse.SseEventSource
-
Open the connection to the supplied SSE underlying
web target
and start processing incomingevents
. - OPENID_SCOPE - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
- OpenIdAuthenticationMechanismDefinition - Annotation Type in jakarta.security.enterprise.authentication.mechanism.http
-
Annotation used to define a container authentication mechanism that implements the Authorization Code flow and Refresh tokens as defined by the OpenId Connect specification and make that implementation available as an enabled CDI bean.
- OpenIdClaims - Interface in jakarta.security.enterprise.identitystore.openid
-
User Claims received from the userinfo endpoint.
- OpenIdConstant - Interface in jakarta.security.enterprise.authentication.mechanism.http.openid
-
Contains constant specific to OpenId Connect specification http://openid.net/specs/openid-connect-core-1_0.html
- OpenIdContext - Interface in jakarta.security.enterprise.identitystore.openid
-
An injectable interface that provides access to access token, identity token, claims and OpenId Connect provider related information.
- OpenIdProviderMetadata - Annotation Type in jakarta.security.enterprise.authentication.mechanism.http.openid
-
OpenIdProviderMetadata
annotation overrides the openid connect provider's endpoint value, discovered using providerUri. - operationName() - Method in enum jakarta.json.JsonPatch.Operation
-
Returns enum constant name as lower case string.
- OPTIMISTIC - jakarta.persistence.LockModeType
-
Optimistic lock.
- OPTIMISTIC_FORCE_INCREMENT - jakarta.persistence.LockModeType
-
Optimistic lock, with version update.
- OptimisticLockException - Exception in jakarta.persistence
-
Thrown by the persistence provider when an optimistic locking conflict occurs.
- OptimisticLockException() - Constructor for exception jakarta.persistence.OptimisticLockException
-
Constructs a new
OptimisticLockException
exception withnull
as its detail message. - OptimisticLockException(Object) - Constructor for exception jakarta.persistence.OptimisticLockException
-
Constructs a new
OptimisticLockException
exception with the specified entity. - OptimisticLockException(String) - Constructor for exception jakarta.persistence.OptimisticLockException
-
Constructs a new
OptimisticLockException
exception with the specified detail message. - OptimisticLockException(String, Throwable) - Constructor for exception jakarta.persistence.OptimisticLockException
-
Constructs a new
OptimisticLockException
exception with the specified detail message and cause. - OptimisticLockException(String, Throwable, Object) - Constructor for exception jakarta.persistence.OptimisticLockException
-
Constructs a new
OptimisticLockException
exception with the specified detail message, cause, and entity. - OptimisticLockException(Throwable) - Constructor for exception jakarta.persistence.OptimisticLockException
-
Constructs a new
OptimisticLockException
exception with the specified cause. - optional() - Method in annotation type jakarta.persistence.Basic
-
(Optional) Defines whether the value of the field or property may be null.
- optional() - Method in annotation type jakarta.persistence.ManyToOne
-
(Optional) Whether the association is optional.
- optional() - Method in annotation type jakarta.persistence.OneToOne
-
(Optional) Whether the association is optional.
- OPTIONAL - jakarta.ws.rs.SeBootstrap.Configuration.SSLClientAuthentication
-
Client authentication is performed, but invalid clients are accepted.
- options() - Method in interface jakarta.ws.rs.client.AsyncInvoker
-
Invoke HTTP OPTIONS method for the current request asynchronously.
- options() - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
- options() - Method in interface jakarta.ws.rs.client.RxInvoker
-
Invoke HTTP OPTIONS method for the current request.
- options() - Method in interface jakarta.ws.rs.client.SyncInvoker
-
Invoke HTTP OPTIONS method for the current request synchronously.
- options(InvocationCallback<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
-
Invoke HTTP OPTIONS method for the current request asynchronously.
- options(GenericType<R>) - Method in interface jakarta.ws.rs.client.RxInvoker
-
Invoke HTTP OPTIONS method for the current request.
- options(GenericType<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
-
Invoke HTTP OPTIONS method for the current request asynchronously.
- options(GenericType<T>) - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
- options(GenericType<T>) - Method in interface jakarta.ws.rs.client.SyncInvoker
-
Invoke HTTP OPTIONS method for the current request synchronously.
- options(Class<R>) - Method in interface jakarta.ws.rs.client.RxInvoker
-
Invoke HTTP OPTIONS method for the current request.
- options(Class<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
-
Invoke HTTP OPTIONS method for the current request asynchronously.
- options(Class<T>) - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
- options(Class<T>) - Method in interface jakarta.ws.rs.client.SyncInvoker
-
Invoke HTTP OPTIONS method for the current request synchronously.
- OPTIONS - Annotation Type in jakarta.ws.rs
-
Indicates that the annotated method responds to HTTP OPTIONS requests.
- OPTIONS - Static variable in annotation type jakarta.ws.rs.HttpMethod
-
HTTP OPTIONS method.
- or(Expression<Boolean>, Expression<Boolean>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create a disjunction of the given boolean expressions.
- or(Predicate...) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create a disjunction of the given restriction predicates.
- OR - jakarta.persistence.criteria.Predicate.BooleanOperator
- Order - Interface in jakarta.persistence.criteria
-
An object that defines an ordering over the query results.
- orderBy(Order...) - Method in interface jakarta.persistence.criteria.CriteriaQuery
-
Specify the ordering expressions that are used to order the query results.
- orderBy(List<Order>) - Method in interface jakarta.persistence.criteria.CriteriaQuery
-
Specify the ordering expressions that are used to order the query results.
- OrderBy - Annotation Type in jakarta.persistence
-
Specifies the ordering of the elements of a collection valued association or element collection at the point when the association or collection is retrieved.
- OrderColumn - Annotation Type in jakarta.persistence
-
Specifies a column that is used to maintain the persistent order of a list.
- ORDERED_LIBS - Static variable in interface jakarta.servlet.ServletContext
-
The name of the
ServletContext
attribute whose value (of typejava.util.List<java.lang.String>
) contains the list of names of JAR files inWEB-INF/lib
ordered by their web fragment names (with possible exclusions if<absolute-ordering>
without any<others/>
is being used), or null if no absolute or relative ordering has been specified - ORDINAL - jakarta.persistence.EnumType
-
Persist enumerated type property or field as an integer.
- orig - Variable in class jakarta.servlet.jsp.jstl.core.IndexedValueExpression
- orig - Variable in class jakarta.servlet.jsp.jstl.core.IteratedExpression
- ORIGINAL_REQUEST - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
- orphanRemoval() - Method in annotation type jakarta.persistence.OneToMany
-
(Optional) Whether to apply the remove operation to entities that have been removed from the relationship and to cascade the remove operation to those entities.
- orphanRemoval() - Method in annotation type jakarta.persistence.OneToOne
-
(Optional) Whether to apply the remove operation to entities that have been removed from the relationship and to cascade the remove operation to those entities.
- OTHER - jakarta.ws.rs.core.Response.Status.Family
-
Other, unrecognized HTTP status codes.
- otherwise(Expression<? extends R>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder.Case
-
Add an "else" clause to the case expression.
- otherwise(Expression<? extends R>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder.SimpleCase
-
Add an "else" clause to the case expression.
- otherwise(R) - Method in interface jakarta.persistence.criteria.CriteriaBuilder.Case
-
Add an "else" clause to the case expression.
- otherwise(R) - Method in interface jakarta.persistence.criteria.CriteriaBuilder.SimpleCase
-
Add an "else" clause to the case expression.
- OUT - jakarta.persistence.ParameterMode
-
Stored procedure output parameter
- OUT - Static variable in class jakarta.servlet.jsp.PageContext
-
Name used to store current JspWriter in PageContext name table.
- outboundParameter(String, ValueExpression) - Method in class jakarta.faces.flow.builder.FlowCallBuilder
-
Define an outbound parameter for the flow call.
- outboundParameter(String, String) - Method in class jakarta.faces.flow.builder.FlowCallBuilder
-
Define an outbound parameter for the flow call.
- OutboundSseEvent - Interface in jakarta.ws.rs.sse
-
Representation of a single outbound Server-sent event.
- OutboundSseEvent.Builder - Interface in jakarta.ws.rs.sse
-
A builder class used for creating
OutboundSseEvent
instances. - OverridesAttribute - Annotation Type in jakarta.validation
-
Marks an attribute as overriding the attribute of a composing constraint.
- OverridesAttribute.List - Annotation Type in jakarta.validation
-
Defines several
OverridesAttribute
annotations on the same element
P
- PACKAGE - jakarta.enterprise.lang.model.declarations.DeclarationInfo.Kind
- packageInfo() - Method in interface jakarta.enterprise.lang.model.declarations.ClassInfo
-
Returns the package this class is part of.
- PackageInfo - Interface in jakarta.enterprise.lang.model.declarations
-
A package, possibly annotated in
package-info.java
. - PAGE - jakarta.security.enterprise.authentication.mechanism.http.openid.DisplayType
-
The Authorization Server should display authentication and consent UI consistent with a full User-Agent page view.
- PAGE - Static variable in class jakarta.servlet.jsp.PageContext
-
Name used to store the Servlet in this PageContext's nametables.
- PAGE_SCOPE - Static variable in class jakarta.servlet.jsp.PageContext
-
Page scope: (this is the default) the named reference remains available in this PageContext until the return from the current Servlet.service() invocation.
- pageContext - Variable in class jakarta.servlet.jsp.tagext.TagSupport
-
The PageContext.
- PageContext - Class in jakarta.servlet.jsp
-
PageContext extends JspContext to provide useful context information for when JSP technology is used in a Servlet environment.
- PageContext() - Constructor for class jakarta.servlet.jsp.PageContext
-
Sole constructor.
- PAGECONTEXT - Static variable in class jakarta.servlet.jsp.PageContext
-
Name used to store this PageContext in it's own name table.
- PageData - Class in jakarta.servlet.jsp.tagext
-
Translation-time information on a JSP page.
- PageData() - Constructor for class jakarta.servlet.jsp.tagext.PageData
-
Sole constructor.
- param(String, String) - Method in class jakarta.ws.rs.core.Form
-
Adds a new value to the specified form parameter.
- param(String, String) - Method in interface jakarta.ws.rs.core.Link.Builder
-
Set an arbitrary parameter on this link.
- ParamConverter<T> - Interface in jakarta.ws.rs.ext
-
Defines a contract for a delegate responsible for converting between a
String
form of a message parameter value and the corresponding custom Java typeT
. - ParamConverter.Lazy - Annotation Type in jakarta.ws.rs.ext
-
Mandates that a conversion of any
default value
delegated to aparameter converter
annotated with@Lazy
annotation SHOULD occur only once the value is actually required (e.g. - ParamConverterProvider - Interface in jakarta.ws.rs.ext
-
Contract for a provider of
ParamConverter
instances. - parameter(Class<T>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create a parameter expression.
- parameter(Class<T>, String) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create a parameter expression with the given name.
- parameter(String, String) - Method in class jakarta.faces.flow.builder.NavigationCaseBuilder.RedirectBuilder
-
Add a parameter to the redirect.
- Parameter - Class in jakarta.faces.flow
-
Represents a parameter in any of several places where parameters are needed when processing flows.
- Parameter<T> - Interface in jakarta.persistence
-
Type for query parameter objects.
- Parameter() - Constructor for class jakarta.faces.flow.Parameter
- Parameter(String, Object) - Constructor for class jakarta.faces.component.behavior.ClientBehaviorContext.Parameter
-
Creates a Parameter instance.
- PARAMETER - jakarta.enterprise.lang.model.declarations.DeclarationInfo.Kind
- PARAMETER - jakarta.validation.ElementKind
-
A parameter of a method or constructor.
- ParameterConfig - Interface in jakarta.enterprise.inject.build.compatible.spi
-
Allows adding annotations to and removing annotations from a method parameter.
- ParameterDescriptor - Interface in jakarta.validation.metadata
-
Describes a validated method or constructor parameter.
- ParameterExpression<T> - Interface in jakarta.persistence.criteria
-
Type of criteria query parameter expressions.
- ParameterInfo - Interface in jakarta.enterprise.lang.model.declarations
-
A method parameter or a constructor parameter, declared in some method or constructor.
- parameterized(ClassType, Type...) - Method in interface jakarta.enterprise.inject.build.compatible.spi.Types
-
Returns a
ParameterizedType
for the given generic type and type arguments. - parameterized(Class<?>, Type...) - Method in interface jakarta.enterprise.inject.build.compatible.spi.Types
-
Returns a
ParameterizedType
for the given generic type and type arguments. - parameterized(Class<?>, Class<?>...) - Method in interface jakarta.enterprise.inject.build.compatible.spi.Types
-
Returns a
ParameterizedType
for the given generic type and type arguments. - PARAMETERIZED_TYPE - jakarta.enterprise.lang.model.types.Type.Kind
-
E.g.
- ParameterizedType - Interface in jakarta.enterprise.lang.model.types
-
A parameterized type.
- ParameterMode - Enum in jakarta.persistence
-
Specifies the mode of a parameter of a stored procedure query.
- parameterNameProvider(ParameterNameProvider) - Method in interface jakarta.validation.Configuration
-
Defines the parameter name provider.
- parameterNameProvider(ParameterNameProvider) - Method in interface jakarta.validation.ValidatorContext
-
Defines the parameter name provider implementation used by the
Validator
. - ParameterNameProvider - Interface in jakarta.validation
-
Provides names for method and constructor parameters.
- parameters() - Method in interface jakarta.enterprise.inject.build.compatible.spi.MethodConfig
-
Returns a list of
ParameterConfig
objects for each parameter of this method. - parameters() - Method in interface jakarta.enterprise.lang.model.declarations.MethodInfo
-
Returns a list of parameters declared or implicitly declared on this method.
- parameters() - Method in annotation type jakarta.persistence.NamedStoredProcedureQuery
-
Information about all parameters of the stored procedure.
- parameters(List<Parameter>) - Method in class jakarta.faces.flow.builder.MethodCallBuilder
-
Set the parameters of the method call node.
- Parameters - Interface in jakarta.enterprise.inject.build.compatible.spi
-
A
String
-keyed parameter map. - PARAMETERS - jakarta.validation.ConstraintTarget
-
Constraint applies to the parameters of a method or a constructor
- PARAMETERS - jakarta.validation.constraintvalidation.ValidationTarget
-
Array of parameters of the annotated method or constructor (aka cross-parameter).
- params() - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedConstructorConfigurator
- params() - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedMethodConfigurator
- parse(String) - Static method in class jakarta.security.enterprise.identitystore.openid.Scope
- parseExpression(String, Class<?>, FunctionMapper) - Method in class jakarta.servlet.jsp.el.ExpressionEvaluator
-
Deprecated.Prepare an expression for later evaluation.
- Part - Interface in jakarta.servlet.http
-
This class represents a part or form item that was received within a
multipart/form-data
POST request. - PARTIAL_CONTENT - jakarta.ws.rs.core.Response.Status
-
206 Reset Content, see HTTP/1.1 documentation.
- PARTIAL_EVENT_PARAM_NAME - Static variable in class jakarta.faces.context.PartialViewContext
-
The request parameter name whose request parameter value identifies the type of partial event.
- PARTIAL_EXECUTE_PARAM_NAME - Static variable in class jakarta.faces.context.PartialViewContext
-
The request parameter name whose request parameter value is a
Collection
of client identifiers identifying the components that must be processed during the Apply Request Values, Process Validations, and Update Model Values phases of the request processing lifecycle. - PARTIAL_RENDER_PARAM_NAME - Static variable in class jakarta.faces.context.PartialViewContext
-
The request parameter name whose request parameter value is a
Collection
of client identifiers identifying the components that must be processed during the Render Response phase of the request processing lifecycle. - PARTIAL_STATE_SAVING_PARAM_NAME - Static variable in class jakarta.faces.application.StateManager
-
The
ServletContext
init parameter consulted by the runtime to determine if the partial state saving mechanism should be used. - PARTIAL_VIEW_CONTEXT_FACTORY - Static variable in class jakarta.faces.FactoryFinder
-
The property name for the
PartialViewContextFactory
class name. - PartialResponseWriter - Class in jakarta.faces.context
-
PartialResponseWriter decorates an existing
ResponseWriter
to support the generation of a partial response suitable for Ajax operations. - PartialResponseWriter(ResponseWriter) - Constructor for class jakarta.faces.context.PartialResponseWriter
-
Create a
PartialResponseWriter
. - PartialStateHolder - Interface in jakarta.faces.component
-
Components that want to leverage the partial state saving feature must implement this interface instead of implementing
StateHolder
, from which this interface inherits. - PartialViewContext - Class in jakarta.faces.context
-
PartialViewContext contains methods and properties that pertain to partial request processing and partial response rendering on a view.
- PartialViewContext() - Constructor for class jakarta.faces.context.PartialViewContext
- PartialViewContextFactory - Class in jakarta.faces.context
-
PartialViewContextFactory is a factory object that creates (if needed) and returns new
PartialViewContext
instances. - PartialViewContextFactory() - Constructor for class jakarta.faces.context.PartialViewContextFactory
-
Deprecated.Use the other constructor taking the implementation being wrapped.
- PartialViewContextFactory(PartialViewContextFactory) - Constructor for class jakarta.faces.context.PartialViewContextFactory
-
If this factory has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.
- PartialViewContextWrapper - Class in jakarta.faces.context
-
Provides a simple implementation of
PartialViewContext
that can be subclassed by developers wishing to provide specialized behavior to an existingPartialViewContext
instance. - PartialViewContextWrapper() - Constructor for class jakarta.faces.context.PartialViewContextWrapper
-
Deprecated.Use the other constructor taking the implementation being wrapped.
- PartialViewContextWrapper(PartialViewContext) - Constructor for class jakarta.faces.context.PartialViewContextWrapper
-
If this partial view context has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.
- passivating() - Method in annotation type jakarta.enterprise.context.NormalScope
-
Determines whether the normal scope type is a passivating scope.
- passivationCapable() - Method in annotation type jakarta.ejb.Stateful
-
Specifies whether this stateful session bean is passivation capable
- PassivationCapable - Interface in jakarta.enterprise.inject.spi
-
Indicates that a custom implementation of
Bean
orContextual
is passivation capable. - PASSTHROUGH_RENDERER_LOCALNAME_KEY - Static variable in class jakarta.faces.render.Renderer
-
The key in the component passthrough attributes
Map
for the localName of the element corresponding to the component. - password() - Method in annotation type jakarta.annotation.sql.DataSourceDefinition
-
Password to use for connection authentication.
- Password - Class in jakarta.security.enterprise.credential
-
Represents a text-based password, and includes a built-in mechanism for securely clearing the value.
- Password(char[]) - Constructor for class jakarta.security.enterprise.credential.Password
-
Constructor
- Password(String) - Constructor for class jakarta.security.enterprise.credential.Password
-
Constructor
- PasswordHash - Interface in jakarta.security.enterprise.identitystore
-
PasswordHash
is an interface for objects that can generate and verify password hashes. - PasswordValidationCallback - Class in jakarta.security.auth.message.callback
-
Callback for PasswordValidation.
- PasswordValidationCallback(Subject, String, char[]) - Constructor for class jakarta.security.auth.message.callback.PasswordValidationCallback
-
Create a PasswordValidationCallback.
- Past - Annotation Type in jakarta.validation.constraints
-
The annotated element must be an instant, date or time in the past.
- Past.List - Annotation Type in jakarta.validation.constraints
-
Defines several
Past
annotations on the same element. - PastOrPresent - Annotation Type in jakarta.validation.constraints
-
The annotated element must be an instant, date or time in the past or in the present.
- PastOrPresent.List - Annotation Type in jakarta.validation.constraints
-
Defines several
PastOrPresent
annotations on the same element. - PATCH - Annotation Type in jakarta.ws.rs
-
Indicates that the annotated method responds to HTTP PATCH requests.
- PATCH - Static variable in annotation type jakarta.ws.rs.HttpMethod
-
HTTP PATCH method.
- path(Class) - Method in class jakarta.ws.rs.core.UriBuilder
-
Append the path from a Path-annotated class to the existing path.
- path(Class, String) - Method in class jakarta.ws.rs.core.UriBuilder
-
Append the path from a Path-annotated method to the existing path.
- path(Method) - Method in class jakarta.ws.rs.core.UriBuilder
-
Append the path from a
Path
-annotated method to the existing path. - path(String) - Method in interface jakarta.servlet.http.PushBuilder
-
Set the URI path to be used for the push.
- path(String) - Method in interface jakarta.ws.rs.client.WebTarget
-
Create a new
WebTarget
instance by appending path to the URI of the current target instance. - path(String) - Method in class jakarta.ws.rs.core.Cookie.AbstractCookieBuilder
-
Set the path of the cookie.
- path(String) - Method in class jakarta.ws.rs.core.UriBuilder
-
Append path to the existing path.
- Path<X> - Interface in jakarta.persistence.criteria
-
Represents a simple or compound attribute path from a bound type or collection, and is a "primitive" expression.
- Path - Interface in jakarta.validation
-
Represents the navigation path from an object to another in an object graph.
- Path - Annotation Type in jakarta.ws.rs
-
Identifies the URI path that a resource class or class method will serve requests for.
- PATH - jakarta.servlet.http.MappingMatch
-
This is used when the mapping was achieved using a path, such as "
/faces/*
". - Path.BeanNode - Interface in jakarta.validation
-
Node representing a bean.
- Path.ConstructorNode - Interface in jakarta.validation
-
Node representing a constructor.
- Path.ContainerElementNode - Interface in jakarta.validation
-
Node representing an element in a generic container such as
Optional
,List
orMap
. - Path.CrossParameterNode - Interface in jakarta.validation
-
Node representing the element holding cross-parameter constraints of a method or constructor.
- Path.MethodNode - Interface in jakarta.validation
-
Node representing a method.
- Path.Node - Interface in jakarta.validation
-
Represents an element of a navigation path.
- Path.ParameterNode - Interface in jakarta.validation
-
Node representing a parameter of a method or constructor.
- Path.PropertyNode - Interface in jakarta.validation
-
Node representing a property.
- Path.ReturnValueNode - Interface in jakarta.validation
-
Node representing the return value of a method or constructor.
- PathParam - Annotation Type in jakarta.websocket.server
-
This annotation may be used to annotate method parameters on server endpoints where a URI-template has been used in the path-mapping of the
ServerEndpoint
annotation. - PathParam - Annotation Type in jakarta.ws.rs
-
Binds the value of a URI template parameter or a path segment containing the template parameter to a resource method parameter, resource class field, or resource class bean property.
- PathSegment - Interface in jakarta.ws.rs.core
-
Represents a URI path segment and any associated matrix parameters.
- Pattern - Annotation Type in jakarta.validation.constraints
-
The annotated
CharSequence
must match the specified regular expression. - PATTERN_ID - Static variable in class jakarta.faces.convert.NumberConverter
-
The message identifier of the
FacesMessage
to be created if the conversion toNumber
fails. - PATTERN_NOT_SET_MESSAGE_ID - Static variable in class jakarta.faces.validator.RegexValidator
-
The message identifier of the
FacesMessage
to be created if the value returned fromRegexValidator.getPattern()
isnull
or the empty String. - Pattern.Flag - Enum in jakarta.validation.constraints
-
Possible Regexp flags.
- Pattern.List - Annotation Type in jakarta.validation.constraints
-
Defines several
Pattern
annotations on the same element. - payload() - Method in annotation type jakarta.validation.constraints.AssertFalse
- payload() - Method in annotation type jakarta.validation.constraints.AssertTrue
- payload() - Method in annotation type jakarta.validation.constraints.DecimalMax
- payload() - Method in annotation type jakarta.validation.constraints.DecimalMin
- payload() - Method in annotation type jakarta.validation.constraints.Digits
- payload() - Method in annotation type jakarta.validation.constraints.Email
- payload() - Method in annotation type jakarta.validation.constraints.Future
- payload() - Method in annotation type jakarta.validation.constraints.FutureOrPresent
- payload() - Method in annotation type jakarta.validation.constraints.Max
- payload() - Method in annotation type jakarta.validation.constraints.Min
- payload() - Method in annotation type jakarta.validation.constraints.Negative
- payload() - Method in annotation type jakarta.validation.constraints.NegativeOrZero
- payload() - Method in annotation type jakarta.validation.constraints.NotBlank
- payload() - Method in annotation type jakarta.validation.constraints.NotEmpty
- payload() - Method in annotation type jakarta.validation.constraints.NotNull
- payload() - Method in annotation type jakarta.validation.constraints.Null
- payload() - Method in annotation type jakarta.validation.constraints.Past
- payload() - Method in annotation type jakarta.validation.constraints.PastOrPresent
- payload() - Method in annotation type jakarta.validation.constraints.Pattern
- payload() - Method in annotation type jakarta.validation.constraints.Positive
- payload() - Method in annotation type jakarta.validation.constraints.PositiveOrZero
- payload() - Method in annotation type jakarta.validation.constraints.Size
- Payload - Interface in jakarta.validation
-
Payload type that can be attached to a given constraint declaration.
- PAYMENT_REQUIRED - jakarta.ws.rs.core.Response.Status
-
402 Payment Required, see HTTP/1.1 documentation.
- Pbkdf2PasswordHash - Interface in jakarta.security.enterprise.identitystore
-
This interface represents the built-in
Pbkdf2PasswordHash
implementation. - PERCENT_ID - Static variable in class jakarta.faces.convert.NumberConverter
-
The message identifier of the
FacesMessage
to be created if the conversion toNumber
fails. - performNavigation(String) - Method in class jakarta.faces.application.ConfigurableNavigationHandler
-
A convenience method to signal the Jakarta Faces implementation to perform navigation with the provided outcome.
- performNavigation(String) - Method in class jakarta.faces.application.ConfigurableNavigationHandlerWrapper
- PERMANENT_REDIRECT - jakarta.ws.rs.core.Response.Status
-
308 Permanent Redirect, see RFC 7538: The Hypertext Transfer Protocol Status Code 308 (Permanent Redirect).
- PERMIT - jakarta.servlet.annotation.ServletSecurity.EmptyRoleSemantic
-
access is to be permitted independent of authentication state and identity.
- PermitAll - Annotation Type in jakarta.annotation.security
-
Specifies that all security roles are allowed to invoke the specified method(s) — i.e., that the specified method(s) are "unchecked".
- PermittedTaglibsTLV - Class in jakarta.servlet.jsp.jstl.tlv
-
A TagLibraryValidator class to allow a TLD to restrict what taglibs (in addition to itself) may be imported on a page where it's used.
- PermittedTaglibsTLV() - Constructor for class jakarta.servlet.jsp.jstl.tlv.PermittedTaglibsTLV
- persist(Object) - Method in interface jakarta.persistence.EntityManager
-
Make an instance managed and persistent.
- PERSIST - jakarta.persistence.CascadeType
-
Cascade persist operation
- Persistence - Class in jakarta.persistence
-
Bootstrap class that is used to obtain an
EntityManagerFactory
in Java SE environments. - Persistence() - Constructor for class jakarta.persistence.Persistence
- PERSISTENCE_PROVIDER - Static variable in class jakarta.persistence.Persistence
-
Deprecated.TODO: Either change TCK reference to PERSISTENCE_PROVIDER field to expect "jakarta.persistence.spi.PersistenceProvider" or remove PERSISTENCE_PROVIDER field and also update TCK signature tests.
- PersistenceContext - Annotation Type in jakarta.persistence
-
Expresses a dependency on a container-managed
EntityManager
and its associated persistence context. - PersistenceContexts - Annotation Type in jakarta.persistence
-
Declares one or more
PersistenceContext
annotations. - PersistenceContextType - Enum in jakarta.persistence
-
Specifies whether a transaction-scoped or extended persistence context is to be used in
PersistenceContext
. - PersistenceException - Exception in jakarta.persistence
-
Thrown by the persistence provider when a problem occurs.
- PersistenceException() - Constructor for exception jakarta.persistence.PersistenceException
-
Constructs a new
PersistenceException
exception withnull
as its detail message. - PersistenceException(String) - Constructor for exception jakarta.persistence.PersistenceException
-
Constructs a new
PersistenceException
exception with the specified detail message. - PersistenceException(String, Throwable) - Constructor for exception jakarta.persistence.PersistenceException
-
Constructs a new
PersistenceException
exception with the specified detail message and cause. - PersistenceException(Throwable) - Constructor for exception jakarta.persistence.PersistenceException
-
Constructs a new
PersistenceException
exception with the specified cause. - PersistenceProperty - Annotation Type in jakarta.persistence
-
Describes a single container or persistence provider property.
- PersistenceProvider - Interface in jakarta.persistence.spi
-
Interface implemented by the persistence provider.
- PersistenceProviderResolver - Interface in jakarta.persistence.spi
-
Determine the list of persistence providers available in the runtime environment.
- PersistenceProviderResolverHolder - Class in jakarta.persistence.spi
-
Holds the global
PersistenceProviderResolver
instance. - PersistenceProviderResolverHolder() - Constructor for class jakarta.persistence.spi.PersistenceProviderResolverHolder
- PersistenceUnit - Annotation Type in jakarta.persistence
-
Expresses a dependency on an
EntityManagerFactory
and its associated persistence unit. - PersistenceUnitInfo - Interface in jakarta.persistence.spi
-
Interface implemented by the container and used by the persistence provider when creating an
EntityManagerFactory
. - PersistenceUnits - Annotation Type in jakarta.persistence
-
Declares one or more
PersistenceUnit
annotations. - PersistenceUnitTransactionType - Enum in jakarta.persistence.spi
-
Specifies whether entity managers created by the
EntityManagerFactory
will be JTA or resource-local entity managers. - PersistenceUnitUtil - Interface in jakarta.persistence
-
Utility interface between the application and the persistence provider managing the persistence unit.
- PersistenceUtil - Interface in jakarta.persistence
-
Utility interface between the application and the persistence provider(s).
- persistent() - Method in annotation type jakarta.ejb.Schedule
-
Specifies whether the timer that is created is persistent.
- PESSIMISTIC_FORCE_INCREMENT - jakarta.persistence.LockModeType
-
Pessimistic write lock, with version update.
- PESSIMISTIC_READ - jakarta.persistence.LockModeType
-
Pessimistic read lock.
- PESSIMISTIC_WRITE - jakarta.persistence.LockModeType
-
Pessimistic write lock.
- PessimisticLockException - Exception in jakarta.persistence
-
Thrown by the persistence provider when an pessimistic locking conflict occurs.
- PessimisticLockException() - Constructor for exception jakarta.persistence.PessimisticLockException
-
Constructs a new
PessimisticLockException
exception withnull
as its detail message. - PessimisticLockException(Object) - Constructor for exception jakarta.persistence.PessimisticLockException
-
Constructs a new
PessimisticLockException
exception with the specified entity. - PessimisticLockException(String) - Constructor for exception jakarta.persistence.PessimisticLockException
-
Constructs a new
PessimisticLockException
exception with the specified detail message. - PessimisticLockException(String, Throwable) - Constructor for exception jakarta.persistence.PessimisticLockException
-
Constructs a new
PessimisticLockException
exception with the specified detail message and cause. - PessimisticLockException(String, Throwable, Object) - Constructor for exception jakarta.persistence.PessimisticLockException
-
Constructs a new
PessimisticLockException
exception with the specified detail message, cause, and entity. - PessimisticLockException(Throwable) - Constructor for exception jakarta.persistence.PessimisticLockException
-
Constructs a new
PessimisticLockException
exception with the specified cause. - PessimisticLockScope - Enum in jakarta.persistence
-
Defines the values of the
jakarta.persistence.lock.scope
property for pessimistic locking. - PhaseEvent - Class in jakarta.faces.event
-
PhaseEvent represents the beginning or ending of processing for a particular phase of the request processing lifecycle, for the request encapsulated by the specified
FacesContext
. - PhaseEvent(FacesContext, PhaseId, Lifecycle) - Constructor for class jakarta.faces.event.PhaseEvent
-
Construct a new event object from the specified parameters.
- PhaseId - Class in jakarta.faces.event
-
Typesafe enumeration of the legal values that may be returned by the
getPhaseId()
method of theFacesEvent
interface. - phaseIdValueOf(String) - Static method in class jakarta.faces.event.PhaseId
-
Return a
PhaseId
representation of the arcumentphase
. - PhaseListener - Interface in jakarta.faces.event
-
An interface implemented by objects that wish to be notified at the beginning and ending of processing for each standard phase of the request processing lifecycle.
- PHONE_NUMBER - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
- PHONE_NUMBER_VERIFIED - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
- PHONE_SCOPE - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
- PICTURE - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
- pkColumnName() - Method in annotation type jakarta.persistence.TableGenerator
-
(Optional) Name of the primary key column in the table.
- pkColumnValue() - Method in annotation type jakarta.persistence.TableGenerator
-
(Optional) The primary key value in the generator table that distinguishes this set of generated values from others that may be stored in the table.
- pkJoinColumns() - Method in annotation type jakarta.persistence.SecondaryTable
-
(Optional) The columns that are used to join with the primary table.
- PLATFORM_AFTER - Static variable in class jakarta.interceptor.Interceptor.Priority
-
Start of range for late interceptors defined by platform specifications.
- PLATFORM_BEFORE - Static variable in class jakarta.interceptor.Interceptor.Priority
-
Start of range for early interceptors defined by platform specifications.
- PLURAL_ATTRIBUTE - jakarta.persistence.metamodel.Bindable.BindableType
-
Multi-valued attribute type
- PluralAttribute<X,C,E> - Interface in jakarta.persistence.metamodel
-
Instances of the type
PluralAttribute
represent persistent collection-valued attributes. - PluralAttribute.CollectionType - Enum in jakarta.persistence.metamodel
- PluralJoin<Z,C,E> - Interface in jakarta.persistence.criteria
-
The
PluralJoin
interface defines functionality that is common to joins to all collection types. - PongMessage - Interface in jakarta.websocket
-
The PongMessage interface represents a web socket pong.
- popBody() - Method in class jakarta.servlet.jsp.JspContext
-
Return the previous JspWriter "out" saved by the matching pushBody(), and update the value of the "out" attribute in the page scope attribute namespace of the JspContext.
- popComponentFromEL(FacesContext) - Method in class jakarta.faces.component.UIComponent
-
Pop the current
UIComponent
from theFacesContext
attributes map so that the previousUIComponent
, if any, becomes the current component. - popReturnMode(FacesContext) - Method in class jakarta.faces.flow.FlowHandler
-
Enable the correct handling of navigation when processing a return node.
- populateApplicationConfiguration(Document) - Method in class jakarta.faces.application.ApplicationConfigurationPopulator
-
Service providers that implement this service must be called by the Jakarta Faces runtime exactly once for each implementation, at startup, before any requests have been serviced.
- POPUP - jakarta.security.enterprise.authentication.mechanism.http.openid.DisplayType
-
The Authorization Server should display authentication and consent UI consistent with a popup User-Agent window.
- port() - Method in interface jakarta.ws.rs.SeBootstrap.Configuration
-
Convenience method to get the actually used
port
. - port(int) - Method in class jakarta.ws.rs.core.UriBuilder
-
Set the URI port.
- port(Integer) - Method in interface jakarta.ws.rs.SeBootstrap.Configuration.Builder
-
Convenience method to set the
port
to be used. - PORT - Static variable in interface jakarta.ws.rs.SeBootstrap.Configuration
-
Configuration key for the TCP port an application is bound to.
- portNumber() - Method in annotation type jakarta.annotation.sql.DataSourceDefinition
-
Port number where a server is listening for requests.
- Positive - Annotation Type in jakarta.validation.constraints
-
The annotated element must be a strictly positive number (i.e.
- Positive.List - Annotation Type in jakarta.validation.constraints
-
Defines several
Positive
constraints on the same element. - PositiveOrZero - Annotation Type in jakarta.validation.constraints
-
The annotated element must be a positive number or 0.
- PositiveOrZero.List - Annotation Type in jakarta.validation.constraints
-
Defines several
PositiveOrZero
constraints on the same element. - post(Entity<?>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
-
Invoke HTTP POST method for the current request asynchronously.
- post(Entity<?>) - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
- post(Entity<?>) - Method in interface jakarta.ws.rs.client.RxInvoker
-
Invoke HTTP POST method for the current request.
- post(Entity<?>) - Method in interface jakarta.ws.rs.client.SyncInvoker
-
Invoke HTTP POST method for the current request synchronously.
- post(Entity<?>, InvocationCallback<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
-
Invoke HTTP POST method for the current request asynchronously.
- post(Entity<?>, GenericType<R>) - Method in interface jakarta.ws.rs.client.RxInvoker
-
Invoke HTTP POST method for the current request.
- post(Entity<?>, GenericType<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
-
Invoke HTTP POST method for the current request asynchronously.
- post(Entity<?>, GenericType<T>) - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
- post(Entity<?>, GenericType<T>) - Method in interface jakarta.ws.rs.client.SyncInvoker
-
Invoke HTTP POST method for the current request synchronously.
- post(Entity<?>, Class<R>) - Method in interface jakarta.ws.rs.client.RxInvoker
-
Invoke HTTP POST method for the current request.
- post(Entity<?>, Class<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
-
Invoke HTTP POST method for the current request asynchronously.
- post(Entity<?>, Class<T>) - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
- post(Entity<?>, Class<T>) - Method in interface jakarta.ws.rs.client.SyncInvoker
-
Invoke HTTP POST method for the current request synchronously.
- POST - Annotation Type in jakarta.ws.rs
-
Indicates that the annotated method responds to HTTP POST requests.
- POST - Static variable in annotation type jakarta.ws.rs.HttpMethod
-
HTTP POST method.
- POST_ACTIVATE - jakarta.enterprise.inject.spi.InterceptionType
-
Intercepts bean activation, only called for EJBs
- POST_CONSTRUCT - jakarta.enterprise.inject.spi.InterceptionType
-
Intercepts bean construction
- POST_LOGOUT_REDIRECT_URI - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
- PostActivate - Annotation Type in jakarta.ejb
-
Designates a method to receive a callback after a stateful session bean has been activated.
- PostAddToViewEvent - Class in jakarta.faces.event
-
When an instance of this event is passed to
SystemEventListener.processEvent(jakarta.faces.event.SystemEvent)
orComponentSystemEventListener.processEvent(jakarta.faces.event.ComponentSystemEvent)
, the listener implementation may assume that thesource
of this event instance is aUIComponent
instance and that either that instance or an ancestor of that instance was just added to the view. - PostAddToViewEvent(UIComponent) - Constructor for class jakarta.faces.event.PostAddToViewEvent
-
Instantiate a new
PostAddToViewEvent
that indicates the argumentcomponent
was just added to the view. - PostAddToViewEvent(FacesContext, UIComponent) - Constructor for class jakarta.faces.event.PostAddToViewEvent
-
Instantiate a new
PostAddToViewEvent
that indicates the argumentcomponent
was just added to the view. - postConstruct() - Method in class jakarta.enterprise.inject.spi.Unmanaged.UnmanagedInstance
-
Call the @PostConstruct callback
- postConstruct(T) - Method in interface jakarta.enterprise.inject.spi.InjectionTarget
-
Calls the
PostConstruct
callback, if it exists, according to the semantics required by the Java EE platform specification. - PostConstruct - Annotation Type in jakarta.annotation
-
The
PostConstruct
annotation is used on a method that needs to be executed after dependency injection is done to perform any initialization. - PostConstructApplicationEvent - Class in jakarta.faces.event
-
This event must be published by the runtime after all configuration resources have been parsed and processed.
- PostConstructApplicationEvent(Application) - Constructor for class jakarta.faces.event.PostConstructApplicationEvent
-
Constructs a new
PostConstructApplicationEvent
for this application. - PostConstructApplicationEvent(FacesContext, Application) - Constructor for class jakarta.faces.event.PostConstructApplicationEvent
-
Constructs a new
PostConstructApplicationEvent
for this application. - PostConstructCustomScopeEvent - Class in jakarta.faces.event
-
This class is provided to allow custom scopes to publish a "post construct" event in the same way that other scopes do to let the application become aware of the beginning of the scope.
- PostConstructCustomScopeEvent(FacesContext, ScopeContext) - Constructor for class jakarta.faces.event.PostConstructCustomScopeEvent
-
An instance of this event indicates that the custom scope enclosed within the argument
scopeContext
was just created. - PostConstructCustomScopeEvent(ScopeContext) - Constructor for class jakarta.faces.event.PostConstructCustomScopeEvent
-
An instance of this event indicates that the custom scope enclosed within the argument
scopeContext
was just created. - PostConstructViewMapEvent - Class in jakarta.faces.event
-
This event must be published by a call to {jakarta.faces.application.Application#publishEvent} when the view map is first created.
- PostConstructViewMapEvent(UIViewRoot) - Constructor for class jakarta.faces.event.PostConstructViewMapEvent
-
Instantiate a new
PostConstructViewMapEvent
that indicates the argumentroot
was just associated with its view map. - PostConstructViewMapEvent(FacesContext, UIViewRoot) - Constructor for class jakarta.faces.event.PostConstructViewMapEvent
-
Instantiate a new
PostConstructViewMapEvent
that indicates the argumentroot
was just associated with its view map. - PostKeepFlashValueEvent - Class in jakarta.faces.event
-
This event must be published by a call to
Application.publishEvent(jakarta.faces.context.FacesContext, java.lang.Class<? extends jakarta.faces.event.SystemEvent>, java.lang.Object)
when a value is kept in the flash. - PostKeepFlashValueEvent(FacesContext, String) - Constructor for class jakarta.faces.event.PostKeepFlashValueEvent
-
Instantiate a new
PostKeepFlashValueEvent
that indicates the argumentkey
was just kept in the flash. - PostKeepFlashValueEvent(String) - Constructor for class jakarta.faces.event.PostKeepFlashValueEvent
-
Instantiate a new
PostKeepFlashValueEvent
that indicates the argumentkey
was just kept in the flash. - PostLoad - Annotation Type in jakarta.persistence
-
Specifies a callback method for the corresponding lifecycle event.
- PostPersist - Annotation Type in jakarta.persistence
-
Specifies a callback method for the corresponding lifecycle event.
- PostPutFlashValueEvent - Class in jakarta.faces.event
-
This event must be published by a call to
Application.publishEvent(jakarta.faces.context.FacesContext, java.lang.Class<? extends jakarta.faces.event.SystemEvent>, java.lang.Object)
when a value is stored in the flash. - PostPutFlashValueEvent(FacesContext, String) - Constructor for class jakarta.faces.event.PostPutFlashValueEvent
-
Instantiate a new
PostPutFlashValueEvent
that indicates the argumentkey
was just put to the flash. - PostPutFlashValueEvent(String) - Constructor for class jakarta.faces.event.PostPutFlashValueEvent
-
Instantiate a new
PostPutFlashValueEvent
that indicates the argumentkey
was just put to the flash. - PostRemove - Annotation Type in jakarta.persistence
-
Specifies a callback method for the corresponding lifecycle event.
- PostRenderViewEvent - Class in jakarta.faces.event
-
When an instance of this event is passed to
SystemEventListener.processEvent(jakarta.faces.event.SystemEvent)
orComponentSystemEventListener.processEvent(jakarta.faces.event.ComponentSystemEvent)
, the listener implementation may assume that thesource
of this event instance is theUIViewRoot
instance that has just been rendered. - PostRenderViewEvent(UIViewRoot) - Constructor for class jakarta.faces.event.PostRenderViewEvent
-
Instantiate a new
PostRenderViewEvent
that indicates the argumentroot
has just been rendered. - PostRenderViewEvent(FacesContext, UIViewRoot) - Constructor for class jakarta.faces.event.PostRenderViewEvent
-
Instantiate a new
PostRenderViewEvent
that indicates the argumentroot
has just been rendered. - PostRestoreStateEvent - Class in jakarta.faces.event
-
When an instance of this event is passed to
SystemEventListener.processEvent(jakarta.faces.event.SystemEvent)
orComponentSystemEventListener.processEvent(jakarta.faces.event.ComponentSystemEvent)
, the listener implementation may assume that thesource
of this event instance is in a tree that has just had its state restored. - PostRestoreStateEvent(UIComponent) - Constructor for class jakarta.faces.event.PostRestoreStateEvent
-
Instantiate a new
PostRestoreStateEvent
that indicates the argumentcomponent
just had its state restored. - PostRestoreStateEvent(FacesContext, UIComponent) - Constructor for class jakarta.faces.event.PostRestoreStateEvent
-
Instantiate a new
PostRestoreStateEvent
that indicates the argumentcomponent
just had its state restored. - PostUpdate - Annotation Type in jakarta.persistence
-
Specifies a callback method for the corresponding lifecycle event.
- PostValidateEvent - Class in jakarta.faces.event
-
When an instance of this event is passed to
SystemEventListener.processEvent(jakarta.faces.event.SystemEvent)
orComponentSystemEventListener.processEvent(jakarta.faces.event.ComponentSystemEvent)
, the listener implementation may assume that thesource
of this event instance is theUIComponent
instance that is that has just been validated. - PostValidateEvent(UIComponent) - Constructor for class jakarta.faces.event.PostValidateEvent
-
Constructor
- PostValidateEvent(FacesContext, UIComponent) - Constructor for class jakarta.faces.event.PostValidateEvent
-
Constructor
- power(Expression<? extends Number>, Expression<? extends Number>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create an expression that returns the first argument raised to the power of its second argument.
- power(Expression<? extends Number>, Number) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create an expression that returns the first argument raised to the power of its second argument.
- PRE_DESTROY - jakarta.enterprise.inject.spi.InterceptionType
-
Intercepts bean destruction
- PRE_PASSIVATE - jakarta.enterprise.inject.spi.InterceptionType
-
Intercepts bean passivation, only called for EJBs
- precision() - Method in annotation type jakarta.persistence.Column
-
(Optional) The precision for a decimal (exact numeric) column.
- precision() - Method in annotation type jakarta.persistence.MapKeyColumn
-
(Optional) The precision for a decimal (exact numeric) column.
- PreClearFlashEvent - Class in jakarta.faces.event
-
This event must be published by a call to
Application.publishEvent(jakarta.faces.context.FacesContext, java.lang.Class<? extends jakarta.faces.event.SystemEvent>, java.lang.Object)
before the flash is cleared. - PreClearFlashEvent(FacesContext, Map<String, Object>) - Constructor for class jakarta.faces.event.PreClearFlashEvent
-
Instantiate a new
PreClearFlashEvent
that indicates the argumentkey
was just put to the flash. - PreClearFlashEvent(Map<String, Object>) - Constructor for class jakarta.faces.event.PreClearFlashEvent
-
Instantiate a new
PreClearFlashEvent
that indicates the argumentkey
was just put to the flash. - PRECONDITION_FAILED - jakarta.ws.rs.core.Response.Status
-
412 Precondition Failed, see HTTP/1.1 documentation.
- PRECONDITION_REQUIRED - jakarta.ws.rs.core.Response.Status
-
428 Precondition required, see RFC 6585: Additional HTTP Status Codes.
- preDestroy() - Method in class jakarta.enterprise.inject.spi.Unmanaged.UnmanagedInstance
-
Call the @PreDestroy callback
- preDestroy(T) - Method in interface jakarta.enterprise.inject.spi.InjectionTarget
-
Calls the
PreDestroy
callback, if it exists, according to the semantics required by the Java EE platform specification. - PreDestroy - Annotation Type in jakarta.annotation
-
The
PreDestroy
annotation is used on a method as a callback notification to signal that the instance is in the process of being removed by the container. - PreDestroyApplicationEvent - Class in jakarta.faces.event
-
This event must be published by the runtime before the factories associated with this
Application
are released. - PreDestroyApplicationEvent(Application) - Constructor for class jakarta.faces.event.PreDestroyApplicationEvent
-
Constructs a new
PreDestroyApplicationEvent
for this application. - PreDestroyApplicationEvent(FacesContext, Application) - Constructor for class jakarta.faces.event.PreDestroyApplicationEvent
-
Constructs a new
PreDestroyApplicationEvent
for this application. - PreDestroyCustomScopeEvent - Class in jakarta.faces.event
-
This class is provided to allow custom scopes to publish a "pre construct" event in the same way that other scopes do to let the application become aware of the beginning of the scope.
- PreDestroyCustomScopeEvent(FacesContext, ScopeContext) - Constructor for class jakarta.faces.event.PreDestroyCustomScopeEvent
-
An instance of this event indicates that the custom scope enclosed within the argument
scopeContext
is about to end. - PreDestroyCustomScopeEvent(ScopeContext) - Constructor for class jakarta.faces.event.PreDestroyCustomScopeEvent
-
An instance of this event indicates that the custom scope enclosed within the argument
scopeContext
is about to end. - PreDestroyViewMapEvent - Class in jakarta.faces.event
-
This event must be published by a call to
Application.publishEvent(jakarta.faces.context.FacesContext, java.lang.Class<? extends jakarta.faces.event.SystemEvent>, java.lang.Object)
when theclear
method is called on the map returned fromUIViewRoot.getViewMap()
. - PreDestroyViewMapEvent(UIViewRoot) - Constructor for class jakarta.faces.event.PreDestroyViewMapEvent
-
Instantiate a new
ViewMapDestroydEvent
that indicates the argumentroot
just had its associated view map destroyed. - PreDestroyViewMapEvent(FacesContext, UIViewRoot) - Constructor for class jakarta.faces.event.PreDestroyViewMapEvent
-
Instantiate a new
ViewMapDestroydEvent
that indicates the argumentroot
just had its associated view map destroyed. - Predicate - Interface in jakarta.persistence.criteria
-
The type of a simple or compound predicate: a conjunction or disjunction of restrictions.
- Predicate.BooleanOperator - Enum in jakarta.persistence.criteria
- PREFERRED_USERNAME - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
- preferredSubprotocols(List<String>) - Method in class jakarta.websocket.ClientEndpointConfig.Builder
-
Set the preferred sub protocols for the configuration this builder will build.
- prefix - Variable in class jakarta.servlet.jsp.tagext.TagLibraryInfo
-
The prefix assigned to this taglib from the taglib directive.
- PreMatching - Annotation Type in jakarta.ws.rs.container
-
Global binding annotation that can be applied to a
container request filter
to indicate that such filter should be applied globally on all resources in the application before the actual resource matching occurs. - prepare() - Method in class jakarta.servlet.jsp.jstl.core.LoopTagSupport
-
Prepares for a single tag invocation.
- PrePassivate - Annotation Type in jakarta.ejb
-
Designates a method to receive a callback before a stateful session bean is passivated.
- PrePersist - Annotation Type in jakarta.persistence
-
Specifies a callback method for the corresponding lifecycle event.
- PreRemove - Annotation Type in jakarta.persistence
-
Specifies a callback method for the corresponding lifecycle event.
- PreRemoveFlashValueEvent - Class in jakarta.faces.event
-
This event must be published by a call to
Application.publishEvent(jakarta.faces.context.FacesContext, java.lang.Class<? extends jakarta.faces.event.SystemEvent>, java.lang.Object)
when a value is removed from the flash. - PreRemoveFlashValueEvent(FacesContext, String) - Constructor for class jakarta.faces.event.PreRemoveFlashValueEvent
-
Instantiate a new
PreRemoveFlashValueEvent
that indicates the argumentkey
will be removed from the flash. - PreRemoveFlashValueEvent(String) - Constructor for class jakarta.faces.event.PreRemoveFlashValueEvent
-
Instantiate a new
PreRemoveFlashValueEvent
that indicates the argumentkey
will be removed from the flash. - PreRemoveFromViewEvent - Class in jakarta.faces.event
-
When an instance of this event is passed to
SystemEventListener.processEvent(jakarta.faces.event.SystemEvent)
orComponentSystemEventListener.processEvent(jakarta.faces.event.ComponentSystemEvent)
, the listener implementation may assume that thesource
of this event instance is aUIComponent
instance that is about to be removed from the view. - PreRemoveFromViewEvent(UIComponent) - Constructor for class jakarta.faces.event.PreRemoveFromViewEvent
-
Instantiate a new
BeforeRemoveFromView
that indicates the argumentcomponent
is about to be removed from the view. - PreRemoveFromViewEvent(FacesContext, UIComponent) - Constructor for class jakarta.faces.event.PreRemoveFromViewEvent
-
Instantiate a new
BeforeRemoveFromView
that indicates the argumentcomponent
is about to be removed from the view. - PreRenderComponentEvent - Class in jakarta.faces.event
-
When an instance of this event is passed to
SystemEventListener.processEvent(jakarta.faces.event.SystemEvent)
orComponentSystemEventListener.processEvent(jakarta.faces.event.ComponentSystemEvent)
, the listener implementation may assume that thesource
of this event instance is theUIComponent
instance that is about to be rendered and that it is safe to callUIComponent.getParent()
,UIComponent.getClientId()
, and other methods that depend upon the component instance being in the view. - PreRenderComponentEvent(UIComponent) - Constructor for class jakarta.faces.event.PreRenderComponentEvent
-
Instantiate a new
PreRenderComponentEvent
that indicates the argumentcomponent
is about to be rendered. - PreRenderComponentEvent(FacesContext, UIComponent) - Constructor for class jakarta.faces.event.PreRenderComponentEvent
-
Instantiate a new
PreRenderComponentEvent
that indicates the argumentcomponent
is about to be rendered. - PreRenderViewEvent - Class in jakarta.faces.event
-
When an instance of this event is passed to
SystemEventListener.processEvent(jakarta.faces.event.SystemEvent)
orComponentSystemEventListener.processEvent(jakarta.faces.event.ComponentSystemEvent)
, the listener implementation may assume that thesource
of this event instance is theUIViewRoot
instance that is about to be rendered. - PreRenderViewEvent(UIViewRoot) - Constructor for class jakarta.faces.event.PreRenderViewEvent
-
Instantiate a new
PreRenderViewEvent
that indicates the argumentroot
is about to be rendered. - PreRenderViewEvent(FacesContext, UIViewRoot) - Constructor for class jakarta.faces.event.PreRenderViewEvent
-
Instantiate a new
PreRenderViewEvent
that indicates the argumentroot
is about to be rendered. - PRETTY_PRINTING - Static variable in interface jakarta.json.stream.JsonGenerator
-
Configuration property to generate JSON prettily.
- PreUpdate - Annotation Type in jakarta.persistence
-
Specifies a callback method for the corresponding lifecycle event.
- PreValidateEvent - Class in jakarta.faces.event
-
When an instance of this event is passed to
SystemEventListener.processEvent(jakarta.faces.event.SystemEvent)
orComponentSystemEventListener.processEvent(jakarta.faces.event.ComponentSystemEvent)
, the listener implementation may assume that thesource
of this event instance is theUIComponent
instance that is about to be validated. - PreValidateEvent(UIComponent) - Constructor for class jakarta.faces.event.PreValidateEvent
-
Constructor
- PreValidateEvent(FacesContext, UIComponent) - Constructor for class jakarta.faces.event.PreValidateEvent
-
Constructor
- PrimaryKeyJoinColumn - Annotation Type in jakarta.persistence
-
Specifies a primary key column that is used as a foreign key to join to another table.
- PrimaryKeyJoinColumns - Annotation Type in jakarta.persistence
-
Groups
PrimaryKeyJoinColumn
annotations. - PRIMITIVE - jakarta.enterprise.lang.model.types.Type.Kind
-
E.g.
- primitiveKind() - Method in interface jakarta.enterprise.lang.model.types.PrimitiveType
-
Returns the kind of this primitive type.
- PrimitiveType - Interface in jakarta.enterprise.lang.model.types
-
Primitive types are: boolean byte short int long float double char
- PrimitiveType.PrimitiveKind - Enum in jakarta.enterprise.lang.model.types
- print(boolean) - Method in class jakarta.servlet.jsp.JspWriter
-
Print a boolean value.
- print(boolean) - Method in class jakarta.servlet.ServletOutputStream
-
Writes a
boolean
value to the client, with no carriage return-line feed (CRLF) character at the end. - print(char) - Method in class jakarta.servlet.jsp.JspWriter
-
Print a character.
- print(char) - Method in class jakarta.servlet.ServletOutputStream
-
Writes a character to the client, with no carriage return-line feed (CRLF) at the end.
- print(char[]) - Method in class jakarta.servlet.jsp.JspWriter
-
Print an array of characters.
- print(double) - Method in class jakarta.servlet.jsp.JspWriter
-
Print a double-precision floating-point number.
- print(double) - Method in class jakarta.servlet.ServletOutputStream
-
Writes a
double
value to the client, with no carriage return-line feed (CRLF) at the end. - print(float) - Method in class jakarta.servlet.jsp.JspWriter
-
Print a floating-point number.
- print(float) - Method in class jakarta.servlet.ServletOutputStream
-
Writes a
float
value to the client, with no carriage return-line feed (CRLF) at the end. - print(int) - Method in class jakarta.servlet.jsp.JspWriter
-
Print an integer.
- print(int) - Method in class jakarta.servlet.ServletOutputStream
-
Writes an int to the client, with no carriage return-line feed (CRLF) at the end.
- print(long) - Method in class jakarta.servlet.jsp.JspWriter
-
Print a long integer.
- print(long) - Method in class jakarta.servlet.ServletOutputStream
-
Writes a
long
value to the client, with no carriage return-line feed (CRLF) at the end. - print(Object) - Method in class jakarta.servlet.jsp.JspWriter
-
Print an object.
- print(String) - Method in class jakarta.servlet.jsp.JspWriter
-
Print a string.
- print(String) - Method in class jakarta.servlet.ServletOutputStream
-
Writes a
String
to the client, without a carriage return-line feed (CRLF) character at the end. - println() - Method in class jakarta.servlet.jsp.JspWriter
-
Terminate the current line by writing the line separator string.
- println() - Method in class jakarta.servlet.ServletOutputStream
-
Writes a carriage return-line feed (CRLF) to the client.
- println(boolean) - Method in class jakarta.servlet.jsp.JspWriter
-
Print a boolean value and then terminate the line.
- println(boolean) - Method in class jakarta.servlet.ServletOutputStream
-
Writes a
boolean
value to the client, followed by a carriage return-line feed (CRLF). - println(char) - Method in class jakarta.servlet.jsp.JspWriter
-
Print a character and then terminate the line.
- println(char) - Method in class jakarta.servlet.ServletOutputStream
-
Writes a character to the client, followed by a carriage return-line feed (CRLF).
- println(char[]) - Method in class jakarta.servlet.jsp.JspWriter
-
Print an array of characters and then terminate the line.
- println(double) - Method in class jakarta.servlet.jsp.JspWriter
-
Print a double-precision floating-point number and then terminate the line.
- println(double) - Method in class jakarta.servlet.ServletOutputStream
-
Writes a
double
value to the client, followed by a carriage return-line feed (CRLF). - println(float) - Method in class jakarta.servlet.jsp.JspWriter
-
Print a floating-point number and then terminate the line.
- println(float) - Method in class jakarta.servlet.ServletOutputStream
-
Writes a
float
value to the client, followed by a carriage return-line feed (CRLF). - println(int) - Method in class jakarta.servlet.jsp.JspWriter
-
Print an integer and then terminate the line.
- println(int) - Method in class jakarta.servlet.ServletOutputStream
-
Writes an int to the client, followed by a carriage return-line feed (CRLF) character.
- println(long) - Method in class jakarta.servlet.jsp.JspWriter
-
Print a long integer and then terminate the line.
- println(long) - Method in class jakarta.servlet.ServletOutputStream
-
Writes a
long
value to the client, followed by a carriage return-line feed (CRLF). - println(Object) - Method in class jakarta.servlet.jsp.JspWriter
-
Print an Object and then terminate the line.
- println(String) - Method in class jakarta.servlet.jsp.JspWriter
-
Print a String and then terminate the line.
- println(String) - Method in class jakarta.servlet.ServletOutputStream
-
Writes a
String
to the client, followed by a carriage return-line feed (CRLF). - Priorities - Class in jakarta.ws.rs
-
A collection of built-in priority constants for the JAX-RS components that are supposed to be ordered based on their
jakarta.annotation.Priority
class-level annotation value when used or applied by JAX-RS runtime. - Prioritized - Interface in jakarta.enterprise.inject.spi
-
This interface allows some SPI implementation to change their priority programmatically.
- priority() - Method in annotation type jakarta.enterprise.concurrent.ManagedThreadFactoryDefinition
-
Priority for threads created by this thread factory.
- priority() - Method in interface jakarta.enterprise.inject.build.compatible.spi.BeanInfo
-
Returns the priority declared on this bean, or
null
if this bean does not declare a priority. - priority() - Method in interface jakarta.enterprise.inject.build.compatible.spi.ObserverInfo
-
Returns the priority of this observer.
- priority() - Method in interface jakarta.enterprise.inject.build.compatible.spi.StereotypeInfo
-
Returns the priority value this stereotype declares using the
@Priority
meta-annotation. - priority() - Method in annotation type jakarta.security.enterprise.identitystore.DatabaseIdentityStoreDefinition
-
Determines the order in case multiple IdentityStores are found.
- priority() - Method in interface jakarta.security.enterprise.identitystore.IdentityStore
-
Determines the order of invocation for multiple
IdentityStore
s. - priority() - Method in annotation type jakarta.security.enterprise.identitystore.LdapIdentityStoreDefinition
-
Determines the order in case multiple IdentityStores are found.
- priority(int) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticBeanBuilder
-
Sets a priority of this synthetic bean.
- priority(int) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticObserverBuilder
-
Sets a priority of this synthetic observer.
- priority(int) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
-
Set the priority of the configured bean.
- priority(int) - Method in interface jakarta.enterprise.inject.spi.configurator.ObserverMethodConfigurator
-
Set the priority for the observer to build
- Priority - Annotation Type in jakarta.annotation
-
The
Priority
annotation can be applied to any program elements to indicate in what order they should be used. - priorityExpression() - Method in annotation type jakarta.security.enterprise.identitystore.DatabaseIdentityStoreDefinition
-
Allow
priority
to be specified as a Jakarta Expression Language expression. - priorityExpression() - Method in annotation type jakarta.security.enterprise.identitystore.LdapIdentityStoreDefinition
-
Allow priority to be specified as a Jakarta Expression Language expression.
- PrivateKeyCallback - Class in jakarta.security.auth.message.callback
-
Callback for acquiring a Public Key Infrastructure (PKI) private key and its corresponding certificate chain.
- PrivateKeyCallback(PrivateKeyCallback.Request) - Constructor for class jakarta.security.auth.message.callback.PrivateKeyCallback
-
Constructs this PrivateKeyCallback with a private key Request object.
- PrivateKeyCallback.AliasRequest - Class in jakarta.security.auth.message.callback
-
Request type for private keys that are identified using an alias.
- PrivateKeyCallback.DigestRequest - Class in jakarta.security.auth.message.callback
-
Request type for private keys that are identified using a certificate digest or thumbprint.
- PrivateKeyCallback.IssuerSerialNumRequest - Class in jakarta.security.auth.message.callback
-
Request type for private keys that are identified using an issuer/serial number.
- PrivateKeyCallback.Request - Interface in jakarta.security.auth.message.callback
-
Marker interface for private key request types.
- PrivateKeyCallback.SubjectKeyIDRequest - Class in jakarta.security.auth.message.callback
-
Request type for private keys that are identified using a SubjectKeyID
- procedureName() - Method in annotation type jakarta.persistence.NamedStoredProcedureQuery
-
The name of the stored procedure in the database.
- proceed() - Method in interface jakarta.interceptor.InvocationContext
-
Proceed to the next interceptor in the interceptor chain.
- proceed() - Method in interface jakarta.ws.rs.ext.ReaderInterceptorContext
-
Proceed to the next interceptor in the chain.
- proceed() - Method in interface jakarta.ws.rs.ext.WriterInterceptorContext
-
Proceed to the next interceptor in the chain.
- PROCESS_VALIDATIONS - Static variable in class jakarta.faces.event.PhaseId
-
Identifier that indicates an interest in events queued for the Process Validations phase of the request processing lifecycle.
- processAction(ActionEvent) - Method in interface jakarta.faces.event.ActionListener
-
Invoked when the action described by the specified
ActionEvent
occurs. - processAction(ActionEvent) - Method in class jakarta.faces.event.ActionListenerWrapper
- processAction(ActionEvent) - Method in class jakarta.faces.event.MethodExpressionActionListener
-
Call through to the
MethodExpression
passed in our constructor. - processAjaxBehavior(AjaxBehaviorEvent) - Method in interface jakarta.faces.event.AjaxBehaviorListener
-
Process the Ajax behavior event.
- ProcessAnnotatedType<X> - Interface in jakarta.enterprise.inject.spi
-
The container fires an event of this type for each Java class or interface it discovers in a bean archive, before it reads the declared annotations.
- processApplication(FacesContext) - Method in class jakarta.faces.component.UIViewRoot
-
Broadcast any events that have been queued for the Invoke Application phase of the request processing lifecycle and to clear out any events for later phases if the event processing for this phase caused
FacesContext.renderResponse()
orFacesContext.responseComplete()
to be called. - ProcessBean<X> - Interface in jakarta.enterprise.inject.spi
-
The container fires an event of this type for each enabled bean, interceptor or decorator deployed in a bean archive, before registering the
Bean
object. - ProcessBeanAttributes<T> - Interface in jakarta.enterprise.inject.spi
-
The container fires an event of this type for each enabled bean, interceptor or decorator deployed in a bean archive before registering the
Bean
object. - processDecodes(FacesContext) - Method in class jakarta.faces.component.UIComponent
-
Perform the component tree processing required by the Apply Request Values phase of the request processing lifecycle for all facets of this component, all children of this component, and this component itself, as follows.
- processDecodes(FacesContext) - Method in class jakarta.faces.component.UIComponentBase
- processDecodes(FacesContext) - Method in class jakarta.faces.component.UIData
-
Override the default
UIComponentBase.processDecodes(jakarta.faces.context.FacesContext)
processing to perform the following steps. - processDecodes(FacesContext) - Method in class jakarta.faces.component.UIForm
-
Override
UIComponent.processDecodes(jakarta.faces.context.FacesContext)
to ensure that the form is decoded before its children. - processDecodes(FacesContext) - Method in class jakarta.faces.component.UIInput
-
Specialized decode behavior on top of that provided by the superclass.
- processDecodes(FacesContext) - Method in class jakarta.faces.component.UIViewRoot
- processEvent(ComponentSystemEvent) - Method in class jakarta.faces.component.UIComponent
-
The default implementation performs the following action.
- processEvent(ComponentSystemEvent) - Method in class jakarta.faces.component.UIViewRoot
-
If the argument
event
is an instance ofPostRestoreStateEvent
andPartialViewContext.isPartialRequest()
returnstrue
, then loop over all component resources and callResourceHandler.markResourceRendered(FacesContext, String, String)
for each of them. - processEvent(ComponentSystemEvent) - Method in interface jakarta.faces.event.ComponentSystemEventListener
-
When called, the listener can assume that any guarantees given in the javadoc for the specific
SystemEvent
subclass are true. - processEvent(SystemEvent) - Method in class jakarta.faces.context.ExceptionHandler
-
When called, the listener can assume that any guarantees given in the javadoc for the specific
SystemEvent
subclass are true. - processEvent(SystemEvent) - Method in class jakarta.faces.context.ExceptionHandlerWrapper
-
The default behavior of this method is to call
ExceptionHandler.processEvent(jakarta.faces.event.SystemEvent)
on the wrappedExceptionHandler
object. - processEvent(SystemEvent) - Method in interface jakarta.faces.event.SystemEventListener
-
When called, the listener can assume that any guarantees given in the javadoc for the specific
SystemEvent
subclass are true. - ProcessingException - Exception in jakarta.ws.rs
-
A base JAX-RS runtime processing exception.
- ProcessingException(String) - Constructor for exception jakarta.ws.rs.ProcessingException
-
Constructs a new JAX-RS runtime processing exception with the specified detail message.
- ProcessingException(String, Throwable) - Constructor for exception jakarta.ws.rs.ProcessingException
-
Constructs a new JAX-RS runtime processing exception with the specified detail message and cause.
- ProcessingException(Throwable) - Constructor for exception jakarta.ws.rs.ProcessingException
-
Constructs a new JAX-RS runtime processing exception with the specified cause and a detail message of
(cause==null ? null : cause.toString())
(which typically contains the class and detail message ofcause
). - ProcessInjectionPoint<T,X> - Interface in jakarta.enterprise.inject.spi
-
The container fires an event of this type for every injection point of every Java EE component class supporting injection that may be instantiated by the container at runtime, including every managed bean declared using
jakarta.annotation.ManagedBean
, EJB session or message-driven bean, enabled bean, enabled interceptor or enabled decorator. - ProcessInjectionTarget<X> - Interface in jakarta.enterprise.inject.spi
-
The container fires an event of this type for every Java EE component class supporting injection that may be instantiated by the container at runtime, including every managed bean declared using
jakarta.annotation.ManagedBean
, EJB session or message-driven bean, enabled bean, enabled interceptor or enabled decorator. - processListener(FacesListener) - Method in class jakarta.faces.event.ActionEvent
- processListener(FacesListener) - Method in class jakarta.faces.event.AjaxBehaviorEvent
-
Broadcast this event instance to the specified
FacesListener
, by whatever mechanism is appropriate. - processListener(FacesListener) - Method in class jakarta.faces.event.ComponentSystemEvent
-
Broadcast this event instance to the specified
FacesListener
by calling the superclass'sprocessListener()
implementation. - processListener(FacesListener) - Method in class jakarta.faces.event.FacesEvent
-
Broadcast this
FacesEvent
to the specifiedFacesListener
, by whatever mechanism is appropriate. - processListener(FacesListener) - Method in class jakarta.faces.event.SystemEvent
-
Broadcast this event instance to the specified
FacesListener
, by whatever mechanism is appropriate. - processListener(FacesListener) - Method in class jakarta.faces.event.ValueChangeEvent
- ProcessManagedBean<X> - Interface in jakarta.enterprise.inject.spi
-
The container fires an event of this type for each enabled managed bean, before registering the
Bean
object. - ProcessObserverMethod<T,X> - Interface in jakarta.enterprise.inject.spi
-
The container fires an event of this type for each observer method of each enabled bean, before registering the
ObserverMethod
object. - processPartial(PhaseId) - Method in class jakarta.faces.context.PartialViewContext
-
Perform lifecycle processing on components during the indicated
phaseId
. - processPartial(PhaseId) - Method in class jakarta.faces.context.PartialViewContextWrapper
-
The default behavior of this method is to call
PartialViewContext.processPartial(PhaseId)
on the wrappedPartialViewContext
object. - ProcessProducer<T,X> - Interface in jakarta.enterprise.inject.spi
-
The container fires an event of this type for each producer method or field of each enabled bean, including resources.
- ProcessProducerField<T,X> - Interface in jakarta.enterprise.inject.spi
-
The container fires an event of this type for each enabled producer field, before registering the
Bean
object. - ProcessProducerMethod<T,X> - Interface in jakarta.enterprise.inject.spi
-
The container fires an event of this type for each enabled producer method, before registering the
Bean
object. - processRestoreState(FacesContext, Object) - Method in class jakarta.faces.component.UIComponent
-
Perform the component tree processing required by the Restore View phase of the request processing lifecycle for all facets of this component, all children of this component, and this component itself, as follows.
- processRestoreState(FacesContext, Object) - Method in class jakarta.faces.component.UIComponentBase
- processRestoreState(FacesContext, Object) - Method in class jakarta.faces.component.UIViewRoot
-
The default implementation must call
UIComponentBase.processRestoreState(jakarta.faces.context.FacesContext, java.lang.Object)
from within atry
block. - processSaveState(FacesContext) - Method in class jakarta.faces.component.UIComponent
-
Perform the component tree processing required by the state saving portion of the Render Response phase of the request processing lifecycle for all facets of this component, all children of this component, and this component itself, as follows.
- processSaveState(FacesContext) - Method in class jakarta.faces.component.UIComponentBase
- ProcessSessionBean<X> - Interface in jakarta.enterprise.inject.spi
-
The container fires an event of this type for each enabled session bean, before registering the
Bean
object. - ProcessSyntheticAnnotatedType<X> - Interface in jakarta.enterprise.inject.spi
-
The container fires an event of this type for each Java class or interface added by
BeforeBeanDiscovery.addAnnotatedType(AnnotatedType, String)
orAfterTypeDiscovery.addAnnotatedType(AnnotatedType, String)
- ProcessSyntheticBean<X> - Interface in jakarta.enterprise.inject.spi
-
The container fires an event of this type for each custom bean implementation added through
AfterBeanDiscovery.addBean()
orAfterBeanDiscovery.addBean(Bean)
, before registering theBean
object. - ProcessSyntheticObserverMethod<T,X> - Interface in jakarta.enterprise.inject.spi
-
The container fires an event of this type for each custom implementation of
ObserverMethod
added throughAfterBeanDiscovery.addObserverMethod(ObserverMethod)
orAfterBeanDiscovery.addObserverMethod()
, before registering theObserverMethod
object. - processUpdates(FacesContext) - Method in class jakarta.faces.component.UIComponent
-
Perform the component tree processing required by the Update Model Values phase of the request processing lifecycle for all facets of this component, all children of this component, and this component itself, as follows.
- processUpdates(FacesContext) - Method in class jakarta.faces.component.UIComponentBase
- processUpdates(FacesContext) - Method in class jakarta.faces.component.UIData
-
Override the default
UIComponentBase.processUpdates(jakarta.faces.context.FacesContext)
processing to perform the following steps. - processUpdates(FacesContext) - Method in class jakarta.faces.component.UIForm
-
Override
UIComponent.processUpdates(jakarta.faces.context.FacesContext)
to ensure that the children of thisUIForm
instance are only processed ifUIForm.isSubmitted()
returnstrue
. - processUpdates(FacesContext) - Method in class jakarta.faces.component.UIInput
-
In addition to the standard
processUpdates
behavior inherited fromUIComponentBase
, callsupdateModel()
. - processUpdates(FacesContext) - Method in class jakarta.faces.component.UIViewRoot
- processValidators(FacesContext) - Method in class jakarta.faces.component.UIComponent
-
Perform the component tree processing required by the Process Validations phase of the request processing lifecycle for all facets of this component, all children of this component, and this component itself, as follows.
- processValidators(FacesContext) - Method in class jakarta.faces.component.UIComponentBase
- processValidators(FacesContext) - Method in class jakarta.faces.component.UIData
-
Override the default
UIComponentBase.processValidators(jakarta.faces.context.FacesContext)
processing to perform the following steps. - processValidators(FacesContext) - Method in class jakarta.faces.component.UIForm
-
Override
UIComponent.processValidators(jakarta.faces.context.FacesContext)
to ensure that the children of thisUIForm
instance are only processed ifUIForm.isSubmitted()
returnstrue
. - processValidators(FacesContext) - Method in class jakarta.faces.component.UIInput
-
In addition to the standard
processValidators
behavior inherited fromUIComponentBase
, callsvalidate()
if theimmediate
property is false (which is the default); if the component is invalid afterwards, callsFacesContext.renderResponse()
. - processValidators(FacesContext) - Method in class jakarta.faces.component.UISelectOne
-
If
UISelectOne.getGroup()
is set, andUIInput.getSubmittedValue()
is empty, and at least one other component having the same group within aUIForm
parent has a non-emptyUIInput.getSubmittedValue()
or returnstrue
onUIInput.isLocalValueSet()
or returnsfalse
onUIInput.isValid()
, then skip validation for current component, else perform standard superclass processing bysuper.processValidators(context)
. - processValidators(FacesContext) - Method in class jakarta.faces.component.UIViewParameter
-
Specialize superclass behavior to treat
null
differently. - processValidators(FacesContext) - Method in class jakarta.faces.component.UIViewRoot
- processValueChange(ValueChangeEvent) - Method in class jakarta.faces.event.MethodExpressionValueChangeListener
-
Call through to the
MethodExpression
passed in our constructor. - processValueChange(ValueChangeEvent) - Method in interface jakarta.faces.event.ValueChangeListener
-
Invoked when the value change described by the specified
ValueChangeEvent
occurs. - prod(Expression<? extends N>, Expression<? extends N>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create an expression that returns the product of its arguments.
- prod(Expression<? extends N>, N) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create an expression that returns the product of its arguments.
- prod(N, Expression<? extends N>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create an expression that returns the product of its arguments.
- produce() - Method in class jakarta.enterprise.inject.spi.Unmanaged.UnmanagedInstance
-
Create the instance
- produce(CreationalContext<T>) - Method in interface jakarta.enterprise.inject.spi.Producer
-
Causes an instance to be produced via the
Producer
. - Producer<T> - Interface in jakarta.enterprise.inject.spi
-
Provides a generic operation for producing an instance of a type.
- ProducerConfigurator<T> - Interface in jakarta.enterprise.inject.spi.configurator
-
A
ProducerConfigurator
can configure aProducer
. - ProducerFactory<X> - Interface in jakarta.enterprise.inject.spi
-
An
ProducerFactory
can create anProducer
for a given bean. - producerField() - Method in interface jakarta.enterprise.inject.build.compatible.spi.BeanInfo
-
Returns the producer field that defines this bean.
- producerMethod() - Method in interface jakarta.enterprise.inject.build.compatible.spi.BeanInfo
-
Returns the producer method that defines this bean.
- Produces - Annotation Type in jakarta.enterprise.inject
-
Identifies a producer method or field.
- Produces - Annotation Type in jakarta.ws.rs
-
Defines the media type(s) that the methods of a resource class or
MessageBodyWriter
can produce. - produceWith(Function<CreationalContext<U>, U>) - Method in interface jakarta.enterprise.inject.spi.configurator.ProducerConfigurator
-
Set a callback to produce a new instance.
- produceWith(Function<Instance<Object>, U>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
-
Set a callback to create a bean instance.
- Production - jakarta.faces.application.ProjectStage
-
This value indicates the currently running application is deployed in production.
- PROFILE - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
- PROFILE_SCOPE - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
- PROJECT_STAGE_JNDI_NAME - Static variable in enum jakarta.faces.application.ProjectStage
-
The value of this constant is the name used for JNDI lookups for setting the current value to be returned by
Application.getProjectStage()
. - PROJECT_STAGE_PARAM_NAME - Static variable in enum jakarta.faces.application.ProjectStage
-
The value of this constant is the value of the
param-name
for setting the current value to be returned byApplication.getProjectStage()
. - ProjectStage - Enum in jakarta.faces.application
-
This class enables a feature similar to the
RAILS_ENV
feature of the Ruby on Rails web framework. - prompt() - Method in annotation type jakarta.security.enterprise.authentication.mechanism.http.OpenIdAuthenticationMechanismDefinition
-
Optional.
- PROMPT - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
- promptExpression() - Method in annotation type jakarta.security.enterprise.authentication.mechanism.http.OpenIdAuthenticationMechanismDefinition
-
Optional.
- PromptType - Enum in jakarta.security.enterprise.authentication.mechanism.http.openid
-
Prompt specifies whether the Authorization Server prompts the End-User for re-authentication and consent.
- propagated() - Method in annotation type jakarta.enterprise.concurrent.ContextServiceDefinition
-
Types of context to capture from the requesting thread and propagate to a thread that runs the contextual task or action.
- properties() - Method in annotation type jakarta.annotation.sql.DataSourceDefinition
-
Used to specify vendor-specific properties and less commonly used
DataSource
properties such as: - properties() - Method in annotation type jakarta.persistence.PersistenceContext
-
(Optional) Properties for the container or persistence provider.
- property(String) - Method in interface jakarta.ws.rs.SeBootstrap.Configuration
-
Returns the value of the property with the given name, or
null
if there is no property of that name. - property(String, Object) - Method in interface jakarta.ws.rs.client.Invocation.Builder
-
Set a new property in the context of a request represented by this invocation builder.
- property(String, Object) - Method in interface jakarta.ws.rs.client.Invocation
-
Set a new property in the context of a request represented by this invocation.
- property(String, Object) - Method in interface jakarta.ws.rs.core.Configurable
-
Set the new configuration property, if already set, the existing value of the property will be updated.
- property(String, Object) - Method in interface jakarta.ws.rs.SeBootstrap.Configuration.Builder
-
Sets the property
name
to the providedvalue
. - PROPERTY - jakarta.persistence.AccessType
-
Property-based access is used.
- PROPERTY - jakarta.validation.ElementKind
-
A property of a Java Bean.
- PROPERTY_NAMING_STRATEGY - Static variable in class jakarta.json.bind.JsonbConfig
-
Property used to specify custom naming strategy.
- PROPERTY_ORDER_STRATEGY - Static variable in class jakarta.json.bind.JsonbConfig
-
Property used to specify custom order strategy.
- PROPERTY_VISIBILITY_STRATEGY - Static variable in class jakarta.json.bind.JsonbConfig
-
Property used to specify custom visibility strategy.
- PropertyDescriptor - Interface in jakarta.validation.metadata
-
Describes a Java Bean property hosting validation constraints.
- propertyName() - Method in annotation type jakarta.ejb.ActivationConfigProperty
-
propertyName.
- PropertyNamingStrategy - Interface in jakarta.json.bind.config
-
Allows to define custom property naming strategy.
- PropertyNotFoundException - Exception in jakarta.el
-
Thrown when a property could not be found while evaluating a
ValueExpression
orMethodExpression
. - PropertyNotFoundException() - Constructor for exception jakarta.el.PropertyNotFoundException
-
Creates a
PropertyNotFoundException
with no detail message. - PropertyNotFoundException(String) - Constructor for exception jakarta.el.PropertyNotFoundException
-
Creates a
PropertyNotFoundException
with the provided detail message. - PropertyNotFoundException(String, Throwable) - Constructor for exception jakarta.el.PropertyNotFoundException
-
Creates a
PropertyNotFoundException
with the given detail message and root cause. - PropertyNotFoundException(Throwable) - Constructor for exception jakarta.el.PropertyNotFoundException
-
Creates a
PropertyNotFoundException
with the given root cause. - PropertyNotWritableException - Exception in jakarta.el
-
Thrown when a property could not be written to while setting the value on a
ValueExpression
. - PropertyNotWritableException() - Constructor for exception jakarta.el.PropertyNotWritableException
-
Creates a
PropertyNotWritableException
with no detail message. - PropertyNotWritableException(String) - Constructor for exception jakarta.el.PropertyNotWritableException
-
Creates a
PropertyNotWritableException
with the provided detail message. - PropertyNotWritableException(String, Throwable) - Constructor for exception jakarta.el.PropertyNotWritableException
-
Creates a
PropertyNotWritableException
with the given detail message and root cause. - PropertyNotWritableException(Throwable) - Constructor for exception jakarta.el.PropertyNotWritableException
-
Creates a
PropertyNotWritableException
with the given root cause. - PropertyOrderStrategy - Class in jakarta.json.bind.config
-
Specifies predefined property order strategies.
- propertyResolved(ELContext, Object, Object) - Method in class jakarta.el.EvaluationListener
-
Receives notification when the (base, property) pair is resolved
- propertyValue() - Method in annotation type jakarta.ejb.ActivationConfigProperty
-
propertyValue.
- PropertyVisibilityStrategy - Interface in jakarta.json.bind.config
-
Provides mechanism how to define customized property visibility strategy.
- ProtectedViewException - Exception in jakarta.faces.application
-
This exception is thrown by the runtime when a violation of the view protection mechanism is encountered.
- ProtectedViewException() - Constructor for exception jakarta.faces.application.ProtectedViewException
-
Construct a new exception with no detail message or root cause.
- ProtectedViewException(String) - Constructor for exception jakarta.faces.application.ProtectedViewException
-
Construct a new exception with the specified detail message and no root cause.
- ProtectedViewException(String, Throwable) - Constructor for exception jakarta.faces.application.ProtectedViewException
-
Construct a new exception with the specified detail message and root cause.
- ProtectedViewException(Throwable) - Constructor for exception jakarta.faces.application.ProtectedViewException
-
Construct a new exception with the specified root cause.
- protocol() - Method in interface jakarta.ws.rs.SeBootstrap.Configuration
-
Convenience method to get the
protocol
to be used. - protocol(String) - Method in interface jakarta.ws.rs.SeBootstrap.Configuration.Builder
-
Convenience method to set the
protocol
to be used. - PROTOCOL - Static variable in interface jakarta.ws.rs.SeBootstrap.Configuration
-
Configuration key for the protocol an application is bound to.
- PROTOCOL_ERROR - jakarta.websocket.CloseReason.CloseCodes
-
1002 indicates that an endpoint is terminating the connection due to a protocol error.
- PROVIDE_GROUPS - jakarta.security.enterprise.identitystore.IdentityStore.ValidationType
-
Only groups for a principal, possibly established by another IdentityStore, are taken from this store.
- provider() - Static method in class jakarta.json.bind.spi.JsonbProvider
-
Creates a JSON Binding provider object by using the
ServiceLoader.load(Class)
method. - provider() - Static method in class jakarta.json.spi.JsonProvider
-
Creates a JSON provider object.
- provider(String) - Static method in class jakarta.json.bind.spi.JsonbProvider
-
Creates a JSON Binding provider object by using the
ServiceLoader.load(Class)
method, matchingproviderName
. - Provider<T> - Interface in jakarta.inject
-
Provides instances of
T
. - Provider - Annotation Type in jakarta.ws.rs.ext
-
Marks an implementation of an extension interface that should be discoverable by JAX-RS runtime during a provider scanning phase.
- PROVIDER - Static variable in class jakarta.ejb.embeddable.EJBContainer
-
Standard property name for specifying the embeddable container implementation bootstrap class.
- PROVIDER_DEFAULT - jakarta.persistence.ConstraintMode
-
Use the provider-defined default behavior.
- PROVIDER_REGISTRATION_PERMISSION_NAME - Static variable in class jakarta.security.auth.message.config.AuthConfigFactory
-
The name of the SecurityPermission to be used to authorize access to the update methods of the factory implementation class.
- providerMetadata() - Method in annotation type jakarta.security.enterprise.authentication.mechanism.http.OpenIdAuthenticationMechanismDefinition
-
To override the openid connect provider's metadata property discovered via providerUri.
- providerRegistrationSecurityPermission - Static variable in class jakarta.security.auth.message.config.AuthConfigFactory
-
Deprecated, for removal: This API element is subject to removal in a future version.Following JEP 411
- providerResolver(ValidationProviderResolver) - Method in interface jakarta.validation.bootstrap.GenericBootstrap
-
Defines the provider resolution strategy.
- providerResolver(ValidationProviderResolver) - Method in interface jakarta.validation.bootstrap.ProviderSpecificBootstrap
-
Optionally defines the provider resolver implementation used.
- providers - Static variable in class jakarta.persistence.Persistence
-
Deprecated.
- Providers - Interface in jakarta.ws.rs.ext
-
An injectable interface providing runtime lookup of provider instances.
- ProviderSpecificBootstrap<T extends Configuration<T>> - Interface in jakarta.validation.bootstrap
-
Defines the state used to bootstrap Jakarta Bean Validation and creates a provider specific
Configuration
of typeT
. - providerURI() - Method in annotation type jakarta.security.enterprise.authentication.mechanism.http.OpenIdAuthenticationMechanismDefinition
-
Required, unless providerMetadata is specified.
- ProviderUtil - Interface in jakarta.persistence.spi
-
Utility interface implemented by the persistence provider.
- PROXY_AUTHENTICATION_REQUIRED - jakarta.ws.rs.core.Response.Status
-
407 Proxy Authentication Required, see HTTP/1.1 documentation.
- publicVal - jakarta.faces.component.html.HtmlDoctype.PropertyKeys
- publishEvent(FacesContext, Class<? extends SystemEvent>, Class<?>, Object) - Method in class jakarta.faces.application.Application
-
This method functions exactly like
Application.publishEvent(FacesContext,Class,Object)
, except the run-time must use the argumentsourceBaseType
to find the matching listener instead of using theClass
of thesource
argument. - publishEvent(FacesContext, Class<? extends SystemEvent>, Class<?>, Object) - Method in class jakarta.faces.application.ApplicationWrapper
-
The default behavior of this method is to call
Application.publishEvent(jakarta.faces.context.FacesContext, Class, Class, Object)
on the wrappedApplication
object. - publishEvent(FacesContext, Class<? extends SystemEvent>, Object) - Method in class jakarta.faces.application.Application
-
If
FacesContext.isProcessingEvents()
istrue
and there are one or more listeners for events of the type represented bysystemEventClass
, call those listeners, passingsource
as the source of the event. - publishEvent(FacesContext, Class<? extends SystemEvent>, Object) - Method in class jakarta.faces.application.ApplicationWrapper
-
The default behavior of this method is to call
Application.publishEvent(jakarta.faces.context.FacesContext, Class, Object)
on the wrappedApplication
object. - push() - Method in interface jakarta.servlet.http.PushBuilder
-
Push a resource given the current state of the builder, the method must be non-blocking.
- push(T) - Method in interface jakarta.enterprise.context.spi.CreationalContext
-
Registers an incompletely initialized contextual instance the with the container.
- Push - Annotation Type in jakarta.faces.push
-
The CDI annotation
@
Push
allows you to inject aPushContext
associated with a given<f:websocket>
channel in any container managed artifact in WAR. - Push.Literal - Class in jakarta.faces.push
-
Supports inline instantiation of the
Push
qualifier. - pushBody() - Method in class jakarta.servlet.jsp.PageContext
-
Return a new BodyContent object, save the current "out" JspWriter, and update the value of the "out" attribute in the page scope attribute namespace of the PageContext.
- pushBody(Writer) - Method in class jakarta.servlet.jsp.JspContext
-
Return a new JspWriter object that sends output to the provided Writer.
- PushBuilder - Interface in jakarta.servlet.http
-
Build a request to be pushed.
- pushComponentToEL(FacesContext, UIComponent) - Method in class jakarta.faces.component.UIComponent
-
Push the current
UIComponent
this
to theFacesContext
attribute map saving the previousUIComponent
for a subsequent call toUIComponent.popComponentFromEL(jakarta.faces.context.FacesContext)
. - PushContext - Interface in jakarta.faces.push
-
CDI interface to send a message object to the push socket channel as identified by
@
Push
. - pushReturnMode(FacesContext) - Method in class jakarta.faces.flow.FlowHandler
-
Enable the correct handling of navigation when processing a return node.
- put(MessageInfo, Object) - Method in interface jakarta.security.auth.message.MessagePolicy.Target
-
Put the Object into the MessageInfo at the location identified by the target.
- put(Entity<?>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
-
Invoke HTTP PUT method for the current request asynchronously.
- put(Entity<?>) - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
- put(Entity<?>) - Method in interface jakarta.ws.rs.client.RxInvoker
-
Invoke HTTP PUT method for the current request.
- put(Entity<?>) - Method in interface jakarta.ws.rs.client.SyncInvoker
-
Invoke HTTP PUT method for the current request synchronously.
- put(Entity<?>, InvocationCallback<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
-
Invoke HTTP PUT method for the current request asynchronously.
- put(Entity<?>, GenericType<R>) - Method in interface jakarta.ws.rs.client.RxInvoker
-
Invoke HTTP PUT method for the current request.
- put(Entity<?>, GenericType<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
-
Invoke HTTP PUT method for the current request asynchronously.
- put(Entity<?>, GenericType<T>) - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
- put(Entity<?>, GenericType<T>) - Method in interface jakarta.ws.rs.client.SyncInvoker
-
Invoke HTTP PUT method for the current request synchronously.
- put(Entity<?>, Class<R>) - Method in interface jakarta.ws.rs.client.RxInvoker
-
Invoke HTTP PUT method for the current request.
- put(Entity<?>, Class<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
-
Invoke HTTP PUT method for the current request asynchronously.
- put(Entity<?>, Class<T>) - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
- put(Entity<?>, Class<T>) - Method in interface jakarta.ws.rs.client.SyncInvoker
-
Invoke HTTP PUT method for the current request synchronously.
- put(Serializable, Object) - Method in interface jakarta.faces.component.StateHelper
-
Return the previously stored value and store the specified key/value pair.
- put(Serializable, String, Object) - Method in interface jakarta.faces.component.StateHelper
-
Store the specified
mapKey
/value
in aMap
that is internal to the helper, and return the previously stored value. - put(String, Object) - Method in class jakarta.faces.context.FlashWrapper
-
The default behavior of this method is to call
Map.put(K, V)
on the wrappedFlash
object. - put(K, List<V>) - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
- PUT - Annotation Type in jakarta.ws.rs
-
Indicates that the annotated method responds to HTTP PUT requests.
- PUT - Static variable in annotation type jakarta.ws.rs.HttpMethod
-
HTTP PUT method.
- putAll(Map<? extends String, ? extends Object>) - Method in class jakarta.faces.context.FlashWrapper
-
The default behavior of this method is to call
Map.putAll(Map)
on the wrappedFlash
object. - putAll(Map<? extends K, ? extends List<V>>) - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
- putContext(Class<?>, Object) - Method in class jakarta.el.ELContext
-
Associates a context object with this
ELContext
. - putContext(Class<?>, Object) - Method in class jakarta.el.StandardELContext
- putNow(String, Object) - Method in class jakarta.faces.context.Flash
-
Puts a value in the flash so that it can be accessed on this traversal of the lifecycle, rather than on the next traversal.
- putNow(String, Object) - Method in class jakarta.faces.context.FlashWrapper
-
The default behavior of this method is to call
Flash.putNow(String, Object)
on the wrappedFlash
object. - putResource(Object, Object) - Method in interface jakarta.transaction.TransactionSynchronizationRegistry
-
Add or replace an object in the Map of resources being managed for the transaction bound to the current thread at the time this method is called.
- putSingle(K, V) - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
-
Set the value for the key to be a one item list consisting of the supplied value.
- putSingle(K, V) - Method in interface jakarta.ws.rs.core.MultivaluedMap
-
Set the key's value to be a one item list consisting of the supplied value.
- putTransient(Object, Object) - Method in interface jakarta.faces.component.TransientStateHelper
-
Return the previously stored value and store the specified key/value pair.
Q
- qualifier(AnnotationInfo) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticBeanBuilder
-
Adds given annotation to the set of qualifiers of this synthetic bean.
- qualifier(AnnotationInfo) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticObserverBuilder
-
Adds given annotation to the set of qualifiers of this synthetic observer.
- qualifier(Annotation) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticBeanBuilder
-
Adds given annotation to the set of qualifiers of this synthetic bean.
- qualifier(Annotation) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticObserverBuilder
-
Adds given annotation to the set of qualifiers of this synthetic observer.
- qualifier(Class<? extends Annotation>) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticBeanBuilder
-
Adds a marker annotation of given type to the set of qualifiers of this synthetic bean.
- qualifier(Class<? extends Annotation>) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticObserverBuilder
-
Adds a marker annotation of given type to the set of qualifiers of this synthetic observer.
- Qualifier - Annotation Type in jakarta.inject
-
Identifies qualifier annotations.
- QualifierLiteral - Class in jakarta.enterprise.inject.literal
-
Supports inline instantiation of the
Qualifier
annotation. - QualifierLiteral() - Constructor for class jakarta.enterprise.inject.literal.QualifierLiteral
- qualifiers() - Method in interface jakarta.enterprise.inject.build.compatible.spi.BeanInfo
-
Returns a collection of this bean's qualifiers, represented as
AnnotationInfo
. - qualifiers() - Method in interface jakarta.enterprise.inject.build.compatible.spi.InjectionPointInfo
-
Returns a collection of qualifiers declared on this injection point, represented as
AnnotationInfo
. - qualifiers() - Method in interface jakarta.enterprise.inject.build.compatible.spi.ObserverInfo
-
Returns a collection of observed event qualifiers, represented as
AnnotationInfo
. - qualifiers(Annotation...) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanAttributesConfigurator
-
Replace all qualifiers.
- qualifiers(Annotation...) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
-
Replace all qualifiers.
- qualifiers(Annotation...) - Method in interface jakarta.enterprise.inject.spi.configurator.InjectionPointConfigurator
-
Replace all qualifiers.
- qualifiers(Annotation...) - Method in interface jakarta.enterprise.inject.spi.configurator.ObserverMethodConfigurator
-
Replace all qualifiers on the Observed event.
- qualifiers(Set<Annotation>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanAttributesConfigurator
-
Replace all qualifiers.
- qualifiers(Set<Annotation>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
-
Replace all qualifiers.
- qualifiers(Set<Annotation>) - Method in interface jakarta.enterprise.inject.spi.configurator.InjectionPointConfigurator
-
Replace all qualifiers.
- qualifiers(Set<Annotation>) - Method in interface jakarta.enterprise.inject.spi.configurator.ObserverMethodConfigurator
-
Replace all qualifiers on the Observed event.
- query() - Method in annotation type jakarta.persistence.NamedNativeQuery
-
The SQL query string.
- query() - Method in annotation type jakarta.persistence.NamedQuery
-
(Required) The query string in the Jakarta Persistence query language.
- Query - Interface in jakarta.persistence
-
Interface used to control query execution.
- QueryHint - Annotation Type in jakarta.persistence
-
Used to supply a query property or hint to the
NamedQuery
orNamedNativeQuery
annotation. - queryParam(String, Object...) - Method in interface jakarta.ws.rs.client.WebTarget
-
Create a new
WebTarget
instance by configuring a query parameter on the URI of the current target instance. - queryParam(String, Object...) - Method in class jakarta.ws.rs.core.UriBuilder
-
Append a query parameter to the existing set of query parameters.
- QueryParam - Annotation Type in jakarta.ws.rs
-
Binds the value(s) of a HTTP query parameter to a resource method parameter, resource class field, or resource class bean property.
- queryString(String) - Method in interface jakarta.servlet.http.PushBuilder
-
Set the query string to be used for the push.
- QueryTimeoutException - Exception in jakarta.persistence
-
Thrown by the persistence provider when a query times out and only the statement is rolled back.
- QueryTimeoutException() - Constructor for exception jakarta.persistence.QueryTimeoutException
-
Constructs a new
QueryTimeoutException
exception withnull
as its detail message. - QueryTimeoutException(Query) - Constructor for exception jakarta.persistence.QueryTimeoutException
-
Constructs a new
QueryTimeoutException
exception with the specified query. - QueryTimeoutException(String) - Constructor for exception jakarta.persistence.QueryTimeoutException
-
Constructs a new
QueryTimeoutException
exception with the specified detail message. - QueryTimeoutException(String, Throwable) - Constructor for exception jakarta.persistence.QueryTimeoutException
-
Constructs a new
QueryTimeoutException
exception with the specified detail message and cause. - QueryTimeoutException(String, Throwable, Query) - Constructor for exception jakarta.persistence.QueryTimeoutException
-
Constructs a new
QueryTimeoutException
exception with the specified detail message, cause, and query. - QueryTimeoutException(Throwable) - Constructor for exception jakarta.persistence.QueryTimeoutException
-
Constructs a new
QueryTimeoutException
exception with the specified cause. - queue() - Method in class jakarta.faces.event.FacesEvent
-
Convenience method to queue this event for broadcast at the end of the current request processing lifecycle phase.
- queueEvent(FacesEvent) - Method in class jakarta.faces.component.UICommand
-
Intercept
queueEvent
and take the following action. - queueEvent(FacesEvent) - Method in class jakarta.faces.component.UIComponent
-
Queue an event for broadcast at the end of the current request processing lifecycle phase.
- queueEvent(FacesEvent) - Method in class jakarta.faces.component.UIComponentBase
- queueEvent(FacesEvent) - Method in class jakarta.faces.component.UIData
-
Override the default
UIComponentBase.queueEvent(jakarta.faces.event.FacesEvent)
processing to wrap any queued events in a wrapper so that we can reset the current row index inbroadcast()
. - queueEvent(FacesEvent) - Method in class jakarta.faces.component.UIViewRoot
-
Override the default
UIComponentBase.queueEvent(jakarta.faces.event.FacesEvent)
behavior to accumulate the queued events for later broadcasting. - quot(Expression<? extends Number>, Expression<? extends Number>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create an expression that returns the quotient of its arguments.
- quot(Expression<? extends Number>, Number) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create an expression that returns the quotient of its arguments.
- quot(Number, Expression<? extends Number>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create an expression that returns the quotient of its arguments.
R
- read() - Method in interface jakarta.json.JsonReader
-
Returns a JSON array or object that is represented in the input source.
- read(AnnotatedMethod<?>) - Method in interface jakarta.enterprise.inject.spi.configurator.ObserverMethodConfigurator
-
Read observer meta data from a existing
AnnotatedMethod
- read(AnnotatedType<U>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
-
Read the information from the given annotated type.
- read(BeanAttributes<?>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
-
Read the information from the given bean attributes.
- read(ObserverMethod<T>) - Method in interface jakarta.enterprise.inject.spi.configurator.ObserverMethodConfigurator
-
Read observer meta data from a existing ObserverMethod
- read(Method) - Method in interface jakarta.enterprise.inject.spi.configurator.ObserverMethodConfigurator
-
Read observer meta data from a existing
Method
- READ - jakarta.ejb.LockType
-
For read-only operations.
- READ - jakarta.persistence.LockModeType
-
Synonymous with
OPTIMISTIC
. - readArray() - Method in interface jakarta.json.JsonReader
-
Returns a JSON array that is represented in the input source.
- readData() - Method in interface jakarta.ws.rs.sse.InboundSseEvent
-
Get the original event data as
String
. - readData(GenericType<T>) - Method in interface jakarta.ws.rs.sse.InboundSseEvent
-
Read event data as a given generic type.
- readData(GenericType<T>, MediaType) - Method in interface jakarta.ws.rs.sse.InboundSseEvent
-
Read event data as a given generic type.
- readData(Class<T>) - Method in interface jakarta.ws.rs.sse.InboundSseEvent
-
Read event data as a given Java type.
- readData(Class<T>, MediaType) - Method in interface jakarta.ws.rs.sse.InboundSseEvent
-
Read event data as a given Java type.
- readEJBHome(ObjectInputStream) - Method in interface jakarta.ejb.spi.HandleDelegate
-
Deserialize the EJBHome reference corresponding to a HomeHandle.
- readEJBObject(ObjectInputStream) - Method in interface jakarta.ejb.spi.HandleDelegate
-
Deserialize the EJBObject reference corresponding to a Handle.
- readEntity(GenericType<T>) - Method in class jakarta.ws.rs.core.Response
-
Read the message entity input stream as an instance of specified Java type using a
MessageBodyReader
that supports mapping the message entity stream onto the requested type. - readEntity(GenericType<T>, Annotation[]) - Method in class jakarta.ws.rs.core.Response
-
Read the message entity input stream as an instance of specified Java type using a
MessageBodyReader
that supports mapping the message entity stream onto the requested type. - readEntity(Class<T>) - Method in class jakarta.ws.rs.core.Response
-
Read the message entity input stream as an instance of specified Java type using a
MessageBodyReader
that supports mapping the message entity stream onto the requested type. - readEntity(Class<T>, Annotation[]) - Method in class jakarta.ws.rs.core.Response
-
Read the message entity input stream as an instance of specified Java type using a
MessageBodyReader
that supports mapping the message entity stream onto the requested type. - ReaderInterceptor - Interface in jakarta.ws.rs.ext
-
Interface for message body reader interceptors that wrap around calls to
MessageBodyReader.readFrom(java.lang.Class<T>, java.lang.reflect.Type, java.lang.annotation.Annotation[], jakarta.ws.rs.core.MediaType, jakarta.ws.rs.core.MultivaluedMap<java.lang.String, java.lang.String>, java.io.InputStream)
. - ReaderInterceptorContext - Interface in jakarta.ws.rs.ext
-
Context class used by
ReaderInterceptor
to intercept calls to (@link jakarta.ws.rs.ext.MessageBodyReader#readFrom}. - readFrom(Class<T>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in interface jakarta.ws.rs.ext.MessageBodyReader
-
Read a type from the
InputStream
. - readLine(byte[], int, int) - Method in class jakarta.servlet.ServletInputStream
-
Reads the input stream, one line at a time.
- ReadListener - Interface in jakarta.servlet
-
This class represents a call-back mechanism that will notify implementations as HTTP request data becomes available to be read without blocking.
- readObject() - Method in interface jakarta.json.JsonReader
-
Returns a JSON object that is represented in the input source.
- readonly - jakarta.faces.component.html.HtmlCommandButton.PropertyKeys
- readonly - jakarta.faces.component.html.HtmlInputFile.PropertyKeys
-
Deprecated, for removal: This API element is subject to removal in a future version.
- readonly - jakarta.faces.component.html.HtmlInputSecret.PropertyKeys
- readonly - jakarta.faces.component.html.HtmlInputText.PropertyKeys
- readonly - jakarta.faces.component.html.HtmlInputTextarea.PropertyKeys
- readonly - jakarta.faces.component.html.HtmlSelectBooleanCheckbox.PropertyKeys
- readonly - jakarta.faces.component.html.HtmlSelectManyCheckbox.PropertyKeys
- readonly - jakarta.faces.component.html.HtmlSelectManyListbox.PropertyKeys
- readonly - jakarta.faces.component.html.HtmlSelectManyMenu.PropertyKeys
- readonly - jakarta.faces.component.html.HtmlSelectOneListbox.PropertyKeys
- readonly - jakarta.faces.component.html.HtmlSelectOneMenu.PropertyKeys
- readonly - jakarta.faces.component.html.HtmlSelectOneRadio.PropertyKeys
- readTimeout() - Method in annotation type jakarta.security.enterprise.identitystore.LdapIdentityStoreDefinition
-
Set the timeout value that should be used when waiting for the LDAP server to return results.
- readTimeout(long, TimeUnit) - Method in class jakarta.ws.rs.client.ClientBuilder
-
Set the read timeout.
- readTimeoutExpression() - Method in annotation type jakarta.security.enterprise.identitystore.LdapIdentityStoreDefinition
-
Allow readTimeout to be specified as an Jakarta Expression Language expression.
- readValue() - Method in interface jakarta.json.JsonReader
-
Returns a JSON value that is represented in the input source.
- realmName() - Method in annotation type jakarta.security.enterprise.authentication.mechanism.http.BasicAuthenticationMechanismDefinition
-
Name of realm that will be sent via the
WWW-Authenticate
header. - receiverType() - Method in interface jakarta.enterprise.lang.model.declarations.MethodInfo
-
Returns the type of the receiver parameter declared by this method.
- reception() - Method in interface jakarta.enterprise.inject.build.compatible.spi.ObserverInfo
-
Returns the reception type of this observer.
- reception(Reception) - Method in interface jakarta.enterprise.inject.spi.configurator.ObserverMethodConfigurator
-
Set the
Reception
mode for the observer to build - Reception - Enum in jakarta.enterprise.event
-
Distinguishes conditional observer methods from observer methods which are always notified.
- RECONNECT_NOT_SET - Static variable in interface jakarta.ws.rs.sse.SseEvent
-
A "reconnection not set" value for the SSE reconnect delay set via SSE event
retry
field. - reconnectDelay(long) - Method in interface jakarta.ws.rs.sse.OutboundSseEvent.Builder
-
Set reconnection delay (in milliseconds) that indicates how long the event receiver should wait before attempting to reconnect in case a connection to SSE event source is lost.
- reconnectingEvery(long, TimeUnit) - Method in class jakarta.ws.rs.sse.SseEventSource.Builder
-
Set the initial reconnect delay to be used by the event source.
- RECORD_COMPONENT - jakarta.enterprise.lang.model.declarations.DeclarationInfo.Kind
- RecordComponentInfo - Interface in jakarta.enterprise.lang.model.declarations
-
A record component, declared in some record.
- recordComponents() - Method in interface jakarta.enterprise.lang.model.declarations.ClassInfo
-
Returns a collection of record components declared in this class.
- redirect() - Method in class jakarta.faces.flow.builder.NavigationCaseBuilder
-
Create a redirect within this navigation case.
- redirect(String) - Method in class jakarta.faces.context.ExternalContext
-
Redirect a request to the specified URL, and cause the
responseComplete()
method to be called on theFacesContext
instance for the current request. - redirect(String) - Method in class jakarta.faces.context.ExternalContextWrapper
-
The default behavior of this method is to call
ExternalContext.redirect(String)
on the wrappedExternalContext
object. - redirect(String) - Method in class jakarta.faces.context.PartialResponseWriter
-
Write a redirect operation.
- redirect(String) - Method in interface jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContext
-
Sets the response status to SC_FOUND 302 (Found)
- redirect(String) - Method in class jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
- REDIRECT_URI - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
- RedirectBuilder() - Constructor for class jakarta.faces.flow.builder.NavigationCaseBuilder.RedirectBuilder
- REDIRECTION - jakarta.ws.rs.core.Response.Status.Family
-
3xx
HTTP status codes. - RedirectionException - Exception in jakarta.ws.rs
-
A runtime application exception indicating a request redirection (HTTP
3xx
status codes). - RedirectionException(int, URI) - Constructor for exception jakarta.ws.rs.RedirectionException
-
Construct a new redirection exception.
- RedirectionException(Response) - Constructor for exception jakarta.ws.rs.RedirectionException
-
Construct a new redirection exception.
- RedirectionException(Response.Status, URI) - Constructor for exception jakarta.ws.rs.RedirectionException
-
Construct a new redirection exception.
- RedirectionException(String, int, URI) - Constructor for exception jakarta.ws.rs.RedirectionException
-
Construct a new redirection exception.
- RedirectionException(String, Response) - Constructor for exception jakarta.ws.rs.RedirectionException
-
Construct a new redirection exception.
- RedirectionException(String, Response.Status, URI) - Constructor for exception jakarta.ws.rs.RedirectionException
-
Construct a new redirection exception.
- redirectToOriginalResource() - Method in annotation type jakarta.security.enterprise.authentication.mechanism.http.OpenIdAuthenticationMechanismDefinition
-
Optional.
- redirectToOriginalResourceExpression() - Method in annotation type jakarta.security.enterprise.authentication.mechanism.http.OpenIdAuthenticationMechanismDefinition
-
Optional.
- redirectURI() - Method in annotation type jakarta.security.enterprise.authentication.mechanism.http.openid.LogoutDefinition
-
Optional.
- redirectURI() - Method in annotation type jakarta.security.enterprise.authentication.mechanism.http.OpenIdAuthenticationMechanismDefinition
-
The redirect URI (callback URI) to which the response will be sent by the OpenId Connect Provider.
- redisplay - jakarta.faces.component.html.HtmlInputSecret.PropertyKeys
- REF_CURSOR - jakarta.persistence.ParameterMode
-
Stored procedure reference cursor parameter.
- Reference(FacesContext, UIViewParameter, int, String) - Constructor for class jakarta.faces.component.UIViewParameter.Reference
-
Construct a reference to a
UIViewParameter
. - referencedColumnName() - Method in annotation type jakarta.persistence.JoinColumn
-
(Optional) The name of the column referenced by this foreign key column.
- referencedColumnName() - Method in annotation type jakarta.persistence.MapKeyJoinColumn
-
(Optional) The name of the column referenced by this foreign key column.
- referencedColumnName() - Method in annotation type jakarta.persistence.PrimaryKeyJoinColumn
-
(Optional) The name of the primary key column of the table being joined to.
- refresh() - Method in interface jakarta.security.auth.message.config.AuthConfig
-
Causes a dynamic authentication context configuration object to update the internal state that it uses to process calls to its
getAuthContext
method. - refresh() - Method in class jakarta.security.auth.message.config.AuthConfigFactory
-
Cause the factory to reprocess its persistent declarative representation of provider registrations.
- refresh() - Method in interface jakarta.security.auth.message.config.AuthConfigProvider
-
Causes a dynamic configuration provider to update its internal state such that any resulting change to its state is reflected in the corresponding authentication context configuration objects previously created by the provider within the current process context.
- refresh(Object) - Method in interface jakarta.persistence.EntityManager
-
Refresh the state of the instance from the database, overwriting changes made to the entity, if any.
- refresh(Object, LockModeType) - Method in interface jakarta.persistence.EntityManager
-
Refresh the state of the instance from the database, overwriting changes made to the entity, if any, and lock it with respect to given lock mode type.
- refresh(Object, LockModeType, Map<String, Object>) - Method in interface jakarta.persistence.EntityManager
-
Refresh the state of the instance from the database, overwriting changes made to the entity, if any, and lock it with respect to given lock mode type and with specified properties.
- refresh(Object, Map<String, Object>) - Method in interface jakarta.persistence.EntityManager
-
Refresh the state of the instance from the database, using the specified properties, and overwriting changes made to the entity, if any.
- REFRESH - jakarta.persistence.CacheStoreMode
-
Insert/update entity data into cache when read from database and when committed into database.
- REFRESH - jakarta.persistence.CascadeType
-
Cascade refresh operation
- REFRESH_TOKEN - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
- RefreshToken - Interface in jakarta.security.enterprise.identitystore.openid
-
A refresh token provides continuous access to an authentication server while the user is not logged into an application by issuing a new access token.
- regexp() - Method in annotation type jakarta.validation.constraints.Email
- regexp() - Method in annotation type jakarta.validation.constraints.Pattern
- RegexValidator - Class in jakarta.faces.validator
-
A Validator that checks against a Regular Expression (which is the pattern property).
- RegexValidator() - Constructor for class jakarta.faces.validator.RegexValidator
- register(SseEventSink) - Method in interface jakarta.ws.rs.sse.SseBroadcaster
-
Register provided
SseEventSink
instance to thisSseBroadcaster
. - register(Class<?>) - Method in interface jakarta.ws.rs.container.AsyncResponse
-
Register an asynchronous processing lifecycle callback class to receive lifecycle events for the asynchronous response based on the implemented callback interfaces.
- register(Class<?>) - Method in interface jakarta.ws.rs.core.Configurable
-
Register a class of a custom JAX-RS component (such as an extension provider or a
feature
meta-provider) to be instantiated and used in the scope of this configurable context. - register(Class<?>, int) - Method in interface jakarta.ws.rs.core.Configurable
-
Register a class of a custom JAX-RS component (such as an extension provider or a
feature
meta-provider) to be instantiated and used in the scope of this configurable context. - register(Class<?>, Class<?>...) - Method in interface jakarta.ws.rs.container.AsyncResponse
-
Register asynchronous processing lifecycle callback classes to receive lifecycle events for the asynchronous response based on the implemented callback interfaces.
- register(Class<?>, Class<?>...) - Method in interface jakarta.ws.rs.core.Configurable
-
Register a class of a custom JAX-RS component (such as an extension provider or a
feature
meta-provider) to be instantiated and used in the scope of this configurable context. - register(Class<?>, Map<Class<?>, Integer>) - Method in interface jakarta.ws.rs.core.Configurable
-
Register a class of a custom JAX-RS component (such as an extension provider or a
feature
meta-provider) to be instantiated and used in the scope of this configurable context. - register(Object) - Method in interface jakarta.ws.rs.container.AsyncResponse
-
Register an asynchronous processing lifecycle callback instance to receive lifecycle events for the asynchronous response based on the implemented callback interfaces.
- register(Object) - Method in interface jakarta.ws.rs.core.Configurable
-
Register an instance of a custom JAX-RS component (such as an extension provider or a
feature
meta-provider) to be instantiated and used in the scope of this configurable context. - register(Object, int) - Method in interface jakarta.ws.rs.core.Configurable
-
Register an instance of a custom JAX-RS component (such as an extension provider or a
feature
meta-provider) to be instantiated and used in the scope of this configurable context. - register(Object, Class<?>...) - Method in interface jakarta.ws.rs.core.Configurable
-
Register an instance of a custom JAX-RS component (such as an extension provider or a
feature
meta-provider) to be instantiated and used in the scope of this configurable context. - register(Object, Object...) - Method in interface jakarta.ws.rs.container.AsyncResponse
-
Register an asynchronous processing lifecycle callback instances to receive lifecycle events for the asynchronous response based on the implemented callback interfaces.
- register(Object, Map<Class<?>, Integer>) - Method in interface jakarta.ws.rs.core.Configurable
-
Register an instance of a custom JAX-RS component (such as an extension provider or a
feature
meta-provider) to be instantiated and used in the scope of this configurable context. - register(Consumer<InboundSseEvent>) - Method in interface jakarta.ws.rs.sse.SseEventSource
-
Register a
InboundSseEvent
consumer. - register(Consumer<InboundSseEvent>, Consumer<Throwable>) - Method in interface jakarta.ws.rs.sse.SseEventSource
-
Register
InboundSseEvent
andThrowable
consumers. - register(Consumer<InboundSseEvent>, Consumer<Throwable>, Runnable) - Method in interface jakarta.ws.rs.sse.SseEventSource
-
Register
InboundSseEvent
andThrowable
consumers and onComplete callback. - registerConfigProvider(AuthConfigProvider, String, String, String) - Method in class jakarta.security.auth.message.config.AuthConfigFactory
-
Registers within the (in-memory) factory, a provider of ServerAuthConfig and/or ClientAuthConfig objects for a message layer and application context identifier.
- registerConfigProvider(String, Map<String, String>, String, String, String) - Method in class jakarta.security.auth.message.config.AuthConfigFactory
-
Registers within the factory and records within the factory's persistent declarative representation of provider registrations a provider of ServerAuthConfig and/or ClientAuthConfig objects for a message layer and application context identifier.
- registerInterposedSynchronization(Synchronization) - Method in interface jakarta.transaction.TransactionSynchronizationRegistry
-
Register a Synchronization instance with special ordering semantics.
- registerServerAuthModule(ServerAuthModule, Object) - Method in class jakarta.security.auth.message.config.AuthConfigFactory
-
Registers within the (in-memory) factory, an instance of a
ServerAuthModule
for a message layer and application context identifier as identified by a profile specific context object. - registerStoredProcedureParameter(int, Class, ParameterMode) - Method in interface jakarta.persistence.StoredProcedureQuery
-
Register a positional parameter.
- registerStoredProcedureParameter(String, Class, ParameterMode) - Method in interface jakarta.persistence.StoredProcedureQuery
-
Register a named parameter.
- registerSynchronization(Synchronization) - Method in interface jakarta.transaction.Transaction
-
Register a synchronization object for the transaction currently associated with the target object.
- Registration - Interface in jakarta.servlet
- Registration - Annotation Type in jakarta.enterprise.inject.build.compatible.spi
-
3rd phase of build compatible extension execution.
- REGISTRATION_ENDPOINT - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
- Registration.Dynamic - Interface in jakarta.servlet
-
Interface through which a
Servlet
orFilter
registered via one of the addServlet or addFilter methods, respectively, onServletContext
may be further configured. - RegistrationListener - Interface in jakarta.security.auth.message.config
-
An implementation of this interface may be associated with an AuthConfigProvider registration at an AuthConfigFactory at the time the AuthConfigProvider is obtained for use from the factory.
- REJECT - jakarta.faces.component.visit.VisitResult
-
This result indicates that the tree visit should continue, but should skip the current component's subtree.
- rel - jakarta.faces.component.html.HtmlCommandLink.PropertyKeys
- rel - jakarta.faces.component.html.HtmlOutcomeTargetLink.PropertyKeys
- rel - jakarta.faces.component.html.HtmlOutputLink.PropertyKeys
- rel(String) - Method in interface jakarta.ws.rs.core.Link.Builder
-
Convenience method to set a link relation.
- REL - Static variable in class jakarta.ws.rs.core.Link
-
Rel link param from RFC 5988.
- relativize(URI) - Method in interface jakarta.ws.rs.core.UriInfo
-
Relativize a URI with respect to the current request URI.
- release() - Method in interface jakarta.enterprise.context.spi.CreationalContext
-
Destroys all dependent objects of the instance which is being destroyed, by passing each dependent object to
Contextual.destroy(Object, CreationalContext)
. - release() - Method in class jakarta.faces.context.ExternalContext
-
Release any resources associated with this
ExternalContext
instance. - release() - Method in class jakarta.faces.context.ExternalContextWrapper
-
The default behavior of this method is to call
ExternalContext.release()
on the wrappedExternalContext
object. - release() - Method in class jakarta.faces.context.FacesContext
-
Release any resources associated with this
FacesContext
instance. - release() - Method in class jakarta.faces.context.FacesContextWrapper
-
The default behavior of this method is to call
FacesContext.release()
on the wrappedFacesContext
object. - release() - Method in class jakarta.faces.context.PartialViewContext
-
Release any resources associated with this
PartialViewContext
instance. - release() - Method in class jakarta.faces.context.PartialViewContextWrapper
-
The default behavior of this method is to call
PartialViewContext.release()
on the wrappedPartialViewContext
object. - release() - Method in class jakarta.servlet.jsp.jstl.core.ConditionalTagSupport
-
Releases any resources this ConditionalTagSupport may have (or inherit).
- release() - Method in class jakarta.servlet.jsp.jstl.core.LoopTagSupport
-
Releases any resources this LoopTagSupport may have (or inherit).
- release() - Method in class jakarta.servlet.jsp.jstl.tlv.PermittedTaglibsTLV
- release() - Method in class jakarta.servlet.jsp.PageContext
-
This method shall "reset" the internal state of a PageContext, releasing all internal references, and preparing the PageContext for potential reuse by a later invocation of initialize().
- release() - Method in class jakarta.servlet.jsp.tagext.BodyTagSupport
-
Release state.
- release() - Method in interface jakarta.servlet.jsp.tagext.Tag
-
Called on a Tag handler to release state.
- release() - Method in class jakarta.servlet.jsp.tagext.TagAdapter
-
Must not be called.
- release() - Method in class jakarta.servlet.jsp.tagext.TagLibraryValidator
-
Release any data kept by this instance for validation purposes.
- release() - Method in class jakarta.servlet.jsp.tagext.TagSupport
-
Release state.
- releaseFactories() - Static method in class jakarta.faces.FactoryFinder
-
Release any references to factory instances associated with the class loader for the calling web application.
- releaseInstance(ConstraintValidator<?, ?>) - Method in interface jakarta.validation.ConstraintValidatorFactory
-
Signals
ConstraintValidatorFactory
that the instance is no longer being used by the Jakarta Bean Validation provider. - releasePageContext(PageContext) - Method in class jakarta.servlet.jsp.JspFactory
-
called to release a previously allocated PageContext object.
- rememberMe(boolean) - Method in class jakarta.security.enterprise.authentication.mechanism.http.AuthenticationParameters
-
Signals that for this call to the authentication mechanism "remember me" should be applied, IFF the "remember me" feature is configured for the authentication mechanism responding to the authenticate call.
- RememberMe - Annotation Type in jakarta.security.enterprise.authentication.mechanism.http
-
The RememberMe annotation provides an application the ability to declaratively designate that an authentication mechanism effectively "remembers" the authentication and auto applies this with every request.
- RememberMe.Literal - Class in jakarta.security.enterprise.authentication.mechanism.http
-
Supports inline instantiation of the RememberMe annotation.
- RememberMeCredential - Class in jakarta.security.enterprise.credential
-
RememberMeCredential
represents a credential presented as a token, for the explicit usage with the Jakarta Security provided remember me function. - RememberMeCredential(String) - Constructor for class jakarta.security.enterprise.credential.RememberMeCredential
-
Constructor
- RememberMeIdentityStore - Interface in jakarta.security.enterprise.identitystore
-
RememberMeIdentityStore
is a mechanism for validating a caller's credentials and accessing a caller's identity attributes that's specifically tailored for the "remember me" feature. - Remote - Annotation Type in jakarta.ejb
-
Declares the remote business interface(s) for a session bean.
- RemoteEndpoint - Interface in jakarta.websocket
-
The RemoteEndpoint object is supplied by the container and represents the 'other end' or peer of the Web Socket conversation.
- RemoteEndpoint.Async - Interface in jakarta.websocket
-
This representation of the peer of a web socket conversation has the ability to send messages asynchronously.
- RemoteEndpoint.Basic - Interface in jakarta.websocket
-
This representation of the peer of a web socket conversation has the ability to send messages synchronously.
- RemoteHome - Annotation Type in jakarta.ejb
-
Declares the remote home interface or adapted remote home interface for a session bean.
- remove() - Method in interface jakarta.ejb.EJBLocalObject
-
Remove the enterprise bean local object.
- remove() - Method in interface jakarta.ejb.EJBObject
-
Remove the enterprise bean object.
- remove(int) - Method in interface jakarta.json.JsonArrayBuilder
-
Remove the value in the array at the specified position.
- remove(Handle) - Method in interface jakarta.ejb.EJBHome
-
Remove an enterprise bean object identified by its handle.
- remove(MessageInfo) - Method in interface jakarta.security.auth.message.MessagePolicy.Target
-
Remove the Object identified by the Target from the MessageInfo.
- remove(HttpSession, String) - Static method in class jakarta.servlet.jsp.jstl.core.Config
-
Removes a configuration variable from the "session" scope.
- remove(PageContext, String, int) - Static method in class jakarta.servlet.jsp.jstl.core.Config
-
Removes a configuration variable from the given scope.
- remove(ServletContext, String) - Static method in class jakarta.servlet.jsp.jstl.core.Config
-
Removes a configuration variable from the "application" scope.
- remove(ServletRequest, String) - Static method in class jakarta.servlet.jsp.jstl.core.Config
-
Removes a configuration variable from the "request" scope.
- remove(Serializable) - Method in interface jakarta.faces.component.StateHelper
-
Remove the key/value pair from the helper, returning the value previously stored under this key.
- remove(Serializable, Object) - Method in interface jakarta.faces.component.StateHelper
-
Remove a value from the inner data structure.
- remove(Object) - Method in interface jakarta.ejb.EJBHome
-
Remove an enterprise bean object identified by its primary key.
- remove(Object) - Method in interface jakarta.ejb.EJBLocalHome
-
Remove an enterprise bean object identified by its primary key.
- remove(Object) - Method in class jakarta.faces.context.FlashWrapper
-
The default behavior of this method is to call
Map.remove(Object)
on the wrappedFlash
object. - remove(Object) - Method in interface jakarta.persistence.EntityManager
-
Remove the entity instance.
- remove(Object) - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
- remove(String) - Method in interface jakarta.json.JsonObjectBuilder
-
Remove the name/value pair from the JSON object associated with this object builder if it is present.
- remove(String) - Method in interface jakarta.json.JsonPatchBuilder
-
Adds a "remove" JSON Patch operation.
- remove(Predicate<Annotation>) - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedConstructorConfigurator
-
Remove annotations that match the specified predicate.
- remove(Predicate<Annotation>) - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedFieldConfigurator
-
Remove annotations that match the specified predicate.
- remove(Predicate<Annotation>) - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedMethodConfigurator
-
Remove annotations that match the specified predicate.
- remove(Predicate<Annotation>) - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedParameterConfigurator
-
Remove annotations that match the specified predicate.
- remove(Predicate<Annotation>) - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedTypeConfigurator
-
Remove annotations that match the specified predicate.
- remove(T) - Method in interface jakarta.json.JsonPointer
-
Removes the value at the reference location in the specified
target
. - Remove - Annotation Type in jakarta.ejb
-
Applied to a business method of a stateful session bean class to indicate to the container that the stateful session bean is to be removed by the container after completion of the method.
- REMOVE - jakarta.json.JsonPatch.Operation
-
"remove" operation.
- REMOVE - jakarta.persistence.CascadeType
-
Cascade remove operation
- removeActionListener(ActionListener) - Method in interface jakarta.faces.component.ActionSource
-
Remove an existing
ActionListener
(if any) from the set of listeners interested in being notified whenActionEvent
s occur. - removeActionListener(ActionListener) - Method in class jakarta.faces.component.UICommand
- removeActionListener(ActionListener) - Method in class jakarta.faces.component.UIViewAction
-
Remove an existing
ActionListener
(if any) from the set of listeners interested in being notified whenActionEvent
s occur. - removeAjaxBehaviorListener(AjaxBehaviorListener) - Method in class jakarta.faces.component.behavior.AjaxBehavior
-
Remove the specified
AjaxBehaviorListener
from the set of listeners registered to receive event notifications from thisAjaxBehavior
. - removeAll() - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedConstructorConfigurator
-
Remove all the annotations.
- removeAll() - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedFieldConfigurator
-
Remove all the annotations.
- removeAll() - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedMethodConfigurator
-
Remove all the annotations.
- removeAll() - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedParameterConfigurator
-
Remove all the annotations.
- removeAll() - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedTypeConfigurator
-
Remove all the annotations.
- removeAllAnnotations() - Method in interface jakarta.enterprise.inject.build.compatible.spi.ClassConfig
-
Removes all annotations from this class.
- removeAllAnnotations() - Method in interface jakarta.enterprise.inject.build.compatible.spi.DeclarationConfig
-
Removes all annotations from this declaration.
- removeAllAnnotations() - Method in interface jakarta.enterprise.inject.build.compatible.spi.FieldConfig
-
Removes all annotations from this field.
- removeAllAnnotations() - Method in interface jakarta.enterprise.inject.build.compatible.spi.MethodConfig
-
Removes all annotations from this method.
- removeAllAnnotations() - Method in interface jakarta.enterprise.inject.build.compatible.spi.ParameterConfig
-
Removes all annotations from this method parameter.
- removeAnnotation(Predicate<AnnotationInfo>) - Method in interface jakarta.enterprise.inject.build.compatible.spi.ClassConfig
-
Removes all annotations matching given predicate from this class.
- removeAnnotation(Predicate<AnnotationInfo>) - Method in interface jakarta.enterprise.inject.build.compatible.spi.DeclarationConfig
-
Removes all annotations matching given predicate from this declaration.
- removeAnnotation(Predicate<AnnotationInfo>) - Method in interface jakarta.enterprise.inject.build.compatible.spi.FieldConfig
-
Removes all annotations matching given predicate from this field.
- removeAnnotation(Predicate<AnnotationInfo>) - Method in interface jakarta.enterprise.inject.build.compatible.spi.MethodConfig
-
Removes all annotations matching given predicate from this method.
- removeAnnotation(Predicate<AnnotationInfo>) - Method in interface jakarta.enterprise.inject.build.compatible.spi.ParameterConfig
-
Removes all annotations matching given predicate from this method parameter.
- removeAttribute(String) - Method in interface jakarta.servlet.http.HttpSession
-
Removes the object bound with the specified name from this session.
- removeAttribute(String) - Method in class jakarta.servlet.jsp.JspContext
-
Remove the object reference associated with the given name from all scopes.
- removeAttribute(String) - Method in interface jakarta.servlet.ServletContext
-
Removes the attribute with the given name from this ServletContext.
- removeAttribute(String) - Method in interface jakarta.servlet.ServletRequest
-
Removes an attribute from this request.
- removeAttribute(String) - Method in class jakarta.servlet.ServletRequestWrapper
-
The default behavior of this method is to call removeAttribute(String name) on the wrapped request object.
- removeAttribute(String, int) - Method in class jakarta.servlet.jsp.JspContext
-
Remove the object reference associated with the specified name in the given scope.
- removeBehaviorListener(BehaviorListener) - Method in class jakarta.faces.component.behavior.BehaviorBase
-
Remove the specified
BehaviorListener
from the set of listeners registered to receive event notifications from thisBehavior
. - removeComponentResource(FacesContext, UIComponent) - Method in class jakarta.faces.component.UIViewRoot
-
Remove argument
component
, which is assumed to represent a resource instance, as a resource to this view. - removeComponentResource(FacesContext, UIComponent, String) - Method in class jakarta.faces.component.UIViewRoot
-
Remove argument
component
, which is assumed to represent a resource instance, as a resource to this view. - removeDataModelListener(DataModelListener) - Method in class jakarta.faces.model.DataModel
-
Remove an existing
DataModelListener
from the set interested in notifications from thisDataModel
. - removeELContextListener(ELContextListener) - Method in class jakarta.faces.application.Application
-
Remove the argument
listener
from the list ofELContextListener
s. - removeELContextListener(ELContextListener) - Method in class jakarta.faces.application.ApplicationWrapper
-
The default behavior of this method is to call
Application.removeELContextListener(jakarta.el.ELContextListener)
on the wrappedApplication
object. - RemoveException - Exception in jakarta.ejb
-
The RemoveException is thrown at an attempt to remove an enterprise bean object or local enterprise bean object when the enterprise bean or the container does not allow the enterprise bean object to be removed.
- RemoveException() - Constructor for exception jakarta.ejb.RemoveException
-
Constructs an RemoveException with no detail message.
- RemoveException(String) - Constructor for exception jakarta.ejb.RemoveException
-
Constructs an RemoveException with the specified detail message.
- removeFacesListener(FacesListener) - Method in class jakarta.faces.component.UIComponent
-
Remove the specified
FacesListener
from the set of listeners registered to receive event notifications from thisUIComponent
. - removeFacesListener(FacesListener) - Method in class jakarta.faces.component.UIComponentBase
-
Remove the specified
FacesListener
from the set of listeners registered to receive event notifications from thisUIComponent
. - removeHeader(String) - Method in interface jakarta.servlet.http.PushBuilder
-
Remove the named request header.
- removeLoginToken(String) - Method in interface jakarta.security.enterprise.identitystore.RememberMeIdentityStore
-
Dissociates the principal and groups that were associated with the token before and removes the token itself.
- removeMessageHandler(MessageHandler) - Method in interface jakarta.websocket.Session
-
Remove the given MessageHandler from the set belonging to this session.
- removePhaseListener(PhaseListener) - Method in class jakarta.faces.component.UIViewRoot
-
If the argument
toRemove
is in the list ofPhaseListener
s for this instance, it must be removed. - removePhaseListener(PhaseListener) - Method in class jakarta.faces.lifecycle.Lifecycle
-
Deregister an existing
PhaseListener
instance that is no longer interested in being notified before and after the processing for standard phases of the request processing lifecycle. - removePhaseListener(PhaseListener) - Method in class jakarta.faces.lifecycle.LifecycleWrapper
- removeProperty(String) - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Removes a property with the given name from the current request/response exchange context.
- removeProperty(String) - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Removes a property with the given name from the current request/response exchange context.
- removeProperty(String) - Method in interface jakarta.ws.rs.ext.InterceptorContext
-
Removes a property with the given name from the current request/response exchange context.
- removeProtectedView(String) - Method in class jakarta.faces.application.ViewHandler
-
Remove the argument
urlPattern
from the thread safeSet
of protected views for this application, if present in theSet
. - removeProtectedView(String) - Method in class jakarta.faces.application.ViewHandlerWrapper
-
The default behavior of this method is to call
ViewHandler.removeProtectedView(java.lang.String)
on the wrappedViewHandler
object. - removeRegistration(String) - Method in class jakarta.security.auth.message.config.AuthConfigFactory
-
Remove the identified provider registration from the factory (and from the persistent declarative representation of provider registrations, if appropriate) and invoke any listeners associated with the removed registration.
- removeServerAuthModule(Object) - Method in class jakarta.security.auth.message.config.AuthConfigFactory
-
Remove the
ServerAuthModule
(and potentially encompassing wrappers/factories) that was previously registered via a call toregisterServerAuthModule
. - removeValidator(Validator) - Method in interface jakarta.faces.component.EditableValueHolder
-
Remove a
Validator
instance from the set associated with this component, if it was previously associated. - removeValidator(Validator) - Method in class jakarta.faces.component.UIInput
- removeValue(String) - Method in class jakarta.servlet.jsp.tagext.TagSupport
-
Remove a value associated with a key.
- removeValueChangeListener(ValueChangeListener) - Method in interface jakarta.faces.component.EditableValueHolder
-
Remove an existing
ValueChangeListener
(if any) from the set of listeners interested in being notified whenValueChangeEvent
s occur. - removeValueChangeListener(ValueChangeListener) - Method in class jakarta.faces.component.UIInput
-
Remove an existing
ValueChangeListener
(if any) from the set of listeners interested in being notified whenValueChangeEvent
s occur. - render - jakarta.faces.component.html.HtmlCommandScript.PropertyKeys
- render(FacesContext) - Method in class jakarta.faces.lifecycle.Lifecycle
-
Execute the Render Response phase of the request processing lifecycle, unless the
responseComplete()
method has been called on theFacesContext
instance associated with the current request. - render(FacesContext) - Method in class jakarta.faces.lifecycle.LifecycleWrapper
- RENDER_ALL_MARKER - Static variable in class jakarta.faces.context.PartialResponseWriter
-
Reserved ID value to indicate entire ViewRoot.
- RENDER_KIT_FACTORY - Static variable in class jakarta.faces.FactoryFinder
-
The property name for the
RenderKitFactory
class name. - RENDER_KIT_ID_PARAM - Static variable in class jakarta.faces.render.ResponseStateManager
-
The name of the request parameter used by the default implementation of
ViewHandler.calculateRenderKitId(jakarta.faces.context.FacesContext)
to derive a RenderKit ID. - RENDER_RESPONSE - Static variable in class jakarta.faces.event.PhaseId
-
Identifier for the Render Response phase of the request processing lifecycle.
- rendered() - Method in class jakarta.faces.application.FacesMessage
-
Marks this message as having been rendered to the client.
- Renderer<T extends UIComponent> - Class in jakarta.faces.render
-
A Renderer converts the internal representation of
UIComponent
s into the output stream (or writer) associated with the response we are creating for a particular request. - Renderer() - Constructor for class jakarta.faces.render.Renderer
- rendererType() - Method in annotation type jakarta.faces.render.FacesBehaviorRenderer
-
Within the
RenderKit
, the value of this annotation attribute is taken to be the renderer-type - rendererType() - Method in annotation type jakarta.faces.render.FacesRenderer
-
The value of this annotation attribute is taken to be the renderer-type which, in combination with
FacesRenderer.componentFamily()
can be used to obtain a reference to an instance of thisRenderer
by callingRenderKit.getRenderer(java.lang.String, java.lang.String)
. - RendererWrapper - Class in jakarta.faces.render
- RendererWrapper() - Constructor for class jakarta.faces.render.RendererWrapper
-
Deprecated.Use the other constructor taking the implementation being wrapped.
- RendererWrapper(Renderer) - Constructor for class jakarta.faces.render.RendererWrapper
-
If this renderer has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.
- RenderKit - Class in jakarta.faces.render
-
RenderKit represents a collection of
Renderer
instances that, together, know how to render Jakarta FacesUIComponent
instances for a specific client. - RenderKit() - Constructor for class jakarta.faces.render.RenderKit
- RenderKitFactory - Class in jakarta.faces.render
-
RenderKitFactory is a factory object that registers and returns
RenderKit
instances. - RenderKitFactory() - Constructor for class jakarta.faces.render.RenderKitFactory
-
Deprecated.Use the other constructor taking the implementation being wrapped.
- RenderKitFactory(RenderKitFactory) - Constructor for class jakarta.faces.render.RenderKitFactory
-
If this factory has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.
- renderKitId() - Method in annotation type jakarta.faces.render.FacesBehaviorRenderer
-
The value of this annotation attribute is taken to be the render-kit-id in which an instance of this class of
Renderer
must be installed. - renderKitId() - Method in annotation type jakarta.faces.render.FacesRenderer
-
The value of this annotation attribute is taken to be the render-kit-id in which an instance of this class of
Renderer
must be installed. - RenderKitWrapper - Class in jakarta.faces.render
- RenderKitWrapper() - Constructor for class jakarta.faces.render.RenderKitWrapper
-
Deprecated.Use the other constructor taking the implementation being wrapped.
- RenderKitWrapper(RenderKit) - Constructor for class jakarta.faces.render.RenderKitWrapper
-
If this render kit has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.
- renderResponse() - Method in class jakarta.faces.context.FacesContext
-
Signal the Jakarta Faces implementation that, as soon as the current phase of the request processing lifecycle has been completed, control should be passed to the Render Response phase, bypassing any phases that have not been executed yet.
- renderResponse() - Method in class jakarta.faces.context.FacesContextWrapper
-
The default behavior of this method is to call
FacesContext.renderResponse()
on the wrappedFacesContext
object. - renderView(FacesContext, UIViewRoot) - Method in class jakarta.faces.application.ViewHandler
-
Perform whatever actions are required to render the response view to the response object associated with the current
FacesContext
. - renderView(FacesContext, UIViewRoot) - Method in class jakarta.faces.application.ViewHandlerWrapper
-
The default behavior of this method is to call
ViewHandler.renderView(jakarta.faces.context.FacesContext, jakarta.faces.component.UIViewRoot)
on the wrappedViewHandler
object. - renderView(FacesContext, UIViewRoot) - Method in class jakarta.faces.view.ViewDeclarationLanguage
-
Render a view rooted at argument
view
. - renderView(FacesContext, UIViewRoot) - Method in class jakarta.faces.view.ViewDeclarationLanguageWrapper
- repeatableAnnotation(Class<T>) - Method in interface jakarta.enterprise.lang.model.AnnotationTarget
-
Returns a collection of annotations of given repeatable
annotationType
that are present on this annotation target. - replace(String, boolean) - Method in interface jakarta.json.JsonPatchBuilder
-
Adds a "replace" JSON Patch operation.
- replace(String, int) - Method in interface jakarta.json.JsonPatchBuilder
-
Adds a "replace" JSON Patch operation.
- replace(String, JsonValue) - Method in interface jakarta.json.JsonPatchBuilder
-
Adds a "replace" JSON Patch operation.
- replace(String, String) - Method in interface jakarta.json.JsonPatchBuilder
-
Adds a "replace" JSON Patch operation.
- replace(T, JsonValue) - Method in interface jakarta.json.JsonPointer
-
Replaces the value at the referenced location in the specified
target
with the specifiedvalue
. - REPLACE - jakarta.json.JsonPatch.Operation
-
"replace" operation.
- replaceAll(MultivaluedMap<String, Object>) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
-
Replaces all existing headers with the newly supplied headers.
- replaceMatrix(String) - Method in class jakarta.ws.rs.core.UriBuilder
-
Set the matrix parameters of the current final segment of the current URI path.
- replaceMatrixParam(String, Object...) - Method in class jakarta.ws.rs.core.UriBuilder
-
Replace the existing value(s) of a matrix parameter on the current final segment of the URI path.
- replacePath(String) - Method in class jakarta.ws.rs.core.UriBuilder
-
Set the URI path.
- replaceQuery(String) - Method in class jakarta.ws.rs.core.UriBuilder
-
Set the URI query string.
- replaceQueryParam(String, Object...) - Method in class jakarta.ws.rs.core.UriBuilder
-
Replace the existing value(s) of a query parameter.
- ReportAsSingleViolation - Annotation Type in jakarta.validation
-
A constraint annotation hosting this annotation will return the composed annotation error report if any of the composing annotations fail.
- request() - Method in interface jakarta.ws.rs.client.WebTarget
-
Start building a request to the targeted web resource.
- request(MediaType...) - Method in interface jakarta.ws.rs.client.WebTarget
-
Start building a request to the targeted web resource and define the accepted response media types.
- request(String...) - Method in interface jakarta.ws.rs.client.WebTarget
-
Start building a request to the targeted web resource and define the accepted response media types.
- Request - Interface in jakarta.ws.rs.core
-
An injectable helper for request processing, all methods throw an
IllegalStateException
if called outside the scope of a request (e.g. - REQUEST - jakarta.servlet.DispatcherType
- REQUEST - Static variable in class jakarta.enterprise.context.BeforeDestroyed.Literal
- REQUEST - Static variable in class jakarta.enterprise.context.Destroyed.Literal
- REQUEST - Static variable in class jakarta.enterprise.context.Initialized.Literal
- REQUEST - Static variable in class jakarta.servlet.jsp.PageContext
-
Name used to store ServletRequest in PageContext name table.
- REQUEST_ENTITY_TOO_LARGE - jakarta.ws.rs.core.Response.Status
-
413 Request Entity Too Large, see HTTP/1.1 documentation.
- REQUEST_HEADER_FIELDS_TOO_LARGE - jakarta.ws.rs.core.Response.Status
-
431 Request Header Fields Too Large, see RFC 6585: Additional HTTP Status Codes.
- REQUEST_SCOPE - Static variable in class jakarta.servlet.jsp.PageContext
-
Request scope: the named reference remains available from the ServletRequest associated with the Servlet until the current request is completed.
- REQUEST_TIME_VALUE - Static variable in class jakarta.servlet.jsp.tagext.TagData
-
Distinguished value for an attribute to indicate its value is a request-time expression (which is not yet available because TagData instances are used at translation-time).
- REQUEST_TIMEOUT - jakarta.ws.rs.core.Response.Status
-
408 Request Timeout, see HTTP/1.1 documentation.
- REQUEST_URI_TOO_LONG - jakarta.ws.rs.core.Response.Status
-
414 Request-URI Too Long, see HTTP/1.1 documentation.
- RequestContextController - Interface in jakarta.enterprise.context.control
-
The CDI container provides a built in instance of RequestContextController that is dependent scoped for the purposes of activating and deactivating.
- RequestCookieMap - Annotation Type in jakarta.faces.annotation
-
The presence of this annotation (along with
@Inject
) on a field of typeMap<String, Object>
causes the map returned fromExternalContext.getRequestCookieMap()
to be injected as the value of that field. - RequestCookieMap.Literal - Class in jakarta.faces.annotation
-
Supports inline instantiation of the
RequestCookieMap
qualifier. - requestDestroyed(ServletRequestEvent) - Method in interface jakarta.servlet.ServletRequestListener
-
Receives notification that a ServletRequest is about to go out of scope of the web application.
- RequestDispatcher - Interface in jakarta.servlet
-
Defines an object that receives requests from the client and sends them to any resource (such as a servlet, HTML file, or JSP file) on the server.
- REQUESTED_RANGE_NOT_SATISFIABLE - jakarta.ws.rs.core.Response.Status
-
416 Requested Range Not Satisfiable, see HTTP/1.1 documentation.
- requestInitialized(ServletRequestEvent) - Method in interface jakarta.servlet.ServletRequestListener
-
Receives notification that a ServletRequest is about to come into scope of the web application.
- RequestMap - Annotation Type in jakarta.faces.annotation
-
The presence of this annotation (along with
@Inject
) on a field of typeMap<String, Object>
causes the map returned fromExternalContext.getRequestMap()
to be injected as the value of that field. - RequestMap.Literal - Class in jakarta.faces.annotation
-
Supports inline instantiation of the
RequestMap
qualifier. - RequestParameterMap - Annotation Type in jakarta.faces.annotation
-
The presence of this annotation (along with
@Inject
) on a field of typeMap<String, String>
causes the map returned fromExternalContext.getRequestParameterMap()
to be injected as the value of that field. - RequestParameterMap.Literal - Class in jakarta.faces.annotation
-
Supports inline instantiation of the
RequestParameterMap
qualifier. - RequestParameterValuesMap - Annotation Type in jakarta.faces.annotation
-
The presence of this annotation (along with
@Inject
) on a field of typeMap<String, String []>
causes the map returned fromExternalContext.getRequestParameterValuesMap()
to be injected as the value of that field. - RequestParameterValuesMap.Literal - Class in jakarta.faces.annotation
-
Supports inline instantiation of the
RequestParameterValuesMap
qualifier. - RequestScoped - Annotation Type in jakarta.enterprise.context
-
Specifies that a bean is request scoped.
- RequestScoped.Literal - Class in jakarta.enterprise.context
-
Supports inline instantiation of the
RequestScoped
annotation. - REQUIRED - jakarta.ejb.TransactionAttributeType
-
If a client invokes the enterprise bean's method while the client is associated with a transaction context, the container invokes the enterprise bean's method in the client's transaction context.
- REQUIRED - jakarta.transaction.Transactional.TxType
-
If called outside a transaction context, the interceptor must begin a new Jakarta Transactions transaction, the managed bean method execution must then continue inside this transaction context, and the transaction must be completed by the interceptor.
- REQUIRED_MESSAGE_ID - Static variable in class jakarta.faces.component.UIInput
-
The message identifier of the
FacesMessage
to be created if a required check fails. - RequiredValidator - Class in jakarta.faces.validator
-
A Validator that checks for an empty value in the same way that UIInput checks for a value.
- RequiredValidator() - Constructor for class jakarta.faces.validator.RequiredValidator
- REQUIRES_NEW - jakarta.ejb.TransactionAttributeType
-
The container must invoke an enterprise bean method whose transaction attribute is set to
REQUIRES_NEW
with a new transaction context. - REQUIRES_NEW - jakarta.transaction.Transactional.TxType
-
If called outside a transaction context, the interceptor must begin a new Jakarta Transactions transaction, the managed bean method execution must then continue inside this transaction context, and the transaction must be completed by the interceptor.
- RESERVED - jakarta.websocket.CloseReason.CloseCodes
-
Reserved.
- reset() - Method in interface jakarta.servlet.ServletResponse
-
Clears any data that exists in the buffer as well as the status code, headers.
- reset() - Method in class jakarta.servlet.ServletResponseWrapper
-
The default behavior of this method is to call reset() on the wrapped response object.
- RESET_CONTENT - jakarta.ws.rs.core.Response.Status
-
205 Reset Content, see HTTP/1.1 documentation.
- RESET_VALUES_PARAM_NAME - Static variable in class jakarta.faces.context.PartialViewContext
-
If the request parameter named by the value of this constant has a parameter value of
true
, the implementation must returntrue
fromPartialViewContext.isResetValues()
. - resetBuffer() - Method in interface jakarta.servlet.ServletResponse
-
Clears the content of the underlying buffer in the response without clearing headers or status code.
- resetBuffer() - Method in class jakarta.servlet.ServletResponseWrapper
-
The default behavior of this method is to call resetBuffer() on the wrapped response object.
- resetValue() - Method in interface jakarta.faces.component.EditableValueHolder
-
Convenience method to reset this component's value to the un-initialized state.
- resetValue() - Method in class jakarta.faces.component.UIInput
-
Convenience method to reset this component's value to the un-initialized state.
- resetValue() - Method in class jakarta.faces.component.UIOutput
-
Convenience method to reset this component's value to the un-initialized state.
- resetValues - jakarta.faces.component.html.HtmlCommandScript.PropertyKeys
- resetValues(FacesContext, Collection<String>) - Method in class jakarta.faces.component.UIViewRoot
-
Visit the clientIds and, if the component is an instance of
EditableValueHolder
, call itsEditableValueHolder.resetValue()
method. - ResolutionException - Exception in jakarta.enterprise.inject
-
Indicates a problem relating to typesafe resolution.
- ResolutionException() - Constructor for exception jakarta.enterprise.inject.ResolutionException
- ResolutionException(String) - Constructor for exception jakarta.enterprise.inject.ResolutionException
- ResolutionException(String, Throwable) - Constructor for exception jakarta.enterprise.inject.ResolutionException
- ResolutionException(Throwable) - Constructor for exception jakarta.enterprise.inject.ResolutionException
- RESOLVABLE_AT_DESIGN_TIME - Static variable in class jakarta.el.ELResolver
-
The attribute name of the named attribute in the
FeatureDescriptor
that specifies whether the variable or property can be resolved at runtime. - resolve(SearchKeywordContext, UIComponent, String) - Method in class jakarta.faces.component.search.SearchKeywordResolver
-
Try to resolve one or multiple
UIComponent
s based on the keyword and callsSearchKeywordContext.invokeContextCallback(jakarta.faces.component.UIComponent)
for each resolved component. - resolve(URI) - Method in interface jakarta.ws.rs.core.UriInfo
-
Resolve a relative URI with respect to the base URI of the application.
- resolve(Set<Bean<? extends X>>) - Method in interface jakarta.enterprise.inject.spi.BeanContainer
-
Apply the ambiguous dependency resolution rules to a set of beans.
- RESOLVE_CLIENT_SIDE - jakarta.faces.component.search.SearchExpressionHint
-
Hint that indicates that a keyword can be resolved later and will just be returned as passthrough, if supported by the keyword.
- RESOLVE_SINGLE_COMPONENT - jakarta.faces.component.search.SearchExpressionHint
-
Hint that indicates that only one component should be resolved.
- resolveClass(String) - Method in class jakarta.el.ImportHandler
-
Resolve a class name.
- resolveClientId(SearchExpressionContext, String) - Method in class jakarta.faces.component.search.SearchExpressionHandler
-
Resolves to a single clientId or passthrough expression for the given expression.
- resolveClientId(SearchExpressionContext, String) - Method in class jakarta.faces.component.search.SearchExpressionHandlerWrapper
- resolveClientIds(SearchExpressionContext, String) - Method in class jakarta.faces.component.search.SearchExpressionHandler
-
Resolves to a
List
with clientIds or passthrough expressions for the given expressions. - resolveClientIds(SearchExpressionContext, String) - Method in class jakarta.faces.component.search.SearchExpressionHandlerWrapper
- resolveComponent(SearchExpressionContext, String, ContextCallback) - Method in class jakarta.faces.component.search.SearchExpressionHandler
-
Resolves a single
UIComponent
s for the given expression. - resolveComponent(SearchExpressionContext, String, ContextCallback) - Method in class jakarta.faces.component.search.SearchExpressionHandlerWrapper
- resolveComponents(SearchExpressionContext, String, ContextCallback) - Method in class jakarta.faces.component.search.SearchExpressionHandler
-
Resolves multiple
UIComponent
s for the given expression(s). - resolveComponents(SearchExpressionContext, String, ContextCallback) - Method in class jakarta.faces.component.search.SearchExpressionHandlerWrapper
- resolveDecorators(Set<Type>, Annotation...) - Method in interface jakarta.enterprise.inject.spi.BeanManager
-
Return an ordered list of decorators for a set of bean types and a set of qualifiers and which are enabled in the module or library containing the class into which the
BeanManager
was injected or the Java EE component from whose JNDI environment namespace theBeanManager
was obtained. - resolveFunction(String, String) - Method in class jakarta.el.FunctionMapper
-
Resolves the specified prefix and local name into a
java.lang.Method
. - resolveFunction(String, String) - Method in interface jakarta.servlet.jsp.el.FunctionMapper
-
Deprecated.Resolves the specified local name and prefix into a Java.lang.Method.
- resolveInterceptors(InterceptionType, Annotation...) - Method in interface jakarta.enterprise.inject.spi.BeanContainer
-
Return an ordered list of enabled interceptors for a set of interceptor bindings and a type of interception and which are enabled in the module or library containing the class into which the
BeanManager
/BeanContainer
was injected or, in the Jakarta EE environment, the Jakarta EE component from whose JNDI environment namespace theBeanManager
/BeanContainer
was obtained. - resolveObserverMethods(T, Annotation...) - Method in interface jakarta.enterprise.inject.spi.BeanContainer
-
Return an ordered set of observer methods for an event.
- resolveObserverMethods(T, Annotation...) - Method in interface jakarta.enterprise.inject.spi.BeanManager
-
Return an ordered set of observer methods for an event.
- resolveStatic(String) - Method in class jakarta.el.ImportHandler
-
Resolve a static field or method name.
- resolveTemplate(String, Object) - Method in interface jakarta.ws.rs.client.WebTarget
-
Create a new
WebTarget
instance by resolving a URI template with a givenname
in the URI of the current target instance using a supplied value. - resolveTemplate(String, Object) - Method in class jakarta.ws.rs.core.UriBuilder
-
Resolve a URI template with a given
name
in thisUriBuilder
instance using a supplied value. - resolveTemplate(String, Object, boolean) - Method in interface jakarta.ws.rs.client.WebTarget
-
Create a new
WebTarget
instance by resolving a URI template with a givenname
in the URI of the current target instance using a supplied value. - resolveTemplate(String, Object, boolean) - Method in class jakarta.ws.rs.core.UriBuilder
-
Resolve a URI template with a given
name
in thisUriBuilder
instance using a supplied value. - resolveTemplateFromEncoded(String, Object) - Method in interface jakarta.ws.rs.client.WebTarget
-
Create a new
WebTarget
instance by resolving a URI template with a givenname
in the URI of the current target instance using a supplied encoded value. - resolveTemplateFromEncoded(String, Object) - Method in class jakarta.ws.rs.core.UriBuilder
-
Resolve a URI template with a given
name
in thisUriBuilder
instance using a supplied encoded value. - resolveTemplates(Map<String, Object>) - Method in interface jakarta.ws.rs.client.WebTarget
-
Create a new
WebTarget
instance by resolving one or more URI templates in the URI of the current target instance using supplied name-value pairs. - resolveTemplates(Map<String, Object>) - Method in class jakarta.ws.rs.core.UriBuilder
-
Resolve one or more URI templates in this
UriBuilder
instance using supplied name-value pairs. - resolveTemplates(Map<String, Object>, boolean) - Method in interface jakarta.ws.rs.client.WebTarget
-
Create a new
WebTarget
instance by resolving one or more URI templates in the URI of the current target instance using supplied name-value pairs. - resolveTemplates(Map<String, Object>, boolean) - Method in class jakarta.ws.rs.core.UriBuilder
-
Resolve one or more URI templates in this
UriBuilder
instance using supplied name-value pairs. - resolveTemplatesFromEncoded(Map<String, Object>) - Method in interface jakarta.ws.rs.client.WebTarget
-
Create a new
WebTarget
instance by resolving one or more URI templates in the URI of the current target instance using supplied name-encoded value pairs. - resolveTemplatesFromEncoded(Map<String, Object>) - Method in class jakarta.ws.rs.core.UriBuilder
-
Resolve one or more URI templates in this
UriBuilder
instance using supplied name-value pairs. - resolveVariable(String) - Method in class jakarta.el.VariableMapper
- resolveVariable(String) - Method in interface jakarta.servlet.jsp.el.VariableResolver
-
Deprecated.Resolves the specified variable.
- Resource - Class in jakarta.faces.application
-
An instance of
Resource
is a Java object representation of the artifact that is served up in response to a resource request from the client. - Resource - Annotation Type in jakarta.annotation
-
The
Resource
annotation marks a resource that is needed by the application. - Resource() - Constructor for class jakarta.faces.application.Resource
- RESOURCE_CONTRACT_XML - Static variable in class jakarta.faces.application.ResourceHandler
-
This file must be located in
META-INF/contracts/<contractName>/
in a jar file that contains a resource library contract, where<contractName>
is the name of the contract. - RESOURCE_EXCLUDES_DEFAULT_VALUE - Static variable in class jakarta.faces.application.ResourceHandler
-
The default value for the
ResourceHandler.RESOURCE_EXCLUDES_PARAM_NAME
init param. - RESOURCE_EXCLUDES_PARAM_NAME - Static variable in class jakarta.faces.application.ResourceHandler
-
The
ServletContext
init parameter consulted by theResourceHandler.handleResourceRequest(jakarta.faces.context.FacesContext)
to tell which kinds of resources must never be served up in response to a resource request. - RESOURCE_IDENTIFIER - Static variable in class jakarta.faces.application.ResourceHandler
-
Resource.getRequestPath()
returns the value of this constant as the prefix of the URI. - RESOURCE_LOCAL - jakarta.persistence.spi.PersistenceUnitTransactionType
-
Resource-local entity managers will be created.
- Resource.AuthenticationType - Enum in jakarta.annotation
-
The two possible authentication types for a resource.
- ResourceBundleELResolver - Class in jakarta.el
-
Defines property resolution behavior on instances of
ResourceBundle
. - ResourceBundleELResolver() - Constructor for class jakarta.el.ResourceBundleELResolver
- ResourceContext - Interface in jakarta.ws.rs.container
-
The resource context provides access to instances of resource classes.
- ResourceDependencies - Annotation Type in jakarta.faces.application
-
Container annotation to specify multiple
ResourceDependency
annotations on a single class. - ResourceDependency - Annotation Type in jakarta.faces.application
-
Instances of
UIComponent
orRenderer
that have this annotation (orResourceDependencies
attached at the class level will automatically have a resource dependency added so that the named resource will be present in user agent's view of theUIViewRoot
in which this component or renderer is used. - ResourceHandler - Class in jakarta.faces.application
-
ResourceHandler is the run-time API by which
UIComponent
andRenderer
instances, and theViewDeclarationLanguage
can referenceResource
instances. An implementation of this class must be thread-safe. - ResourceHandler() - Constructor for class jakarta.faces.application.ResourceHandler
- ResourceHandlerWrapper - Class in jakarta.faces.application
-
Provides a simple implementation of
ResourceHandler
that can be subclassed by developers wishing to provide specialized behavior to an existingResourceHandler
instance. - ResourceHandlerWrapper() - Constructor for class jakarta.faces.application.ResourceHandlerWrapper
-
Deprecated.Use the other constructor taking the implementation being wrapped.
- ResourceHandlerWrapper(ResourceHandler) - Constructor for class jakarta.faces.application.ResourceHandlerWrapper
-
If this resource handler has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.
- ResourceInfo - Interface in jakarta.ws.rs.container
-
An injectable class to access the resource class and resource method matched by the current request.
- Resources - Annotation Type in jakarta.annotation
-
This class is used to allow multiple resources declarations.
- ResourceVisitOption - Enum in jakarta.faces.application
-
Defines the resource traversal options.
- ResourceWrapper - Class in jakarta.faces.application
- ResourceWrapper() - Constructor for class jakarta.faces.application.ResourceWrapper
-
Deprecated.Use the other constructor taking the implementation being wrapped.
- ResourceWrapper(Resource) - Constructor for class jakarta.faces.application.ResourceWrapper
-
If this resource has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.
- Response - Class in jakarta.ws.rs.core
-
Defines the contract between a returned instance and the runtime when an application needs to provide meta-data to the runtime.
- Response() - Constructor for class jakarta.ws.rs.core.Response
-
Protected constructor, use one of the static methods to obtain a
Response.ResponseBuilder
instance and obtain a Response from that. - RESPONSE - Static variable in class jakarta.servlet.jsp.PageContext
-
Name used to store ServletResponse in PageContext name table.
- RESPONSE_MODE - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
- RESPONSE_MODES_SUPPORTED - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
- RESPONSE_TYPE - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
- RESPONSE_TYPES_SUPPORTED - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
- Response.ResponseBuilder - Class in jakarta.ws.rs.core
-
A class used to build Response instances that contain metadata instead of or in addition to an entity.
- Response.Status - Enum in jakarta.ws.rs.core
-
Commonly used status codes defined by HTTP, see HTTP/1.1 documentation for the complete list.
- Response.Status.Family - Enum in jakarta.ws.rs.core
-
An enumeration representing the class of status code.
- Response.StatusType - Interface in jakarta.ws.rs.core
-
Base interface for statuses used in responses.
- ResponseBuilder() - Constructor for class jakarta.ws.rs.core.Response.ResponseBuilder
-
Protected constructor, use one of the static methods of
Response
to obtain an instance. - responseComplete() - Method in class jakarta.faces.context.FacesContext
-
Signal the Jakarta Faces implementation that the HTTP response for this request has already been generated (such as an HTTP redirect), and that the request processing lifecycle should be terminated as soon as the current phase is completed.
- responseComplete() - Method in class jakarta.faces.context.FacesContextWrapper
-
The default behavior of this method is to call
FacesContext.responseComplete()
on the wrappedFacesContext
object. - responseFlushBuffer() - Method in class jakarta.faces.context.ExternalContext
-
Flushes the buffered response content to the client.
- responseFlushBuffer() - Method in class jakarta.faces.context.ExternalContextWrapper
-
The default behavior of this method is to call
ExternalContext.responseFlushBuffer()
on the wrappedExternalContext
object. - responseMode() - Method in annotation type jakarta.security.enterprise.authentication.mechanism.http.OpenIdAuthenticationMechanismDefinition
-
Optional.
- responseNotFound() - Method in interface jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContext
-
Sets the response status to 404 (not found).
- responseNotFound() - Method in class jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
- ResponseProcessingException - Exception in jakarta.ws.rs.client
-
JAX-RS client-side runtime processing exception thrown to indicate that response processing has failed (e.g.
- ResponseProcessingException(Response, String) - Constructor for exception jakarta.ws.rs.client.ResponseProcessingException
-
Constructs a new JAX-RS runtime processing exception with the specified detail message.
- ResponseProcessingException(Response, String, Throwable) - Constructor for exception jakarta.ws.rs.client.ResponseProcessingException
-
Constructs a new JAX-RS runtime response processing exception with the specified detail message and cause.
- ResponseProcessingException(Response, Throwable) - Constructor for exception jakarta.ws.rs.client.ResponseProcessingException
-
Constructs a new JAX-RS runtime response processing exception for a specific
response
with the specified cause and a detail message of(cause==null ? null : cause.toString())
(which typically contains the class and detail message ofcause
). - responseReset() - Method in class jakarta.faces.context.ExternalContext
-
Resets the current response.
- responseReset() - Method in class jakarta.faces.context.ExternalContextWrapper
-
The default behavior of this method is to call
ExternalContext.responseReset()
on the wrappedExternalContext
object. - responseSendError(int, String) - Method in class jakarta.faces.context.ExternalContext
-
Sends an HTTP status code with message.
- responseSendError(int, String) - Method in class jakarta.faces.context.ExternalContextWrapper
-
The default behavior of this method is to call
ExternalContext.responseSendError(int,String)
on the wrappedExternalContext
object. - ResponseStateManager - Class in jakarta.faces.render
-
ResponseStateManager is the helper class to
StateManager
that knows the specific rendering technology being used to generate the response. - ResponseStateManager() - Constructor for class jakarta.faces.render.ResponseStateManager
- ResponseStream - Class in jakarta.faces.context
-
ResponseStream is an interface describing an adapter to an underlying output mechanism for binary output.
- ResponseStream() - Constructor for class jakarta.faces.context.ResponseStream
- responseType() - Method in annotation type jakarta.security.enterprise.authentication.mechanism.http.OpenIdAuthenticationMechanismDefinition
-
Optional.
- responseTypeSupported() - Method in annotation type jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdProviderMetadata
-
Required.
- responseUnauthorized() - Method in interface jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContext
-
Sets the response status to 401 (unauthorized).
- responseUnauthorized() - Method in class jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
- ResponseWriter - Class in jakarta.faces.context
-
ResponseWriter is an abstract class describing an adapter to an underlying output mechanism for character-based output.
- ResponseWriter() - Constructor for class jakarta.faces.context.ResponseWriter
- ResponseWriterWrapper - Class in jakarta.faces.context
-
Provides a simple implementation of
ResponseWriter
that can be subclassed by developers wishing to provide specialized behavior to an existingResponseWriter
instance. - ResponseWriterWrapper() - Constructor for class jakarta.faces.context.ResponseWriterWrapper
-
Deprecated.Use the other constructor taking the implementation being wrapped.
- ResponseWriterWrapper(ResponseWriter) - Constructor for class jakarta.faces.context.ResponseWriterWrapper
-
If this response writer has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.
- RESTORE_VIEW - Static variable in class jakarta.faces.event.PhaseId
-
Identifier that indicates an interest in events queued for the Restore View phase of the request processing lifecycle.
- restoreAttachedState(FacesContext, Object) - Static method in class jakarta.faces.component.UIComponentBase
-
This method is called by
UIComponent
subclasses that need to restore the objects they saved usingUIComponentBase.saveAttachedState(jakarta.faces.context.FacesContext, java.lang.Object)
. - restoreState(FacesContext, Object) - Method in class jakarta.faces.component.behavior.AjaxBehavior
- restoreState(FacesContext, Object) - Method in class jakarta.faces.component.behavior.BehaviorBase
- restoreState(FacesContext, Object) - Method in interface jakarta.faces.component.StateHolder
-
Perform any processing required to restore the state from the entries in the state Object.
- restoreState(FacesContext, Object) - Method in class jakarta.faces.component.UIComponentBase
- restoreState(FacesContext, Object) - Method in class jakarta.faces.component.UIData
- restoreState(FacesContext, Object) - Method in class jakarta.faces.component.UIInput
- restoreState(FacesContext, Object) - Method in class jakarta.faces.component.UIOutput
- restoreState(FacesContext, Object) - Method in class jakarta.faces.component.UIViewRoot
- restoreState(FacesContext, Object) - Method in class jakarta.faces.convert.DateTimeConverter
- restoreState(FacesContext, Object) - Method in class jakarta.faces.convert.EnumConverter
- restoreState(FacesContext, Object) - Method in class jakarta.faces.convert.NumberConverter
- restoreState(FacesContext, Object) - Method in class jakarta.faces.event.MethodExpressionActionListener
-
Both
MethodExpression
instances described in the constructor must be restored. - restoreState(FacesContext, Object) - Method in class jakarta.faces.event.MethodExpressionValueChangeListener
-
Both
MethodExpression
instances described in the constructor must be restored. - restoreState(FacesContext, Object) - Method in class jakarta.faces.validator.BeanValidator
- restoreState(FacesContext, Object) - Method in class jakarta.faces.validator.DoubleRangeValidator
- restoreState(FacesContext, Object) - Method in class jakarta.faces.validator.LengthValidator
- restoreState(FacesContext, Object) - Method in class jakarta.faces.validator.LongRangeValidator
- restoreState(FacesContext, Object) - Method in class jakarta.faces.validator.MethodExpressionValidator
- restoreState(FacesContext, Object) - Method in class jakarta.faces.validator.RegexValidator
- restoreTransientState(FacesContext, Object) - Method in interface jakarta.faces.component.TransientStateHolder
-
Restore the "transient state" using the object passed as state.
- restoreTransientState(FacesContext, Object) - Method in class jakarta.faces.component.UIComponent
-
For components that need to support the concept of transient state, this method will restore any state saved on a prior call to
UIComponent.saveTransientState(jakarta.faces.context.FacesContext)
. - restoreView(FacesContext, String) - Method in class jakarta.faces.application.ViewHandler
-
Perform whatever actions are required to restore the view associated with the specified
FacesContext
andviewId
. - restoreView(FacesContext, String) - Method in class jakarta.faces.application.ViewHandlerWrapper
-
The default behavior of this method is to call
ViewHandler.restoreView(jakarta.faces.context.FacesContext, String)
on the wrappedViewHandler
object. - restoreView(FacesContext, String) - Method in class jakarta.faces.view.ViewDeclarationLanguage
-
Restore a
UIViewRoot
from a previously created view. - restoreView(FacesContext, String) - Method in class jakarta.faces.view.ViewDeclarationLanguageWrapper
- restoreView(FacesContext, String, String) - Method in class jakarta.faces.view.StateManagementStrategy
-
Restore the state of the view with information in the request.
- restoreViewScopeState(FacesContext, Object) - Method in class jakarta.faces.component.UIViewRoot
-
Restore ViewScope state.
- Result - Interface in jakarta.servlet.jsp.jstl.sql
-
This interface represents the result of a <sql:query> action.
- resultClass() - Method in annotation type jakarta.persistence.NamedNativeQuery
-
The class of the result.
- resultClasses() - Method in annotation type jakarta.persistence.NamedStoredProcedureQuery
-
The class or classes that are used to map the results.
- ResultSetDataModel - Class in jakarta.faces.model
-
ResultSetDataModel is a convenience implementation of
DataModel
that wraps aResultSet
of Java objects. - ResultSetDataModel() - Constructor for class jakarta.faces.model.ResultSetDataModel
-
Construct a new
ResultSetDataModel
with no specified wrapped data. - ResultSetDataModel(ResultSet) - Constructor for class jakarta.faces.model.ResultSetDataModel
-
Construct a new
ResultSetDataModel
wrapping the specifiedResultSet
. - resultSetMapping() - Method in annotation type jakarta.persistence.NamedNativeQuery
-
The name of a
SqlResultSetMapping
, as defined in metadata. - resultSetMappings() - Method in annotation type jakarta.persistence.NamedStoredProcedureQuery
-
The names of one or more result set mappings, as defined in metadata.
- ResultSupport - Class in jakarta.servlet.jsp.jstl.sql
-
Supports the creation of a jakarta.servlet.jsp.jstl.sql.Result object from a source java.sql.ResultSet object.
- ResultSupport() - Constructor for class jakarta.servlet.jsp.jstl.sql.ResultSupport
- resume(Transaction) - Method in interface jakarta.transaction.TransactionManager
-
Resume the transaction context association of the calling thread with the transaction represented by the supplied Transaction object.
- resume(Object) - Method in interface jakarta.ws.rs.container.AsyncResponse
-
Resume the suspended request processing using the provided response data.
- resume(Throwable) - Method in interface jakarta.ws.rs.container.AsyncResponse
-
Resume the suspended request processing using the provided throwable.
- retainIfException() - Method in annotation type jakarta.ejb.Remove
-
If true, the stateful session bean will not be removed if an exception is thrown from the designated method.
- retargetAttachedObjects(FacesContext, UIComponent, List<AttachedObjectHandler>) - Method in class jakarta.faces.view.ViewDeclarationLanguage
-
Assuming the component metadata for argument
topLevelComponent
has been made available by an earlier call toViewDeclarationLanguage.getComponentMetadata(jakarta.faces.context.FacesContext, jakarta.faces.application.Resource)
, leverage the component metadata for the purpose of re-targeting attached objects from the top level composite component to the individualAttachedObjectTarget
instances inside the composite component. - retargetAttachedObjects(FacesContext, UIComponent, List<AttachedObjectHandler>) - Method in class jakarta.faces.view.ViewDeclarationLanguageWrapper
- retargetMethodExpressions(FacesContext, UIComponent) - Method in class jakarta.faces.view.ViewDeclarationLanguage
-
Assuming the component metadata for argument
topLevelComponent
has been made available by an earlier call toViewDeclarationLanguage.getComponentMetadata(jakarta.faces.context.FacesContext, jakarta.faces.application.Resource)
, leverage the component metadata for the purpose of re-targeting any method expressions from the top level component to the appropriate inner component. - retargetMethodExpressions(FacesContext, UIComponent) - Method in class jakarta.faces.view.ViewDeclarationLanguageWrapper
- RETRY_AFTER - Static variable in interface jakarta.ws.rs.core.HttpHeaders
- RETURN_AS_MINIMAL_IMPLICIT_OUTCOME - jakarta.faces.application.ViewVisitOption
-
Return the logical views in the most minimal form form such that they can still be used for an implicit match by the navigation handler as described in the Jakarta Faces Specification Document section 7.4.2 "Default NavigationHandler Algorithm".
- RETURN_VALUE - jakarta.validation.ConstraintTarget
-
Constraint applies to the return value of a method or a constructor.
- RETURN_VALUE - jakarta.validation.ElementKind
-
The return value of a method or constructor.
- ReturnBuilder - Class in jakarta.faces.flow.builder
-
Create a return node in the current
Flow
. - ReturnBuilder() - Constructor for class jakarta.faces.flow.builder.ReturnBuilder
- returnNode(String) - Method in class jakarta.faces.flow.builder.FlowBuilder
-
Define a return node.
- ReturnNode - Class in jakarta.faces.flow
-
Represents a return node in the flow graph.
- ReturnNode() - Constructor for class jakarta.faces.flow.ReturnNode
- returnType() - Method in interface jakarta.enterprise.lang.model.declarations.MethodInfo
-
Returns the return type of this method.
- ReturnValueDescriptor - Interface in jakarta.validation.metadata
-
Describes a validated return value of a method or constructor.
- rev - jakarta.faces.component.html.HtmlCommandLink.PropertyKeys
- rev - jakarta.faces.component.html.HtmlOutcomeTargetLink.PropertyKeys
- rev - jakarta.faces.component.html.HtmlOutputLink.PropertyKeys
- reverse() - Method in interface jakarta.persistence.criteria.Order
-
Switch the ordering.
- REVERSE - Static variable in class jakarta.json.bind.config.PropertyOrderStrategy
-
Using this strategy, the order of properties is in reverse order to lexicographical order.
- RIGHT - jakarta.persistence.criteria.JoinType
-
Right outer join.
- role - jakarta.faces.component.html.HtmlBody.PropertyKeys
- role - jakarta.faces.component.html.HtmlCommandButton.PropertyKeys
- role - jakarta.faces.component.html.HtmlCommandLink.PropertyKeys
- role - jakarta.faces.component.html.HtmlDataTable.PropertyKeys
- role - jakarta.faces.component.html.HtmlForm.PropertyKeys
- role - jakarta.faces.component.html.HtmlGraphicImage.PropertyKeys
- role - jakarta.faces.component.html.HtmlInputFile.PropertyKeys
- role - jakarta.faces.component.html.HtmlInputSecret.PropertyKeys
- role - jakarta.faces.component.html.HtmlInputText.PropertyKeys
- role - jakarta.faces.component.html.HtmlInputTextarea.PropertyKeys
- role - jakarta.faces.component.html.HtmlMessage.PropertyKeys
- role - jakarta.faces.component.html.HtmlMessages.PropertyKeys
- role - jakarta.faces.component.html.HtmlOutcomeTargetButton.PropertyKeys
- role - jakarta.faces.component.html.HtmlOutcomeTargetLink.PropertyKeys
- role - jakarta.faces.component.html.HtmlOutputFormat.PropertyKeys
- role - jakarta.faces.component.html.HtmlOutputLabel.PropertyKeys
- role - jakarta.faces.component.html.HtmlOutputLink.PropertyKeys
- role - jakarta.faces.component.html.HtmlOutputText.PropertyKeys
- role - jakarta.faces.component.html.HtmlPanelGrid.PropertyKeys
- role - jakarta.faces.component.html.HtmlSelectBooleanCheckbox.PropertyKeys
- role - jakarta.faces.component.html.HtmlSelectManyCheckbox.PropertyKeys
- role - jakarta.faces.component.html.HtmlSelectManyListbox.PropertyKeys
- role - jakarta.faces.component.html.HtmlSelectManyMenu.PropertyKeys
- role - jakarta.faces.component.html.HtmlSelectOneListbox.PropertyKeys
- role - jakarta.faces.component.html.HtmlSelectOneMenu.PropertyKeys
- role - jakarta.faces.component.html.HtmlSelectOneRadio.PropertyKeys
- rolesAllowed() - Method in annotation type jakarta.servlet.annotation.HttpConstraint
-
The names of the authorized roles.
- rolesAllowed() - Method in annotation type jakarta.servlet.annotation.HttpMethodConstraint
-
The names of the authorized roles.
- RolesAllowed - Annotation Type in jakarta.annotation.security
-
Specifies the list of security roles permitted to access method(s) in an application.
- rollback() - Method in annotation type jakarta.ejb.ApplicationException
-
Indicates whether the container should cause the transaction to rollback when the exception is thrown.
- rollback() - Method in interface jakarta.persistence.EntityTransaction
-
Roll back the current resource transaction.
- rollback() - Method in interface jakarta.transaction.Transaction
-
Rollback the transaction represented by this Transaction object.
- rollback() - Method in interface jakarta.transaction.TransactionManager
-
Roll back the transaction associated with the current thread.
- rollback() - Method in interface jakarta.transaction.UserTransaction
-
Roll back the transaction associated with the current thread.
- RollbackException - Exception in jakarta.persistence
-
Thrown by the persistence provider when
EntityTransaction.commit()
fails. - RollbackException - Exception in jakarta.transaction
-
RollbackException exception is thrown when the transaction has been marked for rollback only or the transaction has been rolled back instead of committed.
- RollbackException() - Constructor for exception jakarta.persistence.RollbackException
-
Constructs a new
RollbackException
exception withnull
as its detail message. - RollbackException() - Constructor for exception jakarta.transaction.RollbackException
- RollbackException(String) - Constructor for exception jakarta.persistence.RollbackException
-
Constructs a new
RollbackException
exception with the specified detail message. - RollbackException(String) - Constructor for exception jakarta.transaction.RollbackException
- RollbackException(String, Throwable) - Constructor for exception jakarta.persistence.RollbackException
-
Constructs a new
RollbackException
exception with the specified detail message and cause. - RollbackException(Throwable) - Constructor for exception jakarta.persistence.RollbackException
-
Constructs a new
RollbackException
exception with the specified cause. - rollbackOn() - Method in annotation type jakarta.transaction.Transactional
-
The rollbackOn element can be set to indicate exceptions that must cause the interceptor to mark the transaction for rollback.
- Root<X> - Interface in jakarta.persistence.criteria
-
A root type in the from clause.
- ROOT_PATH - Static variable in interface jakarta.ws.rs.SeBootstrap.Configuration
-
Configuration key for the root path an application is bound to.
- rootElement - jakarta.faces.component.html.HtmlDoctype.PropertyKeys
- rootPath() - Method in interface jakarta.ws.rs.SeBootstrap.Configuration
-
Convenience method to get the
rootPath
to be used. - rootPath(String) - Method in interface jakarta.ws.rs.SeBootstrap.Configuration.Builder
-
Convenience method to set the
rootPath
to be used. - round(Expression<T>, Integer) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create an expression that returns the first argument rounded to the number of decimal places given by the second argument.
- rowClass - jakarta.faces.component.html.HtmlDataTable.PropertyKeys
- rowClass - jakarta.faces.component.html.HtmlPanelGrid.PropertyKeys
- rowClasses - jakarta.faces.component.html.HtmlDataTable.PropertyKeys
- rowClasses - jakarta.faces.component.html.HtmlPanelGrid.PropertyKeys
- rowHeader - jakarta.faces.component.html.HtmlColumn.PropertyKeys
- rows - jakarta.faces.component.html.HtmlInputTextarea.PropertyKeys
- rowSelected(DataModelEvent) - Method in interface jakarta.faces.model.DataModelListener
-
Notification that a particular row index, with the associated row data, has been selected for processing.
- rules - jakarta.faces.component.html.HtmlDataTable.PropertyKeys
- rules - jakarta.faces.component.html.HtmlPanelGrid.PropertyKeys
- RunAs - Annotation Type in jakarta.annotation.security
-
Defines the identity of the application during execution.
- runAsync(Runnable) - Method in interface jakarta.enterprise.concurrent.ManagedExecutorService
-
Returns a new
CompletableFuture
that is completed by a task running in this executor after it runs the given action. - RuntimeDelegate - Class in jakarta.ws.rs.ext
-
Implementations of JAX-RS provide a concrete subclass of RuntimeDelegate and various JAX-RS API methods defer to methods of RuntimeDelegate for their functionality.
- RuntimeDelegate() - Constructor for class jakarta.ws.rs.ext.RuntimeDelegate
-
Allows custom implementations to extend the
RuntimeDelegate
class. - RuntimeDelegate.HeaderDelegate<T> - Interface in jakarta.ws.rs.ext
-
Defines the contract for a delegate that is responsible for converting between the String form of a HTTP header and the corresponding JAX-RS type
T
. - RuntimeType - Enum in jakarta.ws.rs
-
Enumeration of JAX-RS runtime types.
- rx() - Method in interface jakarta.ws.rs.client.Invocation.Builder
-
Access the default reactive invoker based on
CompletionStage
. - rx(Class<T>) - Method in interface jakarta.ws.rs.client.Invocation.Builder
-
Access a reactive invoker based on a
RxInvoker
subclass provider. - RxInvoker<T> - Interface in jakarta.ws.rs.client
-
Uniform interface for reactive invocation of HTTP methods.
- RxInvokerProvider<T extends RxInvoker> - Interface in jakarta.ws.rs.client
-
RxInvoker
provider.
S
- sameSite(NewCookie.SameSite) - Method in class jakarta.ws.rs.core.NewCookie.AbstractNewCookieBuilder
-
Set the attribute that controls whether the cookie is sent with cross-origin requests, providing protection against cross-site request forgery.
- saveAttachedState(FacesContext, Object) - Static method in class jakarta.faces.component.UIComponentBase
-
This method is called by
UIComponent
subclasses that want to save one or more attached objects. - saveState(FacesContext) - Method in class jakarta.faces.component.behavior.AjaxBehavior
- saveState(FacesContext) - Method in class jakarta.faces.component.behavior.BehaviorBase
-
Implementation of
StateHolder.saveState(jakarta.faces.context.FacesContext)
. - saveState(FacesContext) - Method in class jakarta.faces.component.html.HtmlInputFile
- saveState(FacesContext) - Method in interface jakarta.faces.component.StateHolder
-
Gets the state of the instance as a
Serializable
Object. - saveState(FacesContext) - Method in class jakarta.faces.component.UIComponentBase
- saveState(FacesContext) - Method in class jakarta.faces.component.UIData
- saveState(FacesContext) - Method in class jakarta.faces.component.UIInput
- saveState(FacesContext) - Method in class jakarta.faces.component.UIOutput
- saveState(FacesContext) - Method in class jakarta.faces.component.UIViewRoot
- saveState(FacesContext) - Method in class jakarta.faces.convert.DateTimeConverter
- saveState(FacesContext) - Method in class jakarta.faces.convert.EnumConverter
- saveState(FacesContext) - Method in class jakarta.faces.convert.NumberConverter
- saveState(FacesContext) - Method in class jakarta.faces.event.MethodExpressionActionListener
-
Both
MethodExpression
instances described in the constructor must be saved. - saveState(FacesContext) - Method in class jakarta.faces.event.MethodExpressionValueChangeListener
-
Both
MethodExpression
instances described in the constructor must be saved. - saveState(FacesContext) - Method in class jakarta.faces.validator.BeanValidator
- saveState(FacesContext) - Method in class jakarta.faces.validator.DoubleRangeValidator
- saveState(FacesContext) - Method in class jakarta.faces.validator.LengthValidator
- saveState(FacesContext) - Method in class jakarta.faces.validator.LongRangeValidator
- saveState(FacesContext) - Method in class jakarta.faces.validator.MethodExpressionValidator
- saveState(FacesContext) - Method in class jakarta.faces.validator.RegexValidator
- saveTransientState(FacesContext) - Method in interface jakarta.faces.component.TransientStateHolder
-
Return the object containing related "transient states".
- saveTransientState(FacesContext) - Method in class jakarta.faces.component.UIComponent
-
For components that need to support the concept of transient state, this method will save any state that is known to be transient in nature.
- saveView(FacesContext) - Method in class jakarta.faces.view.StateManagementStrategy
-
Return the state of the current view in an
Object
that implementsSerializable
and can be passed tojava.io.ObjectOutputStream.writeObject()
without causing ajava.io.NotSerializableException
to be thrown. The default implementation must perform the following algorithm or its semantic equivalent, explicitly performing all the steps listed here. - SC_ACCEPTED - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (202) indicating that a request was accepted for processing, but was not completed.
- SC_BAD_GATEWAY - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (502) indicating that the HTTP server received an invalid response from a server it consulted when acting as a proxy or gateway.
- SC_BAD_REQUEST - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (400) indicating the request sent by the client was syntactically incorrect.
- SC_CONFLICT - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (409) indicating that the request could not be completed due to a conflict with the current state of the resource.
- SC_CONTINUE - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (100) indicating the client can continue.
- SC_CREATED - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (201) indicating the request succeeded and created a new resource on the server.
- SC_EXPECTATION_FAILED - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (417) indicating that the server could not meet the expectation given in the Expect request header.
- SC_FORBIDDEN - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (403) indicating the server understood the request but refused to fulfill it.
- SC_FOUND - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (302) indicating that the resource reside temporarily under a different URI.
- SC_GATEWAY_TIMEOUT - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (504) indicating that the server did not receive a timely response from the upstream server while acting as a gateway or proxy.
- SC_GONE - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (410) indicating that the resource is no longer available at the server and no forwarding address is known.
- SC_HTTP_VERSION_NOT_SUPPORTED - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (505) indicating that the server does not support or refuses to support the HTTP protocol version that was used in the request message.
- SC_INTERNAL_SERVER_ERROR - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (500) indicating an error inside the HTTP server which prevented it from fulfilling the request.
- SC_LENGTH_REQUIRED - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (411) indicating that the request cannot be handled without a defined
Content-Length
. - SC_METHOD_NOT_ALLOWED - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (405) indicating that the method specified in the
Request-Line
is not allowed for the resource identified by theRequest-URI
. - SC_MOVED_PERMANENTLY - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (301) indicating that the resource has permanently moved to a new location, and that future references should use a new URI with their requests.
- SC_MOVED_TEMPORARILY - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (302) indicating that the resource has temporarily moved to another location, but that future references should still use the original URI to access the resource.
- SC_MULTIPLE_CHOICES - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (300) indicating that the requested resource corresponds to any one of a set of representations, each with its own specific location.
- SC_NO_CONTENT - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (204) indicating that the request succeeded but that there was no new information to return.
- SC_NON_AUTHORITATIVE_INFORMATION - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (203) indicating that the meta information presented by the client did not originate from the server.
- SC_NOT_ACCEPTABLE - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (406) indicating that the resource identified by the request is only capable of generating response entities which have content characteristics not acceptable according to the accept headers sent in the request.
- SC_NOT_FOUND - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (404) indicating that the requested resource is not available.
- SC_NOT_IMPLEMENTED - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (501) indicating the HTTP server does not support the functionality needed to fulfill the request.
- SC_NOT_MODIFIED - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (304) indicating that a conditional GET operation found that the resource was available and not modified.
- SC_OK - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (200) indicating the request succeeded normally.
- SC_PARTIAL_CONTENT - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (206) indicating that the server has fulfilled the partial GET request for the resource.
- SC_PAYMENT_REQUIRED - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (402) reserved for future use.
- SC_PRECONDITION_FAILED - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (412) indicating that the precondition given in one or more of the request-header fields evaluated to false when it was tested on the server.
- SC_PROXY_AUTHENTICATION_REQUIRED - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (407) indicating that the client MUST first authenticate itself with the proxy.
- SC_REQUEST_ENTITY_TOO_LARGE - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (413) indicating that the server is refusing to process the request because the request entity is larger than the server is willing or able to process.
- SC_REQUEST_TIMEOUT - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (408) indicating that the client did not produce a request within the time that the server was prepared to wait.
- SC_REQUEST_URI_TOO_LONG - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (414) indicating that the server is refusing to service the request because the
Request-URI
is longer than the server is willing to interpret. - SC_REQUESTED_RANGE_NOT_SATISFIABLE - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (416) indicating that the server cannot serve the requested byte range.
- SC_RESET_CONTENT - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (205) indicating that the agent SHOULD reset the document view which caused the request to be sent.
- SC_SEE_OTHER - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (303) indicating that the response to the request can be found under a different URI.
- SC_SERVICE_UNAVAILABLE - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (503) indicating that the HTTP server is temporarily overloaded, and unable to handle the request.
- SC_SWITCHING_PROTOCOLS - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (101) indicating the server is switching protocols according to Upgrade header.
- SC_TEMPORARY_REDIRECT - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (307) indicating that the requested resource resides temporarily under a different URI.
- SC_UNAUTHORIZED - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (401) indicating that the request requires HTTP authentication.
- SC_UNSUPPORTED_MEDIA_TYPE - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (415) indicating that the server is refusing to service the request because the entity of the request is in a format not supported by the requested resource for the requested method.
- SC_USE_PROXY - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (305) indicating that the requested resource MUST be accessed through the proxy given by the
Location
field. - ScalarDataModel<E> - Class in jakarta.faces.model
-
ScalarDataModel is a convenience implementation of
DataModel
that wraps an individual Java object. - ScalarDataModel() - Constructor for class jakarta.faces.model.ScalarDataModel
-
Construct a new
ScalarDataModel
with no specified wrapped data. - ScalarDataModel(E) - Constructor for class jakarta.faces.model.ScalarDataModel
-
Construct a new
ScalarDataModel
wrapping the specified scalar object. - scale() - Method in annotation type jakarta.persistence.Column
-
(Optional) The scale for a decimal (exact numeric) column.
- scale() - Method in annotation type jakarta.persistence.MapKeyColumn
-
(Optional) The scale for a decimal (exact numeric) column.
- ScannedClasses - Interface in jakarta.enterprise.inject.build.compatible.spi
-
Allows adding additional classes to the set of types discovered during type discovery.
- schedule(Runnable, Trigger) - Method in interface jakarta.enterprise.concurrent.ManagedScheduledExecutorService
-
Creates and executes a task based on a Trigger.
- schedule(Callable<V>, Trigger) - Method in interface jakarta.enterprise.concurrent.ManagedScheduledExecutorService
-
Creates and executes a task based on a Trigger.
- Schedule - Annotation Type in jakarta.ejb
-
Schedule a timer for automatic creation with a timeout schedule based on a cron-like time expression.
- scheduledExecutorService(ScheduledExecutorService) - Method in class jakarta.ws.rs.client.ClientBuilder
-
Set the client-side
ScheduledExecutorService
. - ScheduleExpression - Class in jakarta.ejb
-
A calendar-based timeout expression for an enterprise bean timer.
- ScheduleExpression() - Constructor for class jakarta.ejb.ScheduleExpression
-
Create a schedule with the default values.
- Schedules - Annotation Type in jakarta.ejb
-
Applied to a timer callback method to schedule multiple calendar-based timers for the method.
- schema() - Method in annotation type jakarta.persistence.CollectionTable
-
(Optional) The schema of the table.
- schema() - Method in annotation type jakarta.persistence.JoinTable
-
(Optional) The schema of the table.
- schema() - Method in annotation type jakarta.persistence.SecondaryTable
-
(Optional) The schema of the table.
- schema() - Method in annotation type jakarta.persistence.SequenceGenerator
-
(Optional) The schema of the sequence generator.
- schema() - Method in annotation type jakarta.persistence.Table
-
(Optional) The schema of the table.
- schema() - Method in annotation type jakarta.persistence.TableGenerator
-
(Optional) The schema of the table.
- scheme(String) - Method in class jakarta.ws.rs.core.UriBuilder
-
Set the URI scheme.
- schemeSpecificPart(String) - Method in class jakarta.ws.rs.core.UriBuilder
-
Set the URI scheme-specific-part (see
URI
). - scope() - Method in interface jakarta.enterprise.inject.build.compatible.spi.BeanInfo
-
Returns the scope of this bean.
- scope() - Method in annotation type jakarta.security.enterprise.authentication.mechanism.http.OpenIdAuthenticationMechanismDefinition
-
Optional.
- scope(Class<? extends Annotation>) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticBeanBuilder
-
Sets the scope of this synthetic bean to given scope type.
- scope(Class<? extends Annotation>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanAttributesConfigurator
-
Replace Bean scope
- scope(Class<? extends Annotation>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
-
Replace Bean scope
- Scope - Class in jakarta.security.enterprise.identitystore.openid
- Scope - Enum in jakarta.validation.metadata
-
Scope looked at when discovering constraints.
- Scope - Annotation Type in jakarta.inject
-
Identifies scope annotations.
- Scope() - Constructor for class jakarta.security.enterprise.identitystore.openid.Scope
- Scope(List<String>) - Constructor for class jakarta.security.enterprise.identitystore.openid.Scope
- SCOPE - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
- ScopeContext - Class in jakarta.faces.event
-
A structure that contains the name of the scope and the scope itself exposed as a
Map<String, Object>
. - ScopeContext(String, Map<String, Object>) - Constructor for class jakarta.faces.event.ScopeContext
-
Construct this structure with the supplied arguments.
- ScopedAttributeELResolver - Class in jakarta.servlet.jsp.el
-
Defines variable resolution behavior for scoped attributes.
- ScopedAttributeELResolver() - Constructor for class jakarta.servlet.jsp.el.ScopedAttributeELResolver
- scopeExpression() - Method in annotation type jakarta.security.enterprise.authentication.mechanism.http.OpenIdAuthenticationMechanismDefinition
-
Optional.
- ScopeInfo - Interface in jakarta.enterprise.inject.build.compatible.spi
-
A scope of a bean.
- SCOPES_SUPPORTED - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
- ScriptFreeTLV - Class in jakarta.servlet.jsp.jstl.tlv
-
A TagLibraryValidator for enforcing restrictions against the use of JSP scripting elements.
- ScriptFreeTLV() - Constructor for class jakarta.servlet.jsp.jstl.tlv.ScriptFreeTLV
-
Constructs a new validator instance.
- SEARCH_EXPRESSION_CONTEXT_FACTORY - Static variable in class jakarta.faces.FactoryFinder
-
The property name for the
SearchExpressionContext
class name. - SearchExpressionContext - Class in jakarta.faces.component.search
-
A context object that is used to hold state relating to resolve a search expression.
- SearchExpressionContext() - Constructor for class jakarta.faces.component.search.SearchExpressionContext
- SearchExpressionContextFactory - Class in jakarta.faces.component.search
-
Provide for separation of interface and implementation for the
SearchExpressionContext
contract. - SearchExpressionContextFactory(SearchExpressionContextFactory) - Constructor for class jakarta.faces.component.search.SearchExpressionContextFactory
-
If this factory has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.
- SearchExpressionHandler - Class in jakarta.faces.component.search
-
The SearchExpressionHandler is responsible for resolving search expression(s)
- SearchExpressionHandler() - Constructor for class jakarta.faces.component.search.SearchExpressionHandler
- SearchExpressionHandlerWrapper - Class in jakarta.faces.component.search
-
Provides a simple implementation of
SearchExpressionHandler
that can be subclassed by developers wishing to provide specialized behavior to an existingSearchExpressionHandler
instance. - SearchExpressionHandlerWrapper(SearchExpressionHandler) - Constructor for class jakarta.faces.component.search.SearchExpressionHandlerWrapper
-
If this search expression handler has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.
- SearchExpressionHint - Enum in jakarta.faces.component.search
-
An enum that specifies hints that impact the behavior of a component tree search.
- SearchKeywordContext - Class in jakarta.faces.component.search
-
SearchKeywordContext provides context information that may be useful to
SearchKeywordResolver.resolve(jakarta.faces.component.search.SearchKeywordContext, jakarta.faces.component.UIComponent, java.lang.String)
implementations. - SearchKeywordContext(SearchExpressionContext, ContextCallback, String) - Constructor for class jakarta.faces.component.search.SearchKeywordContext
-
Construct a new context with the given arguments.
- SearchKeywordResolver - Class in jakarta.faces.component.search
-
A SearchKeywordResolver is responsible for resolving a single keyword.
- SearchKeywordResolver() - Constructor for class jakarta.faces.component.search.SearchKeywordResolver
- SeBootstrap - Interface in jakarta.ws.rs
-
Bootstrap class used to startup a JAX-RS application in Java SE environments.
- SeBootstrap.Configuration - Interface in jakarta.ws.rs
-
Provides information needed by the JAX-RS implementation for bootstrapping an application.
- SeBootstrap.Configuration.Builder - Interface in jakarta.ws.rs
-
Builder for bootstrap
SeBootstrap.Configuration
. - SeBootstrap.Configuration.SSLClientAuthentication - Enum in jakarta.ws.rs
-
Secure socket client authentication policy
- SeBootstrap.Instance - Interface in jakarta.ws.rs
-
Handle of the running application instance.
- SeBootstrap.Instance.StopResult - Interface in jakarta.ws.rs
-
Result of stopping the application instance.
- SEC_WEBSOCKET_ACCEPT - Static variable in interface jakarta.websocket.HandshakeResponse
-
The Sec-WebSocket-Accept header name.
- SEC_WEBSOCKET_EXTENSIONS - Static variable in interface jakarta.websocket.server.HandshakeRequest
-
The Sec-WebSocket-Extensions header name
- SEC_WEBSOCKET_KEY - Static variable in interface jakarta.websocket.server.HandshakeRequest
-
The Sec-WebSocket-Key header name
- SEC_WEBSOCKET_PROTOCOL - Static variable in interface jakarta.websocket.server.HandshakeRequest
-
The Sec-WebSocket-Protocol header name
- SEC_WEBSOCKET_VERSION - Static variable in interface jakarta.websocket.server.HandshakeRequest
-
The Sec-WebSocket-Version header name
- second() - Method in annotation type jakarta.ejb.Schedule
-
Specifies one or more seconds with in a minute.
- second(int) - Method in class jakarta.ejb.ScheduleExpression
-
Set the second attribute.
- second(String) - Method in class jakarta.ejb.ScheduleExpression
-
Set the second attribute.
- SecondaryTable - Annotation Type in jakarta.persistence
-
Specifies a secondary table for the annotated entity class.
- SecondaryTables - Annotation Type in jakarta.persistence
-
Specifies multiple secondary tables for an entity.
- seconds(int...) - Method in class jakarta.enterprise.concurrent.CronTrigger
-
Configure the seconds cron field, overwriting any previous value for seconds.
- seconds(String) - Method in class jakarta.enterprise.concurrent.CronTrigger
-
Configure the seconds cron field, overwriting any previous value for seconds.
- SeContainer - Interface in jakarta.enterprise.inject.se
-
Provides access to the current container in Java SE.
- SeContainerInitializer - Class in jakarta.enterprise.inject.se
-
A CDI container initializer for Java SE.
- SeContainerInitializer() - Constructor for class jakarta.enterprise.inject.se.SeContainerInitializer
- SecretKeyCallback - Class in jakarta.security.auth.message.callback
-
Callback for acquiring a shared secret from a key repository.
- SecretKeyCallback(SecretKeyCallback.Request) - Constructor for class jakarta.security.auth.message.callback.SecretKeyCallback
-
Constructs this SecretKeyCallback with a secret key Request object.
- SecretKeyCallback.AliasRequest - Class in jakarta.security.auth.message.callback
-
Request type for secret keys that are identified using an alias.
- SecretKeyCallback.Request - Interface in jakarta.security.auth.message.callback
-
Marker interface for secret key request types.
- secure(boolean) - Method in class jakarta.ws.rs.core.NewCookie.AbstractNewCookieBuilder
-
Whether the cookie will only be sent over a secure connection.
- secureRequest(MessageInfo, Subject) - Method in interface jakarta.security.auth.message.ClientAuth
-
Secure a service request message before sending it to the service.
- secureResponse(MessageInfo, Subject) - Method in interface jakarta.security.auth.message.ServerAuth
-
Secure a service response before sending it to the client.
- secureResponse(HttpServletRequest, HttpServletResponse, HttpMessageContext) - Method in interface jakarta.security.enterprise.authentication.mechanism.http.HttpAuthenticationMechanism
-
Secure the response, optionally.
- secureResponse(HttpServletRequest, HttpServletResponse, HttpMessageContext) - Method in class jakarta.security.enterprise.authentication.mechanism.http.HttpAuthenticationMechanismWrapper
- SECURITY - Static variable in annotation type jakarta.enterprise.concurrent.ContextServiceDefinition
-
Context that controls the credentials that are associated with the thread, including the caller subject and invocation/RunAs subject.
- SecurityContext - Interface in jakarta.security.enterprise
-
The SecurityContext provides an access point for programmatic security; an injectable type that is intended to be used by application code to query and interact with Jakarta Security.
- SecurityContext - Interface in jakarta.ws.rs.core
-
An injectable interface that provides access to security related information.
- SEE_OTHER - jakarta.ws.rs.core.Response.Status
-
303 See Other, see HTTP/1.1 documentation.
- seeOther(URI) - Static method in class jakarta.ws.rs.core.Response
-
Create a new ResponseBuilder for a redirection.
- segment(String...) - Method in class jakarta.ws.rs.core.UriBuilder
-
Append path segments to the existing path.
- select(TypeLiteral<U>, Annotation...) - Method in interface jakarta.enterprise.event.Event
-
Obtains a child
Event
for the given required type and additional required qualifiers. - select(TypeLiteral<U>, Annotation...) - Method in interface jakarta.enterprise.inject.Instance
-
Obtains a child
Instance
for the given required type and additional required qualifiers. - select(Expression<T>) - Method in interface jakarta.persistence.criteria.Subquery
-
Specify the item that is to be returned as the subquery result.
- select(Selection<? extends T>) - Method in interface jakarta.persistence.criteria.CriteriaQuery
-
Specify the item that is to be returned in the query result.
- select(Annotation...) - Method in interface jakarta.enterprise.event.Event
-
Obtains a child
Event
for the given additional required qualifiers. - select(Annotation...) - Method in interface jakarta.enterprise.inject.Instance
-
Obtains a child
Instance
for the given additional required qualifiers. - select(Class<U>, Annotation...) - Method in interface jakarta.enterprise.event.Event
-
Obtains a child
Event
for the given required type and additional required qualifiers. - select(Class<U>, Annotation...) - Method in interface jakarta.enterprise.inject.Instance
-
Obtains a child
Instance
for the given required type and additional required qualifiers. - SELECT_ACCOUNT - jakarta.security.enterprise.authentication.mechanism.http.openid.PromptType
-
The Authorization Server SHOULD prompt the End-User to select a user account.
- selectAlternatives(Class<?>...) - Method in class jakarta.enterprise.inject.se.SeContainerInitializer
-
Add alternatives classes to the list of selected alternatives for the synthetic bean archive.
- selectAlternativeStereotypes(Class<? extends Annotation>...) - Method in class jakarta.enterprise.inject.se.SeContainerInitializer
-
Add alternative stereotype classes to the list of selected alternative stereotypes for the synthetic bean archive.
- selectCase() - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create a general case expression.
- selectCase(Expression<? extends C>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create a simple case expression.
- selectedClass - jakarta.faces.component.html.HtmlSelectManyCheckbox.PropertyKeys
- Selection<X> - Interface in jakarta.persistence.criteria
-
The
Selection
interface defines an item that is to be returned in a query result. - SelectItem - Class in jakarta.faces.model
-
SelectItem represents a single item in the list of supported items associated with a
UISelectMany
orUISelectOne
component. - SelectItem() - Constructor for class jakarta.faces.model.SelectItem
-
Construct a
SelectItem
with no initialized property values. - SelectItem(Object) - Constructor for class jakarta.faces.model.SelectItem
-
Construct a
SelectItem
with the specified value. - SelectItem(Object, String) - Constructor for class jakarta.faces.model.SelectItem
-
Construct a
SelectItem
with the specified value and label. - SelectItem(Object, String, String) - Constructor for class jakarta.faces.model.SelectItem
-
Construct a
SelectItem
instance with the specified value, label and description. - SelectItem(Object, String, String, boolean) - Constructor for class jakarta.faces.model.SelectItem
-
Construct a
SelectItem
instance with the specified property values. - SelectItem(Object, String, String, boolean, boolean) - Constructor for class jakarta.faces.model.SelectItem
-
Construct a
SelectItem
instance with the specified property values. - SelectItem(Object, String, String, boolean, boolean, boolean) - Constructor for class jakarta.faces.model.SelectItem
-
Construct a
SelectItem
instance with the specified property values. - SelectItemGroup - Class in jakarta.faces.model
-
SelectItemGroup is a subclass of
SelectItem
that identifies a set of options that will be made available as a subordinate "submenu" or "options list", depending upon the requirements of theUISelectMany
orUISelectOne
renderer that is actually used. - SelectItemGroup() - Constructor for class jakarta.faces.model.SelectItemGroup
-
Construct a
SelectItemGroup
with no initialized property values. - SelectItemGroup(String) - Constructor for class jakarta.faces.model.SelectItemGroup
-
Construct a
SelectItemGroup
with the specified label and no associatedselectItem
s. - SelectItemGroup(String, String, boolean, SelectItem...) - Constructor for class jakarta.faces.model.SelectItemGroup
-
Construct a
SelectItemGroup
with the specified properties. - SelectItemGroup(String, String, boolean, Collection<? extends SelectItem>) - Constructor for class jakarta.faces.model.SelectItemGroup
-
Construct a
SelectItemGroup
with the specified properties. - selectVariant(List<Variant>) - Method in interface jakarta.ws.rs.core.Request
-
Select the representation variant that best matches the request.
- send(OutboundSseEvent) - Method in interface jakarta.ws.rs.sse.SseEventSink
-
Send an outbound Server-sent event to this sink.
- send(Object) - Method in interface jakarta.faces.push.PushContext
-
Send given message object to the push socket channel as identified by
@
Push
. - send(Object, Collection<S>) - Method in interface jakarta.faces.push.PushContext
-
Send given message object to the push socket channel as identified by
@
Push
, targeted to the given users as identified by<f:websocket user>
. - send(Object, S) - Method in interface jakarta.faces.push.PushContext
-
Send given message object to the push socket channel as identified by
@
Push
, targeted to the given user as identified by<f:websocket user>
. - SEND_CONTINUE - jakarta.security.enterprise.AuthenticationStatus
-
The authentication mechanism was called and a multi-step authentication dialog with the caller has been started (for instance, the caller has been redirected to a login page).
- SEND_CONTINUE - Static variable in class jakarta.security.auth.message.AuthStatus
-
Indicates the message processing by the authentication module is NOT complete, that the module replaced the application message with a security message, and that the runtime is to proceed by sending the security message.
- SEND_FAILURE - jakarta.security.enterprise.AuthenticationStatus
-
The authentication mechanism was called but the caller was not successfully authenticated and therefore the caller principal will not be made available.
- SEND_FAILURE - Static variable in class jakarta.security.auth.message.AuthStatus
-
Indicates that the message processing by the authentication module was NOT successful, that the module replaced the application message with an error message, and that the runtime is to proceed by sending the error message.
- SEND_SUCCESS - Static variable in class jakarta.security.auth.message.AuthStatus
-
Indicates that the message processing by the authentication module was successful and that the runtime is to proceed by sending a message returned by the authentication module.
- sendBinary(ByteBuffer) - Method in interface jakarta.websocket.RemoteEndpoint.Async
-
Initiates the asynchronous transmission of a binary message.
- sendBinary(ByteBuffer) - Method in interface jakarta.websocket.RemoteEndpoint.Basic
-
Send a binary message, returning when all of the message has been transmitted.
- sendBinary(ByteBuffer, boolean) - Method in interface jakarta.websocket.RemoteEndpoint.Basic
-
Send a binary message in parts, blocking until all of the message has been transmitted.
- sendBinary(ByteBuffer, SendHandler) - Method in interface jakarta.websocket.RemoteEndpoint.Async
-
Initiates the asynchronous transmission of a binary message.
- sendError(int) - Method in interface jakarta.servlet.http.HttpServletResponse
-
Sends an error response to the client using the specified status code and clears the buffer.
- sendError(int) - Method in class jakarta.servlet.http.HttpServletResponseWrapper
-
The default behavior of this method is to call sendError(int sc) on the wrapped response object.
- sendError(int, String) - Method in interface jakarta.servlet.http.HttpServletResponse
-
Sends an error response to the client using the specified status and clears the buffer.
- sendError(int, String) - Method in class jakarta.servlet.http.HttpServletResponseWrapper
-
The default behavior of this method is to call sendError(int sc, String msg) on the wrapped response object.
- SendHandler - Interface in jakarta.websocket
-
A simple callback object for asynchronous sending of web socket messages.
- sendObject(Object) - Method in interface jakarta.websocket.RemoteEndpoint.Async
-
Initiates the asynchronous transmission of a custom developer object.
- sendObject(Object) - Method in interface jakarta.websocket.RemoteEndpoint.Basic
-
Sends a custom developer object, blocking until it has been transmitted.
- sendObject(Object, SendHandler) - Method in interface jakarta.websocket.RemoteEndpoint.Async
-
Initiates the asynchronous transmission of a custom developer object.
- sendPing(ByteBuffer) - Method in interface jakarta.websocket.RemoteEndpoint
-
Send a Ping message containing the given application data to the remote endpoint.
- sendPong(ByteBuffer) - Method in interface jakarta.websocket.RemoteEndpoint
-
Allows the developer to send an unsolicited Pong message containing the given application data in order to serve as a unidirectional heartbeat for the session.
- sendRedirect(String) - Method in interface jakarta.servlet.http.HttpServletResponse
-
Sends a temporary redirect response to the client using the specified redirect location URL and clears the buffer.
- sendRedirect(String) - Method in class jakarta.servlet.http.HttpServletResponseWrapper
-
The default behavior of this method is to return sendRedirect(String location) on the wrapped response object.
- SendResult - Class in jakarta.websocket
-
The result of asynchronously sending a web socket message.
- SendResult() - Constructor for class jakarta.websocket.SendResult
-
Construct a SendResult signifying a successful send carrying no exception.
- SendResult(Throwable) - Constructor for class jakarta.websocket.SendResult
-
Construct a SendResult carrying an exception.
- sendText(String) - Method in interface jakarta.websocket.RemoteEndpoint.Async
-
Initiates the asynchronous transmission of a text message.
- sendText(String) - Method in interface jakarta.websocket.RemoteEndpoint.Basic
-
Send a text message, blocking until all of the message has been transmitted.
- sendText(String, boolean) - Method in interface jakarta.websocket.RemoteEndpoint.Basic
-
Send a text message in parts, blocking until all of the message has been transmitted.
- sendText(String, SendHandler) - Method in interface jakarta.websocket.RemoteEndpoint.Async
-
Initiates the asynchronous transmission of a text message.
- SEPARATOR_CHAR - Static variable in interface jakarta.faces.component.NamingContainer
-
The default separator character used in component identifiers to demarcate navigation to a child naming container, in case
UINamingContainer.getSeparatorChar(jakarta.faces.context.FacesContext)
does not resolve to a valid value. - SEPARATOR_CHAR_PARAM_NAME - Static variable in class jakarta.faces.component.UINamingContainer
-
The context-param that allows the separator char for clientId strings to be set on a per-web application basis.
- SEQUENCE - jakarta.persistence.GenerationType
-
Indicates that the persistence provider must assign primary keys for the entity using a database sequence.
- SequenceGenerator - Annotation Type in jakarta.persistence
-
Defines a primary key generator that may be referenced by name when a generator element is specified for the
GeneratedValue
annotation. - SequenceGenerators - Annotation Type in jakarta.persistence
-
Used to group
SequenceGenerator
annotations. - sequenceName() - Method in annotation type jakarta.persistence.SequenceGenerator
-
(Optional) The name of the database sequence object from which to obtain primary key values.
- SerializationContext - Interface in jakarta.json.bind.serializer
-
Provides JSONB internals for custom serializers.
- serialize(String, T, JsonGenerator) - Method in interface jakarta.json.bind.serializer.SerializationContext
-
Serializes arbitrary object to JSON, using current
JsonGenerator
instance. - serialize(T, JsonGenerator) - Method in interface jakarta.json.bind.serializer.SerializationContext
-
Serializes arbitrary object to JSON, using current
JsonGenerator
instance. - serialize(T, JsonGenerator, SerializationContext) - Method in interface jakarta.json.bind.serializer.JsonbSerializer
-
Serializes object into JSON stream.
- SERIALIZE_SERVER_STATE_PARAM_NAME - Static variable in class jakarta.faces.application.StateManager
-
If this param is set, and calling toLowerCase().equals("true") on a String representation of its value returns true, and the jakarta.faces.STATE_SAVING_METHOD is set to "server" (as indicated below), the server state must be guaranteed to be Serializable such that the aggregate state implements java.io.Serializable.
- SERIALIZERS - Static variable in class jakarta.json.bind.JsonbConfig
-
Property used to specify custom serializers.
- SERVER - jakarta.ws.rs.RuntimeType
-
JAX-RS server run-time.
- SERVER_ERROR - jakarta.ws.rs.core.Response.Status.Family
-
5xx
HTTP status codes. - SERVER_SENT_EVENTS - Static variable in class jakarta.ws.rs.core.MediaType
-
String
representation of Server sent events media type. - SERVER_SENT_EVENTS_TYPE - Static variable in class jakarta.ws.rs.core.MediaType
-
Server sent events media type.
- ServerApplicationConfig - Interface in jakarta.websocket.server
-
Developers include implementations of ServerApplicationConfig in an archive containing websocket endpoints (WAR file, or JAR file within the WAR file) in order to specify the websocket endpoints within the archive the implementation must deploy.
- ServerAuth - Interface in jakarta.security.auth.message
-
An implementation of this interface is used to validate received service request messages, and to secure service response messages.
- ServerAuthConfig - Interface in jakarta.security.auth.message.config
-
This interface describes a configuration of ServerAuthConfiguration objects for a message layer and application context (for example, the messaging context of a specific application, or set of applications).
- ServerAuthContext - Interface in jakarta.security.auth.message.config
-
This ServerAuthContext class encapsulates ServerAuthModules that are used to validate service requests received from clients, and to secure any response returned for those requests.
- ServerAuthModule - Interface in jakarta.security.auth.message.module
-
A ServerAuthModule validates client requests and secures responses to the client.
- ServerContainer - Interface in jakarta.websocket.server
-
The ServerContainer is the specialized view of the WebSocketContainer available in server-side deployments.
- ServerEndpoint - Annotation Type in jakarta.websocket.server
-
This class level annotation declares that the class it decorates is a web socket endpoint that will be deployed and made available in the URI-space of a web socket server.
- ServerEndpointConfig - Interface in jakarta.websocket.server
-
The ServerEndpointConfig is a special kind of endpoint configuration object that contains web socket configuration information specific only to server endpoints.
- ServerEndpointConfig.Builder - Class in jakarta.websocket.server
-
The ServerEndpointConfig.Builder is a class used for creating
ServerEndpointConfig.Builder
objects for the purposes of deploying a server endpoint. - ServerEndpointConfig.Configurator - Class in jakarta.websocket.server
-
The ServerEndpointConfig.Configurator class may be extended by developers who want to provide custom configuration algorithms, such as intercepting the opening handshake, or providing arbitrary methods and algorithms that can be accessed from each endpoint instance configured with this configurator.
- serverError() - Static method in class jakarta.ws.rs.core.Response
-
Create a new ResponseBuilder with an server error status.
- ServerErrorException - Exception in jakarta.ws.rs
-
A base runtime application exception indicating a server error (HTTP
5xx
status codes). - ServerErrorException(int) - Constructor for exception jakarta.ws.rs.ServerErrorException
-
Construct a new server error exception.
- ServerErrorException(int, Throwable) - Constructor for exception jakarta.ws.rs.ServerErrorException
-
Construct a new server error exception.
- ServerErrorException(Response) - Constructor for exception jakarta.ws.rs.ServerErrorException
-
Construct a new server error exception.
- ServerErrorException(Response.Status) - Constructor for exception jakarta.ws.rs.ServerErrorException
-
Construct a new server error exception.
- ServerErrorException(Response.Status, Throwable) - Constructor for exception jakarta.ws.rs.ServerErrorException
-
Construct a new server error exception.
- ServerErrorException(Response, Throwable) - Constructor for exception jakarta.ws.rs.ServerErrorException
-
Construct a new server error exception.
- ServerErrorException(String, int) - Constructor for exception jakarta.ws.rs.ServerErrorException
-
Construct a new server error exception.
- ServerErrorException(String, int, Throwable) - Constructor for exception jakarta.ws.rs.ServerErrorException
-
Construct a new server error exception.
- ServerErrorException(String, Response) - Constructor for exception jakarta.ws.rs.ServerErrorException
-
Construct a new server error exception.
- ServerErrorException(String, Response.Status) - Constructor for exception jakarta.ws.rs.ServerErrorException
-
Construct a new server error exception.
- ServerErrorException(String, Response.Status, Throwable) - Constructor for exception jakarta.ws.rs.ServerErrorException
-
Construct a new server error exception.
- ServerErrorException(String, Response, Throwable) - Constructor for exception jakarta.ws.rs.ServerErrorException
-
Construct a new server error exception.
- serverName() - Method in annotation type jakarta.annotation.sql.DataSourceDefinition
-
Database server name.
- service(HttpServletRequest, HttpServletResponse) - Method in class jakarta.servlet.http.HttpServlet
-
Receives standard HTTP requests from the public
service
method and dispatches them to thedo
XXX methods defined in this class. - service(ServletRequest, ServletResponse) - Method in class jakarta.faces.webapp.FacesServlet
-
Process an incoming request, and create the corresponding response according to the following specification.
- service(ServletRequest, ServletResponse) - Method in class jakarta.servlet.GenericServlet
-
Called by the servlet container to allow the servlet to respond to a request.
- service(ServletRequest, ServletResponse) - Method in class jakarta.servlet.http.HttpServlet
-
Dispatches client requests to the protected
service
method. - service(ServletRequest, ServletResponse) - Method in interface jakarta.servlet.Servlet
-
Called by the servlet container to allow the servlet to respond to a request.
- SERVICE_RESTART - jakarta.websocket.CloseReason.CloseCodes
-
1012 indicates that the service will be restarted.
- SERVICE_UNAVAILABLE - jakarta.ws.rs.core.Response.Status
-
503 Service Unavailable, see HTTP/1.1 documentation.
- ServiceUnavailableException - Exception in jakarta.ws.rs
-
A runtime exception indicating that the requested resource
cannot be served
. - ServiceUnavailableException() - Constructor for exception jakarta.ws.rs.ServiceUnavailableException
-
Construct a new "service unavailable" exception without any "Retry-After" information specified for the failed request.
- ServiceUnavailableException(Response) - Constructor for exception jakarta.ws.rs.ServiceUnavailableException
-
Construct a new "service unavailable" exception.
- ServiceUnavailableException(Response, Throwable) - Constructor for exception jakarta.ws.rs.ServiceUnavailableException
-
Construct a new "service unavailable" exception.
- ServiceUnavailableException(Long) - Constructor for exception jakarta.ws.rs.ServiceUnavailableException
-
Construct a new "service unavailable" exception with an interval specifying the "Retry-After" information for the failed request.
- ServiceUnavailableException(Long, Throwable) - Constructor for exception jakarta.ws.rs.ServiceUnavailableException
-
Construct a new "service unavailable" exception with an interval specifying the "Retry-After" information for the failed request and an underlying request failure cause.
- ServiceUnavailableException(String) - Constructor for exception jakarta.ws.rs.ServiceUnavailableException
-
Construct a new "service unavailable" exception without any "Retry-After" information specified for the failed request.
- ServiceUnavailableException(String, Response) - Constructor for exception jakarta.ws.rs.ServiceUnavailableException
-
Construct a new "service unavailable" exception.
- ServiceUnavailableException(String, Response, Throwable) - Constructor for exception jakarta.ws.rs.ServiceUnavailableException
-
Construct a new "service unavailable" exception.
- ServiceUnavailableException(String, Long) - Constructor for exception jakarta.ws.rs.ServiceUnavailableException
-
Construct a new "service unavailable" exception with an interval specifying the "Retry-After" information for the failed request.
- ServiceUnavailableException(String, Long, Throwable) - Constructor for exception jakarta.ws.rs.ServiceUnavailableException
-
Construct a new "service unavailable" exception with an interval specifying the "Retry-After" information for the failed request and an underlying request failure cause.
- ServiceUnavailableException(String, Date) - Constructor for exception jakarta.ws.rs.ServiceUnavailableException
-
Construct a new "service unavailable" exception with an interval specifying the "Retry-After" information for the failed request.
- ServiceUnavailableException(String, Date, Throwable) - Constructor for exception jakarta.ws.rs.ServiceUnavailableException
-
Construct a new "service unavailable" exception with a date specifying the "Retry-After" information for the failed request and an underlying request failure cause.
- ServiceUnavailableException(Date) - Constructor for exception jakarta.ws.rs.ServiceUnavailableException
-
Construct a new "service unavailable" exception with an interval specifying the "Retry-After" information for the failed request.
- ServiceUnavailableException(Date, Throwable) - Constructor for exception jakarta.ws.rs.ServiceUnavailableException
-
Construct a new "service unavailable" exception with a date specifying the "Retry-After" information for the failed request and an underlying request failure cause.
- Servlet - Interface in jakarta.servlet
-
Defines methods that all servlets must implement.
- ServletConfig - Interface in jakarta.servlet
-
A servlet configuration object used by a servlet container to pass information to a servlet during initialization.
- ServletConnection - Interface in jakarta.servlet
-
Provides information about the connection made to the Servlet container.
- ServletContainerInitializer - Interface in jakarta.servlet
-
Interface which allows a library/runtime to be notified of a web application's startup phase and perform any required programmatic registration of servlets, filters, and listeners in response to it.
- ServletContext - Interface in jakarta.servlet
-
Defines a set of methods that a servlet uses to communicate with its servlet container, for example, to get the MIME type of a file, dispatch requests, or write to a log file.
- ServletContextAttributeEvent - Class in jakarta.servlet
-
Event class for notifications about changes to the attributes of the ServletContext of a web application.
- ServletContextAttributeEvent(ServletContext, String, Object) - Constructor for class jakarta.servlet.ServletContextAttributeEvent
-
Constructs a ServletContextAttributeEvent from the given ServletContext, attribute name, and attribute value.
- ServletContextAttributeListener - Interface in jakarta.servlet
-
Interface for receiving notification events about ServletContext attribute changes.
- ServletContextEvent - Class in jakarta.servlet
-
This is the event class for notifications about changes to the servlet context of a web application.
- ServletContextEvent(ServletContext) - Constructor for class jakarta.servlet.ServletContextEvent
-
Construct a ServletContextEvent from the given context.
- ServletContextListener - Interface in jakarta.servlet
-
Interface for receiving notification events about ServletContext lifecycle changes.
- ServletException - Exception in jakarta.servlet
-
Defines a general exception a servlet can throw when it encounters difficulty.
- ServletException() - Constructor for exception jakarta.servlet.ServletException
-
Constructs a new servlet exception.
- ServletException(String) - Constructor for exception jakarta.servlet.ServletException
-
Constructs a new servlet exception with the specified message.
- ServletException(String, Throwable) - Constructor for exception jakarta.servlet.ServletException
-
Constructs a new servlet exception when the servlet needs to throw an exception and include a message about the "root cause" exception that interfered with its normal operation, including a description message.
- ServletException(Throwable) - Constructor for exception jakarta.servlet.ServletException
-
Constructs a new servlet exception when the servlet needs to throw an exception and include a message about the "root cause" exception that interfered with its normal operation.
- ServletInputStream - Class in jakarta.servlet
-
Provides an input stream for reading binary data from a client request, including an efficient
readLine
method for reading data one line at a time. - ServletInputStream() - Constructor for class jakarta.servlet.ServletInputStream
-
Does nothing, because this is an abstract class.
- servletNames() - Method in annotation type jakarta.servlet.annotation.WebFilter
-
The names of the servlets to which the filter applies.
- ServletOutputStream - Class in jakarta.servlet
-
Provides an output stream for sending binary data to the client.
- ServletOutputStream() - Constructor for class jakarta.servlet.ServletOutputStream
-
Does nothing, because this is an abstract class.
- ServletRegistration - Interface in jakarta.servlet
-
Interface through which a
Servlet
may be further configured. - ServletRegistration.Dynamic - Interface in jakarta.servlet
-
Interface through which a
Servlet
registered via one of the addServlet methods onServletContext
may be further configured. - ServletRequest - Interface in jakarta.servlet
-
Defines an object to provide client request information to a servlet.
- ServletRequestAttributeEvent - Class in jakarta.servlet
-
This is the event class for notifications of changes to the attributes of the servlet request in an application.
- ServletRequestAttributeEvent(ServletContext, ServletRequest, String, Object) - Constructor for class jakarta.servlet.ServletRequestAttributeEvent
-
Construct a ServletRequestAttributeEvent giving the servlet context of this web application, the ServletRequest whose attributes are changing and the name and value of the attribute.
- ServletRequestAttributeListener - Interface in jakarta.servlet
-
Interface for receiving notification events about ServletRequest attribute changes.
- ServletRequestEvent - Class in jakarta.servlet
-
Events of this kind indicate lifecycle events for a ServletRequest.
- ServletRequestEvent(ServletContext, ServletRequest) - Constructor for class jakarta.servlet.ServletRequestEvent
-
Construct a ServletRequestEvent for the given ServletContext and ServletRequest.
- ServletRequestListener - Interface in jakarta.servlet
-
Interface for receiving notification events about requests coming into and going out of scope of a web application.
- ServletRequestWrapper - Class in jakarta.servlet
-
Provides a convenient implementation of the ServletRequest interface that can be subclassed by developers wishing to adapt the request to a Servlet.
- ServletRequestWrapper(ServletRequest) - Constructor for class jakarta.servlet.ServletRequestWrapper
-
Creates a ServletRequest adaptor wrapping the given request object.
- ServletResponse - Interface in jakarta.servlet
-
Defines an object to assist a servlet in sending a response to the client.
- ServletResponseWrapper - Class in jakarta.servlet
-
Provides a convenient implementation of the ServletResponse interface that can be subclassed by developers wishing to adapt the response from a Servlet.
- ServletResponseWrapper(ServletResponse) - Constructor for class jakarta.servlet.ServletResponseWrapper
-
Creates a ServletResponse adaptor wrapping the given response object.
- ServletSecurity - Annotation Type in jakarta.servlet.annotation
-
This annotation is used on a Servlet implementation class to specify security constraints to be enforced by a Servlet container on HTTP protocol messages.
- ServletSecurity.EmptyRoleSemantic - Enum in jakarta.servlet.annotation
-
Defines the access semantic to be applied to an empty rolesAllowed array.
- ServletSecurity.TransportGuarantee - Enum in jakarta.servlet.annotation
-
Defines the data protection requirements that must be satisfied by the transport
- ServletSecurityElement - Class in jakarta.servlet
-
Java Class representation of a
ServletSecurity
annotation value. - ServletSecurityElement() - Constructor for class jakarta.servlet.ServletSecurityElement
-
Constructs an instance using the default
HttpConstraintElement
value as the default Constraint element and with no HTTP Method specific constraint elements. - ServletSecurityElement(ServletSecurity) - Constructor for class jakarta.servlet.ServletSecurityElement
-
Constructs an instance from a
ServletSecurity
annotation value. - ServletSecurityElement(HttpConstraintElement) - Constructor for class jakarta.servlet.ServletSecurityElement
-
Constructs an instance with a default Constraint element and with no HTTP Method specific constraint elements.
- ServletSecurityElement(HttpConstraintElement, Collection<HttpMethodConstraintElement>) - Constructor for class jakarta.servlet.ServletSecurityElement
-
Constructs an instance with a default Constraint element and with a collection of HTTP Method specific constraint elements.
- ServletSecurityElement(Collection<HttpMethodConstraintElement>) - Constructor for class jakarta.servlet.ServletSecurityElement
-
Constructs an instance using the default
HttpConstraintElement
value as the default Constraint element and with a collection of HTTP Method specific constraint elements. - Session - Interface in jakarta.websocket
-
A Web Socket session represents a conversation between two web socket endpoints.
- SESSION - Static variable in class jakarta.enterprise.context.BeforeDestroyed.Literal
- SESSION - Static variable in class jakarta.enterprise.context.Destroyed.Literal
- SESSION - Static variable in class jakarta.enterprise.context.Initialized.Literal
- SESSION - Static variable in class jakarta.servlet.jsp.PageContext
-
Name used to store HttpSession in PageContext name table.
- SESSION_SCOPE - Static variable in class jakarta.servlet.jsp.PageContext
-
Session scope (only valid if this page participates in a session): the named reference remains available from the HttpSession (if any) associated with the Servlet until the HttpSession is invalidated.
- SessionBean - Interface in jakarta.ejb
-
The SessionBean interface defines methods that the enterprise bean container uses to notify a session bean instance of the instance's life cycle events.
- SessionBeanType - Enum in jakarta.enterprise.inject.spi
-
Identifies the kind of EJB session bean.
- SessionContext - Interface in jakarta.ejb
-
The SessionContext interface provides access to the runtime session context that the container provides for a session bean instance.
- SessionCookieConfig - Interface in jakarta.servlet
-
Class that may be used to configure various properties of cookies used for session tracking purposes.
- sessionCreated(HttpSessionEvent) - Method in interface jakarta.servlet.http.HttpSessionListener
-
Receives notification that a session has been created.
- sessionDestroyed(HttpSessionEvent) - Method in interface jakarta.servlet.http.HttpSessionListener
-
Receives notification that a session is about to be invalidated.
- sessionDidActivate(HttpSessionEvent) - Method in interface jakarta.servlet.http.HttpSessionActivationListener
-
Notification that the session has just been activated.
- SessionException - Exception in jakarta.websocket
-
A SessionException represents a general exception type reporting problems occurring on a websocket session.
- SessionException(String, Throwable, Session) - Constructor for exception jakarta.websocket.SessionException
-
Creates a new instance of this exception with the given message, the wrapped cause of the exception and the session with which the problem is associated.
- sessionId(String) - Method in interface jakarta.servlet.http.PushBuilder
-
Set the SessionID to be used for the push.
- sessionIdChanged(HttpSessionEvent, String) - Method in interface jakarta.servlet.http.HttpSessionIdListener
-
Receives notification that session id has been changed in a session.
- SessionMap - Annotation Type in jakarta.faces.annotation
-
The presence of this annotation (along with
@Inject
) on a field of typeMap<String, Object>
causes the map returned fromExternalContext.getSessionMap()
to be injected as the value of that field. - SessionMap.Literal - Class in jakarta.faces.annotation
-
Supports inline instantiation of the
SessionMap
qualifier. - SessionScoped - Annotation Type in jakarta.enterprise.context
-
Specifies that a bean is session scoped.
- SessionScoped.Literal - Class in jakarta.enterprise.context
-
Supports inline instantiation of the
SessionScoped
annotation. - SessionSynchronization - Interface in jakarta.ejb
-
The SessionSynchronization interface allows a stateful session bean instance to be notified by its container of transaction boundaries.
- SessionTrackingMode - Enum in jakarta.servlet
-
Enumeration of session tracking modes.
- sessionWillPassivate(HttpSessionEvent) - Method in interface jakarta.servlet.http.HttpSessionActivationListener
-
Notification that the session is about to be passivated.
- set(int, boolean) - Method in interface jakarta.json.JsonArrayBuilder
-
Replaces a value in the array with a
JsonValue.TRUE
orJsonValue.FALSE
value at the specified position. - set(int, double) - Method in interface jakarta.json.JsonArrayBuilder
-
Replaces a value in the array with the specified value as a
JsonNumber
at the specified position. - set(int, int) - Method in interface jakarta.json.JsonArrayBuilder
-
Replaces a value in the array with the specified value as a
JsonNumber
at the specified position. - set(int, long) - Method in interface jakarta.json.JsonArrayBuilder
-
Replaces a value in the array with the specified value as a
JsonNumber
at the specified position. - set(int, JsonArrayBuilder) - Method in interface jakarta.json.JsonArrayBuilder
-
Replaces a value in the array with the specified value as a
JsonArray
from an array builder at the specified position. - set(int, JsonObjectBuilder) - Method in interface jakarta.json.JsonArrayBuilder
-
Replaces a value in the array with the specified value as a
JsonObject
from an object builder at the specified position. - set(int, JsonValue) - Method in interface jakarta.json.JsonArrayBuilder
-
Replaces a value in the array with the specified value at the specified position.
- set(int, String) - Method in interface jakarta.json.JsonArrayBuilder
-
Replaces a value in the array with the specified value as a
JsonString
at the specified position. - set(int, BigDecimal) - Method in interface jakarta.json.JsonArrayBuilder
-
Replaces a value in the array with the specified value as a
JsonNumber
at the specified position. - set(int, BigInteger) - Method in interface jakarta.json.JsonArrayBuilder
-
Replaces a value in the array with the specified value as a
JsonNumber
at the specified position. - set(Path<Y>, Expression<? extends Y>) - Method in interface jakarta.persistence.criteria.CriteriaUpdate
-
Update the value of the specified attribute.
- set(Path<Y>, X) - Method in interface jakarta.persistence.criteria.CriteriaUpdate
-
Update the value of the specified attribute.
- set(SingularAttribute<? super T, Y>, Expression<? extends Y>) - Method in interface jakarta.persistence.criteria.CriteriaUpdate
-
Update the value of the specified attribute.
- set(SingularAttribute<? super T, Y>, X) - Method in interface jakarta.persistence.criteria.CriteriaUpdate
-
Update the value of the specified attribute.
- set(HttpSession, String, Object) - Static method in class jakarta.servlet.jsp.jstl.core.Config
-
Sets the value of a configuration variable in the "session" scope.
- set(PageContext, String, Object, int) - Static method in class jakarta.servlet.jsp.jstl.core.Config
-
Sets the value of a configuration variable in the given scope.
- set(ServletContext, String, Object) - Static method in class jakarta.servlet.jsp.jstl.core.Config
-
Sets the value of a configuration variable in the "application" scope.
- set(ServletRequest, String, Object) - Static method in class jakarta.servlet.jsp.jstl.core.Config
-
Sets the value of a configuration variable in the "request" scope.
- set(String, Object) - Method in interface jakarta.enterprise.event.NotificationOptions.Builder
- set(String, Object) - Method in interface jakarta.persistence.criteria.CriteriaUpdate
-
Update the value of the specified attribute.
- SET - jakarta.persistence.metamodel.PluralAttribute.CollectionType
-
Set-valued attribute
- SET_COOKIE - Static variable in interface jakarta.ws.rs.core.HttpHeaders
-
See IETF RFC 2109.
- SET_FACTORY_PERMISSION_NAME - Static variable in class jakarta.security.auth.message.config.AuthConfigFactory
-
The name of the SecurityPermission required to call setFactory
- setAccept(String) - Method in class jakarta.faces.component.html.HtmlForm
-
Set the value of the
accept
property. - setAccept(String) - Method in class jakarta.faces.component.html.HtmlInputFile
-
Set the value of the
accept
property. - setAcceptcharset(String) - Method in class jakarta.faces.component.html.HtmlForm
-
Set the value of the
acceptcharset
property. - setAccesskey(String) - Method in class jakarta.faces.component.html.HtmlCommandButton
-
Set the value of the
accesskey
property. - setAccesskey(String) - Method in class jakarta.faces.component.html.HtmlCommandLink
-
Set the value of the
accesskey
property. - setAccesskey(String) - Method in class jakarta.faces.component.html.HtmlInputFile
-
Set the value of the
accesskey
property. - setAccesskey(String) - Method in class jakarta.faces.component.html.HtmlInputSecret
-
Set the value of the
accesskey
property. - setAccesskey(String) - Method in class jakarta.faces.component.html.HtmlInputText
-
Set the value of the
accesskey
property. - setAccesskey(String) - Method in class jakarta.faces.component.html.HtmlInputTextarea
-
Set the value of the
accesskey
property. - setAccesskey(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
-
Set the value of the
accesskey
property. - setAccesskey(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
-
Set the value of the
accesskey
property. - setAccesskey(String) - Method in class jakarta.faces.component.html.HtmlOutputLabel
-
Set the value of the
accesskey
property. - setAccesskey(String) - Method in class jakarta.faces.component.html.HtmlOutputLink
-
Set the value of the
accesskey
property. - setAccesskey(String) - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
-
Set the value of the
accesskey
property. - setAccesskey(String) - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
-
Set the value of the
accesskey
property. - setAccesskey(String) - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
-
Set the value of the
accesskey
property. - setAccesskey(String) - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
-
Set the value of the
accesskey
property. - setAccesskey(String) - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
-
Set the value of the
accesskey
property. - setAccesskey(String) - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
-
Set the value of the
accesskey
property. - setAccesskey(String) - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
-
Set the value of the
accesskey
property. - setActionExpression(MethodExpression) - Method in interface jakarta.faces.component.ActionSource2
-
Set the
MethodExpression
pointing at the appication action to be invoked, if thisUIComponent
is activated by the user, during the Apply Request Values or Invoke Application phase of the request processing lifecycle, depending on the value of theimmediate
property. - setActionExpression(MethodExpression) - Method in class jakarta.faces.component.UICommand
- setActionExpression(MethodExpression) - Method in class jakarta.faces.component.UIViewAction
-
Set the
MethodExpression
pointing at the appication action to be invoked, if thisUIComponent
is activated by the user, during the Apply Request Values or Invoke Application phase of the request processing lifecycle, depending on the value of theimmediate
property. - setActionListener(ActionListener) - Method in class jakarta.faces.application.Application
-
Set the default
ActionListener
to be registered for allActionSource
components. - setActionListener(ActionListener) - Method in class jakarta.faces.application.ApplicationWrapper
-
The default behavior of this method is to call
Application.setActionListener(jakarta.faces.event.ActionListener)
on the wrappedApplication
object. - setAfterPhaseListener(MethodExpression) - Method in class jakarta.faces.component.UIViewRoot
-
Allow an arbitrary method to be called for the "afterPhase" event as the UIViewRoot runs through its lifecycle.
- setAlt(String) - Method in class jakarta.faces.component.html.HtmlCommandButton
-
Set the value of the
alt
property. - setAlt(String) - Method in class jakarta.faces.component.html.HtmlGraphicImage
-
Set the value of the
alt
property. - setAlt(String) - Method in class jakarta.faces.component.html.HtmlInputFile
-
Deprecated, for removal: This API element is subject to removal in a future version.This attribute is actually not specified in HTML. Do not use it on this component.
- setAlt(String) - Method in class jakarta.faces.component.html.HtmlInputSecret
-
Deprecated, for removal: This API element is subject to removal in a future version.This attribute is actually not specified in HTML. Do not use it on this component.
- setAlt(String) - Method in class jakarta.faces.component.html.HtmlInputText
-
Set the value of the
alt
property. - setAlt(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
-
Set the value of the
alt
property. - setAnnotatedType(AnnotatedType<X>) - Method in interface jakarta.enterprise.inject.spi.ProcessAnnotatedType
-
Replaces the
AnnotatedType
. - setAnnotations(Annotation[]) - Method in interface jakarta.ws.rs.ext.InterceptorContext
-
Update annotations on the formal declaration of the artifact that initiated the intercepted entity provider invocation.
- setApplication(Application) - Method in class jakarta.faces.application.ApplicationFactory
-
Replace the
Application
instance that will be returned for this web application. - setAsyncSendTimeout(long) - Method in interface jakarta.websocket.WebSocketContainer
-
Sets the number of milliseconds the implementation will timeout attempting to send a websocket message for all RemoteEndpoints associated with this container.
- setAsyncSupported(boolean) - Method in interface jakarta.servlet.Registration.Dynamic
-
Configures the Servlet or Filter represented by this dynamic Registration as supporting asynchronous operations or not.
- setAttribute(String, Object) - Method in class jakarta.faces.view.facelets.FaceletContext
-
Support method which is backed by the current VariableMapper.
- setAttribute(String, Object) - Method in interface jakarta.servlet.http.HttpSession
-
Binds an object to this session, using the name specified.
- setAttribute(String, Object) - Method in class jakarta.servlet.jsp.JspContext
-
Register the name and value specified with page scope semantics.
- setAttribute(String, Object) - Method in class jakarta.servlet.jsp.tagext.TagData
-
Set the value of an attribute.
- setAttribute(String, Object) - Method in interface jakarta.servlet.ServletContext
-
Binds an object to a given attribute name in this ServletContext.
- setAttribute(String, Object) - Method in interface jakarta.servlet.ServletRequest
-
Stores an attribute in this request.
- setAttribute(String, Object) - Method in class jakarta.servlet.ServletRequestWrapper
-
The default behavior of this method is to return setAttribute(String name, Object o) on the wrapped request object.
- setAttribute(String, Object, int) - Method in class jakarta.servlet.jsp.JspContext
-
Register the name and value specified with appropriate scope semantics.
- setAttribute(String, String) - Method in class jakarta.servlet.http.Cookie
-
Sets the value of the cookie attribute associated with the given name.
- setAttribute(String, String) - Method in interface jakarta.servlet.SessionCookieConfig
-
Sets the value for the given session cookie attribute.
- SetAttribute<X,E> - Interface in jakarta.persistence.metamodel
-
Instances of the type
SetAttribute
represent persistentjava.util.Set
-valued attributes. - setAttributes(FaceletContext, Object) - Method in class jakarta.faces.view.facelets.DelegatingMetaTagHandler
- setAttributes(FaceletContext, Object) - Method in class jakarta.faces.view.facelets.MetaTagHandler
-
Invoking/extending this method will cause the results of the created MetaRuleset to auto-wire state to the passed instance.
- setAutocomplete(String) - Method in class jakarta.faces.component.html.HtmlInputFile
-
Deprecated, for removal: This API element is subject to removal in a future version.This attribute is actually not specified in HTML. Do not use it on this component.
- setAutocomplete(String) - Method in class jakarta.faces.component.html.HtmlInputSecret
-
Set the value of the
autocomplete
property. - setAutocomplete(String) - Method in class jakarta.faces.component.html.HtmlInputText
-
Set the value of the
autocomplete
property. - setAutorun(boolean) - Method in class jakarta.faces.component.html.HtmlCommandScript
-
Set the value of the
autorun
property. - setBatchingAllowed(boolean) - Method in interface jakarta.websocket.RemoteEndpoint
-
Indicate to the implementation that it is allowed to batch outgoing messages before sending.
- setBeanAttributes(BeanAttributes<T>) - Method in interface jakarta.enterprise.inject.spi.ProcessBeanAttributes
-
Replaces the
BeanAttributes
. - setBeanValue(String, Object) - Method in class jakarta.el.BeanNameResolver
-
Sets a value to a bean of the given name.
- setBeforePhaseListener(MethodExpression) - Method in class jakarta.faces.component.UIViewRoot
-
Allow an arbitrary method to be called for the "beforePhase" event as the UIViewRoot runs through its lifecycle.
- setBgcolor(String) - Method in class jakarta.faces.component.html.HtmlDataTable
-
Set the value of the
bgcolor
property. - setBgcolor(String) - Method in class jakarta.faces.component.html.HtmlPanelGrid
-
Set the value of the
bgcolor
property. - setBodyContent(BodyContent) - Method in interface jakarta.servlet.jsp.tagext.BodyTag
-
Set the bodyContent property.
- setBodyContent(BodyContent) - Method in class jakarta.servlet.jsp.tagext.BodyTagSupport
-
Prepare for evaluation of the body: stash the bodyContent away.
- setBodyrows(String) - Method in class jakarta.faces.component.html.HtmlDataTable
-
Set the value of the
bodyrows
property. - setBodyrows(String) - Method in class jakarta.faces.component.html.HtmlPanelGrid
-
Set the value of the
bodyrows
property. - setBorder(int) - Method in class jakarta.faces.component.html.HtmlDataTable
-
Set the value of the
border
property. - setBorder(int) - Method in class jakarta.faces.component.html.HtmlPanelGrid
-
Set the value of the
border
property. - setBorder(int) - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
-
Set the value of the
border
property. - setBorder(int) - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
-
Set the value of the
border
property. - setBufferSize(int) - Method in interface jakarta.servlet.ServletResponse
-
Sets the preferred buffer size for the body of the response.
- setBufferSize(int) - Method in class jakarta.servlet.ServletResponseWrapper
-
The default behavior of this method is to call setBufferSize(int size) on the wrapped response object.
- setCacheFactories(FaceletCache.MemberFactory<V>, FaceletCache.MemberFactory<V>) - Method in class jakarta.faces.view.facelets.FaceletCache
-
This must be called by the runtime at startup time, before any requests are serviced, and allows for the
FaceletCache
implementation to provide theFaceletCache.MemberFactory
instances that will be used to create instances of Facelets and View Metadata Facelets. - setCaptionClass(String) - Method in class jakarta.faces.component.html.HtmlDataTable
-
Set the value of the
captionClass
property. - setCaptionClass(String) - Method in class jakarta.faces.component.html.HtmlPanelGrid
-
Set the value of the
captionClass
property. - setCaptionStyle(String) - Method in class jakarta.faces.component.html.HtmlDataTable
-
Set the value of the
captionStyle
property. - setCaptionStyle(String) - Method in class jakarta.faces.component.html.HtmlPanelGrid
-
Set the value of the
captionStyle
property. - setCDIProvider(CDIProvider) - Static method in class jakarta.enterprise.inject.spi.CDI
-
Set the
CDIProvider
to use. - setCellpadding(String) - Method in class jakarta.faces.component.html.HtmlDataTable
-
Set the value of the
cellpadding
property. - setCellpadding(String) - Method in class jakarta.faces.component.html.HtmlPanelGrid
-
Set the value of the
cellpadding
property. - setCellspacing(String) - Method in class jakarta.faces.component.html.HtmlDataTable
-
Set the value of the
cellspacing
property. - setCellspacing(String) - Method in class jakarta.faces.component.html.HtmlPanelGrid
-
Set the value of the
cellspacing
property. - setCertStore(CertStore) - Method in class jakarta.security.auth.message.callback.CertStoreCallback
-
Used by the CallbackHandler to set the CertStore within the Callback.
- setChannel(String) - Method in class jakarta.faces.component.UIWebsocket
-
Sets the name of the websocket channel.
- setCharacterEncoding(String) - Method in interface jakarta.servlet.ServletRequest
-
Overrides the name of the character encoding used in the body of this request.
- setCharacterEncoding(String) - Method in class jakarta.servlet.ServletRequestWrapper
-
The default behavior of this method is to set the character encoding on the wrapped request object.
- setCharacterEncoding(String) - Method in interface jakarta.servlet.ServletResponse
-
Sets the character encoding (MIME charset) of the response being sent to the client, for example, to UTF-8.
- setCharacterEncoding(String) - Method in class jakarta.servlet.ServletResponseWrapper
-
The default behavior of this method is to call setCharacterEncoding(String charset) on the wrapped response object.
- setCharset(String) - Method in class jakarta.faces.component.html.HtmlCommandLink
-
Set the value of the
charset
property. - setCharset(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
-
Set the value of the
charset
property. - setCharset(String) - Method in class jakarta.faces.component.html.HtmlOutputLink
-
Set the value of the
charset
property. - setClassLoader(ClassLoader) - Method in class jakarta.enterprise.inject.se.SeContainerInitializer
-
Set a
ClassLoader
. - setCleared() - Method in class jakarta.security.enterprise.credential.AbstractClearableCredential
-
Specifies that the credential value has been securely cleared.
- setClientWindow(ClientWindow) - Method in class jakarta.faces.context.ExternalContext
-
Associate this instance with a
ClientWindow
. - setClientWindow(ClientWindow) - Method in class jakarta.faces.context.ExternalContextWrapper
-
The default behavior of this method is to call
ExternalContext.setClientWindow(jakarta.faces.lifecycle.ClientWindow)
on the wrappedExternalContext
object. - setCols(int) - Method in class jakarta.faces.component.html.HtmlInputTextarea
-
Set the value of the
cols
property. - setColumnClasses(String) - Method in class jakarta.faces.component.html.HtmlDataTable
-
Set the value of the
columnClasses
property. - setColumnClasses(String) - Method in class jakarta.faces.component.html.HtmlPanelGrid
-
Set the value of the
columnClasses
property. - setColumns(int) - Method in class jakarta.faces.component.html.HtmlPanelGrid
-
Set the value of the
columns
property. - setComment(String) - Method in class jakarta.servlet.http.Cookie
-
Deprecated, for removal: This API element is subject to removal in a future version.This is no longer required with RFC 6265
- setComment(String) - Method in interface jakarta.servlet.SessionCookieConfig
-
Deprecated, for removal: This API element is subject to removal in a future version.This is no longer required with RFC 6265
- setComponent(UIComponent) - Method in class jakarta.faces.event.PostRestoreStateEvent
- setConnected(boolean) - Method in class jakarta.faces.component.UIWebsocket
-
Sets whether to (auto)connect the websocket or not.
- setContentLength(int) - Method in interface jakarta.servlet.ServletResponse
-
Sets the length of the content body in the response In HTTP servlets, this method sets the HTTP Content-Length header.
- setContentLength(int) - Method in class jakarta.servlet.ServletResponseWrapper
-
The default behavior of this method is to call setContentLength(int len) on the wrapped response object.
- setContentLengthLong(long) - Method in interface jakarta.servlet.ServletResponse
-
Sets the length of the content body in the response In HTTP servlets, this method sets the HTTP Content-Length header.
- setContentLengthLong(long) - Method in class jakarta.servlet.ServletResponseWrapper
-
The default behavior of this method is to call setContentLengthLong(long len) on the wrapped response object.
- setContentType(String) - Method in class jakarta.faces.application.Resource
-
Set the MIME content-type for this resource.
- setContentType(String) - Method in class jakarta.faces.application.ResourceWrapper
-
The default behavior of this method is to call
Resource.setContentType(String)
on the wrappedResourceHandler
object. - setContentType(String) - Method in interface jakarta.servlet.ServletResponse
-
Sets the content type of the response being sent to the client, if the response has not been committed yet.
- setContentType(String) - Method in class jakarta.servlet.ServletResponseWrapper
-
The default behavior of this method is to call setContentType(String type) on the wrapped response object.
- setConverter(Converter) - Method in class jakarta.faces.component.UIOutput
- setConverter(Converter) - Method in interface jakarta.faces.component.ValueHolder
-
Set the
Converter
(if any) that is registered for thisUIComponent
. - setConverterMessage(String) - Method in class jakarta.faces.component.UIInput
-
Override any
ValueExpression
set for the "converterMessage" with the literal argument provided to this method. - setCoords(String) - Method in class jakarta.faces.component.html.HtmlCommandLink
-
Set the value of the
coords
property. - setCoords(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
-
Set the value of the
coords
property. - setCoords(String) - Method in class jakarta.faces.component.html.HtmlOutputLink
-
Set the value of the
coords
property. - setCredential(Credential) - Method in class jakarta.security.enterprise.authentication.mechanism.http.AuthenticationParameters
-
Sets the credential as parameter in this instance.
- setCurrencyCode(String) - Method in class jakarta.faces.convert.NumberConverter
-
Set the ISO 4217 currency code used by
getAsString()
with atype
ofcurrency
. - setCurrencySymbol(String) - Method in class jakarta.faces.convert.NumberConverter
-
Set the currency symbol used by
getAsString()
with atype
ofcurrency
. - setCurrentInstance(FacesContext) - Static method in class jakarta.faces.context.FacesContext
-
Set the
FacesContext
instance for the request that is being processed by the current thread. - setCurrentPhaseId(PhaseId) - Method in class jakarta.faces.context.FacesContext
-
The implementation must call this method at the earliest possble point in time after entering into a new phase in the request processing lifecycle.
- setCurrentPhaseId(PhaseId) - Method in class jakarta.faces.context.FacesContextWrapper
-
The default behavior of this method is to call
FacesContext.setCurrentPhaseId(PhaseId)
on the wrappedFacesContext
object. - setDataModel(DataModel) - Method in class jakarta.faces.component.UIData
-
Set the internal DataModel.
- setDateHeader(String, long) - Method in interface jakarta.servlet.http.HttpServletResponse
-
Sets a response header with the given name and date-value.
- setDateHeader(String, long) - Method in class jakarta.servlet.http.HttpServletResponseWrapper
-
The default behavior of this method is to call setDateHeader(String name, long date) on the wrapped response object.
- setDateStyle(String) - Method in class jakarta.faces.convert.DateTimeConverter
-
Set the style to be used to format or parse dates.
- setDefaultFactory(JspFactory) - Static method in class jakarta.servlet.jsp.JspFactory
-
set the default factory for this implementation.
- setDefaultLocale(Locale) - Method in class jakarta.faces.application.Application
-
Set the default
Locale
for this application. - setDefaultLocale(Locale) - Method in class jakarta.faces.application.ApplicationWrapper
-
The default behavior of this method is to call
Application.setDefaultLocale(java.util.Locale)
on the wrappedApplication
object. - setDefaultMaxBinaryMessageBufferSize(int) - Method in interface jakarta.websocket.WebSocketContainer
-
Sets the default maximum size of incoming binary message that this container will buffer.
- setDefaultMaxSessionIdleTimeout(long) - Method in interface jakarta.websocket.WebSocketContainer
-
Sets the default time in milliseconds after which any web socket sessions in this container will be closed if it has been inactive.
- setDefaultMaxTextMessageBufferSize(int) - Method in interface jakarta.websocket.WebSocketContainer
-
Sets the maximum size of incoming text message that this container will buffer.
- setDefaultRenderKitId(String) - Method in class jakarta.faces.application.Application
-
Set the
renderKitId
to be used to render this application. - setDefaultRenderKitId(String) - Method in class jakarta.faces.application.ApplicationWrapper
-
The default behavior of this method is to call
Application.setDefaultRenderKitId(String)
on the wrappedApplication
object. - setDelay(String) - Method in class jakarta.faces.component.behavior.AjaxBehavior
-
If less than delay milliseconds elapses between calls to request() only the most recent one is sent and all other requests are discarded.
- setDescription(String) - Method in class jakarta.faces.model.SelectItem
-
Set the description of this item, for use in development tools.
- setDetail(String) - Method in class jakarta.faces.application.FacesMessage
-
Set the localized detail text.
- setDir(String) - Method in class jakarta.faces.component.html.HtmlBody
-
Set the value of the
dir
property. - setDir(String) - Method in class jakarta.faces.component.html.HtmlCommandButton
-
Set the value of the
dir
property. - setDir(String) - Method in class jakarta.faces.component.html.HtmlCommandLink
-
Set the value of the
dir
property. - setDir(String) - Method in class jakarta.faces.component.html.HtmlDataTable
-
Set the value of the
dir
property. - setDir(String) - Method in class jakarta.faces.component.html.HtmlForm
-
Set the value of the
dir
property. - setDir(String) - Method in class jakarta.faces.component.html.HtmlGraphicImage
-
Set the value of the
dir
property. - setDir(String) - Method in class jakarta.faces.component.html.HtmlHead
-
Set the value of the
dir
property. - setDir(String) - Method in class jakarta.faces.component.html.HtmlInputFile
-
Set the value of the
dir
property. - setDir(String) - Method in class jakarta.faces.component.html.HtmlInputSecret
-
Set the value of the
dir
property. - setDir(String) - Method in class jakarta.faces.component.html.HtmlInputText
-
Set the value of the
dir
property. - setDir(String) - Method in class jakarta.faces.component.html.HtmlInputTextarea
-
Set the value of the
dir
property. - setDir(String) - Method in class jakarta.faces.component.html.HtmlMessage
-
Set the value of the
dir
property. - setDir(String) - Method in class jakarta.faces.component.html.HtmlMessages
-
Set the value of the
dir
property. - setDir(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
-
Set the value of the
dir
property. - setDir(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
-
Set the value of the
dir
property. - setDir(String) - Method in class jakarta.faces.component.html.HtmlOutputFormat
-
Set the value of the
dir
property. - setDir(String) - Method in class jakarta.faces.component.html.HtmlOutputLabel
-
Set the value of the
dir
property. - setDir(String) - Method in class jakarta.faces.component.html.HtmlOutputLink
-
Set the value of the
dir
property. - setDir(String) - Method in class jakarta.faces.component.html.HtmlOutputText
-
Set the value of the
dir
property. - setDir(String) - Method in class jakarta.faces.component.html.HtmlPanelGrid
-
Set the value of the
dir
property. - setDir(String) - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
-
Set the value of the
dir
property. - setDir(String) - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
-
Set the value of the
dir
property. - setDir(String) - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
-
Set the value of the
dir
property. - setDir(String) - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
-
Set the value of the
dir
property. - setDir(String) - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
-
Set the value of the
dir
property. - setDir(String) - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
-
Set the value of the
dir
property. - setDir(String) - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
-
Set the value of the
dir
property. - setDisable(boolean) - Method in class jakarta.faces.component.UIParameter
-
Sets the
disable
property of theUIParameter
. - setDisableClientWindow(boolean) - Method in class jakarta.faces.component.UIOutcomeTarget
-
Set whether or not the client window should be encoded into the target url.
- setDisabled(boolean) - Method in class jakarta.faces.component.behavior.AjaxBehavior
-
Sets the disabled status of this behavior.
- setDisabled(boolean) - Method in class jakarta.faces.component.html.HtmlCommandButton
-
Set the value of the
disabled
property. - setDisabled(boolean) - Method in class jakarta.faces.component.html.HtmlCommandLink
-
Set the value of the
disabled
property. - setDisabled(boolean) - Method in class jakarta.faces.component.html.HtmlInputFile
-
Set the value of the
disabled
property. - setDisabled(boolean) - Method in class jakarta.faces.component.html.HtmlInputSecret
-
Set the value of the
disabled
property. - setDisabled(boolean) - Method in class jakarta.faces.component.html.HtmlInputText
-
Set the value of the
disabled
property. - setDisabled(boolean) - Method in class jakarta.faces.component.html.HtmlInputTextarea
-
Set the value of the
disabled
property. - setDisabled(boolean) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
-
Set the value of the
disabled
property. - setDisabled(boolean) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
-
Set the value of the
disabled
property. - setDisabled(boolean) - Method in class jakarta.faces.component.html.HtmlOutputLink
-
Set the value of the
disabled
property. - setDisabled(boolean) - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
-
Set the value of the
disabled
property. - setDisabled(boolean) - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
-
Set the value of the
disabled
property. - setDisabled(boolean) - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
-
Set the value of the
disabled
property. - setDisabled(boolean) - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
-
Set the value of the
disabled
property. - setDisabled(boolean) - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
-
Set the value of the
disabled
property. - setDisabled(boolean) - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
-
Set the value of the
disabled
property. - setDisabled(boolean) - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
-
Set the value of the
disabled
property. - setDisabled(boolean) - Method in class jakarta.faces.model.SelectItem
-
Set the disabled flag for this item, which should modify the rendered output to make this item unavailable for selection by the user if set to
true
. - setDisabledClass(String) - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
-
Set the value of the
disabledClass
property. - setDisabledClass(String) - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
-
Set the value of the
disabledClass
property. - setDisabledClass(String) - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
-
Set the value of the
disabledClass
property. - setDisabledClass(String) - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
-
Set the value of the
disabledClass
property. - setDisabledClass(String) - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
-
Set the value of the
disabledClass
property. - setDisabledClass(String) - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
-
Set the value of the
disabledClass
property. - setDoctype(Doctype) - Method in class jakarta.faces.component.UIViewRoot
-
Set the doctype of this view.
- setDomain(String) - Method in class jakarta.servlet.http.Cookie
-
Specifies the domain within which this cookie should be presented.
- setDomain(String) - Method in interface jakarta.servlet.SessionCookieConfig
-
Sets the domain name that will be assigned to any session tracking cookies created on behalf of the application represented by the ServletContext from which this SessionCookieConfig was acquired.
- setDynamicAttribute(String, String, Object) - Method in interface jakarta.servlet.jsp.tagext.DynamicAttributes
-
Called when a tag declared to accept dynamic attributes is passed an attribute that is not declared in the Tag Library Descriptor.
- setELContext(ELContext) - Method in class jakarta.el.ELManager
-
Set the ELContext used for parsing and evaluating Jakarta Expression Language expressions.
- setELContext(ELContext) - Method in class jakarta.el.LambdaExpression
-
Set the ELContext to use in evaluating the LambdaExpression.
- setEnabledClass(String) - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
-
Set the value of the
enabledClass
property. - setEnabledClass(String) - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
-
Set the value of the
enabledClass
property. - setEnabledClass(String) - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
-
Set the value of the
enabledClass
property. - setEnabledClass(String) - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
-
Set the value of the
enabledClass
property. - setEnabledClass(String) - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
-
Set the value of the
enabledClass
property. - setEnabledClass(String) - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
-
Set the value of the
enabledClass
property. - setEnctype(String) - Method in class jakarta.faces.component.html.HtmlForm
-
Set the value of the
enctype
property. - setEntity(Object) - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Set a new message entity.
- setEntity(Object) - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Set a new message entity.
- setEntity(Object) - Method in interface jakarta.ws.rs.ext.WriterInterceptorContext
-
Update object to be written as HTTP entity.
- setEntity(Object, Annotation[], MediaType) - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Set a new message entity, including the attached annotations and the media type.
- setEntity(Object, Annotation[], MediaType) - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Set a new message entity, including the attached annotations and the media type.
- setEntityContext(EntityContext) - Method in interface jakarta.ejb.EntityBean
-
Set the associated entity context.
- setEntityStream(InputStream) - Method in interface jakarta.ws.rs.client.ClientResponseContext
-
Set a new entity input stream.
- setEntityStream(InputStream) - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Set a new entity input stream.
- setEntityStream(OutputStream) - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Set a new entity output stream.
- setEntityStream(OutputStream) - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Set a new entity output stream.
- setErrorClass(String) - Method in class jakarta.faces.component.html.HtmlMessage
-
Set the value of the
errorClass
property. - setErrorClass(String) - Method in class jakarta.faces.component.html.HtmlMessages
-
Set the value of the
errorClass
property. - setErrorStyle(String) - Method in class jakarta.faces.component.html.HtmlMessage
-
Set the value of the
errorStyle
property. - setErrorStyle(String) - Method in class jakarta.faces.component.html.HtmlMessages
-
Set the value of the
errorStyle
property. - setEscape(boolean) - Method in class jakarta.faces.component.html.HtmlOutputFormat
-
Set the value of the
escape
property. - setEscape(boolean) - Method in class jakarta.faces.component.html.HtmlOutputLabel
-
Set the value of the
escape
property. - setEscape(boolean) - Method in class jakarta.faces.component.html.HtmlOutputText
-
Set the value of the
escape
property. - setEscape(boolean) - Method in class jakarta.faces.model.SelectItem
-
Set the value of the escape property.
- setExceptionHandler(ExceptionHandler) - Method in class jakarta.faces.context.FacesContext
-
Set the
ExceptionHandler
for this request. - setExceptionHandler(ExceptionHandler) - Method in class jakarta.faces.context.FacesContextWrapper
-
The default behavior of this method is to call
FacesContext.setExceptionHandler(ExceptionHandler)
on the wrappedFacesContext
object. - setExecute(String) - Method in class jakarta.faces.component.html.HtmlCommandScript
-
Set the value of the
execute
property. - setExecute(Collection<String>) - Method in class jakarta.faces.component.behavior.AjaxBehavior
-
Sets the component identifiers that will be used to identify components that should be processed during the
execute
phase of the request processing lifecycle. - setExecutor(Executor) - Method in interface jakarta.enterprise.event.NotificationOptions.Builder
- setFactory(AuthConfigFactory) - Static method in class jakarta.security.auth.message.config.AuthConfigFactory
-
Set the system-wide AuthConfigFactory implementation.
- setFactory(String, String) - Static method in class jakarta.faces.FactoryFinder
-
This method will store the argument
factoryName/implName
mapping in such a way thatFactoryFinder.getFactory(java.lang.String)
will find this mapping when searching for a match. - setFactorySecurityPermission - Static variable in class jakarta.security.auth.message.config.AuthConfigFactory
-
Deprecated, for removal: This API element is subject to removal in a future version.Following JEP 411
- setFatalClass(String) - Method in class jakarta.faces.component.html.HtmlMessage
-
Set the value of the
fatalClass
property. - setFatalClass(String) - Method in class jakarta.faces.component.html.HtmlMessages
-
Set the value of the
fatalClass
property. - setFatalStyle(String) - Method in class jakarta.faces.component.html.HtmlMessage
-
Set the value of the
fatalStyle
property. - setFatalStyle(String) - Method in class jakarta.faces.component.html.HtmlMessages
-
Set the value of the
fatalStyle
property. - setFirst(int) - Method in class jakarta.faces.component.UIData
-
Set the zero-relative row number of the first row to be displayed.
- setFirstResult(int) - Method in interface jakarta.persistence.Query
-
Set the position of the first result to retrieve.
- setFirstResult(int) - Method in interface jakarta.persistence.TypedQuery
-
Set the position of the first result to retrieve.
- setFlowHandler(FlowHandler) - Method in class jakarta.faces.application.Application
-
Set the
FlowHandler
instance used by theNavigationHandler
to satisfy the requirements of the faces flows feature. - setFlowHandler(FlowHandler) - Method in class jakarta.faces.application.ApplicationWrapper
- setFlushMode(FlushModeType) - Method in interface jakarta.persistence.EntityManager
-
Set the flush mode that applies to all objects contained in the persistence context.
- setFlushMode(FlushModeType) - Method in interface jakarta.persistence.Query
-
Set the flush mode type to be used for the query execution.
- setFlushMode(FlushModeType) - Method in interface jakarta.persistence.StoredProcedureQuery
-
Set the flush mode type to be used for the query execution.
- setFlushMode(FlushModeType) - Method in interface jakarta.persistence.TypedQuery
-
Set the flush mode type to be used for the query execution.
- setFooter(UIComponent) - Method in class jakarta.faces.component.UIColumn
-
Set the footer facet of the column.
- setFooter(UIComponent) - Method in class jakarta.faces.component.UIData
-
Set the footer facet of this component.
- setFooterClass(String) - Method in class jakarta.faces.component.html.HtmlColumn
-
Set the value of the
footerClass
property. - setFooterClass(String) - Method in class jakarta.faces.component.html.HtmlDataTable
-
Set the value of the
footerClass
property. - setFooterClass(String) - Method in class jakarta.faces.component.html.HtmlPanelGrid
-
Set the value of the
footerClass
property. - setFor(String) - Method in class jakarta.faces.component.html.HtmlOutputLabel
-
Set the value of the
for
property. - setFor(String) - Method in class jakarta.faces.component.UIMessage
-
Set the identifier of the component for which this component represents associated message(s) (if any).
- setFor(String) - Method in class jakarta.faces.component.UIMessages
-
Set the client identifier of the component for which this component represents associated message(s) (if any).
- setFragment(String) - Method in class jakarta.faces.component.html.HtmlOutputLink
-
Set the value of the
fragment
property. - setFrame(String) - Method in class jakarta.faces.component.html.HtmlDataTable
-
Set the value of the
frame
property. - setFrame(String) - Method in class jakarta.faces.component.html.HtmlPanelGrid
-
Set the value of the
frame
property. - setFunctionMapper(FunctionMapper) - Method in class jakarta.faces.view.facelets.FaceletContext
-
Set the FunctionMapper to use in EL evaluation/creation.
- setFuture(CompletableFuture<T>) - Static method in class jakarta.enterprise.concurrent.Asynchronous.Result
-
Before invoking the asynchronous method implementation on a thread, the Jakarta EE Product Provider invokes this method to make available to the asynchronous method implementation the same
CompletableFuture
that the Jakarta EE Product Provider returns to the caller. - setGenericType(Type) - Method in interface jakarta.ws.rs.ext.InterceptorContext
-
Update type of the object to be produced or written.
- setGlobalOnly(boolean) - Method in class jakarta.faces.component.UIMessages
-
Set the flag indicating whether only global messages (that is, messages with no associated client identifier) should be rendered.
- setGroup(String) - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
-
Set the value of the
group
property. - setGroup(String) - Method in class jakarta.faces.component.UISelectOne
-
Sets the name of the radio button group.
- setGroupingUsed(boolean) - Method in class jakarta.faces.convert.NumberConverter
-
Set the flag indicating whether
getAsString()
should include grouping separators if necessary. - setHeader(UIComponent) - Method in class jakarta.faces.component.UIColumn
-
Set the header facet of the column.
- setHeader(UIComponent) - Method in class jakarta.faces.component.UIData
-
Set the header facet of this component.
- setHeader(String, String) - Method in interface jakarta.servlet.http.HttpServletResponse
-
Sets a response header with the given name and value.
- setHeader(String, String) - Method in class jakarta.servlet.http.HttpServletResponseWrapper
-
The default behavior of this method is to return setHeader(String name, String value) on the wrapped response object.
- setHeader(String, String) - Method in interface jakarta.servlet.http.PushBuilder
-
Set a request header to be used for the push.
- setHeaderClass(String) - Method in class jakarta.faces.component.html.HtmlColumn
-
Set the value of the
headerClass
property. - setHeaderClass(String) - Method in class jakarta.faces.component.html.HtmlDataTable
-
Set the value of the
headerClass
property. - setHeaderClass(String) - Method in class jakarta.faces.component.html.HtmlPanelGrid
-
Set the value of the
headerClass
property. - setHeight(String) - Method in class jakarta.faces.component.html.HtmlGraphicImage
-
Set the value of the
height
property. - setHint(String, Object) - Method in interface jakarta.persistence.Query
-
Set a query property or hint.
- setHint(String, Object) - Method in interface jakarta.persistence.StoredProcedureQuery
-
Set a query property or hint.
- setHint(String, Object) - Method in interface jakarta.persistence.TypedQuery
-
Set a query property or hint.
- setHreflang(String) - Method in class jakarta.faces.component.html.HtmlCommandLink
-
Set the value of the
hreflang
property. - setHreflang(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
-
Set the value of the
hreflang
property. - setHreflang(String) - Method in class jakarta.faces.component.html.HtmlOutputLink
-
Set the value of the
hreflang
property. - setHttpOnly(boolean) - Method in class jakarta.servlet.http.Cookie
-
Marks or unmarks this Cookie as HttpOnly.
- setHttpOnly(boolean) - Method in interface jakarta.servlet.SessionCookieConfig
-
Marks or unmarks the session tracking cookies created on behalf of the application represented by the ServletContext from which this SessionCookieConfig was acquired as HttpOnly.
- setId(String) - Method in class jakarta.faces.component.UIComponent
-
Set the component identifier of this
UIComponent
(if any). - setId(String) - Method in class jakarta.faces.component.UIComponentBase
- setId(String) - Method in class jakarta.servlet.jsp.tagext.TagSupport
-
Set the id attribute for this tag.
- setImage(String) - Method in class jakarta.faces.component.html.HtmlCommandButton
-
Set the value of the
image
property. - setImage(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
-
Set the value of the
image
property. - setImmediate(boolean) - Method in interface jakarta.faces.component.ActionSource
-
Set the "immediate execution" flag for this
UIComponent
. - setImmediate(boolean) - Method in class jakarta.faces.component.behavior.AjaxBehavior
-
Sets the immediate status of this behavior.
- setImmediate(boolean) - Method in interface jakarta.faces.component.EditableValueHolder
-
Set the "immediate" state for this component.
- setImmediate(boolean) - Method in class jakarta.faces.component.UICommand
- setImmediate(boolean) - Method in class jakarta.faces.component.UIInput
- setImmediate(boolean) - Method in class jakarta.faces.component.UIViewAction
-
Set the "immediate execution" flag for this
UIComponent
. - setIncludeViewParams(boolean) - Method in class jakarta.faces.component.UIOutcomeTarget
-
Set whether or not the page parameters should be encoded into the target url.
- setInfo(Serializable) - Method in class jakarta.ejb.TimerConfig
-
Set the
info
object made available to timer callbacks. - setInfoClass(String) - Method in class jakarta.faces.component.html.HtmlMessage
-
Set the value of the
infoClass
property. - setInfoClass(String) - Method in class jakarta.faces.component.html.HtmlMessages
-
Set the value of the
infoClass
property. - setInfoStyle(String) - Method in class jakarta.faces.component.html.HtmlMessage
-
Set the value of the
infoStyle
property. - setInfoStyle(String) - Method in class jakarta.faces.component.html.HtmlMessages
-
Set the value of the
infoStyle
property. - setInitParameter(String, String) - Method in interface jakarta.servlet.Registration
-
Sets the initialization parameter with the given name and value on the Servlet or Filter that is represented by this Registration.
- setInitParameter(String, String) - Method in interface jakarta.servlet.ServletContext
-
Sets the context initialization parameter with the given name and value on this ServletContext.
- setInitParameters(Map<String, Object>) - Method in class jakarta.servlet.jsp.jstl.tlv.ScriptFreeTLV
-
Sets the values of the initialization parameters, as supplied in the TLD.
- setInitParameters(Map<String, Object>) - Method in class jakarta.servlet.jsp.tagext.TagLibraryValidator
-
Set the init data in the TLD for this validator.
- setInitParameters(Map<String, String>) - Method in interface jakarta.servlet.Registration
-
Sets the given initialization parameters on the Servlet or Filter that is represented by this Registration.
- setInjectionPoint(InjectionPoint) - Method in interface jakarta.enterprise.inject.spi.ProcessInjectionPoint
-
Replaces the InjectionPoint.
- setInjectionTarget(InjectionTarget<X>) - Method in interface jakarta.enterprise.inject.spi.ProcessInjectionTarget
-
Replaces the
InjectionTarget
which performs injection for this target. - setInputStream(InputStream) - Method in interface jakarta.ws.rs.ext.ReaderInterceptorContext
-
Set the input stream of the object to be read.
- setInstance(RuntimeDelegate) - Static method in class jakarta.ws.rs.ext.RuntimeDelegate
-
Set the runtime delegate that will be used by JAX-RS classes.
- setIntegerOnly(boolean) - Method in class jakarta.faces.convert.NumberConverter
-
Set to
true
if only the integer portion of the given value should be returned fromgetAsObject()
. - setIntHeader(String, int) - Method in interface jakarta.servlet.http.HttpServletResponse
-
Sets a response header with the given name and integer value.
- setIntHeader(String, int) - Method in class jakarta.servlet.http.HttpServletResponseWrapper
-
The default behavior of this method is to call setIntHeader(String name, int value) on the wrapped response object.
- setInView(boolean) - Method in class jakarta.faces.component.UIComponent
-
Updates the status as to whether or not this component is currently within the view hierarchy.
- setInView(boolean) - Method in class jakarta.faces.component.UIViewRoot
-
Overridden to take no action.
- setIsmap(boolean) - Method in class jakarta.faces.component.html.HtmlGraphicImage
-
Set the value of the
ismap
property. - setItemDescription(String) - Method in class jakarta.faces.component.UISelectItem
-
Set the description for this selection item.
- setItemDisabled(boolean) - Method in class jakarta.faces.component.UISelectItem
-
Set the disabled value for this selection item.
- setItemEscaped(boolean) - Method in class jakarta.faces.component.UISelectItem
-
Set the escape value for the label of this selection item.
- setItemLabel(String) - Method in class jakarta.faces.component.UISelectItem
-
Set the localized label for this selection item.
- setItemValue(Object) - Method in class jakarta.faces.component.UISelectItem
-
Set the server value for this selection item.
- SetJoin<Z,E> - Interface in jakarta.persistence.criteria
-
The
SetJoin
interface is the type of the result of joining to a collection over an association or element collection that has been specified as ajava.util.Set
. - setJspBody(JspFragment) - Method in interface jakarta.servlet.jsp.tagext.SimpleTag
-
Provides the body of this tag as a JspFragment object, able to be invoked zero or more times by the tag handler.
- setJspBody(JspFragment) - Method in class jakarta.servlet.jsp.tagext.SimpleTagSupport
-
Stores the provided JspFragment.
- setJspContext(JspContext) - Method in interface jakarta.servlet.jsp.tagext.SimpleTag
-
Called by the container to provide this tag handler with the
JspContext
for this invocation. - setJspContext(JspContext) - Method in class jakarta.servlet.jsp.tagext.SimpleTagSupport
-
Stores the provided JSP context in the private jspContext field.
- setJspId(String) - Method in interface jakarta.servlet.jsp.tagext.JspIdConsumer
-
Called by the container generated code to set a value for the jspId attribute.
- setKeepMessages(boolean) - Method in class jakarta.faces.context.Flash
-
Setter for
keepMessages
JavaBeans property. - setKeepMessages(boolean) - Method in class jakarta.faces.context.FlashWrapper
-
The default behavior of this method is to call
Flash.setKeepMessages(boolean)
on the wrappedFlash
object. - setKey(PrivateKey, Certificate[]) - Method in class jakarta.security.auth.message.callback.PrivateKeyCallback
-
Used by the CallbackHandler to set the requested private key and the corresponding certificate chain within the Callback.
- setKey(SecretKey) - Method in class jakarta.security.auth.message.callback.SecretKeyCallback
-
Used by the CallbackHandler to set the requested secret key within the Callback.
- setKeywordResolved(boolean) - Method in class jakarta.faces.component.search.SearchKeywordContext
-
Sets if the keyword was resolved.
- setLabel(String) - Method in class jakarta.faces.component.html.HtmlCommandButton
-
Set the value of the
label
property. - setLabel(String) - Method in class jakarta.faces.component.html.HtmlInputFile
-
Set the value of the
label
property. - setLabel(String) - Method in class jakarta.faces.component.html.HtmlInputSecret
-
Set the value of the
label
property. - setLabel(String) - Method in class jakarta.faces.component.html.HtmlInputText
-
Set the value of the
label
property. - setLabel(String) - Method in class jakarta.faces.component.html.HtmlInputTextarea
-
Set the value of the
label
property. - setLabel(String) - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
-
Set the value of the
label
property. - setLabel(String) - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
-
Set the value of the
label
property. - setLabel(String) - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
-
Set the value of the
label
property. - setLabel(String) - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
-
Set the value of the
label
property. - setLabel(String) - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
-
Set the value of the
label
property. - setLabel(String) - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
-
Set the value of the
label
property. - setLabel(String) - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
-
Set the value of the
label
property. - setLabel(String) - Method in class jakarta.faces.model.SelectItem
-
Set the label of this item, to be rendered visibly for the user.
- setLang(String) - Method in class jakarta.faces.component.html.HtmlBody
-
Set the value of the
lang
property. - setLang(String) - Method in class jakarta.faces.component.html.HtmlCommandButton
-
Set the value of the
lang
property. - setLang(String) - Method in class jakarta.faces.component.html.HtmlCommandLink
-
Set the value of the
lang
property. - setLang(String) - Method in class jakarta.faces.component.html.HtmlDataTable
-
Set the value of the
lang
property. - setLang(String) - Method in class jakarta.faces.component.html.HtmlForm
-
Set the value of the
lang
property. - setLang(String) - Method in class jakarta.faces.component.html.HtmlGraphicImage
-
Set the value of the
lang
property. - setLang(String) - Method in class jakarta.faces.component.html.HtmlHead
-
Set the value of the
lang
property. - setLang(String) - Method in class jakarta.faces.component.html.HtmlInputFile
-
Set the value of the
lang
property. - setLang(String) - Method in class jakarta.faces.component.html.HtmlInputSecret
-
Set the value of the
lang
property. - setLang(String) - Method in class jakarta.faces.component.html.HtmlInputText
-
Set the value of the
lang
property. - setLang(String) - Method in class jakarta.faces.component.html.HtmlInputTextarea
-
Set the value of the
lang
property. - setLang(String) - Method in class jakarta.faces.component.html.HtmlMessage
-
Set the value of the
lang
property. - setLang(String) - Method in class jakarta.faces.component.html.HtmlMessages
-
Set the value of the
lang
property. - setLang(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
-
Set the value of the
lang
property. - setLang(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
-
Set the value of the
lang
property. - setLang(String) - Method in class jakarta.faces.component.html.HtmlOutputFormat
-
Set the value of the
lang
property. - setLang(String) - Method in class jakarta.faces.component.html.HtmlOutputLabel
-
Set the value of the
lang
property. - setLang(String) - Method in class jakarta.faces.component.html.HtmlOutputLink
-
Set the value of the
lang
property. - setLang(String) - Method in class jakarta.faces.component.html.HtmlOutputText
-
Set the value of the
lang
property. - setLang(String) - Method in class jakarta.faces.component.html.HtmlPanelGrid
-
Set the value of the
lang
property. - setLang(String) - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
-
Set the value of the
lang
property. - setLang(String) - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
-
Set the value of the
lang
property. - setLang(String) - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
-
Set the value of the
lang
property. - setLang(String) - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
-
Set the value of the
lang
property. - setLang(String) - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
-
Set the value of the
lang
property. - setLang(String) - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
-
Set the value of the
lang
property. - setLang(String) - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
-
Set the value of the
lang
property. - setLayout(String) - Method in class jakarta.faces.component.html.HtmlMessages
-
Set the value of the
layout
property. - setLayout(String) - Method in class jakarta.faces.component.html.HtmlPanelGroup
-
Set the value of the
layout
property. - setLayout(String) - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
-
Set the value of the
layout
property. - setLayout(String) - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
-
Set the value of the
layout
property. - setLibraryName(String) - Method in class jakarta.faces.application.Resource
-
Set the libraryName for this resource.
- setLibraryName(String) - Method in class jakarta.faces.application.ResourceWrapper
-
The default behavior of this method is to call
Resource.setLibraryName(String)
on the wrappedResourceHandler
object. - setLoadOnStartup(int) - Method in interface jakarta.servlet.ServletRegistration.Dynamic
-
Sets the
loadOnStartup
priority on the Servlet represented by this dynamic ServletRegistration. - setLocale(Locale) - Method in class jakarta.el.ELContext
-
Sets the
Locale
for this instance. - setLocale(Locale) - Method in class jakarta.faces.component.UIViewRoot
-
Set the
Locale
to be used in localizing the response being created for this view. - setLocale(Locale) - Method in class jakarta.faces.convert.DateTimeConverter
-
Set the
Locale
to be used when parsing or formatting dates and times. - setLocale(Locale) - Method in class jakarta.faces.convert.NumberConverter
-
Set the
Locale
to be used when parsing numbers. - setLocale(Locale) - Method in interface jakarta.servlet.ServletResponse
-
Sets the locale of the response, if the response has not been committed yet.
- setLocale(Locale) - Method in class jakarta.servlet.ServletResponseWrapper
-
The default behavior of this method is to call setLocale(Locale loc) on the wrapped response object.
- setLocalValueSet(boolean) - Method in interface jakarta.faces.component.EditableValueHolder
-
Sets the "local value set" state for this component.
- setLocalValueSet(boolean) - Method in class jakarta.faces.component.UIInput
-
Sets the "local value set" state for this component.
- setLockMode(LockModeType) - Method in interface jakarta.persistence.Query
-
Set the lock mode type to be used for the query execution.
- setLockMode(LockModeType) - Method in interface jakarta.persistence.TypedQuery
-
Set the lock mode type to be used for the query execution.
- setLongdesc(String) - Method in class jakarta.faces.component.html.HtmlGraphicImage
-
Set the value of the
longdesc
property. - setMaxAge(int) - Method in class jakarta.servlet.http.Cookie
-
Sets the maximum age in seconds for this Cookie.
- setMaxAge(int) - Method in interface jakarta.servlet.SessionCookieConfig
-
Sets the lifetime (in seconds) for the session tracking cookies created on behalf of the application represented by the ServletContext from which this SessionCookieConfig was acquired.
- setMaxAge(int) - Method in class jakarta.ws.rs.core.CacheControl
-
Corresponds to the max-age cache control directive.
- setMaxBinaryMessageBufferSize(int) - Method in interface jakarta.websocket.Session
-
Sets the maximum length of incoming binary messages that this Session can buffer.
- setMaxFractionDigits(int) - Method in class jakarta.faces.convert.NumberConverter
-
Set the maximum number of digits
getAsString()
should render in the fraction portion of the result. - setMaxIdleTimeout(long) - Method in interface jakarta.websocket.Session
-
Set the number of milliseconds before this session will be closed by the container if it is inactive, i.e.
- setMaximum(double) - Method in class jakarta.faces.validator.DoubleRangeValidator
-
Set the maximum value to be enforced by this
Validator
. - setMaximum(int) - Method in class jakarta.faces.validator.LengthValidator
-
Set the maximum length to be enforced by this
Validator
. - setMaximum(long) - Method in class jakarta.faces.validator.LongRangeValidator
-
Set the maximum value to be enforced by this
Validator
. - setMaxInactiveInterval(int) - Method in interface jakarta.servlet.http.HttpSession
-
Specifies the time, in seconds, between client requests before the servlet container will invalidate this session.
- setMaxIntegerDigits(int) - Method in class jakarta.faces.convert.NumberConverter
-
Set the maximum number of digits
getAsString()
should render in the integer portion of the result. - setMaxlength(int) - Method in class jakarta.faces.component.html.HtmlInputFile
-
Deprecated, for removal: This API element is subject to removal in a future version.This attribute is actually not specified in HTML. Do not use it on this component.
- setMaxlength(int) - Method in class jakarta.faces.component.html.HtmlInputSecret
-
Set the value of the
maxlength
property. - setMaxlength(int) - Method in class jakarta.faces.component.html.HtmlInputText
-
Set the value of the
maxlength
property. - setMaxResults(int) - Method in interface jakarta.persistence.Query
-
Set the maximum number of results to retrieve.
- setMaxResults(int) - Method in interface jakarta.persistence.TypedQuery
-
Set the maximum number of results to retrieve.
- setMaxTextMessageBufferSize(int) - Method in interface jakarta.websocket.Session
-
Sets the maximum length of incoming text messages that this Session can buffer.
- setMediaType(MediaType) - Method in interface jakarta.ws.rs.ext.InterceptorContext
-
Update media type of HTTP entity.
- setMessageBundle(String) - Method in class jakarta.faces.application.Application
-
Set the fully qualified class name of the
ResourceBundle
to be used for Jakarta Faces messages for this application. - setMessageBundle(String) - Method in class jakarta.faces.application.ApplicationWrapper
-
The default behavior of this method is to call
Application.setMessageBundle(String)
on the wrappedApplication
object. - setMessageDrivenContext(MessageDrivenContext) - Method in interface jakarta.ejb.MessageDrivenBean
-
Set the associated message-driven context.
- setMethod(String) - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Set the request method.
- setMethod(String) - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Set the request method.
- setMinFractionDigits(int) - Method in class jakarta.faces.convert.NumberConverter
-
Set the minimum number of digits
getAsString()
should render in the fraction portion of the result. - setMinimum(double) - Method in class jakarta.faces.validator.DoubleRangeValidator
-
Set the minimum value to be enforced by this
Validator
. - setMinimum(int) - Method in class jakarta.faces.validator.LengthValidator
-
Set the minimum length to be enforced by this
Validator
. - setMinimum(long) - Method in class jakarta.faces.validator.LongRangeValidator
-
Set the minimum value to be enforced by this
Validator
. - setMinIntegerDigits(int) - Method in class jakarta.faces.convert.NumberConverter
-
Set the minimum number of digits
getAsString()
should render in the integer portion of the result. - setMultipartConfig(MultipartConfigElement) - Method in interface jakarta.servlet.ServletRegistration.Dynamic
-
Sets the
MultipartConfigElement
to be applied to the mappings defined for thisServletRegistration
. - setMultiple(boolean) - Method in class jakarta.faces.component.html.HtmlInputFile
-
Set the value of the
multiple
property. - setMustRevalidate(boolean) - Method in class jakarta.ws.rs.core.CacheControl
-
Corresponds to the must-revalidate cache control directive.
- setName(String) - Method in class jakarta.faces.component.html.HtmlCommandScript
-
Set the value of the
name
property. - setName(String) - Method in class jakarta.faces.component.UIParameter
-
Set the optional parameter name for this parameter.
- setName(String) - Method in class jakarta.faces.component.UIViewParameter
-
Set the request parameter name from which the value is retrieved.
- setName(String) - Method in interface jakarta.servlet.SessionCookieConfig
-
Sets the name that will be assigned to any session tracking cookies created on behalf of the application represented by the ServletContext from which this SessionCookieConfig was acquired.
- setNavigationHandler(NavigationHandler) - Method in class jakarta.faces.application.Application
-
Set the
NavigationHandler
instance that will be passed the outcome returned by any invoked application action for this web application. - setNavigationHandler(NavigationHandler) - Method in class jakarta.faces.application.ApplicationWrapper
-
The default behavior of this method is to call
Application.setNavigationHandler(NavigationHandler)
on the wrappedApplication
object. - setNewAuthentication(boolean) - Method in class jakarta.security.enterprise.authentication.mechanism.http.AuthenticationParameters
-
Sets whether a new authentication dialog is required.
- setNoCache(boolean) - Method in class jakarta.ws.rs.core.CacheControl
-
Corresponds to the no-cache cache control directive.
- setNoSelectionOption(boolean) - Method in class jakarta.faces.component.UISelectItem
-
Set the value of the
noSelectionOption
property. - setNoSelectionOption(boolean) - Method in class jakarta.faces.model.SelectItem
-
Set the value of the
noSelectionOption
property. - setNoStore(boolean) - Method in class jakarta.ws.rs.core.CacheControl
-
Corresponds to the no-store cache control directive.
- setNoTransform(boolean) - Method in class jakarta.ws.rs.core.CacheControl
-
Corresponds to the no-transform cache control directive.
- setNull(int) - Method in interface jakarta.json.JsonArrayBuilder
-
Replaces a value in the array with a
JsonValue.NULL
value at the specified position. - setObserverMethod(ObserverMethod<T>) - Method in interface jakarta.enterprise.inject.spi.ProcessObserverMethod
-
Replaces the
ObserverMethod
. - setOnblur(String) - Method in class jakarta.faces.component.html.HtmlCommandButton
-
Set the value of the
onblur
property. - setOnblur(String) - Method in class jakarta.faces.component.html.HtmlCommandLink
-
Set the value of the
onblur
property. - setOnblur(String) - Method in class jakarta.faces.component.html.HtmlInputFile
-
Set the value of the
onblur
property. - setOnblur(String) - Method in class jakarta.faces.component.html.HtmlInputSecret
-
Set the value of the
onblur
property. - setOnblur(String) - Method in class jakarta.faces.component.html.HtmlInputText
-
Set the value of the
onblur
property. - setOnblur(String) - Method in class jakarta.faces.component.html.HtmlInputTextarea
-
Set the value of the
onblur
property. - setOnblur(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
-
Set the value of the
onblur
property. - setOnblur(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
-
Set the value of the
onblur
property. - setOnblur(String) - Method in class jakarta.faces.component.html.HtmlOutputLabel
-
Set the value of the
onblur
property. - setOnblur(String) - Method in class jakarta.faces.component.html.HtmlOutputLink
-
Set the value of the
onblur
property. - setOnblur(String) - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
-
Set the value of the
onblur
property. - setOnblur(String) - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
-
Set the value of the
onblur
property. - setOnblur(String) - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
-
Set the value of the
onblur
property. - setOnblur(String) - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
-
Set the value of the
onblur
property. - setOnblur(String) - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
-
Set the value of the
onblur
property. - setOnblur(String) - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
-
Set the value of the
onblur
property. - setOnblur(String) - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
-
Set the value of the
onblur
property. - setOnchange(String) - Method in class jakarta.faces.component.html.HtmlCommandButton
-
Set the value of the
onchange
property. - setOnchange(String) - Method in class jakarta.faces.component.html.HtmlInputFile
-
Set the value of the
onchange
property. - setOnchange(String) - Method in class jakarta.faces.component.html.HtmlInputSecret
-
Set the value of the
onchange
property. - setOnchange(String) - Method in class jakarta.faces.component.html.HtmlInputText
-
Set the value of the
onchange
property. - setOnchange(String) - Method in class jakarta.faces.component.html.HtmlInputTextarea
-
Set the value of the
onchange
property. - setOnchange(String) - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
-
Set the value of the
onchange
property. - setOnchange(String) - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
-
Set the value of the
onchange
property. - setOnchange(String) - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
-
Set the value of the
onchange
property. - setOnchange(String) - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
-
Set the value of the
onchange
property. - setOnchange(String) - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
-
Set the value of the
onchange
property. - setOnchange(String) - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
-
Set the value of the
onchange
property. - setOnchange(String) - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
-
Set the value of the
onchange
property. - setOnclick(String) - Method in class jakarta.faces.component.html.HtmlBody
-
Set the value of the
onclick
property. - setOnclick(String) - Method in class jakarta.faces.component.html.HtmlCommandButton
-
Set the value of the
onclick
property. - setOnclick(String) - Method in class jakarta.faces.component.html.HtmlCommandLink
-
Set the value of the
onclick
property. - setOnclick(String) - Method in class jakarta.faces.component.html.HtmlDataTable
-
Set the value of the
onclick
property. - setOnclick(String) - Method in class jakarta.faces.component.html.HtmlForm
-
Set the value of the
onclick
property. - setOnclick(String) - Method in class jakarta.faces.component.html.HtmlGraphicImage
-
Set the value of the
onclick
property. - setOnclick(String) - Method in class jakarta.faces.component.html.HtmlInputFile
-
Set the value of the
onclick
property. - setOnclick(String) - Method in class jakarta.faces.component.html.HtmlInputSecret
-
Set the value of the
onclick
property. - setOnclick(String) - Method in class jakarta.faces.component.html.HtmlInputText
-
Set the value of the
onclick
property. - setOnclick(String) - Method in class jakarta.faces.component.html.HtmlInputTextarea
-
Set the value of the
onclick
property. - setOnclick(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
-
Set the value of the
onclick
property. - setOnclick(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
-
Set the value of the
onclick
property. - setOnclick(String) - Method in class jakarta.faces.component.html.HtmlOutputLabel
-
Set the value of the
onclick
property. - setOnclick(String) - Method in class jakarta.faces.component.html.HtmlOutputLink
-
Set the value of the
onclick
property. - setOnclick(String) - Method in class jakarta.faces.component.html.HtmlPanelGrid
-
Set the value of the
onclick
property. - setOnclick(String) - Method in class jakarta.faces.component.html.HtmlPanelGroup
-
Set the value of the
onclick
property. - setOnclick(String) - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
-
Set the value of the
onclick
property. - setOnclick(String) - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
-
Set the value of the
onclick
property. - setOnclick(String) - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
-
Set the value of the
onclick
property. - setOnclick(String) - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
-
Set the value of the
onclick
property. - setOnclick(String) - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
-
Set the value of the
onclick
property. - setOnclick(String) - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
-
Set the value of the
onclick
property. - setOnclick(String) - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
-
Set the value of the
onclick
property. - setOnclose(String) - Method in class jakarta.faces.component.UIWebsocket
-
Sets the JavaScript event handler function that is invoked when the websocket is closed and will not anymore attempt to reconnect.
- setOndblclick(String) - Method in class jakarta.faces.component.html.HtmlBody
-
Set the value of the
ondblclick
property. - setOndblclick(String) - Method in class jakarta.faces.component.html.HtmlCommandButton
-
Set the value of the
ondblclick
property. - setOndblclick(String) - Method in class jakarta.faces.component.html.HtmlCommandLink
-
Set the value of the
ondblclick
property. - setOndblclick(String) - Method in class jakarta.faces.component.html.HtmlDataTable
-
Set the value of the
ondblclick
property. - setOndblclick(String) - Method in class jakarta.faces.component.html.HtmlForm
-
Set the value of the
ondblclick
property. - setOndblclick(String) - Method in class jakarta.faces.component.html.HtmlGraphicImage
-
Set the value of the
ondblclick
property. - setOndblclick(String) - Method in class jakarta.faces.component.html.HtmlInputFile
-
Set the value of the
ondblclick
property. - setOndblclick(String) - Method in class jakarta.faces.component.html.HtmlInputSecret
-
Set the value of the
ondblclick
property. - setOndblclick(String) - Method in class jakarta.faces.component.html.HtmlInputText
-
Set the value of the
ondblclick
property. - setOndblclick(String) - Method in class jakarta.faces.component.html.HtmlInputTextarea
-
Set the value of the
ondblclick
property. - setOndblclick(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
-
Set the value of the
ondblclick
property. - setOndblclick(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
-
Set the value of the
ondblclick
property. - setOndblclick(String) - Method in class jakarta.faces.component.html.HtmlOutputLabel
-
Set the value of the
ondblclick
property. - setOndblclick(String) - Method in class jakarta.faces.component.html.HtmlOutputLink
-
Set the value of the
ondblclick
property. - setOndblclick(String) - Method in class jakarta.faces.component.html.HtmlPanelGrid
-
Set the value of the
ondblclick
property. - setOndblclick(String) - Method in class jakarta.faces.component.html.HtmlPanelGroup
-
Set the value of the
ondblclick
property. - setOndblclick(String) - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
-
Set the value of the
ondblclick
property. - setOndblclick(String) - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
-
Set the value of the
ondblclick
property. - setOndblclick(String) - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
-
Set the value of the
ondblclick
property. - setOndblclick(String) - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
-
Set the value of the
ondblclick
property. - setOndblclick(String) - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
-
Set the value of the
ondblclick
property. - setOndblclick(String) - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
-
Set the value of the
ondblclick
property. - setOndblclick(String) - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
-
Set the value of the
ondblclick
property. - setOnerror(String) - Method in class jakarta.faces.component.behavior.AjaxBehavior
-
Sets the JavaScript function name that will be used to identify the client callback function that should be run in the event of an error.
- setOnerror(String) - Method in class jakarta.faces.component.html.HtmlCommandScript
-
Set the value of the
onerror
property. - setOnerror(String) - Method in class jakarta.faces.component.UIWebsocket
-
Sets the JavaScript event handler function that is invoked when a connection error has occurred and the websocket will attempt to reconnect.
- setOnevent(String) - Method in class jakarta.faces.component.behavior.AjaxBehavior
-
Sets the JavaScript function name that will be used to identify the client callback function that should be run in response to event activity.
- setOnevent(String) - Method in class jakarta.faces.component.html.HtmlCommandScript
-
Set the value of the
onevent
property. - setOnfocus(String) - Method in class jakarta.faces.component.html.HtmlCommandButton
-
Set the value of the
onfocus
property. - setOnfocus(String) - Method in class jakarta.faces.component.html.HtmlCommandLink
-
Set the value of the
onfocus
property. - setOnfocus(String) - Method in class jakarta.faces.component.html.HtmlInputFile
-
Set the value of the
onfocus
property. - setOnfocus(String) - Method in class jakarta.faces.component.html.HtmlInputSecret
-
Set the value of the
onfocus
property. - setOnfocus(String) - Method in class jakarta.faces.component.html.HtmlInputText
-
Set the value of the
onfocus
property. - setOnfocus(String) - Method in class jakarta.faces.component.html.HtmlInputTextarea
-
Set the value of the
onfocus
property. - setOnfocus(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
-
Set the value of the
onfocus
property. - setOnfocus(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
-
Set the value of the
onfocus
property. - setOnfocus(String) - Method in class jakarta.faces.component.html.HtmlOutputLabel
-
Set the value of the
onfocus
property. - setOnfocus(String) - Method in class jakarta.faces.component.html.HtmlOutputLink
-
Set the value of the
onfocus
property. - setOnfocus(String) - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
-
Set the value of the
onfocus
property. - setOnfocus(String) - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
-
Set the value of the
onfocus
property. - setOnfocus(String) - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
-
Set the value of the
onfocus
property. - setOnfocus(String) - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
-
Set the value of the
onfocus
property. - setOnfocus(String) - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
-
Set the value of the
onfocus
property. - setOnfocus(String) - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
-
Set the value of the
onfocus
property. - setOnfocus(String) - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
-
Set the value of the
onfocus
property. - setOnkeydown(String) - Method in class jakarta.faces.component.html.HtmlBody
-
Set the value of the
onkeydown
property. - setOnkeydown(String) - Method in class jakarta.faces.component.html.HtmlCommandButton
-
Set the value of the
onkeydown
property. - setOnkeydown(String) - Method in class jakarta.faces.component.html.HtmlCommandLink
-
Set the value of the
onkeydown
property. - setOnkeydown(String) - Method in class jakarta.faces.component.html.HtmlDataTable
-
Set the value of the
onkeydown
property. - setOnkeydown(String) - Method in class jakarta.faces.component.html.HtmlForm
-
Set the value of the
onkeydown
property. - setOnkeydown(String) - Method in class jakarta.faces.component.html.HtmlGraphicImage
-
Set the value of the
onkeydown
property. - setOnkeydown(String) - Method in class jakarta.faces.component.html.HtmlInputFile
-
Set the value of the
onkeydown
property. - setOnkeydown(String) - Method in class jakarta.faces.component.html.HtmlInputSecret
-
Set the value of the
onkeydown
property. - setOnkeydown(String) - Method in class jakarta.faces.component.html.HtmlInputText
-
Set the value of the
onkeydown
property. - setOnkeydown(String) - Method in class jakarta.faces.component.html.HtmlInputTextarea
-
Set the value of the
onkeydown
property. - setOnkeydown(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
-
Set the value of the
onkeydown
property. - setOnkeydown(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
-
Set the value of the
onkeydown
property. - setOnkeydown(String) - Method in class jakarta.faces.component.html.HtmlOutputLabel
-
Set the value of the
onkeydown
property. - setOnkeydown(String) - Method in class jakarta.faces.component.html.HtmlOutputLink
-
Set the value of the
onkeydown
property. - setOnkeydown(String) - Method in class jakarta.faces.component.html.HtmlPanelGrid
-
Set the value of the
onkeydown
property. - setOnkeydown(String) - Method in class jakarta.faces.component.html.HtmlPanelGroup
-
Set the value of the
onkeydown
property. - setOnkeydown(String) - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
-
Set the value of the
onkeydown
property. - setOnkeydown(String) - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
-
Set the value of the
onkeydown
property. - setOnkeydown(String) - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
-
Set the value of the
onkeydown
property. - setOnkeydown(String) - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
-
Set the value of the
onkeydown
property. - setOnkeydown(String) - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
-
Set the value of the
onkeydown
property. - setOnkeydown(String) - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
-
Set the value of the
onkeydown
property. - setOnkeydown(String) - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
-
Set the value of the
onkeydown
property. - setOnkeypress(String) - Method in class jakarta.faces.component.html.HtmlBody
-
Set the value of the
onkeypress
property. - setOnkeypress(String) - Method in class jakarta.faces.component.html.HtmlCommandButton
-
Set the value of the
onkeypress
property. - setOnkeypress(String) - Method in class jakarta.faces.component.html.HtmlCommandLink
-
Set the value of the
onkeypress
property. - setOnkeypress(String) - Method in class jakarta.faces.component.html.HtmlDataTable
-
Set the value of the
onkeypress
property. - setOnkeypress(String) - Method in class jakarta.faces.component.html.HtmlForm
-
Set the value of the
onkeypress
property. - setOnkeypress(String) - Method in class jakarta.faces.component.html.HtmlGraphicImage
-
Set the value of the
onkeypress
property. - setOnkeypress(String) - Method in class jakarta.faces.component.html.HtmlInputFile
-
Set the value of the
onkeypress
property. - setOnkeypress(String) - Method in class jakarta.faces.component.html.HtmlInputSecret
-
Set the value of the
onkeypress
property. - setOnkeypress(String) - Method in class jakarta.faces.component.html.HtmlInputText
-
Set the value of the
onkeypress
property. - setOnkeypress(String) - Method in class jakarta.faces.component.html.HtmlInputTextarea
-
Set the value of the
onkeypress
property. - setOnkeypress(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
-
Set the value of the
onkeypress
property. - setOnkeypress(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
-
Set the value of the
onkeypress
property. - setOnkeypress(String) - Method in class jakarta.faces.component.html.HtmlOutputLabel
-
Set the value of the
onkeypress
property. - setOnkeypress(String) - Method in class jakarta.faces.component.html.HtmlOutputLink
-
Set the value of the
onkeypress
property. - setOnkeypress(String) - Method in class jakarta.faces.component.html.HtmlPanelGrid
-
Set the value of the
onkeypress
property. - setOnkeypress(String) - Method in class jakarta.faces.component.html.HtmlPanelGroup
-
Set the value of the
onkeypress
property. - setOnkeypress(String) - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
-
Set the value of the
onkeypress
property. - setOnkeypress(String) - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
-
Set the value of the
onkeypress
property. - setOnkeypress(String) - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
-
Set the value of the
onkeypress
property. - setOnkeypress(String) - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
-
Set the value of the
onkeypress
property. - setOnkeypress(String) - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
-
Set the value of the
onkeypress
property. - setOnkeypress(String) - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
-
Set the value of the
onkeypress
property. - setOnkeypress(String) - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
-
Set the value of the
onkeypress
property. - setOnkeyup(String) - Method in class jakarta.faces.component.html.HtmlBody
-
Set the value of the
onkeyup
property. - setOnkeyup(String) - Method in class jakarta.faces.component.html.HtmlCommandButton
-
Set the value of the
onkeyup
property. - setOnkeyup(String) - Method in class jakarta.faces.component.html.HtmlCommandLink
-
Set the value of the
onkeyup
property. - setOnkeyup(String) - Method in class jakarta.faces.component.html.HtmlDataTable
-
Set the value of the
onkeyup
property. - setOnkeyup(String) - Method in class jakarta.faces.component.html.HtmlForm
-
Set the value of the
onkeyup
property. - setOnkeyup(String) - Method in class jakarta.faces.component.html.HtmlGraphicImage
-
Set the value of the
onkeyup
property. - setOnkeyup(String) - Method in class jakarta.faces.component.html.HtmlInputFile
-
Set the value of the
onkeyup
property. - setOnkeyup(String) - Method in class jakarta.faces.component.html.HtmlInputSecret
-
Set the value of the
onkeyup
property. - setOnkeyup(String) - Method in class jakarta.faces.component.html.HtmlInputText
-
Set the value of the
onkeyup
property. - setOnkeyup(String) - Method in class jakarta.faces.component.html.HtmlInputTextarea
-
Set the value of the
onkeyup
property. - setOnkeyup(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
-
Set the value of the
onkeyup
property. - setOnkeyup(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
-
Set the value of the
onkeyup
property. - setOnkeyup(String) - Method in class jakarta.faces.component.html.HtmlOutputLabel
-
Set the value of the
onkeyup
property. - setOnkeyup(String) - Method in class jakarta.faces.component.html.HtmlOutputLink
-
Set the value of the
onkeyup
property. - setOnkeyup(String) - Method in class jakarta.faces.component.html.HtmlPanelGrid
-
Set the value of the
onkeyup
property. - setOnkeyup(String) - Method in class jakarta.faces.component.html.HtmlPanelGroup
-
Set the value of the
onkeyup
property. - setOnkeyup(String) - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
-
Set the value of the
onkeyup
property. - setOnkeyup(String) - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
-
Set the value of the
onkeyup
property. - setOnkeyup(String) - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
-
Set the value of the
onkeyup
property. - setOnkeyup(String) - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
-
Set the value of the
onkeyup
property. - setOnkeyup(String) - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
-
Set the value of the
onkeyup
property. - setOnkeyup(String) - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
-
Set the value of the
onkeyup
property. - setOnkeyup(String) - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
-
Set the value of the
onkeyup
property. - setOnload(String) - Method in class jakarta.faces.component.html.HtmlBody
-
Set the value of the
onload
property. - setOnmessage(String) - Method in class jakarta.faces.component.UIWebsocket
-
Sets the JavaScript event handler function that is invoked when a push message is received from the server.
- setOnmousedown(String) - Method in class jakarta.faces.component.html.HtmlBody
-
Set the value of the
onmousedown
property. - setOnmousedown(String) - Method in class jakarta.faces.component.html.HtmlCommandButton
-
Set the value of the
onmousedown
property. - setOnmousedown(String) - Method in class jakarta.faces.component.html.HtmlCommandLink
-
Set the value of the
onmousedown
property. - setOnmousedown(String) - Method in class jakarta.faces.component.html.HtmlDataTable
-
Set the value of the
onmousedown
property. - setOnmousedown(String) - Method in class jakarta.faces.component.html.HtmlForm
-
Set the value of the
onmousedown
property. - setOnmousedown(String) - Method in class jakarta.faces.component.html.HtmlGraphicImage
-
Set the value of the
onmousedown
property. - setOnmousedown(String) - Method in class jakarta.faces.component.html.HtmlInputFile
-
Set the value of the
onmousedown
property. - setOnmousedown(String) - Method in class jakarta.faces.component.html.HtmlInputSecret
-
Set the value of the
onmousedown
property. - setOnmousedown(String) - Method in class jakarta.faces.component.html.HtmlInputText
-
Set the value of the
onmousedown
property. - setOnmousedown(String) - Method in class jakarta.faces.component.html.HtmlInputTextarea
-
Set the value of the
onmousedown
property. - setOnmousedown(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
-
Set the value of the
onmousedown
property. - setOnmousedown(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
-
Set the value of the
onmousedown
property. - setOnmousedown(String) - Method in class jakarta.faces.component.html.HtmlOutputLabel
-
Set the value of the
onmousedown
property. - setOnmousedown(String) - Method in class jakarta.faces.component.html.HtmlOutputLink
-
Set the value of the
onmousedown
property. - setOnmousedown(String) - Method in class jakarta.faces.component.html.HtmlPanelGrid
-
Set the value of the
onmousedown
property. - setOnmousedown(String) - Method in class jakarta.faces.component.html.HtmlPanelGroup
-
Set the value of the
onmousedown
property. - setOnmousedown(String) - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
-
Set the value of the
onmousedown
property. - setOnmousedown(String) - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
-
Set the value of the
onmousedown
property. - setOnmousedown(String) - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
-
Set the value of the
onmousedown
property. - setOnmousedown(String) - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
-
Set the value of the
onmousedown
property. - setOnmousedown(String) - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
-
Set the value of the
onmousedown
property. - setOnmousedown(String) - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
-
Set the value of the
onmousedown
property. - setOnmousedown(String) - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
-
Set the value of the
onmousedown
property. - setOnmousemove(String) - Method in class jakarta.faces.component.html.HtmlBody
-
Set the value of the
onmousemove
property. - setOnmousemove(String) - Method in class jakarta.faces.component.html.HtmlCommandButton
-
Set the value of the
onmousemove
property. - setOnmousemove(String) - Method in class jakarta.faces.component.html.HtmlCommandLink
-
Set the value of the
onmousemove
property. - setOnmousemove(String) - Method in class jakarta.faces.component.html.HtmlDataTable
-
Set the value of the
onmousemove
property. - setOnmousemove(String) - Method in class jakarta.faces.component.html.HtmlForm
-
Set the value of the
onmousemove
property. - setOnmousemove(String) - Method in class jakarta.faces.component.html.HtmlGraphicImage
-
Set the value of the
onmousemove
property. - setOnmousemove(String) - Method in class jakarta.faces.component.html.HtmlInputFile
-
Set the value of the
onmousemove
property. - setOnmousemove(String) - Method in class jakarta.faces.component.html.HtmlInputSecret
-
Set the value of the
onmousemove
property. - setOnmousemove(String) - Method in class jakarta.faces.component.html.HtmlInputText
-
Set the value of the
onmousemove
property. - setOnmousemove(String) - Method in class jakarta.faces.component.html.HtmlInputTextarea
-
Set the value of the
onmousemove
property. - setOnmousemove(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
-
Set the value of the
onmousemove
property. - setOnmousemove(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
-
Set the value of the
onmousemove
property. - setOnmousemove(String) - Method in class jakarta.faces.component.html.HtmlOutputLabel
-
Set the value of the
onmousemove
property. - setOnmousemove(String) - Method in class jakarta.faces.component.html.HtmlOutputLink
-
Set the value of the
onmousemove
property. - setOnmousemove(String) - Method in class jakarta.faces.component.html.HtmlPanelGrid
-
Set the value of the
onmousemove
property. - setOnmousemove(String) - Method in class jakarta.faces.component.html.HtmlPanelGroup
-
Set the value of the
onmousemove
property. - setOnmousemove(String) - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
-
Set the value of the
onmousemove
property. - setOnmousemove(String) - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
-
Set the value of the
onmousemove
property. - setOnmousemove(String) - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
-
Set the value of the
onmousemove
property. - setOnmousemove(String) - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
-
Set the value of the
onmousemove
property. - setOnmousemove(String) - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
-
Set the value of the
onmousemove
property. - setOnmousemove(String) - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
-
Set the value of the
onmousemove
property. - setOnmousemove(String) - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
-
Set the value of the
onmousemove
property. - setOnmouseout(String) - Method in class jakarta.faces.component.html.HtmlBody
-
Set the value of the
onmouseout
property. - setOnmouseout(String) - Method in class jakarta.faces.component.html.HtmlCommandButton
-
Set the value of the
onmouseout
property. - setOnmouseout(String) - Method in class jakarta.faces.component.html.HtmlCommandLink
-
Set the value of the
onmouseout
property. - setOnmouseout(String) - Method in class jakarta.faces.component.html.HtmlDataTable
-
Set the value of the
onmouseout
property. - setOnmouseout(String) - Method in class jakarta.faces.component.html.HtmlForm
-
Set the value of the
onmouseout
property. - setOnmouseout(String) - Method in class jakarta.faces.component.html.HtmlGraphicImage
-
Set the value of the
onmouseout
property. - setOnmouseout(String) - Method in class jakarta.faces.component.html.HtmlInputFile
-
Set the value of the
onmouseout
property. - setOnmouseout(String) - Method in class jakarta.faces.component.html.HtmlInputSecret
-
Set the value of the
onmouseout
property. - setOnmouseout(String) - Method in class jakarta.faces.component.html.HtmlInputText
-
Set the value of the
onmouseout
property. - setOnmouseout(String) - Method in class jakarta.faces.component.html.HtmlInputTextarea
-
Set the value of the
onmouseout
property. - setOnmouseout(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
-
Set the value of the
onmouseout
property. - setOnmouseout(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
-
Set the value of the
onmouseout
property. - setOnmouseout(String) - Method in class jakarta.faces.component.html.HtmlOutputLabel
-
Set the value of the
onmouseout
property. - setOnmouseout(String) - Method in class jakarta.faces.component.html.HtmlOutputLink
-
Set the value of the
onmouseout
property. - setOnmouseout(String) - Method in class jakarta.faces.component.html.HtmlPanelGrid
-
Set the value of the
onmouseout
property. - setOnmouseout(String) - Method in class jakarta.faces.component.html.HtmlPanelGroup
-
Set the value of the
onmouseout
property. - setOnmouseout(String) - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
-
Set the value of the
onmouseout
property. - setOnmouseout(String) - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
-
Set the value of the
onmouseout
property. - setOnmouseout(String) - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
-
Set the value of the
onmouseout
property. - setOnmouseout(String) - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
-
Set the value of the
onmouseout
property. - setOnmouseout(String) - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
-
Set the value of the
onmouseout
property. - setOnmouseout(String) - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
-
Set the value of the
onmouseout
property. - setOnmouseout(String) - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
-
Set the value of the
onmouseout
property. - setOnmouseover(String) - Method in class jakarta.faces.component.html.HtmlBody
-
Set the value of the
onmouseover
property. - setOnmouseover(String) - Method in class jakarta.faces.component.html.HtmlCommandButton
-
Set the value of the
onmouseover
property. - setOnmouseover(String) - Method in class jakarta.faces.component.html.HtmlCommandLink
-
Set the value of the
onmouseover
property. - setOnmouseover(String) - Method in class jakarta.faces.component.html.HtmlDataTable
-
Set the value of the
onmouseover
property. - setOnmouseover(String) - Method in class jakarta.faces.component.html.HtmlForm
-
Set the value of the
onmouseover
property. - setOnmouseover(String) - Method in class jakarta.faces.component.html.HtmlGraphicImage
-
Set the value of the
onmouseover
property. - setOnmouseover(String) - Method in class jakarta.faces.component.html.HtmlInputFile
-
Set the value of the
onmouseover
property. - setOnmouseover(String) - Method in class jakarta.faces.component.html.HtmlInputSecret
-
Set the value of the
onmouseover
property. - setOnmouseover(String) - Method in class jakarta.faces.component.html.HtmlInputText
-
Set the value of the
onmouseover
property. - setOnmouseover(String) - Method in class jakarta.faces.component.html.HtmlInputTextarea
-
Set the value of the
onmouseover
property. - setOnmouseover(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
-
Set the value of the
onmouseover
property. - setOnmouseover(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
-
Set the value of the
onmouseover
property. - setOnmouseover(String) - Method in class jakarta.faces.component.html.HtmlOutputLabel
-
Set the value of the
onmouseover
property. - setOnmouseover(String) - Method in class jakarta.faces.component.html.HtmlOutputLink
-
Set the value of the
onmouseover
property. - setOnmouseover(String) - Method in class jakarta.faces.component.html.HtmlPanelGrid
-
Set the value of the
onmouseover
property. - setOnmouseover(String) - Method in class jakarta.faces.component.html.HtmlPanelGroup
-
Set the value of the
onmouseover
property. - setOnmouseover(String) - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
-
Set the value of the
onmouseover
property. - setOnmouseover(String) - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
-
Set the value of the
onmouseover
property. - setOnmouseover(String) - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
-
Set the value of the
onmouseover
property. - setOnmouseover(String) - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
-
Set the value of the
onmouseover
property. - setOnmouseover(String) - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
-
Set the value of the
onmouseover
property. - setOnmouseover(String) - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
-
Set the value of the
onmouseover
property. - setOnmouseover(String) - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
-
Set the value of the
onmouseover
property. - setOnmouseup(String) - Method in class jakarta.faces.component.html.HtmlBody
-
Set the value of the
onmouseup
property. - setOnmouseup(String) - Method in class jakarta.faces.component.html.HtmlCommandButton
-
Set the value of the
onmouseup
property. - setOnmouseup(String) - Method in class jakarta.faces.component.html.HtmlCommandLink
-
Set the value of the
onmouseup
property. - setOnmouseup(String) - Method in class jakarta.faces.component.html.HtmlDataTable
-
Set the value of the
onmouseup
property. - setOnmouseup(String) - Method in class jakarta.faces.component.html.HtmlForm
-
Set the value of the
onmouseup
property. - setOnmouseup(String) - Method in class jakarta.faces.component.html.HtmlGraphicImage
-
Set the value of the
onmouseup
property. - setOnmouseup(String) - Method in class jakarta.faces.component.html.HtmlInputFile
-
Set the value of the
onmouseup
property. - setOnmouseup(String) - Method in class jakarta.faces.component.html.HtmlInputSecret
-
Set the value of the
onmouseup
property. - setOnmouseup(String) - Method in class jakarta.faces.component.html.HtmlInputText
-
Set the value of the
onmouseup
property. - setOnmouseup(String) - Method in class jakarta.faces.component.html.HtmlInputTextarea
-
Set the value of the
onmouseup
property. - setOnmouseup(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
-
Set the value of the
onmouseup
property. - setOnmouseup(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
-
Set the value of the
onmouseup
property. - setOnmouseup(String) - Method in class jakarta.faces.component.html.HtmlOutputLabel
-
Set the value of the
onmouseup
property. - setOnmouseup(String) - Method in class jakarta.faces.component.html.HtmlOutputLink
-
Set the value of the
onmouseup
property. - setOnmouseup(String) - Method in class jakarta.faces.component.html.HtmlPanelGrid
-
Set the value of the
onmouseup
property. - setOnmouseup(String) - Method in class jakarta.faces.component.html.HtmlPanelGroup
-
Set the value of the
onmouseup
property. - setOnmouseup(String) - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
-
Set the value of the
onmouseup
property. - setOnmouseup(String) - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
-
Set the value of the
onmouseup
property. - setOnmouseup(String) - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
-
Set the value of the
onmouseup
property. - setOnmouseup(String) - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
-
Set the value of the
onmouseup
property. - setOnmouseup(String) - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
-
Set the value of the
onmouseup
property. - setOnmouseup(String) - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
-
Set the value of the
onmouseup
property. - setOnmouseup(String) - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
-
Set the value of the
onmouseup
property. - setOnopen(String) - Method in class jakarta.faces.component.UIWebsocket
-
Sets the JavaScript event handler function that is invoked when the websocket is opened.
- setOnPostback(boolean) - Method in class jakarta.faces.component.UIViewAction
-
Controls whether or not this component operates on postback.
- setOnreset(String) - Method in class jakarta.faces.component.html.HtmlForm
-
Set the value of the
onreset
property. - setOnselect(String) - Method in class jakarta.faces.component.html.HtmlCommandButton
-
Set the value of the
onselect
property. - setOnselect(String) - Method in class jakarta.faces.component.html.HtmlInputFile
-
Set the value of the
onselect
property. - setOnselect(String) - Method in class jakarta.faces.component.html.HtmlInputSecret
-
Set the value of the
onselect
property. - setOnselect(String) - Method in class jakarta.faces.component.html.HtmlInputText
-
Set the value of the
onselect
property. - setOnselect(String) - Method in class jakarta.faces.component.html.HtmlInputTextarea
-
Set the value of the
onselect
property. - setOnselect(String) - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
-
Set the value of the
onselect
property. - setOnselect(String) - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
-
Set the value of the
onselect
property. - setOnselect(String) - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
-
Set the value of the
onselect
property. - setOnsubmit(String) - Method in class jakarta.faces.component.html.HtmlForm
-
Set the value of the
onsubmit
property. - setOnunload(String) - Method in class jakarta.faces.component.html.HtmlBody
-
Set the value of the
onunload
property. - setOutcome(String) - Method in class jakarta.faces.component.UIOutcomeTarget
-
Sets the
outcome
property of theUIOutcomeTarget
. - setOutputStream(OutputStream) - Method in interface jakarta.ws.rs.ext.WriterInterceptorContext
-
Set a new output stream for the object to be written.
- setPageContext(PageContext) - Method in interface jakarta.servlet.jsp.tagext.Tag
-
Set the current page context.
- setPageContext(PageContext) - Method in class jakarta.servlet.jsp.tagext.TagAdapter
-
Must not be called.
- setPageContext(PageContext) - Method in class jakarta.servlet.jsp.tagext.TagSupport
-
Set the page context.
- setParameter(int, Object) - Method in interface jakarta.persistence.Query
-
Bind an argument value to a positional parameter.
- setParameter(int, Object) - Method in interface jakarta.persistence.StoredProcedureQuery
-
Bind an argument value to a positional parameter.
- setParameter(int, Object) - Method in interface jakarta.persistence.TypedQuery
-
Bind an argument value to a positional parameter.
- setParameter(int, Calendar, TemporalType) - Method in interface jakarta.persistence.Query
-
Bind an instance of
java.util.Calendar
to a positional parameter. - setParameter(int, Calendar, TemporalType) - Method in interface jakarta.persistence.StoredProcedureQuery
-
Bind an instance of
java.util.Calendar
to a positional parameter. - setParameter(int, Calendar, TemporalType) - Method in interface jakarta.persistence.TypedQuery
-
Bind an instance of
java.util.Calendar
to a positional parameter. - setParameter(int, Date, TemporalType) - Method in interface jakarta.persistence.Query
-
Bind an instance of
java.util.Date
to a positional parameter. - setParameter(int, Date, TemporalType) - Method in interface jakarta.persistence.StoredProcedureQuery
-
Bind an instance of
java.util.Date
to a positional parameter. - setParameter(int, Date, TemporalType) - Method in interface jakarta.persistence.TypedQuery
-
Bind an instance of
java.util.Date
to a positional parameter. - setParameter(Parameter<Calendar>, Calendar, TemporalType) - Method in interface jakarta.persistence.Query
-
Bind an instance of
java.util.Calendar
to aParameter
object. - setParameter(Parameter<Calendar>, Calendar, TemporalType) - Method in interface jakarta.persistence.StoredProcedureQuery
-
Bind an instance of
java.util.Calendar
to aParameter
object. - setParameter(Parameter<Calendar>, Calendar, TemporalType) - Method in interface jakarta.persistence.TypedQuery
-
Bind an instance of
java.util.Calendar
to aParameter
object. - setParameter(Parameter<Date>, Date, TemporalType) - Method in interface jakarta.persistence.Query
-
Bind an instance of
java.util.Date
to aParameter
object. - setParameter(Parameter<Date>, Date, TemporalType) - Method in interface jakarta.persistence.StoredProcedureQuery
-
Bind an instance of
java.util.Date
to aParameter
object. - setParameter(Parameter<Date>, Date, TemporalType) - Method in interface jakarta.persistence.TypedQuery
-
Bind an instance of
java.util.Date
to aParameter
object. - setParameter(Parameter<T>, T) - Method in interface jakarta.persistence.Query
-
Bind the value of a
Parameter
object. - setParameter(Parameter<T>, T) - Method in interface jakarta.persistence.StoredProcedureQuery
-
Bind the value of a
Parameter
object. - setParameter(Parameter<T>, T) - Method in interface jakarta.persistence.TypedQuery
-
Bind the value of a
Parameter
object. - setParameter(String, Object) - Method in interface jakarta.persistence.Query
-
Bind an argument value to a named parameter.
- setParameter(String, Object) - Method in interface jakarta.persistence.StoredProcedureQuery
-
Bind an argument value to a named parameter.
- setParameter(String, Object) - Method in interface jakarta.persistence.TypedQuery
-
Bind an argument value to a named parameter.
- setParameter(String, Calendar, TemporalType) - Method in interface jakarta.persistence.Query
-
Bind an instance of
java.util.Calendar
to a named parameter. - setParameter(String, Calendar, TemporalType) - Method in interface jakarta.persistence.StoredProcedureQuery
-
Bind an instance of
java.util.Calendar
to a named parameter. - setParameter(String, Calendar, TemporalType) - Method in interface jakarta.persistence.TypedQuery
-
Bind an instance of
java.util.Calendar
to a named parameter. - setParameter(String, Date, TemporalType) - Method in interface jakarta.persistence.Query
-
Bind an instance of
java.util.Date
to a named parameter. - setParameter(String, Date, TemporalType) - Method in interface jakarta.persistence.StoredProcedureQuery
-
Bind an instance of
java.util.Date
to a named parameter. - setParameter(String, Date, TemporalType) - Method in interface jakarta.persistence.TypedQuery
-
Bind an instance of
java.util.Date
to a named parameter. - setParameters(Object[]) - Method in interface jakarta.interceptor.InvocationContext
-
Sets the parameter values that will be passed to the method or constructor of the target class.
- setParent(UIComponent) - Method in class jakarta.faces.component.UIComponent
-
Set the parent
UIComponent
of thisUIComponent
. - setParent(UIComponent) - Method in class jakarta.faces.component.UIComponentBase
- setParent(JspTag) - Method in interface jakarta.servlet.jsp.tagext.SimpleTag
-
Sets the parent of this tag, for collaboration purposes.
- setParent(JspTag) - Method in class jakarta.servlet.jsp.tagext.SimpleTagSupport
-
Sets the parent of this tag, for collaboration purposes.
- setParent(Tag) - Method in interface jakarta.servlet.jsp.tagext.Tag
-
Set the parent (closest enclosing tag handler) of this tag handler.
- setParent(Tag) - Method in class jakarta.servlet.jsp.tagext.TagAdapter
-
Must not be called.
- setParent(Tag) - Method in class jakarta.servlet.jsp.tagext.TagSupport
-
Set the nesting tag of this tag.
- setPartialRequest(boolean) - Method in class jakarta.faces.context.PartialViewContext
-
Dynamically indicate that this is a partial request.
- setPartialRequest(boolean) - Method in class jakarta.faces.context.PartialViewContextWrapper
-
The default behavior of this method is to call
PartialViewContext.setPartialRequest(boolean)
on the wrappedPartialViewContext
object. - setPath(String) - Method in class jakarta.servlet.http.Cookie
-
Specifies a path for the cookie to which the client should return the cookie.
- setPath(String) - Method in interface jakarta.servlet.SessionCookieConfig
-
Sets the path that will be assigned to any session tracking cookies created on behalf of the application represented by the ServletContext from which this SessionCookieConfig was acquired.
- setPattern(String) - Method in class jakarta.faces.convert.DateTimeConverter
-
Set the format pattern to be used when formatting and parsing dates and times.
- setPattern(String) - Method in class jakarta.faces.convert.NumberConverter
-
Set the format pattern to be used when formatting and parsing numbers.
- setPattern(String) - Method in class jakarta.faces.validator.RegexValidator
-
The Regular Expression property to validate against.
- setPersistenceProviderResolver(PersistenceProviderResolver) - Static method in class jakarta.persistence.spi.PersistenceProviderResolverHolder
-
Defines the persistence provider resolver used.
- setPersistent(boolean) - Method in class jakarta.ejb.TimerConfig
-
Specify whether the timer is persistent.
- setPhase(String) - Method in class jakarta.faces.component.UIViewAction
-
Attempt to set the lifecycle phase in which this instance will queue its
ActionEvent
. - setPhaseId(PhaseId) - Method in class jakarta.faces.event.FacesEvent
-
Set the
PhaseId
during which this event will be delivered. - setPrependId(boolean) - Method in class jakarta.faces.component.UIForm
-
Set whether the id should be prepended.
- setPrivate(boolean) - Method in class jakarta.ws.rs.core.CacheControl
-
Corresponds to the private cache control directive.
- setProcessingEvents(boolean) - Method in class jakarta.faces.context.FacesContext
-
Allows control of wheter or not the runtime will publish events when
Application.publishEvent(FacesContext, Class, Object)
orApplication.publishEvent(FacesContext, Class, Class, Object)
is called. - setProcessingEvents(boolean) - Method in class jakarta.faces.context.FacesContextWrapper
-
The default behavior of this method is to call
FacesContext.setProcessingEvents(boolean)
on the wrappedFacesContext
object. - setProducer(Producer<X>) - Method in interface jakarta.enterprise.inject.spi.ProcessProducer
-
Replaces the
Producer
object that will be used by the container to call the producer method or read the producer field. - setProperties(Map<String, Object>) - Method in class jakarta.enterprise.inject.se.SeContainerInitializer
-
Set all the configuration properties.
- setProperty(String, Object) - Method in class jakarta.json.bind.JsonbConfig
-
Set the particular configuration property to a new value.
- setProperty(String, Object) - Method in interface jakarta.persistence.EntityManager
-
Set an entity manager property or hint.
- setProperty(String, Object) - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Binds an object to a given property name in the current request/response exchange context.
- setProperty(String, Object) - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Binds an object to a given property name in the current request/response exchange context.
- setProperty(String, Object) - Method in interface jakarta.ws.rs.ext.InterceptorContext
-
Binds an object to a given property name in the current request/response exchange context.
- setPropertyResolved(boolean) - Method in class jakarta.el.ELContext
-
Called to indicate that a
ELResolver
has successfully resolved a given (base, property) pair. - setPropertyResolved(Object, Object) - Method in class jakarta.el.ELContext
-
Called to indicate that a
ELResolver
has successfully resolved a given (base, property) pair and to notify theEvaluationListener
s. - setProxyRevalidate(boolean) - Method in class jakarta.ws.rs.core.CacheControl
-
Corresponds to the must-revalidate cache control directive.
- setPublic(String) - Method in class jakarta.faces.component.html.HtmlDoctype
-
Set the value of the
public
property. - setReadListener(ReadListener) - Method in class jakarta.servlet.ServletInputStream
-
Instructs the
ServletInputStream
to invoke the providedReadListener
when it is possible to read - setReadonly(boolean) - Method in class jakarta.faces.component.html.HtmlCommandButton
-
Set the value of the
readonly
property. - setReadonly(boolean) - Method in class jakarta.faces.component.html.HtmlInputFile
-
Deprecated, for removal: This API element is subject to removal in a future version.This attribute is actually not specified in HTML. Do not use it on this component.
- setReadonly(boolean) - Method in class jakarta.faces.component.html.HtmlInputSecret
-
Set the value of the
readonly
property. - setReadonly(boolean) - Method in class jakarta.faces.component.html.HtmlInputText
-
Set the value of the
readonly
property. - setReadonly(boolean) - Method in class jakarta.faces.component.html.HtmlInputTextarea
-
Set the value of the
readonly
property. - setReadonly(boolean) - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
-
Set the value of the
readonly
property. - setReadonly(boolean) - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
-
Set the value of the
readonly
property. - setReadonly(boolean) - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
-
Set the value of the
readonly
property. - setReadonly(boolean) - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
-
Set the value of the
readonly
property. - setReadonly(boolean) - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
-
Set the value of the
readonly
property. - setReadonly(boolean) - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
-
Set the value of the
readonly
property. - setReadonly(boolean) - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
-
Set the value of the
readonly
property. - setRedirect(boolean) - Method in class jakarta.faces.context.Flash
-
Setting this property to
true
indicates that the next request on this session will be a redirect. - setRedirect(boolean) - Method in class jakarta.faces.context.FlashWrapper
-
The default behavior of this method is to call
Flash.setRedirect(boolean)
on the wrappedFlash
object. - setRedisplay(boolean) - Method in class jakarta.faces.component.html.HtmlInputSecret
-
Set the value of the
redisplay
property. - setRedisplay(boolean) - Method in class jakarta.faces.component.UIMessage
-
Set the flag indicating whether the
detail
property of the associated message(s) should be displayed. - setRedisplay(boolean) - Method in class jakarta.faces.component.UIMessages
-
Set the flag indicating whether the
detail
property of the associated message(s) should be displayed. - setRegisterSession(String, Set<String>) - Method in interface jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContext
-
Asks the runtime to register an authentication session.
- setRegisterSession(String, Set<String>) - Method in class jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
- setRel(String) - Method in class jakarta.faces.component.html.HtmlCommandLink
-
Set the value of the
rel
property. - setRel(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
-
Set the value of the
rel
property. - setRel(String) - Method in class jakarta.faces.component.html.HtmlOutputLink
-
Set the value of the
rel
property. - setRememberMe(boolean) - Method in class jakarta.security.enterprise.authentication.mechanism.http.AuthenticationParameters
-
Sets whether "remember me" should be used.
- setRender(String) - Method in class jakarta.faces.component.html.HtmlCommandScript
-
Set the value of the
render
property. - setRender(Collection<String>) - Method in class jakarta.faces.component.behavior.AjaxBehavior
-
Sets the component identifiers that will be used to identify components that should be processed during the
render
phase of the request processing lifecycle. - setRenderAll(boolean) - Method in class jakarta.faces.context.PartialViewContext
-
Indicate the entire view must be rendered if
renderAll
istrue
. - setRenderAll(boolean) - Method in class jakarta.faces.context.PartialViewContextWrapper
-
The default behavior of this method is to call
PartialViewContext.setRenderAll(boolean)
on the wrappedPartialViewContext
object. - setRendered(boolean) - Method in class jakarta.faces.component.UIComponent
-
Set the
rendered
property of thisUIComponent
. - setRendered(boolean) - Method in class jakarta.faces.component.UIComponentBase
- setRendered(boolean) - Method in class jakarta.faces.component.UIViewAction
-
Sets the
if
property of this component. - setRendererType(String) - Method in class jakarta.faces.component.UIComponent
- setRendererType(String) - Method in class jakarta.faces.component.UIComponentBase
- setRenderKitId(String) - Method in class jakarta.faces.component.UIViewRoot
-
Set the render kit identifier of the
RenderKit
associated with this view. - setRequest(HttpServletRequest) - Method in interface jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContext
-
Sets the request object.
- setRequest(HttpServletRequest) - Method in class jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
- setRequest(ServletRequest) - Method in class jakarta.servlet.ServletRequestWrapper
-
Sets the request object being wrapped.
- setRequest(Object) - Method in class jakarta.faces.context.ExternalContext
-
Set the environment-specific request to be returned by subsequent calls to
ExternalContext.getRequest()
. - setRequest(Object) - Method in class jakarta.faces.context.ExternalContextWrapper
-
The default behavior of this method is to call
ExternalContext.setRequest(Object)
on the wrappedExternalContext
object. - setRequestCharacterEncoding(String) - Method in class jakarta.faces.context.ExternalContext
-
Overrides the name of the character encoding used in the body of this request.
- setRequestCharacterEncoding(String) - Method in class jakarta.faces.context.ExternalContextWrapper
-
The default behavior of this method is to call
ExternalContext.setRequestCharacterEncoding(String)
on the wrappedExternalContext
object. - setRequestCharacterEncoding(String) - Method in interface jakarta.servlet.ServletContext
-
Sets the request character encoding for this ServletContext.
- setRequestMessage(Object) - Method in interface jakarta.security.auth.message.MessageInfo
-
Set the request message object in this MessageInfo.
- setRequestUri(URI) - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Set a new request URI using the current base URI of the application to resolve the application-specific request URI part.
- setRequestUri(URI, URI) - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Set a new request URI using a new base URI to resolve the application-specific request URI part.
- setRequired(boolean) - Method in interface jakarta.faces.component.EditableValueHolder
-
Set the "required field" state for this component.
- setRequired(boolean) - Method in class jakarta.faces.component.UIInput
-
Set the "required field" state for this component.
- setRequiredMessage(String) - Method in class jakarta.faces.component.UIInput
-
Override any
ValueExpression
set for the "requiredMessage" with the literal argument provided to this method. - setResetValues(boolean) - Method in class jakarta.faces.component.behavior.AjaxBehavior
-
Set the resetValues status of this behavior.
- setResetValues(Boolean) - Method in class jakarta.faces.component.html.HtmlCommandScript
-
Set the value of the
resetValues
property. - setResourceHandler(ResourceHandler) - Method in class jakarta.faces.application.Application
-
Set the
ResourceHandler
instance that will be utilized for rendering the markup for resources, and for satisfying client requests to serve up resources. - setResourceHandler(ResourceHandler) - Method in class jakarta.faces.application.ApplicationWrapper
-
The default behavior of this method is to call
Application.setResourceHandler(ResourceHandler)
on the wrappedApplication
object. - setResourceLibraryContracts(List<String>) - Method in class jakarta.faces.context.FacesContext
-
Set the resource library contracts calculated as valid to use with this view.
- setResourceLibraryContracts(List<String>) - Method in class jakarta.faces.context.FacesContextWrapper
-
The default behavior of this method is to call
FacesContext.setResourceLibraryContracts(java.util.List<java.lang.String>)
on the wrappedFacesContext
object. - setResourceName(String) - Method in class jakarta.faces.application.Resource
-
Set the resourceName for this resource.
- setResourceName(String) - Method in class jakarta.faces.application.ResourceWrapper
-
The default behavior of this method is to call
Resource.setResourceName(String)
on the wrappedResourceHandler
object. - setResponse(HttpServletResponse) - Method in interface jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContext
-
Set the response object.
- setResponse(HttpServletResponse) - Method in class jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
- setResponse(ServletResponse) - Method in class jakarta.servlet.ServletResponseWrapper
-
Sets the response being wrapped.
- setResponse(Object) - Method in class jakarta.faces.context.ExternalContext
-
Set the environment-specific response to be returned by subsequent calls to
ExternalContext.getResponse()
. - setResponse(Object) - Method in class jakarta.faces.context.ExternalContextWrapper
-
The default behavior of this method is to call
ExternalContext.setResponse(Object)
on the wrappedExternalContext
object. - setResponseBufferSize(int) - Method in class jakarta.faces.context.ExternalContext
-
Set the buffer size for the current response.
- setResponseBufferSize(int) - Method in class jakarta.faces.context.ExternalContextWrapper
-
The default behavior of this method is to call
ExternalContext.setResponseBufferSize(int)
on the wrappedExternalContext
object. - setResponseCharacterEncoding(String) - Method in class jakarta.faces.context.ExternalContext
-
Sets the character encoding (MIME charset) of the response being sent to the client, for example, to UTF-8.
- setResponseCharacterEncoding(String) - Method in class jakarta.faces.context.ExternalContextWrapper
-
The default behavior of this method is to call
ExternalContext.getResponseCharacterEncoding()
on the wrappedExternalContext
object. - setResponseCharacterEncoding(String) - Method in interface jakarta.servlet.ServletContext
-
Sets the response character encoding for this ServletContext.
- setResponseContentLength(int) - Method in class jakarta.faces.context.ExternalContext
-
Set the content length of the response.
- setResponseContentLength(int) - Method in class jakarta.faces.context.ExternalContextWrapper
-
The default behavior of this method is to call
ExternalContext.setResponseContentLength(int)
on the wrappedExternalContext
object. - setResponseContentType(String) - Method in class jakarta.faces.context.ExternalContext
-
Sets the content type of the response being sent to the client, if the response has not been committed yet.
- setResponseContentType(String) - Method in class jakarta.faces.context.ExternalContextWrapper
-
The default behavior of this method is to call
ExternalContext.setResponseContentType(String)
on the wrappedExternalContext
object. - setResponseHeader(String, String) - Method in class jakarta.faces.context.ExternalContext
-
Set the response header with the given name and value.
- setResponseHeader(String, String) - Method in class jakarta.faces.context.ExternalContextWrapper
-
The default behavior of this method is to call
ExternalContext.setResponseHeader(String,String)
on the wrappedExternalContext
object. - setResponseMessage(Object) - Method in interface jakarta.security.auth.message.MessageInfo
-
Set the response message object in this MessageInfo.
- setResponseStatus(int) - Method in class jakarta.faces.context.ExternalContext
-
Sets the HTTP status code for the response.
- setResponseStatus(int) - Method in class jakarta.faces.context.ExternalContextWrapper
-
The default behavior of this method is to call
ExternalContext.setResponseStatus(int)
on the wrappedExternalContext
object. - setResponseStream(ResponseStream) - Method in class jakarta.faces.context.FacesContext
-
Set the
ResponseStream
to which components should direct their binary output. - setResponseStream(ResponseStream) - Method in class jakarta.faces.context.FacesContextWrapper
-
The default behavior of this method is to call
FacesContext.setResponseStream(ResponseStream)
on the wrappedFacesContext
object. - setResponseWriter(ResponseWriter) - Method in class jakarta.faces.context.FacesContext
-
Set the
ResponseWriter
to which components should direct their character-based output. - setResponseWriter(ResponseWriter) - Method in class jakarta.faces.context.FacesContextWrapper
-
The default behavior of this method is to call
FacesContext.setResponseWriter(ResponseWriter)
on the wrappedFacesContext
object. - setResult(boolean) - Method in class jakarta.security.auth.message.callback.PasswordValidationCallback
-
Set the authentication result.
- setRev(String) - Method in class jakarta.faces.component.html.HtmlCommandLink
-
Set the value of the
rev
property. - setRev(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
-
Set the value of the
rev
property. - setRev(String) - Method in class jakarta.faces.component.html.HtmlOutputLink
-
Set the value of the
rev
property. - setRole(String) - Method in class jakarta.faces.component.html.HtmlBody
-
Set the value of the
role
property. - setRole(String) - Method in class jakarta.faces.component.html.HtmlCommandButton
-
Set the value of the
role
property. - setRole(String) - Method in class jakarta.faces.component.html.HtmlCommandLink
-
Set the value of the
role
property. - setRole(String) - Method in class jakarta.faces.component.html.HtmlDataTable
-
Set the value of the
role
property. - setRole(String) - Method in class jakarta.faces.component.html.HtmlForm
-
Set the value of the
role
property. - setRole(String) - Method in class jakarta.faces.component.html.HtmlGraphicImage
-
Set the value of the
role
property. - setRole(String) - Method in class jakarta.faces.component.html.HtmlInputFile
-
Set the value of the
role
property. - setRole(String) - Method in class jakarta.faces.component.html.HtmlInputSecret
-
Set the value of the
role
property. - setRole(String) - Method in class jakarta.faces.component.html.HtmlInputText
-
Set the value of the
role
property. - setRole(String) - Method in class jakarta.faces.component.html.HtmlInputTextarea
-
Set the value of the
role
property. - setRole(String) - Method in class jakarta.faces.component.html.HtmlMessage
-
Set the value of the
role
property. - setRole(String) - Method in class jakarta.faces.component.html.HtmlMessages
-
Set the value of the
role
property. - setRole(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
-
Set the value of the
role
property. - setRole(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
-
Set the value of the
role
property. - setRole(String) - Method in class jakarta.faces.component.html.HtmlOutputFormat
-
Set the value of the
role
property. - setRole(String) - Method in class jakarta.faces.component.html.HtmlOutputLabel
-
Set the value of the
role
property. - setRole(String) - Method in class jakarta.faces.component.html.HtmlOutputLink
-
Set the value of the
role
property. - setRole(String) - Method in class jakarta.faces.component.html.HtmlOutputText
-
Set the value of the
role
property. - setRole(String) - Method in class jakarta.faces.component.html.HtmlPanelGrid
-
Set the value of the
role
property. - setRole(String) - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
-
Set the value of the
role
property. - setRole(String) - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
-
Set the value of the
role
property. - setRole(String) - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
-
Set the value of the
role
property. - setRole(String) - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
-
Set the value of the
role
property. - setRole(String) - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
-
Set the value of the
role
property. - setRole(String) - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
-
Set the value of the
role
property. - setRole(String) - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
-
Set the value of the
role
property. - setRollbackOnly() - Method in interface jakarta.ejb.EJBContext
-
Mark the current transaction for rollback.
- setRollbackOnly() - Method in interface jakarta.persistence.EntityTransaction
-
Mark the current resource transaction so that the only possible outcome of the transaction is for the transaction to be rolled back.
- setRollbackOnly() - Method in interface jakarta.transaction.Transaction
-
Modify the transaction associated with the target object such that the only possible outcome of the transaction is to roll back the transaction.
- setRollbackOnly() - Method in interface jakarta.transaction.TransactionManager
-
Modify the transaction associated with the current thread such that the only possible outcome of the transaction is to roll back the transaction.
- setRollbackOnly() - Method in interface jakarta.transaction.TransactionSynchronizationRegistry
-
Set the rollbackOnly status of the transaction bound to the current thread at the time this method is called.
- setRollbackOnly() - Method in interface jakarta.transaction.UserTransaction
-
Modify the transaction associated with the current thread such that the only possible outcome of the transaction is to roll back the transaction.
- setRootElement(String) - Method in class jakarta.faces.component.html.HtmlDoctype
-
Set the value of the
rootElement
property. - setRowClass(String) - Method in class jakarta.faces.component.html.HtmlDataTable
-
Set the value of the
rowClass
property. - setRowClass(String) - Method in class jakarta.faces.component.html.HtmlPanelGrid
-
Set the value of the
rowClass
property. - setRowClasses(String) - Method in class jakarta.faces.component.html.HtmlDataTable
-
Set the value of the
rowClasses
property. - setRowClasses(String) - Method in class jakarta.faces.component.html.HtmlPanelGrid
-
Set the value of the
rowClasses
property. - setRowHeader(boolean) - Method in class jakarta.faces.component.html.HtmlColumn
-
Set the value of the
rowHeader
property. - setRowIndex(int) - Method in class jakarta.faces.component.UIData
-
Set the zero relative index of the current row, or -1 to indicate that no row is currently selected, by implementing the following algorithm.
- setRowIndex(int) - Method in class jakarta.faces.model.ArrayDataModel
- setRowIndex(int) - Method in class jakarta.faces.model.CollectionDataModel
- setRowIndex(int) - Method in class jakarta.faces.model.DataModel
-
Set the zero-relative index of the currently selected row, or -1 to indicate that we are not positioned on a row.
- setRowIndex(int) - Method in class jakarta.faces.model.IterableDataModel
-
Set the zero-relative index of the currently selected row, or -1 to indicate that we are not positioned on a row.
- setRowIndex(int) - Method in class jakarta.faces.model.ListDataModel
- setRowIndex(int) - Method in class jakarta.faces.model.ResultSetDataModel
- setRowIndex(int) - Method in class jakarta.faces.model.ScalarDataModel
- setRows(int) - Method in class jakarta.faces.component.html.HtmlInputTextarea
-
Set the value of the
rows
property. - setRows(int) - Method in class jakarta.faces.component.UIData
-
Set the number of rows to be displayed, or zero for all remaining rows in the table.
- setRowStatePreserved(boolean) - Method in class jakarta.faces.component.UIData
-
If this property is set to
true
, theUIData
must take steps to ensure that modifications to its iterated children will be preserved on a per-row basis. - setRules(String) - Method in class jakarta.faces.component.html.HtmlDataTable
-
Set the value of the
rules
property. - setRules(String) - Method in class jakarta.faces.component.html.HtmlPanelGrid
-
Set the value of the
rules
property. - setRunAsRole(String) - Method in interface jakarta.servlet.ServletRegistration.Dynamic
-
Sets the name of the
runAs
role for thisServletRegistration
. - setScope(String) - Method in class jakarta.faces.component.UIWebsocket
-
Sets the scope of the websocket channel.
- setScope(String) - Method in class jakarta.servlet.jsp.jstl.core.ConditionalTagSupport
-
Sets the 'scope' attribute.
- setSearchExpressionHandler(SearchExpressionHandler) - Method in class jakarta.faces.application.Application
-
Set the
SearchExpressionHandler
instance used by the application. - setSearchExpressionHandler(SearchExpressionHandler) - Method in class jakarta.faces.application.ApplicationWrapper
- setSecure(boolean) - Method in class jakarta.servlet.http.Cookie
-
Indicates to the browser whether the cookie should only be sent using a secure protocol, such as HTTPS or SSL.
- setSecure(boolean) - Method in interface jakarta.servlet.SessionCookieConfig
-
Marks or unmarks the session tracking cookies created on behalf of the application represented by the ServletContext from which this SessionCookieConfig was acquired as secure.
- setSecurityContext(SecurityContext) - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Set a new injectable security context information for the current request.
- setSelected(boolean) - Method in class jakarta.faces.component.UISelectBoolean
-
Set the local value of the selected state of this component.
- setSelectedClass(String) - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
-
Set the value of the
selectedClass
property. - setSelectedValues(Object[]) - Method in class jakarta.faces.component.UISelectMany
-
Set the currently selected values, or
null
to indicate that there are no currently selected values. - setSelectItems(SelectItem...) - Method in class jakarta.faces.model.SelectItemGroup
-
Set the set of subordinate
SelectItem
s for this group as a variable array. - setSelectItems(Collection<? extends SelectItem>) - Method in class jakarta.faces.model.SelectItemGroup
-
Set the set of subordinate
SelectItem
s for this group as a collection. - setSendTimeout(long) - Method in interface jakarta.websocket.RemoteEndpoint.Async
-
Sets the number of milliseconds the implementation will timeout attempting to send a websocket message.
- setServletSecurity(ServletSecurityElement) - Method in interface jakarta.servlet.ServletRegistration.Dynamic
-
Sets the
ServletSecurityElement
to be applied to the mappings defined for thisServletRegistration
. - setSessionContext(SessionContext) - Method in interface jakarta.ejb.SessionBean
-
Set the associated session context.
- setSessionMaxInactiveInterval(int) - Method in class jakarta.faces.context.ExternalContext
-
Specifies the time, in seconds, between client requests before the Jakarta Servlet container will invalidate this session.
- setSessionMaxInactiveInterval(int) - Method in class jakarta.faces.context.ExternalContextWrapper
-
The default behavior of this method is to call
ExternalContext.setSessionMaxInactiveInterval(int)
on the wrappedExternalContext
object. - setSessionTimeout(int) - Method in interface jakarta.servlet.ServletContext
-
Sets the session timeout in minutes for this ServletContext.
- setSessionTrackingModes(Set<SessionTrackingMode>) - Method in interface jakarta.servlet.ServletContext
-
Sets the session tracking modes that are to become effective for this ServletContext.
- setSeverity(FacesMessage.Severity) - Method in class jakarta.faces.application.FacesMessage
-
Set the severity level.
- setShape(String) - Method in class jakarta.faces.component.html.HtmlCommandLink
-
Set the value of the
shape
property. - setShape(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
-
Set the value of the
shape
property. - setShape(String) - Method in class jakarta.faces.component.html.HtmlOutputLink
-
Set the value of the
shape
property. - setShowDetail(boolean) - Method in class jakarta.faces.component.UIMessage
-
Set the flag indicating whether the
detail
property of the associated message(s) should be displayed. - setShowDetail(boolean) - Method in class jakarta.faces.component.UIMessages
-
Set the flag indicating whether the
detail
property of the associated message(s) should be displayed. - setShowSummary(boolean) - Method in class jakarta.faces.component.UIMessage
-
Set the flag indicating whether the
summary
property of the associated message(s) should be displayed. - setShowSummary(boolean) - Method in class jakarta.faces.component.UIMessages
-
Set the flag indicating whether the
summary
property of the associated message(s) should be displayed. - setSize(int) - Method in class jakarta.faces.component.html.HtmlInputFile
-
Deprecated, for removal: This API element is subject to removal in a future version.This attribute is actually not specified in HTML. Do not use it on this component.
- setSize(int) - Method in class jakarta.faces.component.html.HtmlInputSecret
-
Set the value of the
size
property. - setSize(int) - Method in class jakarta.faces.component.html.HtmlInputText
-
Set the value of the
size
property. - setSize(int) - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
-
Set the value of the
size
property. - setSize(int) - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
-
Set the value of the
size
property. - setSMaxAge(int) - Method in class jakarta.ws.rs.core.CacheControl
-
Corresponds to the s-maxage cache control directive.
- setStateManager(StateManager) - Method in class jakarta.faces.application.Application
-
Set the
StateManager
instance that will be utilized during the Restore View and Render Response phases of the request processing lifecycle. - setStateManager(StateManager) - Method in class jakarta.faces.application.ApplicationWrapper
-
The default behavior of this method is to call
Application.setStateManager(StateManager)
on the wrappedApplication
object. - setStatus(int) - Method in interface jakarta.servlet.http.HttpServletResponse
-
Sets the status code for this response.
- setStatus(int) - Method in class jakarta.servlet.http.HttpServletResponseWrapper
-
The default behavior of this method is to call setStatus(int sc) on the wrapped response object.
- setStatus(int) - Method in interface jakarta.ws.rs.client.ClientResponseContext
-
Set a new response status code.
- setStatus(int) - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Set a new response status code.
- setStatusInfo(Response.StatusType) - Method in interface jakarta.ws.rs.client.ClientResponseContext
-
Set the complete status information (status code and reason phrase) associated with the response.
- setStatusInfo(Response.StatusType) - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Set the complete status information (status code and reason phrase) associated with the response.
- setStyle(String) - Method in class jakarta.faces.component.html.HtmlBody
-
Set the value of the
style
property. - setStyle(String) - Method in class jakarta.faces.component.html.HtmlCommandButton
-
Set the value of the
style
property. - setStyle(String) - Method in class jakarta.faces.component.html.HtmlCommandLink
-
Set the value of the
style
property. - setStyle(String) - Method in class jakarta.faces.component.html.HtmlDataTable
-
Set the value of the
style
property. - setStyle(String) - Method in class jakarta.faces.component.html.HtmlForm
-
Set the value of the
style
property. - setStyle(String) - Method in class jakarta.faces.component.html.HtmlGraphicImage
-
Set the value of the
style
property. - setStyle(String) - Method in class jakarta.faces.component.html.HtmlInputFile
-
Set the value of the
style
property. - setStyle(String) - Method in class jakarta.faces.component.html.HtmlInputSecret
-
Set the value of the
style
property. - setStyle(String) - Method in class jakarta.faces.component.html.HtmlInputText
-
Set the value of the
style
property. - setStyle(String) - Method in class jakarta.faces.component.html.HtmlInputTextarea
-
Set the value of the
style
property. - setStyle(String) - Method in class jakarta.faces.component.html.HtmlMessage
-
Set the value of the
style
property. - setStyle(String) - Method in class jakarta.faces.component.html.HtmlMessages
-
Set the value of the
style
property. - setStyle(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
-
Set the value of the
style
property. - setStyle(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
-
Set the value of the
style
property. - setStyle(String) - Method in class jakarta.faces.component.html.HtmlOutputFormat
-
Set the value of the
style
property. - setStyle(String) - Method in class jakarta.faces.component.html.HtmlOutputLabel
-
Set the value of the
style
property. - setStyle(String) - Method in class jakarta.faces.component.html.HtmlOutputLink
-
Set the value of the
style
property. - setStyle(String) - Method in class jakarta.faces.component.html.HtmlOutputText
-
Set the value of the
style
property. - setStyle(String) - Method in class jakarta.faces.component.html.HtmlPanelGrid
-
Set the value of the
style
property. - setStyle(String) - Method in class jakarta.faces.component.html.HtmlPanelGroup
-
Set the value of the
style
property. - setStyle(String) - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
-
Set the value of the
style
property. - setStyle(String) - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
-
Set the value of the
style
property. - setStyle(String) - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
-
Set the value of the
style
property. - setStyle(String) - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
-
Set the value of the
style
property. - setStyle(String) - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
-
Set the value of the
style
property. - setStyle(String) - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
-
Set the value of the
style
property. - setStyle(String) - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
-
Set the value of the
style
property. - setStyleClass(String) - Method in class jakarta.faces.component.html.HtmlBody
-
Set the value of the
styleClass
property. - setStyleClass(String) - Method in class jakarta.faces.component.html.HtmlColumn
-
Set the value of the
styleClass
property. - setStyleClass(String) - Method in class jakarta.faces.component.html.HtmlCommandButton
-
Set the value of the
styleClass
property. - setStyleClass(String) - Method in class jakarta.faces.component.html.HtmlCommandLink
-
Set the value of the
styleClass
property. - setStyleClass(String) - Method in class jakarta.faces.component.html.HtmlDataTable
-
Set the value of the
styleClass
property. - setStyleClass(String) - Method in class jakarta.faces.component.html.HtmlForm
-
Set the value of the
styleClass
property. - setStyleClass(String) - Method in class jakarta.faces.component.html.HtmlGraphicImage
-
Set the value of the
styleClass
property. - setStyleClass(String) - Method in class jakarta.faces.component.html.HtmlInputFile
-
Set the value of the
styleClass
property. - setStyleClass(String) - Method in class jakarta.faces.component.html.HtmlInputSecret
-
Set the value of the
styleClass
property. - setStyleClass(String) - Method in class jakarta.faces.component.html.HtmlInputText
-
Set the value of the
styleClass
property. - setStyleClass(String) - Method in class jakarta.faces.component.html.HtmlInputTextarea
-
Set the value of the
styleClass
property. - setStyleClass(String) - Method in class jakarta.faces.component.html.HtmlMessage
-
Set the value of the
styleClass
property. - setStyleClass(String) - Method in class jakarta.faces.component.html.HtmlMessages
-
Set the value of the
styleClass
property. - setStyleClass(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
-
Set the value of the
styleClass
property. - setStyleClass(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
-
Set the value of the
styleClass
property. - setStyleClass(String) - Method in class jakarta.faces.component.html.HtmlOutputFormat
-
Set the value of the
styleClass
property. - setStyleClass(String) - Method in class jakarta.faces.component.html.HtmlOutputLabel
-
Set the value of the
styleClass
property. - setStyleClass(String) - Method in class jakarta.faces.component.html.HtmlOutputLink
-
Set the value of the
styleClass
property. - setStyleClass(String) - Method in class jakarta.faces.component.html.HtmlOutputText
-
Set the value of the
styleClass
property. - setStyleClass(String) - Method in class jakarta.faces.component.html.HtmlPanelGrid
-
Set the value of the
styleClass
property. - setStyleClass(String) - Method in class jakarta.faces.component.html.HtmlPanelGroup
-
Set the value of the
styleClass
property. - setStyleClass(String) - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
-
Set the value of the
styleClass
property. - setStyleClass(String) - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
-
Set the value of the
styleClass
property. - setStyleClass(String) - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
-
Set the value of the
styleClass
property. - setStyleClass(String) - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
-
Set the value of the
styleClass
property. - setStyleClass(String) - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
-
Set the value of the
styleClass
property. - setStyleClass(String) - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
-
Set the value of the
styleClass
property. - setStyleClass(String) - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
-
Set the value of the
styleClass
property. - setSubmitted(boolean) - Method in class jakarta.faces.component.UIForm
-
If this
UIForm
instance (as opposed to other forms in the page) is experiencing a submit during this request processing lifecycle, this method must be called, withtrue
as the argument, during theUIComponent.decode(jakarta.faces.context.FacesContext)
for thisUIForm
instance. - setSubmittedValue(Object) - Method in interface jakarta.faces.component.EditableValueHolder
-
Set the submittedValue value of this component.
- setSubmittedValue(Object) - Method in class jakarta.faces.component.UIInput
-
Set the submittedValue value of this
UIInput
component. - setSubmittedValue(Object) - Method in class jakarta.faces.component.UISelectMany
- setSubmittedValue(Object) - Method in class jakarta.faces.component.UIViewParameter
-
PENDING (docs) Interesting that submitted value isn't saved by the parent
- setSummary(String) - Method in class jakarta.faces.application.FacesMessage
-
Set the localized summary text.
- setSummary(String) - Method in class jakarta.faces.component.html.HtmlDataTable
-
Set the value of the
summary
property. - setSummary(String) - Method in class jakarta.faces.component.html.HtmlPanelGrid
-
Set the value of the
summary
property. - setSupportedLocales(Collection<Locale>) - Method in class jakarta.faces.application.Application
-
Set the
Locale
instances representing the supportedLocale
s for this application. - setSupportedLocales(Collection<Locale>) - Method in class jakarta.faces.application.ApplicationWrapper
-
The default behavior of this method is to call
Application.setSupportedLocales(java.util.Collection)
on the wrappedApplication
object. - setSystem(String) - Method in class jakarta.faces.component.html.HtmlDoctype
-
Set the value of the
system
property. - setTabindex(String) - Method in class jakarta.faces.component.html.HtmlCommandButton
-
Set the value of the
tabindex
property. - setTabindex(String) - Method in class jakarta.faces.component.html.HtmlCommandLink
-
Set the value of the
tabindex
property. - setTabindex(String) - Method in class jakarta.faces.component.html.HtmlInputFile
-
Set the value of the
tabindex
property. - setTabindex(String) - Method in class jakarta.faces.component.html.HtmlInputSecret
-
Set the value of the
tabindex
property. - setTabindex(String) - Method in class jakarta.faces.component.html.HtmlInputText
-
Set the value of the
tabindex
property. - setTabindex(String) - Method in class jakarta.faces.component.html.HtmlInputTextarea
-
Set the value of the
tabindex
property. - setTabindex(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
-
Set the value of the
tabindex
property. - setTabindex(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
-
Set the value of the
tabindex
property. - setTabindex(String) - Method in class jakarta.faces.component.html.HtmlOutputLabel
-
Set the value of the
tabindex
property. - setTabindex(String) - Method in class jakarta.faces.component.html.HtmlOutputLink
-
Set the value of the
tabindex
property. - setTabindex(String) - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
-
Set the value of the
tabindex
property. - setTabindex(String) - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
-
Set the value of the
tabindex
property. - setTabindex(String) - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
-
Set the value of the
tabindex
property. - setTabindex(String) - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
-
Set the value of the
tabindex
property. - setTabindex(String) - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
-
Set the value of the
tabindex
property. - setTabindex(String) - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
-
Set the value of the
tabindex
property. - setTabindex(String) - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
-
Set the value of the
tabindex
property. - setTag(Tag) - Method in class jakarta.faces.view.facelets.TagAttribute
-
Set a reference to the Tag for which this class represents the attributes.
- setTag(Tag) - Method in class jakarta.faces.view.facelets.TagAttributes
-
Set a reference to the Tag for which this class represents the attributes.
- setTagExtraInfo(TagExtraInfo) - Method in class jakarta.servlet.jsp.tagext.TagInfo
-
Set the instance for extra tag information.
- setTagInfo(TagInfo) - Method in class jakarta.servlet.jsp.tagext.TagExtraInfo
-
Set the TagInfo for this class.
- setTagLibrary(TagLibraryInfo) - Method in class jakarta.servlet.jsp.tagext.TagInfo
-
Set the TagLibraryInfo property.
- setTarget(String) - Method in class jakarta.faces.component.html.HtmlCommandLink
-
Set the value of the
target
property. - setTarget(String) - Method in class jakarta.faces.component.html.HtmlForm
-
Set the value of the
target
property. - setTarget(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
-
Set the value of the
target
property. - setTarget(String) - Method in class jakarta.faces.component.html.HtmlOutputLink
-
Set the value of the
target
property. - setTimeout(long) - Method in interface jakarta.enterprise.context.Conversation
-
Set the timeout of the current conversation.
- setTimeout(long) - Method in interface jakarta.servlet.AsyncContext
-
Sets the timeout (in milliseconds) for this AsyncContext.
- setTimeout(long, TimeUnit) - Method in interface jakarta.ws.rs.container.AsyncResponse
-
Set/update the suspend timeout.
- setTimeoutHandler(TimeoutHandler) - Method in interface jakarta.ws.rs.container.AsyncResponse
-
Set/replace a time-out handler for the suspended asynchronous response.
- setTimeStyle(String) - Method in class jakarta.faces.convert.DateTimeConverter
-
Set the style to be used to format or parse times.
- setTimeZone(TimeZone) - Method in class jakarta.faces.convert.DateTimeConverter
-
Set the
TimeZone
used to interpret a time value. - setTitle(String) - Method in class jakarta.faces.component.html.HtmlBody
-
Set the value of the
title
property. - setTitle(String) - Method in class jakarta.faces.component.html.HtmlCommandButton
-
Set the value of the
title
property. - setTitle(String) - Method in class jakarta.faces.component.html.HtmlCommandLink
-
Set the value of the
title
property. - setTitle(String) - Method in class jakarta.faces.component.html.HtmlDataTable
-
Set the value of the
title
property. - setTitle(String) - Method in class jakarta.faces.component.html.HtmlForm
-
Set the value of the
title
property. - setTitle(String) - Method in class jakarta.faces.component.html.HtmlGraphicImage
-
Set the value of the
title
property. - setTitle(String) - Method in class jakarta.faces.component.html.HtmlInputFile
-
Set the value of the
title
property. - setTitle(String) - Method in class jakarta.faces.component.html.HtmlInputSecret
-
Set the value of the
title
property. - setTitle(String) - Method in class jakarta.faces.component.html.HtmlInputText
-
Set the value of the
title
property. - setTitle(String) - Method in class jakarta.faces.component.html.HtmlInputTextarea
-
Set the value of the
title
property. - setTitle(String) - Method in class jakarta.faces.component.html.HtmlMessage
-
Set the value of the
title
property. - setTitle(String) - Method in class jakarta.faces.component.html.HtmlMessages
-
Set the value of the
title
property. - setTitle(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
-
Set the value of the
title
property. - setTitle(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
-
Set the value of the
title
property. - setTitle(String) - Method in class jakarta.faces.component.html.HtmlOutputFormat
-
Set the value of the
title
property. - setTitle(String) - Method in class jakarta.faces.component.html.HtmlOutputLabel
-
Set the value of the
title
property. - setTitle(String) - Method in class jakarta.faces.component.html.HtmlOutputLink
-
Set the value of the
title
property. - setTitle(String) - Method in class jakarta.faces.component.html.HtmlOutputText
-
Set the value of the
title
property. - setTitle(String) - Method in class jakarta.faces.component.html.HtmlPanelGrid
-
Set the value of the
title
property. - setTitle(String) - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
-
Set the value of the
title
property. - setTitle(String) - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
-
Set the value of the
title
property. - setTitle(String) - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
-
Set the value of the
title
property. - setTitle(String) - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
-
Set the value of the
title
property. - setTitle(String) - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
-
Set the value of the
title
property. - setTitle(String) - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
-
Set the value of the
title
property. - setTitle(String) - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
-
Set the value of the
title
property. - setTooltip(boolean) - Method in class jakarta.faces.component.html.HtmlMessage
-
Set the value of the
tooltip
property. - setTooltip(boolean) - Method in class jakarta.faces.component.html.HtmlMessages
-
Set the value of the
tooltip
property. - setTrailerFields(Supplier<Map<String, String>>) - Method in interface jakarta.servlet.http.HttpServletResponse
-
Sets the supplier of trailer headers.
- setTrailerFields(Supplier<Map<String, String>>) - Method in class jakarta.servlet.http.HttpServletResponseWrapper
-
The default behaviour of this method is to call
HttpServletResponse.setTrailerFields(java.util.function.Supplier<java.util.Map<java.lang.String, java.lang.String>>)
on the wrapped response object. - setTransactionTimeout(int) - Method in interface jakarta.transaction.TransactionManager
-
Modify the timeout value that is associated with transactions started by the current thread with the begin method.
- setTransactionTimeout(int) - Method in interface jakarta.transaction.UserTransaction
-
Modify the timeout value that is associated with transactions started by the current thread with the begin method.
- setTransient(boolean) - Method in class jakarta.faces.component.behavior.BehaviorBase
-
Implementation of
StateHolder.setTransient(boolean)
. - setTransient(boolean) - Method in interface jakarta.faces.component.StateHolder
-
Denotes whether or not the Object implementing this interface must or must not participate in state saving or restoring.
- setTransient(boolean) - Method in class jakarta.faces.component.UIComponentBase
- setTransient(boolean) - Method in class jakarta.faces.convert.DateTimeConverter
- setTransient(boolean) - Method in class jakarta.faces.convert.EnumConverter
- setTransient(boolean) - Method in class jakarta.faces.convert.NumberConverter
- setTransient(boolean) - Method in class jakarta.faces.event.MethodExpressionActionListener
- setTransient(boolean) - Method in class jakarta.faces.event.MethodExpressionValueChangeListener
- setTransient(boolean) - Method in class jakarta.faces.validator.BeanValidator
- setTransient(boolean) - Method in class jakarta.faces.validator.DoubleRangeValidator
- setTransient(boolean) - Method in class jakarta.faces.validator.LengthValidator
- setTransient(boolean) - Method in class jakarta.faces.validator.LongRangeValidator
- setTransient(boolean) - Method in class jakarta.faces.validator.MethodExpressionValidator
- setTransient(boolean) - Method in class jakarta.faces.validator.RegexValidator
- setTrustStore(KeyStore) - Method in class jakarta.security.auth.message.callback.TrustStoreCallback
-
Used by the CallbackHandler to set the trusted certificate keystore within the Callback.
- setType(Class<?>) - Method in interface jakarta.ws.rs.ext.InterceptorContext
-
Update Java type before calling message body provider.
- setType(String) - Method in class jakarta.faces.component.html.HtmlCommandButton
-
Set the value of the
type
property. - setType(String) - Method in class jakarta.faces.component.html.HtmlCommandLink
-
Set the value of the
type
property. - setType(String) - Method in class jakarta.faces.component.html.HtmlInputText
-
Set the value of the
type
property. - setType(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
-
Set the value of the
type
property. - setType(String) - Method in class jakarta.faces.component.html.HtmlOutputLink
-
Set the value of the
type
property. - setType(String) - Method in class jakarta.faces.component.UIImportConstants
-
Sets the fully qualified name of the type to import the constant field values for.
- setType(String) - Method in class jakarta.faces.convert.DateTimeConverter
-
Set the type of value to be formatted or parsed.
- setType(String) - Method in class jakarta.faces.convert.NumberConverter
-
Set the number type to be used when formatting and parsing numbers.
- setUnselectedClass(String) - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
-
Set the value of the
unselectedClass
property. - setUri(URI) - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Set a new request URI.
- setUrl(String) - Method in class jakarta.faces.component.UIGraphic
-
Set the image URL for this
UIGraphic
. - setUsemap(String) - Method in class jakarta.faces.component.html.HtmlGraphicImage
-
Set the value of the
usemap
property. - setUser(Serializable) - Method in class jakarta.faces.component.UIWebsocket
-
Sets the user identifier of the websocket channel, so that user-targeted push messages can be sent.
- setValid(boolean) - Method in interface jakarta.faces.component.EditableValueHolder
-
Set a flag indicating whether the local value of this component is valid (no conversion error has occurred).
- setValid(boolean) - Method in class jakarta.faces.component.UIInput
- setValidationGroups(String) - Method in class jakarta.faces.validator.BeanValidator
-
A comma-separated list of validation groups which are used to filter which validations get checked by this validator.
- setValidatorMessage(String) - Method in class jakarta.faces.component.UIInput
-
Override any
ValueExpression
set for the "validatorMessage" with the literal argument provided to this method. - setValue(ELContext, Object) - Method in class jakarta.el.ValueExpression
-
Evaluates the expression relative to the provided context, and sets the result to the provided value.
- setValue(ELContext, Object) - Method in class jakarta.servlet.jsp.jstl.core.IndexedValueExpression
- setValue(ELContext, Object) - Method in class jakarta.servlet.jsp.jstl.core.IteratedValueExpression
- setValue(ELContext, Object, Object, Object) - Method in class jakarta.el.ArrayELResolver
-
If the base object is a Java language array, attempts to set the value at the given index with the given value.
- setValue(ELContext, Object, Object, Object) - Method in class jakarta.el.BeanELResolver
-
If the base object is not
null
, attempts to set the value of the given property on this bean. - setValue(ELContext, Object, Object, Object) - Method in class jakarta.el.BeanNameELResolver
-
If the base is null and the property is a name that is resolvable by the BeanNameResolver, the bean in the BeanNameResolver is set to the given value.
- setValue(ELContext, Object, Object, Object) - Method in class jakarta.el.CompositeELResolver
-
Attempts to set the value of the given
property
object on the givenbase
object. - setValue(ELContext, Object, Object, Object) - Method in class jakarta.el.ELResolver
-
Attempts to set the value of the given
property
object on the givenbase
object. - setValue(ELContext, Object, Object, Object) - Method in class jakarta.el.ListELResolver
-
If the base object is a list, attempts to set the value at the given index with the given value.
- setValue(ELContext, Object, Object, Object) - Method in class jakarta.el.MapELResolver
-
If the base object is a map, attempts to set the value associated with the given key, as specified by the
property
argument. - setValue(ELContext, Object, Object, Object) - Method in class jakarta.el.ResourceBundleELResolver
-
If the base object is a ResourceBundle, throw a
PropertyNotWritableException
. - setValue(ELContext, Object, Object, Object) - Method in class jakarta.el.StaticFieldELResolver
-
Attempts to write to a static field.
- setValue(ELContext, Object, Object, Object) - Method in class jakarta.el.TypeConverter
- setValue(ELContext, Object, Object, Object) - Method in class jakarta.servlet.jsp.el.ImplicitObjectELResolver
-
If the base object is
null
, and the property matches the name of a JSP implicit object, throwsPropertyNotWritableException
to indicate that implicit objects cannot be overwritten. - setValue(ELContext, Object, Object, Object) - Method in class jakarta.servlet.jsp.el.ImportELResolver
-
Always a NO-OP since in normal usage
ScopedAttributeELResolver
will handle calls toELResolver.setValue(ELContext, Object, Object, Object)
. - setValue(ELContext, Object, Object, Object) - Method in class jakarta.servlet.jsp.el.NotFoundELResolver
-
Always a NO-OP since in normal usage
ScopedAttributeELResolver
will handle calls toELResolver.setValue(ELContext, Object, Object, Object)
. - setValue(ELContext, Object, Object, Object) - Method in class jakarta.servlet.jsp.el.ScopedAttributeELResolver
-
If the base object is
null
, sets an existing scoped attribute to the new value, or creates a new scoped attribute if one does not exist by this name. - setValue(Object) - Method in class jakarta.faces.component.UICommand
-
Sets the
value
property of theUICommand
. - setValue(Object) - Method in class jakarta.faces.component.UIData
-
Set the value of the
UIData
. - setValue(Object) - Method in class jakarta.faces.component.UIGraphic
-
Sets the
value
property of theUIGraphic
. - setValue(Object) - Method in class jakarta.faces.component.UIInput
- setValue(Object) - Method in class jakarta.faces.component.UIOutput
- setValue(Object) - Method in class jakarta.faces.component.UIParameter
-
Sets the
value
property of the\UIParameter
. - setValue(Object) - Method in class jakarta.faces.component.UISelectItem
-
Sets the
value
property of theUISelectItem
. - setValue(Object) - Method in class jakarta.faces.component.UISelectItems
-
Sets the
value
property of theUISelectItems
. - setValue(Object) - Method in interface jakarta.faces.component.ValueHolder
-
Set the value of this
UIComponent
(if any). - setValue(Object) - Method in class jakarta.faces.model.SelectItem
-
Set the value of this item, to be delivered to the model if this item is selected by this user.
- setValue(String) - Method in class jakarta.servlet.http.Cookie
-
Assigns a new value to this Cookie.
- setValue(String, Object) - Method in class jakarta.el.ELProcessor
-
Sets an expression with a new value.
- setValue(String, Object) - Method in class jakarta.servlet.jsp.tagext.TagSupport
-
Associate a value with a String key.
- setValueExpression(String, ValueExpression) - Method in class jakarta.faces.component.behavior.AjaxBehavior
-
Sets the
ValueExpression
used to calculate the value for the specified property name. - setValueExpression(String, ValueExpression) - Method in class jakarta.faces.component.UIComponent
-
Set the
ValueExpression
used to calculate the value for the specified attribute or property name, if any. - setValueExpression(String, ValueExpression) - Method in class jakarta.faces.component.UIData
-
Set the
ValueExpression
used to calculate the value for the specified attribute or property name, if any. - setValueExpression(String, ValueExpression) - Method in class jakarta.faces.component.UIGraphic
-
Store any
ValueExpression
specified forurl
undervalue
instead; otherwise, perform the default superclass processing for this method. - setValueExpression(String, ValueExpression) - Method in class jakarta.faces.component.UIImportConstants
-
Set the
ValueExpression
used to calculate the value for the specified attribute or property name, if any. - setValueExpression(String, ValueExpression) - Method in class jakarta.faces.component.UISelectBoolean
-
Store any
ValueExpression
specified forselected
undervalue
instead; otherwise, perform the default superclass processing for this method. - setValueExpression(String, ValueExpression) - Method in class jakarta.faces.component.UISelectItems
-
Set the
ValueExpression
used to calculate the value for the specified attribute or property name, if any. - setValueExpression(String, ValueExpression) - Method in class jakarta.faces.component.UISelectMany
-
Store any
ValueExpression
specified forselectedValues
undervalue
instead; otherwise, perform the default superclass processing for this method. - setValueExpression(String, ValueExpression) - Method in class jakarta.faces.component.UIWebsocket
-
Set the
ValueExpression
used to calculate the value for the specified attribute or property name, if any. - setVar(String) - Method in class jakarta.faces.component.UIData
-
Set the request-scope attribute under which the data object for the current row wil be exposed when iterating.
- setVar(String) - Method in class jakarta.faces.component.UIImportConstants
-
Sets name of request scope attribute under which constants will be exposed as a Map.
- setVar(String) - Method in class jakarta.servlet.jsp.jstl.core.ConditionalTagSupport
-
Sets the 'var' attribute.
- setVar(String) - Method in class jakarta.servlet.jsp.jstl.core.LoopTagSupport
-
Sets the 'var' attribute.
- setVariable(String, ValueExpression) - Method in class jakarta.el.ELManager
-
Assign a ValueExpression to a Jakarta Expression Language variable, replacing any previous assignment to the same variable.
- setVariable(String, ValueExpression) - Method in class jakarta.el.VariableMapper
-
Assign a ValueExpression to an Jakarta Expression Language variable, replacing any previously assignment to the same variable.
- setVariable(String, String) - Method in class jakarta.el.ELProcessor
-
Assign a Jakarta Expression Language expression to a Jakarta Expression Language variable.
- setVariableMapper(VariableMapper) - Method in class jakarta.faces.view.facelets.FaceletContext
-
Set the VariableMapper to use in EL evaluation/creation.
- setVarStatus(String) - Method in class jakarta.servlet.jsp.jstl.core.LoopTagSupport
-
Sets the 'varStatus' attribute.
- setVersion(int) - Method in class jakarta.servlet.http.Cookie
-
Deprecated, for removal: This API element is subject to removal in a future version.This is no longer required with RFC 6265
- setViewHandler(ViewHandler) - Method in class jakarta.faces.application.Application
-
Set the
ViewHandler
instance that will be utilized during the Restore View and Render Response phases of the request processing lifecycle. - setViewHandler(ViewHandler) - Method in class jakarta.faces.application.ApplicationWrapper
-
The default behavior of this method is to call
Application.setViewHandler(ViewHandler)
on the wrappedApplication
object. - setViewId(String) - Method in class jakarta.faces.component.UIViewRoot
-
Set the view identifier for this view.
- setViewRoot(UIViewRoot) - Method in class jakarta.faces.context.FacesContext
-
Set the root component that is associated with this request.
- setViewRoot(UIViewRoot) - Method in class jakarta.faces.context.FacesContextWrapper
-
The default behavior of this method is to call
FacesContext.setViewRoot(UIViewRoot)
on the wrappedFacesContext
object. - setWarnClass(String) - Method in class jakarta.faces.component.html.HtmlMessage
-
Set the value of the
warnClass
property. - setWarnClass(String) - Method in class jakarta.faces.component.html.HtmlMessages
-
Set the value of the
warnClass
property. - setWarnStyle(String) - Method in class jakarta.faces.component.html.HtmlMessage
-
Set the value of the
warnStyle
property. - setWarnStyle(String) - Method in class jakarta.faces.component.html.HtmlMessages
-
Set the value of the
warnStyle
property. - setWidth(String) - Method in class jakarta.faces.component.html.HtmlDataTable
-
Set the value of the
width
property. - setWidth(String) - Method in class jakarta.faces.component.html.HtmlGraphicImage
-
Set the value of the
width
property. - setWidth(String) - Method in class jakarta.faces.component.html.HtmlPanelGrid
-
Set the value of the
width
property. - setWrappedData(Object) - Method in class jakarta.faces.model.ArrayDataModel
- setWrappedData(Object) - Method in class jakarta.faces.model.CollectionDataModel
-
Set the wrapped data.
- setWrappedData(Object) - Method in class jakarta.faces.model.DataModel
-
Set the object representing the data collection wrapped by this
DataModel
. - setWrappedData(Object) - Method in class jakarta.faces.model.IterableDataModel
-
Set the object representing the data collection wrapped by this
DataModel
. - setWrappedData(Object) - Method in class jakarta.faces.model.ListDataModel
- setWrappedData(Object) - Method in class jakarta.faces.model.ResultSetDataModel
- setWrappedData(Object) - Method in class jakarta.faces.model.ScalarDataModel
- setWriteListener(WriteListener) - Method in class jakarta.servlet.ServletOutputStream
-
Instructs the
ServletOutputStream
to invoke the providedWriteListener
when it is possible to write - setXmlns(String) - Method in class jakarta.faces.component.html.HtmlBody
-
Set the value of the
xmlns
property. - setXmlns(String) - Method in class jakarta.faces.component.html.HtmlHead
-
Set the value of the
xmlns
property. - SEVERITY_ERROR - Static variable in class jakarta.faces.application.FacesMessage
-
Message severity level indicating that an error has occurred.
- SEVERITY_FATAL - Static variable in class jakarta.faces.application.FacesMessage
-
Message severity level indicating that a serious error has occurred.
- SEVERITY_INFO - Static variable in class jakarta.faces.application.FacesMessage
-
Message severity level indicating an informational message rather than an error.
- SEVERITY_WARN - Static variable in class jakarta.faces.application.FacesMessage
-
Message severity level indicating that an error might have occurred.
- shape - jakarta.faces.component.html.HtmlCommandLink.PropertyKeys
- shape - jakarta.faces.component.html.HtmlOutcomeTargetLink.PropertyKeys
- shape - jakarta.faces.component.html.HtmlOutputLink.PropertyKeys
- shareable() - Method in annotation type jakarta.annotation.Resource
-
Indicates whether this resource can be shared between this component and other components.
- SharedCacheMode - Enum in jakarta.persistence
-
Specifies how the provider must use a second-level cache for the persistence unit.
- SHORT - jakarta.enterprise.lang.model.AnnotationMember.Kind
-
A primitive
short
value. - SHORT - jakarta.enterprise.lang.model.types.PrimitiveType.PrimitiveKind
- SHORT_ID - Static variable in class jakarta.faces.convert.ShortConverter
-
The message identifier of the
FacesMessage
to be created if the conversion toShort
fails. - ShortConverter - Class in jakarta.faces.convert
-
Converter
implementation forjava.lang.Short
(and short primitive) values. - ShortConverter() - Constructor for class jakarta.faces.convert.ShortConverter
- shortname - Variable in class jakarta.servlet.jsp.tagext.TagLibraryInfo
-
The preferred short name (prefix) as indicated in the TLD.
- shortName() - Method in annotation type jakarta.faces.event.NamedEvent
-
The value of this annotation attribute is taken to be the short name for the
ComponentSystemEvent
. - Shutdown - Class in jakarta.enterprise.event
- Shutdown() - Constructor for class jakarta.enterprise.event.Shutdown
- sign(Expression<? extends Number>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create an expression that returns the sign of its argument, that is,
1
if its argument is positive,-1
if its argument is negative, or0
if its argument is exactly zero. - simpleName() - Method in interface jakarta.enterprise.lang.model.declarations.ClassInfo
-
Returns the simple name of this class, as defined by The Java™ Language Specification; in other words, the class name as returned by
Class.getSimpleName()
. - SimpleTag - Interface in jakarta.servlet.jsp.tagext
-
Interface for defining Simple Tag Handlers.
- SimpleTagSupport - Class in jakarta.servlet.jsp.tagext
-
A base class for defining tag handlers implementing SimpleTag.
- SimpleTagSupport() - Constructor for class jakarta.servlet.jsp.tagext.SimpleTagSupport
-
Sole constructor.
- SINGLE_TABLE - jakarta.persistence.InheritanceType
-
A single table per class hierarchy.
- Singleton - Annotation Type in jakarta.ejb
-
Component-defining annotation for a singleton session bean.
- Singleton - Annotation Type in jakarta.inject
-
Identifies a type that the injector only instantiates once.
- SINGLETON - jakarta.enterprise.inject.spi.SessionBeanType
-
A singleton (
jakarta.ejb.Singleton
) session bean - SingletonLiteral - Class in jakarta.enterprise.inject.literal
-
Supports inline instantiation of the
Singleton
annotation. - SingletonLiteral() - Constructor for class jakarta.enterprise.inject.literal.SingletonLiteral
- SINGULAR_ATTRIBUTE - jakarta.persistence.metamodel.Bindable.BindableType
-
Single-valued attribute type
- SingularAttribute<X,T> - Interface in jakarta.persistence.metamodel
-
Instances of the type
SingularAttribute
represents persistent single-valued properties or fields. - size - jakarta.faces.component.html.HtmlInputFile.PropertyKeys
-
Deprecated, for removal: This API element is subject to removal in a future version.
- size - jakarta.faces.component.html.HtmlInputSecret.PropertyKeys
- size - jakarta.faces.component.html.HtmlInputText.PropertyKeys
- size - jakarta.faces.component.html.HtmlSelectManyListbox.PropertyKeys
- size - jakarta.faces.component.html.HtmlSelectOneListbox.PropertyKeys
- size() - Method in class jakarta.faces.context.FlashWrapper
-
The default behavior of this method is to call
Map.size()
on the wrappedFlash
object. - size() - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
- size(C) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create an expression that tests the size of a collection.
- size(Expression<C>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create an expression that tests the size of a collection.
- Size - Annotation Type in jakarta.validation.constraints
-
The annotated element size must be between the specified boundaries (included).
- Size.List - Annotation Type in jakarta.validation.constraints
-
Defines several
Size
annotations on the same element. - SKIP - jakarta.validation.metadata.ValidateUnwrappedValue
-
The value is not unwrapped before validation, i.e.
- SKIP_BODY - Static variable in interface jakarta.servlet.jsp.tagext.Tag
-
Skip body evaluation.
- SKIP_ITERATION - jakarta.faces.component.visit.VisitHint
-
Hint that indicates that components that normally visit children multiple times (eg.
- SKIP_PAGE - Static variable in interface jakarta.servlet.jsp.tagext.Tag
-
Skip the rest of the page.
- SKIP_TRANSIENT - jakarta.faces.component.visit.VisitHint
-
Hint that indicates that only non-transient subtrees should be visited.
- SKIP_UNRENDERED - jakarta.faces.component.visit.VisitHint
-
Hint that indicates that only the rendered subtrees should be visited.
- SKIP_VIRTUAL_COMPONENTS - jakarta.faces.component.search.SearchExpressionHint
-
Hint that indicates that only real
UIComponent
s should be resolved. - skipArray() - Method in interface jakarta.json.stream.JsonParser
-
Advance the parser to
END_ARRAY
. - SkipIfPortableExtensionPresent - Annotation Type in jakarta.enterprise.inject.build.compatible.spi
-
If a build compatible extension is annotated
@SkipIfPortableExtensionPresent
, it is ignored when the CDI container can execute portable extensions and determines that a portable extension of given class is present. - skipObject() - Method in interface jakarta.json.stream.JsonParser
-
Advance the parser to
END_OBJECT
. - SkipPageException - Exception in jakarta.servlet.jsp
-
Exception to indicate the calling page must cease evaluation.
- SkipPageException() - Constructor for exception jakarta.servlet.jsp.SkipPageException
-
Creates a SkipPageException with no message.
- SkipPageException(String) - Constructor for exception jakarta.servlet.jsp.SkipPageException
-
Creates a SkipPageException with the provided message.
- SkipPageException(String, Throwable) - Constructor for exception jakarta.servlet.jsp.SkipPageException
-
Creates a SkipPageException with the provided message and root cause.
- SkipPageException(Throwable) - Constructor for exception jakarta.servlet.jsp.SkipPageException
-
Creates a SkipPageException with the provided root cause.
- SkippedException - Exception in jakarta.enterprise.concurrent
-
Exception indicating that the result of a value-producing task cannot be retrieved because the task run was skipped.
- SkippedException() - Constructor for exception jakarta.enterprise.concurrent.SkippedException
-
Constructs an SkippedException with null as its detail message.
- SkippedException(String) - Constructor for exception jakarta.enterprise.concurrent.SkippedException
-
Constructs an SkippedException exception with the specified detail message.
- SkippedException(String, Throwable) - Constructor for exception jakarta.enterprise.concurrent.SkippedException
-
Constructs an SkippedException exception with the specified detail message and cause.
- SkippedException(Throwable) - Constructor for exception jakarta.enterprise.concurrent.SkippedException
-
Constructs an SkippedException exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
- skipRun(LastExecution, ZonedDateTime) - Method in interface jakarta.enterprise.concurrent.ZonedTrigger
-
Return true if this run instance should be skipped.
- skipRun(LastExecution, Date) - Method in interface jakarta.enterprise.concurrent.Trigger
-
Return true if this run instance should be skipped.
- skipRun(LastExecution, Date) - Method in interface jakarta.enterprise.concurrent.ZonedTrigger
-
Return true if this run instance should be skipped.
- smallIcon() - Method in annotation type jakarta.servlet.annotation.WebFilter
-
The small-icon of the filter
- smallIcon() - Method in annotation type jakarta.servlet.annotation.WebServlet
-
The small-icon of the servlet
- some(Subquery<Y>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create a some expression over the subquery results.
- sourceClass() - Method in annotation type jakarta.faces.event.ListenerFor
-
The kind of object that emits events of the type given by the value of the
ListenerFor.systemEventClass()
attribute. - Specializes - Annotation Type in jakarta.enterprise.inject
-
Indicates that a bean directly specializes another bean.
- Specializes.Literal - Class in jakarta.enterprise.inject
-
Supports inline instantiation of the
Specializes
annotation. - splitExpressions(FacesContext, String) - Method in class jakarta.faces.component.search.SearchExpressionHandler
-
Splits an string, based on
SearchExpressionHandler.getExpressionSeperatorChars(jakarta.faces.context.FacesContext)
with possible multiple expressions into an array. - splitExpressions(FacesContext, String) - Method in class jakarta.faces.component.search.SearchExpressionHandlerWrapper
- SQL_DATA_SOURCE - Static variable in class jakarta.servlet.jsp.jstl.core.Config
-
Name of configuration setting for SQL data source
- SQL_MAX_ROWS - Static variable in class jakarta.servlet.jsp.jstl.core.Config
-
Name of configuration setting for maximum number of rows to be included in SQL query result
- SQLExecutionTag - Interface in jakarta.servlet.jsp.jstl.sql
-
This interface allows tag handlers implementing it to receive values for parameter markers in their SQL statements.
- SqlResultSetMapping - Annotation Type in jakarta.persistence
-
Specifies the mapping of the result of a native SQL query or stored procedure.
- SqlResultSetMappings - Annotation Type in jakarta.persistence
-
Is used to define one or more
SqlResultSetMapping
annotations. - sqrt(Expression<? extends Number>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create an expression that returns the square root of its argument.
- Sse - Interface in jakarta.ws.rs.sse
-
Server-side entry point for creating
OutboundSseEvent
andSseBroadcaster
. - SseBroadcaster - Interface in jakarta.ws.rs.sse
-
Server-Sent events broadcasting facility.
- SseEvent - Interface in jakarta.ws.rs.sse
-
Base Server Sent Event definition.
- SseEventSink - Interface in jakarta.ws.rs.sse
-
Outbound Server-Sent Events stream.
- SseEventSource - Interface in jakarta.ws.rs.sse
-
Client for reading and processing
incoming Server-Sent Events
. - SseEventSource.Builder - Class in jakarta.ws.rs.sse
-
JAX-RS
SseEventSource
builder class. - SSL - jakarta.servlet.SessionTrackingMode
- SSL_CLIENT_AUTHENTICATION - Static variable in interface jakarta.ws.rs.SeBootstrap.Configuration
-
Configuration key for the secure socket client authentication policy.
- SSL_CONTEXT - Static variable in interface jakarta.ws.rs.SeBootstrap.Configuration
-
Configuration key for the secure socket configuration to be used.
- sslClientAuthentication() - Method in interface jakarta.ws.rs.SeBootstrap.Configuration
-
Convenience method to get the secure socket client authentication policy.
- sslClientAuthentication(SeBootstrap.Configuration.SSLClientAuthentication) - Method in interface jakarta.ws.rs.SeBootstrap.Configuration.Builder
-
Convenience method to set SSL client authentication policy.
- sslContext() - Method in interface jakarta.ws.rs.SeBootstrap.Configuration
-
Convenience method to get the
sslContext
to be used. - sslContext(SSLContext) - Method in class jakarta.websocket.ClientEndpointConfig.Builder
-
Assign the SSLContext to be used when connection to the WebSocket server.
- sslContext(SSLContext) - Method in class jakarta.ws.rs.client.ClientBuilder
-
Set the SSL context that will be used when creating secured transport connections to server endpoints from
web targets
created by the client instance that is using this SSL context. - sslContext(SSLContext) - Method in interface jakarta.ws.rs.SeBootstrap.Configuration.Builder
-
Convenience method to set the
sslContext
to be used. - StandardELContext - Class in jakarta.el
-
A standard ELContext suitable for use in a stand alone environment.
- StandardELContext(ELContext) - Constructor for class jakarta.el.StandardELContext
-
Construct a StandardELContext from another ELContext.
- StandardELContext(ExpressionFactory) - Constructor for class jakarta.el.StandardELContext
-
Construct a default ELContext for a stand-alone environment.
- start(Application) - Static method in interface jakarta.ws.rs.SeBootstrap
-
Starts the provided application using a default configuration.
- start(Application, SeBootstrap.Configuration) - Static method in interface jakarta.ws.rs.SeBootstrap
-
Starts the provided application using the specified configuration.
- start(Class<? extends Application>) - Static method in interface jakarta.ws.rs.SeBootstrap
-
Starts the provided application using a default configuration.
- start(Class<? extends Application>, SeBootstrap.Configuration) - Static method in interface jakarta.ws.rs.SeBootstrap
-
Starts the provided application using the specified configuration.
- start(Runnable) - Method in interface jakarta.servlet.AsyncContext
-
Causes the container to dispatch a thread, possibly from a managed thread pool, to run the specified Runnable.
- start(Date) - Method in class jakarta.ejb.ScheduleExpression
-
Set the start date.
- START_ARRAY - jakarta.json.stream.JsonParser.Event
-
Start of a JSON array.
- START_OBJECT - jakarta.json.stream.JsonParser.Event
-
Start of a JSON object.
- startAsync() - Method in interface jakarta.servlet.ServletRequest
-
Puts this request into asynchronous mode, and initializes its
AsyncContext
with the original (unwrapped) ServletRequest and ServletResponse objects. - startAsync() - Method in class jakarta.servlet.ServletRequestWrapper
-
The default behavior of this method is to invoke
ServletRequest.startAsync()
on the wrapped request object. - startAsync(ServletRequest, ServletResponse) - Method in interface jakarta.servlet.ServletRequest
-
Puts this request into asynchronous mode, and initializes its
AsyncContext
with the given request and response objects. - startAsync(ServletRequest, ServletResponse) - Method in class jakarta.servlet.ServletRequestWrapper
-
The default behavior of this method is to invoke
ServletRequest.startAsync(ServletRequest, ServletResponse)
on the wrapped request object. - startCDATA() - Method in class jakarta.faces.context.ResponseWriter
-
Open an XML
CDATA
block. - startCDATA() - Method in class jakarta.faces.context.ResponseWriterWrapper
-
The default behavior of this method is to call
ResponseWriter.startCDATA()
on the wrappedResponseWriter
object. - startDocument() - Method in class jakarta.faces.context.PartialResponseWriter
-
Write the start of a partial response.
- startDocument() - Method in class jakarta.faces.context.ResponseWriter
-
Write whatever text should begin a response.
- startDocument() - Method in class jakarta.faces.context.ResponseWriterWrapper
-
The default behavior of this method is to call
ResponseWriter.startDocument()
on the wrappedResponseWriter
object. - startElement(String, UIComponent) - Method in class jakarta.faces.context.ResponseWriter
-
Write the start of an element, up to and including the element name.
- startElement(String, UIComponent) - Method in class jakarta.faces.context.ResponseWriterWrapper
-
The default behavior of this method is to call
ResponseWriter.startElement(String, jakarta.faces.component.UIComponent)
on the wrappedResponseWriter
object. - startError(String) - Method in class jakarta.faces.context.PartialResponseWriter
-
Write the start of an error.
- startEval() - Method in class jakarta.faces.context.PartialResponseWriter
-
Write the start of an eval operation.
- startExtension(Map<String, String>) - Method in class jakarta.faces.context.PartialResponseWriter
-
Write the start of an extension operation.
- startInsertAfter(String) - Method in class jakarta.faces.context.PartialResponseWriter
-
Write the start of an insert operation where the contents will be inserted after the specified target node.
- startInsertBefore(String) - Method in class jakarta.faces.context.PartialResponseWriter
-
Write the start of an insert operation where the contents will be inserted before the specified target node.
- Startup - Class in jakarta.enterprise.event
- Startup - Annotation Type in jakarta.ejb
-
Mark a singleton bean for eager initialization during the application startup sequence.
- Startup() - Constructor for class jakarta.enterprise.event.Startup
- startUpdate(String) - Method in class jakarta.faces.context.PartialResponseWriter
-
Write the start of an update operation.
- STATE - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
- STATE_SAVING_METHOD_CLIENT - Static variable in class jakarta.faces.application.StateManager
-
Constant value for the initialization parameter named by the
STATE_SAVING_METHOD_PARAM_NAME
that indicates state saving should take place on the client. - STATE_SAVING_METHOD_PARAM_NAME - Static variable in class jakarta.faces.application.StateManager
-
The
ServletContext
init parameter consulted by theStateManager
to tell where the state should be saved. - STATE_SAVING_METHOD_SERVER - Static variable in class jakarta.faces.application.StateManager
-
Constant value for the initialization parameter named by the
STATE_SAVING_METHOD_PARAM_NAME
that indicates state saving should take place on the server. - Stateful - Annotation Type in jakarta.ejb
-
Component-defining annotation for a stateful session bean.
- STATEFUL - jakarta.enterprise.inject.spi.SessionBeanType
-
A stateful (
jakarta.ejb.Stateful
) session bean - StatefulTimeout - Annotation Type in jakarta.ejb
-
Specifies the amount of time a stateful session bean can be idle (not receive any client invocations) before it is eligible for removal by the container.
- StateHelper - Interface in jakarta.faces.component
-
Define a
Map
-like contract that makes it easier for components to implementPartialStateHolder
. - StateHolder - Interface in jakarta.faces.component
-
This interface is implemented by classes that need to save their state between requests.
- Stateless - Annotation Type in jakarta.ejb
-
Component-defining annotation for a stateless session bean.
- STATELESS - jakarta.enterprise.inject.spi.SessionBeanType
-
A stateless (
jakarta.ejb.Stateless
) session bean - StateManagementStrategy - Class in jakarta.faces.view
-
Encapsulate the saving and restoring of the view to enable the VDL to take over the responsibility for handling this feature.
- StateManagementStrategy() - Constructor for class jakarta.faces.view.StateManagementStrategy
- StateManager - Class in jakarta.faces.application
-
StateManager directs the process of saving and restoring the view between requests.
- StateManager() - Constructor for class jakarta.faces.application.StateManager
- StateManagerWrapper - Class in jakarta.faces.application
-
Provides a simple implementation of
StateManager
that can be subclassed by developers wishing to provide specialized behavior to an existingStateManager
instance. - StateManagerWrapper(StateManager) - Constructor for class jakarta.faces.application.StateManagerWrapper
-
If this state manager has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.
- StaticFieldELResolver - Class in jakarta.el
-
An
ELResolver
for resolving static fields, enum constants and static methods. - StaticFieldELResolver() - Constructor for class jakarta.el.StaticFieldELResolver
- StaticMetamodel - Annotation Type in jakarta.persistence.metamodel
-
The
StaticMetamodel
annotation specifies that the class is a metamodel class that represents the entity, mapped superclass, or embeddable class designated by the value element. - status(int) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
-
Set the status on the ResponseBuilder.
- status(int) - Static method in class jakarta.ws.rs.core.Response
-
Create a new ResponseBuilder with the supplied status.
- status(int, String) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
-
Set the status on the ResponseBuilder.
- status(int, String) - Static method in class jakarta.ws.rs.core.Response
-
Create a new ResponseBuilder with the supplied status and reason phrase.
- status(Response.Status) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
-
Set the status on the ResponseBuilder.
- status(Response.Status) - Static method in class jakarta.ws.rs.core.Response
-
Create a new ResponseBuilder with the supplied status.
- status(Response.StatusType) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
-
Set the status on the ResponseBuilder.
- status(Response.StatusType) - Static method in class jakarta.ws.rs.core.Response
-
Create a new ResponseBuilder with the supplied status.
- Status - Interface in jakarta.transaction
-
The Status interface defines static variables used for transaction status codes.
- STATUS_ACTIVE - Static variable in interface jakarta.transaction.Status
-
A transaction is associated with the target object and it is in the active state.
- STATUS_COMMITTED - Static variable in interface jakarta.transaction.Status
-
A transaction is associated with the target object and it has been committed.
- STATUS_COMMITTING - Static variable in interface jakarta.transaction.Status
-
A transaction is associated with the target object and it is in the process of committing.
- STATUS_MARKED_ROLLBACK - Static variable in interface jakarta.transaction.Status
-
A transaction is associated with the target object and it has been marked for rollback, perhaps as a result of a setRollbackOnly operation.
- STATUS_NO_TRANSACTION - Static variable in interface jakarta.transaction.Status
-
No transaction is currently associated with the target object.
- STATUS_PREPARED - Static variable in interface jakarta.transaction.Status
-
A transaction is associated with the target object and it has been prepared.
- STATUS_PREPARING - Static variable in interface jakarta.transaction.Status
-
A transaction is associated with the target object and it is in the process of preparing.
- STATUS_ROLLEDBACK - Static variable in interface jakarta.transaction.Status
-
A transaction is associated with the target object and the outcome has been determined to be rollback.
- STATUS_ROLLING_BACK - Static variable in interface jakarta.transaction.Status
-
A transaction is associated with the target object and it is in the process of rolling back.
- STATUS_UNKNOWN - Static variable in interface jakarta.transaction.Status
-
A transaction is associated with the target object but its current status cannot be determined.
- statusId - Variable in class jakarta.servlet.jsp.jstl.core.LoopTagSupport
-
Attribute-exposing control
- step - Variable in class jakarta.servlet.jsp.jstl.core.LoopTagSupport
-
Iteration step ('step' attribute)
- stepSpecified - Variable in class jakarta.servlet.jsp.jstl.core.LoopTagSupport
-
Boolean flag indicating whether 'step' was specified.
- stereotype(ClassInfo) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticBeanBuilder
-
Adds
stereotypeAnnotation
to the set of stereotypes of this synthetic bean. - stereotype(Class<? extends Annotation>) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticBeanBuilder
-
Adds
stereotypeAnnotation
to the set of stereotypes of this synthetic bean. - Stereotype - Annotation Type in jakarta.enterprise.inject
-
Specifies that an annotation type is a stereotype.
- StereotypeInfo - Interface in jakarta.enterprise.inject.build.compatible.spi
-
A stereotype.
- stereotypes() - Method in interface jakarta.enterprise.inject.build.compatible.spi.BeanInfo
-
Returns a collection of this bean's stereotypes.
- stereotypes(Set<Class<? extends Annotation>>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanAttributesConfigurator
-
Replace stereotypes on the configured bean
- stereotypes(Set<Class<? extends Annotation>>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
-
Replace stereotypes on the configured bean
- stop() - Method in interface jakarta.ws.rs.SeBootstrap.Instance
-
Initiate immediate shutdown of running application instance.
- stopOnShutdown(Consumer<SeBootstrap.Instance.StopResult>) - Method in interface jakarta.ws.rs.SeBootstrap.Instance
-
Registers a consumer for a
SeBootstrap.Instance.StopResult
which will be executed in a new thread during the JVM shutdown phase. - store - Variable in class jakarta.ws.rs.core.AbstractMultivaluedMap
-
Backing store for the [key, multi-value] pairs.
- StoredProcedureParameter - Annotation Type in jakarta.persistence
-
Specifies a parameter of a named stored procedure query.
- StoredProcedureQuery - Interface in jakarta.persistence
-
Interface used to control stored procedure query execution.
- strategy() - Method in annotation type jakarta.persistence.GeneratedValue
-
(Optional) The primary key generation strategy that the persistence provider must use to generate the annotated entity primary key.
- strategy() - Method in annotation type jakarta.persistence.Inheritance
-
The strategy to be used for the entity inheritance hierarchy.
- stream() - Method in interface jakarta.enterprise.inject.Instance
-
When called, provides back a Stream of the beans available in this Instance.
- StreamingOutput - Interface in jakarta.ws.rs.core
-
A type that may be used as a resource method return value or as the entity in a
Response
when the application wishes to stream the output. - STRICT - jakarta.ws.rs.core.NewCookie.SameSite
-
The
Strict
mode prevents clients from sending cookies with any cross-site request. - STRICT_IJSON - Static variable in class jakarta.json.bind.JsonbConfig
-
Property used to specify strict I-JSON serialization compliance.
- STRING - jakarta.enterprise.lang.model.AnnotationMember.Kind
-
A
String
value. - STRING - jakarta.json.JsonValue.ValueType
-
JSON string.
- STRING - jakarta.persistence.DiscriminatorType
-
String as the discriminator type.
- STRING - jakarta.persistence.EnumType
-
Persist enumerated type property or field as a string.
- STRING_ID - Static variable in class jakarta.faces.convert.BigDecimalConverter
-
The message identifier of the
FacesMessage
to be created if the conversion of theBigDecimal
value toString
fails. - STRING_ID - Static variable in class jakarta.faces.convert.BigIntegerConverter
-
The message identifier of the
FacesMessage
to be created if the conversion of theBigInteger
value toString
fails. - STRING_ID - Static variable in class jakarta.faces.convert.BooleanConverter
-
The message identifier of the
FacesMessage
to be created if the conversion of theBoolean
value toString
fails. - STRING_ID - Static variable in class jakarta.faces.convert.ByteConverter
-
The message identifier of the
FacesMessage
to be created if the conversion of theByte
value toString
fails. - STRING_ID - Static variable in class jakarta.faces.convert.CharacterConverter
-
The message identifier of the
FacesMessage
to be created if the conversion of theCharacter
value toString
fails. - STRING_ID - Static variable in class jakarta.faces.convert.DateTimeConverter
-
The message identifier of the
FacesMessage
to be created if the conversion of theDateTime
value toString
fails. - STRING_ID - Static variable in class jakarta.faces.convert.DoubleConverter
-
The message identifier of the
FacesMessage
to be created if the conversion of theDouble
value toString
fails. - STRING_ID - Static variable in class jakarta.faces.convert.FloatConverter
-
The message identifier of the
FacesMessage
to be created if the conversion of theFloat
value toString
fails. - STRING_ID - Static variable in class jakarta.faces.convert.IntegerConverter
-
The message identifier of the
FacesMessage
to be created if the conversion of theInteger
value toString
fails. - STRING_ID - Static variable in class jakarta.faces.convert.LongConverter
-
The message identifier of the
FacesMessage
to be created if the conversion of theLong
value toString
fails. - STRING_ID - Static variable in class jakarta.faces.convert.NumberConverter
-
The message identifier of the
FacesMessage
to be created if the conversion of theNumber
value toString
fails. - STRING_ID - Static variable in class jakarta.faces.convert.ShortConverter
-
The message identifier of the
FacesMessage
to be created if the conversion of theShort
value toString
fails. - style - jakarta.faces.component.html.HtmlBody.PropertyKeys
- style - jakarta.faces.component.html.HtmlCommandButton.PropertyKeys
- style - jakarta.faces.component.html.HtmlCommandLink.PropertyKeys
- style - jakarta.faces.component.html.HtmlDataTable.PropertyKeys
- style - jakarta.faces.component.html.HtmlForm.PropertyKeys
- style - jakarta.faces.component.html.HtmlGraphicImage.PropertyKeys
- style - jakarta.faces.component.html.HtmlInputFile.PropertyKeys
- style - jakarta.faces.component.html.HtmlInputSecret.PropertyKeys
- style - jakarta.faces.component.html.HtmlInputText.PropertyKeys
- style - jakarta.faces.component.html.HtmlInputTextarea.PropertyKeys
- style - jakarta.faces.component.html.HtmlMessage.PropertyKeys
- style - jakarta.faces.component.html.HtmlMessages.PropertyKeys
- style - jakarta.faces.component.html.HtmlOutcomeTargetButton.PropertyKeys
- style - jakarta.faces.component.html.HtmlOutcomeTargetLink.PropertyKeys
- style - jakarta.faces.component.html.HtmlOutputFormat.PropertyKeys
- style - jakarta.faces.component.html.HtmlOutputLabel.PropertyKeys
- style - jakarta.faces.component.html.HtmlOutputLink.PropertyKeys
- style - jakarta.faces.component.html.HtmlOutputText.PropertyKeys
- style - jakarta.faces.component.html.HtmlPanelGrid.PropertyKeys
- style - jakarta.faces.component.html.HtmlPanelGroup.PropertyKeys
- style - jakarta.faces.component.html.HtmlSelectBooleanCheckbox.PropertyKeys
- style - jakarta.faces.component.html.HtmlSelectManyCheckbox.PropertyKeys
- style - jakarta.faces.component.html.HtmlSelectManyListbox.PropertyKeys
- style - jakarta.faces.component.html.HtmlSelectManyMenu.PropertyKeys
- style - jakarta.faces.component.html.HtmlSelectOneListbox.PropertyKeys
- style - jakarta.faces.component.html.HtmlSelectOneMenu.PropertyKeys
- style - jakarta.faces.component.html.HtmlSelectOneRadio.PropertyKeys
- styleClass - jakarta.faces.component.html.HtmlBody.PropertyKeys
- styleClass - jakarta.faces.component.html.HtmlColumn.PropertyKeys
- styleClass - jakarta.faces.component.html.HtmlCommandButton.PropertyKeys
- styleClass - jakarta.faces.component.html.HtmlCommandLink.PropertyKeys
- styleClass - jakarta.faces.component.html.HtmlDataTable.PropertyKeys
- styleClass - jakarta.faces.component.html.HtmlForm.PropertyKeys
- styleClass - jakarta.faces.component.html.HtmlGraphicImage.PropertyKeys
- styleClass - jakarta.faces.component.html.HtmlInputFile.PropertyKeys
- styleClass - jakarta.faces.component.html.HtmlInputSecret.PropertyKeys
- styleClass - jakarta.faces.component.html.HtmlInputText.PropertyKeys
- styleClass - jakarta.faces.component.html.HtmlInputTextarea.PropertyKeys
- styleClass - jakarta.faces.component.html.HtmlMessage.PropertyKeys
- styleClass - jakarta.faces.component.html.HtmlMessages.PropertyKeys
- styleClass - jakarta.faces.component.html.HtmlOutcomeTargetButton.PropertyKeys
- styleClass - jakarta.faces.component.html.HtmlOutcomeTargetLink.PropertyKeys
- styleClass - jakarta.faces.component.html.HtmlOutputFormat.PropertyKeys
- styleClass - jakarta.faces.component.html.HtmlOutputLabel.PropertyKeys
- styleClass - jakarta.faces.component.html.HtmlOutputLink.PropertyKeys
- styleClass - jakarta.faces.component.html.HtmlOutputText.PropertyKeys
- styleClass - jakarta.faces.component.html.HtmlPanelGrid.PropertyKeys
- styleClass - jakarta.faces.component.html.HtmlPanelGroup.PropertyKeys
- styleClass - jakarta.faces.component.html.HtmlSelectBooleanCheckbox.PropertyKeys
- styleClass - jakarta.faces.component.html.HtmlSelectManyCheckbox.PropertyKeys
- styleClass - jakarta.faces.component.html.HtmlSelectManyListbox.PropertyKeys
- styleClass - jakarta.faces.component.html.HtmlSelectManyMenu.PropertyKeys
- styleClass - jakarta.faces.component.html.HtmlSelectOneListbox.PropertyKeys
- styleClass - jakarta.faces.component.html.HtmlSelectOneMenu.PropertyKeys
- styleClass - jakarta.faces.component.html.HtmlSelectOneRadio.PropertyKeys
- subclassSubgraphs() - Method in annotation type jakarta.persistence.NamedEntityGraph
-
(Optional) A list of subgraphs that will add additional attributes for subclasses of the annotated entity class to the entity graph.
- subgraph() - Method in annotation type jakarta.persistence.NamedAttributeNode
-
(Optional) If the attribute references a managed type that has its own AttributeNodes, this element is used to refer to that NamedSubgraph definition.
- Subgraph<T> - Interface in jakarta.persistence
-
This type represents a subgraph for an attribute node that corresponds to a Managed Type.
- subgraphs() - Method in annotation type jakarta.persistence.NamedEntityGraph
-
(Optional) A list of subgraphs that are included in the entity graph.
- SUBJECT_IDENTIFIER - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
- SUBJECT_TYPES_SUPPORTED - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
- SubjectKeyIDRequest(byte[]) - Constructor for class jakarta.security.auth.message.callback.PrivateKeyCallback.SubjectKeyIDRequest
-
Construct a SubjectKeyIDRequest with an subjectKeyID.
- subjectTypeSupported() - Method in annotation type jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdProviderMetadata
-
Required.
- submit() - Method in interface jakarta.ws.rs.client.Invocation
-
Submit the request for an asynchronous invocation and receive a future response back.
- submit(InvocationCallback<T>) - Method in interface jakarta.ws.rs.client.Invocation
-
Submit the request for an asynchronous invocation and register an
InvocationCallback
to process the future result of the invocation. - submit(GenericType<T>) - Method in interface jakarta.ws.rs.client.Invocation
-
Submit the request for an asynchronous invocation and receive a future response of the specified generic type back.
- submit(Class<T>) - Method in interface jakarta.ws.rs.client.Invocation
-
Submit the request for an asynchronous invocation and receive a future response of the specified type back.
- SUBMITTING - jakarta.faces.component.behavior.ClientBehaviorHint
-
Hint that indicates that ClientBehavior implementation posts back to the server.
- subprotocols() - Method in annotation type jakarta.websocket.ClientEndpoint
-
The names of the subprotocols this client supports.
- subprotocols() - Method in annotation type jakarta.websocket.server.ServerEndpoint
-
The ordered array of web socket protocols this endpoint supports.
- subprotocols(List<String>) - Method in class jakarta.websocket.server.ServerEndpointConfig.Builder
-
Sets the subprotocols to use in the configuration.
- subquery(Class<U>) - Method in interface jakarta.persistence.criteria.CommonAbstractCriteria
-
Create a subquery of the query.
- Subquery<T> - Interface in jakarta.persistence.criteria
-
The
Subquery
interface defines functionality that is specific to subqueries. - subscribeToEvent(Class<? extends SystemEvent>, ComponentSystemEventListener) - Method in class jakarta.faces.component.UIComponent
-
This implementation throws
UnsupportedOperationException
and is provided for the sole purpose of not breaking existing applications that extend this class. - subscribeToEvent(Class<? extends SystemEvent>, ComponentSystemEventListener) - Method in class jakarta.faces.component.UIComponentBase
-
Install the listener instance referenced by argument
componentListener
as a listener for events of typeeventClass
originating from this specific instance ofUIComponent
. - subscribeToEvent(Class<? extends SystemEvent>, SystemEventListener) - Method in class jakarta.faces.application.Application
-
Install the listener instance referenced by argument
listener
into application as a listener for events of typesystemEventClass
. - subscribeToEvent(Class<? extends SystemEvent>, SystemEventListener) - Method in class jakarta.faces.application.ApplicationWrapper
-
The default behavior of this method is to call
Application.subscribeToEvent(Class, jakarta.faces.event.SystemEventListener)
on the wrappedApplication
object. - subscribeToEvent(Class<? extends SystemEvent>, Class<?>, SystemEventListener) - Method in class jakarta.faces.application.Application
-
Install the listener instance referenced by argument
listener
into the application as a listener for events of typesystemEventClass
that originate from objects of typesourceClass
. - subscribeToEvent(Class<? extends SystemEvent>, Class<?>, SystemEventListener) - Method in class jakarta.faces.application.ApplicationWrapper
-
The default behavior of this method is to call
Application.subscribeToEvent(Class, Class, jakarta.faces.event.SystemEventListener)
on the wrappedApplication
object. - subscribeToViewEvent(Class<? extends SystemEvent>, SystemEventListener) - Method in class jakarta.faces.component.UIViewRoot
-
Install the listener instance referenced by argument
listener
into theUIViewRoot
as a listener for events of typesystemEventClass
. - substring(Expression<String>, int) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create an expression for substring extraction.
- substring(Expression<String>, int, int) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create an expression for substring extraction.
- substring(Expression<String>, Expression<Integer>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create an expression for substring extraction.
- substring(Expression<String>, Expression<Integer>, Expression<Integer>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create an expression for substring extraction.
- SUBTREE - jakarta.security.enterprise.identitystore.LdapIdentityStoreDefinition.LdapSearchScope
- SUCCESS - jakarta.security.enterprise.AuthenticationStatus
-
The authentication mechanism was called and the caller was successfully authenticated.
- SUCCESS - Static variable in class jakarta.security.auth.message.AuthStatus
-
Indicates that the message processing by the authentication module was successful and that the runtime is to proceed with its normal processing of the resulting message.
- SUCCESSFUL - jakarta.ws.rs.core.Response.Status.Family
-
2xx
HTTP status codes. - sum(Expression<? extends N>, Expression<? extends N>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create an expression that returns the sum of its arguments.
- sum(Expression<? extends N>, N) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create an expression that returns the sum of its arguments.
- sum(Expression<N>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create an aggregate expression applying the sum operation.
- sum(N, Expression<? extends N>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create an expression that returns the sum of its arguments.
- sumAsDouble(Expression<Float>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create an aggregate expression applying the sum operation to a Float-valued expression, returning a Double result.
- sumAsLong(Expression<Integer>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create an aggregate expression applying the sum operation to an Integer-valued expression, returning a Long result.
- summary - jakarta.faces.component.html.HtmlDataTable.PropertyKeys
- summary - jakarta.faces.component.html.HtmlPanelGrid.PropertyKeys
- superClass() - Method in interface jakarta.enterprise.lang.model.declarations.ClassInfo
-
Returns the type of this class's superclass.
- superClassDeclaration() - Method in interface jakarta.enterprise.lang.model.declarations.ClassInfo
-
Returns the declaration of this class's superclass.
- superInterfaces() - Method in interface jakarta.enterprise.lang.model.declarations.ClassInfo
-
Returns a list of types of this class's direct superinterfaces.
- superInterfacesDeclarations() - Method in interface jakarta.enterprise.lang.model.declarations.ClassInfo
-
Returns a list of declarations of this class's direct superinterfaces.
- supplyAsync(Supplier<U>) - Method in interface jakarta.enterprise.concurrent.ManagedExecutorService
-
Returns a new
CompletableFuture
that is completed by a task running in this executor after it runs the given action. - SupportedValidationTarget - Annotation Type in jakarta.validation.constraintvalidation
-
Defines the target(s) a
ConstraintValidator
can validate. - SUPPORTS - jakarta.ejb.TransactionAttributeType
-
If the client calls with a transaction context, the container performs the same steps as described in the
REQUIRED
case. - SUPPORTS - jakarta.transaction.Transactional.TxType
-
If called outside a transaction context, managed bean method execution must then continue outside a transaction context.
- suspend() - Method in interface jakarta.transaction.TransactionManager
-
Suspend the transaction currently associated with the calling thread and return a Transaction object that represents the transaction context being suspended.
- SUSPEND - Static variable in interface jakarta.enterprise.concurrent.ManagedTask
-
Constant for the "SUSPEND" value of the TRANSACTION execution property.
- Suspended - Annotation Type in jakarta.ws.rs.container
-
Inject a suspended
AsyncResponse
into a parameter of an invoked JAX-RSresource or sub-resource method
. - SwitchBuilder - Class in jakarta.faces.flow.builder
-
Create a switch node in the current
Flow
. - SwitchBuilder() - Constructor for class jakarta.faces.flow.builder.SwitchBuilder
- switchCase() - Method in class jakarta.faces.flow.builder.SwitchBuilder
-
Create a switch case in the current switch.
- switchCase() - Method in class jakarta.faces.flow.builder.SwitchCaseBuilder
-
Create a new case in the current switch.
- SwitchCase - Class in jakarta.faces.flow
-
Represents a case within a switch node in the flow graph.
- SwitchCase() - Constructor for class jakarta.faces.flow.SwitchCase
- SwitchCaseBuilder - Class in jakarta.faces.flow.builder
-
Create a case in the current switch.
- SwitchCaseBuilder() - Constructor for class jakarta.faces.flow.builder.SwitchCaseBuilder
- switchNode(String) - Method in class jakarta.faces.flow.builder.FlowBuilder
-
Define a particular list of cases that will be inspected in the order they are defined to determine where to go next in the flow graph.
- SwitchNode - Class in jakarta.faces.flow
-
Represents a switch node in the flow graph.
- SwitchNode() - Constructor for class jakarta.faces.flow.SwitchNode
- synchronization() - Method in annotation type jakarta.persistence.PersistenceContext
-
(Optional) Specifies whether the persistence context is always automatically synchronized with the current transaction or whether the persistence context must be explicitly joined to the current transaction by means of the EntityManager
joinTransaction
method. - Synchronization - Interface in jakarta.transaction
-
The transaction manager supports a synchronization mechanism that allows the interested party to be notified before and after the transaction completes.
- SynchronizationType - Enum in jakarta.persistence
-
Specifies whether the persistence context is always automatically synchronized with the current transaction or whether the persistence context must be explicitly joined to the current transaction by means of the
EntityManager.joinTransaction()
method. - SYNCHRONIZED - jakarta.persistence.SynchronizationType
-
Persistence context is automatically synchronized with the current transaction
- SyncInvoker - Interface in jakarta.ws.rs.client
-
Uniform interface for synchronous invocation of HTTP methods.
- Synthesis - Annotation Type in jakarta.enterprise.inject.build.compatible.spi
-
4th phase of build compatible extension execution.
- SyntheticBeanBuilder<T> - Interface in jakarta.enterprise.inject.build.compatible.spi
-
Builder for synthetic beans.
- SyntheticBeanCreator<T> - Interface in jakarta.enterprise.inject.build.compatible.spi
-
Creation function for a synthetic bean defined by
SyntheticBeanBuilder
. - SyntheticBeanDisposer<T> - Interface in jakarta.enterprise.inject.build.compatible.spi
-
Destruction function for a synthetic bean defined by
SyntheticBeanBuilder
. - SyntheticComponents - Interface in jakarta.enterprise.inject.build.compatible.spi
-
Allows registering synthetic beans and observers.
- SyntheticObserver<T> - Interface in jakarta.enterprise.inject.build.compatible.spi
-
The event notification function for a synthetic observer defined by
SyntheticObserverBuilder
. - SyntheticObserverBuilder<T> - Interface in jakarta.enterprise.inject.build.compatible.spi
-
Builder for synthetic observers.
- system - jakarta.faces.component.html.HtmlDoctype.PropertyKeys
- SystemEvent - Class in jakarta.faces.event
-
SystemEvent is the base class for non-application specific events that can be fired by arbitrary objects.
- SystemEvent(FacesContext, Object) - Constructor for class jakarta.faces.event.SystemEvent
-
Pass the argument
source
to the superclass constructor. - SystemEvent(Object) - Constructor for class jakarta.faces.event.SystemEvent
-
Pass the argument
source
to the superclass constructor. - systemEventClass() - Method in annotation type jakarta.faces.event.ListenerFor
-
The kind of system event for which this class will be installed as a listener.
- SystemEventListener - Interface in jakarta.faces.event
-
By implementing this class, an object indicates that it is a listener for one or more kinds of
SystemEvent
s. - SystemEventListenerHolder - Interface in jakarta.faces.event
-
Classes that implement this interface agree to maintain a list of
SystemEventListener
instances for each kind ofSystemEvent
they can generate. - SystemException - Exception in jakarta.transaction
-
The SystemException is thrown by the transaction manager to indicate that it has encountered an unexpected error condition that prevents future transaction services from proceeding.
- SystemException() - Constructor for exception jakarta.transaction.SystemException
- SystemException(int) - Constructor for exception jakarta.transaction.SystemException
-
Create a SystemException with a given error code.
- SystemException(String) - Constructor for exception jakarta.transaction.SystemException
-
Create a SystemException with a given string.
- SystemTest - jakarta.faces.application.ProjectStage
-
This value indicates the currently running application is undergoing system testing.
T
- tabindex - jakarta.faces.component.html.HtmlCommandButton.PropertyKeys
- tabindex - jakarta.faces.component.html.HtmlCommandLink.PropertyKeys
- tabindex - jakarta.faces.component.html.HtmlInputFile.PropertyKeys
- tabindex - jakarta.faces.component.html.HtmlInputSecret.PropertyKeys
- tabindex - jakarta.faces.component.html.HtmlInputText.PropertyKeys
- tabindex - jakarta.faces.component.html.HtmlInputTextarea.PropertyKeys
- tabindex - jakarta.faces.component.html.HtmlOutcomeTargetButton.PropertyKeys
- tabindex - jakarta.faces.component.html.HtmlOutcomeTargetLink.PropertyKeys
- tabindex - jakarta.faces.component.html.HtmlOutputLabel.PropertyKeys
- tabindex - jakarta.faces.component.html.HtmlOutputLink.PropertyKeys
- tabindex - jakarta.faces.component.html.HtmlSelectBooleanCheckbox.PropertyKeys
- tabindex - jakarta.faces.component.html.HtmlSelectManyCheckbox.PropertyKeys
- tabindex - jakarta.faces.component.html.HtmlSelectManyListbox.PropertyKeys
- tabindex - jakarta.faces.component.html.HtmlSelectManyMenu.PropertyKeys
- tabindex - jakarta.faces.component.html.HtmlSelectOneListbox.PropertyKeys
- tabindex - jakarta.faces.component.html.HtmlSelectOneMenu.PropertyKeys
- tabindex - jakarta.faces.component.html.HtmlSelectOneRadio.PropertyKeys
- table() - Method in annotation type jakarta.persistence.Column
-
(Optional) The name of the table that contains the column.
- table() - Method in annotation type jakarta.persistence.JoinColumn
-
(Optional) The name of the table that contains the column.
- table() - Method in annotation type jakarta.persistence.MapKeyColumn
-
(Optional) The name of the table that contains the column.
- table() - Method in annotation type jakarta.persistence.MapKeyJoinColumn
-
(Optional) The name of the table that contains the foreign key column.
- table() - Method in annotation type jakarta.persistence.TableGenerator
-
(Optional) Name of table that stores the generated id values.
- Table - Annotation Type in jakarta.persistence
-
Specifies the primary table for the annotated entity.
- TABLE - jakarta.persistence.GenerationType
-
Indicates that the persistence provider must assign primary keys for the entity using an underlying database table to ensure uniqueness.
- TABLE_PER_CLASS - jakarta.persistence.InheritanceType
-
A table per concrete entity class.
- TableGenerator - Annotation Type in jakarta.persistence
-
Defines a primary key generator that may be referenced by name when a generator element is specified for the
GeneratedValue
annotation. - TableGenerators - Annotation Type in jakarta.persistence
-
Used to group
TableGenerator
annotations. - tag - Variable in class jakarta.faces.view.facelets.TagHandler
-
A reference to the
Tag
instance corresponding to thisTagHandler
instance. - tag(EntityTag) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
-
Set a response entity tag.
- tag(String) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
-
Set a strong response entity tag.
- Tag - Class in jakarta.faces.view.facelets
-
The runtime must create an instance of this class for each element in the Facelets XHTML view.
- Tag - Interface in jakarta.servlet.jsp.tagext
-
The interface of a classic tag handler that does not want to manipulate its body.
- Tag(Tag, TagAttributes) - Constructor for class jakarta.faces.view.facelets.Tag
-
Constructor.
- Tag(Location, String, String, String, TagAttributes) - Constructor for class jakarta.faces.view.facelets.Tag
-
Constructor.
- TAG_HANDLER_DELEGATE_FACTORY - Static variable in class jakarta.faces.FactoryFinder
-
The property name for the
TagHandlerDelegate
class name. - TagAdapter - Class in jakarta.servlet.jsp.tagext
-
Wraps any SimpleTag and exposes it using a Tag interface.
- TagAdapter(SimpleTag) - Constructor for class jakarta.servlet.jsp.tagext.TagAdapter
-
Creates a new TagAdapter that wraps the given SimpleTag and returns the parent tag when getParent() is called.
- TagAttribute - Class in jakarta.faces.view.facelets
-
Representation of an XML attribute name=value pair on an XML element in a Facelet file.
- TagAttribute() - Constructor for class jakarta.faces.view.facelets.TagAttribute
- TagAttributeException - Exception in jakarta.faces.view.facelets
-
An Exception caused by a
TagAttribute
- TagAttributeException(TagAttribute) - Constructor for exception jakarta.faces.view.facelets.TagAttributeException
-
Constructor.
- TagAttributeException(TagAttribute, String) - Constructor for exception jakarta.faces.view.facelets.TagAttributeException
-
Constructor.
- TagAttributeException(TagAttribute, String, Throwable) - Constructor for exception jakarta.faces.view.facelets.TagAttributeException
-
Constructor.
- TagAttributeException(TagAttribute, Throwable) - Constructor for exception jakarta.faces.view.facelets.TagAttributeException
-
Constructor.
- TagAttributeException(Tag, TagAttribute) - Constructor for exception jakarta.faces.view.facelets.TagAttributeException
-
Constructor.
- TagAttributeException(Tag, TagAttribute, String) - Constructor for exception jakarta.faces.view.facelets.TagAttributeException
-
Constructor.
- TagAttributeException(Tag, TagAttribute, String, Throwable) - Constructor for exception jakarta.faces.view.facelets.TagAttributeException
-
Constructor.
- TagAttributeException(Tag, TagAttribute, Throwable) - Constructor for exception jakarta.faces.view.facelets.TagAttributeException
-
Constructor.
- TagAttributeInfo - Class in jakarta.servlet.jsp.tagext
-
Information on the attributes of a Tag, available at translation time.
- TagAttributeInfo(String, boolean, String, boolean) - Constructor for class jakarta.servlet.jsp.tagext.TagAttributeInfo
-
Constructor for TagAttributeInfo.
- TagAttributeInfo(String, boolean, String, boolean, boolean) - Constructor for class jakarta.servlet.jsp.tagext.TagAttributeInfo
-
JSP 2.0 Constructor for TagAttributeInfo.
- TagAttributeInfo(String, boolean, String, boolean, boolean, String, boolean, boolean, String, String) - Constructor for class jakarta.servlet.jsp.tagext.TagAttributeInfo
-
JSP 2.1 Constructor for TagAttributeInfo.
- TagAttributes - Class in jakarta.faces.view.facelets
-
A set of TagAttributes, usually representing all attributes on a Tag.
- TagAttributes() - Constructor for class jakarta.faces.view.facelets.TagAttributes
- TagConfig - Interface in jakarta.faces.view.facelets
-
Passed to the constructor of
TagHandler
subclass, it defines the document definition of the handler we are instantiating. - TagData - Class in jakarta.servlet.jsp.tagext
-
The (translation-time only) attribute/value information for a tag instance.
- TagData(Object[][]) - Constructor for class jakarta.servlet.jsp.tagext.TagData
-
Constructor for TagData.
- TagData(Hashtable<String, Object>) - Constructor for class jakarta.servlet.jsp.tagext.TagData
-
Constructor for a TagData.
- TagDecorator - Interface in jakarta.faces.view.facelets
-
Provides the ability to completely change the Tag before it's processed for compiling with the associated
TagHandler
. - TagException - Exception in jakarta.faces.view.facelets
-
An Exception caused by a
Tag
- TagException(Tag) - Constructor for exception jakarta.faces.view.facelets.TagException
-
Wrap the argument
tag
so the exception can reference its information. - TagException(Tag, String) - Constructor for exception jakarta.faces.view.facelets.TagException
-
Wrap the argument
tag
so the exception can reference its information. - TagException(Tag, String, Throwable) - Constructor for exception jakarta.faces.view.facelets.TagException
-
Wrap the argument
tag
so the exception can reference its information. - TagException(Tag, Throwable) - Constructor for exception jakarta.faces.view.facelets.TagException
-
Wrap the argument
tag
so the exception can reference its information. - TagExtraInfo - Class in jakarta.servlet.jsp.tagext
-
Optional class provided by the tag library author to describe additional translation-time information not described in the TLD.
- TagExtraInfo() - Constructor for class jakarta.servlet.jsp.tagext.TagExtraInfo
-
Sole constructor.
- TagFileInfo - Class in jakarta.servlet.jsp.tagext
-
Tag information for a tag file in a Tag Library; This class is instantiated from the Tag Library Descriptor file (TLD) and is available only at translation time.
- TagFileInfo(String, String, TagInfo) - Constructor for class jakarta.servlet.jsp.tagext.TagFileInfo
-
Constructor for TagFileInfo from data in the JSP 2.0 format for TLD.
- tagFiles - Variable in class jakarta.servlet.jsp.tagext.TagLibraryInfo
-
An array describing the tag files that are defined in this tag library.
- TagHandler - Class in jakarta.faces.view.facelets
-
Foundation class for
FaceletHandler
s associated with a markup element in a Facelet document. - TagHandler(TagConfig) - Constructor for class jakarta.faces.view.facelets.TagHandler
-
Every
TagHandler
instance is associated with aTag
. - TagHandlerDelegate - Class in jakarta.faces.view.facelets
-
Abstract class that defines methods relating to helping tag handler instances.
- TagHandlerDelegate() - Constructor for class jakarta.faces.view.facelets.TagHandlerDelegate
- TagHandlerDelegateFactory - Class in jakarta.faces.view.facelets
-
Abstract factory for creating instances of
TagHandlerDelegate
. - TagHandlerDelegateFactory() - Constructor for class jakarta.faces.view.facelets.TagHandlerDelegateFactory
-
Deprecated.Use the other constructor taking the implementation being wrapped.
- TagHandlerDelegateFactory(TagHandlerDelegateFactory) - Constructor for class jakarta.faces.view.facelets.TagHandlerDelegateFactory
-
If this factory has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.
- tagId - Variable in class jakarta.faces.view.facelets.TagHandler
-
See
TagConfig.getTagId()
. - TagInfo - Class in jakarta.servlet.jsp.tagext
-
Tag information for a tag in a Tag Library; This class is instantiated from the Tag Library Descriptor file (TLD) and is available only at translation time.
- TagInfo(String, String, String, String, TagLibraryInfo, TagExtraInfo, TagAttributeInfo[]) - Constructor for class jakarta.servlet.jsp.tagext.TagInfo
-
Constructor for TagInfo from data in the JSP 1.1 format for TLD.
- TagInfo(String, String, String, String, TagLibraryInfo, TagExtraInfo, TagAttributeInfo[], String, String, String, TagVariableInfo[]) - Constructor for class jakarta.servlet.jsp.tagext.TagInfo
-
Constructor for TagInfo from data in the JSP 1.2 format for TLD.
- TagInfo(String, String, String, String, TagLibraryInfo, TagExtraInfo, TagAttributeInfo[], String, String, String, TagVariableInfo[], boolean) - Constructor for class jakarta.servlet.jsp.tagext.TagInfo
-
Constructor for TagInfo from data in the JSP 2.0 format for TLD.
- TaglibDescriptor - Interface in jakarta.servlet.descriptor
-
This interface provides access to the
<taglib>
related configuration of a web application. - TagLibraryInfo - Class in jakarta.servlet.jsp.tagext
-
Translation-time information associated with a taglib directive, and its underlying TLD file.
- TagLibraryInfo(String, String) - Constructor for class jakarta.servlet.jsp.tagext.TagLibraryInfo
-
Constructor.
- TagLibraryValidator - Class in jakarta.servlet.jsp.tagext
-
Translation-time validator class for a JSP page.
- TagLibraryValidator() - Constructor for class jakarta.servlet.jsp.tagext.TagLibraryValidator
-
Sole constructor.
- tagName() - Method in annotation type jakarta.faces.component.FacesComponent
-
If the value of the
FacesComponent.createTag()
attribute istrue
, the runtime must use this value as the tag name for including an instance of the component annotated with this annotation in a view. - tags - Variable in class jakarta.servlet.jsp.tagext.TagLibraryInfo
-
An array describing the tags that are defined in this tag library.
- TagSupport - Class in jakarta.servlet.jsp.tagext
-
A base class for defining new tag handlers implementing Tag.
- TagSupport() - Constructor for class jakarta.servlet.jsp.tagext.TagSupport
-
Default constructor, all subclasses are required to define only a public constructor with the same signature, and to call the superclass constructor.
- TagVariableInfo - Class in jakarta.servlet.jsp.tagext
-
Variable information for a tag in a Tag Library; This class is instantiated from the Tag Library Descriptor file (TLD) and is available only at translation time.
- TagVariableInfo(String, String, String, boolean, int) - Constructor for class jakarta.servlet.jsp.tagext.TagVariableInfo
-
Constructor for TagVariableInfo.
- target - jakarta.faces.component.html.HtmlCommandLink.PropertyKeys
- target - jakarta.faces.component.html.HtmlForm.PropertyKeys
- target - jakarta.faces.component.html.HtmlOutcomeTargetLink.PropertyKeys
- target - jakarta.faces.component.html.HtmlOutputLink.PropertyKeys
- target() - Method in annotation type jakarta.faces.application.ResourceDependency
-
The value given for this attribute will be passed as the "target" argument to
UIViewRoot.addComponentResource(jakarta.faces.context.FacesContext, jakarta.faces.component.UIComponent, java.lang.String)
. - target(WebTarget) - Method in class jakarta.ws.rs.sse.SseEventSource.Builder
-
Set the SSE streaming endpoint.
- target(WebTarget) - Static method in interface jakarta.ws.rs.sse.SseEventSource
-
Create a new
event source builder
that provides convenient way how to configure and fine-tune various aspects of a newly prepared event source instance. - target(Link) - Method in interface jakarta.ws.rs.client.Client
-
Build a new web resource target.
- target(UriBuilder) - Method in interface jakarta.ws.rs.client.Client
-
Build a new web resource target.
- target(String) - Method in interface jakarta.ws.rs.client.Client
-
Build a new web resource target.
- target(URI) - Method in interface jakarta.ws.rs.client.Client
-
Build a new web resource target.
- targetClass() - Method in annotation type jakarta.persistence.ConstructorResult
-
(Required) The class whose constructor is to be invoked.
- targetClass() - Method in annotation type jakarta.persistence.ElementCollection
-
(Optional) The basic or embeddable class that is the element type of the collection.
- targetEntity() - Method in annotation type jakarta.persistence.ManyToMany
-
(Optional) The entity class that is the target of the association.
- targetEntity() - Method in annotation type jakarta.persistence.ManyToOne
-
(Optional) The entity class that is the target of the association.
- targetEntity() - Method in annotation type jakarta.persistence.OneToMany
-
(Optional) The entity class that is the target of the association.
- targetEntity() - Method in annotation type jakarta.persistence.OneToOne
-
(Optional) The entity class that is the target of the association.
- TargetPolicy(MessagePolicy.Target[], MessagePolicy.ProtectionPolicy) - Constructor for class jakarta.security.auth.message.MessagePolicy.TargetPolicy
-
Create a TargetPolicy instance with an array of Targets and with a ProtectionPolicy.
- taskAborted(Future<?>, ManagedExecutorService, Object, Throwable) - Method in interface jakarta.enterprise.concurrent.ManagedTaskListener
-
Called when a task's Future has been cancelled anytime during the life of a task.
- taskDone(Future<?>, ManagedExecutorService, Object, Throwable) - Method in interface jakarta.enterprise.concurrent.ManagedTaskListener
-
Called when a submitted task has completed running, either successfully or failed due to any exception thrown from the task, task being cancelled, rejected, or aborted.
- taskStarting(Future<?>, ManagedExecutorService, Object) - Method in interface jakarta.enterprise.concurrent.ManagedTaskListener
-
This method is called before the task is about to start.
- taskSubmitted(Future<?>, ManagedExecutorService, Object) - Method in interface jakarta.enterprise.concurrent.ManagedTaskListener
-
Called after the task has been submitted to the Executor.
- TEMPDIR - Static variable in interface jakarta.servlet.ServletContext
-
The name of the ServletContext attribute which stores the private temporary directory (of type java.io.File) provided by the servlet container for the ServletContext
- Temporal - Annotation Type in jakarta.persistence
-
This annotation must be specified for persistent fields or properties of type
java.util.Date
andjava.util.Calendar
. - TemporalType - Enum in jakarta.persistence
-
Type used to indicate a specific mapping of
java.util.Date
orjava.util.Calendar
. - TEMPORARY_REDIRECT - jakarta.ws.rs.core.Response.Status
-
307 Temporary Redirect, see HTTP/1.1 documentation.
- temporaryRedirect(URI) - Static method in class jakarta.ws.rs.core.Response
-
Create a new ResponseBuilder for a temporary redirection.
- test(String, boolean) - Method in interface jakarta.json.JsonPatchBuilder
-
Adds a "test" JSON Patch operation.
- test(String, int) - Method in interface jakarta.json.JsonPatchBuilder
-
Adds a "test" JSON Patch operation.
- test(String, JsonValue) - Method in interface jakarta.json.JsonPatchBuilder
-
Adds a "test" JSON Patch operation.
- test(String, String) - Method in interface jakarta.json.JsonPatchBuilder
-
Adds a "test" JSON Patch operation.
- TEST - jakarta.json.JsonPatch.Operation
-
"test" operation.
- text(T) - Static method in class jakarta.ws.rs.client.Entity
-
Create a "text/plain" entity.
- TEXT_HTML - Static variable in class jakarta.ws.rs.core.MediaType
-
A
String
constant representing "text/html" media type. - TEXT_HTML_TYPE - Static variable in class jakarta.ws.rs.core.MediaType
-
A
MediaType
constant representing "text/html" media type. - TEXT_PLAIN - Static variable in class jakarta.ws.rs.core.MediaType
-
A
String
constant representing "text/plain" media type. - TEXT_PLAIN_TYPE - Static variable in class jakarta.ws.rs.core.MediaType
-
A
MediaType
constant representing "text/plain" media type. - TEXT_XML - Static variable in class jakarta.ws.rs.core.MediaType
-
A
String
constant representing "text/xml" media type. - TEXT_XML_TYPE - Static variable in class jakarta.ws.rs.core.MediaType
-
A
MediaType
constant representing "text/xml" media type. - TextHandler - Interface in jakarta.faces.view.facelets
-
An interface that allows other code to identify FaceletHandlers that may provide text (String) content.
- ThreadContextProvider - Interface in jakarta.enterprise.concurrent.spi
-
Third party providers of thread context implement this interface to participate in thread context capture and propagation.
- ThreadContextRestorer - Interface in jakarta.enterprise.concurrent.spi
-
Restores the prior context on a thread after a contextual task or action completes.
- ThreadContextSnapshot - Interface in jakarta.enterprise.concurrent.spi
-
An immutable snapshot of a particular type of thread context.
- throwsTypes() - Method in interface jakarta.enterprise.lang.model.declarations.MethodInfo
-
Returns a list of exception types that are declared to be thrown by this method.
- TIME - jakarta.persistence.TemporalType
-
Map as
java.sql.Time
- TIME_ID - Static variable in class jakarta.faces.convert.DateTimeConverter
-
The message identifier of the
FacesMessage
to be created if the conversion toTime
fails. - TIME_IN_MILLIS - Static variable in annotation type jakarta.json.bind.annotation.JsonbDateFormat
-
Special date format which serializes given date as milliseconds.
- TimedObject - Interface in jakarta.ejb
-
The
TimedObject
interface contains a callback method that is used to deliver timer expiration notifications. - Timeout - Annotation Type in jakarta.ejb
-
Designates a method on a stateless session bean class, a singleton session bean class, a message driven bean class, or an enterprise bean 2.x entity bean class that should receive enterprise bean timer expirations for that bean.
- TimeoutHandler - Interface in jakarta.ws.rs.container
-
Asynchronous response suspend time-out handler.
- Timer - Interface in jakarta.ejb
-
The
Timer
interface contains information about a timer that was created through the enterprise bean Timer Service. - TimerConfig - Class in jakarta.ejb
-
TimerConfig is used to specify additional timer configuration settings during timer creation.
- TimerConfig() - Constructor for class jakarta.ejb.TimerConfig
-
Constructor for TimerConfig.
- TimerConfig(Serializable, boolean) - Constructor for class jakarta.ejb.TimerConfig
-
Constructor for TimerConfig.
- TimerHandle - Interface in jakarta.ejb
-
The TimerHandle interface allows the bean provider to obtain a serializable timer handle that may be persisted.
- TimerService - Interface in jakarta.ejb
-
The TimerService interface provides enterprise bean components with access to the container-provided Timer Service.
- TIMESTAMP - jakarta.persistence.TemporalType
-
Map as
java.sql.Timestamp
- timezone() - Method in annotation type jakarta.ejb.Schedule
-
Specifies the time zone within which the schedule is evaluated.
- timezone(String) - Method in class jakarta.ejb.ScheduleExpression
-
Set the timezone.
- title - jakarta.faces.component.html.HtmlBody.PropertyKeys
- title - jakarta.faces.component.html.HtmlCommandButton.PropertyKeys
- title - jakarta.faces.component.html.HtmlCommandLink.PropertyKeys
- title - jakarta.faces.component.html.HtmlDataTable.PropertyKeys
- title - jakarta.faces.component.html.HtmlForm.PropertyKeys
- title - jakarta.faces.component.html.HtmlGraphicImage.PropertyKeys
- title - jakarta.faces.component.html.HtmlInputFile.PropertyKeys
- title - jakarta.faces.component.html.HtmlInputSecret.PropertyKeys
- title - jakarta.faces.component.html.HtmlInputText.PropertyKeys
- title - jakarta.faces.component.html.HtmlInputTextarea.PropertyKeys
- title - jakarta.faces.component.html.HtmlMessage.PropertyKeys
- title - jakarta.faces.component.html.HtmlMessages.PropertyKeys
- title - jakarta.faces.component.html.HtmlOutcomeTargetButton.PropertyKeys
- title - jakarta.faces.component.html.HtmlOutcomeTargetLink.PropertyKeys
- title - jakarta.faces.component.html.HtmlOutputFormat.PropertyKeys
- title - jakarta.faces.component.html.HtmlOutputLabel.PropertyKeys
- title - jakarta.faces.component.html.HtmlOutputLink.PropertyKeys
- title - jakarta.faces.component.html.HtmlOutputText.PropertyKeys
- title - jakarta.faces.component.html.HtmlPanelGrid.PropertyKeys
- title - jakarta.faces.component.html.HtmlSelectBooleanCheckbox.PropertyKeys
- title - jakarta.faces.component.html.HtmlSelectManyCheckbox.PropertyKeys
- title - jakarta.faces.component.html.HtmlSelectManyListbox.PropertyKeys
- title - jakarta.faces.component.html.HtmlSelectManyMenu.PropertyKeys
- title - jakarta.faces.component.html.HtmlSelectOneListbox.PropertyKeys
- title - jakarta.faces.component.html.HtmlSelectOneMenu.PropertyKeys
- title - jakarta.faces.component.html.HtmlSelectOneRadio.PropertyKeys
- title(String) - Method in interface jakarta.ws.rs.core.Link.Builder
-
Convenience method to set a
title
on this link. - TITLE - Static variable in class jakarta.ws.rs.core.Link
-
Title link param from RFC 5988.
- tlibversion - Variable in class jakarta.servlet.jsp.tagext.TagLibraryInfo
-
The version of the tag library.
- TLS_HANDSHAKE_FAILURE - jakarta.websocket.CloseReason.CloseCodes
-
1015 is a reserved value and MUST NOT be set as a status code in a Close control frame by an endpoint.
- to() - Method in annotation type jakarta.validation.groups.ConvertGroup
-
The target group of this conversion.
- TO_FLOW_DOCUMENT_ID_ATTR_NAME - Static variable in interface jakarta.faces.event.ActionListener
-
The presence of this component attribute on an
ActionSource
component will cause the defaultActionListener
to interpret the value of the attribute as the toFlowDocumentId value to pass toNavigationHandler.handleNavigation(jakarta.faces.context.FacesContext, java.lang.String, java.lang.String, java.lang.String)
. - TO_FLOW_DOCUMENT_ID_REQUEST_PARAM_NAME - Static variable in class jakarta.faces.flow.FlowHandler
-
Components that are rendered by
Renderers
of component-familyjakarta.faces.OutcomeTarget
must use this constant as the parameter name for a parameter representing the defining document id of the flow that this component will cause to be entered. - toArray() - Method in interface jakarta.persistence.Tuple
-
Return the values of the result tuple elements as an array.
- toBigDecimal(Expression<? extends Number>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Typecast.
- toBigInteger(Expression<? extends Number>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Typecast.
- toCookie() - Method in class jakarta.ws.rs.core.NewCookie
-
Obtain a new instance of a
Cookie
with the same name, value, path, domain and version as thisNewCookie
. - toDouble(Expression<? extends Number>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Typecast.
- toEnum() - Method in interface jakarta.ws.rs.core.Response.StatusType
-
Get the this Status Type as a
Response.Status
. - toFloat(Expression<? extends Number>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Typecast.
- toFlowDocumentId(String) - Method in class jakarta.faces.flow.builder.NavigationCaseBuilder
-
Set the to-flow-document-id of the current navigation case.
- toInteger(Expression<? extends Number>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Typecast.
- toJson(Object) - Method in interface jakarta.json.bind.Jsonb
-
Writes the Java object tree with root object
object
to a String instance as JSON. - toJson(Object, OutputStream) - Method in interface jakarta.json.bind.Jsonb
-
Writes the object content tree into output stream.
- toJson(Object, Writer) - Method in interface jakarta.json.bind.Jsonb
-
Writes the object content tree into a Writer character stream.
- toJson(Object, Type) - Method in interface jakarta.json.bind.Jsonb
-
Writes the Java object tree with root object
object
to a String instance as JSON. - toJson(Object, Type, OutputStream) - Method in interface jakarta.json.bind.Jsonb
-
Writes the object content tree into output stream.
- toJson(Object, Type, Writer) - Method in interface jakarta.json.bind.Jsonb
-
Writes the object content tree into a Writer character stream.
- toJsonArray() - Method in interface jakarta.json.JsonPatch
-
Returns the
JsonPatch
asJsonArray
. - toJsonArray() - Static method in class jakarta.json.stream.JsonCollectors
-
Constructs a
java.util.stream.Collector
that accumulates the inputJsonValue
elements into aJsonArray
. - toJsonObject() - Static method in class jakarta.json.stream.JsonCollectors
-
Constructs a
java.util.stream.Collector
that accumulates the inputMap.Entry<String,JsonValue>
elements into aJsonObject
. - toJsonObject(Function<JsonValue, String>, Function<JsonValue, JsonValue>) - Static method in class jakarta.json.stream.JsonCollectors
-
Constructs a
java.util.stream.Collector
that accumulates the inputJsonValue
elements into aJsonObject
. - toJsonValue() - Method in interface jakarta.json.JsonMergePatch
-
Returns the
JsonMergePatch
asJsonValue
. - TOKEN_ENDPOINT - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
- TOKEN_ENDPOINT_AUTH_METHODS_SUPPORTED - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
- TOKEN_ENDPOINT_AUTH_SIGNING_ALG_VALUES_SUPPORTED - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
- TOKEN_TYPE - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
- tokenAutoRefresh() - Method in annotation type jakarta.security.enterprise.authentication.mechanism.http.OpenIdAuthenticationMechanismDefinition
-
Optional.
- tokenAutoRefreshExpression() - Method in annotation type jakarta.security.enterprise.authentication.mechanism.http.OpenIdAuthenticationMechanismDefinition
-
Optional.
- tokenEndpoint() - Method in annotation type jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdProviderMetadata
-
Required.
- tokenMinValidity() - Method in annotation type jakarta.security.enterprise.authentication.mechanism.http.OpenIdAuthenticationMechanismDefinition
-
Optional.
- tokenMinValidityExpression() - Method in annotation type jakarta.security.enterprise.authentication.mechanism.http.OpenIdAuthenticationMechanismDefinition
-
Optional.
- toLong(Expression<? extends Number>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Typecast.
- TOO_BIG - jakarta.websocket.CloseReason.CloseCodes
-
1009 indicates that an endpoint is terminating the connection because it has received a message that is too big for it to process.
- TOO_MANY_REQUESTS - jakarta.ws.rs.core.Response.Status
-
429 Too Many Requests, see RFC 6585: Additional HTTP Status Codes.
- tooltip - jakarta.faces.component.html.HtmlMessage.PropertyKeys
- tooltip - jakarta.faces.component.html.HtmlMessages.PropertyKeys
- TOP_LEVEL_VIEWS_ONLY - jakarta.faces.application.ResourceVisitOption
-
Only visit resources that are top level views, i.e.
- toResponse(E) - Method in interface jakarta.ws.rs.ext.ExceptionMapper
-
Map an exception to a
Response
. - toResult(ResultSet) - Static method in class jakarta.servlet.jsp.jstl.sql.ResultSupport
-
Converts a
ResultSet
object to aResult
object. - toResult(ResultSet, int) - Static method in class jakarta.servlet.jsp.jstl.sql.ResultSupport
-
Converts
maxRows
of aResultSet
object to aResult
object. - toString() - Method in class jakarta.ejb.ScheduleExpression
- toString() - Method in class jakarta.ejb.TimerConfig
- toString() - Method in class jakarta.enterprise.concurrent.CronTrigger
-
Readable representation of the CronTrigger, which displays fields in list form or with the * character for brevity.
- toString() - Method in class jakarta.enterprise.util.AnnotationLiteral
- toString() - Method in class jakarta.enterprise.util.TypeLiteral
- toString() - Method in class jakarta.faces.application.FacesMessage.Severity
-
Return a String representation of this
FacesMessage.Severity
instance. - toString() - Method in class jakarta.faces.application.NavigationCase
- toString() - Method in class jakarta.faces.application.NavigationCaseWrapper
- toString() - Method in class jakarta.faces.application.Resource
-
Call through to
Resource.getRequestPath()
and return the result. - toString() - Method in enum jakarta.faces.component.html.HtmlBody.PropertyKeys
- toString() - Method in enum jakarta.faces.component.html.HtmlColumn.PropertyKeys
- toString() - Method in enum jakarta.faces.component.html.HtmlCommandButton.PropertyKeys
- toString() - Method in enum jakarta.faces.component.html.HtmlCommandLink.PropertyKeys
- toString() - Method in enum jakarta.faces.component.html.HtmlCommandScript.PropertyKeys
- toString() - Method in enum jakarta.faces.component.html.HtmlDataTable.PropertyKeys
- toString() - Method in enum jakarta.faces.component.html.HtmlDoctype.PropertyKeys
- toString() - Method in enum jakarta.faces.component.html.HtmlForm.PropertyKeys
- toString() - Method in enum jakarta.faces.component.html.HtmlGraphicImage.PropertyKeys
- toString() - Method in enum jakarta.faces.component.html.HtmlHead.PropertyKeys
- toString() - Method in enum jakarta.faces.component.html.HtmlInputFile.PropertyKeys
- toString() - Method in enum jakarta.faces.component.html.HtmlInputHidden.PropertyKeys
- toString() - Method in enum jakarta.faces.component.html.HtmlInputSecret.PropertyKeys
- toString() - Method in enum jakarta.faces.component.html.HtmlInputText.PropertyKeys
- toString() - Method in enum jakarta.faces.component.html.HtmlInputTextarea.PropertyKeys
- toString() - Method in enum jakarta.faces.component.html.HtmlMessage.PropertyKeys
- toString() - Method in enum jakarta.faces.component.html.HtmlMessages.PropertyKeys
- toString() - Method in enum jakarta.faces.component.html.HtmlOutcomeTargetButton.PropertyKeys
- toString() - Method in enum jakarta.faces.component.html.HtmlOutcomeTargetLink.PropertyKeys
- toString() - Method in enum jakarta.faces.component.html.HtmlOutputFormat.PropertyKeys
- toString() - Method in enum jakarta.faces.component.html.HtmlOutputLabel.PropertyKeys
- toString() - Method in enum jakarta.faces.component.html.HtmlOutputLink.PropertyKeys
- toString() - Method in enum jakarta.faces.component.html.HtmlOutputText.PropertyKeys
- toString() - Method in enum jakarta.faces.component.html.HtmlPanelGrid.PropertyKeys
- toString() - Method in enum jakarta.faces.component.html.HtmlPanelGroup.PropertyKeys
- toString() - Method in enum jakarta.faces.component.html.HtmlSelectBooleanCheckbox.PropertyKeys
- toString() - Method in enum jakarta.faces.component.html.HtmlSelectManyCheckbox.PropertyKeys
- toString() - Method in enum jakarta.faces.component.html.HtmlSelectManyListbox.PropertyKeys
- toString() - Method in enum jakarta.faces.component.html.HtmlSelectManyMenu.PropertyKeys
- toString() - Method in enum jakarta.faces.component.html.HtmlSelectOneListbox.PropertyKeys
- toString() - Method in enum jakarta.faces.component.html.HtmlSelectOneMenu.PropertyKeys
- toString() - Method in enum jakarta.faces.component.html.HtmlSelectOneRadio.PropertyKeys
- toString() - Method in class jakarta.faces.event.PhaseId
-
Return a String representation of this
PhaseId
instance. - toString() - Method in class jakarta.faces.event.WebsocketEvent
- toString() - Method in class jakarta.faces.view.facelets.Tag
-
Get the string representation.
- toString() - Method in class jakarta.faces.view.facelets.TagHandler
- toString() - Method in class jakarta.faces.view.Location
- toString() - Method in interface jakarta.json.JsonNumber
-
Returns a JSON text representation of the JSON number.
- toString() - Method in interface jakarta.json.JsonPointer
-
Returns the string representation of this JSON Pointer.
- toString() - Method in interface jakarta.json.JsonValue
-
Returns JSON text for this JSON value.
- toString() - Method in class jakarta.security.auth.message.AuthStatus
- toString() - Method in class jakarta.security.enterprise.identitystore.openid.Scope
- toString() - Method in class jakarta.servlet.http.Cookie
- toString() - Method in class jakarta.servlet.jsp.tagext.TagAttributeInfo
-
Returns a String representation of this TagAttributeInfo, suitable for debugging purposes.
- toString() - Method in interface jakarta.validation.Path.Node
-
Returns a human-readable representation of this node.
- toString() - Method in interface jakarta.validation.Path
-
Returns a human-readable representation of this path.
- toString() - Method in class jakarta.websocket.CloseReason
-
Converts the CloseReason to a debug-friendly string.
- toString() - Method in class jakarta.ws.rs.client.Entity
- toString() - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
- toString() - Method in class jakarta.ws.rs.core.CacheControl
-
Deprecated.The format of the toString() method is subject to change in a future version. Please use RuntimeDelegate.getInstance().createHeaderDelegate(CacheControl.class).toString(value) instead if you rely on the format of this method.
- toString() - Method in class jakarta.ws.rs.core.Cookie
-
Deprecated.The format of the toString() method is subject to change in a future version. Please use RuntimeDelegate.getInstance().createHeaderDelegate(Cookie.class).toString(value) instead if you rely on the format of this method.
- toString() - Method in class jakarta.ws.rs.core.EntityTag
-
Deprecated.The format of the toString() method is subject to change in a future version. Please use RuntimeDelegate.getInstance().createHeaderDelegate(EntityTag.class).toString(value) instead if you rely on the format of this method.
- toString() - Method in class jakarta.ws.rs.core.GenericEntity
- toString() - Method in class jakarta.ws.rs.core.GenericType
- toString() - Method in class jakarta.ws.rs.core.Link
-
Returns a string representation as a link header (RFC 5988).
- toString() - Method in class jakarta.ws.rs.core.MediaType
-
Convert the media type to a string suitable for use as the value of a corresponding HTTP header.
- toString() - Method in class jakarta.ws.rs.core.NewCookie
-
Deprecated.The format of the toString() method is subject to change in a future version. Please use RuntimeDelegate.getInstance().createHeaderDelegate(NewCookie.class).toString(value) instead if you rely on the format of this method.
- toString() - Method in enum jakarta.ws.rs.core.Response.Status
-
Get the reason phrase.
- toString() - Method in class jakarta.ws.rs.core.Variant
- toString(Expression<Character>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Typecast.
- toString(T) - Method in interface jakarta.ws.rs.ext.ParamConverter
-
Convert the supplied value to a String.
- toString(T) - Method in interface jakarta.ws.rs.ext.RuntimeDelegate.HeaderDelegate
-
Convert the supplied value to a String.
- toTemplate() - Method in class jakarta.ws.rs.core.UriBuilder
-
Get the URI template string represented by this URI builder.
- TOUCH - jakarta.security.enterprise.authentication.mechanism.http.openid.DisplayType
-
The Authorization Server should display authentication and consent UI consistent with a device that leverages a touch interface.
- toViewId(String) - Method in class jakarta.faces.flow.builder.NavigationCaseBuilder
-
Set the to-view-id of the current navigation case.
- trace() - Method in interface jakarta.ws.rs.client.AsyncInvoker
-
Invoke HTTP TRACE method for the current request asynchronously.
- trace() - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
- trace() - Method in interface jakarta.ws.rs.client.RxInvoker
-
Invoke HTTP TRACE method for the current request.
- trace() - Method in interface jakarta.ws.rs.client.SyncInvoker
-
Invoke HTTP TRACE method for the current request synchronously.
- trace(InvocationCallback<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
-
Invoke HTTP TRACE method for the current request asynchronously.
- trace(GenericType<R>) - Method in interface jakarta.ws.rs.client.RxInvoker
-
Invoke HTTP TRACE method for the current request.
- trace(GenericType<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
-
Invoke HTTP TRACE method for the current request asynchronously.
- trace(GenericType<T>) - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
- trace(GenericType<T>) - Method in interface jakarta.ws.rs.client.SyncInvoker
-
Invoke HTTP TRACE method for the current request synchronously.
- trace(Class<R>) - Method in interface jakarta.ws.rs.client.RxInvoker
-
Invoke HTTP TRACE method for the current request.
- trace(Class<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
-
Invoke HTTP TRACE method for the current request asynchronously.
- trace(Class<T>) - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
- trace(Class<T>) - Method in interface jakarta.ws.rs.client.SyncInvoker
-
Invoke HTTP TRACE method for the current request synchronously.
- TRAILING - jakarta.persistence.criteria.CriteriaBuilder.Trimspec
-
Trim from trailing end.
- Transaction - Interface in jakarta.transaction
-
The Transaction interface allows operations to be performed against the transaction in the target Transaction object.
- TRANSACTION - jakarta.persistence.PersistenceContextType
-
Transaction-scoped persistence context
- TRANSACTION - Static variable in annotation type jakarta.enterprise.concurrent.ContextServiceDefinition
-
Context that controls the transaction that is associated with the thread.
- TRANSACTION - Static variable in interface jakarta.enterprise.concurrent.ManagedTask
-
Execution property to be returned in
ManagedTask.getExecutionProperties()
orContextService.createContextualProxy()
to inform the Jakarta EE Product Provider under which transaction should the task or proxy method of contextual proxy object be executed in. - transactional() - Method in annotation type jakarta.annotation.sql.DataSourceDefinition
-
Set to
false
if connections should not participate in transactions. - Transactional - Annotation Type in jakarta.transaction
-
The jakarta.transaction.Transactional annotation provides the application the ability to declaratively control transaction boundaries on CDI managed beans, as well as classes defined as managed beans by the Jakarta EE specification, at both the class and method level where method level annotations override those at the class level.
- Transactional.TxType - Enum in jakarta.transaction
-
The TxType element of the annotation indicates whether a bean method is to be executed within a transaction context where the values provide the following corresponding behavior.
- TransactionalException - Exception in jakarta.transaction
-
The TransactionalException thrown from the Transactional interceptors implementation contains the original exception as its nested exception and is a RuntimeException, therefore, by default any transaction that was started as a result of a Transactional annotation earlier in the call stream will be marked for rollback as a result of the TransactionalException being thrown by the Transactional interceptor of the second bean.
- TransactionalException(String, Throwable) - Constructor for exception jakarta.transaction.TransactionalException
- TransactionAttribute - Annotation Type in jakarta.ejb
-
The
TransactionAttribute
annotation specifies whether the container is to invoke a business method within a transaction context. - TransactionAttributeType - Enum in jakarta.ejb
-
The enum
TransactionAttributeType
is used with theTransactionAttribute
annotation to specify whether the methods of a session bean or message driven bean are called with a valid transaction context. - TransactionManagement - Annotation Type in jakarta.ejb
-
Specifies whether a session bean or message driven bean has container managed transactions or bean managed transactions.
- TransactionManagementType - Enum in jakarta.ejb
-
The enum
TransactionManagementType
is used with theTransactionManagement
annotation to specify whether container-managed or bean-managed transaction management is used. - TransactionManager - Interface in jakarta.transaction
-
The TransactionManager interface defines the methods that allow an application server to manage transaction boundaries.
- transactionPhase() - Method in interface jakarta.enterprise.inject.build.compatible.spi.ObserverInfo
-
Returns the
transaction phase
of this transactional observer. - transactionPhase(TransactionPhase) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticObserverBuilder
-
Sets the
TransactionPhase
during which this synthetic observer should be notified. - transactionPhase(TransactionPhase) - Method in interface jakarta.enterprise.inject.spi.configurator.ObserverMethodConfigurator
-
Set the
TransactionPhase
for the observer to build - TransactionPhase - Enum in jakarta.enterprise.event
-
Distinguishes the various kinds of transactional observer methods from regular observer methods which are notified immediately.
- TransactionRequiredException - Exception in jakarta.persistence
-
Thrown by the persistence provider when a transaction is required but is not active.
- TransactionRequiredException - Exception in jakarta.transaction
-
This exception indicates that a request carried a null transaction context, but the target object requires an active transaction.
- TransactionRequiredException() - Constructor for exception jakarta.persistence.TransactionRequiredException
-
Constructs a new
TransactionRequiredException
exception withnull
as its detail message. - TransactionRequiredException() - Constructor for exception jakarta.transaction.TransactionRequiredException
- TransactionRequiredException(Exception) - Constructor for exception jakarta.persistence.TransactionRequiredException
-
Constructs a new
TransactionRequiredException
exception withnull
as its detail message. - TransactionRequiredException(String) - Constructor for exception jakarta.persistence.TransactionRequiredException
-
Constructs a new
TransactionRequiredException
exception with the specified detail message. - TransactionRequiredException(String) - Constructor for exception jakarta.transaction.TransactionRequiredException
- TransactionRequiredException(String, Exception) - Constructor for exception jakarta.persistence.TransactionRequiredException
-
Constructs a new
TransactionRequiredException
exception with the specified detail message. - TransactionRequiredLocalException - Exception in jakarta.ejb
-
This exception is thrown to a local client to indicate that a request carried a null transaction context, but the target object requires an active transaction.
- TransactionRequiredLocalException() - Constructor for exception jakarta.ejb.TransactionRequiredLocalException
-
Constructs a TransactionRequiredLocalException with no detail message.
- TransactionRequiredLocalException(String) - Constructor for exception jakarta.ejb.TransactionRequiredLocalException
-
Constructs an TransactionRequiredLocalException with the specified detailed message.
- TransactionRolledbackException - Exception in jakarta.transaction
-
This exception indicates that the transaction associated with processing of the request has been rolled back, or it has been marked to roll back.
- TransactionRolledbackException() - Constructor for exception jakarta.transaction.TransactionRolledbackException
- TransactionRolledbackException(String) - Constructor for exception jakarta.transaction.TransactionRolledbackException
- TransactionRolledbackLocalException - Exception in jakarta.ejb
-
This exception is thrown to a local client to indicate that the transaction associated with processing of the request has been rolled back, or marked to roll back.
- TransactionRolledbackLocalException() - Constructor for exception jakarta.ejb.TransactionRolledbackLocalException
-
Constructs a TransactionRolledbackLocalException with no detail message.
- TransactionRolledbackLocalException(String) - Constructor for exception jakarta.ejb.TransactionRolledbackLocalException
-
Constructs a TransactionRolledbackLocalException with the specified detailed message.
- TransactionRolledbackLocalException(String, Exception) - Constructor for exception jakarta.ejb.TransactionRolledbackLocalException
-
Constructs a TransactionRolledbackLocalException with the specified detail message and a nested exception.
- TransactionScoped - Annotation Type in jakarta.transaction
-
The jakarta.transaction.TransactionScoped annotation provides the ability to specify a standard CDI scope to define bean instances whose lifecycle is scoped to the currently active Jakarta Transactions transaction.
- TransactionSynchronizationRegistry - Interface in jakarta.transaction
-
This interface is intended for use by system level application server components such as persistence managers, resource adapters, as well as Jakarta Enterprise Beans and Web application components.
- transform(ClassLoader, String, Class<?>, ProtectionDomain, byte[]) - Method in interface jakarta.persistence.spi.ClassTransformer
-
Invoked when a class is being loaded or redefined.
- TransformerException - Exception in jakarta.persistence.spi
-
Thrown by the persistence provider when a problem during class re-definition occurs.
- TransformerException() - Constructor for exception jakarta.persistence.spi.TransformerException
-
Constructs a new
TransformerException
exception withnull
as its detail message. - TransformerException(String) - Constructor for exception jakarta.persistence.spi.TransformerException
-
Constructs a new
TransformerException
exception with the specified detail message. - TransformerException(String, Throwable) - Constructor for exception jakarta.persistence.spi.TransformerException
-
Constructs a new
TransformerException
exception with the specified detail message and cause. - TransformerException(Throwable) - Constructor for exception jakarta.persistence.spi.TransformerException
-
Constructs a new
TransformerException
exception with the specified cause. - Transient - Annotation Type in jakarta.persistence
-
Specifies that the property or field is not persistent.
- transientField(boolean) - Method in interface jakarta.enterprise.inject.spi.configurator.InjectionPointConfigurator
-
Change the transient status of the built InjectionPoint.
- TransientReference - Annotation Type in jakarta.enterprise.inject
-
If a parameter annotated with
@TransientReference
resolves to a dependent scoped bean, then the bean will be destroyed after the invocation completes. - TransientReference.Literal - Class in jakarta.enterprise.inject
-
Supports inline instantiation of the
TransientReference
annotation. - TransientStateHelper - Interface in jakarta.faces.component
-
Define a
Map
-like contract that makes it easier for components to implementTransientStateHolder
. - TransientStateHolder - Interface in jakarta.faces.component
-
This interface is implemented by classes that need to save state that is expected to be available only within the scope of the current request.
- transition(FacesContext, Flow, Flow, FlowCallNode, String) - Method in class jakarta.faces.flow.FlowHandler
-
Perform a transition in the flow graph for the current user's
ClientWindow
. - translateName(String) - Method in interface jakarta.json.bind.config.PropertyNamingStrategy
-
Translates the property name into its JSON field name representation.
- transportGuarantee() - Method in annotation type jakarta.servlet.annotation.HttpConstraint
-
The data protection requirements (i.e., whether or not SSL/TLS is required) that must be satisfied by the connections on which requests arrive.
- transportGuarantee() - Method in annotation type jakarta.servlet.annotation.HttpMethodConstraint
-
The data protection requirements (i.e., whether or not SSL/TLS is required) that must be satisfied by the connections on which requests arrive.
- traversableResolver(TraversableResolver) - Method in interface jakarta.validation.Configuration
-
Defines the traversable resolver used.
- traversableResolver(TraversableResolver) - Method in interface jakarta.validation.ValidatorContext
-
Defines the traversable resolver implementation used by the
Validator
. - TraversableResolver - Interface in jakarta.validation
-
Contract determining if a property can be accessed by the Jakarta Bean Validation provider.
- treat(CollectionJoin<X, T>, Class<E>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Downcast CollectionJoin object to the specified type.
- treat(Join<X, T>, Class<V>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Downcast Join object to the specified type.
- treat(ListJoin<X, T>, Class<E>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Downcast ListJoin object to the specified type.
- treat(MapJoin<X, K, T>, Class<V>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Downcast MapJoin object to the specified type.
- treat(Path<X>, Class<T>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Downcast Path object to the specified type.
- treat(Root<X>, Class<T>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Downcast Root object to the specified type.
- treat(SetJoin<X, T>, Class<E>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Downcast SetJoin object to the specified type.
- Trigger - Interface in jakarta.enterprise.concurrent
-
Triggers allow application developers to plug in rules for when and how often a task should run.
- trim(char, Expression<String>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create expression to trim character from both ends of a string.
- trim(CriteriaBuilder.Trimspec, char, Expression<String>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create expression to trim character from a string.
- trim(CriteriaBuilder.Trimspec, Expression<Character>, Expression<String>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create expression to trim character from a string.
- trim(CriteriaBuilder.Trimspec, Expression<String>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create expression to trim blanks from a string.
- trim(Expression<Character>, Expression<String>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create expression to trim character from both ends of a string.
- trim(Expression<String>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create expression to trim blanks from both ends of a string.
- TRUE - jakarta.json.JsonValue.ValueType
-
JSON true.
- TRUE - Static variable in interface jakarta.json.JsonValue
-
JSON true value.
- trustStore(KeyStore) - Method in class jakarta.ws.rs.client.ClientBuilder
-
Set the client-side trust store.
- TrustStoreCallback - Class in jakarta.security.auth.message.callback
-
Callback for trusted certificate KeyStore.
- TrustStoreCallback() - Constructor for class jakarta.security.auth.message.callback.TrustStoreCallback
- TRY_AGAIN_LATER - jakarta.websocket.CloseReason.CloseCodes
-
1013 indicates that the service is experiencing overload
- TryCatchFinally - Interface in jakarta.servlet.jsp.tagext
-
The auxiliary interface of a Tag, IterationTag or BodyTag tag handler that wants additional hooks for managing resources.
- tuple(Selection<?>...) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create a tuple-valued selection item.
- Tuple - Interface in jakarta.persistence
-
Interface for extracting the elements of a query result tuple.
- TupleElement<X> - Interface in jakarta.persistence
-
The
TupleElement
interface defines an element that is returned in a query result tuple. - type - jakarta.faces.component.html.HtmlCommandButton.PropertyKeys
- type - jakarta.faces.component.html.HtmlCommandLink.PropertyKeys
- type - jakarta.faces.component.html.HtmlInputText.PropertyKeys
- type - jakarta.faces.component.html.HtmlOutcomeTargetLink.PropertyKeys
- type - jakarta.faces.component.html.HtmlOutputLink.PropertyKeys
- type() - Method in annotation type jakarta.annotation.Resource
-
The Java type of the resource.
- type() - Method in interface jakarta.enterprise.inject.build.compatible.spi.InjectionPointInfo
-
Returns the
type
of this injection point. - type() - Method in interface jakarta.enterprise.lang.model.declarations.FieldInfo
-
Returns the type of this field.
- type() - Method in interface jakarta.enterprise.lang.model.declarations.ParameterInfo
-
Returns the type of this parameter.
- type() - Method in interface jakarta.enterprise.lang.model.declarations.RecordComponentInfo
-
Returns the type of this record component.
- type() - Method in annotation type jakarta.json.bind.annotation.JsonbSubtype
-
An actual type bound to the alias.
- type() - Method in annotation type jakarta.persistence.ColumnResult
-
(Optional) The Java type to which the column type is to be mapped.
- type() - Method in interface jakarta.persistence.criteria.Path
-
Create an expression corresponding to the type of the path.
- type() - Method in annotation type jakarta.persistence.NamedSubgraph
-
(Optional) The type represented by this subgraph.
- type() - Method in annotation type jakarta.persistence.PersistenceContext
-
(Optional) Specifies whether a transaction-scoped persistence context or an extended persistence context is to be used.
- type() - Method in annotation type jakarta.persistence.StoredProcedureParameter
-
JDBC type of the paramter.
- type() - Method in annotation type jakarta.validation.executable.ValidateOnExecution
-
List of executable types to be validated when called.
- type() - Method in annotation type jakarta.validation.valueextraction.ExtractedValue
-
The type of the value extracted by the
ValueExtractor
. - type(ClassInfo) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticBeanBuilder
-
Adds
type
to the set of bean types of this synthetic bean. - type(Type) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticBeanBuilder
-
Adds
type
to the set of bean types of this synthetic bean. - type(MediaType) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
-
Set the message entity media type.
- type(Class<?>) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticBeanBuilder
-
Adds
type
to the set of bean types of this synthetic bean. - type(Type) - Method in interface jakarta.enterprise.inject.spi.configurator.InjectionPointConfigurator
-
Set the required
Type
(that will be used during typesafe resolution) of the InjectionPoint to build. - type(String) - Method in interface jakarta.ws.rs.core.Link.Builder
-
Convenience method to set a
type
on this link. - type(String) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
-
Set the message entity media type.
- Type - Interface in jakarta.enterprise.lang.model.types
-
A type is used in a program source code, but does not have to be declared anywhere.
- Type<X> - Interface in jakarta.persistence.metamodel
-
Instances of the type
Type
represent persistent object or attribute types. - TYPE - Static variable in class jakarta.el.ELResolver
-
The attribute name of the named attribute in the
FeatureDescriptor
that specifies the runtime type of the variable or property. - TYPE - Static variable in class jakarta.ws.rs.core.Link
-
Type link param from RFC 5988.
- TYPE_MESSAGE_ID - Static variable in class jakarta.faces.validator.DoubleRangeValidator
-
The message identifier of the
FacesMessage
to be created if the current value of this component is not of the correct type. - TYPE_MESSAGE_ID - Static variable in class jakarta.faces.validator.LongRangeValidator
-
The message identifier of the
FacesMessage
to be created if the current value of this component is not of the correct type. - TYPE_VARIABLE - jakarta.enterprise.lang.model.types.Type.Kind
-
E.g.
- Type.Kind - Enum in jakarta.enterprise.lang.model.types
- Type.PersistenceType - Enum in jakarta.persistence.metamodel
- typeArguments() - Method in interface jakarta.enterprise.lang.model.types.ParameterizedType
-
Returns the list of type arguments that were applied to a generic class to form this parameterized type.
- TypeConverter - Class in jakarta.el
-
A convenient class for writing an ELResolver to do custom type conversions.
- TypeConverter() - Constructor for class jakarta.el.TypeConverter
- Typed - Annotation Type in jakarta.enterprise.inject
-
Restricts the bean types of a bean.
- Typed.Literal - Class in jakarta.enterprise.inject
-
Supports inline instantiation of the
Typed
annotation. - TypedQuery<X> - Interface in jakarta.persistence
-
Interface used to control the execution of typed queries.
- TypeLiteral<T> - Class in jakarta.enterprise.util
-
Supports inline instantiation of objects that represent parameterized types with actual type parameters.
- TypeLiteral() - Constructor for class jakarta.enterprise.util.TypeLiteral
- typeParameters() - Method in interface jakarta.enterprise.lang.model.declarations.ClassInfo
-
Returns a list of type parameters declared on this class.
- typeParameters() - Method in interface jakarta.enterprise.lang.model.declarations.MethodInfo
-
Returns a list of type parameters declared on this method.
- types() - Method in interface jakarta.enterprise.inject.build.compatible.spi.BeanInfo
-
Returns a collection of all types of this bean.
- types() - Method in annotation type jakarta.enterprise.inject.build.compatible.spi.Enhancement
-
Defines the set of expected types.
- types() - Method in annotation type jakarta.enterprise.inject.build.compatible.spi.Registration
-
Defines the set of expected types.
- types(Type...) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanAttributesConfigurator
-
Replace bean types
- types(Type...) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
-
Replace bean types
- types(Set<Type>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanAttributesConfigurator
-
Replace bean types
- types(Set<Type>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
-
Replace bean types
- Types - Interface in jakarta.enterprise.inject.build.compatible.spi
-
Factory for types.
- TypeVariable - Interface in jakarta.enterprise.lang.model.types
-
Type variables represent type parameters declared on generic classes or methods.
U
- UI_LOCALES - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
- UIColumn - Class in jakarta.faces.component
-
UIColumn is a
UIComponent
that represents a single column of data within a parentUIData
component. - UIColumn() - Constructor for class jakarta.faces.component.UIColumn
-
Create a new
UIColumn
instance with default property values. - UICommand - Class in jakarta.faces.component
-
UICommand is a
UIComponent
that represents a user interface component which, when activated by the user, triggers an application specific "command" or "action". - UICommand() - Constructor for class jakarta.faces.component.UICommand
-
Create a new
UICommand
instance with default property values. - UIComponent - Class in jakarta.faces.component
-
UIComponent is the base class for all user interface components in Jakarta Server Faces.
- UIComponent() - Constructor for class jakarta.faces.component.UIComponent
- UIComponentBase - Class in jakarta.faces.component
-
UIComponentBase is a convenience base class that implements the default concrete behavior of all methods defined by
UIComponent
. - UIComponentBase() - Constructor for class jakarta.faces.component.UIComponentBase
-
Default constructor, populates the descriptor map.
- UIData - Class in jakarta.faces.component
-
UIData is a
UIComponent
that supports data binding to a collection of data objects represented by aDataModel
instance, which is the current value of this component itself (typically established via aValueExpression
). - UIData() - Constructor for class jakarta.faces.component.UIData
-
Create a new
UIData
instance with default property values. - UIForm - Class in jakarta.faces.component
-
UIForm is a
UIComponent
that represents an input form to be presented to the user, and whose child components represent (among other things) the input fields to be included when the form is submitted. - UIForm() - Constructor for class jakarta.faces.component.UIForm
-
Create a new
UIForm
instance with default property values. - UIGraphic - Class in jakarta.faces.component
-
UIGraphic is a
UIComponent
that displays a graphical image to the user. - UIGraphic() - Constructor for class jakarta.faces.component.UIGraphic
-
Create a new
UIGraphic
instance with default property values. - UIImportConstants - Class in jakarta.faces.component
- UIImportConstants() - Constructor for class jakarta.faces.component.UIImportConstants
-
Create a new
UIImportConstants
instance with renderer type set tonull
. - UIInput - Class in jakarta.faces.component
-
UIInput is a
UIComponent
that represents a component that both displays output to the user (likeUIOutput
components do) and processes request parameters on the subsequent request that need to be decoded. - UIInput() - Constructor for class jakarta.faces.component.UIInput
-
Create a new
UIInput
instance with default property values. - UIMessage - Class in jakarta.faces.component
-
This component is responsible for displaying messages for a specific
UIComponent
, identified by aclientId
or component id relative to the closest ancestorNamingContainer
. - UIMessage() - Constructor for class jakarta.faces.component.UIMessage
-
Create a new
UIMessage
instance with default property values. - UIMessages - Class in jakarta.faces.component
-
The renderer for this component is responsible for obtaining the messages from the
FacesContext
and displaying them to the user. - UIMessages() - Constructor for class jakarta.faces.component.UIMessages
-
Create a new
UIMessages
instance with default property values. - UINamingContainer - Class in jakarta.faces.component
-
UINamingContainer is a convenience base class for components that wish to implement
NamingContainer
functionality. - UINamingContainer() - Constructor for class jakarta.faces.component.UINamingContainer
-
Create a new
UINamingContainer
instance with default property values. - UIOutcomeTarget - Class in jakarta.faces.component
-
This component is paired with the
jakarta.faces.Button
orjakarta.faces.Link
renderers and encapsulates properties relating to the rendering of outcomes directly to the response. - UIOutcomeTarget() - Constructor for class jakarta.faces.component.UIOutcomeTarget
-
Create a new
UIOutcomeTarget
instance with default property values. - UIOutput - Class in jakarta.faces.component
-
UIOutput is a
UIComponent
that has a value, optionally retrieved from a model tier bean via a value expression, that is displayed to the user. - UIOutput() - Constructor for class jakarta.faces.component.UIOutput
-
Create a new
UIOutput
instance with default property values. - UIPanel - Class in jakarta.faces.component
-
UIPanel is a
UIComponent
that manages the layout of its child components. - UIPanel() - Constructor for class jakarta.faces.component.UIPanel
-
Create a new
UIPanel
instance with default property values. - UIParameter - Class in jakarta.faces.component
-
UIParameter is a
UIComponent
that represents an optionally named configuration parameter for a parent component. - UIParameter() - Constructor for class jakarta.faces.component.UIParameter
-
Create a new
UIParameter
instance with default property values. - UISelectBoolean - Class in jakarta.faces.component
- UISelectBoolean() - Constructor for class jakarta.faces.component.UISelectBoolean
-
Create a new
UISelectBoolean
instance with default property values. - UISelectItem - Class in jakarta.faces.component
-
UISelectItem is a component that may be nested inside a
UISelectMany
orUISelectOne
component, and causes the addition of aSelectItem
instance to the list of available options for the parent component. - UISelectItem() - Constructor for class jakarta.faces.component.UISelectItem
-
Create a new
UISelectItem
instance with default property values. - UISelectItemGroup - Class in jakarta.faces.component
-
UISelectItemGroup is a component that may be nested inside a
UISelectMany
orUISelectOne
component, and causes the addition of oneSelectItemGroup
of one or moreSelectItem
instances to the list of available options in the parent component. - UISelectItemGroup() - Constructor for class jakarta.faces.component.UISelectItemGroup
- UISelectItemGroups - Class in jakarta.faces.component
-
UISelectItemGroups is a component that may be nested inside a
UISelectMany
orUISelectOne
component, and causes the addition of one or moreSelectItemGroup
of one or moreSelectItem
instances to the list of available options in the parent component. - UISelectItemGroups() - Constructor for class jakarta.faces.component.UISelectItemGroups
- UISelectItems - Class in jakarta.faces.component
-
UISelectItems is a component that may be nested inside a
UISelectMany
orUISelectOne
component, and causes the addition of one or moreSelectItem
instances to the list of available options in the parent component. - UISelectItems() - Constructor for class jakarta.faces.component.UISelectItems
-
Create a new
UISelectItems
instance with default property values. - UISelectMany - Class in jakarta.faces.component
-
UISelectMany is a
UIComponent
that represents the user's choice of a zero or more items from among a discrete set of available options. - UISelectMany() - Constructor for class jakarta.faces.component.UISelectMany
-
Create a new
UISelectMany
instance with default property values. - UISelectOne - Class in jakarta.faces.component
-
UISelectOne is a
UIComponent
that represents the user's choice of zero or one items from among a discrete set of available options. - UISelectOne() - Constructor for class jakarta.faces.component.UISelectOne
-
Create a new
UISelectOne
instance with default property values. - UIViewAction - Class in jakarta.faces.component
-
UIViewAction represents a method invocation that occurs during the request processing lifecycle, usually in response to an initial request, as opposed to a postback.
- UIViewAction() - Constructor for class jakarta.faces.component.UIViewAction
-
Create a new
UIViewAction
instance with default property values. - UIViewParameter - Class in jakarta.faces.component
-
UIViewParameter represents a binding between a request parameter and a model property or
UIViewRoot
property. - UIViewParameter() - Constructor for class jakarta.faces.component.UIViewParameter
-
Create a new
UIViewParameter
instance with default property values. - UIViewParameter.Reference - Class in jakarta.faces.component
-
Inner class to encapsulate a
UIViewParameter
instance so that it may be safely referenced regardless of whether or not the current view is the same as the view in which thisUIViewParameter
resides. - UIViewRoot - Class in jakarta.faces.component
-
UIViewRoot is the UIComponent that represents the root of the UIComponent tree.
- UIViewRoot() - Constructor for class jakarta.faces.component.UIViewRoot
-
Create a new
UIViewRoot
instance with default property values. - UIWebsocket - Class in jakarta.faces.component
-
The
<f:websocket>
tag opens an one-way (server to client) websocket based push connection in client side which can be reached from server side viaPushContext
interface injected in any CDI/container managed artifact via@
Push
annotation. - UIWebsocket() - Constructor for class jakarta.faces.component.UIWebsocket
-
Create a new
UIWebsocket
instance with default property values. - UNAUTHORIZED - jakarta.ws.rs.core.Response.Status
-
401 Unauthorized, see HTTP/1.1 documentation.
- UNAVAILABLE_FOR_LEGAL_REASONS - jakarta.ws.rs.core.Response.Status
-
451 Unavailable For Legal Reasons, see RFC 7725: An HTTP Status Code to Report Legal Obstacles.
- UnavailableException - Exception in jakarta.servlet
-
Defines an exception that a servlet or filter throws to indicate that it is permanently or temporarily unavailable.
- UnavailableException(String) - Constructor for exception jakarta.servlet.UnavailableException
-
Constructs a new exception with a descriptive message indicating that the servlet is permanently unavailable.
- UnavailableException(String, int) - Constructor for exception jakarta.servlet.UnavailableException
-
Constructs a new exception with a descriptive message indicating that the servlet is temporarily unavailable and giving an estimate of how long it will be unavailable.
- UNBOUNDED_BUFFER - Static variable in class jakarta.servlet.jsp.JspWriter
-
Constant indicating that the Writer is buffered and is unbounded; this is used in BodyContent.
- unchanged() - Method in annotation type jakarta.enterprise.concurrent.ContextServiceDefinition
-
Types of context that are left alone when a thread runs the contextual task or action.
- UNEXPECTED_CONDITION - jakarta.websocket.CloseReason.CloseCodes
-
1011 indicates that a server is terminating the connection because it encountered an unexpected condition that prevented it from fulfilling the request.
- UnexpectedTypeException - Exception in jakarta.validation
-
Exception raised in the case that the constraint validator resolution cannot determine a suitable validator for a given type.
- UnexpectedTypeException() - Constructor for exception jakarta.validation.UnexpectedTypeException
- UnexpectedTypeException(String) - Constructor for exception jakarta.validation.UnexpectedTypeException
- UnexpectedTypeException(String, Throwable) - Constructor for exception jakarta.validation.UnexpectedTypeException
- UnexpectedTypeException(Throwable) - Constructor for exception jakarta.validation.UnexpectedTypeException
- UNICODE_CASE - jakarta.validation.constraints.Pattern.Flag
-
Enables Unicode-aware case folding.
- unique() - Method in annotation type jakarta.persistence.Column
-
(Optional) Whether the column is a unique key.
- unique() - Method in annotation type jakarta.persistence.Index
-
(Optional) Whether the index is unique.
- unique() - Method in annotation type jakarta.persistence.JoinColumn
-
(Optional) Whether the property is a unique key.
- unique() - Method in annotation type jakarta.persistence.MapKeyColumn
-
(Optional) Whether the column is a unique key.
- unique() - Method in annotation type jakarta.persistence.MapKeyJoinColumn
-
(Optional) Whether the property is a unique key.
- UNIQUE_ID_PREFIX - Static variable in class jakarta.faces.component.UIViewRoot
-
The prefix that will be used for identifiers generated by the
createUniqueId()
method. - UniqueConstraint - Annotation Type in jakarta.persistence
-
Specifies that a unique constraint is to be included in the generated DDL for a primary or secondary table.
- uniqueConstraints() - Method in annotation type jakarta.persistence.CollectionTable
-
(Optional) Unique constraints that are to be placed on the table.
- uniqueConstraints() - Method in annotation type jakarta.persistence.JoinTable
-
(Optional) Unique constraints that are to be placed on the table.
- uniqueConstraints() - Method in annotation type jakarta.persistence.SecondaryTable
-
(Optional) Unique constraints that are to be placed on the table.
- uniqueConstraints() - Method in annotation type jakarta.persistence.Table
-
(Optional) Unique constraints that are to be placed on the table.
- uniqueConstraints() - Method in annotation type jakarta.persistence.TableGenerator
-
(Optional) Unique constraints that are to be placed on the table.
- UniqueIdVendor - Interface in jakarta.faces.component
-
UniqueIdVendor is an interface implemented by
UIComponents
that also implementNamingContainer
so that they can provide unique ids based on their own clientId. - unit() - Method in annotation type jakarta.ejb.AccessTimeout
-
Units used for the specified value.
- unit() - Method in annotation type jakarta.ejb.StatefulTimeout
-
Units used for the specified value.
- unitName() - Method in annotation type jakarta.persistence.PersistenceContext
-
(Optional) The name of the persistence unit as defined in the
persistence.xml
file. - unitName() - Method in annotation type jakarta.persistence.PersistenceUnit
-
(Optional) The name of the persistence unit as defined in the
persistence.xml
file. - UnitTest - jakarta.faces.application.ProjectStage
-
This value indicates the currently running application is undergoing unit testing.
- UNIX_LINES - jakarta.validation.constraints.Pattern.Flag
-
Enables Unix lines mode.
- UNKNOWN - jakarta.persistence.spi.LoadState
-
The load state of the element cannot be determined.
- Unmanaged<T> - Class in jakarta.enterprise.inject.spi
-
Helper class for injecting and calling lifecycle callbacks unmanaged instances for use by framework and library integrators.
- Unmanaged(BeanManager, Class<T>) - Constructor for class jakarta.enterprise.inject.spi.Unmanaged
-
Create an injector for the given class
- Unmanaged(Class<T>) - Constructor for class jakarta.enterprise.inject.spi.Unmanaged
-
Create an injector for the given class, using the current bean manager
- Unmanaged.UnmanagedInstance<T> - Class in jakarta.enterprise.inject.spi
-
Represents a non-contextual instance.
- unmarshal(Link.JaxbLink) - Method in class jakarta.ws.rs.core.Link.JaxbAdapter
-
Deprecated.Convert a
Link.JaxbLink
into aLink
. - unorderedAndMatchingGroups(Class<?>...) - Method in interface jakarta.validation.metadata.ElementDescriptor.ConstraintFinder
-
Restricts to the constraints matching a given set of groups for this element.
- UnproxyableResolutionException - Exception in jakarta.enterprise.inject
-
Indicates that a contextual reference for a bean with a normal scope and a certain bean type cannot be obtained because the bean type cannot be proxied by the container.
- UnproxyableResolutionException() - Constructor for exception jakarta.enterprise.inject.UnproxyableResolutionException
- UnproxyableResolutionException(String) - Constructor for exception jakarta.enterprise.inject.UnproxyableResolutionException
- UnproxyableResolutionException(String, Throwable) - Constructor for exception jakarta.enterprise.inject.UnproxyableResolutionException
- UnproxyableResolutionException(Throwable) - Constructor for exception jakarta.enterprise.inject.UnproxyableResolutionException
- UnsatisfiedResolutionException - Exception in jakarta.enterprise.inject
-
Indicates that no bean matches a certain combination of required type and required qualifiers and is eligible for injection into a certain class.
- UnsatisfiedResolutionException() - Constructor for exception jakarta.enterprise.inject.UnsatisfiedResolutionException
- UnsatisfiedResolutionException(String) - Constructor for exception jakarta.enterprise.inject.UnsatisfiedResolutionException
- UnsatisfiedResolutionException(String, Throwable) - Constructor for exception jakarta.enterprise.inject.UnsatisfiedResolutionException
- UnsatisfiedResolutionException(Throwable) - Constructor for exception jakarta.enterprise.inject.UnsatisfiedResolutionException
- unselectedClass - jakarta.faces.component.html.HtmlSelectManyCheckbox.PropertyKeys
- unsetEntityContext() - Method in interface jakarta.ejb.EntityBean
-
Unset the associated entity context.
- UNSPECIFIED - jakarta.persistence.SharedCacheMode
-
Caching behavior is undefined: provider-specific defaults may apply.
- unsubscribeFromEvent(Class<? extends SystemEvent>, ComponentSystemEventListener) - Method in class jakarta.faces.component.UIComponent
-
This implementation throws
UnsupportedOperationException
and is provided for the sole purpose of not breaking existing applications that extend this class. - unsubscribeFromEvent(Class<? extends SystemEvent>, ComponentSystemEventListener) - Method in class jakarta.faces.component.UIComponentBase
-
Remove the listener instance referenced by argument
componentListener
as a listener for events of typeeventClass
originating from this specific instance ofUIComponent
. - unsubscribeFromEvent(Class<? extends SystemEvent>, SystemEventListener) - Method in class jakarta.faces.application.Application
-
Remove the listener instance referenced by argument
listener
from the application as a listener for events of typesystemEventClass
. - unsubscribeFromEvent(Class<? extends SystemEvent>, SystemEventListener) - Method in class jakarta.faces.application.ApplicationWrapper
-
The default behavior of this method is to call
Application.unsubscribeFromEvent(Class, jakarta.faces.event.SystemEventListener)
on the wrappedApplication
object. - unsubscribeFromEvent(Class<? extends SystemEvent>, Class<?>, SystemEventListener) - Method in class jakarta.faces.application.Application
-
Remove the listener instance referenced by argument
listener
from the application as a listener for events of typesystemEventClass
that originate from objects of typesourceClass
. - unsubscribeFromEvent(Class<? extends SystemEvent>, Class<?>, SystemEventListener) - Method in class jakarta.faces.application.ApplicationWrapper
-
The default behavior of this method is to call
Application.unsubscribeFromEvent(Class, Class, jakarta.faces.event.SystemEventListener)
on the wrappedApplication
object. - unsubscribeFromViewEvent(Class<? extends SystemEvent>, SystemEventListener) - Method in class jakarta.faces.component.UIViewRoot
-
Remove the listener instance referenced by argument
listener
from theUIViewRoot
as a listener for events of typesystemEventClass
. - UNSUPPORTED_MEDIA_TYPE - jakarta.ws.rs.core.Response.Status
-
415 Unsupported Media Type, see HTTP/1.1 documentation.
- UNSYNCHRONIZED - jakarta.persistence.SynchronizationType
-
Persistence context must be explicitly joined to the current transaction
- UntargetableComponent - Interface in jakarta.faces.component.search
-
Components implementing this interface are ignored by the algorithm - especially in the implementation of
@child(n)
,@next
and@previous
. - unwrap(Class<T>) - Method in interface jakarta.persistence.Cache
-
Return an object of the specified type to allow access to the provider-specific API.
- unwrap(Class<T>) - Method in interface jakarta.persistence.EntityManager
-
Return an object of the specified type to allow access to the provider-specific API.
- unwrap(Class<T>) - Method in interface jakarta.persistence.EntityManagerFactory
-
Return an object of the specified type to allow access to the provider-specific API.
- unwrap(Class<T>) - Method in interface jakarta.persistence.Query
-
Return an object of the specified type to allow access to the provider-specific API.
- unwrap(Class<T>) - Method in interface jakarta.validation.ConstraintValidatorContext
-
Returns an instance of the specified type allowing access to provider-specific APIs.
- unwrap(Class<T>) - Method in interface jakarta.validation.MessageInterpolator.Context
-
Returns an instance of the specified type allowing access to provider-specific APIs.
- unwrap(Class<T>) - Method in interface jakarta.validation.Validator
-
Returns an instance of the specified type allowing access to provider-specific APIs.
- unwrap(Class<T>) - Method in interface jakarta.validation.ValidatorFactory
-
Returns an instance of the specified type allowing access to provider-specific APIs.
- unwrap(Class<T>) - Method in interface jakarta.ws.rs.SeBootstrap.Instance.StopResult
-
Provides access to the wrapped native shutdown result.
- unwrap(Class<T>) - Method in interface jakarta.ws.rs.SeBootstrap.Instance
-
Provides access to the wrapped native handle of the application instance.
- unwrap(Class<U>) - Method in interface jakarta.validation.ConstraintViolation
-
Returns an instance of the specified type allowing access to provider-specific APIs.
- unwrap(Class<U>) - Method in interface jakarta.validation.metadata.ConstraintDescriptor
-
Returns an instance of the specified type allowing access to provider-specific APIs.
- UNWRAP - jakarta.validation.metadata.ValidateUnwrappedValue
-
The value is unwrapped before validation, i.e.
- UnwrapByDefault - Annotation Type in jakarta.validation.valueextraction
-
Marks a
ValueExtractor
definition so that it is applied automatically when detecting constraints declared on the container type supported by the extractor, causing the constraints to be applied to the container's elements instead of the container. - Unwrapping - Interface in jakarta.validation.valueextraction
-
Set of interfaces used in the
payload()
of a constraint to indicate if a value should be unwrapped before validation. - Unwrapping.Skip - Interface in jakarta.validation.valueextraction
-
Skip the unwrapping if it has been enabled on the
ValueExtractor
by theUnwrapByDefault
annotation. - Unwrapping.Unwrap - Interface in jakarta.validation.valueextraction
-
Unwrap the value before validation.
- updatable() - Method in annotation type jakarta.persistence.Column
-
(Optional) Whether the column is included in SQL UPDATE statements generated by the persistence provider.
- updatable() - Method in annotation type jakarta.persistence.JoinColumn
-
(Optional) Whether the column is included in SQL UPDATE statements generated by the persistence provider.
- updatable() - Method in annotation type jakarta.persistence.MapKeyColumn
-
(Optional) Whether the column is included in SQL UPDATE statements generated by the persistence provider.
- updatable() - Method in annotation type jakarta.persistence.MapKeyJoinColumn
-
(Optional) Whether the column is included in SQL UPDATE statements generated by the persistence provider.
- updatable() - Method in annotation type jakarta.persistence.OrderColumn
-
(Optional) Whether the column is included in SQL UPDATE statements generated by the persistence provider.
- UPDATE_MESSAGE_ID - Static variable in class jakarta.faces.component.UIInput
-
The message identifier of the
FacesMessage
to be created if a model update error occurs, and the thrown exception has no message. - UPDATE_MODEL_VALUES - Static variable in class jakarta.faces.event.PhaseId
-
Identifier that indicates an interest in events queued for the Update Model Values phase of the request processing lifecycle.
- updateAttributes(String, Map<String, String>) - Method in class jakarta.faces.context.PartialResponseWriter
-
Write an attribute update operation.
- UPDATED_AT - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
- updateModel(FacesContext) - Method in class jakarta.faces.component.UIInput
-
Perform the following algorithm to update the model data associated with this
UIInput
, if any, as appropriate. - updateModel(FacesContext) - Method in class jakarta.faces.component.UIViewParameter
-
Call through to superclass
UIInput.updateModel(jakarta.faces.context.FacesContext)
then take the additional action of pushing the value into request scope if and only if the value is not a value expression, is valid, and the local value was set on this lifecycle execution. - UpdateModelException - Exception in jakarta.faces.component
-
This exception indicates a failure to update the model and is created to wrap any exception that occurs during
UIInput.updateModel(jakarta.faces.context.FacesContext)
. - UpdateModelException(FacesMessage, Throwable) - Constructor for exception jakarta.faces.component.UpdateModelException
-
Store the argument
facesMessage
so it may be returned fromUpdateModelException.getFacesMessage()
and pass the argumentcause
to the super constructor. - upgrade(Class<T>) - Method in interface jakarta.servlet.http.HttpServletRequest
-
Creates an instance of
HttpUpgradeHandler
for a given class and uses it for the http protocol upgrade processing. - upgrade(Class<T>) - Method in class jakarta.servlet.http.HttpServletRequestWrapper
-
Create an instance of
HttpUpgradeHandler
for a given class and uses it for the http protocol upgrade processing. - upgradeHttpToWebSocket(Object, Object, ServerEndpointConfig, Map<String, String>) - Method in interface jakarta.websocket.server.ServerContainer
-
Upgrade the HTTP connection represented by the
HttpServletRequest
andHttpServletResponse
to the WebSocket protocol and establish a WebSocket connection as per the providedServerEndpointConfig
. - upper(Expression<String>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create expression for converting a string to uppercase.
- UPPER_CAMEL_CASE - Static variable in interface jakarta.json.bind.config.PropertyNamingStrategy
-
Using this strategy, the first character will be capitalized.
- UPPER_CAMEL_CASE_WITH_SPACES - Static variable in interface jakarta.json.bind.config.PropertyNamingStrategy
-
Using this strategy, the first character will be capitalized and the words will be separated by spaces.
- upperBound() - Method in interface jakarta.enterprise.lang.model.types.WildcardType
-
Returns the upper bound of this wildcard type.
- uri - Variable in class jakarta.servlet.jsp.tagext.TagLibraryInfo
-
The value of the uri attribute from the taglib directive for this library.
- uri(String) - Method in interface jakarta.ws.rs.core.Link.Builder
-
Set underlying string representing URI template for the link being constructed.
- uri(String) - Method in class jakarta.ws.rs.core.UriBuilder
-
Parses the
uriTemplate
string and copies the parsed components of the supplied URI to the UriBuilder replacing any existing values for those components. - uri(URI) - Method in interface jakarta.ws.rs.core.Link.Builder
-
Set underlying URI template for the link being constructed.
- uri(URI) - Method in class jakarta.ws.rs.core.UriBuilder
-
Copies the non-null components of the supplied URI to the UriBuilder replacing any existing values for those components.
- URI_PREFIX - Static variable in interface jakarta.faces.push.PushContext
-
The context-relative web socket URI prefix where the endpoint should listen on.
- uriBuilder(UriBuilder) - Method in interface jakarta.ws.rs.core.Link.Builder
-
Set underlying URI builder representing the URI template for the link being constructed.
- UriBuilder - Class in jakarta.ws.rs.core
-
URI template-aware utility class for building URIs from their components.
- UriBuilder() - Constructor for class jakarta.ws.rs.core.UriBuilder
-
Protected constructor, use one of the static
fromXxx(...)
methods to obtain an instance. - UriBuilderException - Exception in jakarta.ws.rs.core
-
A runtime exception thrown by
UriBuilder.build(Object...)
methods when aURI
cannot be constructed based on the current state of the builder. - UriBuilderException() - Constructor for exception jakarta.ws.rs.core.UriBuilderException
-
Creates a new instance of
UriBuilderException
without detail message. - UriBuilderException(String) - Constructor for exception jakarta.ws.rs.core.UriBuilderException
-
Constructs an instance of
UriBuilderException
with the specified detail message. - UriBuilderException(String, Throwable) - Constructor for exception jakarta.ws.rs.core.UriBuilderException
-
Constructs an instance of
UriBuilderException
with the specified detail message and cause. - UriBuilderException(Throwable) - Constructor for exception jakarta.ws.rs.core.UriBuilderException
-
Constructs a new exception with the specified cause and a detail message of (
cause==null ? null : cause.toString()
) (which typically contains the class and detail message of cause). - UriInfo - Interface in jakarta.ws.rs.core
-
An injectable interface that provides access to application and request URI information.
- url() - Method in annotation type jakarta.annotation.sql.DataSourceDefinition
-
A JDBC URL.
- url() - Method in annotation type jakarta.security.enterprise.identitystore.LdapIdentityStoreDefinition
-
URL where the LDAP server can be reached.
- URL - jakarta.servlet.SessionTrackingMode
- urlPatterns() - Method in annotation type jakarta.servlet.annotation.WebFilter
-
The URL patterns to which the filter applies
- urlPatterns() - Method in annotation type jakarta.servlet.annotation.WebServlet
-
The URL patterns of the servlet
- urn - Variable in class jakarta.servlet.jsp.tagext.TagLibraryInfo
-
The "reliable" URN indicated in the TLD.
- USE - jakarta.persistence.CacheRetrieveMode
-
Read entity data from the cache: this is the default behavior.
- USE - jakarta.persistence.CacheStoreMode
-
Insert entity data into cache when read from database and insert/update entity data when committed into database: this is the default behavior.
- USE_PROXY - jakarta.ws.rs.core.Response.Status
-
305 Use Proxy, see HTTP/1.1 documentation.
- USE_TRANSACTION_OF_EXECUTION_THREAD - Static variable in interface jakarta.enterprise.concurrent.ManagedTask
-
Constant for the "USE_TRANSACTION_OF_EXECUTION_THREAD" value of the TRANSACTION execution property.
- useFor() - Method in annotation type jakarta.security.enterprise.identitystore.DatabaseIdentityStoreDefinition
-
Determines what the identity store is used for
- useFor() - Method in annotation type jakarta.security.enterprise.identitystore.LdapIdentityStoreDefinition
-
Determines what the identity store is used for
- useForExpression() - Method in annotation type jakarta.security.enterprise.identitystore.DatabaseIdentityStoreDefinition
-
Allow
useFor
to be specified as an Jakarta Expression Language expression. - useForExpression() - Method in annotation type jakarta.security.enterprise.identitystore.LdapIdentityStoreDefinition
-
Allow useFor to be specified as a Jakarta Expression Language expression.
- useForwardToLogin() - Method in class jakarta.security.enterprise.authentication.mechanism.http.LoginToContinue.Literal
- useForwardToLogin() - Method in annotation type jakarta.security.enterprise.authentication.mechanism.http.LoginToContinue
-
Use a forward to reach the page set by the
LoginToContinue.loginPage()
if true, otherwise use a redirect. - useForwardToLoginExpression() - Method in class jakarta.security.enterprise.authentication.mechanism.http.LoginToContinue.Literal
- useForwardToLoginExpression() - Method in annotation type jakarta.security.enterprise.authentication.mechanism.http.LoginToContinue
-
Jakarta Expression Language expression variant of
useForwardToLogin()
. - usemap - jakarta.faces.component.html.HtmlGraphicImage.PropertyKeys
- useNonce() - Method in annotation type jakarta.security.enterprise.authentication.mechanism.http.OpenIdAuthenticationMechanismDefinition
-
Optional.
- useNonceExpression() - Method in annotation type jakarta.security.enterprise.authentication.mechanism.http.OpenIdAuthenticationMechanismDefinition
-
Optional.
- user() - Method in annotation type jakarta.annotation.sql.DataSourceDefinition
-
User name to use for connection authentication.
- USER - Static variable in class jakarta.ws.rs.Priorities
-
User-level filter/interceptor priority.
- USER_AGENT - Static variable in interface jakarta.ws.rs.core.HttpHeaders
- userAgentNeedsUpdate(FacesContext) - Method in class jakarta.faces.application.Resource
-
Return
true
if the user-agent requesting this resource needs an update. - userAgentNeedsUpdate(FacesContext) - Method in class jakarta.faces.application.ResourceWrapper
-
The default behavior of this method is to call
Resource.userAgentNeedsUpdate(jakarta.faces.context.FacesContext)
on the wrappedResourceHandler
object. - userInfo(String) - Method in class jakarta.ws.rs.core.UriBuilder
-
Set the URI user-info.
- USERINFO_ENDPOINT - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
- userinfoEndpoint() - Method in annotation type jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdProviderMetadata
-
Required.
- UsernamePasswordCredential - Class in jakarta.security.enterprise.credential
-
Represents the credentials typically used by standard caller name/password authentication.
- UsernamePasswordCredential(String, Password) - Constructor for class jakarta.security.enterprise.credential.UsernamePasswordCredential
-
Constructor.
- UsernamePasswordCredential(String, String) - Constructor for class jakarta.security.enterprise.credential.UsernamePasswordCredential
-
Constructor.
- UserTransaction - Interface in jakarta.transaction
-
The UserTransaction interface defines the methods that allow an application to explicitly manage transaction boundaries.
- useSession() - Method in annotation type jakarta.security.enterprise.authentication.mechanism.http.OpenIdAuthenticationMechanismDefinition
-
Optional.
- useSessionExpression() - Method in annotation type jakarta.security.enterprise.authentication.mechanism.http.OpenIdAuthenticationMechanismDefinition
-
Optional.
- usingContext() - Method in interface jakarta.validation.ValidatorFactory
-
Defines a new validator context and returns a
Validator
compliant this new context. - UUID - jakarta.persistence.GenerationType
-
Indicates that the persistence provider must assign primary keys for the entity by generating an RFC 4122 Universally Unique IDentifier.
V
- Valid - Annotation Type in jakarta.validation
-
Marks a property, method parameter or method return type for validation cascading.
- VALID - jakarta.security.enterprise.identitystore.CredentialValidationResult.Status
-
Indicates that the credential is valid after a validation attempt.
- validate(InjectionPoint) - Method in interface jakarta.enterprise.inject.spi.BeanManager
-
Validate a certain injection point.
- validate(FacesContext) - Method in class jakarta.faces.component.UIInput
-
Perform the following algorithm to validate the local value of this
UIInput
. - validate(FacesContext, UIComponent, Object) - Method in class jakarta.faces.validator.BeanValidator
-
Verify that the value is valid according to the Bean Validation constraints.
- validate(FacesContext, UIComponent, Object) - Method in class jakarta.faces.validator.DoubleRangeValidator
- validate(FacesContext, UIComponent, Object) - Method in class jakarta.faces.validator.LengthValidator
- validate(FacesContext, UIComponent, Object) - Method in class jakarta.faces.validator.LongRangeValidator
- validate(FacesContext, UIComponent, Object) - Method in class jakarta.faces.validator.MethodExpressionValidator
- validate(FacesContext, UIComponent, Object) - Method in class jakarta.faces.validator.RegexValidator
-
Validate a String against a regular expression pattern.
- validate(FacesContext, UIComponent, Object) - Method in class jakarta.faces.validator.RequiredValidator
-
Verify that the converted object value is not null.
- validate(FacesContext, UIComponent, T) - Method in interface jakarta.faces.validator.Validator
- validate(Credential) - Method in interface jakarta.security.enterprise.identitystore.IdentityStore
-
Validates the given credential.
- validate(Credential) - Method in interface jakarta.security.enterprise.identitystore.IdentityStoreHandler
-
Validate the given
Credential
and return the identity and attributes of the caller it represents. - validate(RememberMeCredential) - Method in interface jakarta.security.enterprise.identitystore.RememberMeIdentityStore
-
Validates the given credential.
- validate(TagData) - Method in class jakarta.servlet.jsp.tagext.TagExtraInfo
-
Translation-time validation of the attributes.
- validate(TagData) - Method in class jakarta.servlet.jsp.tagext.TagInfo
-
Translation-time validation of the attributes.
- validate(String, String, PageData) - Method in class jakarta.servlet.jsp.jstl.tlv.PermittedTaglibsTLV
- validate(String, String, PageData) - Method in class jakarta.servlet.jsp.jstl.tlv.ScriptFreeTLV
-
Validates a single JSP page.
- validate(String, String, PageData) - Method in class jakarta.servlet.jsp.tagext.TagLibraryValidator
-
Validate a JSP page.
- validate(T, Class<?>...) - Method in interface jakarta.validation.Validator
-
Validates all constraints on
object
. - VALIDATE - jakarta.security.enterprise.identitystore.IdentityStore.ValidationType
-
Only validation is performed, so no groups, are taken from this store.
- VALIDATE_EMPTY_FIELDS_PARAM_NAME - Static variable in class jakarta.faces.component.UIInput
-
The name of a context parameter that indicates how empty values should be handled with respect to validation.
- validateBegin() - Method in class jakarta.servlet.jsp.jstl.core.LoopTagSupport
-
Ensures the "begin" property is sensible, throwing an exception expected to propagate up if it isn't
- validateConstructorParameters(Constructor<? extends T>, Object[], Class<?>...) - Method in interface jakarta.validation.executable.ExecutableValidator
-
Validates all constraints placed on the parameters of the given constructor.
- validateConstructorReturnValue(Constructor<? extends T>, T, Class<?>...) - Method in interface jakarta.validation.executable.ExecutableValidator
-
Validates all return value constraints of the given constructor.
- validatedBy() - Method in annotation type jakarta.validation.Constraint
-
ConstraintValidator
classes implementing the constraint. - validateEnd() - Method in class jakarta.servlet.jsp.jstl.core.LoopTagSupport
-
Ensures the "end" property is sensible, throwing an exception expected to propagate up if it isn't
- ValidateOnExecution - Annotation Type in jakarta.validation.executable
-
Expresses which executables (methods or constructors) should have their parameters and return value validated upon execution.
- validateParameters(T, Method, Object[], Class<?>...) - Method in interface jakarta.validation.executable.ExecutableValidator
-
Validates all constraints placed on the parameters of the given method.
- validateProperty(T, String, Class<?>...) - Method in interface jakarta.validation.Validator
-
Validates all constraints placed on the property of
object
namedpropertyName
. - validateRequest(MessageInfo, Subject, Subject) - Method in interface jakarta.security.auth.message.ServerAuth
-
Authenticate a received service request.
- validateRequest(HttpServletRequest, HttpServletResponse, HttpMessageContext) - Method in interface jakarta.security.enterprise.authentication.mechanism.http.HttpAuthenticationMechanism
-
Authenticate an HTTP request.
- validateRequest(HttpServletRequest, HttpServletResponse, HttpMessageContext) - Method in class jakarta.security.enterprise.authentication.mechanism.http.HttpAuthenticationMechanismWrapper
- validateResponse(MessageInfo, Subject, Subject) - Method in interface jakarta.security.auth.message.ClientAuth
-
Validate a received service response.
- validateReturnValue(T, Method, Object, Class<?>...) - Method in interface jakarta.validation.executable.ExecutableValidator
-
Validates all return value constraints of the given method.
- validateStep() - Method in class jakarta.servlet.jsp.jstl.core.LoopTagSupport
-
Ensures the "step" property is sensible, throwing an exception expected to propagate up if it isn't
- ValidateUnwrappedValue - Enum in jakarta.validation.metadata
-
The unwrapping behavior that can be applied to a specific constraint.
- validateValue(FacesContext, Object) - Method in class jakarta.faces.component.UIInput
-
Set the "valid" property according to the below algorithm.
- validateValue(FacesContext, Object) - Method in class jakarta.faces.component.UISelectMany
-
In addition to the standard validation behavior inherited from
UIInput
, ensure that any specified values are equal to one of the available options. - validateValue(FacesContext, Object) - Method in class jakarta.faces.component.UISelectOne
-
In addition to the standard validation behavior inherited from
UIInput
, ensure that any specified value is equal to one of the available options. - validateValue(Class<T>, String, Object, Class<?>...) - Method in interface jakarta.validation.Validator
-
Validates all constraints placed on the property named
propertyName
of the classbeanType
would the property value bevalue
. - Validation - Class in jakarta.validation
-
This class is the entry point for Jakarta Bean Validation.
- Validation - Annotation Type in jakarta.enterprise.inject.build.compatible.spi
-
5th phase of build compatible extension execution.
- Validation() - Constructor for class jakarta.validation.Validation
- VALIDATION_GROUPS_DELIMITER - Static variable in class jakarta.faces.validator.BeanValidator
-
The delimiter that is used to separate the list of fully-qualified group names as strings.
- ValidationException - Exception in jakarta.validation
-
Base exception of all Jakarta Bean Validation "unexpected" problems.
- ValidationException() - Constructor for exception jakarta.validation.ValidationException
- ValidationException(String) - Constructor for exception jakarta.validation.ValidationException
- ValidationException(String, Throwable) - Constructor for exception jakarta.validation.ValidationException
- ValidationException(Throwable) - Constructor for exception jakarta.validation.ValidationException
- validationFailed() - Method in class jakarta.faces.context.FacesContext
-
Sets a flag which indicates that a conversion or validation error occurred while processing the inputs.
- validationFailed() - Method in class jakarta.faces.context.FacesContextWrapper
-
The default behavior of this method is to call
FacesContext.validationFailed()
on the wrappedFacesContext
object. - ValidationMessage - Class in jakarta.servlet.jsp.tagext
-
A validation message from either TagLibraryValidator or TagExtraInfo.
- ValidationMessage(String, String) - Constructor for class jakarta.servlet.jsp.tagext.ValidationMessage
-
Create a ValidationMessage.
- ValidationMode - Enum in jakarta.persistence
-
The validation mode to be used by the provider for the persistence unit.
- ValidationProvider<T extends Configuration<T>> - Interface in jakarta.validation.spi
-
Contract between the validation bootstrap mechanism and the provider engine.
- ValidationProviderResolver - Interface in jakarta.validation
-
Determines the list of Jakarta Bean Validation providers available in the runtime environment
- ValidationTarget - Enum in jakarta.validation.constraintvalidation
-
List of possible targets for a
ConstraintValidator
. - validationTypes() - Method in interface jakarta.security.enterprise.identitystore.IdentityStore
-
Determines the type of validation the
IdentityStore
should be used for. - Validator<T> - Interface in jakarta.faces.validator
-
A Validator implementation is a class that can perform validation (correctness checks) on a
EditableValueHolder
. - Validator - Interface in jakarta.validation
-
Validates bean instances.
- VALIDATOR_FACTORY_KEY - Static variable in class jakarta.faces.validator.BeanValidator
-
The name of the Jakarta Servlet context attribute which holds the object used by Jakarta Faces to obtain Validator instances.
- VALIDATOR_ID - Static variable in class jakarta.faces.validator.BeanValidator
-
The standard validator id for this validator, as defined by the Jakarta Server Face specification.
- VALIDATOR_ID - Static variable in class jakarta.faces.validator.DoubleRangeValidator
-
The standard converter id for this converter.
- VALIDATOR_ID - Static variable in class jakarta.faces.validator.LengthValidator
-
The standard validator id for this validator.
- VALIDATOR_ID - Static variable in class jakarta.faces.validator.LongRangeValidator
-
The standard converter id for this converter.
- VALIDATOR_ID - Static variable in class jakarta.faces.validator.RegexValidator
-
The standard converter id for this converter.
- VALIDATOR_ID - Static variable in class jakarta.faces.validator.RequiredValidator
-
The standard converter id for this converter.
- ValidatorConfig - Interface in jakarta.faces.view.facelets
-
Used in creating
ValidatorHandler
and all implementations. - ValidatorContext - Interface in jakarta.validation
-
Represents the context that is used to create
Validator
instances. - ValidatorException - Exception in jakarta.faces.validator
-
A ValidatorException is an exception thrown by the
validate()
method of aValidator
to indicate that validation failed. - ValidatorException(FacesMessage) - Constructor for exception jakarta.faces.validator.ValidatorException
-
Construct a new exception with the specified message and no root cause.
- ValidatorException(FacesMessage, Throwable) - Constructor for exception jakarta.faces.validator.ValidatorException
-
Construct a new exception with the specified detail message and root cause.
- ValidatorException(Collection<FacesMessage>) - Constructor for exception jakarta.faces.validator.ValidatorException
-
Allow this one exception to contain multiple messages.
- ValidatorException(Collection<FacesMessage>, Throwable) - Constructor for exception jakarta.faces.validator.ValidatorException
-
Allow this one exception to contain multiple messages, while passing on the root cause to the superclass
- ValidatorFactory - Interface in jakarta.validation
-
Factory returning initialized
Validator
instances. - ValidatorHandler - Class in jakarta.faces.view.facelets
-
Handles setting a
Validator
instance on anEditableValueHolder
parent. - ValidatorHandler(ValidatorConfig) - Constructor for class jakarta.faces.view.facelets.ValidatorHandler
-
Construct this instance around the configuration information in argument
config
- value() - Method in annotation type jakarta.annotation.Generated
-
The value element must have the name of the code generator.
- value() - Method in annotation type jakarta.annotation.ManagedBean
-
Deprecated.The name of the Jakarta Managed Bean.
- value() - Method in annotation type jakarta.annotation.Priority
-
The priority value.
- value() - Method in annotation type jakarta.annotation.Resources
-
Array used for multiple resource declarations.
- value() - Method in annotation type jakarta.annotation.security.DeclareRoles
-
List of security role names.
- value() - Method in annotation type jakarta.annotation.security.RolesAllowed
-
List of roles that are permitted access.
- value() - Method in annotation type jakarta.annotation.security.RunAs
-
Name of a security role.
- value() - Method in annotation type jakarta.annotation.sql.DataSourceDefinitions
- value() - Method in annotation type jakarta.ejb.AccessTimeout
-
The semantics of the
value
element are as follows: A value>
0 indicates a timeout value in the units specified by theunit
element. - value() - Method in annotation type jakarta.ejb.ConcurrencyManagement
-
value.
- value() - Method in annotation type jakarta.ejb.DependsOn
-
The ejb-names of singleton components whose initialization must occur before this singleton.
- value() - Method in annotation type jakarta.ejb.EJBs
-
value.
- value() - Method in annotation type jakarta.ejb.Init
-
The name of the corresponding
create<METHOD>
method of the adapted home or local home interface. - value() - Method in annotation type jakarta.ejb.Local
-
Specifies the local business interface(s) of the bean.
- value() - Method in annotation type jakarta.ejb.LocalHome
-
The local home interface.
- value() - Method in annotation type jakarta.ejb.Lock
-
value.
- value() - Method in annotation type jakarta.ejb.Remote
-
Specifies the remote business interface(s) of the bean.
- value() - Method in annotation type jakarta.ejb.RemoteHome
-
The remote home interface
- value() - Method in annotation type jakarta.ejb.Schedules
-
One or more calendar-based timer specifications.
- value() - Method in annotation type jakarta.ejb.StatefulTimeout
-
The amount of time the stateful session bean can be idle.
- value() - Method in annotation type jakarta.ejb.TransactionAttribute
-
value.
- value() - Method in annotation type jakarta.ejb.TransactionManagement
-
value.
- value() - Method in annotation type jakarta.enterprise.concurrent.ContextServiceDefinition.List
- value() - Method in annotation type jakarta.enterprise.concurrent.ManagedExecutorDefinition.List
- value() - Method in annotation type jakarta.enterprise.concurrent.ManagedScheduledExecutorDefinition.List
- value() - Method in annotation type jakarta.enterprise.concurrent.ManagedThreadFactoryDefinition.List
- value() - Method in class jakarta.enterprise.context.BeforeDestroyed.Literal
- value() - Method in annotation type jakarta.enterprise.context.BeforeDestroyed
-
The scope for which to observe destruction
- value() - Method in class jakarta.enterprise.context.Destroyed.Literal
- value() - Method in annotation type jakarta.enterprise.context.Destroyed
-
The scope for which to observe destruction
- value() - Method in class jakarta.enterprise.context.Initialized.Literal
- value() - Method in annotation type jakarta.enterprise.context.Initialized
-
The scope for which to observe initialization
- value() - Method in annotation type jakarta.enterprise.inject.build.compatible.spi.SkipIfPortableExtensionPresent
-
A class implementing
Extension
that is expected to mirror the functionality of the annotated build compatible extension. - value() - Method in class jakarta.enterprise.inject.literal.NamedLiteral
- value() - Method in annotation type jakarta.enterprise.inject.spi.WithAnnotations
- value() - Method in class jakarta.enterprise.inject.Typed.Literal
- value() - Method in annotation type jakarta.enterprise.inject.Typed
-
Selects the bean types of the bean.
- value() - Method in interface jakarta.enterprise.lang.model.AnnotationInfo
- value() - Method in class jakarta.faces.annotation.ManagedProperty.Literal
- value() - Method in annotation type jakarta.faces.annotation.ManagedProperty
-
Taken to be the value that is injected into the field.
- value() - Method in class jakarta.faces.annotation.View.Literal
- value() - Method in annotation type jakarta.faces.annotation.View
-
Set the Faces View Id pattern.
- value() - Method in annotation type jakarta.faces.application.ResourceDependencies
-
The individual resource dependencies
- value() - Method in class jakarta.faces.component.behavior.FacesBehavior.Literal
- value() - Method in annotation type jakarta.faces.component.behavior.FacesBehavior
-
The value of this annotation attribute is taken to be the behavior-id with which instances of this class of behavior can be instantiated.
- value() - Method in annotation type jakarta.faces.component.FacesComponent
-
The value of this annotation attribute is taken to be the component-type with which instances of this class of component can be instantiated by calling
Application.createComponent(java.lang.String)
. - value() - Method in class jakarta.faces.convert.FacesConverter.Literal
- value() - Method in annotation type jakarta.faces.convert.FacesConverter
-
The value of this annotation attribute is taken to be the converter-id with which instances of this class of converter can be instantiated by calling
Application.createConverter(java.lang.String)
. - value() - Method in annotation type jakarta.faces.event.ListenersFor
- value() - Method in annotation type jakarta.faces.flow.FlowScoped
-
Must be equivalent to the
Flow.getId()
of a defined flow for this application. - value() - Method in class jakarta.faces.validator.FacesValidator.Literal
- value() - Method in annotation type jakarta.faces.validator.FacesValidator
-
The value of this annotation attribute is taken to be the validator-id with which instances of this class of component can be instantiated by calling
Application.createValidator(java.lang.String)
. - value() - Method in annotation type jakarta.inject.Named
-
The name.
- value() - Method in annotation type jakarta.interceptor.Interceptors
-
An ordered list of interceptors.
- value() - Method in annotation type jakarta.json.bind.annotation.JsonbDateFormat
-
Specifies the date pattern to use.
- value() - Method in annotation type jakarta.json.bind.annotation.JsonbNillable
-
Switches on/off serialization of properties with null value.
- value() - Method in annotation type jakarta.json.bind.annotation.JsonbNumberFormat
-
Specifies the number pattern to use.
- value() - Method in annotation type jakarta.json.bind.annotation.JsonbProperty
-
Customized name of the field (or JavaBean property).
- value() - Method in annotation type jakarta.json.bind.annotation.JsonbPropertyOrder
-
Order in which properties are serialized.
- value() - Method in annotation type jakarta.json.bind.annotation.JsonbTypeAdapter
-
Custom JsonbAdapter which provides custom mapping for given field or JavaBean property.
- value() - Method in annotation type jakarta.json.bind.annotation.JsonbTypeDeserializer
-
Custom
JsonbDeserializer
which provides custom mapping for given field or JavaBean property. - value() - Method in annotation type jakarta.json.bind.annotation.JsonbTypeInfo
-
Allowed aliases of the handled type.
- value() - Method in annotation type jakarta.json.bind.annotation.JsonbTypeSerializer
-
Custom
JsonbSerializer
which provides custom mapping for given field or JavaBean property. - value() - Method in annotation type jakarta.json.bind.annotation.JsonbVisibility
-
Custom property visibility strategy used to resolve visibility of the members.
- value() - Method in annotation type jakarta.persistence.Access
-
(Required) Specification of field- or property-based access.
- value() - Method in annotation type jakarta.persistence.AssociationOverrides
-
(Required) The association override mappings that are to be applied to the relationship field or property .
- value() - Method in annotation type jakarta.persistence.AttributeOverrides
-
(Required) One or more field or property mapping overrides.
- value() - Method in annotation type jakarta.persistence.Cacheable
-
(Optional) Whether or not the entity should be cached.
- value() - Method in annotation type jakarta.persistence.Converts
-
The
Convert
mappings that are to be applied. - value() - Method in interface jakarta.persistence.criteria.MapJoin
-
Create a path expression that corresponds to the map value.
- value() - Method in annotation type jakarta.persistence.DiscriminatorValue
-
(Optional) The value that indicates that the row is an entity of the annotated entity type.
- value() - Method in annotation type jakarta.persistence.EntityListeners
-
The callback listener classes
- value() - Method in annotation type jakarta.persistence.Enumerated
-
(Optional) The type used in mapping an enum type.
- value() - Method in annotation type jakarta.persistence.ForeignKey
-
(Optional) Used to specify whether a foreign key constraint should be generated when schema generation is in effect.
- value() - Method in annotation type jakarta.persistence.IdClass
-
Primary key class
- value() - Method in annotation type jakarta.persistence.JoinColumns
-
The join columns that map the relationship.
- value() - Method in annotation type jakarta.persistence.MapKeyClass
-
(Required) The type of the map key.
- value() - Method in annotation type jakarta.persistence.MapKeyEnumerated
-
(Optional) The type used in mapping a map key enum type.
- value() - Method in annotation type jakarta.persistence.MapKeyJoinColumns
-
(Required) The map key join columns that are used to map to the entity that is the map key.
- value() - Method in annotation type jakarta.persistence.MapKeyTemporal
-
(Required) The type used in mapping
java.util.Date
orjava.util.Calendar
. - value() - Method in annotation type jakarta.persistence.MapsId
-
(Optional) The name of the attribute within the composite key to which the relationship attribute corresponds.
- value() - Method in annotation type jakarta.persistence.metamodel.StaticMetamodel
-
Class being modelled by the annotated class.
- value() - Method in annotation type jakarta.persistence.NamedAttributeNode
-
(Required) The name of the attribute that must be included in the graph.
- value() - Method in annotation type jakarta.persistence.NamedEntityGraphs
- value() - Method in annotation type jakarta.persistence.NamedNativeQueries
-
(Required) Array of
NamedNativeQuery
annotations. - value() - Method in annotation type jakarta.persistence.NamedQueries
-
(Required) An array of
NamedQuery
annotations. - value() - Method in annotation type jakarta.persistence.NamedStoredProcedureQueries
-
(Required) Array of
NamedStoredProcedureQuery
annotations. - value() - Method in annotation type jakarta.persistence.OrderBy
-
An
orderby_list
. - value() - Method in annotation type jakarta.persistence.PersistenceContexts
-
(Required) One or more
PersistenceContext
annotations. - value() - Method in annotation type jakarta.persistence.PersistenceProperty
-
The value of the property
- value() - Method in annotation type jakarta.persistence.PersistenceUnits
-
(Required) One or more
PersistenceUnit
annotations. - value() - Method in annotation type jakarta.persistence.PrimaryKeyJoinColumns
-
One or more
PrimaryKeyJoinColumn
annotations. - value() - Method in annotation type jakarta.persistence.QueryHint
-
Value of the hint.
- value() - Method in annotation type jakarta.persistence.SecondaryTables
-
(Required) The secondary tables for an entity.
- value() - Method in annotation type jakarta.persistence.SequenceGenerators
- value() - Method in annotation type jakarta.persistence.SqlResultSetMappings
-
One or more
SqlResultSetMapping
annotations. - value() - Method in annotation type jakarta.persistence.TableGenerators
- value() - Method in annotation type jakarta.persistence.Temporal
-
The type used in mapping
java.util.Date
orjava.util.Calendar
. - value() - Method in annotation type jakarta.servlet.annotation.HandlesTypes
-
The classes in which a
ServletContainerInitializer
has expressed interest. - value() - Method in annotation type jakarta.servlet.annotation.HttpConstraint
-
The default authorization semantic.
- value() - Method in annotation type jakarta.servlet.annotation.HttpMethodConstraint
-
Http protocol method name
- value() - Method in annotation type jakarta.servlet.annotation.ServletSecurity
-
Get the
HttpConstraint
that defines the protection that is to be applied to all HTTP methods that are NOT represented in the array returned by httpMethodConstraints. - value() - Method in annotation type jakarta.servlet.annotation.WebFilter
-
The URL patterns to which the filter applies The default value is an empty array.
- value() - Method in annotation type jakarta.servlet.annotation.WebInitParam
-
Value of the initialization parameter
- value() - Method in annotation type jakarta.servlet.annotation.WebListener
-
Description of the listener
- value() - Method in annotation type jakarta.servlet.annotation.WebServlet
-
The URL patterns of the servlet
- value() - Method in annotation type jakarta.transaction.Transactional
-
The TxType element of the Transactional annotation indicates whether a bean method is to be executed within a transaction context.
- value() - Method in annotation type jakarta.validation.constraints.AssertFalse.List
- value() - Method in annotation type jakarta.validation.constraints.AssertTrue.List
- value() - Method in annotation type jakarta.validation.constraints.DecimalMax.List
- value() - Method in annotation type jakarta.validation.constraints.DecimalMax
-
The
String
representation of the max value according to theBigDecimal
string representation. - value() - Method in annotation type jakarta.validation.constraints.DecimalMin.List
- value() - Method in annotation type jakarta.validation.constraints.DecimalMin
-
The
String
representation of the min value according to theBigDecimal
string representation. - value() - Method in annotation type jakarta.validation.constraints.Digits.List
- value() - Method in annotation type jakarta.validation.constraints.Email.List
- value() - Method in annotation type jakarta.validation.constraints.Future.List
- value() - Method in annotation type jakarta.validation.constraints.FutureOrPresent.List
- value() - Method in annotation type jakarta.validation.constraints.Max.List
- value() - Method in annotation type jakarta.validation.constraints.Max
- value() - Method in annotation type jakarta.validation.constraints.Min.List
- value() - Method in annotation type jakarta.validation.constraints.Min
- value() - Method in annotation type jakarta.validation.constraints.Negative.List
- value() - Method in annotation type jakarta.validation.constraints.NegativeOrZero.List
- value() - Method in annotation type jakarta.validation.constraints.NotBlank.List
- value() - Method in annotation type jakarta.validation.constraints.NotEmpty.List
- value() - Method in annotation type jakarta.validation.constraints.NotNull.List
- value() - Method in annotation type jakarta.validation.constraints.Null.List
- value() - Method in annotation type jakarta.validation.constraints.Past.List
- value() - Method in annotation type jakarta.validation.constraints.PastOrPresent.List
- value() - Method in annotation type jakarta.validation.constraints.Pattern.List
- value() - Method in annotation type jakarta.validation.constraints.Positive.List
- value() - Method in annotation type jakarta.validation.constraints.PositiveOrZero.List
- value() - Method in annotation type jakarta.validation.constraints.Size.List
- value() - Method in annotation type jakarta.validation.constraintvalidation.SupportedValidationTarget
- value() - Method in annotation type jakarta.validation.groups.ConvertGroup.List
- value() - Method in annotation type jakarta.validation.GroupSequence
- value() - Method in annotation type jakarta.validation.OverridesAttribute.List
- value() - Method in annotation type jakarta.websocket.server.PathParam
-
The name of the variable used in the URI-template.
- value() - Method in annotation type jakarta.websocket.server.ServerEndpoint
-
The URI or URI-template, level-1 (See RFC 6570) where the endpoint will be deployed.
- value() - Method in annotation type jakarta.ws.rs.ApplicationPath
-
Defines the base URI for all resource URIs.
- value() - Method in annotation type jakarta.ws.rs.ConstrainedTo
-
Define the
constraint type
to be placed on a JAX-RS provider. - value() - Method in annotation type jakarta.ws.rs.Consumes
-
A list of media types.
- value() - Method in annotation type jakarta.ws.rs.CookieParam
-
Defines the name of the HTTP cookie whose value will be used to initialize the value of the annotated method argument, class field or bean property.
- value() - Method in annotation type jakarta.ws.rs.DefaultValue
-
The specified default value.
- value() - Method in annotation type jakarta.ws.rs.FormParam
-
Defines the name of the form parameter whose value will be used to initialize the value of the annotated method argument.
- value() - Method in annotation type jakarta.ws.rs.HeaderParam
-
Defines the name of the HTTP header whose value will be used to initialize the value of the annotated method argument, class field or bean property.
- value() - Method in annotation type jakarta.ws.rs.HttpMethod
-
Specifies the name of a HTTP method.
- value() - Method in annotation type jakarta.ws.rs.MatrixParam
-
Defines the name of the URI matrix parameter whose value will be used to initialize the value of the annotated method argument, class field or bean property.
- value() - Method in annotation type jakarta.ws.rs.Path
-
Defines a URI template for the resource class or method, must not include matrix parameters.
- value() - Method in annotation type jakarta.ws.rs.PathParam
-
Defines the name of the URI template parameter whose value will be used to initialize the value of the annotated method parameter, class field or property.
- value() - Method in annotation type jakarta.ws.rs.Produces
-
A list of media types.
- value() - Method in annotation type jakarta.ws.rs.QueryParam
-
Defines the name of the HTTP query parameter whose value will be used to initialize the value of the annotated method argument, class field or bean property.
- value(boolean) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds a boolean-valued annotation member called
value
. - value(boolean[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds a boolean array-valued annotation member called
value
. - value(byte) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds a byte-valued annotation member called
value
. - value(byte[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds a byte array-valued annotation member called
value
. - value(char) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds a char-valued annotation member called
value
. - value(char[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds a char array-valued annotation member called
value
. - value(double) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds a double-valued annotation member called
value
. - value(double[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds a double array-valued annotation member called
value
. - value(float) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds a float-valued annotation member called
value
. - value(float[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds a float array-valued annotation member called
value
. - value(int) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds an int-valued annotation member called
value
. - value(int[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds an int array-valued annotation member called
value
. - value(long) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds a long-valued annotation member called
value
. - value(long[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds a long array-valued annotation member called
value
. - value(short) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds a short-valued annotation member called
value
. - value(short[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds a short array-valued annotation member called
value
. - value(AnnotationInfo) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds an annotation-valued annotation member called
value
. - value(AnnotationInfo[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds an annotation array-valued annotation member called
value
. - value(AnnotationMember) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds an annotation member called
value
, whose value is givenvalue
. - value(ClassInfo) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds a class-valued annotation member called
value
. - value(ClassInfo[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds a class array-valued annotation member called
value
. - value(ClassInfo, String) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds an enum-valued annotation member called
value
. - value(ClassInfo, String[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds an enum array-valued annotation member called
value
. - value(Type) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds a class-valued annotation member called
value
. - value(Type[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds a class array-valued annotation member called
value
. - value(Expression<? extends T>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder.Coalesce
-
Add an argument to the coalesce expression.
- value(Expression<? extends T>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder.In
-
Add to list of values to be tested against.
- value(Annotation) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds an annotation-valued annotation member called
value
. - value(Annotation[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds an annotation array-valued annotation member called
value
. - value(Class<?>) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds a class-valued annotation member called
value
. - value(Class<?>[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds a class array-valued annotation member called
value
. - value(Class<? extends Enum<?>>, String) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds an enum-valued annotation member called
value
. - value(Class<? extends Enum<?>>, String[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds an enum array-valued annotation member called
value
. - value(Enum<?>) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds an enum-valued annotation member called
value
. - value(Enum<?>[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds an enum array-valued annotation member called
value
. - value(String) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds a String-valued annotation member called
value
. - value(String) - Method in class jakarta.ws.rs.core.Cookie.AbstractCookieBuilder
-
Set the value of the cookie.
- value(String[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Adds a String array-valued annotation member called
value
. - value(String, Object) - Method in interface jakarta.validation.valueextraction.ValueExtractor.ValueReceiver
-
Receives the value extracted from an object.
- value(T) - Method in interface jakarta.persistence.criteria.CriteriaBuilder.Coalesce
-
Add an argument to the coalesce expression.
- value(T) - Method in interface jakarta.persistence.criteria.CriteriaBuilder.In
-
Add to list of values to be tested against.
- VALUE - Static variable in interface jakarta.enterprise.lang.model.AnnotationMember
-
Name of the commonly used
value()
annotation member. - VALUE_FALSE - jakarta.json.stream.JsonParser.Event
-
false
value in a JSON array or object. - VALUE_NULL - jakarta.json.stream.JsonParser.Event
-
null
value in a JSON array or object. - VALUE_NUMBER - jakarta.json.stream.JsonParser.Event
-
Number value in a JSON array or object.
- VALUE_STRING - jakarta.json.stream.JsonParser.Event
-
String value in a JSON array or object.
- VALUE_TRUE - jakarta.json.stream.JsonParser.Event
-
true
value in a JSON array or object. - valueBound(HttpSessionBindingEvent) - Method in interface jakarta.servlet.http.HttpSessionBindingListener
-
Notifies the object that it is being bound to a session and identifies the session.
- ValueChangeEvent - Class in jakarta.faces.event
-
A
ValueChangeEvent
is a notification that the local value of the source component has been change as a result of user interface activity. - ValueChangeEvent(UIComponent, Object, Object) - Constructor for class jakarta.faces.event.ValueChangeEvent
-
Construct a new event object from the specified source component, old value, and new value.
- ValueChangeEvent(FacesContext, UIComponent, Object, Object) - Constructor for class jakarta.faces.event.ValueChangeEvent
-
Construct a new event object from the Faces context, specified source component, old value and new value.
- ValueChangeListener - Interface in jakarta.faces.event
-
A listener interface for receiving
ValueChangeEvent
s. - valueColumnName() - Method in annotation type jakarta.persistence.TableGenerator
-
(Optional) Name of the column that stores the last value generated.
- ValueExpression - Class in jakarta.el
-
An
Expression
that can get or set a value. - ValueExpression() - Constructor for class jakarta.el.ValueExpression
- ValueExtractor<T> - Interface in jakarta.validation.valueextraction
-
Defines the logic used to extract the values from a container object of type
T
. - ValueExtractor.ValueReceiver - Interface in jakarta.validation.valueextraction
-
Provides a set of methods receiving value extracted by the
ValueExtractor
. - ValueExtractorDeclarationException - Exception in jakarta.validation.valueextraction
-
Raised if the configuration of
ValueExtractor
is illegal, e.g. - ValueExtractorDeclarationException() - Constructor for exception jakarta.validation.valueextraction.ValueExtractorDeclarationException
- ValueExtractorDeclarationException(String) - Constructor for exception jakarta.validation.valueextraction.ValueExtractorDeclarationException
- ValueExtractorDeclarationException(String, Throwable) - Constructor for exception jakarta.validation.valueextraction.ValueExtractorDeclarationException
- ValueExtractorDeclarationException(Throwable) - Constructor for exception jakarta.validation.valueextraction.ValueExtractorDeclarationException
- ValueExtractorDefinitionException - Exception in jakarta.validation.valueextraction
-
Raised if a
ValueExtractor
definition is illegal, e.g. - ValueExtractorDefinitionException() - Constructor for exception jakarta.validation.valueextraction.ValueExtractorDefinitionException
- ValueExtractorDefinitionException(String) - Constructor for exception jakarta.validation.valueextraction.ValueExtractorDefinitionException
- ValueExtractorDefinitionException(String, Throwable) - Constructor for exception jakarta.validation.valueextraction.ValueExtractorDefinitionException
- ValueExtractorDefinitionException(Throwable) - Constructor for exception jakarta.validation.valueextraction.ValueExtractorDefinitionException
- ValueHolder - Interface in jakarta.faces.component
-
ValueHolder is an interface that may be implemented by any concrete
UIComponent
that wishes to support a local value, as well as access data in the model tier via a value expression, and support conversion between String and the model tier data's native data type. - ValueHolderAttachedObjectHandler - Interface in jakarta.faces.view
-
A VDL handler that exposes
Converter
to a page author. - ValueHolderAttachedObjectTarget - Interface in jakarta.faces.view
-
A marker interface for VDL tags that represent
<composite:valueHolder/>
for use by the composite component page author. - valueOf(String) - Static method in enum jakarta.annotation.Resource.AuthenticationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.ejb.ConcurrencyManagementType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.ejb.LockType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.ejb.TransactionAttributeType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.ejb.TransactionManagementType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.enterprise.event.Reception
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.enterprise.event.TransactionPhase
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.enterprise.inject.spi.InterceptionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.enterprise.inject.spi.SessionBeanType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.enterprise.lang.model.AnnotationMember.Kind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.enterprise.lang.model.declarations.DeclarationInfo.Kind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.enterprise.lang.model.types.PrimitiveType.PrimitiveKind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.enterprise.lang.model.types.Type.Kind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.faces.annotation.FacesConfig.Version
-
Deprecated.Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.faces.application.ProjectStage
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.faces.application.ResourceVisitOption
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.faces.application.ViewVisitOption
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.faces.component.behavior.ClientBehaviorHint
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.faces.component.html.HtmlBody.PropertyKeys
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.faces.component.html.HtmlColumn.PropertyKeys
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.faces.component.html.HtmlCommandButton.PropertyKeys
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.faces.component.html.HtmlCommandLink.PropertyKeys
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.faces.component.html.HtmlCommandScript.PropertyKeys
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.faces.component.html.HtmlDataTable.PropertyKeys
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.faces.component.html.HtmlDoctype.PropertyKeys
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.faces.component.html.HtmlForm.PropertyKeys
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.faces.component.html.HtmlGraphicImage.PropertyKeys
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.faces.component.html.HtmlHead.PropertyKeys
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.faces.component.html.HtmlInputFile.PropertyKeys
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.faces.component.html.HtmlInputHidden.PropertyKeys
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.faces.component.html.HtmlInputSecret.PropertyKeys
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.faces.component.html.HtmlInputText.PropertyKeys
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.faces.component.html.HtmlInputTextarea.PropertyKeys
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.faces.component.html.HtmlMessage.PropertyKeys
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.faces.component.html.HtmlMessages.PropertyKeys
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.faces.component.html.HtmlOutcomeTargetButton.PropertyKeys
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.faces.component.html.HtmlOutcomeTargetLink.PropertyKeys
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.faces.component.html.HtmlOutputFormat.PropertyKeys
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.faces.component.html.HtmlOutputLabel.PropertyKeys
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.faces.component.html.HtmlOutputLink.PropertyKeys
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.faces.component.html.HtmlOutputText.PropertyKeys
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.faces.component.html.HtmlPanelGrid.PropertyKeys
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.faces.component.html.HtmlPanelGroup.PropertyKeys
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.faces.component.html.HtmlSelectBooleanCheckbox.PropertyKeys
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.faces.component.html.HtmlSelectManyCheckbox.PropertyKeys
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.faces.component.html.HtmlSelectManyListbox.PropertyKeys
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.faces.component.html.HtmlSelectManyMenu.PropertyKeys
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.faces.component.html.HtmlSelectOneListbox.PropertyKeys
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.faces.component.html.HtmlSelectOneMenu.PropertyKeys
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.faces.component.html.HtmlSelectOneRadio.PropertyKeys
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.faces.component.search.SearchExpressionHint
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.faces.component.visit.VisitHint
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.faces.component.visit.VisitResult
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.json.JsonConfig.KeyStrategy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.json.JsonPatch.Operation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.json.JsonValue.ValueType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.json.stream.JsonParser.Event
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.persistence.AccessType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.persistence.CacheRetrieveMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.persistence.CacheStoreMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.persistence.CascadeType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.persistence.ConstraintMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.persistence.criteria.CriteriaBuilder.Trimspec
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.persistence.criteria.JoinType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.persistence.criteria.Predicate.BooleanOperator
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.persistence.DiscriminatorType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.persistence.EnumType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.persistence.FetchType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.persistence.FlushModeType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.persistence.GenerationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.persistence.InheritanceType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.persistence.LockModeType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.persistence.metamodel.Attribute.PersistentAttributeType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.persistence.metamodel.Bindable.BindableType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.persistence.metamodel.PluralAttribute.CollectionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.persistence.metamodel.Type.PersistenceType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.persistence.ParameterMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.persistence.PersistenceContextType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.persistence.PessimisticLockScope
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.persistence.SharedCacheMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.persistence.spi.LoadState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.persistence.spi.PersistenceUnitTransactionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.persistence.SynchronizationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.persistence.TemporalType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.persistence.ValidationMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.security.enterprise.authentication.mechanism.http.openid.DisplayType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.security.enterprise.authentication.mechanism.http.openid.PromptType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.security.enterprise.AuthenticationStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.security.enterprise.identitystore.CredentialValidationResult.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.security.enterprise.identitystore.IdentityStore.ValidationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.security.enterprise.identitystore.LdapIdentityStoreDefinition.LdapSearchScope
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.security.enterprise.identitystore.openid.AccessToken.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.servlet.annotation.ServletSecurity.EmptyRoleSemantic
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.servlet.annotation.ServletSecurity.TransportGuarantee
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.servlet.DispatcherType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.servlet.http.MappingMatch
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.servlet.SessionTrackingMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.transaction.Transactional.TxType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.validation.constraints.Pattern.Flag
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.validation.ConstraintTarget
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.validation.constraintvalidation.ValidationTarget
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.validation.ElementKind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.validation.executable.ExecutableType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.validation.metadata.MethodType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.validation.metadata.Scope
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.validation.metadata.ValidateUnwrappedValue
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.websocket.CloseReason.CloseCodes
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in class jakarta.ws.rs.core.CacheControl
-
Deprecated.This method will be removed in a future version. Please use RuntimeDelegate.getInstance().createHeaderDelegate(CacheControl.class).fromString(value) instead.
- valueOf(String) - Static method in class jakarta.ws.rs.core.Cookie
-
Deprecated.This method will be removed in a future version. Please use RuntimeDelegate.getInstance().createHeaderDelegate(Cookie.class).fromString(value) instead.
- valueOf(String) - Static method in class jakarta.ws.rs.core.EntityTag
-
Deprecated.This method will be removed in a future version. Please use RuntimeDelegate.getInstance().createHeaderDelegate(EntityTag.class).fromString(value) instead.
- valueOf(String) - Static method in class jakarta.ws.rs.core.Link
-
Simple parser to convert link header string representations into a link.
- valueOf(String) - Static method in class jakarta.ws.rs.core.MediaType
-
Creates a new instance of
MediaType
by parsing the supplied string. - valueOf(String) - Static method in enum jakarta.ws.rs.core.NewCookie.SameSite
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in class jakarta.ws.rs.core.NewCookie
-
Deprecated.This method will be removed in a future version. Please use RuntimeDelegate.getInstance().createHeaderDelegate(NewCookie.class).fromString(value) instead.
- valueOf(String) - Static method in enum jakarta.ws.rs.core.Response.Status.Family
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.ws.rs.core.Response.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.ws.rs.RuntimeType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.ws.rs.SeBootstrap.Configuration.SSLClientAuthentication
-
Returns the enum constant of this type with the specified name.
- ValueReference - Class in jakarta.el
-
This encapsulates a base model object and one of its properties.
- ValueReference(Object, Object) - Constructor for class jakarta.el.ValueReference
- values() - Static method in enum jakarta.annotation.Resource.AuthenticationType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.ejb.ConcurrencyManagementType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.ejb.LockType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.ejb.TransactionAttributeType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.ejb.TransactionManagementType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.enterprise.event.Reception
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.enterprise.event.TransactionPhase
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.enterprise.inject.spi.InterceptionType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.enterprise.inject.spi.SessionBeanType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.enterprise.lang.model.AnnotationMember.Kind
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.enterprise.lang.model.declarations.DeclarationInfo.Kind
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.enterprise.lang.model.types.PrimitiveType.PrimitiveKind
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.enterprise.lang.model.types.Type.Kind
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.faces.annotation.FacesConfig.Version
-
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.faces.application.ProjectStage
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.faces.application.ResourceVisitOption
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.faces.application.ViewVisitOption
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.faces.component.behavior.ClientBehaviorHint
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.faces.component.html.HtmlBody.PropertyKeys
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.faces.component.html.HtmlColumn.PropertyKeys
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.faces.component.html.HtmlCommandButton.PropertyKeys
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.faces.component.html.HtmlCommandLink.PropertyKeys
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.faces.component.html.HtmlCommandScript.PropertyKeys
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.faces.component.html.HtmlDataTable.PropertyKeys
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.faces.component.html.HtmlDoctype.PropertyKeys
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.faces.component.html.HtmlForm.PropertyKeys
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.faces.component.html.HtmlGraphicImage.PropertyKeys
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.faces.component.html.HtmlHead.PropertyKeys
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.faces.component.html.HtmlInputFile.PropertyKeys
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.faces.component.html.HtmlInputHidden.PropertyKeys
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.faces.component.html.HtmlInputSecret.PropertyKeys
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.faces.component.html.HtmlInputText.PropertyKeys
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.faces.component.html.HtmlInputTextarea.PropertyKeys
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.faces.component.html.HtmlMessage.PropertyKeys
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.faces.component.html.HtmlMessages.PropertyKeys
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.faces.component.html.HtmlOutcomeTargetButton.PropertyKeys
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.faces.component.html.HtmlOutcomeTargetLink.PropertyKeys
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.faces.component.html.HtmlOutputFormat.PropertyKeys
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.faces.component.html.HtmlOutputLabel.PropertyKeys
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.faces.component.html.HtmlOutputLink.PropertyKeys
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.faces.component.html.HtmlOutputText.PropertyKeys
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.faces.component.html.HtmlPanelGrid.PropertyKeys
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.faces.component.html.HtmlPanelGroup.PropertyKeys
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.faces.component.html.HtmlSelectBooleanCheckbox.PropertyKeys
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.faces.component.html.HtmlSelectManyCheckbox.PropertyKeys
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.faces.component.html.HtmlSelectManyListbox.PropertyKeys
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.faces.component.html.HtmlSelectManyMenu.PropertyKeys
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.faces.component.html.HtmlSelectOneListbox.PropertyKeys
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.faces.component.html.HtmlSelectOneMenu.PropertyKeys
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.faces.component.html.HtmlSelectOneRadio.PropertyKeys
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.faces.component.search.SearchExpressionHint
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.faces.component.visit.VisitHint
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.faces.component.visit.VisitResult
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Method in class jakarta.faces.context.FlashWrapper
-
The default behavior of this method is to call
Map.values()
on the wrappedFlash
object. - values() - Static method in enum jakarta.json.JsonConfig.KeyStrategy
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.json.JsonPatch.Operation
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.json.JsonValue.ValueType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.json.stream.JsonParser.Event
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.persistence.AccessType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.persistence.CacheRetrieveMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.persistence.CacheStoreMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.persistence.CascadeType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.persistence.ConstraintMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.persistence.criteria.CriteriaBuilder.Trimspec
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.persistence.criteria.JoinType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.persistence.criteria.Predicate.BooleanOperator
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.persistence.DiscriminatorType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.persistence.EnumType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.persistence.FetchType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.persistence.FlushModeType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.persistence.GenerationType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.persistence.InheritanceType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.persistence.LockModeType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.persistence.metamodel.Attribute.PersistentAttributeType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.persistence.metamodel.Bindable.BindableType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.persistence.metamodel.PluralAttribute.CollectionType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.persistence.metamodel.Type.PersistenceType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.persistence.ParameterMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.persistence.PersistenceContextType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.persistence.PessimisticLockScope
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.persistence.SharedCacheMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.persistence.spi.LoadState
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.persistence.spi.PersistenceUnitTransactionType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.persistence.SynchronizationType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.persistence.TemporalType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.persistence.ValidationMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.security.enterprise.authentication.mechanism.http.openid.DisplayType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.security.enterprise.authentication.mechanism.http.openid.PromptType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.security.enterprise.AuthenticationStatus
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.security.enterprise.identitystore.CredentialValidationResult.Status
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.security.enterprise.identitystore.IdentityStore.ValidationType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.security.enterprise.identitystore.LdapIdentityStoreDefinition.LdapSearchScope
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.security.enterprise.identitystore.openid.AccessToken.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.servlet.annotation.ServletSecurity.EmptyRoleSemantic
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.servlet.annotation.ServletSecurity.TransportGuarantee
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.servlet.DispatcherType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.servlet.http.MappingMatch
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.servlet.SessionTrackingMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.transaction.Transactional.TxType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.validation.constraints.Pattern.Flag
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.validation.ConstraintTarget
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.validation.constraintvalidation.ValidationTarget
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.validation.ElementKind
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.validation.executable.ExecutableType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.validation.metadata.MethodType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.validation.metadata.Scope
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.validation.metadata.ValidateUnwrappedValue
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.websocket.CloseReason.CloseCodes
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
- values() - Static method in enum jakarta.ws.rs.core.NewCookie.SameSite
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.ws.rs.core.Response.Status.Family
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.ws.rs.core.Response.Status
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.ws.rs.RuntimeType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.ws.rs.SeBootstrap.Configuration.SSLClientAuthentication
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values(M) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create an expression that returns the values of a map.
- VALUES - Static variable in class jakarta.faces.application.FacesMessage
-
Immutable
List
of validFacesMessage.Severity
instances, in ascending order of their ordinal value. - VALUES - Static variable in class jakarta.faces.event.PhaseId
-
List of valid
PhaseId
instances, in ascending order of their ordinal value. - VALUES_MAP - Static variable in class jakarta.faces.application.FacesMessage
-
Immutable
Map
of validFacesMessage.Severity
instances, keyed by name. - valueUnbound(HttpSessionBindingEvent) - Method in interface jakarta.servlet.http.HttpSessionBindingListener
-
Notifies the object that it is being unbound from a session and identifies the session.
- VariableInfo - Class in jakarta.servlet.jsp.tagext
-
Information on the scripting variables that are created/modified by a tag (at run-time).
- VariableInfo(String, String, boolean, int) - Constructor for class jakarta.servlet.jsp.tagext.VariableInfo
-
Constructor These objects can be created (at translation time) by the TagExtraInfo instances.
- VariableMapper - Class in jakarta.el
-
The interface to a map between Jakarta Expression Language variables and the Jakarta Expression Language expressions they are associated with.
- VariableMapper() - Constructor for class jakarta.el.VariableMapper
- VariableResolver - Interface in jakarta.servlet.jsp.el
-
Deprecated.As of JSP 2.1, replaced by
ELResolver
- variant(Variant) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
-
Set message entity representation metadata.
- Variant - Class in jakarta.ws.rs.core
-
Abstraction for a resource representation variant.
- Variant(MediaType, String, String) - Constructor for class jakarta.ws.rs.core.Variant
-
Create a new instance of Variant.
- Variant(MediaType, String, String, String) - Constructor for class jakarta.ws.rs.core.Variant
-
Create a new instance of Variant.
- Variant(MediaType, String, String, String, String) - Constructor for class jakarta.ws.rs.core.Variant
-
Create a new instance of Variant.
- Variant(MediaType, Locale, String) - Constructor for class jakarta.ws.rs.core.Variant
-
Create a new instance of Variant.
- Variant.VariantListBuilder - Class in jakarta.ws.rs.core
-
A builder for a list of representation variants.
- VariantListBuilder() - Constructor for class jakarta.ws.rs.core.Variant.VariantListBuilder
-
Protected constructor, use the static
newInstance
method to obtain an instance. - variants(Variant...) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
-
Add a Vary header that lists the available variants.
- variants(List<Variant>) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
-
Add a Vary header that lists the available variants.
- VARY - Static variable in interface jakarta.ws.rs.core.HttpHeaders
- verify(char[], String) - Method in interface jakarta.security.enterprise.identitystore.PasswordHash
-
Verify a password against the hashed password value retrieved from a user's account.
- version() - Method in class jakarta.faces.annotation.FacesConfig.Literal
- version() - Method in annotation type jakarta.faces.annotation.FacesConfig
-
Deprecated, for removal: This API element is subject to removal in a future version.It has no effect anymore as per Jakarta Faces version 4.0; the actual impl version should be leading.
- version(int) - Method in class jakarta.ws.rs.core.Cookie.AbstractCookieBuilder
-
Set the version of the cookie.
- Version - Annotation Type in jakarta.persistence
-
Specifies the version field or property of an entity class that serves as its optimistic lock value.
- veto() - Method in interface jakarta.enterprise.inject.spi.ProcessAnnotatedType
-
Forces the container to ignore this type.
- veto() - Method in interface jakarta.enterprise.inject.spi.ProcessBeanAttributes
-
Forces the container to ignore the bean.
- veto() - Method in interface jakarta.enterprise.inject.spi.ProcessObserverMethod
-
Forces the container to ignore the observer method.
- Vetoed - Annotation Type in jakarta.enterprise.inject
-
Veto the processing of the class.
- Vetoed.Literal - Class in jakarta.enterprise.inject
-
Supports inline instantiation of the
Vetoed
annotation. - View - Annotation Type in jakarta.faces.annotation
-
The presence of this annotation on a target (type, method, parameter or field) within an application is used to indicate that this target is somehow handling a Faces View Id or Ids.
- VIEW_DECLARATION_LANGUAGE_FACTORY - Static variable in class jakarta.faces.FactoryFinder
-
The property name for the
ViewDeclarationLanguage
class name. - VIEW_LOCATION_KEY - Static variable in class jakarta.faces.component.UIComponent
-
The value of this constant is used as the key in the component attributes
Map
for theLocation
in the view at which this component instance resides. - VIEW_PARAMETERS_KEY - Static variable in class jakarta.faces.component.UIViewRoot
-
The key in the value set of the view metadata BeanDescriptor, the value of which is a
List<
.UIViewParameter.Reference
> - VIEW_STATE_MARKER - Static variable in class jakarta.faces.context.PartialResponseWriter
-
Reserved ID value to indicate serialized ViewState.
- VIEW_STATE_PARAM - Static variable in class jakarta.faces.render.ResponseStateManager
-
Implementations must use this constant field value as the name of the client parameter in which to save the state between requests.
- View.Literal - Class in jakarta.faces.annotation
-
Supports inline instantiation of the
View
annotation. - ViewBuilder - Class in jakarta.faces.flow.builder
-
Create a view node in the current
Flow
. - ViewBuilder() - Constructor for class jakarta.faces.flow.builder.ViewBuilder
- ViewDeclarationLanguage - Class in jakarta.faces.view
-
The contract that a view declaration language must implement to interact with the Jakarta Faces runtime.
- ViewDeclarationLanguage() - Constructor for class jakarta.faces.view.ViewDeclarationLanguage
- ViewDeclarationLanguageFactory - Class in jakarta.faces.view
-
ViewDeclarationLanguageFactory is a factory object that creates (if needed) and returns a new
ViewDeclarationLanguage
instance based on the VDL found in a specific view. - ViewDeclarationLanguageFactory() - Constructor for class jakarta.faces.view.ViewDeclarationLanguageFactory
-
Deprecated.Use the other constructor taking the implementation being wrapped.
- ViewDeclarationLanguageFactory(ViewDeclarationLanguageFactory) - Constructor for class jakarta.faces.view.ViewDeclarationLanguageFactory
-
If this factory has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.
- ViewDeclarationLanguageWrapper - Class in jakarta.faces.view
-
Provides a simple implementation of
ViewDeclarationLanguage
that can be subclassed by developers wishing to provide specialized behavior to an existingViewDeclarationLanguage
instance. - ViewDeclarationLanguageWrapper() - Constructor for class jakarta.faces.view.ViewDeclarationLanguageWrapper
-
Deprecated.Use the other constructor taking the implementation being wrapped.
- ViewDeclarationLanguageWrapper(ViewDeclarationLanguage) - Constructor for class jakarta.faces.view.ViewDeclarationLanguageWrapper
-
If this view declaration language has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.
- viewExists(FacesContext, String) - Method in class jakarta.faces.view.ViewDeclarationLanguage
-
Tests whether a physical resource corresponding to the specified viewId exists.
- viewExists(FacesContext, String) - Method in class jakarta.faces.view.ViewDeclarationLanguageWrapper
- ViewExpiredException - Exception in jakarta.faces.application
-
Implementations must throw this
FacesException
when attempting to restore the viewStateManagementStrategy.restoreView(FacesContext, String, String)
results in failure on postback. - ViewExpiredException() - Constructor for exception jakarta.faces.application.ViewExpiredException
-
Construct a new exception with no detail message or root cause.
- ViewExpiredException(String) - Constructor for exception jakarta.faces.application.ViewExpiredException
-
Construct a new exception with the specified view identifier.
- ViewExpiredException(String, String) - Constructor for exception jakarta.faces.application.ViewExpiredException
-
Construct a new exception with the specified detail message and no root cause.
- ViewExpiredException(String, Throwable, String) - Constructor for exception jakarta.faces.application.ViewExpiredException
-
Construct a new exception with the specified detail message and root cause.
- ViewExpiredException(Throwable, String) - Constructor for exception jakarta.faces.application.ViewExpiredException
-
Construct a new exception with the specified root cause.
- ViewHandler - Class in jakarta.faces.application
-
ViewHandler is the pluggablity mechanism for allowing implementations of or applications using the Jakarta Faces Specification to provide their own handling of the activities in the Render Response and Restore View phases of the request processing lifecycle.
- ViewHandler() - Constructor for class jakarta.faces.application.ViewHandler
- ViewHandlerWrapper - Class in jakarta.faces.application
-
Provides a simple implementation of
ViewHandler
that can be subclassed by developers wishing to provide specialized behavior to an existingViewHandler
instance. - ViewHandlerWrapper() - Constructor for class jakarta.faces.application.ViewHandlerWrapper
-
Deprecated.Use the other constructor taking the implementation being wrapped.
- ViewHandlerWrapper(ViewHandler) - Constructor for class jakarta.faces.application.ViewHandlerWrapper
-
If this view handler has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.
- ViewMap - Annotation Type in jakarta.faces.annotation
-
The presence of this annotation (along with
@Inject
) on a field of typeMap<String, Object>
causes the map returned fromUIViewRoot.getViewMap()
to be injected as the value of that field. - ViewMap.Literal - Class in jakarta.faces.annotation
-
Supports inline instantiation of the
ViewMap
qualifier. - ViewMapListener - Interface in jakarta.faces.event
-
Marker interface for
SystemEvent
s that indicate the view map has been created (PostConstructViewMapEvent
, or destroyed (PreDestroyViewMapEvent
). - ViewMetadata - Class in jakarta.faces.view
-
ViewMetadata
is reponsible for extracting and providing view parameter metadata from VDL views. - ViewMetadata() - Constructor for class jakarta.faces.view.ViewMetadata
- viewNode(String, String) - Method in class jakarta.faces.flow.builder.FlowBuilder
-
Define a view node in a flow graph.
- ViewNode - Class in jakarta.faces.flow
-
ViewNode is the class that represents a VDL view in a faces flow graph.
- ViewNode() - Constructor for class jakarta.faces.flow.ViewNode
- ViewResource - Class in jakarta.faces.application
-
Superclass of
Resource
that is only for use with views. - ViewResource() - Constructor for class jakarta.faces.application.ViewResource
- VIEWROOT_PHASE_LISTENER_QUEUES_EXCEPTIONS_PARAM_NAME - Static variable in class jakarta.faces.component.UIViewRoot
-
If this param is set, and calling toLowerCase().equals("true") on a String representation of its value returns true, exceptions thrown by
PhaseListener
s installed on theUIViewRoot
are queued to theExceptionHandler
instead of being logged and swallowed. - ViewScoped - Annotation Type in jakarta.faces.view
-
When this annotation, along with
jakarta.inject.Named
is found on a class, the runtime must place the bean in a CDI scope such that it remains active as long asNavigationHandler.handleNavigation(jakarta.faces.context.FacesContext, java.lang.String, java.lang.String)
does not cause a navigation to a view with a viewId that is different than the viewId of the current view. - ViewVisitOption - Enum in jakarta.faces.application
-
Defines the view traversal options.
- VIOLATED_POLICY - jakarta.websocket.CloseReason.CloseCodes
-
1008 indicates that an endpoint is terminating the connection because it has received a message that violates its policy.
- visit(VisitContext, UIComponent) - Method in interface jakarta.faces.component.visit.VisitCallback
-
This method is called during component tree visits by
VisitContext.invokeVisitCallback()
to visit the specified component. - VISIT_CONTEXT_FACTORY - Static variable in class jakarta.faces.FactoryFinder
-
The property name for the
VisitContextFactory
class name. - VisitCallback - Interface in jakarta.faces.component.visit
-
A simple callback interface that enables taking action on a specific UIComponent (either facet or child) during a component tree visit.
- VisitContext - Class in jakarta.faces.component.visit
-
A context object that is used to hold state relating to performing a component tree visit.
- VisitContext() - Constructor for class jakarta.faces.component.visit.VisitContext
- VisitContextFactory - Class in jakarta.faces.component.visit
-
Provide for separation of interface and implementation for the
VisitContext
contract. - VisitContextFactory() - Constructor for class jakarta.faces.component.visit.VisitContextFactory
-
Deprecated.Use the other constructor taking the implementation being wrapped.
- VisitContextFactory(VisitContextFactory) - Constructor for class jakarta.faces.component.visit.VisitContextFactory
-
If this factory has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.
- VisitContextWrapper - Class in jakarta.faces.component.visit
-
Provides a simple implementation of
VisitContext
that can be subclassed by developers wishing to provide specialized behavior to an existingVisitContext
instance. - VisitContextWrapper() - Constructor for class jakarta.faces.component.visit.VisitContextWrapper
-
Deprecated.Use the other constructor taking the implementation being wrapped.
- VisitContextWrapper(VisitContext) - Constructor for class jakarta.faces.component.visit.VisitContextWrapper
-
If this visit context has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.
- VisitHint - Enum in jakarta.faces.component.visit
-
An enum that specifies hints that impact the behavior of a component tree visit.
- VisitResult - Enum in jakarta.faces.component.visit
-
An enum that specifies the possible results of a call to
VisitCallback.visit(jakarta.faces.component.visit.VisitContext, jakarta.faces.component.UIComponent)
. - visitTree(VisitContext, VisitCallback) - Method in class jakarta.faces.component.UIComponent
-
Perform a tree visit starting at this node in the tree.
- visitTree(VisitContext, VisitCallback) - Method in class jakarta.faces.component.UIData
-
Override the behavior in
UIComponent.visitTree(jakarta.faces.component.visit.VisitContext, jakarta.faces.component.visit.VisitCallback)
to handle iteration correctly. - visitTree(VisitContext, VisitCallback) - Method in class jakarta.faces.component.UIForm
- visitTree(VisitContext, VisitCallback) - Method in class jakarta.faces.component.UINamingContainer
- VOID - jakarta.enterprise.lang.model.types.Type.Kind
-
E.g.
- VoidType - Interface in jakarta.enterprise.lang.model.types
-
The
void
pseudo-type.
W
- WAP - jakarta.security.enterprise.authentication.mechanism.http.openid.DisplayType
-
The Authorization Server should display authentication and consent UI consistent with a "feature phone" type display.
- warn(String) - Method in interface jakarta.enterprise.inject.build.compatible.spi.Messages
-
Add a generic warning that is not related to any particular element, or that information is not known.
- warn(String, BeanInfo) - Method in interface jakarta.enterprise.inject.build.compatible.spi.Messages
-
Add a warning which is related to given
BeanInfo
. - warn(String, ObserverInfo) - Method in interface jakarta.enterprise.inject.build.compatible.spi.Messages
-
Add a warning which is related to given
ObserverInfo
. - warn(String, AnnotationTarget) - Method in interface jakarta.enterprise.inject.build.compatible.spi.Messages
-
Add a warning which is related to given
AnnotationTarget
(which is most likely aDeclarationInfo
). - warnClass - jakarta.faces.component.html.HtmlMessage.PropertyKeys
- warnClass - jakarta.faces.component.html.HtmlMessages.PropertyKeys
- warnStyle - jakarta.faces.component.html.HtmlMessage.PropertyKeys
- warnStyle - jakarta.faces.component.html.HtmlMessages.PropertyKeys
- wasCancelCalled() - Method in interface jakarta.ejb.SessionContext
-
Check whether a client invoked the
cancel
method on the clientFuture
object corresponding to the currently executing asynchronous business method. - WEBAPP_CONTRACTS_DIRECTORY_PARAM_NAME - Static variable in class jakarta.faces.application.ResourceHandler
-
If a
<context-param>
with the param name equal to the value ofResourceHandler.WEBAPP_CONTRACTS_DIRECTORY_PARAM_NAME
exists, the runtime must interpret its value as a path, relative to the web app root, where resource library contracts are to be located. - WEBAPP_RESOURCES_DIRECTORY_PARAM_NAME - Static variable in class jakarta.faces.application.ResourceHandler
-
If a
<context-param>
with the param name equal to the value ofResourceHandler.WEBAPP_RESOURCES_DIRECTORY_PARAM_NAME
exists, the runtime must interpret its value as a path, relative to the web app root, where resources are to be located. - WebApplicationException - Exception in jakarta.ws.rs
-
Runtime exception for applications.
- WebApplicationException() - Constructor for exception jakarta.ws.rs.WebApplicationException
-
Construct a new instance with a default HTTP status code of 500 and a default message generated from the HTTP status code and the associated HTTP status reason phrase.
- WebApplicationException(int) - Constructor for exception jakarta.ws.rs.WebApplicationException
-
Construct a new instance with the supplied HTTP status code and a default message generated from the HTTP status code and the associated HTTP status reason phrase.
- WebApplicationException(Response) - Constructor for exception jakarta.ws.rs.WebApplicationException
-
Construct a new instance using the supplied response and a default message generated from the response's HTTP status code and the associated HTTP status reason phrase.
- WebApplicationException(Response.Status) - Constructor for exception jakarta.ws.rs.WebApplicationException
-
Construct a new instance with the supplied HTTP status and a default message generated from the HTTP status code and the associated HTTP status reason phrase.
- WebApplicationException(String) - Constructor for exception jakarta.ws.rs.WebApplicationException
-
Construct a new instance with the supplied message and a default HTTP status code of 500.
- WebApplicationException(String, int) - Constructor for exception jakarta.ws.rs.WebApplicationException
-
Construct a new instance with a supplied message and HTTP status code.
- WebApplicationException(String, Response) - Constructor for exception jakarta.ws.rs.WebApplicationException
-
Construct a new instance using the supplied message and response.
- WebApplicationException(String, Response.Status) - Constructor for exception jakarta.ws.rs.WebApplicationException
-
Construct a new instance with the supplied message and HTTP status.
- WebApplicationException(String, Throwable) - Constructor for exception jakarta.ws.rs.WebApplicationException
-
Construct a new instance with the supplied message, root cause and default HTTP status code of 500.
- WebApplicationException(String, Throwable, int) - Constructor for exception jakarta.ws.rs.WebApplicationException
-
Construct a new instance with the supplied message, root cause and HTTP status code.
- WebApplicationException(String, Throwable, Response) - Constructor for exception jakarta.ws.rs.WebApplicationException
-
Construct a new instance with the supplied message, root cause and response.
- WebApplicationException(String, Throwable, Response.Status) - Constructor for exception jakarta.ws.rs.WebApplicationException
-
Construct a new instance with a the supplied message, root cause and HTTP status code.
- WebApplicationException(Throwable) - Constructor for exception jakarta.ws.rs.WebApplicationException
-
Construct a new instance with the supplied root cause, default HTTP status code of 500 and a default message generated from the HTTP status code and the associated HTTP status reason phrase.
- WebApplicationException(Throwable, int) - Constructor for exception jakarta.ws.rs.WebApplicationException
-
Construct a new instance with the supplied root cause, HTTP status code and a default message generated from the HTTP status code and the associated HTTP status reason phrase.
- WebApplicationException(Throwable, Response) - Constructor for exception jakarta.ws.rs.WebApplicationException
-
Construct a new instance with the supplied root cause, response and a default message generated from the response's HTTP status code and the associated HTTP status reason phrase.
- WebApplicationException(Throwable, Response.Status) - Constructor for exception jakarta.ws.rs.WebApplicationException
-
Construct a new instance with the supplied root cause, HTTP status code and a default message generated from the HTTP status code and the associated HTTP status reason phrase.
- WebConnection - Interface in jakarta.servlet.http
-
This interface encapsulates the connection for an upgrade request.
- WebFilter - Annotation Type in jakarta.servlet.annotation
-
Annotation used to declare a servlet filter.
- WebInitParam - Annotation Type in jakarta.servlet.annotation
-
This annotation is used on a Servlet or Filter implementation class to specify an initialization parameter.
- WebListener - Annotation Type in jakarta.servlet.annotation
-
This annotation is used to declare a WebListener.
- WebServlet - Annotation Type in jakarta.servlet.annotation
-
Annotation used to declare a servlet.
- WEBSITE - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
- WEBSOCKET_ENDPOINT_PORT_PARAM_NAME - Static variable in interface jakarta.faces.push.PushContext
-
The integer context parameter name to specify the websocket endpoint port when it's different from HTTP port.
- WebSocketContainer - Interface in jakarta.websocket
-
A WebSocketContainer is an implementation provided object that provides applications a view on the container running it.
- WebsocketEvent - Class in jakarta.faces.event
-
This web socket event will be fired when a new
<f:websocket>
has been@
WebsocketEvent.Opened
or@
WebsocketEvent.Closed
. - WebsocketEvent(String, Serializable, CloseReason.CloseCode) - Constructor for class jakarta.faces.event.WebsocketEvent
- WebsocketEvent.Closed - Annotation Type in jakarta.faces.event
-
Indicates that a
<f:websocket>
has closed. - WebsocketEvent.Closed.Literal - Class in jakarta.faces.event
-
Supports inline instantiation of the
WebsocketEvent.Closed
qualifier. - WebsocketEvent.Opened - Annotation Type in jakarta.faces.event
-
Indicates that a
<f:websocket>
has opened. - WebsocketEvent.Opened.Literal - Class in jakarta.faces.event
-
Supports inline instantiation of the
WebsocketEvent.Opened
qualifier. - WebTarget - Interface in jakarta.ws.rs.client
-
A resource target identified by the resource URI.
- when(C, Expression<? extends R>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder.SimpleCase
-
Add a when/then clause to the case expression.
- when(C, R) - Method in interface jakarta.persistence.criteria.CriteriaBuilder.SimpleCase
-
Add a when/then clause to the case expression.
- when(Expression<? extends C>, Expression<? extends R>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder.SimpleCase
-
Add a when/then clause to the case expression.
- when(Expression<? extends C>, R) - Method in interface jakarta.persistence.criteria.CriteriaBuilder.SimpleCase
-
Add a when/then clause to the case expression.
- when(Expression<Boolean>, Expression<? extends R>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder.Case
-
Add a when/then clause to the case expression.
- when(Expression<Boolean>, R) - Method in interface jakarta.persistence.criteria.CriteriaBuilder.Case
-
Add a when/then clause to the case expression.
- where(Expression<Boolean>) - Method in interface jakarta.persistence.criteria.AbstractQuery
-
Modify the query to restrict the query results according to the specified boolean expression.
- where(Expression<Boolean>) - Method in interface jakarta.persistence.criteria.CriteriaDelete
-
Modify the delete query to restrict the target of the deletion according to the specified boolean expression.
- where(Expression<Boolean>) - Method in interface jakarta.persistence.criteria.CriteriaQuery
-
Modify the query to restrict the query result according to the specified boolean expression.
- where(Expression<Boolean>) - Method in interface jakarta.persistence.criteria.CriteriaUpdate
-
Modify the update query to restrict the target of the update according to the specified boolean expression.
- where(Expression<Boolean>) - Method in interface jakarta.persistence.criteria.Subquery
-
Modify the subquery to restrict the result according to the specified boolean expression.
- where(Predicate...) - Method in interface jakarta.persistence.criteria.AbstractQuery
-
Modify the query to restrict the query results according to the conjunction of the specified restriction predicates.
- where(Predicate...) - Method in interface jakarta.persistence.criteria.CriteriaDelete
-
Modify the delete query to restrict the target of the deletion according to the conjunction of the specified restriction predicates.
- where(Predicate...) - Method in interface jakarta.persistence.criteria.CriteriaQuery
-
Modify the query to restrict the query result according to the conjunction of the specified restriction predicates.
- where(Predicate...) - Method in interface jakarta.persistence.criteria.CriteriaUpdate
-
Modify the update query to restrict the target of the update according to the conjunction of the specified restriction predicates.
- where(Predicate...) - Method in interface jakarta.persistence.criteria.Subquery
-
Modify the subquery to restrict the result according to the conjunction of the specified restriction predicates.
- width - jakarta.faces.component.html.HtmlDataTable.PropertyKeys
- width - jakarta.faces.component.html.HtmlGraphicImage.PropertyKeys
- width - jakarta.faces.component.html.HtmlPanelGrid.PropertyKeys
- WILDCARD - Static variable in class jakarta.ws.rs.core.MediaType
-
A
String
constant representing wildcard "*/*" media type . - WILDCARD_TYPE - jakarta.enterprise.lang.model.types.Type.Kind
-
E.g.
- WILDCARD_TYPE - Static variable in class jakarta.ws.rs.core.MediaType
- WildcardType - Interface in jakarta.enterprise.lang.model.types
-
A wildcard type.
- wildcardUnbounded() - Method in interface jakarta.enterprise.inject.build.compatible.spi.Types
-
Returns a
WildcardType
that represents an equivalent of?
. - wildcardWithLowerBound(Type) - Method in interface jakarta.enterprise.inject.build.compatible.spi.Types
-
Returns a
WildcardType
that represents an equivalent of? super lowerBound
. - wildcardWithUpperBound(Type) - Method in interface jakarta.enterprise.inject.build.compatible.spi.Types
-
Returns a
WildcardType
that represents an equivalent of? extends upperBound
. - willDecode(String) - Method in interface jakarta.websocket.Decoder.Text
-
Answer whether the given String can be decoded into an object of type T.
- willDecode(ByteBuffer) - Method in interface jakarta.websocket.Decoder.Binary
-
Answer whether the given bytes can be decoded into an object of type T.
- withAdapters(JsonbAdapter...) - Method in class jakarta.json.bind.JsonbConfig
-
Property used to specify custom mapping adapters.
- withAnnotations() - Method in annotation type jakarta.enterprise.inject.build.compatible.spi.Enhancement
-
Narrows down the set of expected types, defined by
types
andwithSubtypes
, to types that use any of given annotations. - WithAnnotations - Annotation Type in jakarta.enterprise.inject.spi
-
WithAnnotations
may be applied to any portable extension observer method with an event parameter type ofProcessAnnotatedType
to filter the events delivered. - withBinaryDataStrategy(String) - Method in class jakarta.json.bind.JsonbConfig
-
Property used to specify custom binary data strategy.
- withCharset(String) - Method in class jakarta.ws.rs.core.MediaType
-
Create a new
MediaType
instance with the same type, subtype and parameters copied from the original instance and the supplied "charset" parameter. - withConfig(JsonbConfig) - Method in interface jakarta.json.bind.JsonbBuilder
-
Set configuration which will be set to the newly created
Jsonb
instance. - withConfig(Configuration) - Method in class jakarta.ws.rs.client.ClientBuilder
-
Set the internal configuration state to an externally provided configuration state.
- withContextCapture(CompletableFuture<T>) - Method in interface jakarta.enterprise.concurrent.ContextService
-
Returns a new
CompletableFuture
that is completed by the completion of the specified stage. - withContextCapture(CompletionStage<T>) - Method in interface jakarta.enterprise.concurrent.ContextService
-
Returns a new
CompletionStage
that is completed by the completion of the specified stage. - withCreatorParametersRequired(boolean) - Method in class jakarta.json.bind.JsonbConfig
-
Property used to specify whether all creator parameters should be treated as required.
- withDateFormat(String, Locale) - Method in class jakarta.json.bind.JsonbConfig
-
Property used to specify custom date format.
- withDeserializers(JsonbDeserializer...) - Method in class jakarta.json.bind.JsonbConfig
-
Property used to specify custom deserializers.
- withEncoding(String) - Method in class jakarta.json.bind.JsonbConfig
-
The binding operations will default to this property for encoding of JSON data.
- withFileName(String) - Static method in interface jakarta.ws.rs.core.EntityPart
-
Creates a new
EntityPart.Builder
instance that sets the partname
andfileName
to the passed inpartAndFileName
value. - withFormatting(Boolean) - Method in class jakarta.json.bind.JsonbConfig
-
Property used to specify whether or not the serialized JSON data is formatted with linefeeds and indentation.
- withLocale(Locale) - Method in class jakarta.json.bind.JsonbConfig
-
Property used to specify custom locale.
- withName(String) - Static method in interface jakarta.ws.rs.core.EntityPart
-
Creates a new
EntityPart.Builder
instance. - withNullValues(Boolean) - Method in class jakarta.json.bind.JsonbConfig
-
Property used to specify whether null values should be serialized to JSON document or skipped.
- withParam(String, boolean) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticBeanBuilder
-
Adds a
boolean
-valued parameter to the parameter map. - withParam(String, boolean) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticObserverBuilder
-
Adds a
boolean
-valued parameter to the parameter map. - withParam(String, boolean[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticBeanBuilder
-
Adds a
boolean
array-valued parameter to the parameter map. - withParam(String, boolean[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticObserverBuilder
-
Adds a
boolean
array-valued parameter to the parameter map. - withParam(String, double) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticBeanBuilder
-
Adds a
double
-valued parameter to the parameter map. - withParam(String, double) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticObserverBuilder
-
Adds a
double
-valued parameter to the parameter map. - withParam(String, double[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticBeanBuilder
-
Adds a
double
array-valued parameter to the parameter map. - withParam(String, double[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticObserverBuilder
-
Adds a
double
array-valued parameter to the parameter map. - withParam(String, int) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticBeanBuilder
-
Adds an
int
-valued parameter to the parameter map. - withParam(String, int) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticObserverBuilder
-
Adds an
int
-valued parameter to the parameter map. - withParam(String, int[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticBeanBuilder
-
Adds an
int
array-valued parameter to the parameter map. - withParam(String, int[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticObserverBuilder
-
Adds an
int
array-valued parameter to the parameter map. - withParam(String, long) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticBeanBuilder
-
Adds a
long
-valued parameter to the parameter map. - withParam(String, long) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticObserverBuilder
-
Adds a
long
-valued parameter to the parameter map. - withParam(String, long[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticBeanBuilder
-
Adds a
long
array-valued parameter to the parameter map. - withParam(String, long[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticObserverBuilder
-
Adds a
long
array-valued parameter to the parameter map. - withParam(String, AnnotationInfo) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticBeanBuilder
-
Adds an annotation-valued parameter to the parameter map.
- withParam(String, AnnotationInfo) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticObserverBuilder
-
Adds an annotation-valued parameter to the parameter map.
- withParam(String, AnnotationInfo[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticBeanBuilder
-
Adds an annotation array-valued parameter to the parameter map.
- withParam(String, AnnotationInfo[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticObserverBuilder
-
Adds an annotation array-valued parameter to the parameter map.
- withParam(String, ClassInfo) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticBeanBuilder
-
Adds a
Class
-valued parameter to the parameter map. - withParam(String, ClassInfo) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticObserverBuilder
-
Adds a
Class
-valued parameter to the parameter map. - withParam(String, ClassInfo[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticBeanBuilder
-
Adds a
Class
array-valued parameter to the parameter map. - withParam(String, ClassInfo[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticObserverBuilder
-
Adds a
Class
array-valued parameter to the parameter map. - withParam(String, Annotation) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticBeanBuilder
-
Adds an annotation-valued parameter to the parameter map.
- withParam(String, Annotation) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticObserverBuilder
-
Adds an annotation-valued parameter to the parameter map.
- withParam(String, Annotation[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticBeanBuilder
-
Adds an annotation array-valued parameter to the parameter map.
- withParam(String, Annotation[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticObserverBuilder
-
Adds an annotation array-valued parameter to the parameter map.
- withParam(String, Class<?>) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticBeanBuilder
-
Adds a
Class
-valued parameter to the parameter map. - withParam(String, Class<?>) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticObserverBuilder
-
Adds a
Class
-valued parameter to the parameter map. - withParam(String, Class<?>[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticBeanBuilder
-
Adds a
Class
array-valued parameter to the parameter map. - withParam(String, Class<?>[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticObserverBuilder
-
Adds a
Class
array-valued parameter to the parameter map. - withParam(String, Enum<?>) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticBeanBuilder
-
Adds an enum-valued parameter to the parameter map.
- withParam(String, Enum<?>) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticObserverBuilder
-
Adds an enum-valued parameter to the parameter map.
- withParam(String, Enum<?>[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticBeanBuilder
-
Adds an enum array-valued parameter to the parameter map.
- withParam(String, Enum<?>[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticObserverBuilder
-
Adds an enum array-valued parameter to the parameter map.
- withParam(String, String) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticBeanBuilder
-
Adds a
String
-valued parameter to the parameter map. - withParam(String, String) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticObserverBuilder
-
Adds a
String
-valued parameter to the parameter map. - withParam(String, String[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticBeanBuilder
-
Adds a
String
array-valued parameter to the parameter map. - withParam(String, String[]) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticObserverBuilder
-
Adds a
String
array-valued parameter to the parameter map. - withParams() - Static method in class jakarta.security.enterprise.authentication.mechanism.http.AuthenticationParameters
-
Creates a new instance of AuthenticationParameters, useful for a fluent/builder style creation of parameters.
- withPropertyNamingStrategy(PropertyNamingStrategy) - Method in class jakarta.json.bind.JsonbConfig
-
Property used to specify custom naming strategy.
- withPropertyNamingStrategy(String) - Method in class jakarta.json.bind.JsonbConfig
-
Property used to specify custom naming strategy.
- withPropertyOrderStrategy(String) - Method in class jakarta.json.bind.JsonbConfig
-
Property used to specify property order strategy.
- withPropertyVisibilityStrategy(PropertyVisibilityStrategy) - Method in class jakarta.json.bind.JsonbConfig
-
Property used to specify custom property visibility strategy.
- withProvider(JsonProvider) - Method in interface jakarta.json.bind.JsonbBuilder
- withRequest(HttpServletRequest) - Method in interface jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContext
-
Sets the request object.
- withRequest(HttpServletRequest) - Method in class jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
- withSerializers(JsonbSerializer...) - Method in class jakarta.json.bind.JsonbConfig
-
Property used to specify custom serializers.
- withStrictIJSON(Boolean) - Method in class jakarta.json.bind.JsonbConfig
-
Property used to specify whether strict I-JSON serialization compliance should be enforced.
- withSubtypes() - Method in annotation type jakarta.enterprise.inject.build.compatible.spi.Enhancement
-
If
true
, the set of expected types includes all direct and indirect subtypes of giventypes
. - wrapExpressionFactory(ExpressionFactory) - Method in interface jakarta.enterprise.inject.spi.BeanManager
-
Returns a wrapper
ExpressionFactory
that delegatesMethodExpression
andValueExpression
creation to the givenExpressionFactory
. - write(boolean) - Method in interface jakarta.json.stream.JsonGenerator
-
Writes a JSON true or false value within the current array, field or root context.
- write(char[], int, int) - Method in class jakarta.faces.context.ResponseWriterWrapper
-
The default behavior of this method is to call
Writer.write(char[], int, int)
on the wrappedResponseWriter
object. - write(double) - Method in interface jakarta.json.stream.JsonGenerator
-
Writes the specified value as a JSON number value within the current array, field or root context.
- write(int) - Method in interface jakarta.json.stream.JsonGenerator
-
Writes the specified value as a JSON number value within the current array, field or root context.
- write(long) - Method in interface jakarta.json.stream.JsonGenerator
-
Writes the specified value as a JSON number value within the current array, field or root context.
- write(JsonStructure) - Method in interface jakarta.json.JsonWriter
- write(JsonValue) - Method in interface jakarta.json.JsonWriter
-
Writes the specified
JsonValue
to the output source. - write(JsonValue) - Method in interface jakarta.json.stream.JsonGenerator
-
Writes the specified value as a JSON value within the current array, field or root context.
- write(OutputStream) - Method in interface jakarta.ws.rs.core.StreamingOutput
-
Called to write the message body.
- write(String) - Method in interface jakarta.json.stream.JsonGenerator
-
Writes the specified value as a JSON string value within the current array, field or root context.
- write(String) - Method in interface jakarta.servlet.http.Part
-
A convenience method to write this uploaded item to disk.
- write(String, boolean) - Method in interface jakarta.json.stream.JsonGenerator
-
Writes a JSON name/boolean value pair in the current object context.
- write(String, double) - Method in interface jakarta.json.stream.JsonGenerator
-
Writes a JSON name/number value pair in the current object context.
- write(String, int) - Method in interface jakarta.json.stream.JsonGenerator
-
Writes a JSON name/number value pair in the current object context.
- write(String, long) - Method in interface jakarta.json.stream.JsonGenerator
-
Writes a JSON name/number value pair in the current object context.
- write(String, JsonValue) - Method in interface jakarta.json.stream.JsonGenerator
-
Writes a JSON name/value pair in the current object context.
- write(String, String) - Method in interface jakarta.json.stream.JsonGenerator
-
Writes a JSON name/string value pair in the current object context.
- write(String, BigDecimal) - Method in interface jakarta.json.stream.JsonGenerator
-
Writes a JSON name/number value pair in the current object context.
- write(String, BigInteger) - Method in interface jakarta.json.stream.JsonGenerator
-
Writes a JSON name/number value pair in the current object context.
- write(BigDecimal) - Method in interface jakarta.json.stream.JsonGenerator
-
Writes the specified value as a JSON number value within the current array, field or root context.
- write(BigInteger) - Method in interface jakarta.json.stream.JsonGenerator
-
Writes the specified value as a JSON number value within the current array, field or root context.
- WRITE - jakarta.ejb.LockType
-
For exclusive access to the bean instance.
- WRITE - jakarta.persistence.LockModeType
-
Synonymous with
OPTIMISTIC_FORCE_INCREMENT
. - writeArray(JsonArray) - Method in interface jakarta.json.JsonWriter
-
Writes the specified JSON
array
to the output source. - writeAttribute(String, Object, String) - Method in class jakarta.faces.context.ResponseWriter
-
Write an attribute name and corresponding value, after converting that text to a String (if necessary), and after performing any escaping appropriate for the markup language being rendered.
- writeAttribute(String, Object, String) - Method in class jakarta.faces.context.ResponseWriterWrapper
-
The default behavior of this method is to call
ResponseWriter.writeAttribute(String, Object, String)
on the wrappedResponseWriter
object. - writeComment(Object) - Method in class jakarta.faces.context.ResponseWriter
-
Write a comment containing the specified text, after converting that text to a String (if necessary), and after performing any escaping appropriate for the markup language being rendered.
- writeComment(Object) - Method in class jakarta.faces.context.ResponseWriterWrapper
-
The default behavior of this method is to call
ResponseWriter.writeComment(Object)
on the wrappedResponseWriter
object. - writeDoctype(String) - Method in class jakarta.faces.context.ResponseWriter
-
Write a string containing the markup specific doctype.
- writeDoctype(String) - Method in class jakarta.faces.context.ResponseWriterWrapper
-
The default behavior of this method is to call
ResponseWriter.writeDoctype(java.lang.String)
on the wrappedResponseWriter
object. - writeEJBHome(EJBHome, ObjectOutputStream) - Method in interface jakarta.ejb.spi.HandleDelegate
-
Serialize the EJBHome reference corresponding to a HomeHandle.
- writeEJBObject(EJBObject, ObjectOutputStream) - Method in interface jakarta.ejb.spi.HandleDelegate
-
Serialize the EJBObject reference corresponding to a Handle.
- writeEnd() - Method in interface jakarta.json.stream.JsonGenerator
-
Writes the end of the current context.
- writeKey(String) - Method in interface jakarta.json.stream.JsonGenerator
-
Writes the JSON name with a colon.
- WriteListener - Interface in jakarta.servlet
-
Callback notification mechanism that signals to the developer it's possible to write content without blocking.
- writeNull() - Method in interface jakarta.json.stream.JsonGenerator
-
Writes a JSON null value within the current array, field or root context.
- writeNull(String) - Method in interface jakarta.json.stream.JsonGenerator
-
Writes a JSON name/null value pair in an current object context.
- writeObject(JsonObject) - Method in interface jakarta.json.JsonWriter
-
Writes the specified JSON
object
to the output source. - writeOut(Writer) - Method in class jakarta.servlet.jsp.tagext.BodyContent
-
Write the contents of this BodyContent into a Writer.
- writePreamble(String) - Method in class jakarta.faces.context.ResponseWriter
-
Write a string containing the markup specific preamble.
- writePreamble(String) - Method in class jakarta.faces.context.ResponseWriterWrapper
-
The default behavior of this method is to call
ResponseWriter.writePreamble(java.lang.String)
on the wrappedResponseWriter
object. - WriterInterceptor - Interface in jakarta.ws.rs.ext
-
Interface for message body writer interceptors that wrap around calls to
MessageBodyWriter.writeTo(T, java.lang.Class<?>, java.lang.reflect.Type, java.lang.annotation.Annotation[], jakarta.ws.rs.core.MediaType, jakarta.ws.rs.core.MultivaluedMap<java.lang.String, java.lang.Object>, java.io.OutputStream)
. - WriterInterceptorContext - Interface in jakarta.ws.rs.ext
- writeStartArray() - Method in interface jakarta.json.stream.JsonGenerator
-
Writes the JSON start array character.
- writeStartArray(String) - Method in interface jakarta.json.stream.JsonGenerator
-
Writes the JSON name/start array character pair with in the current object context.
- writeStartObject() - Method in interface jakarta.json.stream.JsonGenerator
-
Writes the JSON start object character.
- writeStartObject(String) - Method in interface jakarta.json.stream.JsonGenerator
-
Writes the JSON name/start object character pair in the current object context.
- writeState(FacesContext) - Method in class jakarta.faces.application.ViewHandler
-
Take any appropriate action to either immediately write out the current state information (by calling
StateManager.writeState(jakarta.faces.context.FacesContext, java.lang.Object)
, or noting where state information should later be written. - writeState(FacesContext) - Method in class jakarta.faces.application.ViewHandlerWrapper
-
The default behavior of this method is to call
ViewHandler.writeState(jakarta.faces.context.FacesContext)
on the wrappedViewHandler
object. - writeState(FacesContext, Object) - Method in class jakarta.faces.application.StateManager
-
Save the state represented in the specified state
Object
instance, in an implementation dependent manner. - writeState(FacesContext, Object) - Method in class jakarta.faces.application.StateManagerWrapper
-
The default behavior of this method is to call
StateManager.writeState(jakarta.faces.context.FacesContext, java.lang.Object)
on the wrappedStateManager
object. - writeState(FacesContext, Object) - Method in class jakarta.faces.render.ResponseStateManager
-
Take the argument
state
and write it into the output using the currentResponseWriter
, which must be correctly positioned already. - writeText(char[], int, int) - Method in class jakarta.faces.context.ResponseWriter
-
Write text from a character array, after any performing any escaping appropriate for the markup language being rendered.
- writeText(char[], int, int) - Method in class jakarta.faces.context.ResponseWriterWrapper
-
The default behavior of this method is to call
ResponseWriter.writeText(char[], int, int)
on the wrappedResponseWriter
object. - writeText(Object, UIComponent, String) - Method in class jakarta.faces.context.ResponseWriter
-
Write an object, after converting it to a String (if necessary), and after performing any escaping appropriate for the markup language being rendered.
- writeText(Object, UIComponent, String) - Method in class jakarta.faces.context.ResponseWriterWrapper
-
The default behavior of this method is to call
ResponseWriter.writeText(Object, UIComponent, String)
on the wrappedResponseWriter
object. - writeText(Object, String) - Method in class jakarta.faces.context.ResponseWriter
-
Write an object, after converting it to a String (if necessary), and after performing any escaping appropriate for the markup language being rendered.
- writeText(Object, String) - Method in class jakarta.faces.context.ResponseWriterWrapper
-
The default behavior of this method is to call
ResponseWriter.writeText(Object, String)
on the wrappedResponseWriter
object. - writeTo(T, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in interface jakarta.ws.rs.ext.MessageBodyWriter
-
Write a type to an HTTP message.
- writeURIAttribute(String, Object, String) - Method in class jakarta.faces.context.ResponseWriter
-
Write a URI attribute name and corresponding value, after converting that text to a String (if necessary), and after performing any encoding or escaping appropriate to the markup language being rendered.
- writeURIAttribute(String, Object, String) - Method in class jakarta.faces.context.ResponseWriterWrapper
-
The default behavior of this method is to call
ResponseWriter.writeURIAttribute(String, Object, String)
on the wrappedResponseWriter
object. - WWW_AUTHENTICATE - Static variable in interface jakarta.ws.rs.core.HttpHeaders
X
- xhtml(T) - Static method in class jakarta.ws.rs.client.Entity
-
Create an "application/xhtml+xml" entity.
- xml(T) - Static method in class jakarta.ws.rs.client.Entity
-
Create an "application/xml" entity.
- xmlns - jakarta.faces.component.html.HtmlBody.PropertyKeys
- xmlns - jakarta.faces.component.html.HtmlHead.PropertyKeys
Y
- year() - Method in annotation type jakarta.ejb.Schedule
-
Specifies one or more years.
- year(int) - Method in class jakarta.ejb.ScheduleExpression
-
Set the year attribute.
- year(String) - Method in class jakarta.ejb.ScheduleExpression
-
Set the year attribute.
Z
- ZonedTrigger - Interface in jakarta.enterprise.concurrent
-
Triggers allow application developers to plug in rules for when and how often a task should run.
- ZONEINFO - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
_
- _jspService(HttpServletRequest, HttpServletResponse) - Method in interface jakarta.servlet.jsp.HttpJspPage
-
The _jspService()method corresponds to the body of the JSP page.
All Classes All Packages