Index

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

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 com.sun.faces.facelets.tag.faces.ComponentTagHandlerDelegateImpl
 
id - Variable in class jakarta.resource.spi.ConnectionEvent
Type of the event
id - Variable in class jakarta.servlet.jsp.tagext.TagSupport
The value of the id attribute of this tag; or null.
id() - Element in annotation interface jakarta.xml.ws.spi.WebServiceFeatureAnnotation
Unique identifier for the WebServiceFeature.
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 com.sun.faces.flow.builder.FlowBuilderImpl
 
id(String, String) - Method in class jakarta.faces.flow.builder.FlowBuilder
Set the defining document id and flow id of this flow.
Id - Annotation Interface in jakarta.persistence
Identifies the primary key of an entity.
ID - Static variable in annotation interface jakarta.data.repository.By
The special value which indicates the unique identifier field or property.
ID - Static variable in class jakarta.servlet.jsp.tagext.TagAttributeInfo
"id" is wired in to be ID.
ID - Static variable in class jakarta.xml.ws.RespectBindingFeature
Constant value identifying the RespectBindingFeature
ID - Static variable in class jakarta.xml.ws.soap.AddressingFeature
Constant value identifying the AddressingFeature
ID - Static variable in class jakarta.xml.ws.soap.MTOMFeature
Constant value identifying the MTOMFeature
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 Interface in jakarta.persistence
Specifies a composite primary key type whose fields or properties map to the identifier fields or properties of the annotated entity class.
IdentifiableType<X> - Interface in jakarta.persistence.metamodel
An instance of the type IdentifiableType represents an entity or mapped superclass type.
Identifying a primary entity type: - Search tag in module jakarta.data
Section
Identifying the content-id, cid, to pass to getAttachment*(String cid) - Search tag in class jakarta.xml.bind.attachment.AttachmentUnmarshaller
Section
Identifying the type of entity - Search tag in module jakarta.data
Section
IDENTITY - Enum constant in enum class 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() or ContextService.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 Class in jakarta.security.enterprise.identitystore
Determines the type of validation (operations) that should be done by this store.
IdentityStoreHandler - Interface in jakarta.security.enterprise.identitystore
IdentityStoreHandler is a mechanism for validating a caller's credentials, and accessing a caller's identity attributes, by consulting a set of one or more IdentityStores.
IdentityToken - Interface in jakarta.security.enterprise.identitystore.openid
An Identity token is a security token that is issued in an authentication flow process.
identityTokenExpiry() - Element in annotation interface jakarta.security.enterprise.authentication.mechanism.http.openid.LogoutDefinition
Session timeout on the expiry of Identity Token.
identityTokenExpiryExpression() - Element in annotation interface jakarta.security.enterprise.authentication.mechanism.http.openid.LogoutDefinition
Allow the session timeout using the Jakarta Expression Language expression.
IdMapper - Class in com.sun.faces.facelets.impl
Used to provide aliases to Facelets generated unique IDs with tend to be womewhat long.
idTokenSigningAlgorithmsSupported() - Element in annotation interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdProviderMetadata
Required.
IF_EXISTS - Enum constant in enum class 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
IfHandler - Class in com.sun.faces.facelets.tag.jstl.core
 
IfHandler(TagConfig) - Constructor for class com.sun.faces.facelets.tag.jstl.core.IfHandler
 
ignore() - Element in annotation interface jakarta.resource.spi.ConfigProperty
Indicates that the configuration tools must ignore considering this Property during auto-discovery of Configuration properties.
ignore(String) - Method in class com.sun.faces.facelets.tag.MetaRulesetImpl
 
ignore(String) - Method in class jakarta.faces.view.facelets.MetaRuleset
Customize this MetaRuleset instance to advise it to ignore the attribute named by the attribute argument, returning this.
IGNORE_NO_RESULT - Enum constant in enum class jakarta.faces.component.search.SearchExpressionHint
Hint that indicates that if a expression resolves to null, null will be returned.
ignoreAll() - Method in class com.sun.faces.facelets.tag.MetaRulesetImpl
 
ignoreAll() - Method in class jakarta.faces.view.facelets.MetaRuleset
Customize this MetaRuleset instance to advise it to ignore all attributes, returning this.
ignoreCase - Variable in class jakarta.mail.search.StringTerm
Ignore case when comparing?
ignoreCase() - Element in annotation interface jakarta.data.repository.OrderBy
Indicates whether or not to request case insensitive ordering from a database with case sensitive collation.
ignoreCase() - Method in record class jakarta.data.Sort
Indicates whether or not to request case insensitive ordering from a database with case sensitive collation.
ignoreExistingBoundaryParameter - Variable in class jakarta.mail.internet.MimeMultipart
Flag corresponding to the "mail.mime.multipart.ignoreexistingboundaryparameter" property, set in the MimeMultipart.initializeProperties() method called from constructors and the parse method.
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.
ignoreMissingBoundaryParameter - Variable in class jakarta.mail.internet.MimeMultipart
Flag corresponding to the "mail.mime.multipart.ignoremissingboundaryparameter" property, set in the MimeMultipart.initializeProperties() method called from constructors and the parse method.
ignoreMissingEndBoundary - Variable in class jakarta.mail.internet.MimeMultipart
Flag corresponding to the "mail.mime.multipart.ignoremissingendboundary" property, set in the MimeMultipart.initializeProperties() method called from constructors and the parse method.
ignoreXmlConfiguration() - Method in interface jakarta.validation.Configuration
Ignores data from the META-INF/validation.xml file if this method is called.
ILLEGAL_ATTEMPT_SETTING_APPLICATION_ARTIFACT_ID - Static variable in class com.sun.faces.util.MessageUtils
 
ILLEGAL_CHARACTERS_ERROR_MESSAGE_ID - Static variable in class com.sun.faces.util.MessageUtils
 
ILLEGAL_IDENTIFIER_LVALUE_MODE_ID - Static variable in class com.sun.faces.util.MessageUtils
 
ILLEGAL_MODEL_REFERENCE_ID - Static variable in class com.sun.faces.util.MessageUtils
 
ILLEGAL_VIEW_ID_ID - Static variable in class com.sun.faces.util.MessageUtils
 
IllegalLoopbackException - Exception Class in jakarta.ejb
This exception indicates that an attempt was made to perform an illegal loopback invocation.
IllegalLoopbackException() - Constructor for exception class jakarta.ejb.IllegalLoopbackException
Constructor for IllegalLoopbackException.
IllegalLoopbackException(String) - Constructor for exception class jakarta.ejb.IllegalLoopbackException
Constructor for IllegalLoopbackException.
IllegalProductException - Exception Class 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 class jakarta.enterprise.inject.IllegalProductException
Creates the exception with no detail message or cause.
IllegalProductException(String) - Constructor for exception class jakarta.enterprise.inject.IllegalProductException
Creates the exception with given detail message.
IllegalProductException(String, Throwable) - Constructor for exception class jakarta.enterprise.inject.IllegalProductException
Creates the exception with given detail message and cause.
IllegalProductException(Throwable) - Constructor for exception class jakarta.enterprise.inject.IllegalProductException
Creates the exception with given cause.
IllegalStateException - Exception Class in jakarta.jms
This exception is thrown when a method is invoked at an illegal or inappropriate time or if the provider is not in an appropriate state for the requested operation.
IllegalStateException - Exception Class in jakarta.resource.spi
An IllegalStateException is thrown from a method if the callee (resource adapter or application server for system contracts) is in an illegal or inappropriate state for the method invocation.
IllegalStateException() - Constructor for exception class jakarta.resource.spi.IllegalStateException
Constructs a new instance with null as its detail message.
IllegalStateException(String) - Constructor for exception class jakarta.jms.IllegalStateException
Constructs an IllegalStateException with the specified reason.
IllegalStateException(String) - Constructor for exception class jakarta.resource.spi.IllegalStateException
Constructs a new instance with the specified detail message.
IllegalStateException(String, String) - Constructor for exception class jakarta.jms.IllegalStateException
Constructs an IllegalStateException with the specified reason and error code.
IllegalStateException(String, String) - Constructor for exception class jakarta.resource.spi.IllegalStateException
Constructs a new throwable with the specified detail message and an error code.
IllegalStateException(String, String, Exception) - Constructor for exception class jakarta.jms.IllegalStateException
Constructs an IllegalStateException with the specified reason, error code and linked exception.
IllegalStateException(String, Throwable) - Constructor for exception class jakarta.resource.spi.IllegalStateException
Constructs a new throwable with the specified detail message and cause.
IllegalStateException(Throwable) - Constructor for exception class jakarta.resource.spi.IllegalStateException
Constructs a new throwable with the specified cause.
IllegalStateRuntimeException - Exception Class in jakarta.jms
This unchecked exception is thrown when a method is invoked at an illegal or inappropriate time or if the provider is not in an appropriate state for the requested operation, and the method signature does not permit a IllegalStateRuntimeException to be thrown.
IllegalStateRuntimeException(String) - Constructor for exception class jakarta.jms.IllegalStateRuntimeException
Constructs a IllegalStateRuntimeException with the specified detail message
IllegalStateRuntimeException(String, String) - Constructor for exception class jakarta.jms.IllegalStateRuntimeException
Constructs a IllegalStateRuntimeException with the specified detail message and error code.
IllegalStateRuntimeException(String, String, Throwable) - Constructor for exception class jakarta.jms.IllegalStateRuntimeException
Constructs a IllegalStateRuntimeException with the specified detail message, error code and cause
IllegalWriteException - Exception Class in jakarta.mail
The exception thrown when a write is attempted on a read-only attribute of any Messaging object.
IllegalWriteException() - Constructor for exception class jakarta.mail.IllegalWriteException
Constructs an IllegalWriteException with no detail message.
IllegalWriteException(String) - Constructor for exception class jakarta.mail.IllegalWriteException
Constructs an IllegalWriteException with the specified detail message.
IllegalWriteException(String, Exception) - Constructor for exception class jakarta.mail.IllegalWriteException
Constructs an IllegalWriteException with the specified detail message and embedded exception.
image - Enum constant in enum class jakarta.faces.component.html.HtmlCommandButton.PropertyKeys
 
image - Enum constant in enum class jakarta.faces.component.html.HtmlOutcomeTargetButton.PropertyKeys
 
ImageRenderer - Class in com.sun.faces.renderkit.html_basic
ImageRenderer is a class that handles the rendering of the graphic ImageTag
ImageRenderer() - Constructor for class com.sun.faces.renderkit.html_basic.ImageRenderer
 
IMMEDIATE - Static variable in interface jakarta.resource.spi.work.WorkManager
A constant to indicate timeout duration.
ImplementationHandler - Class in com.sun.faces.facelets.tag.composite
 
ImplementationHandler(TagConfig) - Constructor for class com.sun.faces.facelets.tag.composite.ImplementationHandler
 
IMPLICIT - Enum constant in enum class 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 implies PARAMETERS. Otherwise, IMPLICIT is not accepted and either RETURN_VALUE or PARAMETERS is required.
IMPLICIT - Enum constant in enum class 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
 
implies(Permission) - Method in class jakarta.security.jacc.EJBMethodPermission
Determines if the argument Permission is "implied by" this EJBMethodPermission.
implies(Permission) - Method in class jakarta.security.jacc.EJBRoleRefPermission
Determines if the argument Permission is "implied by" this EJBRoleRefPermission.
implies(Permission) - Method in interface jakarta.security.jacc.Policy
This method checks whether the permission represented by the @{permissionToBeChecked} parameter is granted to the anonymous (unauthenticated) caller principal.
implies(Permission) - Method in class jakarta.security.jacc.WebResourcePermission
Determines if the argument Permission is "implied by" this WebResourcePermission.
implies(Permission) - Method in class jakarta.security.jacc.WebRoleRefPermission
Determines if the argument Permission is "implied by" this WebRoleRefPermission.
implies(Permission) - Method in class jakarta.security.jacc.WebUserDataPermission
Determines if the argument Permission is "implied by" this WebUserDataPermission.
implies(Permission, Set<Principal>) - Method in interface jakarta.security.jacc.Policy
Returns a collection of at least all declared permissions associated with the caller principal contained in the set of principals being passed in.
implies(Permission, Subject) - Method in interface jakarta.security.jacc.Policy
This method checks whether the permission represented by the @{permissionToBeChecked} parameter is granted to the caller principal within the @{subject} parameter.
impliesByRole(Permission, Subject) - Method in interface jakarta.security.jacc.Policy
This method checks whether the permission represented by the @{permissionToBeChecked} parameter is granted to the caller principal within the @{subject} parameter based on one or more roles associated with that caller principal.
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 - Variable in class jakarta.mail.util.SharedFileInputStream
The file containing the data.
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 - Enum constant in enum class jakarta.jws.WebParam.Mode
 
IN - Enum constant in enum class 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 from ExceptionQueuedEventContext.getAttributes() indicates the event occurred during the “after phase” part of the current lifecycle phase.
IN_BEFORE_PHASE_KEY - Static variable in class jakarta.faces.event.ExceptionQueuedEventContext
The presence of an entry under this key in the Map returned from ExceptionQueuedEventContext.getAttributes() indicates the event occurred during the “before phase” part of the current lifecycle phase.
IN_PROGRESS - Enum constant in enum class jakarta.enterprise.event.TransactionPhase
Identifies a regular observer method, called when the event is fired.
inactiveConnectionClosed(Object, ManagedConnectionFactory) - Method in interface jakarta.resource.spi.LazyAssociatableConnectionManager
This method is called by the resource adapter (that is capable of lazy connection association optimization) in order to notify the application server that a disassociated connection handle is closed.
inAfterPhase() - Method in class jakarta.faces.event.ExceptionQueuedEventContext
 
inBeforePhase() - Method in class jakarta.faces.event.ExceptionQueuedEventContext
 
INBOUND_MESSAGE_ATTACHMENTS - Static variable in interface jakarta.xml.ws.handler.MessageContext
Standard property: Map of attachments to a message for the inbound message, key is the MIME Content-ID, value is a DataHandler.
inboundParameter(String, ValueExpression) - Method in class com.sun.faces.flow.builder.FlowBuilderImpl
 
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 com.sun.faces.flow.builder.FlowBuilderImpl
 
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.
INCIDENT_ERROR - Static variable in class com.sun.faces.context.ExceptionHandlerImpl
 
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 - Enum constant in enum class 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 an include is stored
INCLUDE_PATH_INFO - Static variable in interface jakarta.servlet.RequestDispatcher
The name of the request attribute under which the path info of the target of an include is stored
INCLUDE_QUERY_STRING - Static variable in interface jakarta.servlet.RequestDispatcher
The name of the request attribute under which the query string of the target of an include is stored
INCLUDE_REQUEST_URI - Static variable in interface jakarta.servlet.RequestDispatcher
The name of the request attribute under which the request URI of the target of an include is stored
INCLUDE_SERVLET_PATH - Static variable in interface jakarta.servlet.RequestDispatcher
The name of the request attribute under which the servlet path of the target of an include is stored
includeAllAttributes() - Element in annotation interface 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.
includeDefinition(UIComponent, String) - Method in class com.sun.faces.facelets.FaceletContextImplBase
This method will walk through the TemplateClient stack to resolve and apply the definition for the passed name.
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
IncludeHandler - Class in com.sun.faces.facelets.tag.ui
 
IncludeHandler(TagConfig) - Constructor for class com.sun.faces.facelets.tag.ui.IncludeHandler
 
includeViewParams() - Method in class jakarta.faces.flow.builder.NavigationCaseBuilder.RedirectBuilder
Indicates the current redirect should include view parameters.
inclusive() - Element in annotation interface jakarta.validation.constraints.DecimalMax
Specifies whether the specified maximum is inclusive or exclusive.
inclusive() - Element in annotation interface 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 or Optional.
inContainer(Class<?>, Integer) - Method in interface jakarta.validation.ConstraintValidatorContext.ConstraintViolationBuilder.NodeBuilderCustomizableContext
Marks the node as being in a container such as a List, Map or Optional.
INDEFINITE - Static variable in interface jakarta.resource.spi.work.WorkManager
A constant to indicate timeout duration.
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 Interface in jakarta.persistence
Used in schema generation to specify creation of an index.
INDEX_ATTRIBUTE - Static variable in class com.sun.faces.facelets.tag.composite.InsertChildrenHandler
 
IndexedRecord<E> - Interface in jakarta.resource.cci
IndexedRecord represents an ordered collection of record elements based on the java.util.List interface.
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 com.sun.faces.facelets.tag.jstl.core
 
IndexedValueExpression - Class in jakarta.servlet.jsp.jstl.core
 
IndexedValueExpression(ValueExpression, int) - Constructor for class com.sun.faces.facelets.tag.jstl.core.IndexedValueExpression
 
IndexedValueExpression(ValueExpression, int) - Constructor for class jakarta.servlet.jsp.jstl.core.IndexedValueExpression
 
indexes() - Element in annotation interface jakarta.persistence.CollectionTable
(Optional) Indexes for the table.
indexes() - Element in annotation interface jakarta.persistence.JoinTable
(Optional) Indexes for the table.
indexes() - Element in annotation interface jakarta.persistence.SecondaryTable
(Optional) Indexes for the table.
indexes() - Element in annotation interface jakarta.persistence.Table
(Optional) Indexes for the table.
indexes() - Element in annotation interface jakarta.persistence.TableGenerator
(Optional) Indexes for the table.
indexOf(String, String) - Static method in class com.sun.faces.facelets.tag.jstl.fn.JstlFunction
 
indexOfSet(String, char[], int) - Static method in class com.sun.faces.util.Util
 
info - Variable in class jakarta.servlet.jsp.tagext.TagLibraryInfo
Information (documentation) for this TLD.
info() - Element in annotation interface 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 a DeclarationInfo).
infoClass - Enum constant in enum class jakarta.faces.component.html.HtmlMessage.PropertyKeys
 
infoClass - Enum constant in enum class jakarta.faces.component.html.HtmlMessages.PropertyKeys
 
INFORMATIONAL - Enum constant in enum class jakarta.ws.rs.core.Response.Status.Family
1xx HTTP status codes.
infoStyle - Enum constant in enum class jakarta.faces.component.html.HtmlMessage.PropertyKeys
 
infoStyle - Enum constant in enum class jakarta.faces.component.html.HtmlMessages.PropertyKeys
 
Inheritance - Annotation Interface in jakarta.persistence
Specifies the inheritance mapping strategy for the entity class hierarchy which descends from the annotated entity class.
InheritanceType - Enum Class in jakarta.persistence
Enumerated the options for mapping entity inheritance.
inherited() - Element in annotation interface jakarta.ejb.ApplicationException
Indicates whether the application exception designation should apply to subclasses of the annotated exception class.
init() - Method in class com.sun.faces.renderkit.ClientSideStateHelper
Initialze the various configuration options for client-side sate saving.
init() - Method in class com.sun.faces.util.DebugUtil
 
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(FacesContext) - Method in class com.sun.faces.flow.FlowImpl
 
init(FacesContext, Compiler, DefaultResourceResolver, long, FaceletCache) - Method in class com.sun.faces.facelets.impl.DefaultFaceletFactory
 
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 Interface in jakarta.ejb
Designates a method of a session bean that corresponds to a create<METHOD> method of an adapted home or local home interface (an interface that adapts an enterprise bean 2.1 or earlier EJBHome or EJBLocalHome client view respectively).
INIT_PARAM - Static variable in interface com.sun.faces.el.ELConstants
 
initCache(ClassLoader) - Static method in class com.sun.faces.util.ReflectionUtils
 
initCause(Throwable) - Method in exception class jakarta.xml.soap.SOAPException
Initializes the cause field of this SOAPException object with the given Throwable object.
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.
InitFacesContext - Class in com.sun.faces.config
A special, minimal implementation of FacesContext used at application initialization time.
InitFacesContext(ServletContext) - Constructor for class com.sun.faces.config.InitFacesContext
 
initialize() - Method in class com.sun.faces.application.view.FaceletViewHandlingStrategy
Initialize the core Facelets runtime.
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(ServletContext, InitFacesContext) - Method in class com.sun.faces.config.ConfigManager
This method bootstraps Faces based on the parsed configuration resources.
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.
initializeClassMetadataMap(ServletContext, FacesContext) - Method in class com.sun.faces.config.processor.AbstractConfigProcessor
 
initializeClassMetadataMap(ServletContext, FacesContext) - Method in interface com.sun.faces.config.processor.ConfigProcessor
Called to initialize the per-application metadata used by the ConfigProcessor
Initialized - Annotation Interface 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.
initializeELResolverChains() - Method in class com.sun.faces.application.ApplicationAssociate
 
initializeFacelets() - Method in class com.sun.faces.application.ApplicationAssociate
 
initializeMappings() - Method in class com.sun.faces.application.view.FaceletViewHandlingStrategy
Initialize mappings, during the first request.
initializeProperties() - Method in class jakarta.mail.internet.MimeMultipart
Initialize flags that control parsing behavior, based on System properties described above in the class documentation.
initializer(MethodExpression) - Method in class com.sun.faces.flow.builder.FlowBuilderImpl
 
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 com.sun.faces.flow.builder.FlowBuilderImpl
 
initializer(String) - Method in class jakarta.faces.flow.builder.FlowBuilder
A MethodExpression that will be invoked when the flow is entered.
initialPoolSize() - Element in annotation interface jakarta.annotation.sql.DataSourceDefinition
Number of connections that should be created when a connection pool is initialized.
initialStateMarked() - Method in class com.sun.faces.ext.component.UIValidateWholeBean
 
initialStateMarked() - Method in class com.sun.faces.facelets.tag.composite.RetargetedAjaxBehavior
 
initialStateMarked() - Method in class jakarta.faces.component.behavior.BehaviorBase
initialStateMarked() - Method in interface jakarta.faces.component.PartialStateHolder
Return true if delta state changes are being tracked, otherwise false
initialStateMarked() - Method in class jakarta.faces.component.UIComponent
An implementation of PartialStateHolder.initialStateMarked(), this method is called by the runtime to test if the PartialStateHolder.markInitialState() method was called.
initialStateMarked() - Method in class jakarta.faces.convert.DateTimeConverter
 
initialStateMarked() - Method in class jakarta.faces.convert.EnumConverter
 
initialStateMarked() - Method in class jakarta.faces.convert.NumberConverter
 
initialStateMarked() - Method in class jakarta.faces.validator.BeanValidator
 
initialStateMarked() - Method in class jakarta.faces.validator.DoubleRangeValidator
 
initialStateMarked() - Method in class jakarta.faces.validator.LengthValidator
 
initialStateMarked() - Method in class jakarta.faces.validator.LongRangeValidator
 
initialStateMarked() - Method in class jakarta.faces.validator.RegexValidator
 
initialValue() - Element in annotation interface jakarta.persistence.SequenceGenerator
(Optional) The value from which the sequence object is to start generating.
initialValue() - Element in annotation interface jakarta.persistence.TableGenerator
(Optional) The initial value to be used to initialize the column that stores the last value generated.
InitParam - Annotation Interface in jakarta.jws.soap
Deprecated.
InitParameterMap - Class in com.sun.faces.context
 
InitParameterMap - Annotation Interface in jakarta.faces.annotation
The presence of this annotation (along with @Inject) on a field of type Map<String, String> causes the map returned from ExternalContext.getInitParameterMap() to be injected as the value of that field.
InitParameterMap(ServletContext) - Constructor for class com.sun.faces.context.InitParameterMap
 
InitParameterMap.Literal - Class in jakarta.faces.annotation
Supports inline instantiation of the InitParameterMap qualifier.
InitParameterMapProducer - Class in com.sun.faces.cdi
The init parameter map producer is the CDI producer that allows injection of the init parameter map using @Inject.
InitParameterMapProducer() - Constructor for class com.sun.faces.cdi.InitParameterMapProducer
 
initParams() - Element in annotation interface jakarta.jws.soap.SOAPMessageHandler
Deprecated.
Array of name/value pairs that should be passed to the handler during initialization.
initParams() - Element in annotation interface jakarta.servlet.annotation.WebFilter
The init parameters of the filter
initParams() - Element in annotation interface 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 com.sun.faces.application.view.MultiViewHandler
initView(FacesContext) - Method in class jakarta.faces.application.ViewHandler
Initialize the view for the request processing lifecycle.
initView(FacesContext) - Method in class jakarta.faces.application.ViewHandlerWrapper
The default behavior of this method is to call ViewHandler.initView(jakarta.faces.context.FacesContext) on the wrapped ViewHandler object.
inject() - Method in class jakarta.enterprise.inject.spi.Unmanaged.UnmanagedInstance
Inject the instance
inject(WebServiceContext) - Method in class jakarta.xml.ws.spi.Invoker
Jakarta XML Web Services runtimes calls this method to ask container to inject WebServiceContext on the endpoint instance.
inject(Object) - Method in interface com.sun.faces.spi.InjectionProvider
The implementation of this method must perform the following steps: Inject the supported resources per the Servlet 2.5 specification into the provided object
inject(Object) - Method in class com.sun.faces.vendor.WebContainerInjectionProvider
 
inject(T, CreationalContext<T>) - Method in interface jakarta.enterprise.inject.spi.InjectionTarget
Performs dependency injection upon the given object.
Inject - Annotation Interface in jakarta.inject
Identifies injectable constructors, methods, and fields.
Injectable Values - Search tag in annotation interface jakarta.inject.Inject
Section
INJECTION_PROVIDER_KEY - Static variable in class com.sun.faces.config.ConfigManager
The initialization time FacesContext scoped key under which the InjectionProvider is stored.
InjectionApplicationFactory - Class in com.sun.faces.application
This ApplicationFactory is responsible for injecting the default Application instance into the top-level Application as configured by the runtime.
InjectionApplicationFactory(ApplicationFactory) - Constructor for class com.sun.faces.application.InjectionApplicationFactory
 
InjectionException - Exception Class in jakarta.enterprise.inject
Indicates a problem relating to dependency injection.
InjectionException() - Constructor for exception class jakarta.enterprise.inject.InjectionException
Creates the exception with no detail message or cause.
InjectionException(String) - Constructor for exception class jakarta.enterprise.inject.InjectionException
Creates the exception with given detail message.
InjectionException(String, Throwable) - Constructor for exception class jakarta.enterprise.inject.InjectionException
Creates the exception with given detail message and cause.
InjectionException(Throwable) - Constructor for exception class jakarta.enterprise.inject.InjectionException
Creates the exception with given cause.
InjectionFacesContextFactory - Class in com.sun.faces.context
This FacesContextFactory is responsible for injecting the default FacesContext instance into the top-level FacesContext as configured by the runtime.
InjectionFacesContextFactory(FacesContextFactory) - Constructor for class com.sun.faces.context.InjectionFacesContextFactory
 
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.
InjectionPointGenerator - Class in com.sun.faces.cdi
This is a work around in order to be able to get InjectionPoint in CdiProducer.
InjectionPointGenerator() - Constructor for class com.sun.faces.cdi.InjectionPointGenerator
 
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
InjectionProvider - Interface in com.sun.faces.spi
This interface defines an integration point for Jakarta EE vendors.
InjectionProviderClass - Enum constant in enum class com.sun.faces.config.WebConfiguration.WebContextInitParameter
 
InjectionProviderException - Exception Class in com.sun.faces.spi
Wraps any exception thrown by an implementation of InjectionProvider.
InjectionProviderException(String, Throwable) - Constructor for exception class com.sun.faces.spi.InjectionProviderException
Creates a new InjectionProviderException with a descriptive message and the root cause of the error.
InjectionProviderException(Throwable) - Constructor for exception class com.sun.faces.spi.InjectionProviderException
Creates a new InjectionProviderException with the root cause of the error.
InjectionProviderFactory - Class in com.sun.faces.spi
A factory for creating InjectionProvider instances.
InjectionProviderFactory() - Constructor for class com.sun.faces.spi.InjectionProviderFactory
 
InjectionTarget<T> - Interface in jakarta.enterprise.inject.spi
Provides operations for performing dependency injection and lifecycle callbacks on an instance of a type.
InjectionTargetFactory<T> - Interface in jakarta.enterprise.inject.spi
An InjectionTargetFactory can create an InjectionTarget for a given bean.
InjectLiteral - Class in jakarta.enterprise.inject.literal
Supports inline instantiation of the Inject annotation.
InjectLiteral() - Constructor for class jakarta.enterprise.inject.literal.InjectLiteral
 
INLINE - Static variable in interface jakarta.mail.Part
This part should be presented inline.
InMemoryIdentityStoreDefinition - Annotation Interface 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 in-memory store, and make that implementation available as an enabled CDI bean.
InMemoryIdentityStoreDefinition.Credentials - Annotation Interface in jakarta.security.enterprise.identitystore
Credentials define a single caller identity for use with the InMemoryIdentityStoreDefinition annotation.
INNER - Enum constant in enum class jakarta.persistence.criteria.JoinType
Inner join.
innerSort(DocumentOrderingWrapper[]) - Static method in class com.sun.faces.config.manager.documents.DocumentOrderingWrapper
 
INOUT - Enum constant in enum class jakarta.jws.WebParam.Mode
 
INOUT - Enum constant in enum class jakarta.persistence.ParameterMode
Stored procedure input/output parameter
input() - Element in annotation interface jakarta.xml.ws.Action
Explicit value of the WS-Addressing Action message addressing property for the input message of the operation.
inputBase64(InputStream) - Method in interface jakarta.mail.util.StreamProvider
Creates a 'base64' decoder from the InputStream.
inputBinary(InputStream) - Method in interface jakarta.mail.util.StreamProvider
Creates a 'binary', '7bit' and '8bit' decoder from the InputStream.
INPUTFILE - Enum constant in enum class com.sun.faces.renderkit.AttributeManager.Key
 
inputLineStream(InputStream, boolean) - Method in interface jakarta.mail.util.StreamProvider
Creates a new LineInputStream that supports reading CRLF terminated lines containing only US-ASCII characters from an input stream
inputQ(InputStream) - Method in interface jakarta.mail.util.StreamProvider
Creates a 'q' decoder from the InputStream.
inputQP(InputStream) - Method in interface jakarta.mail.util.StreamProvider
Creates a 'quoted-printable' decoder from the InputStream.
INPUTSECRET - Enum constant in enum class com.sun.faces.renderkit.AttributeManager.Key
 
inputSharedByteArray(byte[]) - Method in interface jakarta.mail.util.StreamProvider
Creates a new InputStream from the underlying byte array to be shared between multiple readers.
INPUTTEXT - Enum constant in enum class com.sun.faces.renderkit.AttributeManager.Key
 
INPUTTEXTAREA - Enum constant in enum class com.sun.faces.renderkit.AttributeManager.Key
 
inputUU(InputStream) - Method in interface jakarta.mail.util.StreamProvider
Creates a 'uuencode', 'x-uuencode' and 'x-uue' decoder from the InputStream.
insert(S) - Method in interface jakarta.data.repository.CrudRepository
Inserts an entity into the database.
Insert - Annotation Interface in jakarta.data.repository
Lifecycle annotation for repository methods which perform insert operations.
insertable() - Element in annotation interface jakarta.persistence.Column
(Optional) Whether the column is included in SQL INSERT statements generated by the persistence provider.
insertable() - Element in annotation interface jakarta.persistence.JoinColumn
(Optional) Whether the column is included in SQL INSERT statements generated by the persistence provider.
insertable() - Element in annotation interface jakarta.persistence.MapKeyColumn
(Optional) Whether the column is included in SQL INSERT statements generated by the persistence provider.
insertable() - Element in annotation interface jakarta.persistence.MapKeyJoinColumn
(Optional) Whether the column is included in SQL INSERT statements generated by the persistence provider.
insertable() - Element in annotation interface jakarta.persistence.OrderColumn
(Optional) Whether the column is included in SQL INSERT statements generated by the persistence provider.
insertAll(List<S>) - Method in interface jakarta.data.repository.CrudRepository
Inserts multiple entities into the database.
InsertChildrenHandler - Class in com.sun.faces.facelets.tag.composite
This TagHandler is responsible for relocating children defined within a composite component to a component within the composite component's composite:implementation section.
InsertChildrenHandler(TagConfig) - Constructor for class com.sun.faces.facelets.tag.composite.InsertChildrenHandler
 
InsertFacetHandler - Class in com.sun.faces.facelets.tag.composite
This TagHandler is responsible for relocating Facets defined within a composite component to a component within the composite component's composite:implementation section.
InsertFacetHandler(TagConfig) - Constructor for class com.sun.faces.facelets.tag.composite.InsertFacetHandler
 
InsertHandler - Class in com.sun.faces.facelets.tag.ui
 
InsertHandler(TagConfig) - Constructor for class com.sun.faces.facelets.tag.ui.InsertHandler
 
insertsAreDetected(int) - Method in interface jakarta.resource.cci.ResultSetInfo
Indicates whether or not a visible row insert can be detected by calling ResultSet.rowInserted.
inService() - Method in interface jakarta.security.jacc.PolicyConfiguration
This method is used to determine if the policy context whose interface is this PolicyConfiguration Object is in the "inService" state.
inService(String) - Method in class jakarta.security.jacc.PolicyConfigurationFactory
This method determines if the identified policy context exists with state "inService" in the Policy provider associated with the factory.
inspectFlow(FacesContext, Flow) - Method in class com.sun.faces.application.NavigationHandlerImpl
 
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
 
installFacesJsIfNecessary(FacesContext) - Static method in class com.sun.faces.renderkit.RenderKitUtils
Only install the Faces script resource if it doesn't exist.
instance(Class<T>) - Static method in class com.sun.faces.util.ReflectionUtils
Creates a new instance of the class represented by the given Class object
instance(String) - Static method in class com.sun.faces.util.ReflectionUtils
Creates an instance of a class with the given fully qualified class name.
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 com.sun.faces.facelets.tag.faces.EditableValueHolderRule
 
Instance - Static variable in class com.sun.faces.facelets.tag.faces.html.HtmlDecorator
 
Instance - Static variable in class com.sun.faces.facelets.tag.faces.RenderPropertyRule
 
INSTANCE - Static variable in class jakarta.enterprise.context.ApplicationScoped.Literal
Default ApplicationScoped literal
INSTANCE - Static variable in class jakarta.enterprise.context.ConversationScoped.Literal
Default ConversationScoped literal
INSTANCE - Static variable in class jakarta.enterprise.context.Dependent.Literal
Default Dependent literal
INSTANCE - Static variable in class jakarta.enterprise.context.RequestScoped.Literal
Default RequestScoped literal
INSTANCE - Static variable in class jakarta.enterprise.context.SessionScoped.Literal
Default SessionScoped literal
INSTANCE - Static variable in class jakarta.enterprise.inject.Alternative.Literal
Default Alternative literal
INSTANCE - Static variable in class jakarta.enterprise.inject.Any.Literal
Default Any literal
INSTANCE - Static variable in class jakarta.enterprise.inject.Default.Literal
The default Default literal
INSTANCE - Static variable in class jakarta.enterprise.inject.literal.InjectLiteral
Default Inject literal
INSTANCE - Static variable in class jakarta.enterprise.inject.literal.NamedLiteral
Default Named literal
INSTANCE - Static variable in class jakarta.enterprise.inject.literal.QualifierLiteral
Default Qualifier literal
INSTANCE - Static variable in class jakarta.enterprise.inject.literal.SingletonLiteral
Default Singleton literal
INSTANCE - Static variable in class jakarta.enterprise.inject.Specializes.Literal
Default Specializes literal
INSTANCE - Static variable in class jakarta.enterprise.inject.TransientReference.Literal
Default TransientReference literal
INSTANCE - Static variable in class jakarta.enterprise.inject.Typed.Literal
Default Typed literal
INSTANCE - Static variable in class jakarta.enterprise.inject.Vetoed.Literal
Default Vetoed literal
INSTANCE - Static variable in class jakarta.enterprise.util.Nonbinding.Literal
Default 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.BasicAuthenticationMechanismDefinition.BasicAuthenticationMechanism.Literal
INSTANCE - Static variable in class jakarta.security.enterprise.authentication.mechanism.http.CustomFormAuthenticationMechanismDefinition.CustomFormAuthenticationMechanism.Literal
INSTANCE - Static variable in class jakarta.security.enterprise.authentication.mechanism.http.FormAuthenticationMechanismDefinition.FormAuthenticationMechanism.Literal
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.OpenIdAuthenticationMechanismDefinition.OpenIdAuthenticationMechanism.Literal
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.
InstanceFactory - Class in com.sun.faces.application.applicationimpl
 
InstanceFactory(ApplicationAssociate) - Constructor for class com.sun.faces.application.applicationimpl.InstanceFactory
 
INT - Enum constant in enum class jakarta.enterprise.lang.model.AnnotationMember.Kind
A primitive int value.
INT - Enum constant in enum class jakarta.enterprise.lang.model.types.PrimitiveType.PrimitiveKind
The int primitive type
integer() - Element in annotation interface jakarta.validation.constraints.Digits
 
INTEGER - Enum constant in enum class 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 to Integer fails.
IntegerComparisonTerm - Class in jakarta.mail.search
This class implements comparisons for integers.
IntegerComparisonTerm(int, int) - Constructor for class jakarta.mail.search.IntegerComparisonTerm
Constructor.
IntegerConverter - Class in jakarta.faces.convert
Converter implementation for java.lang.Integer (and int primitive) values.
IntegerConverter() - Constructor for class jakarta.faces.convert.IntegerConverter
 
Interaction - Interface in jakarta.resource.cci
The jakarta.resource.cci.Interaction enables a component to execute EIS functions.
InteractionSpec - Interface in jakarta.resource.cci
An InteractionSpec holds properties for driving an Interaction with an EIS instance.
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 Interface 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 Class 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 Interface 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 Interface 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.
Interceptor classes - Search tag in package jakarta.interceptor
Section
InterceptorContext - Interface in jakarta.ws.rs.ext
InterceptorInfo - Interface in jakarta.enterprise.inject.build.compatible.spi
Interceptors are managed beans annotated @Interceptor.
Interceptor lifecycle - Search tag in package jakarta.interceptor
Section
Interceptor methods - Search tag in package jakarta.interceptor
Section
Interceptors - Annotation Interface in jakarta.interceptor
Declares an ordered list of interceptors for a target class, or for a method or a constructor of a target class.
Interceptors for lifecycle callbacks - Search tag in package jakarta.interceptor
Section
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.
InterfaceHandler - Class in com.sun.faces.facelets.tag.composite
 
InterfaceHandler(TagConfig) - Constructor for class com.sun.faces.facelets.tag.composite.InterfaceHandler
 
interfaceName() - Element in annotation interface jakarta.jms.JMSConnectionFactoryDefinition
Fully qualified name of the Jakarta Messaging connection factory interface.
interfaceName() - Element in annotation interface jakarta.jms.JMSDestinationDefinition
Fully qualified name of the Jakarta Messaging destination interface.
interfaceName() - Element in annotation interface jakarta.resource.AdministeredObjectDefinition
Fully qualified name of the administered object’s interface
interfaceName() - Element in annotation interface jakarta.resource.ConnectionFactoryDefinition
The fully qualified name of the connection factory interface class.
interfaceName(QName) - Method in class jakarta.xml.ws.wsaddressing.W3CEndpointReferenceBuilder
Sets the interfaceName as the wsam:InterfaceName element in the wsa:Metadata element.
Interfaces common to multiple APIs - Search tag in package jakarta.jms
Section
Interfaces representing enabled beans - Search tag in package jakarta.enterprise.inject.spi
Section
INTERNAL - Static variable in exception class jakarta.resource.spi.work.WorkException
Indicates an internal error condition.
INTERNAL_SERVER_ERROR - Enum constant in enum class jakarta.ws.rs.core.Response.Status
500 Internal Server Error, see HTTP/1.1 documentation.
InternalServerErrorException - Exception Class in jakarta.ws.rs
A runtime exception indicating an internal server error.
InternalServerErrorException() - Constructor for exception class jakarta.ws.rs.InternalServerErrorException
Construct a new internal server error exception.
InternalServerErrorException(Response) - Constructor for exception class jakarta.ws.rs.InternalServerErrorException
Construct a new internal server error exception.
InternalServerErrorException(Response, Throwable) - Constructor for exception class jakarta.ws.rs.InternalServerErrorException
Construct a new internal server error exception.
InternalServerErrorException(String) - Constructor for exception class jakarta.ws.rs.InternalServerErrorException
Construct a new internal server error exception.
InternalServerErrorException(String, Response) - Constructor for exception class jakarta.ws.rs.InternalServerErrorException
Construct a new internal server error exception.
InternalServerErrorException(String, Response, Throwable) - Constructor for exception class jakarta.ws.rs.InternalServerErrorException
Construct a new internal server error exception.
InternalServerErrorException(String, Throwable) - Constructor for exception class jakarta.ws.rs.InternalServerErrorException
Construct a new internal server error exception.
InternalServerErrorException(Throwable) - Constructor for exception class jakarta.ws.rs.InternalServerErrorException
Construct a new internal server error exception.
InternetAddress - Class in jakarta.mail.internet
This class represents an Internet email address using the syntax of RFC822.
InternetAddress() - Constructor for class jakarta.mail.internet.InternetAddress
Default constructor.
InternetAddress(String) - Constructor for class jakarta.mail.internet.InternetAddress
Constructor.
InternetAddress(String, boolean) - Constructor for class jakarta.mail.internet.InternetAddress
Parse the given string and create an InternetAddress.
InternetAddress(String, String) - Constructor for class jakarta.mail.internet.InternetAddress
Construct an InternetAddress given the address and personal name.
InternetAddress(String, String, String) - Constructor for class jakarta.mail.internet.InternetAddress
Construct an InternetAddress given the address and personal name.
InternetHeader(String) - Constructor for class jakarta.mail.internet.InternetHeaders.InternetHeader
Constructor that takes a line and splits out the header name.
InternetHeader(String, String) - Constructor for class jakarta.mail.internet.InternetHeaders.InternetHeader
Constructor that takes a header name and value.
InternetHeaders - Class in jakarta.mail.internet
InternetHeaders is a utility class that manages RFC822 style headers.
InternetHeaders() - Constructor for class jakarta.mail.internet.InternetHeaders
Create an empty InternetHeaders object.
InternetHeaders(InputStream) - Constructor for class jakarta.mail.internet.InternetHeaders
Read and parse the given RFC822 message stream till the blank line separating the header from the body.
InternetHeaders(InputStream, boolean) - Constructor for class jakarta.mail.internet.InternetHeaders
Read and parse the given RFC822 message stream till the blank line separating the header from the body.
InternetHeaders.InternetHeader - Class in jakarta.mail.internet
An individual internet header.
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.
interpolateMessage(FacesContext, String, Object[]) - Method in enum class com.sun.faces.util.FacesLogger
 
InterpretEmptyStringSubmittedValuesAsNull - Enum constant in enum class com.sun.faces.config.WebConfiguration.BooleanWebContextInitParameter
 
intersect(CriteriaSelect<? super T>, CriteriaSelect<? super T>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create a query which is the intersection of the given queries.
intersectAll(CriteriaSelect<? super T>, CriteriaSelect<? super T>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create a query which is the intersection of the given queries, without elimination of duplicate results.
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 - Variable in class jakarta.mail.event.TransportEvent
The invalid addresses.
invalid - Variable in exception class jakarta.mail.SendFailedException
The invalid addresses.
INVALID - Enum constant in enum class jakarta.security.enterprise.identitystore.CredentialValidationResult.Status
Indicates that the credential is not valid after a validation attempt.
INVALID_EXPRESSION_ID - Static variable in class com.sun.faces.util.MessageUtils
 
INVALID_INIT_PARAM_ERROR_MESSAGE_ID - Static variable in class com.sun.faces.util.MessageUtils
 
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_MESSAGE_SEVERITY_IN_CONFIG_ID - Static variable in class com.sun.faces.util.MessageUtils
 
INVALID_RESOURCE_FORMAT_COLON_ERROR - Static variable in class com.sun.faces.util.MessageUtils
 
INVALID_RESOURCE_FORMAT_ERROR - Static variable in class com.sun.faces.util.MessageUtils
 
INVALID_RESOURCE_FORMAT_NO_LIBRARY_NAME_ERROR - Static variable in class com.sun.faces.util.MessageUtils
 
INVALID_RESULT - Static variable in class jakarta.security.enterprise.identitystore.CredentialValidationResult
 
INVALID_SCOPE_LIFESPAN_ERROR_MESSAGE_ID - Static variable in class com.sun.faces.util.MessageUtils
 
invalidate() - Method in interface jakarta.servlet.http.HttpSession
Invalidates this session then unbinds any objects bound to it.
invalidateSession() - Method in class com.sun.faces.context.ExternalContextImpl
 
invalidateSession() - Method in class jakarta.faces.context.ExternalContext
Invalidates this session then unbinds any objects bound to it.
invalidateSession() - Method in class jakarta.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.invalidateSession() on the wrapped ExternalContext object.
InvalidClientIDException - Exception Class in jakarta.jms
This exception must be thrown when a client attempts to set a connection's client ID to a value that is rejected by a provider.
InvalidClientIDException(String) - Constructor for exception class jakarta.jms.InvalidClientIDException
Constructs an InvalidClientIDException with the specified reason.
InvalidClientIDException(String, String) - Constructor for exception class jakarta.jms.InvalidClientIDException
Constructs an InvalidClientIDException with the specified reason and error code.
InvalidClientIDException(String, String, Exception) - Constructor for exception class jakarta.jms.InvalidClientIDException
Constructs an InvalidClientIDException with the specified reason, error code and linked exception.
InvalidClientIDRuntimeException - Exception Class in jakarta.jms
This unchecked exception must be thrown when a client attempts to set a connection's client ID to a value that is rejected by a provider, and the method signature does not permit a InvalidClientIDException to be thrown.
InvalidClientIDRuntimeException(String) - Constructor for exception class jakarta.jms.InvalidClientIDRuntimeException
Constructs a InvalidClientIDRuntimeException with the specified detail message
InvalidClientIDRuntimeException(String, String) - Constructor for exception class jakarta.jms.InvalidClientIDRuntimeException
Constructs a InvalidClientIDRuntimeException with the specified detail message and error code.
InvalidClientIDRuntimeException(String, String, Throwable) - Constructor for exception class jakarta.jms.InvalidClientIDRuntimeException
Constructs a InvalidClientIDRuntimeException with the specified detail message, error code and cause
InvalidDestinationException - Exception Class in jakarta.jms
This exception must be thrown when a destination either is not understood by a provider or is no longer valid.
InvalidDestinationException(String) - Constructor for exception class jakarta.jms.InvalidDestinationException
Constructs an InvalidDestinationException with the specified reason.
InvalidDestinationException(String, String) - Constructor for exception class jakarta.jms.InvalidDestinationException
Constructs an InvalidDestinationException with the specified reason and error code.
InvalidDestinationException(String, String, Exception) - Constructor for exception class jakarta.jms.InvalidDestinationException
Constructs an InvalidDestinationException with the specified reason, error code and linked exception.
InvalidDestinationRuntimeException - Exception Class in jakarta.jms
This unchecked exception must be thrown when a destination either is not understood by a provider or is no longer valid, and the method signature does not permit a InvalidDestinationException to be thrown.
InvalidDestinationRuntimeException(String) - Constructor for exception class jakarta.jms.InvalidDestinationRuntimeException
Constructs a InvalidDestinationRuntimeException with the specified detail message
InvalidDestinationRuntimeException(String, String) - Constructor for exception class jakarta.jms.InvalidDestinationRuntimeException
Constructs a InvalidDestinationRuntimeException with the specified detail message and error code.
InvalidDestinationRuntimeException(String, String, Throwable) - Constructor for exception class jakarta.jms.InvalidDestinationRuntimeException
Constructs a InvalidDestinationRuntimeException with the specified detail message, error code and cause
InvalidPropertyException - Exception Class in jakarta.resource.spi
This exception is thrown to indicate invalid configuration property settings.
InvalidPropertyException() - Constructor for exception class jakarta.resource.spi.InvalidPropertyException
Create a InvalidPropertyException.
InvalidPropertyException(String) - Constructor for exception class jakarta.resource.spi.InvalidPropertyException
Create a InvalidPropertyException.
InvalidPropertyException(String, String) - Constructor for exception class jakarta.resource.spi.InvalidPropertyException
Constructs a new throwable with the specified detail message and an error code.
InvalidPropertyException(String, Throwable) - Constructor for exception class jakarta.resource.spi.InvalidPropertyException
Constructs a new throwable with the specified detail message and cause.
InvalidPropertyException(Throwable) - Constructor for exception class jakarta.resource.spi.InvalidPropertyException
Constructs a new throwable with the specified cause.
InvalidSelectorException - Exception Class in jakarta.jms
This exception must be thrown when a Jakarta Messaging client attempts to give a provider a message selector with invalid syntax.
InvalidSelectorException(String) - Constructor for exception class jakarta.jms.InvalidSelectorException
Constructs an InvalidSelectorException with the specified reason.
InvalidSelectorException(String, String) - Constructor for exception class jakarta.jms.InvalidSelectorException
Constructs an InvalidSelectorException with the specified reason and error code.
InvalidSelectorException(String, String, Exception) - Constructor for exception class jakarta.jms.InvalidSelectorException
Constructs an InvalidSelectorException with the specified reason, error code and linked exception.
InvalidSelectorRuntimeException - Exception Class in jakarta.jms
This unchecked exception must be thrown when a Jakarta Messaging client attempts to give a provider a message selector with invalid syntax, and the method signature does not permit a InvalidSelectorException to be thrown.
InvalidSelectorRuntimeException(String) - Constructor for exception class jakarta.jms.InvalidSelectorRuntimeException
Constructs a InvalidSelectorRuntimeException with the specified detail message
InvalidSelectorRuntimeException(String, String) - Constructor for exception class jakarta.jms.InvalidSelectorRuntimeException
Constructs a InvalidSelectorRuntimeException with the specified detail message and error code.
InvalidSelectorRuntimeException(String, String, Throwable) - Constructor for exception class jakarta.jms.InvalidSelectorRuntimeException
Constructs a InvalidSelectorRuntimeException with the specified detail message, error code and cause
InvalidTransactionException - Exception Class in jakarta.transaction
This exception indicates that the request carried an invalid transaction context.
InvalidTransactionException() - Constructor for exception class jakarta.transaction.InvalidTransactionException
 
InvalidTransactionException(String) - Constructor for exception class jakarta.transaction.InvalidTransactionException
 
inverseForeignKey() - Element in annotation interface jakarta.persistence.JoinTable
(Optional) Used to specify or control the generation of a foreign key constraint for the columns corresponding to the JoinTable.inverseJoinColumns() element when table generation is in effect.
inverseJoinColumns() - Element in annotation interface 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_PATH - Static variable in class com.sun.faces.util.RequestStateManager
Attribute to store the FacesServlet path of the original request.
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 com.sun.faces.facelets.el.ContextualCompositeMethodExpression
 
invoke(ELContext, Object[]) - Method in class com.sun.faces.facelets.el.TagMethodExpression
 
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 given base object by querying all component resolvers.
invoke(ELContext, Object, Object, Class<?>[], Object[]) - Method in class jakarta.el.ELResolver
Attempts to resolve and invoke the given method on the given base object.
invoke(ELContext, Object, Object, Class<?>[], Object[]) - Method in class jakarta.el.OptionalELResolver
Attempts to resolve and invoke the given method on the given base 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(Method, Object...) - Method in class jakarta.xml.ws.spi.Invoker
Jakarta XML Web Services runtime calls this method to do the actual web service invocation on endpoint instance.
invoke(Runnable) - Method in class com.sun.faces.util.ScopedRunner
Invokes the callback within the scope of the variables being given in the constructor.
invoke(T) - Method in interface jakarta.xml.ws.Dispatch
Invoke a service operation synchronously.
invoke(T) - Method in interface jakarta.xml.ws.Provider
Invokes an operation according to the contents of the request message.
invoke(T, Object[]) - Method in interface jakarta.enterprise.invoke.Invoker
Invokes the target method on the given instance of the target bean, passing given arguments.
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.
InvokeApplicationPhase - Class in com.sun.faces.lifecycle
Lifetime And Scope
InvokeApplicationPhase() - Constructor for class com.sun.faces.lifecycle.InvokeApplicationPhase
 
invokeAsync(T) - Method in interface jakarta.xml.ws.Dispatch
Invoke a service operation asynchronously.
invokeAsync(T, AsyncHandler<T>) - Method in interface jakarta.xml.ws.Dispatch
Invoke a service operation asynchronously.
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 the clientId given as an argument to invokeOnComponent.
invokeKeywordResolvers(SearchExpressionContext, UIComponent, String, String, ContextCallback) - Method in class com.sun.faces.component.search.SearchExpressionHandlerImpl
 
invokeMethod(FacesContext, Method, Object, Object) - Method in class com.sun.faces.application.annotation.JndiHandler
Invoke the method.
invokeOnComponent(SearchExpressionContext, UIComponent, String, ContextCallback) - Method in class com.sun.faces.component.search.SearchExpressionHandlerImpl
 
invokeOnComponent(SearchExpressionContext, UIComponent, String, ContextCallback) - Method in class jakarta.faces.component.search.SearchExpressionHandler
Resolves multiple UIComponents for the given expression.
invokeOnComponent(SearchExpressionContext, UIComponent, String, ContextCallback) - Method in class jakarta.faces.component.search.SearchExpressionHandlerWrapper
 
invokeOnComponent(SearchExpressionContext, String, ContextCallback) - Method in class jakarta.faces.component.search.SearchExpressionHandler
Resolves multiple UIComponents for the given expression.
invokeOnComponent(SearchExpressionContext, String, ContextCallback) - Method in class jakarta.faces.component.search.SearchExpressionHandlerWrapper
 
invokeOnComponent(FacesContext, String, ContextCallback) - Method in class com.sun.faces.facelets.component.UIRepeat
 
invokeOnComponent(FacesContext, String, ContextCallback) - Method in class com.sun.faces.facelets.tag.composite.BehaviorHolderWrapper
 
invokeOnComponent(FacesContext, String, ContextCallback) - Method in class jakarta.faces.component.UIComponent
Starting at this component in the View hierarchy, search for a component with a clientId equal to the argument clientId and, if found, call the ContextCallback.invokeContextCallback(jakarta.faces.context.FacesContext, jakarta.faces.component.UIComponent) method on the argument callback, passing the current FacesContext and the found component as arguments.
invokeOnComponent(FacesContext, String, ContextCallback) - Method in class jakarta.faces.component.UIComponentBase
Starting at this component in the View hierarchy, search for a component with a clientId equal to the argument clientId and, if found, call the ContextCallback.invokeContextCallback(jakarta.faces.context.FacesContext, jakarta.faces.component.UIComponent) method on the argument callback, passing the current FacesContext and the found component as arguments.
invokeOnComponent(FacesContext, String, ContextCallback) - Method in class jakarta.faces.component.UIData
Override behavior from UIComponentBase.invokeOnComponent(jakarta.faces.context.FacesContext, java.lang.String, jakarta.faces.component.ContextCallback) to provide special care for positioning the data properly before finding the component and invoking the callback on it.
invokeOnComponent(FacesContext, String, ContextCallback) - Method in class jakarta.faces.component.UIForm
 
invokeOneWay(T) - Method in interface jakarta.xml.ws.Dispatch
Invokes a service operation using the one-way interaction mode.
invokePostConstruct(Object) - Method in interface com.sun.faces.spi.InjectionProvider
The implemenation of this method must invoke any method marked with the @PostConstruct annotation (per the Common Annotations Specification).
invokePostConstruct(Object) - Method in class com.sun.faces.vendor.WebContainerInjectionProvider
 
invokePreDestroy(Object) - Method in interface com.sun.faces.spi.InjectionProvider
The implemenation of this method must invoke any method marked with the @PreDestroy annotation (per the Common Annotations Specification).
invokePreDestroy(Object) - Method in class com.sun.faces.vendor.WebContainerInjectionProvider
 
Invoker - Class in jakarta.xml.ws.spi
Invoker hides the detail of calling into application endpoint implementation.
Invoker<T,R> - Interface in jakarta.enterprise.invoke
An invoker allows indirect invocation of its target method on an instance of its target bean.
Invoker() - Constructor for class jakarta.xml.ws.spi.Invoker
 
InvokerBuilder<T> - Interface in jakarta.enterprise.invoke
Builder of Invokers.
InvokerFactory - Interface in jakarta.enterprise.inject.build.compatible.spi
Factory for InvokerBuilders.
InvokerInfo - Interface in jakarta.enterprise.inject.build.compatible.spi
Opaque token that stands in for an invoker registered using InvokerFactory.createInvoker(BeanInfo, MethodInfo) and InvokerBuilder.build().
invokeVisitCallback(UIComponent, VisitCallback) - Method in class com.sun.faces.component.visit.FullVisitContext
 
invokeVisitCallback(UIComponent, VisitCallback) - Method in class com.sun.faces.component.visit.PartialVisitContext
 
invokeVisitCallback(UIComponent, VisitCallback) - Method in class jakarta.faces.component.visit.VisitContext
Called by UIComponent.visitTree() to visit a single component.
invokeVisitCallback(UIComponent, VisitCallback) - Method in class jakarta.faces.component.visit.VisitContextWrapper
 
IS_BUILDING_INITIAL_STATE - Static variable in class jakarta.faces.application.StateManager
Marker within the FacesContext attributes map to indicate we are marking initial state, so the markInitialState() method of iterating components such as UIData could recognize this fact and save the initial state of descendents.
IS_BUILDING_METADATA - Static variable in class com.sun.faces.application.view.FaceletViewHandlingStrategy
 
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 class com.sun.faces.application.view.ViewScopeContext
Determine if the context is active.
isActive() - Method in class com.sun.faces.cdi.clientwindow.ClientWindowScopeContext
 
isActive() - Method in class com.sun.faces.flow.FlowCDIContext
 
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 com.sun.faces.flow.FlowHandlerImpl
 
isActive(FacesContext, String, String) - Method in class jakarta.faces.flow.FlowHandler
Return true if and only if the flow referenced by the argument definingDocument and id is currently active.
isAfter(String) - Method in class com.sun.faces.config.manager.documents.DocumentOrderingWrapper
 
isAfterOrdered() - Method in class com.sun.faces.config.manager.documents.DocumentOrderingWrapper
 
isAfterOthers() - Method in class com.sun.faces.config.manager.documents.DocumentOrderingWrapper
 
isAjaxRequest() - Method in class com.sun.faces.context.PartialViewContextImpl
 
isAjaxRequest() - Method in class jakarta.faces.context.PartialViewContext
Return true if the request header Faces-Request is present with the value partial/ajax.
isAjaxRequest() - Method in class jakarta.faces.context.PartialViewContextWrapper
The default behavior of this method is to call PartialViewContext.isAjaxRequest() on the wrapped PartialViewContext object.
isAllEmpty(Object...) - Static method in class com.sun.faces.util.Util
Returns true if all values are empty, false if at least one value is not empty.
isAllNull(Object...) - Static method in class com.sun.faces.util.Util
 
isAlternative() - Method in class com.sun.faces.cdi.ApplicationMapProducer
Is this an alternative.
isAlternative() - Method in class com.sun.faces.cdi.ApplicationProducer
Is this an alternative.
isAlternative() - Method in class com.sun.faces.cdi.ComponentProducer
Is this an alternative.
isAlternative() - Method in class com.sun.faces.cdi.CompositeComponentProducer
Is this an alternative.
isAlternative() - Method in class com.sun.faces.cdi.DataModelClassesMapProducer
Is this an alternative.
isAlternative() - Method in class com.sun.faces.cdi.ExternalContextProducer
Is this an alternative.
isAlternative() - Method in class com.sun.faces.cdi.FacesContextProducer
Is this an alternative.
isAlternative() - Method in class com.sun.faces.cdi.FlashProducer
Is this an alternative.
isAlternative() - Method in class com.sun.faces.cdi.FlowMapProducer
Is this an alternative.
isAlternative() - Method in class com.sun.faces.cdi.FlowProducer
Is this an alternative.
isAlternative() - Method in class com.sun.faces.cdi.HeaderMapProducer
Is this an alternative.
isAlternative() - Method in class com.sun.faces.cdi.HeaderValuesMapProducer
Is this an alternative.
isAlternative() - Method in class com.sun.faces.cdi.InitParameterMapProducer
Is this an alternative.
isAlternative() - Method in class com.sun.faces.cdi.ManagedPropertyProducer
Is this an alternative.
isAlternative() - Method in class com.sun.faces.cdi.RequestCookieMapProducer
Is this an alternative.
isAlternative() - Method in class com.sun.faces.cdi.RequestMapProducer
Is this an alternative.
isAlternative() - Method in class com.sun.faces.cdi.RequestParameterMapProducer
Is this an alternative.
isAlternative() - Method in class com.sun.faces.cdi.RequestParameterValuesMapProducer
Is this an alternative.
isAlternative() - Method in class com.sun.faces.cdi.RequestProducer
Is this an alternative.
isAlternative() - Method in class com.sun.faces.cdi.ResourceHandlerProducer
Is this an alternative.
isAlternative() - Method in class com.sun.faces.cdi.SessionMapProducer
Is this an alternative.
isAlternative() - Method in class com.sun.faces.cdi.SessionProducer
Is this an alternative.
isAlternative() - Method in class com.sun.faces.cdi.ViewMapProducer
Is this an alternative.
isAlternative() - Method in class com.sun.faces.cdi.ViewProducer
Is this an alternative.
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.
isAnnotationScanPackagesSet() - Method in class com.sun.faces.config.manager.spi.AnnotationScanner
 
isAnyAuthenticatedUserRoleMapped() - Method in interface jakarta.security.jacc.PrincipalMapper
Jakarta Security defines the "any authenticated caller role" as "**" and allows an application specific mapping for this role to be established.
isAnyEmpty(Object...) - Static method in class com.sun.faces.util.Util
Returns true if at least one value is empty.
isAnyNull(Object...) - Static method in class com.sun.faces.util.Util
 
isApplicationValid() - Method in class com.sun.faces.config.Verifier
 
isAppropriateListener(FacesListener) - Method in class jakarta.faces.event.ActionEvent
 
isAppropriateListener(FacesListener) - Method in class jakarta.faces.event.AjaxBehaviorEvent
Return true if this FacesListener is an instance of a the appropriate listener class that this event supports.
isAppropriateListener(FacesListener) - Method in class jakarta.faces.event.ComponentSystemEvent
Return true if the argument FacesListener is an instance of the appropriate listener class that this event supports.
isAppropriateListener(FacesListener) - Method in class jakarta.faces.event.FacesEvent
Return true if this FacesListener is an instance of a listener class that this event supports.
isAppropriateListener(FacesListener) - Method in class jakarta.faces.event.PostAddToViewEvent
Returns true if and only if the argument listener is an instance of SystemEventListener.
isAppropriateListener(FacesListener) - Method in class jakarta.faces.event.PreRemoveFromViewEvent
Returns true if and only if the argument listener is an instance of SystemEventListener.
isAppropriateListener(FacesListener) - Method in class jakarta.faces.event.SystemEvent
Return true if this FacesListener is an instance of a the appropriate listener class that this event supports.
isAppropriateListener(FacesListener) - Method in class jakarta.faces.event.ValueChangeEvent
 
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 record class jakarta.data.Sort
Indicates whether to sort the property in ascending order (true) or descending order (false).
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)
isBefore(String) - Method in class com.sun.faces.config.manager.documents.DocumentOrderingWrapper
 
isBeforeOrdered() - Method in class com.sun.faces.config.manager.documents.DocumentOrderingWrapper
 
isBeforeOthers() - Method in class com.sun.faces.config.manager.documents.DocumentOrderingWrapper
 
isBeforeValidity(Clock, boolean, Duration) - Method in interface jakarta.security.enterprise.identitystore.openid.JwtClaims
Check if JWT is before its defined validity
isBehaviorSource(FacesContext, String, String) - Method in class com.sun.faces.renderkit.html_basic.HtmlBasicRenderer
 
isBehaviorSource(FacesContext, String, String) - Method in class com.sun.faces.renderkit.html_basic.SelectManyCheckboxListRenderer
We override isBehaviorSource since the ID of the activated check box will have been augmented with the option number.
isBlank(String) - Static method in class com.sun.faces.util.Util
Returns true if the given string is null or is blank.
isBodyAssignableTo(Class) - Method in interface jakarta.jms.Message
Returns whether the message body is capable of being assigned to the specified type.
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.
isBuildingMetadata(FacesContext) - Static method in class com.sun.faces.application.view.FaceletViewHandlingStrategy
 
isBuildingNewComponentTree(FacesContext) - Static method in class com.sun.faces.facelets.tag.faces.ComponentSupport
 
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.
isBytes() - Method in class com.sun.faces.application.ViewHandlerResponseWrapper
 
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 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.
isChars() - Method in class com.sun.faces.application.ViewHandlerResponseWrapper
 
isChecked(FacesContext, UISelectOne, Object) - Method in class com.sun.faces.renderkit.html_basic.RadioRenderer
 
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).
isComitted() - Method in class com.sun.faces.application.WebPrintWriter
 
isComment() - Method in interface jakarta.xml.soap.Text
Retrieves whether this Text object represents a comment.
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.
isComplete() - Method in class jakarta.mail.internet.MimeMultipart
Return true if the final boundary line for this multipart was seen.
isCompositeComponent(UIComponent) - Static method in class jakarta.faces.component.UIComponent
Return true if component is a composite component, otherwise false.
isCompositeComponentExpr(String) - Static method in class com.sun.faces.el.ELUtils
 
isCompositeComponentLookupWithArgs(String) - Static method in class com.sun.faces.el.ELUtils
 
isCompositeComponentMethodExprLookup(String) - Static method in class com.sun.faces.el.ELUtils
 
isCompoundSelection() - Method in interface jakarta.persistence.criteria.Selection
Whether the selection item is a compound selection.
isCompressable() - Method in class com.sun.faces.application.resource.ClientResourceInfo
 
isConnected() - Method in class jakarta.faces.component.UIWebsocket
Returns whether to (auto)connect the websocket or not.
isConnected() - Method in class jakarta.mail.Service
Is this service currently connected?
isConstructor() - Method in interface jakarta.enterprise.lang.model.declarations.MethodInfo
Returns whether this method is, in fact, a constructor.
isConsumeCDATA(String) - Method in class com.sun.faces.config.FaceletsConfiguration
 
isConsumeComments(String) - Method in class com.sun.faces.config.FaceletsConfiguration
 
isContextSupported(Class<? extends WorkContext>) - Method in interface jakarta.resource.spi.BootstrapContext
A resource adapter can check an application server's support for a particular WorkContext type through this method.
isContractsResource(String) - Method in class com.sun.faces.application.resource.ResourceManager
 
isContractsResource(URL) - Method in class com.sun.faces.facelets.impl.DefaultFaceletFactory
Returns true if given url is a contracts resource.
isCorrelated() - Method in interface jakarta.persistence.criteria.From
Whether the From object has been obtained as a result of correlation (use of a Subquery.correlate(jakarta.persistence.criteria.Root<Y>) method).
isCurrentThreadShutdown() - Static method in class jakarta.enterprise.concurrent.ManagedExecutors
Utility method for checking the isShutdown() value of the current thread if it is a ManageableThread created from ManagedThreadFactory.newThread().
isDataFlavorSupported(ActivationDataFlavor) - Method in class jakarta.activation.DataHandler
Returns whether the specified data flavor is supported for this object.
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() - Element in annotation interface jakarta.faces.validator.FacesValidator
If true, the validator id for this annotation is added to the list of default validators by a call to Application.addDefaultValidatorId(java.lang.String).
isDefault() - Method in class jakarta.faces.validator.FacesValidator.Literal
 
isDefaultEvent() - Method in class com.sun.faces.facelets.tag.composite.BehaviorHolderAttachedObjectTargetImpl
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 a MethodExpression so that expression evaluation can be deferred.
isDeferredValue() - Method in class jakarta.servlet.jsp.tagext.TagAttributeInfo
Returns true if this attribute is to be passed a ValueExpression so that expression evaluation can be deferred.
isDelegate() - Method in interface jakarta.enterprise.inject.spi.InjectionPoint
Determines if the injection point is a decorator delegate injection point.
isDeliveryTransacted(Method) - Method in interface jakarta.resource.spi.endpoint.MessageEndpointFactory
This is used to find out whether message deliveries to a target method on a message listener interface that is implemented by a message endpoint or a target method in the Class returned by the getBeanClass method, will be transacted or not.
isDescending() - Method in record class jakarta.data.Sort
Indicates whether to sort the property in descending order (true) or ascending order (false).
isDevModeEnabled() - Method in class com.sun.faces.application.ApplicationAssociate
 
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 com.sun.faces.facelets.tag.composite.RetargetedAjaxBehavior
 
isDisabled() - Method in class com.sun.faces.renderkit.html_basic.HtmlBasicRenderer.OptionComponentInfo
 
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.
isDoNotCache() - Method in class com.sun.faces.application.resource.ResourceInfo
 
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.
isDuplicateNamedEvent(String) - Method in class com.sun.faces.application.NamedEventManager
 
isElement(Object) - Method in class jakarta.xml.bind.JAXBIntrospector
Return true if object represents a Jakarta XML Binding element.
isEmpty() - Method in class com.sun.faces.config.initfacescontext.NoOpFlash
 
isEmpty() - Method in class com.sun.faces.context.flash.ELFlash
 
isEmpty() - Method in class com.sun.faces.util.MetadataWrapperMap
 
isEmpty() - Method in class com.sun.faces.util.MostlySingletonSet
 
isEmpty() - Method in class com.sun.faces.util.MultiKeyConcurrentHashMap
 
isEmpty() - Method in class jakarta.activation.MimeTypeParameterList
Determine whether or not this list is empty.
isEmpty() - Method in class jakarta.faces.context.FlashWrapper
The default behavior of this method is to call Map.isEmpty() on the wrapped Flash object.
isEmpty() - 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 com.sun.faces.util.Util
Returns true if the given value is null or is empty.
isEmpty(Object) - Static method in class jakarta.faces.component.UIInput
Is the value denoting an empty value.
isEmpty(Object[]) - Static method in class com.sun.faces.util.Util
Returns true if the given array is null or is empty.
isEmpty(String) - Static method in class com.sun.faces.util.Util
Returns true if the given string is null or is empty.
isEmpty(Collection<?>) - Static method in class com.sun.faces.util.Util
Returns true if the given collection is null or is empty.
isEmptyElement(String) - Static method in class com.sun.faces.util.HtmlUtils
 
isEnabled() - Method in class com.sun.faces.component.validator.ComponentValidators.ValidatorInfo
 
isEnabled() - Method in class jakarta.xml.ws.WebServiceFeature
Returns true if this feature is enabled.
isEnabled(Feature) - Method in interface jakarta.ws.rs.core.Configuration
Check if a particular feature instance has been previously enabled in the runtime configuration context.
isEnabled(Class<? extends Feature>) - Method in interface jakarta.ws.rs.core.Configuration
Check if a feature instance of featureClass class has been previously enabled in the runtime configuration context.
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.
isErrorPagePresent() - Method in class com.sun.faces.application.ApplicationAssociate
 
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.
isEscapeInlineText(FacesContext) - Method in class com.sun.faces.config.FaceletsConfiguration
 
isEven() - Method in class com.sun.faces.facelets.tag.IterationStatus
 
isExcluded(String) - Method in class com.sun.faces.config.configprovider.BaseWebConfigResourceProvider
 
isExcluded(Permission) - Method in interface jakarta.security.jacc.Policy
This method checks whether the permission represented by the @{permissionToBeChecked} parameter is excluded by this policy.
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 com.sun.faces.context.PartialViewContextImpl
 
isExecuteAll() - Method in class jakarta.faces.context.PartialViewContext
Return true if PartialViewContext.isAjaxRequest() returns true and PartialViewContext.PARTIAL_EXECUTE_PARAM_NAME is present in the current request with the value PartialViewContext.ALL_PARTIAL_PHASE_CLIENT_IDS.
isExecuteAll() - Method in class jakarta.faces.context.PartialViewContextWrapper
The default behavior of this method is to call PartialViewContext.isExecuteAll() on the wrapped PartialViewContext object.
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
isExpired(K, V) - Method in interface com.sun.faces.util.ExpiringConcurrentCache.ExpiryChecker
Checks whether a cached object expired
isExpunged() - Method in class jakarta.mail.Message
Checks whether this message is expunged.
isFaceletCached(URL) - Method in class jakarta.faces.view.facelets.FaceletCache
Determines whether a cached Facelet instance exists for this URL.
isFacesJsInstalled(FacesContext) - Static method in class com.sun.faces.renderkit.RenderKitUtils
 
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 class com.sun.faces.facelets.tag.IterationStatus
 
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.
isFormattedOutput() - Method in class jakarta.xml.bind.helpers.AbstractMarshallerImpl
Convenience method for getting the formatted output flag.
isFragment() - Method in class jakarta.servlet.jsp.tagext.TagAttributeInfo
Whether this attribute is of type JspFragment.
isFragment() - Method in class jakarta.xml.bind.helpers.AbstractMarshallerImpl
Convenience method for getting the fragment flag.
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.
isGlobalScope() - Method in class jakarta.xml.bind.JAXBElement
Returns true iff this xml element declaration is global.
isGroup() - Method in class jakarta.mail.internet.InternetAddress
Indicates whether this address is an RFC 822 group address.
isGroupingUsed() - Method in class jakarta.faces.convert.NumberConverter
Return true if getAsString should include grouping separators if necessary.
isGuardSet(FacesContext, Class<? extends SystemEvent>) - Method in class com.sun.faces.application.applicationimpl.events.ReentrantLisneterInvocationGuard
 
isHasFlows() - Method in class com.sun.faces.config.WebConfiguration
 
isHideNoSelection() - Method in class com.sun.faces.renderkit.html_basic.HtmlBasicRenderer.OptionComponentInfo
 
isHideNoSelection(UIComponent) - Static method in class com.sun.faces.renderkit.html_basic.MenuRenderer
 
isHintSet(SearchExpressionContext, SearchExpressionHint) - Method in class com.sun.faces.component.search.AbstractSearchKeywordResolverImpl
 
isHintSet(SearchExpressionContext, SearchExpressionHint) - Method in class com.sun.faces.component.search.SearchExpressionHandlerImpl
 
isHttpOnly() - Method in class jakarta.servlet.http.Cookie
Checks whether this Cookie has been marked as HttpOnly.
isHttpOnly() - Method in interface jakarta.servlet.SessionCookieConfig
Checks if the session tracking cookies created on behalf of the application represented by the ServletContext from which this SessionCookieConfig was acquired will be marked as HttpOnly.
isHttpOnly() - Method in class jakarta.ws.rs.core.NewCookie
Returns true if this cookie contains the HttpOnly attribute.
isId() - Method in interface jakarta.persistence.metamodel.SingularAttribute
Is the attribute an id attribute? This method returns true if the attribute is a simple id, an embedded id, or an attribute of an id class.
isIdentical(EJBLocalObject) - Method in interface jakarta.ejb.EJBLocalObject
Test if a given enterprise bean local object is identical to the invoked enterprise bean local object.
isIdentical(EJBObject) - Method in interface jakarta.ejb.EJBObject
Test if a given enterprise bean object is identical to the invoked enterprise bean object.
isIgnoreXmlConfiguration() - Method in interface jakarta.validation.spi.ConfigurationState
Returns true if Configuration.ignoreXmlConfiguration() has been called.
isImmediate() - Method in class com.sun.faces.facelets.tag.composite.RetargetedAjaxBehavior
 
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 is true, 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 com.sun.faces.facelets.tag.composite.RetargetedAjaxBehavior
 
isImmediateSet() - Method in class jakarta.faces.component.behavior.AjaxBehavior
Tests whether the immediate attribute is specified.
isImplicitPanel(UIComponent) - Static method in class com.sun.faces.facelets.tag.faces.ComponentSupport
 
isIncludeViewParams() - Method in class com.sun.faces.flow.builder.MutableNavigationCase
 
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.
isIncludeViewParams(UIComponent, NavigationCase) - Method in class com.sun.faces.renderkit.html_basic.OutcomeTargetRenderer
 
isInIterable() - Method in interface jakarta.validation.Path.Node
 
isInjectionFeatureAvailable(String) - Static method in class com.sun.faces.spi.DiscoverableInjectionProvider
 
isInstance(Object, Class<?>) - Method in interface jakarta.persistence.PersistenceUnitUtil
Return true if the given entity belonging to the persistence unit and to an open persistence context is an instance of the given entity class, or false otherwise.
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 from getAsObject().
isIntegral() - Method in interface jakarta.json.JsonNumber
Returns true if this JSON number is a integral number.
isIntegralNumber() - Method in interface jakarta.json.stream.JsonParser
Returns true if the JSON number at the current parser state is a integral number.
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 class com.sun.faces.util.ELAwareBeanManagerWrapper
 
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 com.sun.faces.facelets.tag.composite.BehaviorHolderWrapper
 
isInView() - Method in class jakarta.faces.component.UIComponent
Return true if this component is within the view hierarchy otherwise false
isInView() - Method in class jakarta.faces.component.UIViewRoot
Override superclass method to always return true because a UIViewRoot is defined to always be in a view.
isIsmap() - Method in class jakarta.faces.component.html.HtmlGraphicImage
Return the value of the ismap property.
isISO8859_1encoding(String) - Static method in class com.sun.faces.util.HtmlUtils
 
isItemDisabled() - Method in class com.sun.faces.renderkit.html_basic.RadioRenderer.GroupSelectItem
 
isItemDisabled() - Method in class jakarta.faces.component.UISelectItem
Return the disabled setting for this selection item.
isItemEscaped() - Method in class com.sun.faces.renderkit.html_basic.RadioRenderer.GroupSelectItem
 
isItemEscaped() - Method in class jakarta.faces.component.UISelectItem
Return the escape setting for the label of this selection item.
isIterating(FaceletContext) - Method in class com.sun.faces.facelets.tag.faces.ComponentTagHandlerDelegateImpl
 
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 com.sun.faces.config.initfacescontext.NoOpFlash
 
isKeepMessages() - Method in class com.sun.faces.context.flash.ELFlash
 
isKeepMessages() - Method in class jakarta.faces.context.Flash
Return the value of this JavaBeans property for the flash for this session.
isKeepMessages() - Method in class jakarta.faces.context.FlashWrapper
The default behavior of this method is to call Flash.isKeepMessages() on the wrapped Flash object.
isKeywordResolved() - Method in class jakarta.faces.component.search.SearchKeywordContext
Returns if the keyword was resolved.
isLambdaArgument(String) - Method in class jakarta.el.ELContext
Inquires if the name is a LambdaArgument
isLast() - Method in class com.sun.faces.facelets.tag.IterationStatus
 
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 com.sun.faces.component.search.CompositeSearchKeywordResolver
 
isLeaf(SearchExpressionContext, String) - Method in class com.sun.faces.component.search.SearchKeywordResolverImplAll
 
isLeaf(SearchExpressionContext, String) - Method in class com.sun.faces.component.search.SearchKeywordResolverImplNone
 
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 com.sun.faces.application.ValidateComponentNesting
 
isListenerForSource(Object) - Method in class com.sun.faces.application.view.ViewScopeEventListener
Is listener for.
isListenerForSource(Object) - Method in class com.sun.faces.application.view.ViewScopeManager
Is a listener for the given source.
isListenerForSource(Object) - Method in class com.sun.faces.context.ExceptionHandlerImpl
 
isListenerForSource(Object) - Method in class com.sun.faces.context.StateContext.DynamicAddRemoveListener
Are we listening for these particular changes.
isListenerForSource(Object) - Method in class com.sun.faces.context.StateContext.NoopAddRemoveListener
Are we listening for these particular changes.
isListenerForSource(Object) - Method in class com.sun.faces.context.StateContext.StatelessAddRemoveListener
Are we listening for these particular changes.
isListenerForSource(Object) - Method in class com.sun.faces.push.WebsocketFacesListener
Only listens on UIViewRoot.
isListenerForSource(Object) - Method in class jakarta.faces.context.ExceptionHandler
This method must return true if and only if this listener instance is interested in receiving events from the instance referenced by the source parameter.
isListenerForSource(Object) - Method in class jakarta.faces.context.ExceptionHandlerWrapper
The default behavior of this method is to call ExceptionHandler.isListenerForSource(Object) on the wrapped ExceptionHandler object.
isListenerForSource(Object) - Method in interface jakarta.faces.event.SystemEventListener
This method must return true if and only if this listener instance is interested in receiving events from the instance referenced by the source parameter.
isLiteral() - Method in class com.sun.faces.facelets.compiler.XMLInstruction
 
isLiteral() - Method in class com.sun.faces.facelets.el.ELText
If it's literal text
isLiteral() - Method in class com.sun.faces.facelets.tag.TagAttributeImpl
If this TagAttributeImpl is literal (not #{..} or ${..})
isLiteral() - Method in class jakarta.faces.view.facelets.TagAttribute
If this TagAttribute is literal (not #{..} or ${..})
isLiteral(String) - Static method in class com.sun.faces.facelets.el.ELText
Parses the passed string to determine if it's literal or not
isLiteralText() - Method in class com.sun.faces.facelets.el.ContextualCompositeMethodExpression
 
isLiteralText() - Method in class com.sun.faces.facelets.el.ContextualCompositeValueExpression
 
isLiteralText() - Method in class com.sun.faces.facelets.el.TagMethodExpression
 
isLiteralText() - Method in class com.sun.faces.facelets.el.TagValueExpression
 
isLiteralText() - Method in class com.sun.faces.facelets.tag.jstl.core.IndexedValueExpression
 
isLiteralText() - Method in class com.sun.faces.facelets.tag.jstl.core.IteratedValueExpression
 
isLiteralText() - Method in class com.sun.faces.facelets.tag.jstl.core.IterationStatusExpression
 
isLiteralText() - Method in class com.sun.faces.facelets.tag.jstl.core.MappedValueExpression
 
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(E, Attribute<? super E, ?>) - Method in interface jakarta.persistence.PersistenceUnitUtil
Determine the load state of a given persistent attribute of an entity belonging to the persistence unit.
isLoaded(Object) - Method in interface jakarta.persistence.PersistenceUnitUtil
Determine the load state of an entity belonging to the persistence unit.
isLoaded(Object) - Method in interface jakarta.persistence.PersistenceUtil
Determine the load state of an entity.
isLoaded(Object) - Method in interface jakarta.persistence.spi.ProviderUtil
If the provider determines that the entity has been provided by itself and that the state of all attributes for which FetchType.EAGER has been specified have been loaded, this method returns LoadState.LOADED.
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 - Enum constant in enum class jakarta.faces.component.html.HtmlGraphicImage.PropertyKeys
 
isMatchingBean(Set<Type>, Set<Annotation>, Type, Set<Annotation>) - Method in interface jakarta.enterprise.inject.spi.BeanContainer
Returns true if a bean with given bean types and qualifiers would be assignable to an injection point with given required type and required qualifiers, false otherwise.
isMatchingEvent(Type, Set<Annotation>, Type, Set<Annotation>) - Method in interface jakarta.enterprise.inject.spi.BeanContainer
Returns true if an event with given specified type and specified qualifiers would match an observer method with given observed event type and observed event qualifiers, false otherwise.
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.
isMetadataComplete() - Method in class com.sun.faces.config.manager.FacesConfigInfo
 
isMethod() - Method in interface jakarta.enterprise.lang.model.declarations.DeclarationInfo
Returns whether this declaration is a method.
isMimeType(String) - Method in class jakarta.mail.internet.MimeBodyPart
Is this Part of the specified MIME type? This method compares only the primaryType and subType.
isMimeType(String) - Method in class jakarta.mail.internet.MimeMessage
Is this Part of the specified MIME type? This method compares only the primaryType and subType.
isMimeType(String) - Method in interface jakarta.mail.Part
Is this Part of the specified MIME type? This method compares only the primaryType and subType.
isMimeTypeEqual(String) - Method in class jakarta.activation.ActivationDataFlavor
Is the string representation of the MIME type passed in equivalent to the MIME type of this ActivationDataFlavor.
isMTOMEnabled() - Method in interface jakarta.xml.ws.soap.SOAPBinding
Returns true if the use of MTOM is enabled.
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 Predicate.not() or by calling CriteriaBuilder.not(jakarta.persistence.criteria.Expression<java.lang.Boolean>).
isNestedAnnotation() - Method in interface jakarta.enterprise.lang.model.AnnotationMember
 
isNestedInIterator(FacesContext, UIComponent) - Static method in class com.sun.faces.util.Util
 
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.
isNew(FacesContext, UIWebsocket) - Static method in class com.sun.faces.push.WebsocketFacesListener
 
isNewAuthentication() - Method in class jakarta.security.enterprise.authentication.mechanism.http.AuthenticationParameters
Whether a new authentication dialog is required.
isNil() - Method in class jakarta.xml.bind.JAXBElement
Returns true iff this element instance content model is nil.
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 class com.sun.faces.util.ELAwareBeanManagerWrapper
 
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 com.sun.faces.renderkit.html_basic.RadioRenderer.GroupSelectItem
 
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.
isNotRenderingResponse(FacesContext) - Static method in class com.sun.faces.facelets.tag.faces.ComponentSupport
Returns true if the given faces context is not FacesContext.isReleased(), and its current phase ID is not PhaseId.RENDER_RESPONSE.
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 is JsonValue.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 is JsonValue.NULL.
isNullable() - Method in class com.sun.faces.cdi.ApplicationMapProducer
 
isNullable() - Method in class com.sun.faces.cdi.ApplicationProducer
 
isNullable() - Method in class com.sun.faces.cdi.ComponentProducer
 
isNullable() - Method in class com.sun.faces.cdi.CompositeComponentProducer
 
isNullable() - Method in class com.sun.faces.cdi.DataModelClassesMapProducer
 
isNullable() - Method in class com.sun.faces.cdi.ExternalContextProducer
 
isNullable() - Method in class com.sun.faces.cdi.FacesContextProducer
 
isNullable() - Method in class com.sun.faces.cdi.FlashProducer
 
isNullable() - Method in class com.sun.faces.cdi.FlowMapProducer
 
isNullable() - Method in class com.sun.faces.cdi.FlowProducer
 
isNullable() - Method in class com.sun.faces.cdi.HeaderMapProducer
 
isNullable() - Method in class com.sun.faces.cdi.HeaderValuesMapProducer
 
isNullable() - Method in class com.sun.faces.cdi.InitParameterMapProducer
 
isNullable() - Method in class com.sun.faces.cdi.ManagedPropertyProducer
 
isNullable() - Method in class com.sun.faces.cdi.RequestCookieMapProducer
 
isNullable() - Method in class com.sun.faces.cdi.RequestMapProducer
 
isNullable() - Method in class com.sun.faces.cdi.RequestParameterMapProducer
 
isNullable() - Method in class com.sun.faces.cdi.RequestParameterValuesMapProducer
 
isNullable() - Method in class com.sun.faces.cdi.RequestProducer
 
isNullable() - Method in class com.sun.faces.cdi.ResourceHandlerProducer
 
isNullable() - Method in class com.sun.faces.cdi.SessionMapProducer
 
isNullable() - Method in class com.sun.faces.cdi.SessionProducer
 
isNullable() - Method in class com.sun.faces.cdi.ViewMapProducer
 
isNullable() - Method in class com.sun.faces.cdi.ViewProducer
 
isOdd() - Method in class com.sun.faces.facelets.tag.IterationStatus
 
isOK() - Method in class jakarta.websocket.SendResult
Determines if this result is ok or not.
isolationLevel() - Element in annotation interface jakarta.annotation.sql.DataSourceDefinition
Isolation level for connections.
isOneOf(T, T...) - Static method in class com.sun.faces.util.Util
Returns true if the given object equals one of the given objects.
isOnPostback() - Method in class jakarta.faces.component.UIViewAction
If true this component will operate on postback.
isOpen() - Method in class jakarta.mail.Folder
Indicates whether this Folder is in the 'open' state.
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?
isOptionEnabled(WebConfiguration.BooleanWebContextInitParameter) - Method in class com.sun.faces.config.WebConfiguration
Obtain the value of the specified boolean parameter
isOrdered() - Method in class com.sun.faces.config.manager.documents.DocumentOrderingWrapper
 
isOutputHtml5Doctype(FacesContext) - Static method in class com.sun.faces.renderkit.RenderKitUtils
Returns true if the view root associated with the given faces context will be rendered with a HTML5 doctype.
isOutputHtml5Doctype(String) - Method in class com.sun.faces.config.FaceletsConfiguration
 
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.
isPartialOrBehaviorAction(FacesContext, String) - Static method in class com.sun.faces.renderkit.RenderKitUtils
 
isPartialRequest() - Method in class com.sun.faces.context.PartialViewContextImpl
 
isPartialRequest() - Method in class jakarta.faces.context.PartialViewContext
Return true PartialViewContext.isAjaxRequest() returns true or if the request header Faces-Request is present with the value partial/process.
isPartialRequest() - Method in class jakarta.faces.context.PartialViewContextWrapper
The default behavior of this method is to call PartialViewContext.isPartialRequest() on the wrapped PartialViewContext object.
isPartialStateSaving(FacesContext, String) - Method in class com.sun.faces.context.StateContext
 
isPassivatingScope(Class<? extends Annotation>) - Method in class com.sun.faces.util.ELAwareBeanManagerWrapper
 
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 com.sun.faces.component.search.CompositeSearchKeywordResolver
 
isPassthrough(SearchExpressionContext, String) - Method in class com.sun.faces.component.search.SearchKeywordResolverImplAll
 
isPassthrough(SearchExpressionContext, String) - Method in class com.sun.faces.component.search.SearchKeywordResolverImplForm
 
isPassthrough(SearchExpressionContext, String) - Method in class com.sun.faces.component.search.SearchKeywordResolverImplNone
 
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 com.sun.faces.component.search.SearchExpressionHandlerImpl
 
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 class 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.
isPortletRequest(FacesContext) - Static method in class com.sun.faces.util.Util
Convenience method for determining if the request associated with the specified FacesContext is a PortletRequest submitted by the JSR-301 bridge.
isPostback() - Method in class com.sun.faces.context.FacesContextImpl
 
isPostback() - Method in class jakarta.faces.context.FacesContext
This utility method simply returns the result of ResponseStateManager.isPostback(FacesContext).
isPostback() - Method in class jakarta.faces.context.FacesContextWrapper
The default behavior of this method is to call FacesContext.isPostback() on the wrapped FacesContext object.
isPostback(FacesContext) - Method in class com.sun.faces.renderkit.ResponseStateManagerImpl
 
isPostback(FacesContext) - Method in class jakarta.faces.render.ResponseStateManager
Return true if the current request is a postback.
isPrefixMapped(String) - Static method in class com.sun.faces.util.Util
Returns true if the provided url-mapping is a prefix path mapping (starts with /).
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.
isProcessCurrentDocumentAsFaceletsXhtml(String) - Method in class com.sun.faces.config.FaceletsConfiguration
 
isProcessingBroadcast(FacesContext) - Static method in class jakarta.faces.component.UIViewAction
Returns true if the current request processing lifecycle is in the midst of processing the broadcast of an event queued during a call to UIViewAction.decode(jakarta.faces.context.FacesContext).
isProcessingEvents() - Method in class jakarta.faces.context.FacesContext
Returns a flag indicating whether or not the runtime should publish events when asked to do so.
isProcessingEvents() - Method in class jakarta.faces.context.FacesContextWrapper
The default behavior of this method is to call FacesContext.isProcessingEvents() on the wrapped FacesContext object.
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 com.sun.faces.config.InitFacesContext
 
isProjectStage(ProjectStage) - Method in class jakarta.faces.context.FacesContext
Return true if the current ProjectStage as returned by the Application instance is equal to stage, otherwise return false
isProjectStage(ProjectStage) - Method in class jakarta.faces.context.FacesContextWrapper
The default behavior of this method is to call FacesContext.isProjectStage(jakarta.faces.application.ProjectStage) on the wrapped FacesContext object.
isPropertyResolved() - Method in class jakarta.el.ELContext
Returns whether an ELResolver has successfully resolved a given (base, property) pair.
isProtected() - Method in interface jakarta.security.auth.message.config.AuthConfig
Used to determine whether the authentication context configuration object encapsulates any protected authentication contexts.
isProtected() - Method in interface jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContext
Checks if the currently requested resource is protected or not.
isProtected() - Method in class jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
 
isProviderFor(Class<?>) - Method in interface jakarta.ws.rs.client.RxInvokerProvider
Determine if this is a provider for the given RxInvoker subclass.
isProxyRevalidate() - Method in class jakarta.ws.rs.core.CacheControl
Corresponds to the proxy-revalidate cache control directive.
isPublished() - Method in class jakarta.xml.ws.Endpoint
Returns true if the endpoint is in the published state.
isQualifier(Class<? extends Annotation>) - Method in class com.sun.faces.util.ELAwareBeanManagerWrapper
 
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 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 com.sun.faces.facelets.el.ContextualCompositeValueExpression
 
isReadOnly(ELContext) - Method in class com.sun.faces.facelets.el.TagValueExpression
 
isReadOnly(ELContext) - Method in class com.sun.faces.facelets.tag.jstl.core.IndexedValueExpression
 
isReadOnly(ELContext) - Method in class com.sun.faces.facelets.tag.jstl.core.IteratedValueExpression
 
isReadOnly(ELContext) - Method in class com.sun.faces.facelets.tag.jstl.core.IterationStatusExpression
 
isReadOnly(ELContext) - Method in class com.sun.faces.facelets.tag.jstl.core.MappedValueExpression
 
isReadOnly(ELContext) - Method in class jakarta.el.ValueExpression
Evaluates the expression relative to the provided context, and returns true if a call to ValueExpression.setValue(jakarta.el.ELContext, java.lang.Object) will always fail.
isReadOnly(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 com.sun.faces.context.flash.FlashELResolver
Returns true because write operations take place via the MapELResolver on the actual ELFlash instance.
isReadOnly(ELContext, Object, Object) - Method in class com.sun.faces.el.ChainTypeCompositeELResolver
 
isReadOnly(ELContext, Object, Object) - Method in class com.sun.faces.el.CompositeComponentAttributesELResolver
Readonly, so return true
isReadOnly(ELContext, Object, Object) - Method in class com.sun.faces.el.DemuxCompositeELResolver
 
isReadOnly(ELContext, Object, Object) - Method in class com.sun.faces.el.EmptyStringToNullELResolver
 
isReadOnly(ELContext, Object, Object) - Method in class com.sun.faces.el.FacesResourceBundleELResolver
 
isReadOnly(ELContext, Object, Object) - Method in class com.sun.faces.el.ResourceELResolver
 
isReadOnly(ELContext, Object, Object) - Method in class com.sun.faces.el.ScopedAttributeELResolver
 
isReadOnly(ELContext, Object, Object) - Method in class jakarta.el.ArrayELResolver
If the base object is a Java language array, returns whether a call to ArrayELResolver.setValue(jakarta.el.ELContext, java.lang.Object, java.lang.Object, java.lang.Object) will always fail.
isReadOnly(ELContext, Object, Object) - Method in class jakarta.el.BeanELResolver
If the base object is not null, returns whether a call to BeanELResolver.setValue(jakarta.el.ELContext, java.lang.Object, java.lang.Object, java.lang.Object) will always fail.
isReadOnly(ELContext, Object, Object) - Method in class jakarta.el.BeanNameELResolver
If the base is null and the property is a name resolvable by the BeanNameResolver, attempts to determine if the bean is writable.
isReadOnly(ELContext, Object, Object) - Method in class jakarta.el.CompositeELResolver
For a given base and property, attempts to determine whether a call to CompositeELResolver.setValue(jakarta.el.ELContext, java.lang.Object, java.lang.Object, java.lang.Object) will always fail.
isReadOnly(ELContext, Object, Object) - Method in class jakarta.el.ELResolver
For a given base and property, attempts to determine whether a call to ELResolver.setValue(jakarta.el.ELContext, java.lang.Object, java.lang.Object, java.lang.Object) will always fail.
isReadOnly(ELContext, Object, Object) - Method in class jakarta.el.ListELResolver
If the base object is a list, returns whether a call to ListELResolver.setValue(jakarta.el.ELContext, java.lang.Object, java.lang.Object, java.lang.Object) will always fail.
isReadOnly(ELContext, Object, Object) - Method in class jakarta.el.MapELResolver
If the base object is a map, returns whether a call to MapELResolver.setValue(jakarta.el.ELContext, java.lang.Object, java.lang.Object, java.lang.Object) will always fail.
isReadOnly(ELContext, Object, Object) - Method in class jakarta.el.OptionalELResolver
For a given base and property, attempts to determine whether a call to ELResolver.setValue(jakarta.el.ELContext, java.lang.Object, java.lang.Object, java.lang.Object) will always fail.
isReadOnly(ELContext, Object, Object) - Method in class jakarta.el.RecordELResolver
If the base object is an instance of Record, always returns true.
isReadOnly(ELContext, Object, Object) - Method in class jakarta.el.ResourceBundleELResolver
If the base object is not null and an instanceof ResourceBundle, return true.
isReadOnly(ELContext, Object, Object) - Method in class jakarta.el.StaticFieldELResolver
Inquires whether the static field is writable.
isReadOnly(ELContext, Object, Object) - Method in class jakarta.el.TypeConverter
 
isReadOnly(ELContext, Object, Object) - Method in class jakarta.servlet.jsp.el.ImplicitObjectELResolver
If the base object is null, and the property matches the name of a JSP implicit object, returns true to indicate that implicit objects cannot be overwritten.
isReadOnly(ELContext, Object, Object) - Method in class jakarta.servlet.jsp.el.ImportELResolver
Always returns false since in normal usage ScopedAttributeELResolver will handle calls to ELResolver.isReadOnly(ELContext, Object, Object).
isReadOnly(ELContext, Object, Object) - Method in class jakarta.servlet.jsp.el.NotFoundELResolver
Always returns false since in normal usage ScopedAttributeELResolver will handle calls to ELResolver.isReadOnly(ELContext, Object, Object).
isReadOnly(ELContext, Object, Object) - Method in class jakarta.servlet.jsp.el.ScopedAttributeELResolver
If the base object is null, returns false to indicate that scoped attributes are never read-only.
isReadOnly(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 it is allowable to call a read() method.
isReady() - Method in class jakarta.servlet.ServletOutputStream
Returns true if it is allowable to call any method that may write data (i.e.
isReadyToCheckpoint() - Method in class jakarta.batch.api.chunk.AbstractCheckpointAlgorithm
Implement logic in this method to decide if a checkpoint should be taken now.
isReadyToCheckpoint() - Method in interface jakarta.batch.api.chunk.CheckpointAlgorithm
The isReadyToCheckpoint method is invoked by the batch runtime after each item is processed to determine if now is the time to checkpoint the current chunk.
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 com.sun.faces.config.initfacescontext.NoOpFlash
 
isRedirect() - Method in class com.sun.faces.context.flash.ELFlash
 
isRedirect() - Method in class com.sun.faces.flow.builder.MutableNavigationCase
 
isRedirect() - Method in class jakarta.faces.application.NavigationCase
Return the <redirect> value for this <navigation-case>.
isRedirect() - Method in class jakarta.faces.application.NavigationCaseWrapper
 
isRedirect() - Method in class jakarta.faces.context.Flash
Return the value of this property for the flash for this session.
isRedirect() - Method in class jakarta.faces.context.FlashWrapper
The default behavior of this method is to call Flash.isRedirect() on the wrapped Flash object.
isRedisplay() - Method in class jakarta.faces.component.html.HtmlInputSecret
Return the value of the redisplay property.
isRedisplay() - Method in class jakarta.faces.component.UIMessage
 
isRedisplay() - Method in class jakarta.faces.component.UIMessages
 
isRegistered(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 or features) 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 com.sun.faces.context.FacesContextImpl
 
isReleased() - Method in class jakarta.faces.context.FacesContext
Return a flag indicating if the resources associated with this FacesContext instance have been released.
isReleased() - Method in class jakarta.faces.context.FacesContextWrapper
The default behavior of this method is to call FacesContext.isReleased() on the wrapped FacesContext object.
isRememberMe() - Method in class jakarta.security.enterprise.authentication.mechanism.http.AuthenticationParameters
Whether "remember me" should be used.
isRememberMe() - Element in annotation interface 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() - Element in annotation interface 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
 
isRemoved() - Method in class jakarta.mail.event.MessageCountEvent
Indicates whether this event is the result of an explicit expunge by this client, or due to an expunge from external sources.
isRenderAll() - Method in class com.sun.faces.context.PartialViewContextImpl
 
isRenderAll() - Method in class jakarta.faces.context.PartialViewContext
Return true if PartialViewContext.isAjaxRequest() returns true and PartialViewContext.PARTIAL_RENDER_PARAM_NAME is present in the current request with the value PartialViewContext.ALL_PARTIAL_PHASE_CLIENT_IDS.
isRenderAll() - Method in class jakarta.faces.context.PartialViewContextWrapper
The default behavior of this method is to call PartialViewContext.isRenderAll() on the wrapped PartialViewContext object.
isRendered() - Method in class com.sun.faces.facelets.tag.composite.BehaviorHolderWrapper
 
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
Returns the if property of this component.
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.
isRequired() - Method in class jakarta.xml.ws.soap.AddressingFeature
If addressing is enabled, this property determines whether the endpoint requires WS-Addressing.
isResetFlowHandlerState(FacesContext) - Static method in class com.sun.faces.application.NavigationHandlerImpl
 
isResetValues() - Method in class com.sun.faces.context.PartialViewContextImpl
 
isResetValues() - Method in class com.sun.faces.facelets.tag.composite.RetargetedAjaxBehavior
 
isResetValues() - Method in class jakarta.faces.component.behavior.AjaxBehavior
Return the resetValues status of this behavior.
isResetValues() - Method in class jakarta.faces.context.PartialViewContext
Return true if the incoming request has a parameter named by the value of PartialViewContext.RESET_VALUES_PARAM_NAME and that value is true.
isResetValues() - Method in class jakarta.faces.context.PartialViewContextWrapper
The default behavior of this method is to call PartialViewContext.isResetValues() on the wrapped PartialViewContext object.
isResetValuesSet() - Method in class com.sun.faces.facelets.tag.composite.RetargetedAjaxBehavior
 
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 com.sun.faces.component.search.CompositeSearchKeywordResolver
 
isResolverForKeyword(SearchExpressionContext, String) - Method in class com.sun.faces.component.search.SearchKeywordResolverImplAll
 
isResolverForKeyword(SearchExpressionContext, String) - Method in class com.sun.faces.component.search.SearchKeywordResolverImplChild
 
isResolverForKeyword(SearchExpressionContext, String) - Method in class com.sun.faces.component.search.SearchKeywordResolverImplComposite
 
isResolverForKeyword(SearchExpressionContext, String) - Method in class com.sun.faces.component.search.SearchKeywordResolverImplForm
 
isResolverForKeyword(SearchExpressionContext, String) - Method in class com.sun.faces.component.search.SearchKeywordResolverImplId
 
isResolverForKeyword(SearchExpressionContext, String) - Method in class com.sun.faces.component.search.SearchKeywordResolverImplNamingContainer
 
isResolverForKeyword(SearchExpressionContext, String) - Method in class com.sun.faces.component.search.SearchKeywordResolverImplNext
 
isResolverForKeyword(SearchExpressionContext, String) - Method in class com.sun.faces.component.search.SearchKeywordResolverImplNone
 
isResolverForKeyword(SearchExpressionContext, String) - Method in class com.sun.faces.component.search.SearchKeywordResolverImplParent
 
isResolverForKeyword(SearchExpressionContext, String) - Method in class com.sun.faces.component.search.SearchKeywordResolverImplPrevious
 
isResolverForKeyword(SearchExpressionContext, String) - Method in class com.sun.faces.component.search.SearchKeywordResolverImplRoot
 
isResolverForKeyword(SearchExpressionContext, String) - Method in class com.sun.faces.component.search.SearchKeywordResolverImplThis
 
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.
isResourceExactMappedToFacesServlet(ExternalContext, String) - Static method in class com.sun.faces.util.Util
Checks if the FacesServlet is exact mapped to the given resource.
isResourceRendered(FacesContext, String, String) - Method in class jakarta.faces.application.ResourceHandler
Returns whether the resource as identified by given resource and library name has been rendered.
isResourceRendered(FacesContext, String, String) - Method in class jakarta.faces.application.ResourceHandlerWrapper
The default behavior of this method is to call ResourceHandler.isResourceRendered(FacesContext, String, String) on the wrapped ResourceHandler object.
isResourceRequest(FacesContext) - Method in class com.sun.faces.application.resource.ResourceHandlerImpl
 
isResourceRequest(FacesContext) - Method in class jakarta.faces.application.ResourceHandler
Return true if the current request is a resource request.
isResourceRequest(FacesContext) - Method in class jakarta.faces.application.ResourceHandlerWrapper
The default behavior of this method is to call ResourceHandler.isResourceRequest(jakarta.faces.context.FacesContext) on the wrapped ResourceHandler object.
isResourceURL(String) - Method in class jakarta.faces.application.ResourceHandler
Return true if the argument url contains the string given by the value of the constant ResourceHandler.RESOURCE_IDENTIFIER, false otherwise.
isResourceURL(String) - Method in class jakarta.faces.application.ResourceHandlerWrapper
The default behavior of this method is to call ResourceHandler.isResourceURL(java.lang.String) on the wrapped ResourceHandler object.
isResponseCommitted() - Method in class com.sun.faces.context.ExternalContextImpl
 
isResponseCommitted() - Method in class jakarta.faces.context.ExternalContext
Check if the current response has been committed.
isResponseCommitted() - Method in class jakarta.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.isResponseCommitted() on the wrapped ExternalContext object.
isResponseRendered() - Method in class com.sun.faces.application.ApplicationAssociate
 
isRowAvailable() - Method in class jakarta.faces.component.UIData
Return a flag indicating whether there is rowData available at the current rowIndex.
isRowAvailable() - Method in class jakarta.faces.model.ArrayDataModel
Return true if there is wrappedData available, and the current value of rowIndex is greater than or equal to zero, and less than the length of the array.
isRowAvailable() - Method in class jakarta.faces.model.CollectionDataModel
Return true if there is wrappedData available, and the current value of rowIndex is greater than or equal to zero, and less than the size of the list.
isRowAvailable() - Method in class jakarta.faces.model.DataModel
Return a flag indicating whether there is rowData available at the current rowIndex.
isRowAvailable() - Method in class jakarta.faces.model.IterableDataModel
Return a flag indicating whether there is rowData available at the current rowIndex.
isRowAvailable() - Method in class jakarta.faces.model.ListDataModel
Return true if there is wrappedData available, and the current value of rowIndex is greater than or equal to zero, and less than the size of the list.
isRowAvailable() - Method in class jakarta.faces.model.ResultSetDataModel
Return true if there is wrappedData available, and the result of calling absolute() on the underlying ResultSet, passing the current value of rowIndex plus one (to account for the fact that ResultSet uses one-relative indexing), returns true.
isRowAvailable() - Method in class jakarta.faces.model.ScalarDataModel
Return true if there is wrappedData available, and the current value of rowIndex is zero.
isRowHeader() - Method in class jakarta.faces.component.html.HtmlColumn
Return the value of the rowHeader property.
isRowStatePreserved() - Method in class com.sun.faces.facelets.component.UIRepeat
Returns whether row state is preserved as per UIRepeat.setRowStatePreserved(boolean).
isRowStatePreserved() - Method in class jakarta.faces.component.UIData
Return the value of the rowStatePreserved JavaBeans property.
isRunning() - Method in interface jakarta.enterprise.inject.se.SeContainer
Check if the container is running or was shut down
isSavingStateInClient(FacesContext) - Method in class jakarta.faces.application.StateManager
Method to determine if the state is saved on the client.
isSavingStateInClient(FacesContext) - Method in class jakarta.faces.application.StateManagerWrapper
The default behavior of this method is to call StateManager.isSavingStateInClient(jakarta.faces.context.FacesContext) on the wrapped StateManager object.
isScope(Class<? extends Annotation>) - Method in class com.sun.faces.util.ELAwareBeanManagerWrapper
 
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.
isScopeActive(Class<S>) - Static method in class com.sun.faces.cdi.CdiUtils
Returns true if given scope is active in current context.
isSecure() - Method in class com.sun.faces.context.ExternalContextImpl
 
isSecure() - Method in class jakarta.faces.context.ExternalContext
Returns a boolean indicating whether this request was made using a secure channel, such as HTTPS.
isSecure() - Method in class jakarta.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.isSecure() on the wrapped ExternalContext object.
isSecure() - Method in interface jakarta.servlet.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.
isSelected(FacesContext, UIComponent, Object, Object, Converter<?>) - Method in class com.sun.faces.renderkit.html_basic.MenuRenderer
 
isSensitiveHeader(String) - Method in class jakarta.servlet.http.HttpServlet
Is the provided HTTP request header considered sensitive and therefore should be excluded from the response to a TRACE request?
isSession() - Method in interface jakarta.ejb.EJBMetaData
Test if the enterprise bean's type is "session".
isSet(WebConfiguration.BooleanWebContextInitParameter) - Method in class com.sun.faces.config.WebConfiguration
 
isSet(WebConfiguration.WebContextInitParameter) - Method in class com.sun.faces.config.WebConfiguration
 
isSet(Flags.Flag) - Method in class jakarta.mail.internet.MimeMessage
Check whether the flag specified in the flag argument is set in this message.
isSet(Flags.Flag) - Method in class jakarta.mail.Message
Check whether the flag specified in the flag argument is set in this message.
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 of ManagedThreadFactory has been marked for shut down.
isSpecialAttributeName(String) - Static method in class com.sun.faces.util.Util
 
isStateless(FacesContext, String) - Method in class com.sun.faces.renderkit.ClientSideStateHelper
Is stateless.
isStateless(FacesContext, String) - Method in class com.sun.faces.renderkit.ResponseStateManagerImpl
 
isStateless(FacesContext, String) - Method in class com.sun.faces.renderkit.ServerSideStateHelper
Is stateless.
isStateless(FacesContext, String) - Method in class com.sun.faces.renderkit.StateHelper
 
isStateless(FacesContext, String) - Method in class jakarta.faces.render.ResponseStateManager
isStatelessSession() - Method in interface jakarta.ejb.EJBMetaData
Test if the enterprise bean's type is "stateless session".
isStatic() - Method in interface jakarta.enterprise.inject.spi.AnnotatedMember
Determines if the member is static.
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 class com.sun.faces.util.ELAwareBeanManagerWrapper
 
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.
isSubscribed() - Method in class jakarta.mail.Folder
Returns true if this Folder is subscribed.
issuer() - Element in annotation interface 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 com.sun.faces.facelets.tag.MetadataTargetImpl
 
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.
isTestTrue(FaceletContext) - Method in class com.sun.faces.facelets.tag.jstl.core.ChooseWhenHandler
 
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 class com.sun.faces.cdi.CdiConverter
Is the converter transient.
isTransient() - Method in class com.sun.faces.cdi.CdiValidator
Is the validator transient.
isTransient() - Method in class com.sun.faces.ext.component.UIValidateWholeBean
 
isTransient() - Method in class com.sun.faces.facelets.compiler.UILeaf
 
isTransient() - Method in class com.sun.faces.facelets.tag.composite.BehaviorHolderWrapper
 
isTransient() - Method in class com.sun.faces.facelets.tag.composite.RetargetedAjaxBehavior
 
isTransient() - Method in class com.sun.faces.util.ComponentStruct
 
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
 
isTrimmingComments() - Method in class com.sun.faces.facelets.compiler.Compiler
 
isTrimmingWhitespace() - Method in class com.sun.faces.facelets.compiler.Compiler
 
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
 
isTypeSubstituted() - Method in class jakarta.xml.bind.JAXBElement
Returns true iff this xml element instance's value has a different type than xml element declaration's declared type.
isTypeVariable() - Method in interface jakarta.enterprise.lang.model.types.Type
Returns whether this type is a type variable.
isUnchecked(Permission) - Method in interface jakarta.security.jacc.Policy
This method checks whether the permission represented by the @{permissionToBeChecked} parameter is unchecked by this policy.
isUnitTestModeEnabled() - Static method in class com.sun.faces.util.Util
 
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 com.sun.faces.config.initfacescontext.ServletContextAdapter
 
isUserInRole(String) - Method in class com.sun.faces.context.ExternalContextImpl
 
isUserInRole(String) - Method in class jakarta.faces.context.ExternalContext
Return true if the currently authenticated user is included in the specified role.
isUserInRole(String) - Method in class jakarta.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.isUserInRole(String) on the wrapped ExternalContext object.
isUserInRole(String) - Method in interface jakarta.servlet.http.HttpServletRequest
Returns a boolean indicating whether the authenticated user is included in the specified logical "role".
isUserInRole(String) - Method in class jakarta.servlet.http.HttpServletRequestWrapper
The default behavior of this method is to return isUserInRole(String role) on the wrapped request object.
isUserInRole(String) - Method in interface jakarta.websocket.server.HandshakeRequest
Checks whether the current user is in the given role.
isUserInRole(String) - Method in interface jakarta.ws.rs.core.SecurityContext
Returns a boolean indicating whether the authenticated user is included in the specified logical "role".
isUserInRole(String) - Method in class jakarta.xml.ws.spi.http.HttpExchange
Indicates whether an authenticated user is included in the specified logical "role".
isUserInRole(String) - Method in interface jakarta.xml.ws.WebServiceContext
Returns a boolean indicating whether the authenticated user is included in the specified logical role.
isUTFencoding(String) - Static method in class com.sun.faces.util.HtmlUtils
 
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.
isValidating() - Method in class com.sun.faces.facelets.compiler.Compiler
 
isValidationFailed() - Method in class com.sun.faces.config.initfacescontext.NoOpFacesContext
 
isValidationFailed() - Method in class com.sun.faces.context.FacesContextImpl
 
isValidationFailed() - Method in class jakarta.faces.context.FacesContext
Return true if the validationFailed() method has been called for the current request.
isValidationFailed() - Method in class jakarta.faces.context.FacesContextWrapper
The default behavior of this method is to call FacesContext.isValidationFailed() on the wrapped FacesContext object.
isValidExpression(SearchExpressionContext, String) - Method in class com.sun.faces.component.search.SearchExpressionHandlerImpl
 
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?
isVersionGreaterOrEqual(double) - Method in class com.sun.faces.config.manager.FacesConfigInfo
 
isViewIdExactMappedToFacesServlet(String) - Static method in class com.sun.faces.util.Util
Checks if the FacesServlet is exact mapped to the given resource.
isViewMetadataFaceletCached(URL) - Method in class jakarta.faces.view.facelets.FaceletCache
Determines whether a cached View Metadata Facelet instance exists for this URL.
isViewPopulated(FacesContext, UIViewRoot) - Static method in class com.sun.faces.util.Util
 
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.
isWebInfFacesConfig() - Method in class com.sun.faces.config.manager.FacesConfigInfo
 
isWhiteSpace(char) - Static method in class jakarta.xml.bind.annotation.adapters.CollapsedStringAdapter
returns true if the specified char is a white space character.
isWhiteSpaceExceptSpace(char) - Static method in class jakarta.xml.bind.annotation.adapters.NormalizedStringAdapter
Returns true if the specified char is a white space character but not 0x20.
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.
isXml(String) - Static method in class com.sun.faces.renderkit.RenderKitUtils
 
isXOPPackage() - Method in class jakarta.xml.bind.attachment.AttachmentMarshaller
Read-only property that returns true if Jakarta XML Binding marshaller should enable XOP creation.
isXOPPackage() - Method in class jakarta.xml.bind.attachment.AttachmentUnmarshaller
Read-only property that returns true if Jakarta XML Binding unmarshaller needs to perform XOP processing.
Item(String) - Constructor for class jakarta.mail.FetchProfile.Item
Constructor for an item.
itemExists(String) - Method in interface jakarta.jms.MapMessage
Indicates whether an item exists in this MapMessage object.
itemId - Variable in class jakarta.servlet.jsp.jstl.core.LoopTagSupport
Attribute-exposing control
ItemProcessListener - Interface in jakarta.batch.api.chunk.listener
ItemProcessListener intercepts item processing.
ItemProcessor - Interface in jakarta.batch.api.chunk
ItemProcessor is used in chunk processing to operate on an input item and produce an output item.
ItemReader - Interface in jakarta.batch.api.chunk
ItemReader defines the batch artifact that reads items for chunk processing.
ItemReadListener - Interface in jakarta.batch.api.chunk.listener
ItemReadListener intercepts item reader processing.
ItemWriteListener - Interface in jakarta.batch.api.chunk.listener
ItemWriteListener intercepts item writer processing.
ItemWriter - Interface in jakarta.batch.api.chunk
ItemWriter defines the batch artifact that writes to a list of items for chunk processing.
IterableDataModel<E> - Class in jakarta.faces.model
IterableDataModel is an implementation of DataModel that wraps an Iterable.
IterableDataModel() - Constructor for class jakarta.faces.model.IterableDataModel
Construct a new IterableDataModel with no specified wrapped data.
IterableDataModel(Iterable<E>) - Constructor for class jakarta.faces.model.IterableDataModel
Construct a new IterableDataModel wrapping the specified iterable.
iterableValue(String, Object) - Method in interface jakarta.validation.valueextraction.ValueExtractor.ValueReceiver
Receives the value extracted from an iterable object that is not indexed (e.g.
iteratedExpression - 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 com.sun.faces.facelets.tag.jstl.core
 
IteratedValueExpression - Class in jakarta.servlet.jsp.jstl.core
 
IteratedValueExpression(ValueExpression, int, int) - Constructor for class com.sun.faces.facelets.tag.jstl.core.IteratedValueExpression
 
IteratedValueExpression(IteratedExpression, int) - Constructor for class jakarta.servlet.jsp.jstl.core.IteratedValueExpression
 
IterationIdManager - Class in com.sun.faces.facelets.tag.faces
 
IterationIdManager() - Constructor for class com.sun.faces.facelets.tag.faces.IterationIdManager
 
IterationStatus - Class in com.sun.faces.facelets.tag
 
IterationStatus(boolean, boolean, int, Integer, Integer, Integer) - Constructor for class com.sun.faces.facelets.tag.IterationStatus
Constructor used for ui:repeat.
IterationStatus(boolean, boolean, int, Integer, Integer, Integer, Object, int) - Constructor for class com.sun.faces.facelets.tag.IterationStatus
Constructor used for c:forEach varStatus
IterationStatusExpression - Class in com.sun.faces.facelets.tag.jstl.core
 
IterationStatusExpression(IterationStatus) - Constructor for class com.sun.faces.facelets.tag.jstl.core.IterationStatusExpression
 
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 com.sun.faces.util.MostlySingletonSet
 
iterator() - Method in class jakarta.data.Order
Returns an iterator that follows the order of precedence for the Sort criteria, from highest precedence to lowest.
iterator() - Method in record class jakarta.data.page.impl.CursoredPageRecord
 
iterator() - Method in record class jakarta.data.page.impl.PageRecord
 
iterator() - Method in class jakarta.faces.model.DataModel
Return a read-only Iterator over the row data for this model.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form