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

E

EAGER - Enum constant in enum class jakarta.persistence.FetchType
Data must be eagerly fetched.
EditableValueHolder - Interface in jakarta.faces.component
EditableValueHolder is an extension of ValueHolder that describes additional features supported by editable components, including ValueChangeEvents and Validators.
EditableValueHolderAttachedObjectHandler - Interface in jakarta.faces.view
A VDL handler that exposes Validator or ValueChangeListener to a page author.
EditableValueHolderAttachedObjectTarget - Interface in jakarta.faces.view
A marker interface for VDL tags that represent <composite:editableValueHolder/> for use by the composite component page author.
EditableValueHolderAttachedObjectTargetHandler - Class in com.sun.faces.facelets.tag.composite
 
EditableValueHolderAttachedObjectTargetHandler(TagConfig) - Constructor for class com.sun.faces.facelets.tag.composite.EditableValueHolderAttachedObjectTargetHandler
 
EditableValueHolderAttachedObjectTargetImpl - Class in com.sun.faces.facelets.tag.composite
 
EditableValueHolderAttachedObjectTargetImpl() - Constructor for class com.sun.faces.facelets.tag.composite.EditableValueHolderAttachedObjectTargetImpl
 
EditableValueHolderRule - Class in com.sun.faces.facelets.tag.faces
 
EditableValueHolderRule() - Constructor for class com.sun.faces.facelets.tag.faces.EditableValueHolderRule
 
EJB - Annotation Interface in jakarta.ejb
Indicates a dependency on the local, no-interface, or remote view of an Enterprise Bean.
EJBAccessException - Exception Class in jakarta.ejb
This exception indicates that client access to a business method was denied.
EJBAccessException() - Constructor for exception class jakarta.ejb.EJBAccessException
Constructs an EJBAccessException with no detail message.
EJBAccessException(String) - Constructor for exception class jakarta.ejb.EJBAccessException
Constructs an EJBAccessException with the specified detailed message.
ejbActivate() - Method in interface jakarta.ejb.EntityBean
A container invokes this method when the instance is taken out of the pool of available instances to become associated with a specific enterprise bean object.
ejbActivate() - Method in interface jakarta.ejb.SessionBean
The activate method is called when a stateful session bean instance is activated from its "passive" state.
EJBContainer - Class in jakarta.ejb.embeddable
Used to execute an enterprise bean application in an embeddable container.
EJBContainer() - Constructor for class jakarta.ejb.embeddable.EJBContainer
 
EJBContainerProvider - Interface in jakarta.ejb.spi
The EJBContainerProvider SPI is used by the embeddable container bootstrap class to initialize a suitable embeddable container.
EJBContext - Interface in jakarta.ejb
The EJBContext interface provides an instance with access to the container-provided runtime context of an enterprise bean instance.
EJBException - Exception Class in jakarta.ejb
The EJBException is thrown to report that the invoked business method or callback method could not be completed because of an unexpected error (e.g.
EJBException() - Constructor for exception class jakarta.ejb.EJBException
Constructs an EJBException with no detail message.
EJBException(Exception) - Constructor for exception class jakarta.ejb.EJBException
Constructs an EJBException that embeds the originally thrown exception.
EJBException(String) - Constructor for exception class jakarta.ejb.EJBException
Constructs an EJBException with the specified detailed message.
EJBException(String, Exception) - Constructor for exception class jakarta.ejb.EJBException
Constructs an EJBException that embeds the originally thrown exception with the specified detail message.
EJBHome - Interface in jakarta.ejb
The EJBHome interface must be extended by all enterprise beans' remote home interfaces.
ejbLoad() - Method in interface jakarta.ejb.EntityBean
A container invokes this method to instruct the instance to synchronize its state by loading it state from the underlying database.
EJBLocalHome - Interface in jakarta.ejb
The EJBLocalHome interface must be extended by all enterprise beans' local home interfaces.
EJBLocalObject - Interface in jakarta.ejb
The EJBLocalObject interface must be extended by all enterprise beans' local interfaces.
EJBMetaData - Interface in jakarta.ejb
The EJBMetaData interface allows a client to obtain the enterprise bean's meta-data information.
EJBObject - Interface in jakarta.ejb
The EJBObject interface is extended by all enterprise beans' remote interfaces.
ejbPassivate() - Method in interface jakarta.ejb.EntityBean
A container invokes this method on an instance before the instance becomes disassociated with a specific enterprise bean object.
ejbPassivate() - Method in interface jakarta.ejb.SessionBean
The passivate method is called before a stateful session bean instance enters the "passive" state.
ejbRemove() - Method in interface jakarta.ejb.EntityBean
A container invokes this method before it removes the enterprise bean object that is currently associated with the instance.
ejbRemove() - Method in interface jakarta.ejb.MessageDrivenBean
A container invokes this method before it ends the life of the message-driven object.
ejbRemove() - Method in interface jakarta.ejb.SessionBean
A container invokes this method before it ends the life of the session object.
EJBs - Annotation Interface in jakarta.ejb
Declares multiple EJB annotations.
ejbStore() - Method in interface jakarta.ejb.EntityBean
A container invokes this method to instruct the instance to synchronize its state by storing it to the underlying database.
ejbTimeout(Timer) - Method in interface jakarta.ejb.TimedObject
Invoked by the enterprise bean container upon timer expiration.
EJBTransactionRequiredException - Exception Class in jakarta.ejb
This exception indicates that a request carried a null transaction context, but the target object requires an active transaction.
EJBTransactionRequiredException() - Constructor for exception class jakarta.ejb.EJBTransactionRequiredException
Constructs an EJBTransactionRequiredException with no detail message.
EJBTransactionRequiredException(String) - Constructor for exception class jakarta.ejb.EJBTransactionRequiredException
Constructs an EJBTransactionRequiredException with the specified detailed message.
EJBTransactionRolledbackException - Exception Class in jakarta.ejb
This exception is thrown to a caller of bean business method to indicate that the transaction associated with processing of the request has been rolled back, or marked to roll back.
EJBTransactionRolledbackException() - Constructor for exception class jakarta.ejb.EJBTransactionRolledbackException
Constructs an EJBTransactionRolledbackException with no detail message.
EJBTransactionRolledbackException(String) - Constructor for exception class jakarta.ejb.EJBTransactionRolledbackException
Constructs an EJBTransactionRolledbackException with the specified detailed message.
EJBTransactionRolledbackException(String, Exception) - Constructor for exception class jakarta.ejb.EJBTransactionRolledbackException
Constructs an EJBTransactionRolledbackException with the specified detail message and a nested exception.
EL_OUT_OF_BOUNDS_ERROR_ID - Static variable in class com.sun.faces.util.MessageUtils
 
EL_PROPERTY_TYPE_ERROR_ID - Static variable in class com.sun.faces.util.MessageUtils
 
EL_RESOLVER_CHAIN_TYPE_NAME - Static variable in class com.sun.faces.util.RequestStateManager
Attribute describing the current ELResolver chain type
EL_SIZE_OUT_OF_BOUNDS_ERROR_ID - Static variable in class com.sun.faces.util.MessageUtils
 
ELAwareBeanManager - Interface in jakarta.enterprise.inject.spi.el
A BeanManager that allows integrators to obtain Unified EL objects that are integrated with the CDI container as described in the Jakarta EE Platform specification.
ELAwareBeanManagerWrapper - Class in com.sun.faces.util
 
ELAwareBeanManagerWrapper(BeanManager) - Constructor for class com.sun.faces.util.ELAwareBeanManagerWrapper
 
ELClass - Class in jakarta.el
A runtime representation of a Class in the Jakarta Expression Language expressions.
ELClass(Class<?>) - Constructor for class jakarta.el.ELClass
Constructor
ELConstants - Interface in com.sun.faces.el
 
ELContext - Class in jakarta.el
Context information for expression parsing and evaluation.
ELContext() - Constructor for class jakarta.el.ELContext
 
ELContextEvent - Class in jakarta.el
An event which indicates that an ELContext has been created.
ELContextEvent(ELContext) - Constructor for class jakarta.el.ELContextEvent
Constructs an ELContextEvent object to indicate that an ELContext has been created.
ELContextImpl - Class in com.sun.faces.el
Concrete implementation of ELContext.
ELContextImpl(ELResolver) - Constructor for class com.sun.faces.el.ELContextImpl
Constructs a new ELContext associated with the given ELResolver.
ELContextImpl(FacesContext) - Constructor for class com.sun.faces.el.ELContextImpl
 
ELContextListener - Interface in jakarta.el
The listener interface for receiving notification when an ELContext is created.
ELContextListenerImpl - Class in com.sun.faces.el
 
ELContextListenerImpl() - Constructor for class com.sun.faces.el.ELContextListenerImpl
 
element(Element) - Method in class jakarta.xml.ws.wsaddressing.W3CEndpointReferenceBuilder
Adds an extension element to the W3CEndpointReference instance's wsa:EndpointReference element.
Element - Interface in jakarta.xml.bind
This is an element marker interface.
ELEMENT_COLLECTION - Enum constant in enum class jakarta.persistence.metamodel.Attribute.PersistentAttributeType
Element collection
ElementCollection - Annotation Interface in jakarta.persistence
Declares a collection of instances of a basic type or embeddable class.
ElementDescriptor - Interface in jakarta.validation.metadata
Describes a validated element (class, property, method etc.).
ElementDescriptor.ConstraintFinder - Interface in jakarta.validation.metadata
Declares restrictions on retrieved constraints.
elementFormDefault() - Element in annotation interface jakarta.xml.bind.annotation.XmlSchema
Namespace qualification for elements.
ElementKind - Enum Class in jakarta.validation
Enum of possible kinds of elements encountered in Jakarta Validation.
elements() - Method in interface jakarta.data.page.PageRequest.Cursor
An unmodifiable list of values in the key.
ELException - Exception Class in jakarta.el
Represents any of the exception conditions that can arise during expression evaluation.
ELException() - Constructor for exception class jakarta.el.ELException
Creates an ELException with no detail message.
ELException(String) - Constructor for exception class jakarta.el.ELException
Creates an ELException with the provided detail message.
ELException(String, Throwable) - Constructor for exception class jakarta.el.ELException
Creates an ELException with the given detail message and root cause.
ELException(Throwable) - Constructor for exception class jakarta.el.ELException
Creates an ELException with the given cause.
ELFlash - Class in com.sun.faces.context.flash
How this implementation works
ELManager - Class in jakarta.el
Manages Jakarta Expression Language parsing and evaluation environment.
ELManager() - Constructor for class jakarta.el.ELManager
 
ELProcessor - Class in jakarta.el
Provides an API for using Jakarta Expression Language in a stand-alone environment.
ELProcessor() - Constructor for class jakarta.el.ELProcessor
 
ELResolver - Class in jakarta.el
Enables customization of variable, property, method call, and type conversion resolution behavior for Jakarta Expression Language expression evaluation.
ELResolver() - Constructor for class jakarta.el.ELResolver
 
ELResolverInitPhaseListener - Class in com.sun.faces.lifecycle
This class is used to register the Faces ELResolver stack with the Jakarta Server Pages container.
ELResolverInitPhaseListener() - Constructor for class com.sun.faces.lifecycle.ELResolverInitPhaseListener
 
EL Support in annotations - Search tag in package jakarta.security.enterprise
Section
ELText - Class in com.sun.faces.facelets.el
Handles parsing EL Strings in accordance with the EL-API Specification.
ELText(String) - Constructor for class com.sun.faces.facelets.el.ELText
 
ELUtils - Class in com.sun.faces.el
Utility class for EL related methods.
Email - Annotation Interface in jakarta.validation.constraints
The string has to be a well-formed email address.
EMAIL - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
 
EMAIL_SCOPE - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
 
EMAIL_VERIFIED - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
 
Email.List - Annotation Interface in jakarta.validation.constraints
Defines several @Email constraints on the same element.
embeddable(Class<X>) - Method in interface jakarta.persistence.metamodel.Metamodel
Return the metamodel embeddable type representing the embeddable class.
Embeddable - Annotation Interface in jakarta.persistence
Declares a type whose instances are stored as an intrinsic part of an owning entity, sharing the identity of the entity.
EMBEDDABLE - Enum constant in enum class jakarta.persistence.metamodel.Type.PersistenceType
Embeddable class
EmbeddableType<X> - Interface in jakarta.persistence.metamodel
An instance of EmbeddableType represents an embeddable type.
Embedded - Annotation Interface in jakarta.persistence
Declares a persistent field or property of an entity whose value is an instance of an embeddable class.
EMBEDDED - Enum constant in enum class jakarta.persistence.metamodel.Attribute.PersistentAttributeType
Embeddable class attribute
EmbeddedId - Annotation Interface in jakarta.persistence
Specifies that the annotated persistent field or property of an entity class or mapped superclass is the composite primary key of the entity.
EMPTY_CLASS_ARGS - Static variable in class com.sun.faces.RIConstants
 
EMPTY_JSON_ARRAY - Static variable in interface jakarta.json.JsonValue
The empty JSON array.
EMPTY_JSON_OBJECT - Static variable in interface jakarta.json.JsonValue
The empty JSON object.
EMPTY_METH_ARGS - Static variable in class com.sun.faces.RIConstants
 
EMPTY_PARAMETER_ID - Static variable in class com.sun.faces.util.MessageUtils
 
EMPTY_PARAMS - Static variable in class com.sun.faces.renderkit.html_basic.HtmlBasicRenderer
 
EMPTY_STRING_AS_NULL_PARAM_NAME - Static variable in class jakarta.faces.component.UIInput
The name of a context parameter that indicates how empty strings need to be interpreted.
EMPTY_STRING_TO_NULL_RESOLVER - Static variable in class com.sun.faces.el.ELUtils
 
EMPTY_VALIDATION_GROUPS_PATTERN - Static variable in class jakarta.faces.validator.BeanValidator
The regular expression pattern that identifies an empty list of validation groups.
EmptyResultException - Exception Class in jakarta.data.exceptions
Data access exception thrown when a result was expected to have at least one row (or element) but zero rows (or elements) were actually returned.
EmptyResultException(String) - Constructor for exception class jakarta.data.exceptions.EmptyResultException
Constructs a new EmptyResultException exception with the specified detail message.
EmptyResultException(String, Throwable) - Constructor for exception class jakarta.data.exceptions.EmptyResultException
Constructs a new EmptyResultException exception with the specified detail message.
EmptyResultException(Throwable) - Constructor for exception class jakarta.data.exceptions.EmptyResultException
Constructs a new EmptyResultException exception with the specified cause.
emptyRoleSemantic() - Element in annotation interface jakarta.servlet.annotation.HttpMethodConstraint
The default authorization semantic.
EmptyStringToNullELResolver - Class in com.sun.faces.el
 
EmptyStringToNullELResolver() - Constructor for class com.sun.faces.el.EmptyStringToNullELResolver
 
ENABLE_SELECTIVE - Enum constant in enum class jakarta.persistence.SharedCacheMode
Caching is enabled for all entities for which Cacheable(true) is specified.
ENABLE_VALIDATE_WHOLE_BEAN_PARAM_NAME - Static variable in class jakarta.faces.validator.BeanValidator
If this param is set, and calling toLowerCase().equals("true") on a String representation of its value returns true take the additional actions relating to <validateWholeBean /> specified in BeanValidator.validate(jakarta.faces.context.FacesContext, jakarta.faces.component.UIComponent, java.lang.Object).
ENABLE_WEBSOCKET_ENDPOINT_PARAM_NAME - Static variable in interface jakarta.faces.push.PushContext
The boolean context parameter name to explicitly enable web socket endpoint during startup.
EnableClientStateDebugging - Enum constant in enum class com.sun.faces.config.WebConfiguration.BooleanWebContextInitParameter
 
enableClientWindowRenderMode(FacesContext) - Method in class jakarta.faces.lifecycle.ClientWindow
Components that permit per-use disabling of the appending of the ClientWindow in generated URLs must call this method first after rendering those URLs.
enableClientWindowRenderMode(FacesContext) - Method in class jakarta.faces.lifecycle.ClientWindowWrapper
 
enabled - Variable in class jakarta.xml.ws.WebServiceFeature
Specifies if the feature is enabled or disabled
enabled() - Element in annotation interface jakarta.xml.ws.RespectBinding
Specifies if this feature is enabled or disabled.
enabled() - Element in annotation interface jakarta.xml.ws.soap.Addressing
Specifies if this feature is enabled or disabled.
enabled() - Element in annotation interface jakarta.xml.ws.soap.MTOM
Specifies if this feature is enabled or disabled.
enabledClass - Enum constant in enum class jakarta.faces.component.html.HtmlSelectManyCheckbox.PropertyKeys
 
enabledClass - Enum constant in enum class jakarta.faces.component.html.HtmlSelectManyListbox.PropertyKeys
 
enabledClass - Enum constant in enum class jakarta.faces.component.html.HtmlSelectManyMenu.PropertyKeys
 
enabledClass - Enum constant in enum class jakarta.faces.component.html.HtmlSelectOneListbox.PropertyKeys
 
enabledClass - Enum constant in enum class jakarta.faces.component.html.HtmlSelectOneMenu.PropertyKeys
 
enabledClass - Enum constant in enum class jakarta.faces.component.html.HtmlSelectOneRadio.PropertyKeys
 
Enabled decorators - Search tag in package jakarta.decorator
Section
enableDecorators(Class<?>...) - Method in class jakarta.enterprise.inject.se.SeContainerInitializer
Add decorator classes to the list of enabled decorators for the synthetic bean archive.
EnableDistributable - Enum constant in enum class com.sun.faces.config.WebConfiguration.BooleanWebContextInitParameter
 
EnableDistributable - Enum constant in enum class com.sun.faces.context.ContextParam
Enable distributable code.
enableHighAvailability(ServletContext) - Method in interface com.sun.faces.spi.HighAvailabilityEnabler
 
EnableHttpMethodRestrictionPhaseListener - Enum constant in enum class com.sun.faces.config.WebConfiguration.BooleanWebContextInitParameter
 
enableInterceptors(Class<?>...) - Method in class jakarta.enterprise.inject.se.SeContainerInitializer
Add interceptor classes to the list of enabled interceptors for the synthetic bean archive.
EnableJSStyleHiding - Enum constant in enum class com.sun.faces.config.WebConfiguration.BooleanWebContextInitParameter
 
EnableLazyBeanValidation - Enum constant in enum class com.sun.faces.config.WebConfiguration.BooleanWebContextInitParameter
 
EnableMissingResourceLibraryDetection - Enum constant in enum class com.sun.faces.config.WebConfiguration.BooleanWebContextInitParameter
 
EnableScriptInAttributeValue - Enum constant in enum class com.sun.faces.config.WebConfiguration.BooleanWebContextInitParameter
 
EnableThreading - Enum constant in enum class com.sun.faces.config.WebConfiguration.BooleanWebContextInitParameter
 
EnableTransitionTimeNoOpFlash - Enum constant in enum class com.sun.faces.config.WebConfiguration.BooleanWebContextInitParameter
 
EnableValidateWholeBean - Enum constant in enum class com.sun.faces.config.WebConfiguration.BooleanWebContextInitParameter
 
EnableViewStateIdRendering - Enum constant in enum class com.sun.faces.config.WebConfiguration.BooleanWebContextInitParameter
 
EnableWebsocketEndpoint - Enum constant in enum class com.sun.faces.config.WebConfiguration.BooleanWebContextInitParameter
 
encode(Object, Json.Option...) - Static method in class com.sun.faces.util.Json
Encodes the given object as JSON and returns a string in JSON format.
encode(Object, Writer, Json.Option...) - Static method in class com.sun.faces.util.Json
Encodes the given object as JSON while streaming the string in JSON format to the given writer.
encode(T) - Method in interface jakarta.websocket.Encoder.Binary
Encode the given object into a byte array.
encode(T) - Method in interface jakarta.websocket.Encoder.Text
Encode the given object into a String.
encode(T, OutputStream) - Method in interface jakarta.websocket.Encoder.BinaryStream
Encode the given object into a binary stream written to the implementation provided OutputStream.
encode(T, Writer) - Method in interface jakarta.websocket.Encoder.TextStream
Encode the given object to a character stream writing it to the supplied Writer.
encodeActionURL(String) - Method in class com.sun.faces.config.initfacescontext.ServletContextAdapter
 
encodeActionURL(String) - Method in class com.sun.faces.context.ExternalContextImpl
 
encodeActionURL(String) - Method in class jakarta.faces.context.ExternalContext
Return the input URL, after performing any rewriting needed to ensure that it will correctly identify an addressable action in the current application.
encodeActionURL(String) - Method in class jakarta.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.encodeActionURL(String) on the wrapped ExternalContext object.
encodeAll(FacesContext) - Method in class com.sun.faces.component.ComponentResourceContainer
Take no action to prevent component resources from inadvertantly being rendered.
encodeAll(FacesContext) - Method in class com.sun.faces.facelets.compiler.UILeaf
 
encodeAll(FacesContext) - Method in class jakarta.faces.component.UIComponent
If this component returns true from UIComponent.isRendered(), take the following action.
encodeAll(FacesContext) - Method in class jakarta.faces.component.UIViewParameter
Called specially by UIViewRoot.encodeEnd(jakarta.faces.context.FacesContext), this method simply sets the submitted value to be the return from UIViewParameter.getStringValue(jakarta.faces.context.FacesContext).
encodeBegin(FacesContext) - Method in class com.sun.faces.ext.component.UIValidateWholeBean
 
encodeBegin(FacesContext) - Method in class com.sun.faces.facelets.compiler.UIInstructions
 
encodeBegin(FacesContext) - Method in class com.sun.faces.facelets.compiler.UILeaf
 
encodeBegin(FacesContext) - Method in class com.sun.faces.facelets.compiler.UILiteralText
 
encodeBegin(FacesContext) - Method in class com.sun.faces.facelets.compiler.UIText
 
encodeBegin(FacesContext) - Method in class com.sun.faces.facelets.tag.composite.BehaviorHolderWrapper
 
encodeBegin(FacesContext) - Method in class com.sun.faces.facelets.tag.ui.UIDebug
 
encodeBegin(FacesContext) - Method in class jakarta.faces.component.UIComponent
If our rendered property is true, render the beginning of the current state of this UIComponent to the response contained in the specified FacesContext.
encodeBegin(FacesContext) - Method in class jakarta.faces.component.UIComponentBase
 
encodeBegin(FacesContext) - Method in class jakarta.faces.component.UIData
In addition to the default behavior, ensure that any saved per-row state for our child input components is discarded unless it is needed to rerender the current page with errors.
encodeBegin(FacesContext) - Method in class jakarta.faces.component.UIViewRoot
encodeBegin(FacesContext, UIComponent) - Method in class com.sun.faces.facelets.component.RepeatRenderer
 
encodeBegin(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.BodyRenderer
Encode the beginning.
encodeBegin(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.ButtonRenderer
 
encodeBegin(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.CheckboxRenderer
 
encodeBegin(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.CommandLinkRenderer
 
encodeBegin(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.CommandScriptRenderer
 
encodeBegin(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.DoctypeRenderer
 
encodeBegin(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.FileRenderer
 
encodeBegin(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.FormRenderer
 
encodeBegin(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.GridRenderer
 
encodeBegin(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.GroupRenderer
 
encodeBegin(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.HeadRenderer
 
encodeBegin(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.HiddenRenderer
 
encodeBegin(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.ImageRenderer
 
encodeBegin(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.LabelRenderer
 
encodeBegin(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.MenuRenderer
 
encodeBegin(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.MessageRenderer
 
encodeBegin(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.MessagesRenderer
 
encodeBegin(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.OutcomeTargetButtonRenderer
 
encodeBegin(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.OutcomeTargetLinkRenderer
 
encodeBegin(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.OutputLinkRenderer
 
encodeBegin(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.OutputMessageRenderer
 
encodeBegin(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.PassthroughRenderer
 
encodeBegin(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.ScriptStyleBaseRenderer
 
encodeBegin(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.SecretRenderer
 
encodeBegin(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.TableRenderer
 
encodeBegin(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.TextareaRenderer
 
encodeBegin(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.TextRenderer
 
encodeBegin(FacesContext, UIComponent) - Method in class jakarta.faces.render.RendererWrapper
 
encodeBegin(FacesContext, T) - Method in class jakarta.faces.render.Renderer
Render the beginning specified UIComponent to the output stream or writer associated with the response we are creating.
encodeBookmarkableURL(String, Map<String, List<String>>) - Method in class com.sun.faces.context.ExternalContextImpl
 
encodeBookmarkableURL(String, Map<String, List<String>>) - Method in class jakarta.faces.context.ExternalContext
The purpose of this method is to generate a query string from the collection of Parameter objects provided by the parameters argument and append that query string to the baseUrl.
encodeBookmarkableURL(String, Map<String, List<String>>) - Method in class jakarta.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.encodeBookmarkableURL(String, java.util.Map) on the wrapped ExternalContext object.
encodeChildren(FacesContext) - Method in class com.sun.faces.facelets.compiler.UILeaf
 
encodeChildren(FacesContext) - Method in class com.sun.faces.facelets.component.UIRepeat
 
encodeChildren(FacesContext) - Method in class com.sun.faces.facelets.tag.composite.BehaviorHolderWrapper
 
encodeChildren(FacesContext) - Method in class jakarta.faces.component.UIComponent
If our rendered property is true, render the child UIComponents of this UIComponent.
encodeChildren(FacesContext) - Method in class jakarta.faces.component.UIComponentBase
 
encodeChildren(FacesContext) - Method in class jakarta.faces.component.UIViewRoot
encodeChildren(FacesContext, UIComponent) - Method in class com.sun.faces.facelets.component.RepeatRenderer
 
encodeChildren(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.BodyRenderer
 
encodeChildren(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.CommandLinkRenderer
 
encodeChildren(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.CompositeFacetRenderer
 
encodeChildren(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.CompositeRenderer
 
encodeChildren(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.DoctypeRenderer
 
encodeChildren(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.GridRenderer
 
encodeChildren(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.GroupRenderer
 
encodeChildren(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.HeadRenderer
 
encodeChildren(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.MessageRenderer
 
encodeChildren(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.OutputLinkRenderer
 
encodeChildren(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.PassthroughRenderer
 
encodeChildren(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.ScriptStyleBaseRenderer
 
encodeChildren(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.TableRenderer
 
encodeChildren(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.TextRenderer
 
encodeChildren(FacesContext, UIComponent) - Method in class jakarta.faces.render.RendererWrapper
 
encodeChildren(FacesContext, T) - Method in class jakarta.faces.render.Renderer
Render the child components of this UIComponent, following the rules described for encodeBegin() to acquire the appropriate value to be rendered.
Encoded - Annotation Interface in jakarta.ws.rs
Disables automatic decoding of parameter values bound using QueryParam, PathParam, FormParam or MatrixParam.
ENCODED - Enum constant in enum class jakarta.jws.soap.SOAPBinding.Use
 
encodeEnd(FacesContext) - Method in class com.sun.faces.facelets.compiler.UILeaf
 
encodeEnd(FacesContext) - Method in class com.sun.faces.facelets.tag.composite.BehaviorHolderWrapper
 
encodeEnd(FacesContext) - Method in class jakarta.faces.component.UIComponent
If our rendered property is true, render the ending of the current state of this UIComponent.
encodeEnd(FacesContext) - Method in class jakarta.faces.component.UIComponentBase
 
encodeEnd(FacesContext) - Method in class jakarta.faces.component.UIViewRoot
If UIViewRoot.getAfterPhaseListener() returns non-null, invoke it, passing a PhaseEvent for the PhaseId.RENDER_RESPONSE phase.
encodeEnd(FacesContext, UIComponent) - Method in class com.sun.faces.facelets.component.RepeatRenderer
 
encodeEnd(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.BodyRenderer
 
encodeEnd(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.ButtonRenderer
 
encodeEnd(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.CommandLinkRenderer
 
encodeEnd(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.CommandScriptRenderer
 
encodeEnd(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.DoctypeRenderer
 
encodeEnd(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.FormRenderer
 
encodeEnd(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.GridRenderer
 
encodeEnd(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.GroupRenderer
 
encodeEnd(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.HeadRenderer
 
encodeEnd(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.HtmlBasicRenderer
 
encodeEnd(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.ImageRenderer
 
encodeEnd(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.LabelRenderer
 
encodeEnd(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.MenuRenderer
 
encodeEnd(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.MessageRenderer
 
encodeEnd(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.MessagesRenderer
 
encodeEnd(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.OutcomeTargetButtonRenderer
 
encodeEnd(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.OutcomeTargetLinkRenderer
 
encodeEnd(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.OutputLinkRenderer
 
encodeEnd(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.OutputMessageRenderer
 
encodeEnd(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.PassthroughRenderer
 
encodeEnd(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.RadioRenderer
This override delegates to encodeEndGroup(FacesContext context, UISelectOne radio, Group group) when 'group' attribute is set.
encodeEnd(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.ScriptStyleBaseRenderer
 
encodeEnd(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.SelectManyCheckboxListRenderer
 
encodeEnd(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.TableRenderer
 
encodeEnd(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.WebsocketRenderer
Render faces.push.init() function if necessary.
encodeEnd(FacesContext, UIComponent) - Method in class jakarta.faces.render.RendererWrapper
 
encodeEnd(FacesContext, T) - Method in class jakarta.faces.render.Renderer
Render the ending of the current state of the specified UIComponent, following the rules described for encodeBegin() to acquire the appropriate value to be rendered.
encodeEndGroup(FacesContext, UISelectOne, RadioRenderer.Group) - Method in class com.sun.faces.renderkit.html_basic.RadioRenderer
The difference with default encoding is: Every radio button of same 'group' will have same 'name' attribute rendered, relative to UIForm parent.
EncodeException - Exception Class in jakarta.websocket
A general exception that occurs when trying to encode a custom object to a string or binary message.
EncodeException(Object, String) - Constructor for exception class jakarta.websocket.EncodeException
Constructor with the object being encoded, and the reason why it failed to be.
EncodeException(Object, String, Throwable) - Constructor for exception class jakarta.websocket.EncodeException
Constructor with the object being encoded, and the reason why it failed to be, and the cause.
encodeNamespace(String) - Method in class com.sun.faces.config.initfacescontext.ServletContextAdapter
 
encodeNamespace(String) - Method in class com.sun.faces.context.ExternalContextImpl
 
encodeNamespace(String) - Method in class jakarta.faces.context.ExternalContext
Return the specified name, after prefixing it with a namespace that ensures that it will be unique within the context of a particular page.
encodeNamespace(String) - Method in class jakarta.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.encodeNamespace(String) on the wrapped ExternalContext object.
encodePartialActionURL(String) - Method in class com.sun.faces.config.initfacescontext.ServletContextAdapter
 
encodePartialActionURL(String) - Method in class com.sun.faces.context.ExternalContextImpl
 
encodePartialActionURL(String) - Method in class jakarta.faces.context.ExternalContext
Return the input URL, after performing any rewriting needed to ensure that it can be used in a partial page submission (ajax request) to correctly identify an addressable action in the current application.
encodePartialActionURL(String) - Method in class jakarta.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.encodePartialActionURL(String) on the wrapped ExternalContext object.
encodePointer(String) - Static method in class jakarta.json.Json
Encodes (escapes) a passed string as defined by RFC 6901.
Encoder - Interface in jakarta.websocket
The Encoder interface defines how developers can provide a way to convert their custom objects into web socket messages.
Encoder.Binary<T> - Interface in jakarta.websocket
This interface defines how to provide a way to convert a custom object into a binary message.
Encoder.BinaryStream<T> - Interface in jakarta.websocket
This interface may be implemented by encoding algorithms that want to write the encoded object to a binary stream.
Encoder.Text<T> - Interface in jakarta.websocket
This interface defines how to provide a way to convert a custom object into a text message.
Encoder.TextStream<T> - Interface in jakarta.websocket
This interface may be implemented by encoding algorithms that want to write the encoded object to a character stream.
encodeRecursive(FacesContext, UIComponent) - Static method in class com.sun.faces.facelets.tag.faces.ComponentSupport
 
encodeRecursive(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.HtmlBasicRenderer
Render nested child components by invoking the encode methods on those components, but only when the rendered property is true.
encodeRedirectURL(String) - Method in interface jakarta.servlet.http.HttpServletResponse
Encodes the specified URL for use in the sendRedirect method or, if encoding is not needed, returns the URL unchanged.
encodeRedirectURL(String) - Method in class jakarta.servlet.http.HttpServletResponseWrapper
The default behavior of this method is to return encodeRedirectURL(String url) on the wrapped response object.
encodeRedirectURL(String, Map<String, List<String>>) - Method in class com.sun.faces.context.ExternalContextImpl
 
encodeRedirectURL(String, Map<String, List<String>>) - Method in class jakarta.faces.context.ExternalContext
The purpose of this method is to generate a query string from the collection of Parameter objects provided by the parameters argument and append that query string to the baseUrl.
encodeRedirectURL(String, Map<String, List<String>>) - Method in class jakarta.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.encodeRedirectURL(String, java.util.Map) on the wrapped ExternalContext object.
encodeResourceURL(String) - Method in class com.sun.faces.config.initfacescontext.ServletContextAdapter
 
encodeResourceURL(String) - Method in class com.sun.faces.context.ExternalContextImpl
 
encodeResourceURL(String) - Method in class jakarta.faces.context.ExternalContext
Return the input URL, after performing any rewriting needed to ensure that it will correctly identify an addressable resource in the current application.
encodeResourceURL(String) - Method in class jakarta.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.encodeResourceURL(String) on the wrapped ExternalContext object.
encoders() - Element in annotation interface jakarta.websocket.ClientEndpoint
The array of Java classes that are to act as Encoders for messages sent by the client.
encoders() - Element in annotation interface jakarta.websocket.server.ServerEndpoint
The ordered array of encoder classes this endpoint will use.
encoders(List<Class<? extends Encoder>>) - Method in class jakarta.websocket.ClientEndpointConfig.Builder
Assign the list of encoder implementation classes the client will use.
encoders(List<Class<? extends Encoder>>) - Method in class jakarta.websocket.server.ServerEndpointConfig.Builder
Sets the list of encoder implementation classes for this builder.
encodeURL(String) - Method in interface jakarta.servlet.http.HttpServletResponse
Encodes the specified URL by including the session ID, or, if encoding is not needed, returns the URL unchanged.
encodeURL(String) - Method in class jakarta.servlet.http.HttpServletResponseWrapper
The default behavior of this method is to call encodeURL(String url) on the wrapped response object.
encodeWebsocketURL(String) - Method in class com.sun.faces.config.initfacescontext.ServletContextAdapter
 
encodeWebsocketURL(String) - Method in class com.sun.faces.context.ExternalContextImpl
 
encodeWebsocketURL(String) - Method in class jakarta.faces.context.ExternalContext
Return the websocket URL, after performing any rewriting needed to ensure that it will correctly identify an addressable websocket in the current application.
encodeWebsocketURL(String) - Method in class jakarta.faces.context.ExternalContextWrapper
The default behavior of this method is to call ExternalContext.encodeWebsocketURL(String) on the wrapped ExternalContext object.
encoding(String) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
Set the message entity content encoding.
ENCODING - Static variable in class jakarta.json.bind.JsonbConfig
The Jsonb serialization toJson() methods will default to this property for encoding of output JSON data.
ENCODING_ERROR_MESSAGE_ID - Static variable in class com.sun.faces.util.MessageUtils
 
EncodingHandler - Class in com.sun.faces.facelets.compiler
 
EncodingHandler(FaceletHandler, String, CompilationMessageHolder) - Constructor for class com.sun.faces.facelets.compiler.EncodingHandler
 
encodings(String...) - Static method in class jakarta.ws.rs.core.Variant
Create a Variant.VariantListBuilder initialized with a set of supported encodings.
encodings(String...) - Method in class jakarta.ws.rs.core.Variant.VariantListBuilder
Set the encoding(s) for this variant.
encrypt(FacesContext, byte[]) - Method in class com.sun.faces.renderkit.ByteArrayGuard
This method: Encrypts bytes using a cipher.
encrypt(String) - Method in class com.sun.faces.util.ByteArrayGuardAESCTR
This method: Encrypts bytes using a cipher.
enctype - Enum constant in enum class jakarta.faces.component.html.HtmlForm.PropertyKeys
 
end - Variable in class jakarta.servlet.jsp.jstl.core.LoopTagSupport
Ending index of the iteration ('end' attribute).
end() - Method in interface jakarta.enterprise.context.Conversation
Marks the current long-running conversation transient.
end(Date) - Method in class jakarta.ejb.ScheduleExpression
Set the end date.
END_ARRAY - Enum constant in enum class jakarta.json.stream.JsonParser.Event
End of a JSON array.
END_OBJECT - Enum constant in enum class jakarta.json.stream.JsonParser.Event
End of a JSON object.
END_SESSION_ENDPOINT - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
 
endCDATA() - Method in class com.sun.faces.renderkit.html_basic.HtmlResponseWriter
Closes the CDATA block.
endCDATA() - Method in class jakarta.faces.context.ResponseWriter
Close an XML CDATA block.
endCDATA() - Method in class jakarta.faces.context.ResponseWriterWrapper
The default behavior of this method is to call ResponseWriter.endCDATA() on the wrapped ResponseWriter object.
endContext() - Method in interface jakarta.enterprise.concurrent.spi.ThreadContextRestorer
Invoked by the Jakarta EE Product Provider to remove the thread context that the ThreadContextSnapshot began on this thread and restore the previous context that was on the thread prior to that point.
endDocument() - Method in class com.sun.faces.renderkit.html_basic.HtmlResponseWriter
Output the text for the end of a document.
endDocument() - Method in class jakarta.faces.context.PartialResponseWriter
Write the end of a partial response.
endDocument() - Method in class jakarta.faces.context.ResponseWriter
Write whatever text should end a response.
endDocument() - Method in class jakarta.faces.context.ResponseWriterWrapper
The default behavior of this method is to call ResponseWriter.endDocument() on the wrapped ResponseWriter object.
endElement(String) - Method in class com.sun.faces.renderkit.html_basic.HtmlResponseWriter
Write the end of an element.
endElement(String) - Method in class jakarta.faces.context.ResponseWriter
Write the end of an element, after closing any open element created by a call to startElement().
endElement(String) - Method in class jakarta.faces.context.ResponseWriterWrapper
The default behavior of this method is to call ResponseWriter.endElement(String) on the wrapped ResponseWriter object.
endError() - Method in class jakarta.faces.context.PartialResponseWriter
Write the end of an error.
endEval() - Method in class jakarta.faces.context.PartialResponseWriter
Write the end of an eval operation.
endExtension() - Method in class jakarta.faces.context.PartialResponseWriter
Write the end of an extension operation.
endExternalElement(ResponseWriter, UIComponent, String) - Method in class com.sun.faces.renderkit.html_basic.ScriptRenderer
 
endExternalElement(ResponseWriter, UIComponent, String) - Method in class com.sun.faces.renderkit.html_basic.ScriptStyleBaseRenderer
Allow the subclass to customize the end external element content.
endExternalElement(ResponseWriter, UIComponent, String) - Method in class com.sun.faces.renderkit.html_basic.StylesheetRenderer
 
endInlineElement(ResponseWriter, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.ScriptRenderer
 
endInlineElement(ResponseWriter, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.ScriptStyleBaseRenderer
Allow the subclass to customize the end inline element content.
endInlineElement(ResponseWriter, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.StylesheetRenderer
 
endInsert() - Method in class jakarta.faces.context.PartialResponseWriter
Write the end of an insert operation.
Endpoint - Class in jakarta.websocket
The Web Socket Endpoint represents an object that can handle websocket conversations.
Endpoint - Class in jakarta.xml.ws
A Web service endpoint.
Endpoint() - Constructor for class jakarta.websocket.Endpoint
 
Endpoint() - Constructor for class jakarta.xml.ws.Endpoint
 
ENDPOINT_ADDRESS_PROPERTY - Static variable in interface jakarta.xml.ws.BindingProvider
Standard property: Target service endpoint address.
EndpointConfig - Interface in jakarta.websocket
The endpoint configuration contains all the information needed during the handshake process for this end point.
EndpointContext - Class in jakarta.xml.ws
EndpointContext allows multiple endpoints in an application to share any information.
EndpointContext() - Constructor for class jakarta.xml.ws.EndpointContext
 
endpointInterface() - Element in annotation interface jakarta.jws.WebService
The complete name of the service endpoint interface defining the service's abstract Web Service contract.
endpointName(QName) - Method in class jakarta.xml.ws.wsaddressing.W3CEndpointReferenceBuilder
Sets the endpointName as wsam:ServiceName/@EndpointName in the wsa:Metadata element.
EndpointReference - Class in jakarta.xml.ws
This class represents an WS-Addressing EndpointReference which is a remote reference to a web service endpoint.
EndpointReference() - Constructor for class jakarta.xml.ws.EndpointReference
Default constructor.
endSessionEndpoint() - Element in annotation interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdProviderMetadata
Optional.
endSpecified - Variable in class jakarta.servlet.jsp.jstl.core.LoopTagSupport
Boolean flag indicating whether 'end' was specified.
endsWith(String, String) - Static method in class com.sun.faces.facelets.tag.jstl.fn.JstlFunction
 
endUpdate() - Method in class jakarta.faces.context.PartialResponseWriter
Write the end of an update operation.
Enhancement - Annotation Interface in jakarta.enterprise.inject.build.compatible.spi
2nd phase of build compatible extension execution.
enlistResource(XAResource) - Method in interface jakarta.transaction.Transaction
Enlist the resource specified with the transaction associated with the target Transaction object.
ensureLeadingSlash(String) - Static method in class com.sun.faces.util.Util
 
enterLambdaScope(Map<String, Object>) - Method in class jakarta.el.ELContext
Installs a Lambda argument map, in preparation for the evaluation of a Lambda expression.
EnterpriseBean - Interface in jakarta.ejb
The EnterpriseBean interface is a common superinterface for the SessionBean, EntityBean and MessageDrivenBean interfaces.
entities() - Element in annotation interface jakarta.persistence.NamedNativeQuery
Specifies the result set mapping to entities.
entities() - Element in annotation interface jakarta.persistence.SqlResultSetMapping
Specifies the result set mapping to entities.
Entities - Search tag in module jakarta.data
Section
entity(Class<X>) - Method in interface jakarta.persistence.metamodel.Metamodel
Return the metamodel entity type representing the entity.
entity(Object) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
Set the response entity in the builder.
entity(Object, Annotation[]) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
Set the response entity in the builder.
entity(String) - Method in interface jakarta.persistence.metamodel.Metamodel
Return the metamodel entity type representing the entity.
entity(T, MediaType) - Static method in class jakarta.ws.rs.client.Entity
Create an entity using a supplied content media type.
entity(T, MediaType, Annotation[]) - Static method in class jakarta.ws.rs.client.Entity
Create an entity using a supplied content media type.
entity(T, Variant) - Static method in class jakarta.ws.rs.client.Entity
Create an entity using a supplied content media type.
entity(T, Variant, Annotation[]) - Static method in class jakarta.ws.rs.client.Entity
Create an entity using a supplied content media type.
entity(T, String) - Static method in class jakarta.ws.rs.client.Entity
Create an entity using a supplied content media type.
Entity<T> - Class in jakarta.ws.rs.client
Encapsulates message entity including the associated variant information.
Entity - Annotation Interface in jakarta.persistence
Declares that the annotated class is an entity.
ENTITY - Enum constant in enum class jakarta.persistence.metamodel.Type.PersistenceType
Entity class
ENTITY_CODER - Static variable in class jakarta.ws.rs.Priorities
Message encoder or decoder filter/interceptor priority.
ENTITY_TYPE - Enum constant in enum class jakarta.persistence.metamodel.Bindable.BindableType
Entity type.
EntityBean - Interface in jakarta.ejb
The EntityBean interface is implemented by every entity bean class.
entityClass() - Element in annotation interface jakarta.persistence.EntityResult
The class of the result.
EntityContext - Interface in jakarta.ejb
The EntityContext interface provides an instance with access to the container-provided runtime context of an entity bean instance.
EntityExistsException - Exception Class in jakarta.data.exceptions
Indicates that an entity cannot be inserted into the database because an entity with same unique identifier already exists in the database.
EntityExistsException - Exception Class in jakarta.persistence
Thrown by the persistence provider when EntityManager.persist(Object) is called and the entity already exists.
EntityExistsException() - Constructor for exception class jakarta.persistence.EntityExistsException
Constructs a new EntityExistsException exception with null as its detail message.
EntityExistsException(String) - Constructor for exception class jakarta.data.exceptions.EntityExistsException
Constructs a new EntityExistsException with the specified detail message.
EntityExistsException(String) - Constructor for exception class jakarta.persistence.EntityExistsException
Constructs a new EntityExistsException exception with the specified detail message.
EntityExistsException(String, Throwable) - Constructor for exception class jakarta.data.exceptions.EntityExistsException
Constructs a new EntityExistsException with the specified detail message and cause.
EntityExistsException(String, Throwable) - Constructor for exception class jakarta.persistence.EntityExistsException
Constructs a new EntityExistsException exception with the specified detail message and cause.
EntityExistsException(Throwable) - Constructor for exception class jakarta.data.exceptions.EntityExistsException
Constructs a new EntityExistsException with the specified cause.
EntityExistsException(Throwable) - Constructor for exception class jakarta.persistence.EntityExistsException
Constructs a new EntityExistsException exception with the specified cause.
EntityGraph<T> - Interface in jakarta.persistence
This type represents the root of an entity graph that will be used as a template to define the attribute nodes and boundaries of a graph of entities and entity relationships.
EntityListeners - Annotation Interface in jakarta.persistence
Specifies the callback listener classes to be used for an entity or mapped superclass.
EntityManager - Interface in jakarta.persistence
Interface used to interact with the persistence context.
EntityManagerFactory - Interface in jakarta.persistence
Interface used to interact with the persistence unit, and to create new instances of EntityManager.
EntityNotFoundException - Exception Class in jakarta.persistence
Thrown by the persistence provider when an entity reference obtained by EntityManager.getReference is accessed but the entity does not exist.
EntityNotFoundException() - Constructor for exception class jakarta.persistence.EntityNotFoundException
Constructs a new EntityNotFoundException exception with null as its detail message.
EntityNotFoundException(Exception) - Constructor for exception class jakarta.persistence.EntityNotFoundException
Constructs a new EntityNotFoundException exception with null as its detail message.
EntityNotFoundException(String) - Constructor for exception class jakarta.persistence.EntityNotFoundException
Constructs a new EntityNotFoundException exception with the specified detail message.
EntityNotFoundException(String, Exception) - Constructor for exception class jakarta.persistence.EntityNotFoundException
Constructs a new EntityNotFoundException exception with the specified detail message.
EntityPart - Interface in jakarta.ws.rs.core
A EntityPart is one part of a multipart entity.
EntityPart.Builder - Interface in jakarta.ws.rs.core
Builder for EntityPart instances.
EntityResult - Annotation Interface in jakarta.persistence
Used in conjunction with the SqlResultSetMapping or NamedNativeQuery annotation to map the SELECT clause of a SQL query to an entity result.
EntityTag - Class in jakarta.ws.rs.core
An abstraction for the value of a HTTP Entity Tag, used as the value of an ETag response header.
EntityTag(String) - Constructor for class jakarta.ws.rs.core.EntityTag
Creates a new instance of a strong EntityTag.
EntityTag(String, boolean) - Constructor for class jakarta.ws.rs.core.EntityTag
Creates a new instance of an EntityTag.
EntityTransaction - Interface in jakarta.persistence
Interface used to control transactions on resource-local entity managers.
EntityType<X> - Interface in jakarta.persistence.metamodel
An instance of EntityType represents an entity type.
entry() - Method in interface jakarta.persistence.criteria.MapJoin
Create an expression that corresponds to the map entry.
entrySet() - Method in class com.sun.faces.config.initfacescontext.NoOpFlash
 
entrySet() - Method in class com.sun.faces.context.AlwaysPuttingSessionMap
 
entrySet() - Method in class com.sun.faces.context.ApplicationMap
 
entrySet() - Method in class com.sun.faces.context.RequestMap
 
entrySet() - Method in class com.sun.faces.context.SessionMap
 
entrySet() - Method in class com.sun.faces.context.flash.ELFlash
 
entrySet() - Method in class com.sun.faces.context.InitParameterMap
 
entrySet() - Method in class com.sun.faces.context.RequestCookieMap
 
entrySet() - Method in class com.sun.faces.context.RequestHeaderMap
 
entrySet() - Method in class com.sun.faces.context.RequestHeaderValuesMap
 
entrySet() - Method in class com.sun.faces.context.RequestParameterMap
 
entrySet() - Method in class com.sun.faces.context.RequestParameterValuesMap
 
entrySet() - Method in class com.sun.faces.util.MetadataWrapperMap
 
entrySet() - Method in class com.sun.faces.util.MultiKeyConcurrentHashMap
Unsupported.
entrySet() - Method in class jakarta.faces.context.FlashWrapper
The default behavior of this method is to call Map.entrySet() on the wrapped Flash object.
entrySet() - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
 
ENUM - Enum constant in enum class jakarta.enterprise.lang.model.AnnotationMember.Kind
An Enum value.
ENUM_ID - Static variable in class jakarta.faces.convert.EnumConverter
The message identifier of the FacesMessage to be created if the conversion to Enum fails.
ENUM_NO_CLASS_ID - Static variable in class jakarta.faces.convert.EnumConverter
The message identifier of the FacesMessage to be created if the conversion to Enum fails and no target class has been provided.
EnumConverter - Class in jakarta.faces.convert
Converter implementation for java.lang.Enum (and enum primitive) values.
EnumConverter() - Constructor for class jakarta.faces.convert.EnumConverter
For StateHolder
EnumConverter(Class) - Constructor for class jakarta.faces.convert.EnumConverter
Instantiates an enum converter with a class where enum constants are taken from.
Enumerated - Annotation Interface in jakarta.persistence
Specifies that a persistent property or field should be persisted as an enumerated type.
EnumeratedValue - Annotation Interface in jakarta.persistence
Specifies that an annotated field of a Java enum type is the source of database column values for an enumerated mapping.
EnumType - Enum Class in jakarta.persistence
Enumerates available options for mapping enumerated types.
equal(Expression<?>, Expression<?>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create a predicate for testing the arguments for equality.
equal(Expression<?>, Object) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create a predicate for testing the arguments for equality.
equals(ActivationDataFlavor) - Method in class jakarta.activation.ActivationDataFlavor
Compares the ActivationDataFlavor passed in with this ActivationDataFlavor; calls the isMimeTypeEqual method.
equals(Object) - Method in class com.sun.faces.application.resource.ClasspathResourceHelper
 
equals(Object) - Method in class com.sun.faces.application.resource.ContractInfo
 
equals(Object) - Method in class com.sun.faces.application.resource.FaceletWebappResourceHelper
 
equals(Object) - Method in class com.sun.faces.application.resource.LibraryInfo
 
equals(Object) - Method in class com.sun.faces.application.resource.ResourceImpl
 
equals(Object) - Method in class com.sun.faces.application.resource.ResourceInfo
 
equals(Object) - Method in class com.sun.faces.application.resource.VersionInfo
 
equals(Object) - Method in class com.sun.faces.application.resource.WebappResourceHelper
 
equals(Object) - Method in class com.sun.faces.cdi.ParameterizedTypeImpl
Equals method.
equals(Object) - Method in class com.sun.faces.context.ApplicationMap
 
equals(Object) - Method in class com.sun.faces.context.InitParameterMap
 
equals(Object) - Method in class com.sun.faces.context.RequestCookieMap
 
equals(Object) - Method in class com.sun.faces.context.RequestHeaderMap
 
equals(Object) - Method in class com.sun.faces.context.RequestHeaderValuesMap
 
equals(Object) - Method in class com.sun.faces.context.RequestMap
 
equals(Object) - Method in class com.sun.faces.context.RequestParameterMap
 
equals(Object) - Method in class com.sun.faces.context.RequestParameterValuesMap
 
equals(Object) - Method in class com.sun.faces.context.SessionMap
 
equals(Object) - Method in class com.sun.faces.facelets.el.ContextualCompositeMethodExpression
 
equals(Object) - Method in class com.sun.faces.facelets.el.ContextualCompositeValueExpression
 
equals(Object) - Method in class com.sun.faces.facelets.el.TagMethodExpression
 
equals(Object) - Method in class com.sun.faces.facelets.el.TagValueExpression
 
equals(Object) - Method in class com.sun.faces.facelets.tag.AbstractTagLibrary
 
equals(Object) - Method in class com.sun.faces.facelets.tag.composite.RetargetedAjaxBehavior
 
equals(Object) - Method in class com.sun.faces.facelets.tag.jstl.core.IndexedValueExpression
 
equals(Object) - Method in class com.sun.faces.facelets.tag.jstl.core.IteratedValueExpression
 
equals(Object) - Method in class com.sun.faces.facelets.tag.jstl.core.IterationStatusExpression
 
equals(Object) - Method in class com.sun.faces.facelets.tag.jstl.core.MappedValueExpression
 
equals(Object) - Method in class com.sun.faces.flow.builder.MutableNavigationCase
 
equals(Object) - Method in class com.sun.faces.flow.FlowCallNodeImpl
 
equals(Object) - Method in class com.sun.faces.flow.FlowImpl
 
equals(Object) - Method in class com.sun.faces.flow.SwitchNodeImpl
 
equals(Object) - Method in class com.sun.faces.util.ComponentStruct
 
equals(Object) - Method in class com.sun.faces.util.MostlySingletonSet
 
equals(Object) - Method in class jakarta.activation.ActivationDataFlavor
 
equals(Object) - Method in record class jakarta.data.Limit
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class jakarta.data.metamodel.impl.AttributeRecord
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class jakarta.data.metamodel.impl.SortableAttributeRecord
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class jakarta.data.metamodel.impl.TextAttributeRecord
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class jakarta.data.Order
Determines whether this instance specifies matching Sort criteria in the same order of precedence as another instance.
equals(Object) - Method in record class jakarta.data.page.impl.CursoredPageRecord
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class jakarta.data.page.impl.PageRecord
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in interface jakarta.data.page.PageRequest.Cursor
Returns whether or not the values that make up the key of this cursor are equal to those of the supplied cursor.
equals(Object) - Method in interface jakarta.data.page.PageRequest
Compares with another instance to determine if both represent the same pagination information.
equals(Object) - Method in record class jakarta.data.Sort
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class jakarta.el.Expression
Determines whether the specified object is equal to this Expression.
equals(Object) - Method in class jakarta.el.MethodInfo
 
equals(Object) - Method in class jakarta.el.MethodReference
 
equals(Object) - Method in class jakarta.enterprise.util.AnnotationLiteral
 
equals(Object) - Method in class jakarta.enterprise.util.TypeLiteral
 
equals(Object) - Method in class jakarta.faces.application.FacesMessage
 
equals(Object) - Method in class jakarta.faces.application.NavigationCase
 
equals(Object) - Method in class jakarta.faces.application.NavigationCaseWrapper
 
equals(Object) - Method in class jakarta.faces.event.WebsocketEvent
 
equals(Object) - Method in class jakarta.faces.validator.DoubleRangeValidator
Overrides the default equals method to take the minimum and maximum into account when comparing DoubleRangeValidator instances.
equals(Object) - Method in class jakarta.faces.validator.LengthValidator
 
equals(Object) - Method in class jakarta.faces.validator.LongRangeValidator
 
equals(Object) - Method in interface jakarta.json.JsonNumber
Compares the specified object with this JsonNumber object for equality.
equals(Object) - Method in interface jakarta.json.JsonString
Compares the specified object with this JsonString for equality.
equals(Object) - Method in class jakarta.servlet.http.Cookie
 
equals(Object) - Method in class jakarta.servlet.jsp.jstl.core.IndexedValueExpression
 
equals(Object) - Method in class jakarta.servlet.jsp.jstl.core.IteratedValueExpression
 
equals(Object) - Method in class jakarta.ws.rs.client.Entity
 
equals(Object) - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
equals(Object) - Method in class jakarta.ws.rs.core.CacheControl
Compares object argument to this cache control to see if they are the same considering all property values.
equals(Object) - Method in class jakarta.ws.rs.core.Cookie
Compare for equality.
equals(Object) - Method in class jakarta.ws.rs.core.EntityTag
Compares obj to this tag to see if they are the same considering weakness and value.
equals(Object) - Method in class jakarta.ws.rs.core.GenericEntity
 
equals(Object) - Method in class jakarta.ws.rs.core.GenericType
 
equals(Object) - Method in class jakarta.ws.rs.core.Link.JaxbLink
Deprecated.
 
equals(Object) - Method in class jakarta.ws.rs.core.MediaType
Compares obj to this media type to see if they are the same by comparing type, subtype and parameters.
equals(Object) - Method in class jakarta.ws.rs.core.NewCookie
Compare for equality.
equals(Object) - Method in class jakarta.ws.rs.core.Variant
Compares obj to this variant to see if they are the same considering all property values.
equals(ParameterizedType) - Method in class com.sun.faces.cdi.ParameterizedTypeImpl
Tests if an other instance of ParameterizedType is "equal to" this instance.
equals(String) - Method in class jakarta.activation.ActivationDataFlavor
Deprecated.
As inconsistent with hashCode() contract, use isMimeTypeEqual(String) instead.
equalsIgnoreValueOrder(MultivaluedMap<K, V>) - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
 
equalsIgnoreValueOrder(MultivaluedMap<K, V>) - Method in interface jakarta.ws.rs.core.MultivaluedMap
Compare the specified map with this map for equality modulo the order of values for each key.
equalTo(Expression<?>) - Method in interface jakarta.persistence.criteria.Expression
Create a predicate to test whether the expression is equal to the argument.
equalTo(Object) - Method in interface jakarta.persistence.criteria.Expression
Create a predicate to test whether the expression is equal to the argument.
error(Exception) - Method in interface jakarta.enterprise.inject.build.compatible.spi.Messages
Add a generic error that is represented by an exception.
error(String) - Method in interface jakarta.enterprise.inject.build.compatible.spi.Messages
Add a generic error that is not related to any particular element, or that information is not known.
error(String, BeanInfo) - Method in interface jakarta.enterprise.inject.build.compatible.spi.Messages
Add an error which is related to given BeanInfo.
error(String, ObserverInfo) - Method in interface jakarta.enterprise.inject.build.compatible.spi.Messages
Add an error which is related to given ObserverInfo.
error(String, AnnotationTarget) - Method in interface jakarta.enterprise.inject.build.compatible.spi.Messages
Add an error which is related to given AnnotationTarget (which is most likely a DeclarationInfo).
ERROR - Enum constant in enum class jakarta.servlet.DispatcherType
 
ERROR - Static variable in interface jakarta.xml.bind.ValidationEvent
Conditions that correspond to the definition of "error" in section 1.2 of the W3C XML 1.0 Recommendation
ERROR_DESCRIPTION_PARAM - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
 
ERROR_EXCEPTION - Static variable in interface jakarta.servlet.RequestDispatcher
The name of the request attribute under which the exception object is propagated during an error dispatch
ERROR_EXCEPTION_TYPE - Static variable in interface jakarta.servlet.RequestDispatcher
The name of the request attribute under which the type of the exception object is propagated during an error dispatch
ERROR_GETTING_VALUE_BINDING_ERROR_MESSAGE_ID - Static variable in class com.sun.faces.util.MessageUtils
 
ERROR_GETTING_VALUEREF_VALUE_ERROR_MESSAGE_ID - Static variable in class com.sun.faces.util.MessageUtils
 
ERROR_MESSAGE - Static variable in interface jakarta.servlet.RequestDispatcher
The name of the request attribute under which the exception message is propagated during an error dispatch
ERROR_METHOD - Static variable in interface jakarta.servlet.RequestDispatcher
The name of the request attribute under which the method of the request whose processing caused the error is propagated during an error dispatch.
ERROR_OPENING_FILE_ERROR_MESSAGE_ID - Static variable in class com.sun.faces.util.MessageUtils
 
ERROR_PAGE_PRESENT_KEY_NAME - Static variable in class com.sun.faces.RIConstants
 
ERROR_PARAM - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
 
ERROR_PROCESSING_CONFIG_ID - Static variable in class com.sun.faces.util.MessageUtils
 
ERROR_QUERY_STRING - Static variable in interface jakarta.servlet.RequestDispatcher
The name of the request attribute under which the query string for request whose processing caused the error is propagated during an error dispatch
ERROR_REGISTERING_DTD_ERROR_MESSAGE_ID - Static variable in class com.sun.faces.util.MessageUtils
 
ERROR_REQUEST_URI - Static variable in interface jakarta.servlet.RequestDispatcher
The name of the request attribute under which the request URI whose processing caused the error is propagated during an error dispatch
ERROR_SERVLET_NAME - Static variable in interface jakarta.servlet.RequestDispatcher
The name of the request attribute under which the name of the servlet in which the error occurred is propagated during an error dispatch
ERROR_SETTING_BEAN_PROPERTY_ERROR_MESSAGE_ID - Static variable in class com.sun.faces.util.MessageUtils
 
ERROR_STATUS_CODE - Static variable in interface jakarta.servlet.RequestDispatcher
The name of the request attribute under which the response status is propagated during an error dispatch
errorClass - Enum constant in enum class jakarta.faces.component.html.HtmlMessage.PropertyKeys
 
errorClass - Enum constant in enum class jakarta.faces.component.html.HtmlMessages.PropertyKeys
 
errorCode - Variable in exception class jakarta.transaction.SystemException
The error code with which to create the SystemException.
ErrorData - Class in jakarta.servlet.jsp
Contains information about an error, for error pages.
ErrorData(Throwable, int, String, String) - Constructor for class jakarta.servlet.jsp.ErrorData
Deprecated, for removal: This API element is subject to removal in a future version.
ErrorData(Throwable, int, String, String, String, String) - Constructor for class jakarta.servlet.jsp.ErrorData
Creates a new ErrorData object.
errorPage() - Element in annotation interface jakarta.security.enterprise.authentication.mechanism.http.LoginToContinue
The resource (page) a caller should get to see in case an error, such as providing invalid credentials, occurs on the page set by LoginToContinue.loginPage().
errorPage() - Method in class jakarta.security.enterprise.authentication.mechanism.http.LoginToContinue.Literal
 
errorStyle - Enum constant in enum class jakarta.faces.component.html.HtmlMessage.PropertyKeys
 
errorStyle - Enum constant in enum class jakarta.faces.component.html.HtmlMessages.PropertyKeys
 
escape - Enum constant in enum class jakarta.faces.component.html.HtmlOutputFormat.PropertyKeys
 
escape - Enum constant in enum class jakarta.faces.component.html.HtmlOutputLabel.PropertyKeys
 
escape - Enum constant in enum class jakarta.faces.component.html.HtmlOutputText.PropertyKeys
 
escapeXml(String) - Static method in class com.sun.faces.facelets.tag.jstl.fn.JstlFunction
 
ETAG - Static variable in interface jakarta.ws.rs.core.HttpHeaders
eval(Serializable) - Method in interface jakarta.faces.component.StateHelper
Attempts to find a value associated with the specified key, using the value expression collection from the component if no such value is found.
eval(Serializable, Object) - Method in interface jakarta.faces.component.StateHelper
Performs the same logic as StateHelper.eval(java.io.Serializable) } but if no value is found, this will return the specified defaultValue
eval(Serializable, Supplier<Object>) - Method in interface jakarta.faces.component.StateHelper
Performs the same logic as StateHelper.eval(java.io.Serializable) } but if no value is found, this will return the return-value of the defaultValueSupplier
eval(String) - Method in class jakarta.el.ELProcessor
Evaluates an Jakarta Expression Language expression.
EVAL_ATTR_UNEXPECTED_TYPE - Static variable in class com.sun.faces.util.MessageUtils
 
EVAL_BODY_AGAIN - Static variable in interface jakarta.servlet.jsp.tagext.IterationTag
Request the reevaluation of some body.
EVAL_BODY_BUFFERED - Static variable in interface jakarta.servlet.jsp.tagext.BodyTag
Request the creation of new buffer, a BodyContent on which to evaluate the body of this tag.
EVAL_BODY_INCLUDE - Static variable in interface jakarta.servlet.jsp.tagext.Tag
Evaluate body into existing out stream.
EVAL_PAGE - Static variable in interface jakarta.servlet.jsp.tagext.Tag
Continue evaluating the page.
evaluateExpressionGet(BeanManager, String, Class<T>) - Static method in class com.sun.faces.cdi.ManagedPropertyProducer
 
evaluateExpressionGet(FacesContext, String, Class<? extends T>) - Method in class com.sun.faces.application.ApplicationImpl
 
evaluateExpressionGet(FacesContext, String, Class<? extends T>) - Method in class com.sun.faces.application.applicationimpl.ExpressionLanguage
 
evaluateExpressionGet(FacesContext, String, Class<? extends T>) - Method in class jakarta.faces.application.Application
Get a value by evaluating an expression.
evaluateExpressionGet(FacesContext, String, Class<? extends T>) - Method in class jakarta.faces.application.ApplicationWrapper
The default behavior of this method is to call Application.evaluateExpressionGet(jakarta.faces.context.FacesContext, String, Class) on the wrapped Application object.
evaluatePreconditions() - Method in interface jakarta.ws.rs.core.Request
Evaluate request preconditions for a resource that does not currently exist.
evaluatePreconditions(EntityTag) - Method in interface jakarta.ws.rs.core.Request
Evaluate request preconditions based on the passed in value.
evaluatePreconditions(Date) - Method in interface jakarta.ws.rs.core.Request
Evaluate request preconditions based on the passed in value.
evaluatePreconditions(Date, EntityTag) - Method in interface jakarta.ws.rs.core.Request
Evaluate request preconditions based on the passed in value.
evaluateValueExpression(ValueExpression, ELContext) - Static method in class com.sun.faces.el.ELUtils
 
Evaluation - Enum constant in enum class com.sun.faces.component.CompositeComponentStackManager.StackType
 
EvaluationListener - Class in jakarta.el
The listener interface for receiving notification when a Jakarta Expression Language expression is evaluated.
EvaluationListener() - Constructor for class jakarta.el.EvaluationListener
 
Evaluation Listeners - Search tag in package jakarta.el
Section
Evaluation of Expressions - Search tag in package jakarta.el
Section
Event<T> - Interface in jakarta.enterprise.event
Allows the application to fire events of a particular type.
EventContext<T> - Interface in jakarta.enterprise.inject.spi
Represents a context of a fired event.
EventHandler - Class in com.sun.faces.facelets.tag.faces.core
This is the TagHandler for the f:event tag.
EventHandler(TagConfig) - Constructor for class com.sun.faces.facelets.tag.faces.core.EventHandler
 
EventInfo - Class in com.sun.faces.application.applicationimpl.events
Represent a logical association between a SystemEvent and a Source.
EventInfo(Class<? extends SystemEvent>, Class<?>) - Constructor for class com.sun.faces.application.applicationimpl.events.EventInfo
 
EventMetadata - Interface in jakarta.enterprise.inject.spi
Provides access to metadata about an observed event payload.
Event objects and event types - Search tag in package jakarta.enterprise.event
Section
eventParameter() - Method in interface jakarta.enterprise.inject.build.compatible.spi.ObserverInfo
Returns the event parameter of this observer method.
Event qualifiers - Search tag in package jakarta.enterprise.event
Section
Events - Class in com.sun.faces.application.applicationimpl
 
Events() - Constructor for class com.sun.faces.application.applicationimpl.Events
 
Events (client) - Search tag in annotation interface jakarta.faces.push.Push
Section
Events (server) - Search tag in annotation interface jakarta.faces.push.Push
Section
eventType() - Method in interface jakarta.enterprise.inject.build.compatible.spi.ObserverInfo
Returns the observed event type of this observer.
evict(Class<?>) - Method in interface jakarta.persistence.Cache
Remove the data for entities of the specified class (and its subclasses) from the cache.
evict(Class<?>, Object) - Method in interface jakarta.persistence.Cache
Remove the data for the given entity from the cache.
evictAll() - Method in interface jakarta.persistence.Cache
Clear the cache.
EXACT - Enum constant in enum class jakarta.servlet.http.MappingMatch
This is used when the mapping was achieved with an exact match to the incoming request.
examineAllHeaderElements() - Method in interface jakarta.xml.soap.SOAPHeader
Returns an Iterator over all the SOAPHeaderElement objects in this SOAPHeader object.
examineHeaderElements(String) - Method in interface jakarta.xml.soap.SOAPHeader
Returns an Iterator over all the SOAPHeaderElement objects in this SOAPHeader object that have the specified actor.
examineMustUnderstandHeaderElements(String) - Method in interface jakarta.xml.soap.SOAPHeader
Returns an Iterator over all the SOAPHeaderElement objects in this SOAPHeader object that have the specified actor and that have a MustUnderstand attribute whose value is equivalent to true.
Example - Search tag in class jakarta.el.ELProcessor
Section
except(CriteriaSelect<T>, CriteriaSelect<?>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create a query by (setwise) subtraction of the second query from the first query.
exceptAll(CriteriaSelect<T>, CriteriaSelect<?>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create a query by (setwise) subtraction of the second query from the first query, without elimination of duplicate results.
EXCEPTION - Static variable in class jakarta.servlet.jsp.PageContext
Name used to store uncaught exception in ServletRequest attribute list and PageContext name table.
EXCEPTION_HANDLER_FACTORY - Static variable in class jakarta.faces.FactoryFinder
The property name for the ExceptionHandlerFactory class name.
ExceptionHandler - Class in jakarta.faces.context
ExceptionHandler is the central point for handling unexpected Exceptions that are thrown during the Faces lifecycle.
ExceptionHandler() - Constructor for class jakarta.faces.context.ExceptionHandler
 
ExceptionHandlerFactory - Class in jakarta.faces.context
ExceptionHandlerFactory is a factory object that creates (if needed) and returns a new ExceptionHandler instance.
ExceptionHandlerFactory() - Constructor for class jakarta.faces.context.ExceptionHandlerFactory
Deprecated.
Use the other constructor taking the implementation being wrapped.
ExceptionHandlerFactory(ExceptionHandlerFactory) - Constructor for class jakarta.faces.context.ExceptionHandlerFactory
If this factory has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.
ExceptionHandlerFactoryImpl - Class in com.sun.faces.context
Default ExceptionHandlerFactory implementation.
ExceptionHandlerFactoryImpl() - Constructor for class com.sun.faces.context.ExceptionHandlerFactoryImpl
 
ExceptionHandlerImpl - Class in com.sun.faces.context
The default implementation of ExceptionHandler for Faces.
ExceptionHandlerImpl() - Constructor for class com.sun.faces.context.ExceptionHandlerImpl
 
ExceptionHandlerImpl(boolean) - Constructor for class com.sun.faces.context.ExceptionHandlerImpl
 
ExceptionHandlerWrapper - Class in jakarta.faces.context
Provides a simple implementation of ExceptionHandler that can be subclassed by developers wishing to provide specialized behavior to an existing ExceptionHandler instance.
ExceptionHandlerWrapper() - Constructor for class jakarta.faces.context.ExceptionHandlerWrapper
Deprecated.
Use the other constructor taking the implementation being wrapped.
ExceptionHandlerWrapper(ExceptionHandler) - Constructor for class jakarta.faces.context.ExceptionHandlerWrapper
If this exception handler has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.
ExceptionMapper<E> - Interface in jakarta.ws.rs.ext
Contract for a provider that maps Java exceptions to Response.
ExceptionQueuedEvent - Class in jakarta.faces.event
The system event facility will create an instance of this class whenever Application.publishEvent(jakarta.faces.context.FacesContext, java.lang.Class<? extends jakarta.faces.event.SystemEvent>, java.lang.Object) is called with ExceptionQueuedEvent.class as systemEventClass argument.
ExceptionQueuedEvent(FacesContext, ExceptionQueuedEventContext) - Constructor for class jakarta.faces.event.ExceptionQueuedEvent
Instantiate a new ExceptionQueuedEvent that indicates the argument ExceptionQueuedEventContext occurred.
ExceptionQueuedEvent(ExceptionQueuedEventContext) - Constructor for class jakarta.faces.event.ExceptionQueuedEvent
Instantiate a new ExceptionQueuedEvent that indicates the argument ExceptionQueuedEventContext occurred.
ExceptionQueuedEventContext - Class in jakarta.faces.event
This helper class provides context to the ExceptionQueuedEvent regarding the state of the system at the point in time when the ExceptionQueuedEvent occurs and links the ExceptionQueuedEvent to the ExceptionHandler by virtue of implementing SystemEventListener.
ExceptionQueuedEventContext(FacesContext, Throwable) - Constructor for class jakarta.faces.event.ExceptionQueuedEventContext
Instantiate a new ExceptionQueuedEventContext that indicates the argument Throwable just occurred.
ExceptionQueuedEventContext(FacesContext, Throwable, UIComponent) - Constructor for class jakarta.faces.event.ExceptionQueuedEventContext
Instantiate a new ExceptionQueuedEventContext that indicates the argument Throwable just occurred, relevant to the argument component.
ExceptionQueuedEventContext(FacesContext, Throwable, UIComponent, PhaseId) - Constructor for class jakarta.faces.event.ExceptionQueuedEventContext
Instantiate a new ExceptionQueuedEventContext that indicates the argument Throwable just occurred, relevant to the argument component, during the lifecycle phase phaseId.
exclude() - Element in annotation interface jakarta.jws.WebMethod
Marks a method to NOT be exposed as a web method.
ExcludeClassInterceptors - Annotation Interface in jakarta.interceptor
Used to exclude class-level interceptors for the lifecycle callback method, business method, timeout method, or constructor to which it is applied.
ExcludeDefaultInterceptors - Annotation Interface in jakarta.interceptor
Used to exclude default interceptors for a target class or for a lifecycle callback method, business method, timeout method, or constructor of a target class.
ExcludeDefaultListeners - Annotation Interface in jakarta.persistence
Specifies that the invocation of default listeners is to be excluded for the entity class (or mapped superclass) and its subclasses.
ExcludeSuperclassListeners - Annotation Interface in jakarta.persistence
Specifies that the invocation of superclass listeners is to be excluded for the entity class (or mapped superclass) and its subclasses.
excludeUnlistedClasses() - Method in interface jakarta.persistence.spi.PersistenceUnitInfo
Returns whether classes in the root of the persistence unit that have not been explicitly listed are to be included in the set of managed classes.
ExecutableDescriptor - Interface in jakarta.validation.metadata
Provides the common functionality of MethodDescriptor and ConstructorDescriptor.
ExecutableType - Enum Class in jakarta.validation.executable
Defines the types of executables targeted by an operation.
ExecutableValidator - Interface in jakarta.validation.executable
Validates parameters and return values of methods and constructors.
execute - Enum constant in enum class jakarta.faces.component.html.HtmlCommandScript.PropertyKeys
 
execute() - Method in interface jakarta.persistence.StoredProcedureQuery
Return true if the first result corresponds to a result set, and false if it is an update count or if there are no results other than through INOUT and OUT parameters, if any.
execute(FacesContext) - Method in class com.sun.faces.lifecycle.ApplyRequestValuesPhase
 
execute(FacesContext) - Method in class com.sun.faces.lifecycle.InvokeApplicationPhase
 
execute(FacesContext) - Method in class com.sun.faces.lifecycle.LifecycleImpl
 
execute(FacesContext) - Method in class com.sun.faces.lifecycle.Phase
Perform all state transitions required by the current phase of the request processing Lifecycle for a particular request.
execute(FacesContext) - Method in class com.sun.faces.lifecycle.ProcessValidationsPhase
 
execute(FacesContext) - Method in class com.sun.faces.lifecycle.RenderResponsePhase
 
execute(FacesContext) - Method in class com.sun.faces.lifecycle.RestoreViewPhase
PRECONDITION: the necessary factories have been installed in the ServletContext attr set.
execute(FacesContext) - Method in class com.sun.faces.lifecycle.UpdateModelValuesPhase
 
execute(FacesContext) - Method in class jakarta.faces.lifecycle.Lifecycle
Execute all of the phases of the request processing lifecycle, up to but not including the Render Response phase, as described in section 2 "Request Processing Lifecycle" of the Jakarta Faces Specification Document, in the specified order.
execute(FacesContext) - Method in class jakarta.faces.lifecycle.LifecycleWrapper
 
EXECUTE_LIFECYCLE - Enum constant in enum class jakarta.faces.component.visit.VisitHint
Hint that indicates that the visit is being performed as part of lifecycle phase execution.
executeUpdate() - Method in interface jakarta.persistence.Query
Execute an update or delete statement.
executeUpdate() - Method in interface jakarta.persistence.StoredProcedureQuery
Return the update count of -1 if there is no pending result or if the first result is not an update count.
executor() - Element in annotation interface jakarta.enterprise.concurrent.Asynchronous
JNDI name of a ManagedExecutorService or ManagedScheduledExecutorService upon which to run the asynchronous method.
executorService(ExecutorService) - Method in class jakarta.ws.rs.client.ClientBuilder
Set the client-side ExecutorService.
exists(Subquery<?>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create a predicate testing the existence of a subquery result.
exitLambdaScope() - Method in class jakarta.el.ELContext
Exits the Lambda expression evaluation.
exp(Expression<? extends Number>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create an expression that returns the exponential of its argument, that is, Euler's number e raised to the power of its argument.
EXPECT - Static variable in interface jakarta.ws.rs.core.HttpHeaders
EXPECTATION_FAILED - Enum constant in enum class jakarta.ws.rs.core.Response.Status
417 Expectation Failed, see HTTP/1.1 documentation.
EXPIRATION_IDENTIFIER - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
 
expires(Date) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
Set the response expiration date.
EXPIRES - Static variable in interface jakarta.ws.rs.core.HttpHeaders
EXPIRES_IN - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
 
ExpiringConcurrentCache<K,V> - Class in com.sun.faces.util
This class implements an abstract ConcurrentCache with objects in the cache potentially expiring.
ExpiringConcurrentCache(ConcurrentCache.Factory<K, V>, ExpiringConcurrentCache.ExpiryChecker<K, V>) - Constructor for class com.sun.faces.util.ExpiringConcurrentCache
Public constructor.
ExpiringConcurrentCache.ExpiryChecker<K,V> - Interface in com.sun.faces.util
Interface for checking whether a cached object expired
expiry(Date) - Method in class jakarta.ws.rs.core.NewCookie.AbstractNewCookieBuilder
Set the cookie expiry date.
expression(MethodExpression) - Method in class com.sun.faces.flow.builder.MethodCallBuilderImpl
 
expression(MethodExpression) - Method in class jakarta.faces.flow.builder.MethodCallBuilder
Set the method expression of this method call node.
expression(String) - Method in class com.sun.faces.flow.builder.MethodCallBuilderImpl
 
expression(String) - Method in class jakarta.faces.flow.builder.MethodCallBuilder
Set the method expression of this method call node.
expression(String, Class[]) - Method in class com.sun.faces.flow.builder.MethodCallBuilderImpl
 
expression(String, Class[]) - Method in class jakarta.faces.flow.builder.MethodCallBuilder
Set the method expression of this method call node.
Expression - Class in jakarta.el
Base class for the expression subclasses ValueExpression and MethodExpression, implementing characteristics common to both.
Expression<T> - Interface in jakarta.persistence.criteria
Type for query expressions.
Expression() - Constructor for class jakarta.el.Expression
 
EXPRESSION_FACTORY - Static variable in class com.sun.faces.facelets.compiler.Compiler
 
EXPRESSION_SEPARATOR_CHARS - Static variable in class jakarta.faces.component.search.SearchExpressionHandler
The default characters used to separate expressions in a series of expressions.
ExpressionFactory - Class in jakarta.el
Provides an implementation for creating and evaluating Jakarta Expression Language expressions.
ExpressionFactory() - Constructor for class jakarta.el.ExpressionFactory
 
ExpressionLanguage - Class in com.sun.faces.application.applicationimpl
 
ExpressionLanguage(ApplicationAssociate) - Constructor for class com.sun.faces.application.applicationimpl.ExpressionLanguage
 
Expression Objects - Search tag in package jakarta.el
Section
extendClient(TemplateClient) - Method in class com.sun.faces.facelets.FaceletContextImplBase
 
EXTENDED - Enum constant in enum class jakarta.persistence.PersistenceContextType
Extended persistence context
EXTENDED - Enum constant in enum class jakarta.persistence.PessimisticLockScope
In addition to the locking behavior specified for PessimisticLockScope.NORMAL, element collections and relationships owned by the entity that are contained in join tables are locked if the property jakarta.persistence.lock.scope is specified with a value of PessimisticLockScope#EXTENDED.
Extension - Interface in jakarta.enterprise.inject.spi
Service interface implemented by extensions.
Extension - Interface in jakarta.websocket
A simple representation of a websocket extension as a name and map of extension parameters.
EXTENSION - Enum constant in enum class jakarta.servlet.http.MappingMatch
This is used when the mapping was achieved using an extension, such as "*.xhtml".
Extension.Parameter - Interface in jakarta.websocket
This member interface defines a single websocket extension parameter.
ExtensionHandler - Class in com.sun.faces.facelets.tag.composite
 
ExtensionHandler(TagConfig) - Constructor for class com.sun.faces.facelets.tag.composite.ExtensionHandler
 
extensions(List<Extension>) - Method in class jakarta.websocket.ClientEndpointConfig.Builder
Set the extensions for the configuration this builder will build.
extensions(List<Extension>) - Method in class jakarta.websocket.server.ServerEndpointConfig.Builder
Sets the extensions to use in the configuration.
EXTERNAL_CONTEXT_FACTORY - Static variable in class jakarta.faces.FactoryFinder
The property name for the ExternalContextFactory class name.
ExternalContext - Class in jakarta.faces.context
This class allows the Faces API to be unaware of the nature of its containing application environment.
ExternalContext() - Constructor for class jakarta.faces.context.ExternalContext
 
ExternalContextFactory - Class in jakarta.faces.context
ExternalContextFactory is a factory object that creates (if needed) and returns new ExternalContext instances, initialized for the processing of the specified request and response objects.
ExternalContextFactory() - Constructor for class jakarta.faces.context.ExternalContextFactory
Deprecated.
Use the other constructor taking the implementation being wrapped.
ExternalContextFactory(ExternalContextFactory) - Constructor for class jakarta.faces.context.ExternalContextFactory
If this factory has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.
ExternalContextFactoryImpl - Class in com.sun.faces.context
 
ExternalContextFactoryImpl() - Constructor for class com.sun.faces.context.ExternalContextFactoryImpl
 
ExternalContextImpl - Class in com.sun.faces.context
This implementation of ExternalContext is specific to the servlet implementation.
ExternalContextImpl(ServletContext, ServletRequest, ServletResponse) - Constructor for class com.sun.faces.context.ExternalContextImpl
 
ExternalContextProducer - Class in com.sun.faces.cdi
The ExternalContextProducer is the CDI producer that allows injection of the ExternalContext using @Inject and allows EL resolving of #{externalContext}
ExternalContextProducer() - Constructor for class com.sun.faces.cdi.ExternalContextProducer
 
ExternalContextWrapper - Class in jakarta.faces.context
Provides a simple implementation of ExternalContext that can be subclassed by developers wishing to provide specialized behavior to an existing ExternalContext instance.
ExternalContextWrapper() - Constructor for class jakarta.faces.context.ExternalContextWrapper
Deprecated.
Use the other constructor taking the implementation being wrapped.
ExternalContextWrapper(ExternalContext) - Constructor for class jakarta.faces.context.ExternalContextWrapper
If this external context has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.
extract(TemporalField<N, T>, Expression<T>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create an expression that returns the value of a field extracted from a date, time, or datetime.
extractAllHeaderElements() - Method in interface jakarta.xml.soap.SOAPHeader
Returns an Iterator over all the SOAPHeaderElement objects in this SOAPHeader object and detaches them from this SOAPHeader object.
extractContentAsDocument() - Method in interface jakarta.xml.soap.SOAPBody
Creates a new DOM Document and sets the first child of this SOAPBody as it's document element.
ExtractedValue - Annotation Interface in jakarta.validation.valueextraction
Marks the type parameter of a generic container type to which a ValueExtractor is tied or specifies the type of the wrapped element(s) of non-generic container types.
extractFirstCommand(FacesContext, String) - Method in class com.sun.faces.component.search.SearchExpressionHandlerImpl
Extract the first command from the expression.
extractFirstNumericSegment(String, char) - Static method in class com.sun.faces.util.Util
Extract first numeric segment from given client ID.
extractHeaderElements(String) - Method in interface jakarta.xml.soap.SOAPHeader
Returns an Iterator over all the SOAPHeaderElement objects in this SOAPHeader object that have the specified actor and detaches them from this SOAPHeader object.
extractId(String) - Method in class com.sun.faces.component.search.SearchKeywordResolverImplId
 
extractValues(T, ValueExtractor.ValueReceiver) - Method in interface jakarta.validation.valueextraction.ValueExtractor
Extracts the values to validate from the original object.
extraParameters() - Element in annotation interface jakarta.security.enterprise.authentication.mechanism.http.OpenIdAuthenticationMechanismDefinition
An array of extra options that will be sent to the OAuth provider.
extraParametersExpression() - Element in annotation interface jakarta.security.enterprise.authentication.mechanism.http.OpenIdAuthenticationMechanismDefinition
Allows the extra parameters to be defined as a Jakarta Expression Language expression.
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