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

T

tabindex - Enum constant in enum class jakarta.faces.component.html.HtmlCommandButton.PropertyKeys
 
tabindex - Enum constant in enum class jakarta.faces.component.html.HtmlCommandLink.PropertyKeys
 
tabindex - Enum constant in enum class jakarta.faces.component.html.HtmlInputFile.PropertyKeys
 
tabindex - Enum constant in enum class jakarta.faces.component.html.HtmlInputSecret.PropertyKeys
 
tabindex - Enum constant in enum class jakarta.faces.component.html.HtmlInputText.PropertyKeys
 
tabindex - Enum constant in enum class jakarta.faces.component.html.HtmlInputTextarea.PropertyKeys
 
tabindex - Enum constant in enum class jakarta.faces.component.html.HtmlOutcomeTargetButton.PropertyKeys
 
tabindex - Enum constant in enum class jakarta.faces.component.html.HtmlOutcomeTargetLink.PropertyKeys
 
tabindex - Enum constant in enum class jakarta.faces.component.html.HtmlOutputLabel.PropertyKeys
 
tabindex - Enum constant in enum class jakarta.faces.component.html.HtmlOutputLink.PropertyKeys
 
tabindex - Enum constant in enum class jakarta.faces.component.html.HtmlSelectBooleanCheckbox.PropertyKeys
 
tabindex - Enum constant in enum class jakarta.faces.component.html.HtmlSelectManyCheckbox.PropertyKeys
 
tabindex - Enum constant in enum class jakarta.faces.component.html.HtmlSelectManyListbox.PropertyKeys
 
tabindex - Enum constant in enum class jakarta.faces.component.html.HtmlSelectManyMenu.PropertyKeys
 
tabindex - Enum constant in enum class jakarta.faces.component.html.HtmlSelectOneListbox.PropertyKeys
 
tabindex - Enum constant in enum class jakarta.faces.component.html.HtmlSelectOneMenu.PropertyKeys
 
tabindex - Enum constant in enum class jakarta.faces.component.html.HtmlSelectOneRadio.PropertyKeys
 
table() - Element in annotation interface jakarta.persistence.Column
(Optional) The name of the table that contains the column.
table() - Element in annotation interface jakarta.persistence.JoinColumn
(Optional) The name of the table that contains the column.
table() - Element in annotation interface jakarta.persistence.MapKeyColumn
(Optional) The name of the table that contains the column.
table() - Element in annotation interface jakarta.persistence.MapKeyJoinColumn
(Optional) The name of the table that contains the foreign key column.
table() - Element in annotation interface jakarta.persistence.TableGenerator
(Optional) Name of the table that stores the generated id values.
Table - Annotation Interface in jakarta.persistence
Specifies the primary table mapped by the annotated entity type.
TABLE - Enum constant in enum class jakarta.persistence.GenerationType
Indicates that the persistence provider must assign primary keys for the entity using an underlying database table to ensure uniqueness.
TABLE_PER_CLASS - Enum constant in enum class jakarta.persistence.InheritanceType
A table for each concrete entity class.
TableGenerator - Annotation Interface in jakarta.persistence
Defines a primary key generator that may be referenced by name when a generator element is specified for the GeneratedValue annotation.
TableGenerators - Annotation Interface in jakarta.persistence
Used to group TableGenerator annotations.
TableMetaInfo(UIComponent) - Constructor for class com.sun.faces.renderkit.html_basic.BaseTableRenderer.TableMetaInfo
 
TableRenderer - Class in com.sun.faces.renderkit.html_basic
Render a UIData component as a two-dimensional table.
TableRenderer() - Constructor for class com.sun.faces.renderkit.html_basic.TableRenderer
 
tag - Variable in class jakarta.faces.view.facelets.TagHandler
A reference to the Tag instance corresponding to this TagHandler instance.
tag(EntityTag) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
Set a response entity tag.
tag(String) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
Set a strong response entity tag.
Tag - Class in jakarta.faces.view.facelets
The runtime must create an instance of this class for each element in the Facelets XHTML view.
Tag - Interface in jakarta.servlet.jsp.tagext
The interface of a classic tag handler that does not want to manipulate its body.
Tag(Tag, TagAttributes) - Constructor for class jakarta.faces.view.facelets.Tag
Constructor.
Tag(Location, String, String, String, TagAttributes) - Constructor for class jakarta.faces.view.facelets.Tag
Constructor.
TAG_HANDLER_DELEGATE_FACTORY - Static variable in class jakarta.faces.FactoryFinder
The property name for the TagHandlerDelegate class name.
TagAdapter - Class in jakarta.servlet.jsp.tagext
Wraps any SimpleTag and exposes it using a Tag interface.
TagAdapter(SimpleTag) - Constructor for class jakarta.servlet.jsp.tagext.TagAdapter
Creates a new TagAdapter that wraps the given SimpleTag and returns the parent tag when getParent() is called.
TagAttribute - Class in jakarta.faces.view.facelets
Representation of an XML attribute name=value pair on an XML element in a Facelet file.
TagAttribute() - Constructor for class jakarta.faces.view.facelets.TagAttribute
 
TagAttributeException - Exception Class in jakarta.faces.view.facelets
An Exception caused by a TagAttribute
TagAttributeException(TagAttribute) - Constructor for exception class jakarta.faces.view.facelets.TagAttributeException
Constructor.
TagAttributeException(TagAttribute, String) - Constructor for exception class jakarta.faces.view.facelets.TagAttributeException
Constructor.
TagAttributeException(TagAttribute, String, Throwable) - Constructor for exception class jakarta.faces.view.facelets.TagAttributeException
Constructor.
TagAttributeException(TagAttribute, Throwable) - Constructor for exception class jakarta.faces.view.facelets.TagAttributeException
Constructor.
TagAttributeException(Tag, TagAttribute) - Constructor for exception class jakarta.faces.view.facelets.TagAttributeException
Constructor.
TagAttributeException(Tag, TagAttribute, String) - Constructor for exception class jakarta.faces.view.facelets.TagAttributeException
Constructor.
TagAttributeException(Tag, TagAttribute, String, Throwable) - Constructor for exception class jakarta.faces.view.facelets.TagAttributeException
Constructor.
TagAttributeException(Tag, TagAttribute, Throwable) - Constructor for exception class jakarta.faces.view.facelets.TagAttributeException
Constructor.
TagAttributeImpl - Class in com.sun.faces.facelets.tag
Representation of a Tag's attribute in a Facelet File
TagAttributeImpl() - Constructor for class com.sun.faces.facelets.tag.TagAttributeImpl
 
TagAttributeImpl(Location, String, String, String, String) - Constructor for class com.sun.faces.facelets.tag.TagAttributeImpl
 
TagAttributeInfo - Class in jakarta.servlet.jsp.tagext
Information on the attributes of a Tag, available at translation time.
TagAttributeInfo(String, boolean, String, boolean) - Constructor for class jakarta.servlet.jsp.tagext.TagAttributeInfo
Constructor for TagAttributeInfo.
TagAttributeInfo(String, boolean, String, boolean, boolean) - Constructor for class jakarta.servlet.jsp.tagext.TagAttributeInfo
JSP 2.0 Constructor for TagAttributeInfo.
TagAttributeInfo(String, boolean, String, boolean, boolean, String, boolean, boolean, String, String) - Constructor for class jakarta.servlet.jsp.tagext.TagAttributeInfo
JSP 2.1 Constructor for TagAttributeInfo.
TagAttributes - Class in jakarta.faces.view.facelets
A set of TagAttributes, usually representing all attributes on a Tag.
TagAttributes() - Constructor for class jakarta.faces.view.facelets.TagAttributes
 
TagAttributesImpl - Class in com.sun.faces.facelets.tag
A set of TagAttributesImpl, usually representing all attributes on a Tag.
TagAttributesImpl(TagAttribute[]) - Constructor for class com.sun.faces.facelets.tag.TagAttributesImpl
 
TagConfig - Interface in jakarta.faces.view.facelets
Passed to the constructor of TagHandler subclass, it defines the document definition of the handler we are instantiating.
TagData - Class in jakarta.servlet.jsp.tagext
The (translation-time only) attribute/value information for a tag instance.
TagData(Object[][]) - Constructor for class jakarta.servlet.jsp.tagext.TagData
Constructor for TagData.
TagData(Hashtable<String, Object>) - Constructor for class jakarta.servlet.jsp.tagext.TagData
Constructor for a TagData.
TagDecorator - Interface in jakarta.faces.view.facelets
Provides the ability to completely change the Tag before it's processed for compiling with the associated TagHandler.
TagException - Exception Class in jakarta.faces.view.facelets
An Exception caused by a Tag
TagException(Tag) - Constructor for exception class jakarta.faces.view.facelets.TagException
Wrap the argument tag so the exception can reference its information.
TagException(Tag, String) - Constructor for exception class jakarta.faces.view.facelets.TagException
Wrap the argument tag so the exception can reference its information.
TagException(Tag, String, Throwable) - Constructor for exception class jakarta.faces.view.facelets.TagException
Wrap the argument tag so the exception can reference its information.
TagException(Tag, Throwable) - Constructor for exception class jakarta.faces.view.facelets.TagException
Wrap the argument tag so the exception can reference its information.
TagExtraInfo - Class in jakarta.servlet.jsp.tagext
Optional class provided by the tag library author to describe additional translation-time information not described in the TLD.
TagExtraInfo() - Constructor for class jakarta.servlet.jsp.tagext.TagExtraInfo
Sole constructor.
TagFileInfo - Class in jakarta.servlet.jsp.tagext
Tag information for a tag file in a Tag Library; This class is instantiated from the Tag Library Descriptor file (TLD) and is available only at translation time.
TagFileInfo(String, String, TagInfo) - Constructor for class jakarta.servlet.jsp.tagext.TagFileInfo
Constructor for TagFileInfo from data in the JSP 2.0 format for TLD.
tagFiles - Variable in class jakarta.servlet.jsp.tagext.TagLibraryInfo
An array describing the tag files that are defined in this tag library.
TagHandler - Class in jakarta.faces.view.facelets
Foundation class for FaceletHandlers associated with a markup element in a Facelet document.
TagHandler(TagConfig) - Constructor for class jakarta.faces.view.facelets.TagHandler
Every TagHandler instance is associated with a Tag.
TagHandlerDelegate - Class in jakarta.faces.view.facelets
Abstract class that defines methods relating to helping tag handler instances.
TagHandlerDelegate() - Constructor for class jakarta.faces.view.facelets.TagHandlerDelegate
 
TagHandlerDelegateFactory - Class in jakarta.faces.view.facelets
Abstract factory for creating instances of TagHandlerDelegate.
TagHandlerDelegateFactory() - Constructor for class jakarta.faces.view.facelets.TagHandlerDelegateFactory
Deprecated.
Use the other constructor taking the implementation being wrapped.
TagHandlerDelegateFactory(TagHandlerDelegateFactory) - Constructor for class jakarta.faces.view.facelets.TagHandlerDelegateFactory
If this factory has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.
TagHandlerDelegateFactoryImpl - Class in com.sun.faces.facelets.tag.faces
Default implementation of TagHandlerDelegateFactory.
TagHandlerDelegateFactoryImpl() - Constructor for class com.sun.faces.facelets.tag.faces.TagHandlerDelegateFactoryImpl
 
TagHandlerImpl - Class in com.sun.faces.facelets.tag
 
TagHandlerImpl(TagConfig) - Constructor for class com.sun.faces.facelets.tag.TagHandlerImpl
 
tagId - Variable in class jakarta.faces.view.facelets.TagHandler
TagInfo - Class in jakarta.servlet.jsp.tagext
Tag information for a tag in a Tag Library; This class is instantiated from the Tag Library Descriptor file (TLD) and is available only at translation time.
TagInfo(String, String, String, String, TagLibraryInfo, TagExtraInfo, TagAttributeInfo[]) - Constructor for class jakarta.servlet.jsp.tagext.TagInfo
Constructor for TagInfo from data in the JSP 1.1 format for TLD.
TagInfo(String, String, String, String, TagLibraryInfo, TagExtraInfo, TagAttributeInfo[], String, String, String, TagVariableInfo[]) - Constructor for class jakarta.servlet.jsp.tagext.TagInfo
Constructor for TagInfo from data in the JSP 1.2 format for TLD.
TagInfo(String, String, String, String, TagLibraryInfo, TagExtraInfo, TagAttributeInfo[], String, String, String, TagVariableInfo[], boolean) - Constructor for class jakarta.servlet.jsp.tagext.TagInfo
Constructor for TagInfo from data in the JSP 2.0 format for TLD.
TAGLIB - Enum constant in enum class com.sun.faces.util.FacesLogger
 
TaglibDescriptor - Interface in jakarta.servlet.descriptor
This interface provides access to the <taglib> related configuration of a web application.
TagLibrary - Interface in com.sun.faces.facelets.tag
A library of Tags associated with one or more namespaces.
tagLibraryForNSExists(String) - Method in class com.sun.faces.facelets.tag.faces.CompositeComponentTagLibrary
 
tagLibraryForNSExists(String) - Method in class com.sun.faces.facelets.tag.faces.FacesComponentTagLibrary
 
tagLibraryForNSExists(String) - Method in class com.sun.faces.facelets.tag.faces.LazyTagLibrary
 
TagLibraryImpl - Class in com.sun.faces.facelets.tag
Concrete implementation for defining Facelet tag libraries in Java.
TagLibraryImpl(String) - Constructor for class com.sun.faces.facelets.tag.TagLibraryImpl
 
TagLibraryInfo - Class in jakarta.servlet.jsp.tagext
Translation-time information associated with a taglib directive, and its underlying TLD file.
TagLibraryInfo(String, String) - Constructor for class jakarta.servlet.jsp.tagext.TagLibraryInfo
Constructor.
TagLibraryValidator - Class in jakarta.servlet.jsp.tagext
Translation-time validator class for a JSP page.
TagLibraryValidator() - Constructor for class jakarta.servlet.jsp.tagext.TagLibraryValidator
Sole constructor.
TagMethodExpression - Class in com.sun.faces.facelets.el
 
TagMethodExpression() - Constructor for class com.sun.faces.facelets.el.TagMethodExpression
 
TagMethodExpression(TagAttribute, MethodExpression) - Constructor for class com.sun.faces.facelets.el.TagMethodExpression
 
tagName() - Element in annotation interface jakarta.faces.component.FacesComponent
If the value of the FacesComponent.createTag() attribute is true, the runtime must use this value as the tag name for including an instance of the component annotated with this annotation in a view.
tags - Variable in class jakarta.servlet.jsp.tagext.TagLibraryInfo
An array describing the tags that are defined in this tag library.
TagSupport - Class in jakarta.servlet.jsp.tagext
A base class for defining new tag handlers implementing Tag.
TagSupport() - Constructor for class jakarta.servlet.jsp.tagext.TagSupport
Default constructor, all subclasses are required to define only a public constructor with the same signature, and to call the superclass constructor.
TagValueExpression - Class in com.sun.faces.facelets.el
 
TagValueExpression() - Constructor for class com.sun.faces.facelets.el.TagValueExpression
 
TagValueExpression(TagAttribute, ValueExpression) - Constructor for class com.sun.faces.facelets.el.TagValueExpression
 
TagVariableInfo - Class in jakarta.servlet.jsp.tagext
Variable information for a tag in a Tag Library; This class is instantiated from the Tag Library Descriptor file (TLD) and is available only at translation time.
TagVariableInfo(String, String, String, boolean, int) - Constructor for class jakarta.servlet.jsp.tagext.TagVariableInfo
Constructor for TagVariableInfo.
target - Enum constant in enum class jakarta.faces.component.html.HtmlCommandLink.PropertyKeys
 
target - Enum constant in enum class jakarta.faces.component.html.HtmlForm.PropertyKeys
 
target - Enum constant in enum class jakarta.faces.component.html.HtmlOutcomeTargetLink.PropertyKeys
 
target - Enum constant in enum class jakarta.faces.component.html.HtmlOutputLink.PropertyKeys
 
target() - Element in annotation interface jakarta.faces.application.ResourceDependency
target(WebTarget) - Method in class jakarta.ws.rs.sse.SseEventSource.Builder
Set the SSE streaming endpoint.
target(WebTarget) - Static method in interface jakarta.ws.rs.sse.SseEventSource
Create a new event source builder that provides convenient way how to configure and fine-tune various aspects of a newly prepared event source instance.
target(Link) - Method in interface jakarta.ws.rs.client.Client
Build a new web resource target.
target(UriBuilder) - Method in interface jakarta.ws.rs.client.Client
Build a new web resource target.
target(String) - Method in interface jakarta.ws.rs.client.Client
Build a new web resource target.
target(URI) - Method in interface jakarta.ws.rs.client.Client
Build a new web resource target.
TARGET_COMPONENT_ATTRIBUTE_NAME - Static variable in class com.sun.faces.util.RequestStateManager
Attribute indicating the current component being processed.
targetClass() - Element in annotation interface jakarta.persistence.ConstructorResult
(Required) The class whose constructor is to be invoked.
targetClass() - Element in annotation interface jakarta.persistence.ElementCollection
(Optional) The basic or embeddable class that is the element type of the collection.
targetEntity() - Element in annotation interface jakarta.persistence.ManyToMany
(Optional) The entity class that is the target of the association.
targetEntity() - Element in annotation interface jakarta.persistence.ManyToOne
(Optional) The entity class that is the target of the association.
targetEntity() - Element in annotation interface jakarta.persistence.OneToMany
(Optional) The entity class that is the target of the association.
targetEntity() - Element in annotation interface jakarta.persistence.OneToOne
(Optional) The entity class that is the target of the association.
targetNamespace() - Element in annotation interface jakarta.jws.WebParam
The XML namespace for the parameter.
targetNamespace() - Element in annotation interface jakarta.jws.WebResult
The XML namespace for the return value.
targetNamespace() - Element in annotation interface jakarta.jws.WebService
If the @WebService.targetNamespace annotation is on a service endpoint interface, the targetNamespace is used for the namespace for the wsdl:portType (and associated XML elements).
targetNamespace() - Element in annotation interface jakarta.xml.ws.RequestWrapper
Element's namespace name.
targetNamespace() - Element in annotation interface jakarta.xml.ws.ResponseWrapper
Element's namespace name.
targetNamespace() - Element in annotation interface jakarta.xml.ws.WebFault
Element's namespace name.
targetNamespace() - Element in annotation interface jakarta.xml.ws.WebServiceClient
The namespace for the Web service.
targetNamespace() - Element in annotation interface jakarta.xml.ws.WebServiceProvider
Target namespace for the service
TargetPolicy(MessagePolicy.Target[], MessagePolicy.ProtectionPolicy) - Constructor for class jakarta.security.auth.message.MessagePolicy.TargetPolicy
Create a TargetPolicy instance with an array of Targets and with a ProtectionPolicy.
taskAborted(Future<?>, ManagedExecutorService, Object, Throwable) - Method in interface jakarta.enterprise.concurrent.ManagedTaskListener
Called when a task's Future has been cancelled anytime during the life of a task.
taskDone(Future<?>, ManagedExecutorService, Object, Throwable) - Method in interface jakarta.enterprise.concurrent.ManagedTaskListener
Called when a submitted task has completed running, either successfully or failed due to any exception thrown from the task, task being cancelled, rejected, or aborted.
taskStarting(Future<?>, ManagedExecutorService, Object) - Method in interface jakarta.enterprise.concurrent.ManagedTaskListener
This method is called before the task is about to start.
taskSubmitted(Future<?>, ManagedExecutorService, Object) - Method in interface jakarta.enterprise.concurrent.ManagedTaskListener
Called after the task has been submitted to the Executor.
TEMPDIR - Static variable in interface jakarta.servlet.ServletContext
The name of the ServletContext attribute which stores the private temporary directory (of type java.io.File) provided by the servlet container for the ServletContext
template - Variable in class com.sun.faces.facelets.tag.ui.CompositionHandler
 
TemplateClient - Interface in com.sun.faces.facelets
FaceletHandlers can implement this contract and push themselves into the FaceletContext for participating in templating.
Temporal - Annotation Interface in jakarta.persistence
Deprecated.
Newly-written code should use the date/time types defined in java.time.
TemporalField<N,T> - Interface in jakarta.persistence.criteria
Each instance represents a type of field which can be extracted from a date, time, or datetime.
TemporalType - Enum Class in jakarta.persistence
Deprecated.
Newly-written code should use the date/time types defined in java.time.
TEMPORARY_REDIRECT - Enum constant in enum class jakarta.ws.rs.core.Response.Status
307 Temporary Redirect, see HTTP/1.1 documentation.
TemporaryQueue - Interface in jakarta.jms
A TemporaryQueue object is a unique Queue object created for the duration of a Connection.
temporaryRedirect(URI) - Static method in class jakarta.ws.rs.core.Response
Create a new ResponseBuilder for a temporary redirection.
TemporaryTopic - Interface in jakarta.jms
A TemporaryTopic object is a unique Topic object created for the duration of a Connection.
Terminology - Search tag in package jakarta.xml.bind.annotation
Section
Terminology for sending and receiving messages - Search tag in package jakarta.jms
Section
test(String, boolean) - Method in interface jakarta.json.JsonPatchBuilder
Adds a "test" JSON Patch operation.
test(String, int) - Method in interface jakarta.json.JsonPatchBuilder
Adds a "test" JSON Patch operation.
test(String, JsonValue) - Method in interface jakarta.json.JsonPatchBuilder
Adds a "test" JSON Patch operation.
test(String, String) - Method in interface jakarta.json.JsonPatchBuilder
Adds a "test" JSON Patch operation.
TEST - Enum constant in enum class jakarta.json.JsonPatch.Operation
"test" operation.
text(T) - Static method in class jakarta.ws.rs.client.Entity
Create a "text/plain" entity.
Text - Interface in jakarta.xml.soap
A representation of a node whose value is text.
TEXT_HTML - Static variable in class jakarta.ws.rs.core.MediaType
A String constant representing "text/html" media type.
TEXT_HTML_TYPE - Static variable in class jakarta.ws.rs.core.MediaType
A MediaType constant representing "text/html" media type.
TEXT_PLAIN - Static variable in class jakarta.ws.rs.core.MediaType
A String constant representing "text/plain" media type.
TEXT_PLAIN_TYPE - Static variable in class jakarta.ws.rs.core.MediaType
A MediaType constant representing "text/plain" media type.
TEXT_XML - Static variable in class jakarta.ws.rs.core.MediaType
A String constant representing "text/xml" media type.
TEXT_XML_CONTENT_TYPE - Static variable in class com.sun.faces.RIConstants
 
TEXT_XML_TYPE - Static variable in class jakarta.ws.rs.core.MediaType
A MediaType constant representing "text/xml" media type.
TextareaRenderer - Class in com.sun.faces.renderkit.html_basic
TextareaRenderer is a class that renders the current value of UIInput component as a Textarea.
TextareaRenderer() - Constructor for class com.sun.faces.renderkit.html_basic.TextareaRenderer
 
TextAttribute<T> - Interface in jakarta.data.metamodel
Represents an textual entity attribute in the StaticMetamodel.
TextAttributeRecord<T> - Record Class in jakarta.data.metamodel.impl
Record type implementing TextAttribute.
TextAttributeRecord(String) - Constructor for record class jakarta.data.metamodel.impl.TextAttributeRecord
Creates an instance of a TextAttributeRecord record class.
TextHandler - Interface in jakarta.faces.view.facelets
An interface that allows other code to identify FaceletHandlers that may provide text (String) content.
TextMessage - Interface in jakarta.jms
A TextMessage object is used to send a message containing a java.lang.String.
TextRenderer - Class in com.sun.faces.renderkit.html_basic
TextRenderer is a class that renders the current value of UIInput or UIOutput component as a input field or static text.
TextRenderer() - Constructor for class com.sun.faces.renderkit.html_basic.TextRenderer
 
The BeanManager object - Search tag in package jakarta.enterprise.inject.spi
Section
The JAX-RS client API - Search tag in package jakarta.ws.rs.client
Section
THIS_LIBRARY - Static variable in class com.sun.faces.application.ApplicationImpl
 
ThreadContext - Interface in com.sun.faces.spi
 
ThreadContextProvider - Interface in jakarta.enterprise.concurrent.spi
Third party providers of thread context implement this interface to participate in thread context capture and propagation.
ThreadContextRestorer - Interface in jakarta.enterprise.concurrent.spi
Restores the prior context on a thread after a contextual task or action completes.
ThreadContextSnapshot - Interface in jakarta.enterprise.concurrent.spi
An immutable snapshot of a particular type of thread context.
threshold() - Element in annotation interface jakarta.xml.ws.soap.MTOM
Property for MTOM threshold value.
throwsTypes() - Method in interface jakarta.enterprise.lang.model.declarations.MethodInfo
Returns a list of exception types that are declared to be thrown by this method.
TIME - Enum constant in enum class jakarta.persistence.TemporalType
Deprecated.
Map as java.sql.Time
TIME - Static variable in class jakarta.persistence.criteria.LocalDateTimeField
The time part of a datetime.
TIME_ID - Static variable in class jakarta.faces.convert.DateTimeConverter
The message identifier of the FacesMessage to be created if the conversion to Time fails.
TIME_IN_MILLIS - Static variable in annotation interface jakarta.json.bind.annotation.JsonbDateFormat
Special date format which serializes given date as milliseconds.
TimedObject - Interface in jakarta.ejb
The TimedObject interface contains a callback method that is used to deliver timer expiration notifications.
Timeout - Class in jakarta.persistence
Specifies a timeout for a database request.
Timeout - Annotation Interface in jakarta.ejb
Designates a method on a stateless session bean class, a singleton session bean class, a message driven bean class, or an enterprise bean 2.x entity bean class that should receive enterprise bean timer expirations for that bean.
TimeoutHandler - Interface in jakarta.ws.rs.container
Asynchronous response suspend time-out handler.
Timer - Class in com.sun.faces.util
This class is a simple wrapper for timing method calls.
Timer - Interface in jakarta.ejb
The Timer interface contains information about a timer that was created through the enterprise bean Timer Service.
TimerConfig - Class in jakarta.ejb
TimerConfig is used to specify additional timer configuration settings during timer creation.
TimerConfig() - Constructor for class jakarta.ejb.TimerConfig
Constructor for TimerConfig.
TimerConfig(Serializable, boolean) - Constructor for class jakarta.ejb.TimerConfig
Constructor for TimerConfig.
TimerHandle - Interface in jakarta.ejb
The TimerHandle interface allows the bean provider to obtain a serializable timer handle that may be persisted.
TimerService - Interface in jakarta.ejb
The TimerService interface provides enterprise bean components with access to the container-provided Timer Service.
TIMESTAMP - Enum constant in enum class jakarta.persistence.TemporalType
Deprecated.
Map as java.sql.Timestamp
timezone() - Element in annotation interface jakarta.ejb.Schedule
Specifies the time zone within which the schedule is evaluated.
timezone(String) - Method in class jakarta.ejb.ScheduleExpression
Set the timezone.
TIMING - Enum constant in enum class com.sun.faces.util.FacesLogger
 
title - Enum constant in enum class jakarta.faces.component.html.HtmlBody.PropertyKeys
 
title - Enum constant in enum class jakarta.faces.component.html.HtmlCommandButton.PropertyKeys
 
title - Enum constant in enum class jakarta.faces.component.html.HtmlCommandLink.PropertyKeys
 
title - Enum constant in enum class jakarta.faces.component.html.HtmlDataTable.PropertyKeys
 
title - Enum constant in enum class jakarta.faces.component.html.HtmlForm.PropertyKeys
 
title - Enum constant in enum class jakarta.faces.component.html.HtmlGraphicImage.PropertyKeys
 
title - Enum constant in enum class jakarta.faces.component.html.HtmlInputFile.PropertyKeys
 
title - Enum constant in enum class jakarta.faces.component.html.HtmlInputSecret.PropertyKeys
 
title - Enum constant in enum class jakarta.faces.component.html.HtmlInputText.PropertyKeys
 
title - Enum constant in enum class jakarta.faces.component.html.HtmlInputTextarea.PropertyKeys
 
title - Enum constant in enum class jakarta.faces.component.html.HtmlMessage.PropertyKeys
 
title - Enum constant in enum class jakarta.faces.component.html.HtmlMessages.PropertyKeys
 
title - Enum constant in enum class jakarta.faces.component.html.HtmlOutcomeTargetButton.PropertyKeys
 
title - Enum constant in enum class jakarta.faces.component.html.HtmlOutcomeTargetLink.PropertyKeys
 
title - Enum constant in enum class jakarta.faces.component.html.HtmlOutputFormat.PropertyKeys
 
title - Enum constant in enum class jakarta.faces.component.html.HtmlOutputLabel.PropertyKeys
 
title - Enum constant in enum class jakarta.faces.component.html.HtmlOutputLink.PropertyKeys
 
title - Enum constant in enum class jakarta.faces.component.html.HtmlOutputText.PropertyKeys
 
title - Enum constant in enum class jakarta.faces.component.html.HtmlPanelGrid.PropertyKeys
 
title - Enum constant in enum class jakarta.faces.component.html.HtmlSelectBooleanCheckbox.PropertyKeys
 
title - Enum constant in enum class jakarta.faces.component.html.HtmlSelectManyCheckbox.PropertyKeys
 
title - Enum constant in enum class jakarta.faces.component.html.HtmlSelectManyListbox.PropertyKeys
 
title - Enum constant in enum class jakarta.faces.component.html.HtmlSelectManyMenu.PropertyKeys
 
title - Enum constant in enum class jakarta.faces.component.html.HtmlSelectOneListbox.PropertyKeys
 
title - Enum constant in enum class jakarta.faces.component.html.HtmlSelectOneMenu.PropertyKeys
 
title - Enum constant in enum class jakarta.faces.component.html.HtmlSelectOneRadio.PropertyKeys
 
title(String) - Method in interface jakarta.ws.rs.core.Link.Builder
Convenience method to set a title on this link.
TITLE - Static variable in class jakarta.ws.rs.core.Link
Title link param from RFC 5988.
tlibversion - Variable in class jakarta.servlet.jsp.tagext.TagLibraryInfo
The version of the tag library.
TLS_HANDSHAKE_FAILURE - Enum constant in enum class jakarta.websocket.CloseReason.CloseCodes
1015 is a reserved value and MUST NOT be set as a status code in a Close control frame by an endpoint.
TLV_RESOURCE_LOCATION - Static variable in class com.sun.faces.RIConstants
 
to() - Element in annotation interface jakarta.validation.groups.ConvertGroup
The target group of this conversion.
TO - Static variable in class jakarta.mail.Message.RecipientType
The "To" (primary) recipients.
TO_FLOW_DOCUMENT_ID_ATTR_NAME - Static variable in interface jakarta.faces.event.ActionListener
The presence of this component attribute on an ActionSource component will cause the default ActionListener to interpret the value of the attribute as the toFlowDocumentId value to pass to NavigationHandler.handleNavigation(jakarta.faces.context.FacesContext, java.lang.String, java.lang.String, java.lang.String).
TO_FLOW_DOCUMENT_ID_REQUEST_PARAM_NAME - Static variable in class jakarta.faces.flow.FlowHandler
Components that are rendered by Renderers of component-family jakarta.faces.OutcomeTarget must use this constant as the parameter name for a parameter representing the defining document id of the flow that this component will cause to be entered.
toArray() - Method in class com.sun.faces.util.MostlySingletonSet
 
toArray() - Method in interface jakarta.persistence.Tuple
Return the values of the result tuple elements as an array.
toArray(T[]) - Method in class com.sun.faces.util.MostlySingletonSet
 
toBigDecimal(Expression<? extends Number>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Typecast.
toBigInteger(Expression<? extends Number>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Typecast.
toClass(String) - Static method in class com.sun.faces.util.ReflectionUtils
Returns the Class instance associated with the class of the given string, using the context class loader and if that fails the defining class loader of the current class.
toCookie() - Method in class jakarta.ws.rs.core.NewCookie
Obtain a new instance of a Cookie with the same name, value, path, domain and version as this NewCookie.
toDouble(Expression<? extends Number>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Typecast.
toEnum() - Method in interface jakarta.ws.rs.core.Response.StatusType
Get the this Status Type as a Response.Status.
toFloat(Expression<? extends Number>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Typecast.
toFlowDocumentId(String) - Method in class com.sun.faces.flow.builder.NavigationCaseBuilderImpl
 
toFlowDocumentId(String) - Method in class jakarta.faces.flow.builder.NavigationCaseBuilder
Set the to-flow-document-id of the current navigation case.
toInteger(Expression<? extends Number>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Typecast.
toIterable(Iterator<T>) - Method in class com.sun.faces.config.WebConfiguration
 
toJson(Object) - Method in interface jakarta.json.bind.Jsonb
Writes the Java object tree with root object object to a String instance as JSON.
toJson(Object, OutputStream) - Method in interface jakarta.json.bind.Jsonb
Writes the object content tree into output stream.
toJson(Object, Writer) - Method in interface jakarta.json.bind.Jsonb
Writes the object content tree into a Writer character stream.
toJson(Object, Type) - Method in interface jakarta.json.bind.Jsonb
Writes the Java object tree with root object object to a String instance as JSON.
toJson(Object, Type, OutputStream) - Method in interface jakarta.json.bind.Jsonb
Writes the object content tree into output stream.
toJson(Object, Type, Writer) - Method in interface jakarta.json.bind.Jsonb
Writes the object content tree into a Writer character stream.
toJsonArray() - Method in interface jakarta.json.JsonPatch
Returns the JsonPatch as JsonArray.
toJsonArray() - Static method in class jakarta.json.stream.JsonCollectors
Constructs a java.util.stream.Collector that accumulates the input JsonValue elements into a JsonArray.
toJsonObject() - Static method in class jakarta.json.stream.JsonCollectors
Constructs a java.util.stream.Collector that accumulates the input Map.Entry<String,JsonValue> elements into a JsonObject.
toJsonObject(Function<JsonValue, String>, Function<JsonValue, JsonValue>) - Static method in class jakarta.json.stream.JsonCollectors
Constructs a java.util.stream.Collector that accumulates the input JsonValue elements into a JsonObject.
toJsonValue() - Method in interface jakarta.json.JsonMergePatch
Returns the JsonMergePatch as JsonValue.
Token(int, String) - Constructor for class jakarta.mail.internet.HeaderTokenizer.Token
Constructor.
TOKEN_ENDPOINT - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
 
TOKEN_ENDPOINT_AUTH_METHODS_SUPPORTED - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
 
TOKEN_ENDPOINT_AUTH_SIGNING_ALG_VALUES_SUPPORTED - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
 
TOKEN_TYPE - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
 
tokenAutoRefresh() - Element in annotation interface jakarta.security.enterprise.authentication.mechanism.http.OpenIdAuthenticationMechanismDefinition
Optional.
tokenAutoRefreshExpression() - Element in annotation interface jakarta.security.enterprise.authentication.mechanism.http.OpenIdAuthenticationMechanismDefinition
Optional.
tokenEndpoint() - Element in annotation interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdProviderMetadata
Required.
tokenMinValidity() - Element in annotation interface jakarta.security.enterprise.authentication.mechanism.http.OpenIdAuthenticationMechanismDefinition
Optional.
tokenMinValidityExpression() - Element in annotation interface jakarta.security.enterprise.authentication.mechanism.http.OpenIdAuthenticationMechanismDefinition
Optional.
toLong(Expression<? extends Number>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Typecast.
toLowerCase(String) - Static method in class com.sun.faces.facelets.tag.jstl.fn.JstlFunction
 
TOO_BIG - Enum constant in enum class jakarta.websocket.CloseReason.CloseCodes
1009 indicates that an endpoint is terminating the connection because it has received a message that is too big for it to process.
TOO_MANY_REQUESTS - Enum constant in enum class jakarta.ws.rs.core.Response.Status
429 Too Many Requests, see RFC 6585: Additional HTTP Status Codes.
tooltip - Enum constant in enum class jakarta.faces.component.html.HtmlMessage.PropertyKeys
 
tooltip - Enum constant in enum class jakarta.faces.component.html.HtmlMessages.PropertyKeys
 
TOP_LEVEL_VIEWS_ONLY - Enum constant in enum class jakarta.faces.application.ResourceVisitOption
Only visit resources that are top level views, i.e.
Topic - Interface in jakarta.jms
A Topic object encapsulates a provider-specific topic name.
TopicConnection - Interface in jakarta.jms
A TopicConnection object is an active connection to a publish/subscribe Jakarta Messaging provider.
TopicConnectionFactory - Interface in jakarta.jms
A client uses a TopicConnectionFactory object to create TopicConnection objects with a publish/subscribe Jakarta Messaging provider.
TopicPublisher - Interface in jakarta.jms
A client uses a TopicPublisher object to publish messages on a topic.
TopicRequestor - Class in jakarta.jms
The TopicRequestor helper class simplifies making service requests.
TopicRequestor(TopicSession, Topic) - Constructor for class jakarta.jms.TopicRequestor
Constructor for the TopicRequestor class.
TopicSession - Interface in jakarta.jms
A TopicSession object provides methods for creating TopicPublisher, TopicSubscriber, and TemporaryTopic objects.
TopicSubscriber - Interface in jakarta.jms
A client uses a TopicSubscriber object to receive messages that have been published to a topic.
toResponse(E) - Method in interface jakarta.ws.rs.ext.ExceptionMapper
Map an exception to a Response.
toResult(ResultSet) - Static method in class jakarta.servlet.jsp.jstl.sql.ResultSupport
Converts a ResultSet object to a Result object.
toResult(ResultSet, int) - Static method in class jakarta.servlet.jsp.jstl.sql.ResultSupport
Converts maxRows of a ResultSet object to a Result object.
toString() - Method in class com.sun.faces.application.ApplicationFactoryImpl
 
toString() - Method in class com.sun.faces.application.resource.ClientResourceInfo
 
toString() - Method in class com.sun.faces.application.resource.ContractInfo
 
toString() - Method in class com.sun.faces.application.resource.LibraryInfo
 
toString() - Method in class com.sun.faces.application.resource.VersionInfo
 
toString() - Method in class com.sun.faces.application.ViewHandlerResponseWrapper
 
toString() - Method in enum class com.sun.faces.component.PassthroughElement.PropertyKeys
 
toString() - Method in class com.sun.faces.config.manager.documents.DocumentOrderingWrapper
 
toString() - Method in class com.sun.faces.context.flash.ELFlash
 
toString() - Method in class com.sun.faces.facelets.compiler.UIInstructions
 
toString() - Method in class com.sun.faces.facelets.compiler.UILiteralText
 
toString() - Method in class com.sun.faces.facelets.compiler.UIText
 
toString() - Method in class com.sun.faces.facelets.el.ContextualCompositeValueExpression
 
toString() - Method in class com.sun.faces.facelets.el.DefaultFunctionMapper
 
toString() - Method in class com.sun.faces.facelets.el.ELText
 
toString() - Method in class com.sun.faces.facelets.el.TagMethodExpression
 
toString() - Method in class com.sun.faces.facelets.el.TagValueExpression
 
toString() - Method in class com.sun.faces.facelets.impl.DefaultResourceResolver
 
toString() - Method in class com.sun.faces.facelets.tag.composite.RetargetedAjaxBehavior
 
toString() - Method in class com.sun.faces.facelets.tag.IterationStatus
 
toString() - Method in class com.sun.faces.facelets.tag.jstl.core.IterationStatusExpression
 
toString() - Method in class com.sun.faces.facelets.tag.TagAttributeImpl
 
toString() - Method in class com.sun.faces.facelets.tag.TagAttributesImpl
 
toString() - Method in class com.sun.faces.facelets.util.FastWriter
 
toString() - Method in class com.sun.faces.flow.builder.MutableNavigationCase
 
toString() - Method in class com.sun.faces.io.FastStringWriter
 
toString() - Method in class com.sun.faces.util.MostlySingletonSet
 
toString() - Method in class jakarta.activation.MimeType
Return the String representation of this object.
toString() - Method in class jakarta.activation.MimeTypeEntry
 
toString() - Method in class jakarta.activation.MimeTypeParameterList
Return a string representation of this object.
toString() - Method in record class jakarta.data.Limit
Returns a string representation of this record class.
toString() - Method in record class jakarta.data.metamodel.impl.AttributeRecord
Returns a string representation of this record class.
toString() - Method in record class jakarta.data.metamodel.impl.SortableAttributeRecord
Returns a string representation of this record class.
toString() - Method in record class jakarta.data.metamodel.impl.TextAttributeRecord
Returns a string representation of this record class.
toString() - Method in class jakarta.data.Order
Textual representation of this instance, including the result of invoking Sort.toString() on each member of the sort criteria, in order of precedence from highest to lowest.
toString() - Method in record class jakarta.data.page.impl.CursoredPageRecord
Returns a string representation of this record class.
toString() - Method in record class jakarta.data.page.impl.PageRecord
Returns a string representation of this record class.
toString() - Method in interface jakarta.data.page.PageRequest.Cursor
String representation of the cursor, including the number of key values in the cursor but not the values themselves.
toString() - Method in record class jakarta.data.Sort
Returns a string representation of this record class.
toString() - Method in class jakarta.ejb.ScheduleExpression
toString() - Method in class jakarta.ejb.TimerConfig
toString() - Method in class jakarta.enterprise.concurrent.CronTrigger
Readable representation of the CronTrigger, which displays fields in list form or with the * character for brevity.
toString() - Method in class jakarta.enterprise.util.AnnotationLiteral
 
toString() - Method in class jakarta.enterprise.util.TypeLiteral
 
toString() - Method in class jakarta.faces.application.FacesMessage.Severity
Return a String representation of this FacesMessage.Severity instance.
toString() - Method in class jakarta.faces.application.FacesMessage
 
toString() - Method in class jakarta.faces.application.NavigationCase
 
toString() - Method in class jakarta.faces.application.NavigationCaseWrapper
 
toString() - Method in class jakarta.faces.application.Resource
Call through to Resource.getRequestPath() and return the result.
toString() - Method in enum class jakarta.faces.component.html.HtmlBody.PropertyKeys
 
toString() - Method in enum class jakarta.faces.component.html.HtmlColumn.PropertyKeys
 
toString() - Method in enum class jakarta.faces.component.html.HtmlCommandButton.PropertyKeys
 
toString() - Method in enum class jakarta.faces.component.html.HtmlCommandLink.PropertyKeys
 
toString() - Method in enum class jakarta.faces.component.html.HtmlCommandScript.PropertyKeys
 
toString() - Method in enum class jakarta.faces.component.html.HtmlDataTable.PropertyKeys
 
toString() - Method in enum class jakarta.faces.component.html.HtmlDoctype.PropertyKeys
 
toString() - Method in enum class jakarta.faces.component.html.HtmlForm.PropertyKeys
 
toString() - Method in enum class jakarta.faces.component.html.HtmlGraphicImage.PropertyKeys
 
toString() - Method in enum class jakarta.faces.component.html.HtmlHead.PropertyKeys
 
toString() - Method in enum class jakarta.faces.component.html.HtmlInputFile.PropertyKeys
 
toString() - Method in enum class jakarta.faces.component.html.HtmlInputHidden.PropertyKeys
 
toString() - Method in enum class jakarta.faces.component.html.HtmlInputSecret.PropertyKeys
 
toString() - Method in enum class jakarta.faces.component.html.HtmlInputText.PropertyKeys
 
toString() - Method in enum class jakarta.faces.component.html.HtmlInputTextarea.PropertyKeys
 
toString() - Method in enum class jakarta.faces.component.html.HtmlMessage.PropertyKeys
 
toString() - Method in enum class jakarta.faces.component.html.HtmlMessages.PropertyKeys
 
toString() - Method in enum class jakarta.faces.component.html.HtmlOutcomeTargetButton.PropertyKeys
 
toString() - Method in enum class jakarta.faces.component.html.HtmlOutcomeTargetLink.PropertyKeys
 
toString() - Method in enum class jakarta.faces.component.html.HtmlOutputFormat.PropertyKeys
 
toString() - Method in enum class jakarta.faces.component.html.HtmlOutputLabel.PropertyKeys
 
toString() - Method in enum class jakarta.faces.component.html.HtmlOutputLink.PropertyKeys
 
toString() - Method in enum class jakarta.faces.component.html.HtmlOutputText.PropertyKeys
 
toString() - Method in enum class jakarta.faces.component.html.HtmlPanelGrid.PropertyKeys
 
toString() - Method in enum class jakarta.faces.component.html.HtmlPanelGroup.PropertyKeys
 
toString() - Method in enum class jakarta.faces.component.html.HtmlSelectBooleanCheckbox.PropertyKeys
 
toString() - Method in enum class jakarta.faces.component.html.HtmlSelectManyCheckbox.PropertyKeys
 
toString() - Method in enum class jakarta.faces.component.html.HtmlSelectManyListbox.PropertyKeys
 
toString() - Method in enum class jakarta.faces.component.html.HtmlSelectManyMenu.PropertyKeys
 
toString() - Method in enum class jakarta.faces.component.html.HtmlSelectOneListbox.PropertyKeys
 
toString() - Method in enum class jakarta.faces.component.html.HtmlSelectOneMenu.PropertyKeys
 
toString() - Method in enum class jakarta.faces.component.html.HtmlSelectOneRadio.PropertyKeys
 
toString() - Method in class jakarta.faces.event.PhaseId
Return a String representation of this PhaseId instance.
toString() - Method in class jakarta.faces.event.WebsocketEvent
 
toString() - Method in class jakarta.faces.view.facelets.Tag
Get the string representation.
toString() - Method in class jakarta.faces.view.facelets.TagHandler
 
toString() - Method in class jakarta.faces.view.Location
 
toString() - Method in interface jakarta.jms.Queue
Returns a string representation of this object.
toString() - Method in interface jakarta.jms.Topic
Returns a string representation of this object.
toString() - Method in interface jakarta.json.JsonNumber
Returns a JSON text representation of the JSON number.
toString() - Method in interface jakarta.json.JsonPointer
Returns the string representation of this JSON Pointer.
toString() - Method in interface jakarta.json.JsonValue
Returns JSON text for this JSON value.
toString() - Method in class jakarta.mail.Address
Return a String representation of this address object.
toString() - Method in class jakarta.mail.FetchProfile.Item
Include the name in the toString return value for debugging.
toString() - Method in class jakarta.mail.Flags
Return a string representation of this Flags object.
toString() - Method in class jakarta.mail.Folder
override the default toString(), it will return the String from Folder.getFullName() or if that is null, it will use the default toString() behavior.
toString() - Method in exception class jakarta.mail.internet.AddressException
 
toString() - Method in class jakarta.mail.internet.ContentDisposition
Retrieve a RFC2045 style string representation of this ContentDisposition.
toString() - Method in class jakarta.mail.internet.ContentType
Retrieve a RFC2045 style string representation of this Content-Type.
toString() - Method in class jakarta.mail.internet.InternetAddress
Convert this address into a RFC 822 / RFC 2047 encoded address.
toString() - Method in class jakarta.mail.internet.NewsAddress
Convert this address into a RFC 1036 address.
toString() - Method in class jakarta.mail.internet.ParameterList
Convert this ParameterList into a MIME String.
toString() - Method in class jakarta.mail.Message.RecipientType
 
toString() - Method in exception class jakarta.mail.MessagingException
Override toString method to provide information on nested exceptions.
toString() - Method in class jakarta.mail.Provider
Overrides Object.toString()
toString() - Method in class jakarta.mail.Provider.Type
 
toString() - Method in class jakarta.mail.Service
Return getURLName.toString() if this service has a URLName, otherwise it will return the default toString.
toString() - Method in class jakarta.mail.URLName
Constructs a string representation of this URLName.
toString() - Method in class jakarta.persistence.criteria.LocalDateField
 
toString() - Method in class jakarta.persistence.criteria.LocalDateTimeField
 
toString() - Method in class jakarta.persistence.criteria.LocalTimeField
 
toString() - Method in class jakarta.security.auth.message.AuthStatus
 
toString() - Method in class jakarta.security.enterprise.identitystore.openid.Scope
 
toString() - Method in class jakarta.servlet.http.Cookie
 
toString() - Method in class jakarta.servlet.jsp.tagext.TagAttributeInfo
Returns a String representation of this TagAttributeInfo, suitable for debugging purposes.
toString() - Method in interface jakarta.validation.Path.Node
Returns a human-readable representation of this node.
toString() - Method in interface jakarta.validation.Path
Returns a human-readable representation of this path.
toString() - Method in class jakarta.websocket.CloseReason
Converts the CloseReason to a debug-friendly string.
toString() - Method in class jakarta.ws.rs.client.Entity
 
toString() - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
 
toString() - Method in class jakarta.ws.rs.core.CacheControl
Deprecated.
The format of the toString() method is subject to change in a future version. Please use RuntimeDelegate.getInstance().createHeaderDelegate(CacheControl.class).toString(value) instead if you rely on the format of this method.
toString() - Method in class jakarta.ws.rs.core.Cookie
Deprecated.
The format of the toString() method is subject to change in a future version. Please use RuntimeDelegate.getInstance().createHeaderDelegate(Cookie.class).toString(value) instead if you rely on the format of this method.
toString() - Method in class jakarta.ws.rs.core.EntityTag
Deprecated.
The format of the toString() method is subject to change in a future version. Please use RuntimeDelegate.getInstance().createHeaderDelegate(EntityTag.class).toString(value) instead if you rely on the format of this method.
toString() - Method in class jakarta.ws.rs.core.GenericEntity
 
toString() - Method in class jakarta.ws.rs.core.GenericType
 
toString() - Method in class jakarta.ws.rs.core.Link
Returns a string representation as a link header (RFC 5988).
toString() - Method in class jakarta.ws.rs.core.MediaType
Convert the media type to a string suitable for use as the value of a corresponding HTTP header.
toString() - Method in class jakarta.ws.rs.core.NewCookie
Deprecated.
The format of the toString() method is subject to change in a future version. Please use RuntimeDelegate.getInstance().createHeaderDelegate(NewCookie.class).toString(value) instead if you rely on the format of this method.
toString() - Method in enum class jakarta.ws.rs.core.Response.Status
Get the reason phrase.
toString() - Method in class jakarta.ws.rs.core.Variant
 
toString() - Method in class jakarta.xml.bind.helpers.ValidationEventImpl
Returns a string representation of this object in a format helpful to debugging.
toString() - Method in class jakarta.xml.bind.helpers.ValidationEventLocatorImpl
Returns a string representation of this object in a format helpful to debugging.
toString() - Method in exception class jakarta.xml.bind.JAXBException
Returns a short description of this JAXBException.
toString() - Method in exception class jakarta.xml.bind.TypeConstraintException
Returns a short description of this TypeConstraintException.
toString() - Method in class jakarta.xml.ws.EndpointReference
Displays EPR infoset for debugging convenience.
toString(int) - Method in class jakarta.mail.internet.ParameterList
Convert this ParameterList into a MIME String.
toString(ELContext) - Method in class com.sun.faces.facelets.el.ELText
Evaluates the ELText to a String
toString(Doctype) - Static method in class com.sun.faces.renderkit.html_basic.DoctypeRenderer
 
toString(Address[]) - Static method in class jakarta.mail.internet.InternetAddress
Convert the given array of InternetAddress objects into a comma separated sequence of address strings.
toString(Address[]) - Static method in class jakarta.mail.internet.NewsAddress
Convert the given array of NewsAddress objects into a comma separated sequence of address strings.
toString(Address[], int) - Static method in class jakarta.mail.internet.InternetAddress
Convert the given array of InternetAddress objects into a comma separated sequence of address strings.
toString(Expression<Character>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Typecast.
toString(T) - Method in interface jakarta.ws.rs.ext.ParamConverter
Convert the supplied value to a String.
toString(T) - Method in interface jakarta.ws.rs.ext.RuntimeDelegate.HeaderDelegate
Convert the supplied value to a String.
totalElements() - Method in record class jakarta.data.page.impl.CursoredPageRecord
Returns the value of the totalElements record component.
totalElements() - Method in record class jakarta.data.page.impl.PageRecord
Returns the value of the totalElements record component.
totalElements() - Method in interface jakarta.data.page.Page
Returns the total number of elements across all pages of query results, if the Page.pageRequest() specified that the total should be retrieved from the database.
totalPages() - Method in record class jakarta.data.page.impl.CursoredPageRecord
 
totalPages() - Method in record class jakarta.data.page.impl.PageRecord
 
totalPages() - Method in interface jakarta.data.page.Page
Returns the total number of pages of query results, if the Page.pageRequest() specified that the total should be retrieved from the database.
toTemplate() - Method in class jakarta.ws.rs.core.UriBuilder
Get the URI template string represented by this URI builder.
toTypeArray(String[]) - Static method in class com.sun.faces.facelets.util.ReflectionUtil
Converts an array of Class names to Class types
toTypeNameArray(Class[]) - Static method in class com.sun.faces.facelets.util.ReflectionUtil
Converts an array of Class types to Class names
TOUCH - Enum constant in enum class jakarta.security.enterprise.authentication.mechanism.http.openid.DisplayType
The Authorization Server should display authentication and consent UI consistent with a device that leverages a touch interface.
toUnicodeString() - Method in class jakarta.mail.internet.InternetAddress
Returns a properly formatted address (RFC 822 syntax) of Unicode characters.
toUnicodeString(Address[]) - Static method in class jakarta.mail.internet.InternetAddress
Convert the given array of InternetAddress objects into a comma separated sequence of address strings.
toUnicodeString(Address[], int) - Static method in class jakarta.mail.internet.InternetAddress
Convert the given array of InternetAddress objects into a comma separated sequence of address strings.
toUpperCase(String) - Static method in class com.sun.faces.facelets.tag.jstl.fn.JstlFunction
 
toViewId(String) - Method in class com.sun.faces.flow.builder.NavigationCaseBuilderImpl
 
toViewId(String) - Method in class jakarta.faces.flow.builder.NavigationCaseBuilder
Set the to-view-id of the current navigation case.
trace() - Method in interface jakarta.ws.rs.client.AsyncInvoker
Invoke HTTP TRACE method for the current request asynchronously.
trace() - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
 
trace() - Method in interface jakarta.ws.rs.client.RxInvoker
Invoke HTTP TRACE method for the current request.
trace() - Method in interface jakarta.ws.rs.client.SyncInvoker
Invoke HTTP TRACE method for the current request synchronously.
trace(InvocationCallback<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
Invoke HTTP TRACE method for the current request asynchronously.
trace(GenericType<R>) - Method in interface jakarta.ws.rs.client.RxInvoker
Invoke HTTP TRACE method for the current request.
trace(GenericType<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
Invoke HTTP TRACE method for the current request asynchronously.
trace(GenericType<T>) - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
 
trace(GenericType<T>) - Method in interface jakarta.ws.rs.client.SyncInvoker
Invoke HTTP TRACE method for the current request synchronously.
trace(Class<R>) - Method in interface jakarta.ws.rs.client.RxInvoker
Invoke HTTP TRACE method for the current request.
trace(Class<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
Invoke HTTP TRACE method for the current request asynchronously.
trace(Class<T>) - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
 
trace(Class<T>) - Method in interface jakarta.ws.rs.client.SyncInvoker
Invoke HTTP TRACE method for the current request synchronously.
trackViewModifications() - Method in class com.sun.faces.context.StateContext
 
TRAILING - Enum constant in enum class jakarta.persistence.criteria.CriteriaBuilder.Trimspec
Trim from trailing end.
Transaction - Interface in jakarta.transaction
The Transaction interface allows operations to be performed against the transaction in the target Transaction object.
TRANSACTION - Enum constant in enum class jakarta.persistence.PersistenceContextType
Transaction-scoped persistence context
TRANSACTION - Static variable in annotation interface jakarta.enterprise.concurrent.ContextServiceDefinition
Context that controls the transaction that is associated with the thread.
TRANSACTION - Static variable in interface jakarta.enterprise.concurrent.ManagedTask
Execution property to be returned in ManagedTask.getExecutionProperties() or ContextService.createContextualProxy() to inform the Jakarta EE Product Provider under which transaction should the task or proxy method of contextual proxy object be executed in.
transactional() - Element in annotation interface jakarta.annotation.sql.DataSourceDefinition
Set to false if connections should not participate in transactions.
transactional() - Element in annotation interface jakarta.jms.JMSConnectionFactoryDefinition
Set to false if connections should not participate in transactions.
Transactional - Annotation Interface in jakarta.transaction
The jakarta.transaction.Transactional annotation provides the application the ability to declaratively control transaction boundaries on CDI managed beans, as well as classes defined as managed beans by the Jakarta EE specification, at both the class and method level where method level annotations override those at the class level.
Transactional.TxType - Enum Class in jakarta.transaction
The TxType element of the annotation indicates whether a bean method is to be executed within a transaction context where the values provide the following corresponding behavior.
TransactionalException - Exception Class in jakarta.transaction
The TransactionalException thrown from the Transactional interceptors implementation contains the original exception as its nested exception and is a RuntimeException, therefore, by default any transaction that was started as a result of a Transactional annotation earlier in the call stream will be marked for rollback as a result of the TransactionalException being thrown by the Transactional interceptor of the second bean.
TransactionalException(String, Throwable) - Constructor for exception class jakarta.transaction.TransactionalException
 
TransactionAttribute - Annotation Interface in jakarta.ejb
The TransactionAttribute annotation specifies whether the container is to invoke a business method within a transaction context.
TransactionAttributeType - Enum Class in jakarta.ejb
The enum TransactionAttributeType is used with the TransactionAttribute annotation to specify whether the methods of a session bean or message driven bean are called with a valid transaction context.
TransactionContext - Class in jakarta.resource.spi.work
A standard WorkContext that allows a Work instance to propagate transaction related context information from an EIS to an application server.
TransactionContext() - Constructor for class jakarta.resource.spi.work.TransactionContext
 
TransactionInProgressException - Exception Class in jakarta.jms
This exception is thrown when an operation is invalid because a transaction is in progress.
TransactionInProgressException(String) - Constructor for exception class jakarta.jms.TransactionInProgressException
Constructs a TransactionInProgressException with the specified reason.
TransactionInProgressException(String, String) - Constructor for exception class jakarta.jms.TransactionInProgressException
Constructs a TransactionInProgressException with the specified reason and error code.
TransactionInProgressException(String, String, Exception) - Constructor for exception class jakarta.jms.TransactionInProgressException
Constructs a TransactionInProgressException with the specified reason, error code and linked exception.
TransactionInProgressRuntimeException - Exception Class in jakarta.jms
This unchecked exception is thrown when an operation is invalid because a transaction is in progress.
TransactionInProgressRuntimeException(String) - Constructor for exception class jakarta.jms.TransactionInProgressRuntimeException
Constructs a TransactionInProgressRuntimeException with the specified detail message
TransactionInProgressRuntimeException(String, String) - Constructor for exception class jakarta.jms.TransactionInProgressRuntimeException
Constructs a TransactionInProgressRuntimeException with the specified detail message and error code.
TransactionInProgressRuntimeException(String, String, Throwable) - Constructor for exception class jakarta.jms.TransactionInProgressRuntimeException
Constructs a TransactionInProgressRuntimeException with the specified detail message, error code and cause
TransactionManagement - Annotation Interface in jakarta.ejb
Specifies whether a session bean or message driven bean has container managed transactions or bean managed transactions.
TransactionManagementType - Enum Class in jakarta.ejb
The enum TransactionManagementType is used with the TransactionManagement annotation to specify whether container-managed or bean-managed transaction management is used.
TransactionManager - Interface in jakarta.transaction
The TransactionManager interface defines the methods that allow an application server to manage transaction boundaries.
transactionPhase() - Method in interface jakarta.enterprise.inject.build.compatible.spi.ObserverInfo
Returns the transaction phase of this transactional observer.
transactionPhase(TransactionPhase) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticObserverBuilder
Sets the TransactionPhase during which this synthetic observer should be notified.
transactionPhase(TransactionPhase) - Method in interface jakarta.enterprise.inject.spi.configurator.ObserverMethodConfigurator
Set the TransactionPhase for the observer to build
TransactionPhase - Enum Class in jakarta.enterprise.event
Distinguishes the various kinds of transactional observer methods from regular observer methods which are notified immediately.
TransactionRequiredException - Exception Class in jakarta.persistence
Thrown by the persistence provider when a transaction is required but is not active.
TransactionRequiredException - Exception Class in jakarta.transaction
This exception indicates that a request carried a null transaction context, but the target object requires an active transaction.
TransactionRequiredException() - Constructor for exception class jakarta.persistence.TransactionRequiredException
Constructs a new TransactionRequiredException exception with null as its detail message.
TransactionRequiredException() - Constructor for exception class jakarta.transaction.TransactionRequiredException
 
TransactionRequiredException(Exception) - Constructor for exception class jakarta.persistence.TransactionRequiredException
Constructs a new TransactionRequiredException exception with null as its detail message.
TransactionRequiredException(String) - Constructor for exception class jakarta.persistence.TransactionRequiredException
Constructs a new TransactionRequiredException exception with the specified detail message.
TransactionRequiredException(String) - Constructor for exception class jakarta.transaction.TransactionRequiredException
 
TransactionRequiredException(String, Exception) - Constructor for exception class jakarta.persistence.TransactionRequiredException
Constructs a new TransactionRequiredException exception with the specified detail message.
TransactionRequiredLocalException - Exception Class in jakarta.ejb
This exception is thrown to a local client to indicate that a request carried a null transaction context, but the target object requires an active transaction.
TransactionRequiredLocalException() - Constructor for exception class jakarta.ejb.TransactionRequiredLocalException
Constructs a TransactionRequiredLocalException with no detail message.
TransactionRequiredLocalException(String) - Constructor for exception class jakarta.ejb.TransactionRequiredLocalException
Constructs an TransactionRequiredLocalException with the specified detailed message.
TransactionRolledbackException - Exception Class in jakarta.transaction
This exception indicates that the transaction associated with processing of the request has been rolled back, or it has been marked to roll back.
TransactionRolledbackException() - Constructor for exception class jakarta.transaction.TransactionRolledbackException
 
TransactionRolledbackException(String) - Constructor for exception class jakarta.transaction.TransactionRolledbackException
 
TransactionRolledBackException - Exception Class in jakarta.jms
This exception must be thrown when a call to Session.commit results in a rollback of the current transaction.
TransactionRolledBackException(String) - Constructor for exception class jakarta.jms.TransactionRolledBackException
Constructs a TransactionRolledBackException with the specified reason.
TransactionRolledBackException(String, String) - Constructor for exception class jakarta.jms.TransactionRolledBackException
Constructs a TransactionRolledBackException with the specified reason and error code.
TransactionRolledBackException(String, String, Exception) - Constructor for exception class jakarta.jms.TransactionRolledBackException
Constructs a TransactionRolledBackException with the specified reason, error code and linked exception.
TransactionRolledbackLocalException - Exception Class in jakarta.ejb
This exception is thrown to a local client to indicate that the transaction associated with processing of the request has been rolled back, or marked to roll back.
TransactionRolledbackLocalException() - Constructor for exception class jakarta.ejb.TransactionRolledbackLocalException
Constructs a TransactionRolledbackLocalException with no detail message.
TransactionRolledbackLocalException(String) - Constructor for exception class jakarta.ejb.TransactionRolledbackLocalException
Constructs a TransactionRolledbackLocalException with the specified detailed message.
TransactionRolledbackLocalException(String, Exception) - Constructor for exception class jakarta.ejb.TransactionRolledbackLocalException
Constructs a TransactionRolledbackLocalException with the specified detail message and a nested exception.
TransactionRolledBackRuntimeException - Exception Class in jakarta.jms
This unchecked exception must be thrown when a call to JMSContext.commit results in a rollback of the current transaction.
TransactionRolledBackRuntimeException(String) - Constructor for exception class jakarta.jms.TransactionRolledBackRuntimeException
Constructs a TransactionRolledBackRuntimeException with the specified detail message
TransactionRolledBackRuntimeException(String, String) - Constructor for exception class jakarta.jms.TransactionRolledBackRuntimeException
Constructs a TransactionRolledBackRuntimeException with the specified detail message and error code.
TransactionRolledBackRuntimeException(String, String, Throwable) - Constructor for exception class jakarta.jms.TransactionRolledBackRuntimeException
Constructs a TransactionRolledBackRuntimeException with the specified detail message, error code and cause
TransactionScoped - Annotation Interface in jakarta.transaction
The jakarta.transaction.TransactionScoped annotation provides the ability to specify a standard CDI scope to define bean instances whose lifecycle is scoped to the currently active Jakarta Transactions transaction.
transactionSupport() - Element in annotation interface jakarta.resource.ConnectionFactoryDefinition
The level of transaction support the connection factory resource needs to support.
transactionSupport() - Element in annotation interface jakarta.resource.spi.Connector
Specifies the level of transaction support provided by the resource adapter.
TransactionSupport - Interface in jakarta.resource.spi
This interface may be optionally implemented by a ManagedConnectionFactory to provide its level of transaction support at runtime.
TransactionSupport.TransactionSupportLevel - Enum Class in jakarta.resource.spi
An enumerated type that represents the levels of transaction support a resource adapter may support.
TransactionSynchronizationRegistry - Interface in jakarta.transaction
This interface is intended for use by system level application server components such as persistence managers, resource adapters, as well as Jakarta Enterprise Beans and Web application components.
transactionType() - Method in class jakarta.persistence.PersistenceConfiguration
transactionType(PersistenceUnitTransactionType) - Method in class jakarta.persistence.PersistenceConfiguration
Specify the transaction type for the persistence unit.
transform(ClassLoader, String, Class<?>, ProtectionDomain, byte[]) - Method in interface jakarta.persistence.spi.ClassTransformer
Invoked when a class is being loaded or redefined.
TransformerException - Exception Class in jakarta.persistence.spi
Thrown by the persistence provider when a problem during class re-definition occurs.
TransformerException() - Constructor for exception class jakarta.persistence.spi.TransformerException
Constructs a new TransformerException exception with null as its detail message.
TransformerException(String) - Constructor for exception class jakarta.persistence.spi.TransformerException
Constructs a new TransformerException exception with the specified detail message.
TransformerException(String, Throwable) - Constructor for exception class jakarta.persistence.spi.TransformerException
Constructs a new TransformerException exception with the specified detail message and cause.
TransformerException(Throwable) - Constructor for exception class jakarta.persistence.spi.TransformerException
Constructs a new TransformerException exception with the specified cause.
Transient - Annotation Interface in jakarta.persistence
Specifies that the annotated property or field is not persistent.
transientField(boolean) - Method in interface jakarta.enterprise.inject.spi.configurator.InjectionPointConfigurator
Change the transient status of the built InjectionPoint.
TransientReference - Annotation Interface in jakarta.enterprise.inject
If a parameter annotated with @TransientReference resolves to a dependent scoped bean, then the bean will be destroyed after the invocation completes.
TransientReference.Literal - Class in jakarta.enterprise.inject
Supports inline instantiation of the TransientReference annotation.
TransientStateHelper - Interface in jakarta.faces.component
Define a Map-like contract that makes it easier for components to implement TransientStateHolder.
TransientStateHolder - Interface in jakarta.faces.component
This interface is implemented by classes that need to save state that is expected to be available only within the scope of the current request.
transition(FacesContext, Flow, Flow, FlowCallNode, String) - Method in class com.sun.faces.flow.FlowHandlerImpl
 
transition(FacesContext, Flow, Flow, FlowCallNode, String) - Method in class jakarta.faces.flow.FlowHandler
Perform a transition in the flow graph for the current user's ClientWindow.
translateName(String) - Method in interface jakarta.json.bind.config.PropertyNamingStrategy
Translates the property name into its JSON field name representation.
Transport - Class in jakarta.mail
An abstract class that models a message transport.
Transport(Session, URLName) - Constructor for class jakarta.mail.Transport
Constructor.
TRANSPORT - Static variable in class jakarta.mail.Provider.Type
The Provider of type TRANSPORT.
TransportAdapter - Class in jakarta.mail.event
The adapter which receives Transport events.
TransportAdapter() - Constructor for class jakarta.mail.event.TransportAdapter
Creates a default TransportAdapter.
TransportEvent - Class in jakarta.mail.event
This class models Transport events.
TransportEvent(Transport, int, Address[], Address[], Address[], Message) - Constructor for class jakarta.mail.event.TransportEvent
Constructor.
transportGuarantee() - Element in annotation interface jakarta.servlet.annotation.HttpConstraint
The data protection requirements (i.e., whether or not SSL/TLS is required) that must be satisfied by the connections on which requests arrive.
transportGuarantee() - Element in annotation interface jakarta.servlet.annotation.HttpMethodConstraint
The data protection requirements (i.e., whether or not SSL/TLS is required) that must be satisfied by the connections on which requests arrive.
TransportListener - Interface in jakarta.mail.event
This is the Listener interface for Transport events
transportProtocol() - Element in annotation interface jakarta.mail.MailSessionDefinition
Transport protocol name.
traversableResolver(TraversableResolver) - Method in interface jakarta.validation.Configuration
Defines the traversable resolver used.
traversableResolver(TraversableResolver) - Method in interface jakarta.validation.ValidatorContext
Defines the traversable resolver implementation used by the Validator.
TraversableResolver - Interface in jakarta.validation
Contract determining if a property can be accessed by the Jakarta Validation provider.
treat(CollectionJoin<X, T>, Class<E>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Downcast CollectionJoin object to the specified type.
treat(Join<X, T>, Class<V>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Downcast Join object to the specified type.
treat(ListJoin<X, T>, Class<E>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Downcast ListJoin object to the specified type.
treat(MapJoin<X, K, T>, Class<V>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Downcast MapJoin object to the specified type.
treat(Path<X>, Class<T>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Downcast Path object to the specified type.
treat(Root<X>, Class<T>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Downcast Root object to the specified type.
treat(SetJoin<X, T>, Class<E>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Downcast SetJoin object to the specified type.
TREE_HAS_DYNAMIC_COMPONENTS - Static variable in class com.sun.faces.RIConstants
Present in the attrs of UIViewRoot iff the tree has one or more dynamic modifications
TreeCreation - Enum constant in enum class com.sun.faces.component.CompositeComponentStackManager.StackType
 
Trigger - Interface in jakarta.enterprise.concurrent
Triggers allow application developers to plug in rules for when and how often a task should run.
trim(char, Expression<String>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create expression to trim character from both ends of a string.
trim(CriteriaBuilder.Trimspec, char, Expression<String>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create expression to trim character from a string.
trim(CriteriaBuilder.Trimspec, Expression<Character>, Expression<String>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create expression to trim character from a string.
trim(CriteriaBuilder.Trimspec, Expression<String>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create expression to trim blanks from a string.
trim(Expression<Character>, Expression<String>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create expression to trim character from both ends of a string.
trim(Expression<String>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create expression to trim blanks from both ends of a string.
trim(String) - Static method in class com.sun.faces.facelets.tag.jstl.fn.JstlFunction
 
trimLeadingSlash(String) - Method in class com.sun.faces.application.resource.ResourceHelper
 
True - Enum constant in enum class com.sun.faces.config.WebConfiguration.DisableUnicodeEscaping
 
TRUE - Enum constant in enum class jakarta.json.JsonValue.ValueType
JSON true.
TRUE - Static variable in interface jakarta.json.JsonValue
JSON true value.
truncate() - Method in interface jakarta.persistence.SchemaManager
Truncate the database tables mapped by entities belonging to the persistence unit, and then re-import initial data from any configured SQL scripts for data loading.
trustStore(KeyStore) - Method in class jakarta.ws.rs.client.ClientBuilder
Set the client-side trust store.
TrustStoreCallback - Class in jakarta.security.auth.message.callback
Callback for trusted certificate KeyStore.
TrustStoreCallback() - Constructor for class jakarta.security.auth.message.callback.TrustStoreCallback
 
TRY_AGAIN_LATER - Enum constant in enum class jakarta.websocket.CloseReason.CloseCodes
1013 indicates that the service is experiencing overload
TryCatchFinally - Interface in jakarta.servlet.jsp.tagext
The auxiliary interface of a Tag, IterationTag or BodyTag tag handler that wants additional hooks for managing resources.
tuple(Selection<?>...) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create a tuple-valued selection item.
tuple(List<Selection<?>>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create a tuple-valued selection item.
Tuple - Interface in jakarta.persistence
Interface for extracting the elements of a query result tuple.
TupleElement<X> - Interface in jakarta.persistence
The TupleElement interface defines an element that is returned in a query result tuple.
Two Messaging Styles - Search tag in package jakarta.jms
Section
TX_CONCURRENT_WORK_DISALLOWED - Static variable in exception class jakarta.resource.spi.work.WorkException
Indicates that concurrent work within a transaction is disallowed.
TX_RECREATE_FAILED - Static variable in exception class jakarta.resource.spi.work.WorkException
Indicates a failure in recreating the specified transaction context.
type - Enum constant in enum class jakarta.faces.component.html.HtmlCommandButton.PropertyKeys
 
type - Enum constant in enum class jakarta.faces.component.html.HtmlCommandLink.PropertyKeys
 
type - Enum constant in enum class jakarta.faces.component.html.HtmlInputText.PropertyKeys
 
type - Enum constant in enum class jakarta.faces.component.html.HtmlOutcomeTargetLink.PropertyKeys
 
type - Enum constant in enum class jakarta.faces.component.html.HtmlOutputLink.PropertyKeys
 
type - Variable in class com.sun.faces.facelets.tag.faces.core.EventHandler
 
type - Variable in class jakarta.mail.event.ConnectionEvent
The event type.
type - Variable in class jakarta.mail.event.FolderEvent
The event type.
type - Variable in class jakarta.mail.event.MessageChangedEvent
The event type.
type - Variable in class jakarta.mail.event.MessageCountEvent
The event type.
type - Variable in class jakarta.mail.event.StoreEvent
The event type.
type - Variable in class jakarta.mail.event.TransportEvent
The event type.
type - Variable in class jakarta.mail.Message.RecipientType
The type of recipient, usually the name of a corresponding Internet standard header.
type() - Element in annotation interface jakarta.annotation.Resource
The Java type of the resource.
type() - Method in interface jakarta.enterprise.inject.build.compatible.spi.InjectionPointInfo
Returns the type of this injection point.
type() - Method in interface jakarta.enterprise.lang.model.declarations.FieldInfo
Returns the type of this field.
type() - Method in interface jakarta.enterprise.lang.model.declarations.ParameterInfo
Returns the type of this parameter.
type() - Method in interface jakarta.enterprise.lang.model.declarations.RecordComponentInfo
Returns the type of this record component.
type() - Element in annotation interface jakarta.json.bind.annotation.JsonbSubtype
An actual type bound to the alias.
type() - Element in annotation interface jakarta.persistence.ColumnResult
(Optional) The Java type to which the column type is to be mapped.
type() - Method in interface jakarta.persistence.criteria.Path
Create an expression corresponding to the type of the path.
type() - Element in annotation interface jakarta.persistence.NamedSubgraph
(Optional) The type represented by this subgraph.
type() - Element in annotation interface jakarta.persistence.PersistenceContext
(Optional) Specifies whether a transaction-scoped persistence context or an extended persistence context is to be used.
type() - Element in annotation interface jakarta.persistence.StoredProcedureParameter
JDBC type of the parameter.
type() - Element in annotation interface jakarta.resource.spi.ConfigProperty
Inferred by the container if unspecified.
type() - Element in annotation interface jakarta.validation.executable.ValidateOnExecution
List of executable types to be validated when called.
type() - Element in annotation interface jakarta.validation.valueextraction.ExtractedValue
The type of the value extracted by the ValueExtractor.
type() - Element in annotation interface jakarta.xml.bind.annotation.adapters.XmlJavaTypeAdapter
If this annotation is used at the package level, then value of the type() must be specified.
type() - Element in annotation interface jakarta.xml.bind.annotation.XmlElement
The Java class being referenced.
type() - Element in annotation interface jakarta.xml.bind.annotation.XmlElementRef
The Java type being referenced.
type() - Element in annotation interface jakarta.xml.bind.annotation.XmlSchemaType
If this annotation is used at the package level, then value of the type() must be specified.
type() - Element in annotation interface jakarta.xml.ws.WebServiceRef
The Java type of the resource.
type(ClassInfo) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticBeanBuilder
Adds type to the set of bean types of this synthetic bean.
type(Type) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticBeanBuilder
Adds type to the set of bean types of this synthetic bean.
type(MediaType) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
Set the message entity media type.
type(Class<?>) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticBeanBuilder
Adds type to the set of bean types of this synthetic bean.
type(Type) - Method in interface jakarta.enterprise.inject.spi.configurator.InjectionPointConfigurator
Set the required Type (that will be used during typesafe resolution) of the InjectionPoint to build.
type(String) - Method in interface jakarta.ws.rs.core.Link.Builder
Convenience method to set a type on this link.
type(String) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
Set the message entity media type.
Type - Interface in jakarta.enterprise.lang.model.types
A type is used in a program source code, but does not have to be declared anywhere.
Type<X> - Interface in jakarta.persistence.metamodel
An instance of the type Type represents a persistent object or attribute type.
TYPE - Static variable in class com.sun.faces.facelets.tag.faces.CompositeComponentImpl
 
TYPE - Static variable in class jakarta.ws.rs.core.Link
Type link param from RFC 5988.
TYPE_MESSAGE_ID - Static variable in class jakarta.faces.validator.DoubleRangeValidator
The message identifier of the FacesMessage to be created if the current value of this component is not of the correct type.
TYPE_MESSAGE_ID - Static variable in class jakarta.faces.validator.LongRangeValidator
The message identifier of the FacesMessage to be created if the current value of this component is not of the correct type.
TYPE_VARIABLE - Enum constant in enum class jakarta.enterprise.lang.model.types.Type.Kind
A type variable, e.g.
Type.Kind - Enum Class in jakarta.enterprise.lang.model.types
The type kind: void, primitive, class, array, parameterized type, type variable, wildcard type
Type.PersistenceType - Enum Class in jakarta.persistence.metamodel
 
typeArguments() - Method in interface jakarta.enterprise.lang.model.types.ParameterizedType
Returns the list of type arguments that were applied to a generic class to form this parameterized type.
TypeConstraintException - Exception Class in jakarta.xml.bind
This exception indicates that a violation of a dynamically checked type constraint was detected.
TypeConstraintException(String) - Constructor for exception class jakarta.xml.bind.TypeConstraintException
Construct a TypeConstraintException with the specified detail message.
TypeConstraintException(String, String) - Constructor for exception class jakarta.xml.bind.TypeConstraintException
Construct a TypeConstraintException with the specified detail message and vendor specific errorCode.
TypeConstraintException(String, String, Throwable) - Constructor for exception class jakarta.xml.bind.TypeConstraintException
Construct a TypeConstraintException with the specified detail message, vendor specific errorCode, and linkedException.
TypeConstraintException(String, Throwable) - Constructor for exception class jakarta.xml.bind.TypeConstraintException
Construct a TypeConstraintException with the specified detail message and linkedException.
TypeConstraintException(Throwable) - Constructor for exception class jakarta.xml.bind.TypeConstraintException
Construct a TypeConstraintException with a linkedException.
TypeConverter - Class in jakarta.el
A convenient class for writing an ELResolver to do custom type conversions.
TypeConverter() - Constructor for class jakarta.el.TypeConverter
 
Typed - Annotation Interface in jakarta.enterprise.inject
Restricts the bean types of a bean.
Typed.Literal - Class in jakarta.enterprise.inject
Supports inline instantiation of the Typed annotation.
TypedCollections - Class in com.sun.faces.util
 
TypedCollections() - Constructor for class com.sun.faces.util.TypedCollections
 
TypedQuery<X> - Interface in jakarta.persistence
Interface used to control the execution of typed queries.
TypedQueryReference<R> - Interface in jakarta.persistence
A reference to a named query declared via the NamedQuery or NamedNativeQuery annotations.
TypeLiteral<T> - Class in jakarta.enterprise.util
Supports inline instantiation of objects that represent parameterized types with actual type parameters.
TypeLiteral() - Constructor for class jakarta.enterprise.util.TypeLiteral
The literal constructor, only for subclasses.
typeParameters() - Method in interface jakarta.enterprise.lang.model.declarations.ClassInfo
Returns a list of type parameters declared on this class.
typeParameters() - Method in interface jakarta.enterprise.lang.model.declarations.MethodInfo
Returns a list of type parameters declared on this method.
types() - Method in interface jakarta.enterprise.inject.build.compatible.spi.BeanInfo
Returns a collection of all types of this bean.
types() - Element in annotation interface jakarta.enterprise.inject.build.compatible.spi.Enhancement
Defines the set of expected types.
types() - Element in annotation interface jakarta.enterprise.inject.build.compatible.spi.Registration
Defines the set of expected types.
types(Type...) - Method in class com.sun.faces.cdi.ApplicationMapProducer
 
types(Type...) - Method in class com.sun.faces.cdi.ApplicationProducer
 
types(Type...) - Method in class com.sun.faces.cdi.ComponentProducer
 
types(Type...) - Method in class com.sun.faces.cdi.CompositeComponentProducer
 
types(Type...) - Method in class com.sun.faces.cdi.DataModelClassesMapProducer
 
types(Type...) - Method in class com.sun.faces.cdi.ExternalContextProducer
 
types(Type...) - Method in class com.sun.faces.cdi.FacesContextProducer
 
types(Type...) - Method in class com.sun.faces.cdi.FlashProducer
 
types(Type...) - Method in class com.sun.faces.cdi.FlowMapProducer
 
types(Type...) - Method in class com.sun.faces.cdi.FlowProducer
 
types(Type...) - Method in class com.sun.faces.cdi.HeaderMapProducer
 
types(Type...) - Method in class com.sun.faces.cdi.HeaderValuesMapProducer
 
types(Type...) - Method in class com.sun.faces.cdi.InitParameterMapProducer
 
types(Type...) - Method in class com.sun.faces.cdi.ManagedPropertyProducer
 
types(Type...) - Method in class com.sun.faces.cdi.RequestCookieMapProducer
 
types(Type...) - Method in class com.sun.faces.cdi.RequestMapProducer
 
types(Type...) - Method in class com.sun.faces.cdi.RequestParameterMapProducer
 
types(Type...) - Method in class com.sun.faces.cdi.RequestParameterValuesMapProducer
 
types(Type...) - Method in class com.sun.faces.cdi.RequestProducer
 
types(Type...) - Method in class com.sun.faces.cdi.ResourceHandlerProducer
 
types(Type...) - Method in class com.sun.faces.cdi.SessionMapProducer
 
types(Type...) - Method in class com.sun.faces.cdi.SessionProducer
 
types(Type...) - Method in class com.sun.faces.cdi.ViewMapProducer
 
types(Type...) - Method in class com.sun.faces.cdi.ViewProducer
 
types(Type...) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanAttributesConfigurator
Replace bean types
types(Type...) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
Replace bean types
types(Set<Type>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanAttributesConfigurator
Replace bean types
types(Set<Type>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
Replace bean types
Types - Interface in jakarta.enterprise.inject.build.compatible.spi
Factory for types.
TypeVariable - Interface in jakarta.enterprise.lang.model.types
Type variables represent type parameters declared on generic classes or methods.
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