- Cache - Interface in jakarta.persistence
-
Interface used to interact with the second-level cache.
- CACHE_CONTROL - Static variable in interface jakarta.ws.rs.core.HttpHeaders
-
- Cacheable - Annotation Type in jakarta.persistence
-
Specifies whether an entity should be cached if caching is enabled
when the value of the persistence.xml
caching element
is ENABLE_SELECTIVE
or DISABLE_SELECTIVE
.
- cacheControl(CacheControl) - Method in interface jakarta.ws.rs.client.Invocation.Builder
-
Set the cache control data of the message.
- CacheControl - Class in jakarta.ws.rs.core
-
An abstraction for the value of a HTTP Cache-Control response header.
- CacheControl() - Constructor for class jakarta.ws.rs.core.CacheControl
-
Create a new instance of CacheControl.
- cacheControl(CacheControl) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
-
Set the cache control data of the message.
- CacheRetrieveMode - Enum in jakarta.persistence
-
Used as the value of the
jakarta.persistence.cache.retrieveMode
property to
specify the behavior when data is retrieved by the
find
methods and by queries.
- CacheStoreMode - Enum in jakarta.persistence
-
Used as the value of the
jakarta.persistence.cache.storeMode
property to specify
the behavior when data is read from the database and when data is
committed into the database.
- calculateCharacterEncoding(FacesContext) - Method in class jakarta.faces.application.ViewHandler
-
Returns the correct character encoding to be used for this request.
- calculateCharacterEncoding(FacesContext) - Method in class jakarta.faces.application.ViewHandlerWrapper
-
- calculateLocale(FacesContext) - Method in class jakarta.faces.application.ViewHandler
-
Returns an appropriate
Locale
to use for this and subsequent requests for the current client.
- calculateLocale(FacesContext) - Method in class jakarta.faces.application.ViewHandlerWrapper
-
- calculateRenderKitId(FacesContext) - Method in class jakarta.faces.application.ViewHandler
-
Return an appropriate renderKitId
for this and subsequent requests from the current client.
- calculateRenderKitId(FacesContext) - Method in class jakarta.faces.application.ViewHandlerWrapper
-
- calculateResourceLibraryContracts(FacesContext, String) - Method in class jakarta.faces.view.ViewDeclarationLanguage
-
Return the list of resource library contracts that will be made available for use in the view specified by the
argument viewId
.
- calculateResourceLibraryContracts(FacesContext, String) - Method in class jakarta.faces.view.ViewDeclarationLanguageWrapper
-
- CallerOnlyCredential - Class in jakarta.security.enterprise.credential
-
CallerOnlyCredential
represents a credential that only
contains a caller name and no secret of any kind.
- CallerOnlyCredential(String) - Constructor for class jakarta.security.enterprise.credential.CallerOnlyCredential
-
- CallerPrincipal - Class in jakarta.security.enterprise
-
Principal that represents the caller principal associated with the invocation being
processed by the container (e.g.
- CallerPrincipal(String) - Constructor for class jakarta.security.enterprise.CallerPrincipal
-
- CallerPrincipalCallback - Class in jakarta.security.auth.message.callback
-
Callback for setting the container's caller (or remote user) principal.
- CallerPrincipalCallback(Subject, Principal) - Constructor for class jakarta.security.auth.message.callback.CallerPrincipalCallback
-
Create a CallerPrincipalCallback to set the container's representation of the caller principal
- CallerPrincipalCallback(Subject, String) - Constructor for class jakarta.security.auth.message.callback.CallerPrincipalCallback
-
Create a CallerPrincipalCallback to set the container's representation of the caller principal.
- canBeRequestTime() - Method in class jakarta.servlet.jsp.tagext.TagAttributeInfo
-
Whether this attribute has been specified in the TLD as rtexprvalue.
- cancel(boolean) - Method in class jakarta.ejb.AsyncResult
-
This method should not be called.
- cancel() - Method in interface jakarta.ejb.Timer
-
Cause the timer and all its associated expiration notifications to be cancelled.
- cancel() - Method in interface jakarta.ws.rs.container.AsyncResponse
-
Cancel the suspended request processing.
- cancel(int) - Method in interface jakarta.ws.rs.container.AsyncResponse
-
Cancel the suspended request processing.
- cancel(Date) - Method in interface jakarta.ws.rs.container.AsyncResponse
-
Cancel the suspended request processing.
- canCreateBean(String) - Method in class jakarta.el.BeanNameResolver
-
Allow creating a bean of the given name if it does not exist.
- CascadableDescriptor - Interface in jakarta.validation.metadata
-
Represents a cascadable element.
- CascadeType - Enum in jakarta.persistence
-
Defines the set of cascadable operations that are propagated
to the associated entity.
- CASE_INSENSITIVE - Static variable in interface jakarta.json.bind.config.PropertyNamingStrategy
-
Using this strategy, the serialization will be same as identity.
- CDI<T> - Class in jakarta.enterprise.inject.spi
-
Provides access to the current container.
- CDI() - Constructor for class jakarta.enterprise.inject.spi.CDI
-
- CDIProvider - Interface in jakarta.enterprise.inject.spi
-
Interface implemented by a CDI provider to provide access to the current container
- CertStoreCallback - Class in jakarta.security.auth.message.callback
-
Callback for CertStore.
- CertStoreCallback() - Constructor for class jakarta.security.auth.message.callback.CertStoreCallback
-
- changeSessionId() - Method in interface jakarta.servlet.http.HttpServletRequest
-
Change the session id of the current session associated with this request and return the new session id.
- changeSessionId() - Method in class jakarta.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to return changeSessionId() on the wrapped request object.
- CHARACTER_ENCODING_KEY - Static variable in class jakarta.faces.application.ViewHandler
-
The key, in the session's attribute set, under which the response character encoding may be stored and retrieved.
- CHARACTER_ID - Static variable in class jakarta.faces.convert.CharacterConverter
-
The message identifier of the
FacesMessage
to be created if the conversion to
Character
fails.
- CharacterConverter - Class in jakarta.faces.convert
-
Converter
implementation for
java.lang.Character
(and char primitive) values.
- CharacterConverter() - Constructor for class jakarta.faces.convert.CharacterConverter
-
- CHARSET_PARAMETER - Static variable in class jakarta.ws.rs.core.MediaType
-
The media type charset
parameter name.
- checkOrigin(String) - Method in class jakarta.websocket.server.ServerEndpointConfig.Configurator
-
Check the value of the Origin header (
See Origin Header) the
client passed during the opening handshake.
- ClassTransformer - Interface in jakarta.persistence.spi
-
- cleanClientSubject() - Method in interface jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContext
-
Convenience method to clean the subject associated with this context.
- cleanClientSubject() - Method in class jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
-
- cleanSubject(MessageInfo, Subject) - Method in interface jakarta.security.auth.message.ClientAuth
-
Remove implementation specific principals and credentials from the subject.
- cleanSubject(MessageInfo, Subject) - Method in interface jakarta.security.auth.message.ServerAuth
-
Remove method specific principals and credentials from the subject.
- cleanSubject(HttpServletRequest, HttpServletResponse, HttpMessageContext) - Method in interface jakarta.security.enterprise.authentication.mechanism.http.HttpAuthenticationMechanism
-
Remove mechanism specific principals and credentials from the subject and any other state the mechanism
might have used.
- clear() - Method in class jakarta.faces.context.FlashWrapper
-
The default behavior of this method is to call Map.clear()
on the wrapped Flash
object.
- clear() - Method in interface jakarta.persistence.EntityManager
-
Clear the persistence context, causing all managed
entities to become detached.
- clear() - Method in class jakarta.security.enterprise.credential.AbstractClearableCredential
-
- clear() - Method in interface jakarta.security.enterprise.credential.Credential
-
Clears the credential.
- clear() - Method in class jakarta.security.enterprise.credential.Password
-
Securely clears the password value.
- clear() - Method in class jakarta.servlet.jsp.JspWriter
-
Clear the contents of the buffer.
- clear() - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
-
- clearBody() - Method in class jakarta.servlet.jsp.tagext.BodyContent
-
Clear the body without throwing any exceptions.
- clearBuffer() - Method in class jakarta.servlet.jsp.JspWriter
-
Clears the current contents of the buffer.
- clearCachedProviders() - Method in interface jakarta.persistence.spi.PersistenceProviderResolver
-
Clear cache of providers.
- clearCredential() - Method in class jakarta.security.enterprise.credential.AbstractClearableCredential
-
Invokes the specific subclass to securely clear the credential value.
- clearCredential() - Method in class jakarta.security.enterprise.credential.UsernamePasswordCredential
-
- clearInitialState() - Method in class jakarta.faces.component.behavior.BehaviorBase
-
Clears the initial state flag, causing the behavior to revert from partial to full state saving.
- clearInitialState() - Method in interface jakarta.faces.component.PartialStateHolder
-
Reset the PartialStateHolder to a non-delta tracking state.
- clearInitialState() - Method in class jakarta.faces.component.UIComponent
-
- clearInitialState() - Method in class jakarta.faces.component.UIComponentBase
-
- clearInitialState() - Method in class jakarta.faces.component.UIInput
-
- clearInitialState() - Method in class jakarta.faces.component.UIOutput
-
- clearInitialState() - Method in class jakarta.faces.convert.DateTimeConverter
-
- clearInitialState() - Method in class jakarta.faces.convert.EnumConverter
-
- clearInitialState() - Method in class jakarta.faces.convert.NumberConverter
-
- clearInitialState() - Method in class jakarta.faces.validator.BeanValidator
-
- clearInitialState() - Method in class jakarta.faces.validator.DoubleRangeValidator
-
- clearInitialState() - Method in class jakarta.faces.validator.LengthValidator
-
- clearInitialState() - Method in class jakarta.faces.validator.LongRangeValidator
-
- clearInitialState() - Method in class jakarta.faces.validator.RegexValidator
-
- clearPassword() - Method in class jakarta.security.auth.message.callback.PasswordValidationCallback
-
Clear the password.
- Client - Interface in jakarta.ws.rs.client
-
Client is the main entry point to the fluent API used to build and execute client requests in order to consume
responses returned.
- CLIENT_CERT_AUTH - Static variable in class jakarta.faces.context.ExternalContext
-
String identifier for CLIENT_CERT authentication.
- CLIENT_CERT_AUTH - Static variable in interface jakarta.servlet.http.HttpServletRequest
-
String identifier for Client Certificate authentication.
- CLIENT_CERT_AUTH - Static variable in interface jakarta.ws.rs.core.SecurityContext
-
String identifier for Client Certificate authentication.
- CLIENT_WINDOW_FACTORY - Static variable in class jakarta.faces.FactoryFinder
-
- CLIENT_WINDOW_MODE_PARAM_NAME - Static variable in class jakarta.faces.lifecycle.ClientWindow
-
The context-param that controls the operation of the ClientWindow
feature.
- CLIENT_WINDOW_PARAM - Static variable in class jakarta.faces.render.ResponseStateManager
-
The name of the hidden field that refers to the encoded ClientWindow.
- CLIENT_WINDOW_URL_PARAM - Static variable in class jakarta.faces.render.ResponseStateManager
-
The name of the URL query parameter for transmitting the client window id.
- ClientAuth - Interface in jakarta.security.auth.message
-
An implementation of this interface is used to secure service request messages, and validate received service
response messages.
- ClientAuthConfig - Interface in jakarta.security.auth.message.config
-
This interface encapsulates the configuration of ClientAuthContext objects for a message layer and application
context (for example, the messaging context of a specific application, or set of applications).
- ClientAuthContext - Interface in jakarta.security.auth.message.config
-
This ClientAuthContext class encapsulates ClientAuthModules that are used to secure service requests made by a
client, and to validate any responses received to those requests.
- ClientAuthModule - Interface in jakarta.security.auth.message.module
-
A ClientAuthModule secures request messages, and validates received response messages.
- ClientBehavior - Interface in jakarta.faces.component.behavior
-
ClientBehavior is the base contract for Behavior
s that attach script content to client-side
events exposed by ClientBehaviorHolder
components.
- ClientBehaviorBase - Class in jakarta.faces.component.behavior
-
ClientBehaviorBase is a convenience base class that implements the default concrete behavior of all
methods defined by ClientBehavior
.
- ClientBehaviorBase() - Constructor for class jakarta.faces.component.behavior.ClientBehaviorBase
-
- ClientBehaviorContext - Class in jakarta.faces.component.behavior
-
- ClientBehaviorContext() - Constructor for class jakarta.faces.component.behavior.ClientBehaviorContext
-
- ClientBehaviorContext.Parameter - Class in jakarta.faces.component.behavior
-
Parameter instances represent name/value pairs that "submitting" ClientBehavior implementations
should include when posting back into the Faces lifecycle.
- ClientBehaviorHint - Enum in jakarta.faces.component.behavior
-
An enum that specifies hints that describes the behavior of ClientBehavior implementations.
- ClientBehaviorHolder - Interface in jakarta.faces.component.behavior
-
The ClientBehaviorHolder interface may be implemented by any concrete
UIComponent
that wishes to support client behaviors as defined by
ClientBehavior
.
- ClientBehaviorRenderer - Class in jakarta.faces.render
-
A
ClientBehaviorRenderer produces the client-side script that implements a
ClientBehavior
's client-side logic.
- ClientBehaviorRenderer() - Constructor for class jakarta.faces.render.ClientBehaviorRenderer
-
- ClientBuilder - Class in jakarta.ws.rs.client
-
Main entry point to the client API used to bootstrap
Client
instances.
- ClientBuilder() - Constructor for class jakarta.ws.rs.client.ClientBuilder
-
Allows custom implementations to extend the ClientBuilder
class.
- ClientEndpoint - Annotation Type in jakarta.websocket
-
The ClientEndpoint annotation a class level annotation is used to denote that a POJO is a web socket client and can
be deployed as such.
- ClientEndpointConfig - Interface in jakarta.websocket
-
The ClientEndpointConfig is a special kind of endpoint configuration object that contains web socket configuration
information specific only to client endpoints.
- ClientEndpointConfig.Builder - Class in jakarta.websocket
-
The ClientEndpointConfig.Builder is a class used for creating
ClientEndpointConfig
objects for the
purposes of deploying a client endpoint.
- ClientEndpointConfig.Configurator - Class in jakarta.websocket
-
The Configurator class may be extended by developers who want to provide custom configuration algorithms, such as
intercepting the opening handshake, or providing arbitrary methods and algorithms that can be accessed from each
endpoint instance configured with this configurator.
- ClientErrorException - Exception in jakarta.ws.rs
-
A base runtime application exception indicating a client request error (HTTP 4xx
status codes).
- ClientErrorException(Response.Status) - Constructor for exception jakarta.ws.rs.ClientErrorException
-
Construct a new client error exception.
- ClientErrorException(String, Response.Status) - Constructor for exception jakarta.ws.rs.ClientErrorException
-
Construct a new client error exception.
- ClientErrorException(int) - Constructor for exception jakarta.ws.rs.ClientErrorException
-
Construct a new client error exception.
- ClientErrorException(String, int) - Constructor for exception jakarta.ws.rs.ClientErrorException
-
Construct a new client error exception.
- ClientErrorException(Response) - Constructor for exception jakarta.ws.rs.ClientErrorException
-
Construct a new client error exception.
- ClientErrorException(String, Response) - Constructor for exception jakarta.ws.rs.ClientErrorException
-
Construct a new client error exception.
- ClientErrorException(Response.Status, Throwable) - Constructor for exception jakarta.ws.rs.ClientErrorException
-
Construct a new client error exception.
- ClientErrorException(String, Response.Status, Throwable) - Constructor for exception jakarta.ws.rs.ClientErrorException
-
Construct a new client error exception.
- ClientErrorException(int, Throwable) - Constructor for exception jakarta.ws.rs.ClientErrorException
-
Construct a new client error exception.
- ClientErrorException(String, int, Throwable) - Constructor for exception jakarta.ws.rs.ClientErrorException
-
Construct a new client error exception.
- ClientErrorException(Response, Throwable) - Constructor for exception jakarta.ws.rs.ClientErrorException
-
Construct a new client error exception.
- ClientErrorException(String, Response, Throwable) - Constructor for exception jakarta.ws.rs.ClientErrorException
-
Construct a new client error exception.
- ClientRequestContext - Interface in jakarta.ws.rs.client
-
Client request filter context.
- ClientRequestFilter - Interface in jakarta.ws.rs.client
-
An extension interface implemented by client request filters.
- ClientResponseContext - Interface in jakarta.ws.rs.client
-
Client response filter context.
- ClientResponseFilter - Interface in jakarta.ws.rs.client
-
An extension interface implemented by client response filters.
- ClientWindow - Class in jakarta.faces.lifecycle
-
This class represents a client window, which may be a browser tab, browser window, browser pop-up, portlet, or
anything else that can display a UIComponent
hierarchy rooted at a
UIViewRoot
.
- ClientWindow() - Constructor for class jakarta.faces.lifecycle.ClientWindow
-
- ClientWindowFactory - Class in jakarta.faces.lifecycle
-
Create ClientWindow
instances based on the incoming request.
- ClientWindowFactory() - Constructor for class jakarta.faces.lifecycle.ClientWindowFactory
-
- ClientWindowFactory(ClientWindowFactory) - Constructor for class jakarta.faces.lifecycle.ClientWindowFactory
-
If this factory has been decorated, the implementation doing the decorating should push the implementation being
wrapped to this constructor.
- clientWindowTransition(FacesContext) - Method in class jakarta.faces.flow.FlowHandler
-
Allow for flow transitions in the case of components rendered by the renderers from component-family
jakarta.faces.OutcomeTarget
.
- ClientWindowWrapper - Class in jakarta.faces.lifecycle
-
- ClientWindowWrapper() - Constructor for class jakarta.faces.lifecycle.ClientWindowWrapper
-
- ClientWindowWrapper(ClientWindow) - Constructor for class jakarta.faces.lifecycle.ClientWindowWrapper
-
If this client window has been decorated, the implementation doing the decorating should push the implementation
being wrapped to this constructor.
- ClockProvider - Interface in jakarta.validation
-
Contract for obtaining the
Clock
used as the reference for
now
when
validating the
@Future
and
@Past
constraints.
- clockProvider(ClockProvider) - Method in interface jakarta.validation.Configuration
-
Defines the clock provider.
- clockProvider(ClockProvider) - Method in interface jakarta.validation.ValidatorContext
-
- clone() - Method in class jakarta.servlet.http.Cookie
-
Overrides the standard java.lang.Object.clone
method to return a copy of this Cookie.
- clone() - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
- clone() - Method in class jakarta.ws.rs.core.UriBuilder
-
Create a copy of the UriBuilder preserving its state.
- cloneWithWriter(Writer) - Method in class jakarta.faces.context.ResponseWriter
-
Create and return a new instance of this
ResponseWriter
, using the specified
Writer
as the
output destination.
- cloneWithWriter(Writer) - Method in class jakarta.faces.context.ResponseWriterWrapper
-
- close() - Method in class jakarta.ejb.embeddable.EJBContainer
-
Shutdown an embeddable EJBContainer instance.
- close() - Method in interface jakarta.enterprise.inject.se.SeContainer
-
Shuts down this SeContainer instance when it is no longer in scope.
- close() - Method in class jakarta.faces.context.ResponseWriterWrapper
-
- close() - Method in interface jakarta.json.JsonReader
-
Closes this reader and frees any resources associated with the
reader.
- close() - Method in interface jakarta.json.JsonWriter
-
- close() - Method in interface jakarta.json.stream.JsonGenerator
-
Closes this generator and frees any resources associated with it.
- close() - Method in interface jakarta.json.stream.JsonParser
-
Closes this parser and frees any resources associated with the
parser.
- close() - Method in interface jakarta.persistence.EntityManager
-
Close an application-managed entity manager.
- close() - Method in interface jakarta.persistence.EntityManagerFactory
-
Close the factory, releasing any resources that it holds.
- close() - Method in class jakarta.servlet.jsp.JspWriter
-
Close the stream, flushing it first.
- close() - Method in interface jakarta.validation.ValidatorFactory
-
Closes the ValidatorFactory
instance.
- close() - Method in interface jakarta.websocket.Session
-
Close the current conversation with a normal status code and no reason phrase.
- close(CloseReason) - Method in interface jakarta.websocket.Session
-
Close the current conversation, giving a reason for the closure.
- close() - Method in interface jakarta.ws.rs.client.Client
-
Close client instance and all it's associated resources.
- close() - Method in class jakarta.ws.rs.core.Response
-
Close the underlying message entity input stream (if available and open) as well as releases any other resources
associated with the response (e.g.
- close() - Method in interface jakarta.ws.rs.sse.SseBroadcaster
-
Close the broadcaster and all registered
SseEventSink
instances.
- close() - Method in interface jakarta.ws.rs.sse.SseEventSink
-
Close the
SseEventSink
instance and release all associated resources.
- close() - Method in interface jakarta.ws.rs.sse.SseEventSource
-
Close this event source.
- close(long, TimeUnit) - Method in interface jakarta.ws.rs.sse.SseEventSource
-
Close this event source and wait for the internal event processing task to complete for up to the specified amount of
wait time.
- CloseReason - Class in jakarta.websocket
-
A class encapsulating the reason why a web socket has been closed, or why it is being asked to close.
- CloseReason(CloseReason.CloseCode, String) - Constructor for class jakarta.websocket.CloseReason
-
Creates a reason for closing a web socket connection with the given code and reason phrase.
- CloseReason.CloseCode - Interface in jakarta.websocket
-
A marker interface for the close codes.
- CloseReason.CloseCodes - Enum in jakarta.websocket
-
An Enumeration of status codes for a web socket close that are defined in the specification.
- coalesce(Expression<? extends Y>, Expression<? extends Y>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create an expression that returns null if all its arguments
evaluate to null, and the value of the first non-null argument
otherwise.
- coalesce(Expression<? extends Y>, Y) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create an expression that returns null if all its arguments
evaluate to null, and the value of the first non-null argument
otherwise.
- coalesce() - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create a coalesce expression.
- coerceToType(Object, Class<?>) - Method in class jakarta.el.ExpressionFactory
-
Coerces an object to a specific type according to the Jakarta Expression Language type conversion rules.
- CollectionAttribute<X,E> - Interface in jakarta.persistence.metamodel
-
Instances of the type CollectionAttribute
represent persistent
java.util.Collection
-valued attributes.
- CollectionDataModel<E> - Class in jakarta.faces.model
-
CollectionDataModel is a convenience implementation of DataModel
that wraps an
Collection
of Java objects.
- CollectionDataModel() - Constructor for class jakarta.faces.model.CollectionDataModel
-
- CollectionDataModel(Collection<E>) - Constructor for class jakarta.faces.model.CollectionDataModel
-
- CollectionJoin<Z,E> - Interface in jakarta.persistence.criteria
-
The CollectionJoin
interface is the type of the result of
joining to a collection over an association or element
collection that has been specified as a java.util.Collection
.
- CollectionTable - Annotation Type in jakarta.persistence
-
Specifies the table that is used for the mapping of
collections of basic or embeddable types.
- Column - Annotation Type in jakarta.persistence
-
Specifies the mapped column for a persistent property or field.
- ColumnResult - Annotation Type in jakarta.persistence
-
- comment(String) - Method in interface jakarta.ws.rs.sse.OutboundSseEvent.Builder
-
Set comment string associated with the event.
- commit() - Method in interface jakarta.persistence.EntityTransaction
-
Commit the current resource transaction, writing any
unflushed changes to the database.
- commit() - Method in interface jakarta.transaction.Transaction
-
Complete the transaction represented by this Transaction object.
- commit() - Method in interface jakarta.transaction.TransactionManager
-
Complete the transaction associated with the current thread.
- commit() - Method in interface jakarta.transaction.UserTransaction
-
Complete the transaction associated with the current thread.
- CommonAbstractCriteria - Interface in jakarta.persistence.criteria
-
The CommonAbstractCriteria
interface defines functionality
that is common to both top-level criteria queries and subqueries as
well as to update and delete criteria operations.
- compareTo(Object) - Method in class jakarta.faces.application.FacesMessage.Severity
-
- compareTo(Object) - Method in class jakarta.faces.event.PhaseId
-
Compare this
PhaseId
instance to the specified one.
- compareTo(String) - Method in class jakarta.security.enterprise.credential.Password
-
- compareTo(String, String) - Method in class jakarta.security.enterprise.credential.UsernamePasswordCredential
-
- compareValues(Object, Object) - Method in class jakarta.faces.component.UIInput
-
Return true
if the new value is different from the previous value.
- compareValues(Object, Object) - Method in class jakarta.faces.component.UISelectMany
-
Return true
if the new value is different from the previous value.
- complete() - Method in interface jakarta.servlet.AsyncContext
-
Completes the asynchronous operation that was started on the request that was used to initialze this AsyncContext,
closing the response that was used to initialize this AsyncContext.
- completed(RESPONSE) - Method in interface jakarta.ws.rs.client.InvocationCallback
-
Called when the invocation was successfully completed.
- CompletionCallback - Interface in jakarta.ws.rs.container
-
A request processing callback that receives request processing completion events.
- CompletionStageRxInvoker - Interface in jakarta.ws.rs.client
-
- COMPONENT_FAMILY - Static variable in class jakarta.faces.component.UIColumn
-
The standard component family for this component.
- COMPONENT_FAMILY - Static variable in class jakarta.faces.component.UICommand
-
The standard component family for this component.
- COMPONENT_FAMILY - Static variable in class jakarta.faces.component.UIData
-
The standard component family for this component.
- COMPONENT_FAMILY - Static variable in class jakarta.faces.component.UIForm
-
The standard component family for this component.
- COMPONENT_FAMILY - Static variable in class jakarta.faces.component.UIGraphic
-
The standard component family for this component.
- COMPONENT_FAMILY - Static variable in class jakarta.faces.component.UIImportConstants
-
The standard component family for this component.
- COMPONENT_FAMILY - Static variable in class jakarta.faces.component.UIInput
-
The standard component family for this component.
- COMPONENT_FAMILY - Static variable in class jakarta.faces.component.UIMessage
-
The standard component family for this component.
- COMPONENT_FAMILY - Static variable in class jakarta.faces.component.UIMessages
-
The standard component family for this component.
- COMPONENT_FAMILY - Static variable in class jakarta.faces.component.UINamingContainer
-
The standard component family for this component.
- COMPONENT_FAMILY - Static variable in class jakarta.faces.component.UIOutcomeTarget
-
The standard component family for this component.
- COMPONENT_FAMILY - Static variable in class jakarta.faces.component.UIOutput
-
The standard component family for this component.
- COMPONENT_FAMILY - Static variable in class jakarta.faces.component.UIPanel
-
The standard component family for this component.
- COMPONENT_FAMILY - Static variable in class jakarta.faces.component.UIParameter
-
The standard component family for this component.
- COMPONENT_FAMILY - Static variable in class jakarta.faces.component.UISelectBoolean
-
The standard component family for this component.
- COMPONENT_FAMILY - Static variable in class jakarta.faces.component.UISelectItem
-
The standard component family for this component.
- COMPONENT_FAMILY - Static variable in class jakarta.faces.component.UISelectItems
-
The standard component family for this component.
- COMPONENT_FAMILY - Static variable in class jakarta.faces.component.UISelectMany
-
The standard component family for this component.
- COMPONENT_FAMILY - Static variable in class jakarta.faces.component.UISelectOne
-
The standard component family for this component.
- COMPONENT_FAMILY - Static variable in class jakarta.faces.component.UIViewAction
-
The standard component family for this component.
- COMPONENT_FAMILY - Static variable in class jakarta.faces.component.UIViewParameter
-
The standard component family for this component.
- COMPONENT_FAMILY - Static variable in class jakarta.faces.component.UIViewRoot
-
The standard component family for this component.
- COMPONENT_FAMILY - Static variable in class jakarta.faces.component.UIWebsocket
-
The standard component family for this component.
- COMPONENT_RESOURCE_KEY - Static variable in class jakarta.faces.application.Resource
-
This constant is used as the key in the component attribute map of a composite component to associate the component
with its Resource
instance.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlBody
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlColumn
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlCommandButton
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlCommandLink
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlCommandScript
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlDataTable
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlDoctype
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlForm
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlGraphicImage
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlHead
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlInputFile
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlInputHidden
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlInputSecret
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlInputText
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlInputTextarea
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlMessage
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlMessages
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlOutcomeTargetButton
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlOutcomeTargetLink
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlOutputFormat
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlOutputLabel
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlOutputLink
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlOutputText
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlPanelGrid
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlPanelGroup
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlSelectManyCheckbox
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlSelectManyListbox
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlSelectManyMenu
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlSelectOneListbox
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlSelectOneMenu
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlSelectOneRadio
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.UIColumn
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.UICommand
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.UIData
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.UIForm
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.UIGraphic
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.UIImportConstants
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.UIInput
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.UIMessage
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.UIMessages
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.UINamingContainer
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.UIOutcomeTarget
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.UIOutput
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.UIPanel
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.UIParameter
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.UISelectBoolean
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.UISelectItem
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.UISelectItems
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.UISelectMany
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.UISelectOne
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.UIViewAction
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.UIViewParameter
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.UIViewRoot
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.UIWebsocket
-
The standard component type for this component.
- ComponentConfig - Interface in jakarta.faces.view.facelets
-
- ComponentHandler - Class in jakarta.faces.view.facelets
-
Public base class for markup element instances that map to
UIComponent
instances in the view.
- ComponentHandler(ComponentConfig) - Constructor for class jakarta.faces.view.facelets.ComponentHandler
-
- ComponentNotFoundException - Exception in jakarta.faces.component.search
-
- ComponentNotFoundException() - Constructor for exception jakarta.faces.component.search.ComponentNotFoundException
-
Construct a new exception with no detail message or root cause.
- ComponentNotFoundException(String) - Constructor for exception jakarta.faces.component.search.ComponentNotFoundException
-
Construct a new exception with the specified detail message and no root cause.
- ComponentNotFoundException(Throwable) - Constructor for exception jakarta.faces.component.search.ComponentNotFoundException
-
Construct a new exception with the specified root cause.
- ComponentNotFoundException(String, Throwable) - Constructor for exception jakarta.faces.component.search.ComponentNotFoundException
-
Construct a new exception with the specified detail message and root cause.
- ComponentSystemEvent - Class in jakarta.faces.event
-
- ComponentSystemEvent(UIComponent) - Constructor for class jakarta.faces.event.ComponentSystemEvent
-
Pass the argument component
to the superclass constructor.
- ComponentSystemEvent(FacesContext, UIComponent) - Constructor for class jakarta.faces.event.ComponentSystemEvent
-
Pass the argument component
to the superclass constructor.
- ComponentSystemEventListener - Interface in jakarta.faces.event
-
Implementors of this class do not need an isListenerForSource()
method because they are only installed
on specific component instances, therefore the isListenerForSource()
method is implicit.
- COMPOSITE_COMPONENT_TYPE_KEY - Static variable in class jakarta.faces.component.UIComponent
-
The value of this constant is used as the key in the composite component BeanDescriptor for a
ValueExpression
that evaluates to the component-type
of the composite component
root UIComponent
for this composite component, if one was declared by the composite component
author.
- COMPOSITE_FACET_NAME - Static variable in class jakarta.faces.component.UIComponent
-
The value of this constant is used as the key in the Map
returned as described in UIComponent.FACETS_KEY
for the PropertyDescriptor
describing the composite component facet.
- CompositeComponentExpressionHolder - Interface in jakarta.faces.el
-
This interface must be implemented by the Map
returned by the composite component
ELResolver
, described in section 5.6.2.2 of the specification, when evaluating
#{cc.attrs}
expressions.
- CompositeELResolver - Class in jakarta.el
-
Maintains an ordered composite list of child ELResolver
s.
- CompositeELResolver() - Constructor for class jakarta.el.CompositeELResolver
-
- CompositeFaceletHandler - Class in jakarta.faces.view.facelets
-
A FaceletHandler that is derived of 1 or more, inner FaceletHandlers.
- CompositeFaceletHandler(FaceletHandler[]) - Constructor for class jakarta.faces.view.facelets.CompositeFaceletHandler
-
- CompoundSelection<X> - Interface in jakarta.persistence.criteria
-
The CompoundSelection
interface defines a compound selection item
(tuple, array, or result of constructor).
- concat(Expression<String>, Expression<String>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create an expression for string concatenation.
- concat(Expression<String>, String) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create an expression for string concatenation.
- concat(String, Expression<String>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create an expression for string concatenation.
- ConcurrencyManagement - Annotation Type in jakarta.ejb
-
Declares a singleton session bean's concurrency management type.
- ConcurrencyManagementType - Enum in jakarta.ejb
-
Used to specify the value of the ConcurrencyManagement
annotation for a singleton session bean.
- ConcurrentAccessException - Exception in jakarta.ejb
-
A ConcurrentAccessException indicates that the client has attempted an invocation on a stateful session bean or
singleton bean while another invocation is in progress and such concurrent access is not allowed.
- ConcurrentAccessException() - Constructor for exception jakarta.ejb.ConcurrentAccessException
-
Constructs an ConcurrentAccessException with no detail message.
- ConcurrentAccessException(String) - Constructor for exception jakarta.ejb.ConcurrentAccessException
-
Constructs an ConcurrentAccessException with the specified detailed message.
- ConcurrentAccessException(String, Exception) - Constructor for exception jakarta.ejb.ConcurrentAccessException
-
Constructs an ConcurrentAccessException with the specified detail message and a nested exception.
- ConcurrentAccessTimeoutException - Exception in jakarta.ejb
-
This exception indicates that an attempt to concurrently access a stateful session or singleton bean method resulted
in a timeout.
- ConcurrentAccessTimeoutException() - Constructor for exception jakarta.ejb.ConcurrentAccessTimeoutException
-
Constructor for ConcurrentAccessTimeoutException.
- ConcurrentAccessTimeoutException(String) - Constructor for exception jakarta.ejb.ConcurrentAccessTimeoutException
-
Constructor for ConcurrentAccessTimeoutException.
- condition(String) - Method in class jakarta.faces.flow.builder.NavigationCaseBuilder
-
Set the if of the current navigation case.
- condition(ValueExpression) - Method in class jakarta.faces.flow.builder.NavigationCaseBuilder
-
Set the if of the current navigation case.
- condition(ValueExpression) - Method in class jakarta.faces.flow.builder.SwitchCaseBuilder
-
Set the if in the previously created switch case.
- condition(String) - Method in class jakarta.faces.flow.builder.SwitchCaseBuilder
-
Set the if in the previously created switch case.
- condition() - Method in class jakarta.servlet.jsp.jstl.core.ConditionalTagSupport
-
Subclasses implement this method to compute the boolean result of the conditional action.
- ConditionalTagSupport - Class in jakarta.servlet.jsp.jstl.core
-
Abstract class that facilitates implementation of conditional actions where the boolean result is exposed as a JSP
scoped variable.
- ConditionalTagSupport() - Constructor for class jakarta.servlet.jsp.jstl.core.ConditionalTagSupport
-
Base constructor to initialize local state.
- Config - Class in jakarta.servlet.jsp.jstl.core
-
Class supporting access to configuration settings.
- Config() - Constructor for class jakarta.servlet.jsp.jstl.core.Config
-
- CONFIG - Static variable in class jakarta.servlet.jsp.PageContext
-
Name used to store ServletConfig in PageContext name table.
- CONFIG_FILES_ATTR - Static variable in class jakarta.faces.webapp.FacesServlet
-
Context initialization parameter name for a comma delimited list of context-relative resource paths (in addition to
/WEB-INF/faces-config.xml
which is loaded automatically if it exists) containing Jakarta Server Faces
configuration information.
- Configurable<C extends Configurable> - Interface in jakarta.ws.rs.core
-
Represents a client or server-side configurable context in JAX-RS.
- ConfigurableNavigationHandler - Class in jakarta.faces.application
-
ConfigurableNavigationHandler extends the contract of
NavigationHandler
to allow runtime inspection of the NavigationCase
s that make up the rule-base for
navigation.
- ConfigurableNavigationHandler() - Constructor for class jakarta.faces.application.ConfigurableNavigationHandler
-
- ConfigurableNavigationHandlerWrapper - Class in jakarta.faces.application
-
- ConfigurableNavigationHandlerWrapper() - Constructor for class jakarta.faces.application.ConfigurableNavigationHandlerWrapper
-
- ConfigurableNavigationHandlerWrapper(ConfigurableNavigationHandler) - Constructor for class jakarta.faces.application.ConfigurableNavigationHandlerWrapper
-
If this configurable navigation handler has been decorated, the implementation doing the decorating should push the
implementation being wrapped to this constructor.
- Configuration<T extends Configuration<T>> - Interface in jakarta.validation
-
Receives configuration information, selects the appropriate
Jakarta Bean Validation provider and builds the appropriate
ValidatorFactory
.
- Configuration - Interface in jakarta.ws.rs.core
-
A configuration state associated with a
configurable
JAX-RS context.
- ConfigurationState - Interface in jakarta.validation.spi
-
- configurator(ClientEndpointConfig.Configurator) - Method in class jakarta.websocket.ClientEndpointConfig.Builder
-
Sets the configurator object for the configuration this builder will build.
- Configurator() - Constructor for class jakarta.websocket.ClientEndpointConfig.Configurator
-
- configurator(ServerEndpointConfig.Configurator) - Method in class jakarta.websocket.server.ServerEndpointConfig.Builder
-
Sets the custom configurator to use on the configuration object built by this builder.
- Configurator() - Constructor for class jakarta.websocket.server.ServerEndpointConfig.Configurator
-
- configure() - Method in interface jakarta.enterprise.inject.spi.InjectionTargetFactory
-
- configure() - Method in interface jakarta.enterprise.inject.spi.InterceptionFactory
-
- configure() - Method in interface jakarta.validation.bootstrap.GenericBootstrap
-
- configure() - Method in interface jakarta.validation.bootstrap.ProviderSpecificBootstrap
-
Determines the provider implementation suitable for
T
and delegates
the creation of this specific
Configuration
subclass to the provider.
- configure(ResourceInfo, FeatureContext) - Method in interface jakarta.ws.rs.container.DynamicFeature
-
- configure(FeatureContext) - Method in interface jakarta.ws.rs.core.Feature
-
A call-back method called when the feature is to be enabled in a given runtime configuration scope.
- configureAnnotatedType() - Method in interface jakarta.enterprise.inject.spi.ProcessAnnotatedType
-
Returns an
AnnotatedTypeConfigurator
initialized with the
AnnotatedType
processed by this event
to configure a new AnnotatedType that will replace the original one at the end of the observer invocation.
- configureBeanAttributes() - Method in interface jakarta.enterprise.inject.spi.ProcessBeanAttributes
-
returns a
BeanAttributesConfigurator
initialized with the
BeanAttributes
processed by this event
to configure a new BeanAttributes that will replace the original one at the end of the observer invocation.
- configuredProvider - Static variable in class jakarta.enterprise.inject.spi.CDI
-
- configureInjectionPoint() - Method in interface jakarta.enterprise.inject.spi.ProcessInjectionPoint
-
Returns an
InjectionPointConfigurator
initialized with the
InjectionPoint
processed by this event
to configure a new InjectionPoint that will replace the original one at the end of the observer invocation.
- configureInterceptorBinding(Class<T>) - Method in interface jakarta.enterprise.inject.spi.BeforeBeanDiscovery
-
- configureObserverMethod() - Method in interface jakarta.enterprise.inject.spi.ProcessObserverMethod
-
Returns a
ObserverMethodConfigurator
initialized with the
ObserverMethod
processed by this event,
to configure a new ObserverMethod that will replace the original one at the end of the observer invocation.
- configureProducer() - Method in interface jakarta.enterprise.inject.spi.ProcessProducer
-
Returns a
ProducerConfigurator
initialized with the
Producer
processed by this event, to configure a new
Producer
that will replace the original one at the end of the observer invocation.
- configureQualifier(Class<T>) - Method in interface jakarta.enterprise.inject.spi.BeforeBeanDiscovery
-
- conjunction() - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create a conjunction (with zero conjuncts).
- ConnectionCallback - Interface in jakarta.ws.rs.container
-
Asynchronous request processing lifecycle callback that receives connection related
asynchronous
response
lifecycle events.
- connectTimeout(long, TimeUnit) - Method in class jakarta.ws.rs.client.ClientBuilder
-
Set the connect timeout.
- connectToServer(Object, URI) - Method in interface jakarta.websocket.WebSocketContainer
-
Connect the supplied annotated endpoint instance to its server.
- connectToServer(Class<?>, URI) - Method in interface jakarta.websocket.WebSocketContainer
-
Connect the supplied annotated endpoint to its server.
- connectToServer(Endpoint, ClientEndpointConfig, URI) - Method in interface jakarta.websocket.WebSocketContainer
-
Connect the supplied programmatic client endpoint instance to its server with the given configuration.
- connectToServer(Class<? extends Endpoint>, ClientEndpointConfig, URI) - Method in interface jakarta.websocket.WebSocketContainer
-
Connect the supplied programmatic endpoint to its server with the given configuration.
- ConstrainedTo - Annotation Type in jakarta.ws.rs
-
Indicates the run-time context in which an annotated JAX-RS provider is applicable.
- Constraint - Annotation Type in jakarta.validation
-
Marks an annotation as being a Jakarta Bean Validation constraint.
- ConstraintDeclarationException - Exception in jakarta.validation
-
Exception raised if a constraint declaration is not legal.
- ConstraintDeclarationException(String) - Constructor for exception jakarta.validation.ConstraintDeclarationException
-
- ConstraintDeclarationException() - Constructor for exception jakarta.validation.ConstraintDeclarationException
-
- ConstraintDeclarationException(String, Throwable) - Constructor for exception jakarta.validation.ConstraintDeclarationException
-
- ConstraintDeclarationException(Throwable) - Constructor for exception jakarta.validation.ConstraintDeclarationException
-
- ConstraintDefinitionException - Exception in jakarta.validation
-
Exception raised if a constraint definition is not legal.
- ConstraintDefinitionException(String) - Constructor for exception jakarta.validation.ConstraintDefinitionException
-
- ConstraintDefinitionException() - Constructor for exception jakarta.validation.ConstraintDefinitionException
-
- ConstraintDefinitionException(String, Throwable) - Constructor for exception jakarta.validation.ConstraintDefinitionException
-
- ConstraintDefinitionException(Throwable) - Constructor for exception jakarta.validation.ConstraintDefinitionException
-
- ConstraintDescriptor<T extends Annotation> - Interface in jakarta.validation.metadata
-
Describes a single constraint and its composing constraints.
- ConstraintMode - Enum in jakarta.persistence
-
Used to control the application of a constraint.
- ConstraintTarget - Enum in jakarta.validation
-
Defines the constraint target.
- ConstraintValidator<A extends Annotation,T> - Interface in jakarta.validation
-
Defines the logic to validate a given constraint A
for a given object type T
.
- ConstraintValidatorContext - Interface in jakarta.validation
-
Provides contextual data and operation when applying a given constraint validator.
- ConstraintValidatorContext.ConstraintViolationBuilder - Interface in jakarta.validation
-
ConstraintViolation
builder allowing to optionally associate
the violation report to a sub path.
- ConstraintValidatorContext.ConstraintViolationBuilder.ContainerElementNodeBuilderCustomizableContext - Interface in jakarta.validation
-
Represents a container element node whose context is
configurable (i.e.
- ConstraintValidatorContext.ConstraintViolationBuilder.ContainerElementNodeBuilderDefinedContext - Interface in jakarta.validation
-
Represents a container element node whose context is known
(i.e.
- ConstraintValidatorContext.ConstraintViolationBuilder.ContainerElementNodeContextBuilder - Interface in jakarta.validation
-
Represents refinement choices for a container element node.
- ConstraintValidatorContext.ConstraintViolationBuilder.LeafNodeBuilderCustomizableContext - Interface in jakarta.validation
-
Represents a node whose context is
configurable (i.e.
- ConstraintValidatorContext.ConstraintViolationBuilder.LeafNodeBuilderDefinedContext - Interface in jakarta.validation
-
Represents a node whose context is known
(i.e.
- ConstraintValidatorContext.ConstraintViolationBuilder.LeafNodeContextBuilder - Interface in jakarta.validation
-
Represents refinement choices for a node which is
in an iterable, e.g.
- ConstraintValidatorContext.ConstraintViolationBuilder.NodeBuilderCustomizableContext - Interface in jakarta.validation
-
Represents a node whose context is
configurable (i.e.
- ConstraintValidatorContext.ConstraintViolationBuilder.NodeBuilderDefinedContext - Interface in jakarta.validation
-
Represents a node whose context is known
(i.e.
- ConstraintValidatorContext.ConstraintViolationBuilder.NodeContextBuilder - Interface in jakarta.validation
-
Represents refinement choices for a node which is
in an iterable, e.g.
- constraintValidatorFactory(ConstraintValidatorFactory) - Method in interface jakarta.validation.Configuration
-
Defines the constraint validator factory.
- ConstraintValidatorFactory - Interface in jakarta.validation
-
- constraintValidatorFactory(ConstraintValidatorFactory) - Method in interface jakarta.validation.ValidatorContext
-
Defines the constraint validator factory implementation used by the
Validator
.
- ConstraintViolation<T> - Interface in jakarta.validation
-
Describes a constraint violation.
- ConstraintViolationException - Exception in jakarta.validation
-
Reports the result of constraint violations.
- ConstraintViolationException(String, Set<? extends ConstraintViolation<?>>) - Constructor for exception jakarta.validation.ConstraintViolationException
-
Creates a constraint violation report.
- ConstraintViolationException(Set<? extends ConstraintViolation<?>>) - Constructor for exception jakarta.validation.ConstraintViolationException
-
Creates a constraint violation report.
- construct(Class<Y>, Selection<?>...) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create a selection item corresponding to a constructor.
- ConstructorDescriptor - Interface in jakarta.validation.metadata
-
Describes a validated constructor.
- ConstructorResult - Annotation Type in jakarta.persistence
-
Used in conjunction with the
SqlResultSetMapping
annotation to map the SELECT
clause of a SQL query to a constructor.
- constructors() - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedTypeConfigurator
-
- Consumes - Annotation Type in jakarta.ws.rs
-
Defines the media types that the methods of a resource class or
MessageBodyReader
can accept.
- ContainerDescriptor - Interface in jakarta.validation.metadata
-
Represents an element that might be a container, thus allowing container element
constraints.
- ContainerElementTypeDescriptor - Interface in jakarta.validation.metadata
-
Describes a validated container element type, e.g.
- ContainerProvider - Class in jakarta.websocket
-
Provider class that allows the developer to get a reference to the implementation of the WebSocketContainer.
- ContainerProvider() - Constructor for class jakarta.websocket.ContainerProvider
-
- ContainerRequestContext - Interface in jakarta.ws.rs.container
-
Container request filter context.
- ContainerRequestFilter - Interface in jakarta.ws.rs.container
-
An extension interface implemented by container request filters.
- ContainerResponseContext - Interface in jakarta.ws.rs.container
-
Container response filter context.
- ContainerResponseFilter - Interface in jakarta.ws.rs.container
-
An extension interface implemented by container response filters.
- contains(Class, Object) - Method in interface jakarta.persistence.Cache
-
Whether the cache contains data for the given entity.
- contains(Object) - Method in interface jakarta.persistence.EntityManager
-
Check if the instance is a managed entity instance belonging
to the current persistence context.
- containsHeader(String) - Method in interface jakarta.servlet.http.HttpServletResponse
-
Returns a boolean indicating whether the named response header has already been set.
- containsHeader(String) - Method in class jakarta.servlet.http.HttpServletResponseWrapper
-
The default behavior of this method is to call containsHeader(String name) on the wrapped response object.
- containsKey(Object) - Method in class jakarta.faces.context.FlashWrapper
-
- containsKey(Object) - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
-
- containsValue(Object) - Method in class jakarta.faces.context.FlashWrapper
-
- containsValue(JsonStructure) - Method in interface jakarta.json.JsonPointer
-
Returns true
if there is a value at the referenced location in the specified target
.
- containsValue(Object) - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
-
- CONTENT_DISPOSITION - Static variable in interface jakarta.ws.rs.core.HttpHeaders
-
- CONTENT_ENCODING - Static variable in interface jakarta.ws.rs.core.HttpHeaders
-
- CONTENT_ID - Static variable in interface jakarta.ws.rs.core.HttpHeaders
-
- CONTENT_LANGUAGE - Static variable in interface jakarta.ws.rs.core.HttpHeaders
-
- CONTENT_LENGTH - Static variable in interface jakarta.ws.rs.core.HttpHeaders
-
- CONTENT_LOCATION - Static variable in interface jakarta.ws.rs.core.HttpHeaders
-
- CONTENT_TYPE - Static variable in interface jakarta.ws.rs.core.HttpHeaders
-
- contentLocation(URI) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
-
Set the content location.
- Context - Interface in jakarta.enterprise.context.spi
-
Provides an operation for obtaining contextual instances with a particular scope of any contextual type.
- Context - Annotation Type in jakarta.ws.rs.core
-
This annotation is used to inject information into a class field, bean property or method parameter.
- ContextCallback - Interface in jakarta.faces.component
-
A simple callback interace that enables taking action on a specific UIComponent (either facet or child) in the view
while preserving any contextual state for that component instance in the view.
- contextCreated(ELContextEvent) - Method in interface jakarta.el.ELContextListener
-
Invoked when a new ELContext
has been created.
- contextDestroyed(ServletContextEvent) - Method in interface jakarta.servlet.ServletContextListener
-
Receives notification that the ServletContext is about to be shut down.
- ContextException - Exception in jakarta.enterprise.context
-
Indicates a problem relating to context management.
- ContextException() - Constructor for exception jakarta.enterprise.context.ContextException
-
- ContextException(String) - Constructor for exception jakarta.enterprise.context.ContextException
-
- ContextException(Throwable) - Constructor for exception jakarta.enterprise.context.ContextException
-
- ContextException(String, Throwable) - Constructor for exception jakarta.enterprise.context.ContextException
-
- contextInitialized(ServletContextEvent) - Method in interface jakarta.servlet.ServletContextListener
-
Receives notification that the web application initialization process is starting.
- ContextNotActiveException - Exception in jakarta.enterprise.context
-
Indicates that a context is not active.
- ContextNotActiveException() - Constructor for exception jakarta.enterprise.context.ContextNotActiveException
-
- ContextNotActiveException(String) - Constructor for exception jakarta.enterprise.context.ContextNotActiveException
-
- ContextNotActiveException(Throwable) - Constructor for exception jakarta.enterprise.context.ContextNotActiveException
-
- ContextNotActiveException(String, Throwable) - Constructor for exception jakarta.enterprise.context.ContextNotActiveException
-
- ContextResolver<T> - Interface in jakarta.ws.rs.ext
-
Contract for a provider that supplies context information to resource classes and other providers.
- Contextual<T> - Interface in jakarta.enterprise.context.spi
-
Defines operations to create and destroy contextual instances of a certain type.
- CONVERSATION - Static variable in class jakarta.enterprise.context.BeforeDestroyed.Literal
-
- Conversation - Interface in jakarta.enterprise.context
-
Allows the application to manage the
conversation context by marking
the current conversation as transient or long-running, specifying a conversation identifier, or setting the conversation
timeout.
- CONVERSATION - Static variable in class jakarta.enterprise.context.Destroyed.Literal
-
- CONVERSATION - Static variable in class jakarta.enterprise.context.Initialized.Literal
-
- ConversationScoped - Annotation Type in jakarta.enterprise.context
-
Specifies that a bean is conversation scoped.
- ConversationScoped.Literal - Class in jakarta.enterprise.context
-
- CONVERSION_MESSAGE_ID - Static variable in class jakarta.faces.component.UIInput
-
The message identifier of the
FacesMessage
to be created if a conversion error
occurs, and neither the page author nor the
ConverterException
provides a message.
- Convert - Annotation Type in jakarta.persistence
-
Specifies the conversion of a Basic field or property.
- convertClientId(FacesContext, String) - Method in class jakarta.faces.render.Renderer
-
Convert the component generated client id to a form suitable for transmission to the client.
- convertClientId(FacesContext, String) - Method in class jakarta.faces.render.RendererWrapper
-
- Converter<T> - Interface in jakarta.faces.convert
-
Converter is an interface
describing a Java class that can perform Object-to-String and String-to-Object conversions between model data objects
and a String representation of those objects that is suitable for rendering.
- Converter - Annotation Type in jakarta.persistence
-
Specifies that the annotated class is a converter and defines its
scope.
- CONVERTER_ID - Static variable in class jakarta.faces.convert.BigDecimalConverter
-
The standard converter id for this converter.
- CONVERTER_ID - Static variable in class jakarta.faces.convert.BigIntegerConverter
-
The standard converter id for this converter.
- CONVERTER_ID - Static variable in class jakarta.faces.convert.BooleanConverter
-
The standard converter id for this converter.
- CONVERTER_ID - Static variable in class jakarta.faces.convert.ByteConverter
-
The standard converter id for this converter.
- CONVERTER_ID - Static variable in class jakarta.faces.convert.CharacterConverter
-
The standard converter id for this converter.
- CONVERTER_ID - Static variable in class jakarta.faces.convert.DateTimeConverter
-
The standard converter id for this converter.
- CONVERTER_ID - Static variable in class jakarta.faces.convert.DoubleConverter
-
The standard converter id for this converter.
- CONVERTER_ID - Static variable in class jakarta.faces.convert.EnumConverter
-
The standard converter id for this converter.
- CONVERTER_ID - Static variable in class jakarta.faces.convert.FloatConverter
-
The standard converter id for this converter.
- CONVERTER_ID - Static variable in class jakarta.faces.convert.IntegerConverter
-
The standard converter id for this converter.
- CONVERTER_ID - Static variable in class jakarta.faces.convert.LongConverter
-
The standard converter id for this converter.
- CONVERTER_ID - Static variable in class jakarta.faces.convert.NumberConverter
-
The standard converter id for this converter.
- CONVERTER_ID - Static variable in class jakarta.faces.convert.ShortConverter
-
The standard converter id for this converter.
- ConverterConfig - Interface in jakarta.faces.view.facelets
-
- ConverterELTag - Class in jakarta.faces.webapp
-
ConverterELTag is a base class for all Jakarta Server Pages custom actions that create and register
a
Converter
instance on the
ValueHolder
associated with our most immediate surrounding instance
of a tag whose implementation class is a subclass of
UIComponentClassicTagBase
.
- ConverterELTag() - Constructor for class jakarta.faces.webapp.ConverterELTag
-
- ConverterException - Exception in jakarta.faces.convert
-
ConverterException is an exception thrown by the
getAsObject()
or
getAsText()
method of a
Converter
, to indicate that the requested conversion cannot be
performed.
- ConverterException() - Constructor for exception jakarta.faces.convert.ConverterException
-
Construct a new exception with no detail message or root cause.
- ConverterException(String) - Constructor for exception jakarta.faces.convert.ConverterException
-
Construct a new exception with the specified detail message and no root cause.
- ConverterException(Throwable) - Constructor for exception jakarta.faces.convert.ConverterException
-
Construct a new exception with the specified root cause.
- ConverterException(String, Throwable) - Constructor for exception jakarta.faces.convert.ConverterException
-
Construct a new exception with the specified detail message and root cause.
- ConverterException(FacesMessage) - Constructor for exception jakarta.faces.convert.ConverterException
-
Construct a new exception with the specified detail message and no root cause.
- ConverterException(FacesMessage, Throwable) - Constructor for exception jakarta.faces.convert.ConverterException
-
Construct a new exception with the specified detail message and root cause.
- ConverterHandler - Class in jakarta.faces.view.facelets
-
- ConverterHandler(ConverterConfig) - Constructor for class jakarta.faces.view.facelets.ConverterHandler
-
- ConverterTag - Class in jakarta.faces.webapp
-
- ConverterTag() - Constructor for class jakarta.faces.webapp.ConverterTag
-
Deprecated.
- ConvertGroup - Annotation Type in jakarta.validation.groups
-
Converts group from
to group to
during cascading.
- ConvertGroup.List - Annotation Type in jakarta.validation.groups
-
Defines several
ConvertGroup
annotations
on the same element.
- Converts - Annotation Type in jakarta.persistence
-
Used to group Convert
annotations.
- convertToDatabaseColumn(X) - Method in interface jakarta.persistence.AttributeConverter
-
Converts the value stored in the entity attribute into the
data representation to be stored in the database.
- convertToEntityAttribute(Y) - Method in interface jakarta.persistence.AttributeConverter
-
Converts the data stored in the database column into the
value to be stored in the entity attribute.
- convertToType(ELContext, Object, Class<?>) - Method in class jakarta.el.CompositeELResolver
-
Converts an object to a specific type.
- convertToType(Object, Class<?>) - Method in class jakarta.el.ELContext
-
Converts an object to a specific type.
- convertToType(ELContext, Object, Class<?>) - Method in class jakarta.el.ELResolver
-
Converts an object to a specific type.
- convertToType(ELContext, Object, Class<?>) - Method in class jakarta.el.TypeConverter
-
Converts an object to a specific type.
- Cookie - Class in jakarta.servlet.http
-
Creates a cookie, a small amount of information sent by a servlet to a Web browser, saved by the browser, and later
sent back to the server.
- Cookie(String, String) - Constructor for class jakarta.servlet.http.Cookie
-
Constructs a cookie with the specified name and value.
- cookie(Cookie) - Method in interface jakarta.ws.rs.client.Invocation.Builder
-
Add a cookie to be set.
- cookie(String, String) - Method in interface jakarta.ws.rs.client.Invocation.Builder
-
Add a cookie to be set.
- Cookie - Class in jakarta.ws.rs.core
-
Represents the value of a HTTP cookie, transferred in a request.
- Cookie(String, String, String, String, int) - Constructor for class jakarta.ws.rs.core.Cookie
-
Create a new instance.
- Cookie(String, String, String, String) - Constructor for class jakarta.ws.rs.core.Cookie
-
Create a new instance.
- Cookie(String, String) - Constructor for class jakarta.ws.rs.core.Cookie
-
Create a new instance.
- COOKIE - Static variable in interface jakarta.ws.rs.core.HttpHeaders
-
- cookie(NewCookie...) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
-
Add cookies to the response message.
- CookieParam - Annotation Type in jakarta.ws.rs
-
Binds the value of a HTTP cookie to a resource method parameter, resource class field, or resource class bean
property.
- copy(String, String) - Method in interface jakarta.json.JsonPatchBuilder
-
Adds a "copy" JSON Patch operation.
- correlate(Root<Y>) - Method in interface jakarta.persistence.criteria.Subquery
-
Create a subquery root correlated to a root of the
enclosing query.
- correlate(Join<X, Y>) - Method in interface jakarta.persistence.criteria.Subquery
-
Create a subquery join object correlated to a join object
of the enclosing query.
- correlate(CollectionJoin<X, Y>) - Method in interface jakarta.persistence.criteria.Subquery
-
Create a subquery collection join object correlated to a
collection join object of the enclosing query.
- correlate(SetJoin<X, Y>) - Method in interface jakarta.persistence.criteria.Subquery
-
Create a subquery set join object correlated to a set join
object of the enclosing query.
- correlate(ListJoin<X, Y>) - Method in interface jakarta.persistence.criteria.Subquery
-
Create a subquery list join object correlated to a list join
object of the enclosing query.
- correlate(MapJoin<X, K, V>) - Method in interface jakarta.persistence.criteria.Subquery
-
Create a subquery map join object correlated to a map join
object of the enclosing query.
- count(Expression<?>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create an aggregate expression applying the count operation.
- countDistinct(Expression<?>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create an aggregate expression applying the count distinct
operation.
- create(CreationalContext<T>) - Method in interface jakarta.enterprise.context.spi.Contextual
-
Create a new instance of the contextual type.
- create() - Static method in interface jakarta.json.bind.JsonbBuilder
-
- create(JsonbConfig) - Static method in interface jakarta.json.bind.JsonbBuilder
-
Create a new
Jsonb
instance using the default
JsonbBuilder
implementation provided as returned from
JsonbProvider.provider()
method, configured
with provided configuration.
- create() - Method in class jakarta.json.bind.spi.JsonbProvider
-
- create() - Static method in class jakarta.websocket.ClientEndpointConfig.Builder
-
Creates a new builder object with no subprotocols, extensions, encoders, decoders and a null
configurator.
- create(Class<?>, String) - Static method in class jakarta.websocket.server.ServerEndpointConfig.Builder
-
Creates the builder with the mandatory information of the endpoint class (programmatic or annotated), the
relative URI or URI-template to use, and with no subprotocols, extensions, encoders, decoders or custom
configurator.
- createAnnotatedType(Class<T>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
-
Obtain an
AnnotatedType
that may be used to read the annotations of the given class or interface.
- createArrayBuilder() - Static method in class jakarta.json.Json
-
Creates a JSON array builder
- createArrayBuilder(JsonArray) - Static method in class jakarta.json.Json
-
Creates a JSON array builder, initialized with the specified array
- createArrayBuilder(Collection<?>) - Static method in class jakarta.json.Json
-
Creates a JSON array builder, initialized with the content of specified collection
.
- createArrayBuilder() - Method in interface jakarta.json.JsonBuilderFactory
-
Creates a
JsonArrayBuilder
instance that is used to build
JsonArray
- createArrayBuilder(JsonArray) - Method in interface jakarta.json.JsonBuilderFactory
-
Creates a JsonArrayBuilder
instance, initialized with an array.
- createArrayBuilder(Collection<?>) - Method in interface jakarta.json.JsonBuilderFactory
-
Creates a JsonArrayBuilder
instance,
initialized with the content of specified collection.
- createArrayBuilder() - Method in class jakarta.json.spi.JsonProvider
-
Creates a JSON array builder.
- createArrayBuilder(JsonArray) - Method in class jakarta.json.spi.JsonProvider
-
Creates a JSON array builder, initialized with the specified array.
- createArrayBuilder(Collection<?>) - Method in class jakarta.json.spi.JsonProvider
-
Creates a JSON array builder, initialized with the content of specified collection
.
- createBean(BeanAttributes<T>, Class<T>, InjectionTargetFactory<T>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
-
- createBean(BeanAttributes<T>, Class<X>, ProducerFactory<X>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
-
- createBeanAttributes(AnnotatedType<T>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
-
- createBeanAttributes(AnnotatedMember<?>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
-
- createBehavior(String) - Method in class jakarta.faces.application.Application
-
Instantiate and return a new
Behavior
instance of the class specified
by a previous call to
addBehavior()
for the specified behavior id.
- createBehavior(String) - Method in class jakarta.faces.application.ApplicationWrapper
-
- createBehaviorHandlerDelegate(BehaviorHandler) - Method in class jakarta.faces.view.facelets.TagHandlerDelegateFactory
-
- createBuilderFactory(Map<String, ?>) - Static method in class jakarta.json.Json
-
- createBuilderFactory(Map<String, ?>) - Method in class jakarta.json.spi.JsonProvider
-
- createCalendarTimer(ScheduleExpression) - Method in interface jakarta.ejb.TimerService
-
Create a calendar-based timer based on the input schedule expression.
- createCalendarTimer(ScheduleExpression, TimerConfig) - Method in interface jakarta.ejb.TimerService
-
Create a calendar-based timer based on the input schedule expression.
- createClientBehaviorContext(FacesContext, UIComponent, String, String, Collection<ClientBehaviorContext.Parameter>) - Static method in class jakarta.faces.component.behavior.ClientBehaviorContext
-
Creates a ClientBehaviorContext instance.
- createComponent(String) - Method in class jakarta.faces.application.Application
-
Instantiate and return a new
UIComponent
instance of the class
specified by a previous call to
addComponent()
for the specified component type.
- createComponent(ValueBinding, FacesContext, String) - Method in class jakarta.faces.application.Application
-
- createComponent(ValueExpression, FacesContext, String) - Method in class jakarta.faces.application.Application
-
- createComponent(ValueExpression, FacesContext, String, String) - Method in class jakarta.faces.application.Application
-
- createComponent(FacesContext, String, String) - Method in class jakarta.faces.application.Application
-
- createComponent(FacesContext, Resource) - Method in class jakarta.faces.application.Application
-
- createComponent(String) - Method in class jakarta.faces.application.ApplicationWrapper
-
- createComponent(ValueBinding, FacesContext, String) - Method in class jakarta.faces.application.ApplicationWrapper
-
- createComponent(ValueExpression, FacesContext, String) - Method in class jakarta.faces.application.ApplicationWrapper
-
- createComponent(ValueExpression, FacesContext, String, String) - Method in class jakarta.faces.application.ApplicationWrapper
-
- createComponent(FacesContext, String, String) - Method in class jakarta.faces.application.ApplicationWrapper
-
- createComponent(FacesContext, Resource) - Method in class jakarta.faces.application.ApplicationWrapper
-
- createComponent(FaceletContext) - Method in class jakarta.faces.view.facelets.ComponentHandler
-
Subclasses that wish to take over the task of instantiating the UIComponent
instance corresponding to
this tag handler my override this method to do so.
- createComponent(FacesContext, String, String, Map<String, Object>) - Method in class jakarta.faces.view.ViewDeclarationLanguage
-
- createComponent(FacesContext, String, String, Map<String, Object>) - Method in class jakarta.faces.view.ViewDeclarationLanguageWrapper
-
- createComponent(FacesContext, String) - Method in class jakarta.faces.webapp.UIComponentClassicTagBase
-
Create and return a new child component of the type returned by calling getComponentType()
.
- createComponent(FacesContext, String) - Method in class jakarta.faces.webapp.UIComponentELTag
-
Create and return a new child component of the type returned by calling getComponentType()
.
- createComponent(FacesContext, String) - Method in class jakarta.faces.webapp.UIComponentTag
-
Deprecated.
Implement createComponent
using Faces 1.1 EL API.
- createComponentHandlerDelegate(ComponentHandler) - Method in class jakarta.faces.view.facelets.TagHandlerDelegateFactory
-
- createContainerEntityManagerFactory(PersistenceUnitInfo, Map) - Method in interface jakarta.persistence.spi.PersistenceProvider
-
Called by the container when an EntityManagerFactory
is to be created.
- createConverter(String) - Method in class jakarta.faces.application.Application
-
Instantiate and return a new
Converter
instance of the class
specified by a previous call to
addConverter()
for the specified converter id.
- createConverter(Class<?>) - Method in class jakarta.faces.application.Application
-
Instantiate and return a new
Converter
instance of the class that
has registered itself as capable of performing conversions for objects of the specified type.
- createConverter(String) - Method in class jakarta.faces.application.ApplicationWrapper
-
- createConverter(Class<?>) - Method in class jakarta.faces.application.ApplicationWrapper
-
- createConverter() - Method in class jakarta.faces.webapp.ConverterELTag
-
- createConverter() - Method in class jakarta.faces.webapp.ConverterTag
-
Deprecated.
- createConverterHandlerDelegate(ConverterHandler) - Method in class jakarta.faces.view.facelets.TagHandlerDelegateFactory
-
- createCreationalContext(Contextual<T>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
-
- createCriteriaDelete(Class<T>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create a CriteriaDelete
query object to perform a bulk delete operation.
- createCriteriaUpdate(Class<T>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create a CriteriaUpdate
query object to perform a bulk update operation.
- created(URI) - Static method in class jakarta.ws.rs.core.Response
-
Create a new ResponseBuilder for a created resource, set the location header using the supplied value.
- createDiff(JsonStructure, JsonStructure) - Static method in class jakarta.json.Json
-
Generates a JSON Patch (
RFC 6902)
from the source and target
JsonStructure
.
- createDiff(JsonStructure, JsonStructure) - Method in class jakarta.json.spi.JsonProvider
-
Generates a JSON Patch (
RFC 6902)
from the source and target
JsonStructure
.
- createEJBContainer() - Static method in class jakarta.ejb.embeddable.EJBContainer
-
Create and initialize an embeddable enterprise bean container.
- createEJBContainer(Map<?, ?>) - Static method in class jakarta.ejb.embeddable.EJBContainer
-
Create and initialize an embeddable enterprise bean container with a set of configuration properties.
- createEJBContainer(Map<?, ?>) - Method in interface jakarta.ejb.spi.EJBContainerProvider
-
Called by the embeddable container bootstrap process to find a suitable embeddable container implementation.
- createEndpoint(Application, Class<T>) - Method in class jakarta.ws.rs.ext.RuntimeDelegate
-
Create a configured instance of the supplied endpoint type.
- createEntityGraph(Class<T>) - Method in interface jakarta.persistence.EntityManager
-
Return a mutable EntityGraph that can be used to dynamically create an
EntityGraph.
- createEntityGraph(String) - Method in interface jakarta.persistence.EntityManager
-
Return a mutable copy of the named EntityGraph.
- createEntityManager() - Method in interface jakarta.persistence.EntityManagerFactory
-
Create a new application-managed EntityManager
.
- createEntityManager(Map) - Method in interface jakarta.persistence.EntityManagerFactory
-
Create a new application-managed EntityManager
with the
specified Map of properties.
- createEntityManager(SynchronizationType) - Method in interface jakarta.persistence.EntityManagerFactory
-
Create a new JTA application-managed EntityManager
with the
specified synchronization type.
- createEntityManager(SynchronizationType, Map) - Method in interface jakarta.persistence.EntityManagerFactory
-
Create a new JTA application-managed EntityManager
with the
specified synchronization type and map of properties.
- createEntityManagerFactory(String) - Static method in class jakarta.persistence.Persistence
-
Create and return an EntityManagerFactory for the named
persistence unit.
- createEntityManagerFactory(String, Map) - Static method in class jakarta.persistence.Persistence
-
Create and return an EntityManagerFactory for the named persistence unit
using the given properties.
- createEntityManagerFactory(String, Map) - Method in interface jakarta.persistence.spi.PersistenceProvider
-
Called by Persistence
class when an
EntityManagerFactory
is to be created.
- CreateException - Exception in jakarta.ejb
-
The CreateException exception must be included in the throws clauses of all create methods defined in an enterprise
bean's home or local home interface.
- CreateException() - Constructor for exception jakarta.ejb.CreateException
-
Constructs a CreateException with no detail message.
- CreateException(String) - Constructor for exception jakarta.ejb.CreateException
-
Constructs a CreateException with the specified detail message.
- createFilter(Class<T>) - Method in interface jakarta.servlet.ServletContext
-
Instantiates the given Filter class.
- createFlowHandler(FacesContext) - Method in class jakarta.faces.flow.FlowHandlerFactory
-
- createFlowHandler(FacesContext) - Method in class jakarta.faces.flow.FlowHandlerFactoryWrapper
-
- createGenerator(Writer) - Static method in class jakarta.json.Json
-
Creates a JSON generator for writing JSON to a character stream.
- createGenerator(OutputStream) - Static method in class jakarta.json.Json
-
Creates a JSON generator for writing JSON to a byte stream.
- createGenerator(Writer) - Method in class jakarta.json.spi.JsonProvider
-
Creates a JSON generator for writing JSON text to a character stream.
- createGenerator(OutputStream) - Method in class jakarta.json.spi.JsonProvider
-
Creates a JSON generator for writing JSON text to a byte stream.
- createGenerator(Writer) - Method in interface jakarta.json.stream.JsonGeneratorFactory
-
Creates a JSON generator to write JSON text to a character stream.
- createGenerator(OutputStream) - Method in interface jakarta.json.stream.JsonGeneratorFactory
-
Creates a JSON generator to write JSON text to a byte stream.
- createGenerator(OutputStream, Charset) - Method in interface jakarta.json.stream.JsonGeneratorFactory
-
Creates a JSON generator to write JSON text to a byte stream.
- createGeneratorFactory(Map<String, ?>) - Static method in class jakarta.json.Json
-
- createGeneratorFactory(Map<String, ?>) - Method in class jakarta.json.spi.JsonProvider
-
Creates a generator factory for creating
JsonGenerator
instances.
- createGenericConfiguration(BootstrapState) - Method in interface jakarta.validation.spi.ValidationProvider
-
- createHeaderDelegate(Class<T>) - Method in class jakarta.ws.rs.ext.RuntimeDelegate
-
- createInjectionPoint(AnnotatedField<?>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
-
- createInjectionPoint(AnnotatedParameter<?>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
-
- createInjectionTarget(AnnotatedType<T>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
-
- createInjectionTarget(Bean<T>) - Method in interface jakarta.enterprise.inject.spi.InjectionTargetFactory
-
Create a new injection target for a bean.
- createInstance() - Method in interface jakarta.enterprise.inject.spi.BeanManager
-
Obtains an
Instance
object to access to beans instances.
- createInterceptedInstance(T) - Method in interface jakarta.enterprise.inject.spi.InterceptionFactory
-
Returns a wrapper instance whose method invocations are intercepted by method interceptors and forwarded to a provided
instance.
- createInterceptionFactory(CreationalContext<T>, Class<T>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
-
- createIntervalTimer(long, long, TimerConfig) - Method in interface jakarta.ejb.TimerService
-
Create an interval timer whose first expiration occurs after a specified duration, and whose subsequent expirations
occur after a specified interval.
- createIntervalTimer(Date, long, TimerConfig) - Method in interface jakarta.ejb.TimerService
-
Create an interval timer whose first expiration occurs at a given point in time and whose subsequent expirations
occur after a specified interval.
- createLinkBuilder() - Method in class jakarta.ws.rs.ext.RuntimeDelegate
-
- createListener(Class<T>) - Method in interface jakarta.servlet.AsyncContext
-
- createListener(Class<T>) - Method in interface jakarta.servlet.ServletContext
-
Instantiates the given EventListener class.
- createMergeDiff(JsonValue, JsonValue) - Static method in class jakarta.json.Json
-
Generates a JSON Merge Patch (
RFC 7396)
from the source and target
JsonValue
s
which when applied to the
source
, yields the
target
.
- createMergeDiff(JsonValue, JsonValue) - Method in class jakarta.json.spi.JsonProvider
-
Generates a JSON Merge Patch (
RFC 7396)
from the source and target
JsonValue
s
which when applied to the
source
, yields the
target
.
- createMergePatch(JsonValue) - Static method in class jakarta.json.Json
-
Creates JSON Merge Patch (
RFC 7396)
from specified
JsonValue
.
- createMergePatch(JsonValue) - Method in class jakarta.json.spi.JsonProvider
-
Creates JSON Merge Patch (
RFC 7396)
from specified
JsonValue
.
- createMetadataView(FacesContext) - Method in class jakarta.faces.view.ViewMetadata
-
Creates a new UIViewRoot
containing only view parameter metadata.
- createMetaRuleset(Class) - Method in class jakarta.faces.view.facelets.DelegatingMetaTagHandler
-
- createMetaRuleset(Class) - Method in class jakarta.faces.view.facelets.MetaTagHandler
-
Extend this method in order to add your own rules.
- createMetaRuleset(Class) - Method in class jakarta.faces.view.facelets.TagHandlerDelegate
-
Return a MetaRuleset
particular to this kind of tag handler.
- createMethodBinding(String, Class<?>[]) - Method in class jakarta.faces.application.Application
-
- createMethodBinding(String, Class<?>[]) - Method in class jakarta.faces.application.ApplicationWrapper
-
- createMethodExpression(ELContext, String, Class<?>, Class<?>[]) - Method in class jakarta.el.ExpressionFactory
-
- createNamedQuery(String) - Method in interface jakarta.persistence.EntityManager
-
Create an instance of Query
for executing a named query
(in the Jakarta Persistence query language or in native SQL).
- createNamedQuery(String, Class<T>) - Method in interface jakarta.persistence.EntityManager
-
Create an instance of TypedQuery
for executing a
Jakarta Persistence query language named query.
- createNamedStoredProcedureQuery(String) - Method in interface jakarta.persistence.EntityManager
-
Create an instance of StoredProcedureQuery
for executing a
stored procedure in the database.
- createNativeQuery(String) - Method in interface jakarta.persistence.EntityManager
-
Create an instance of Query
for executing
a native SQL statement, e.g., for update or delete.
- createNativeQuery(String, Class) - Method in interface jakarta.persistence.EntityManager
-
Create an instance of Query
for executing
a native SQL query.
- createNativeQuery(String, String) - Method in interface jakarta.persistence.EntityManager
-
Create an instance of Query
for executing
a native SQL query.
- createObjectBuilder() - Static method in class jakarta.json.Json
-
Creates a JSON object builder
- createObjectBuilder(JsonObject) - Static method in class jakarta.json.Json
-
Creates a JSON object builder, initialized with the specified object.
- createObjectBuilder(Map<String, Object>) - Static method in class jakarta.json.Json
-
Creates a JSON object builder, initialized with the data from specified map
.
- createObjectBuilder() - Method in interface jakarta.json.JsonBuilderFactory
-
Creates a
JsonObjectBuilder
instance that is used to build
JsonObject
.
- createObjectBuilder(JsonObject) - Method in interface jakarta.json.JsonBuilderFactory
-
Creates a JsonObjectBuilder
instance, initialized with an object.
- createObjectBuilder(Map<String, Object>) - Method in interface jakarta.json.JsonBuilderFactory
-
Creates a JsonObjectBuilder
instance, initialized with the specified object.
- createObjectBuilder() - Method in class jakarta.json.spi.JsonProvider
-
Creates a JSON object builder.
- createObjectBuilder(JsonObject) - Method in class jakarta.json.spi.JsonProvider
-
Creates a JSON object builder, initialized with the specified object.
- createObjectBuilder(Map<String, Object>) - Method in class jakarta.json.spi.JsonProvider
-
Creates a JSON object builder, initialized with the data from specified map
.
- createParser(Reader) - Static method in class jakarta.json.Json
-
Creates a JSON parser from a character stream.
- createParser(InputStream) - Static method in class jakarta.json.Json
-
Creates a JSON parser from a byte stream.
- createParser(Reader) - Method in class jakarta.json.spi.JsonProvider
-
Creates a JSON parser from a character stream.
- createParser(InputStream) - Method in class jakarta.json.spi.JsonProvider
-
Creates a JSON parser from the specified byte stream.
- createParser(Reader) - Method in interface jakarta.json.stream.JsonParserFactory
-
Creates a JSON parser from a character stream.
- createParser(InputStream) - Method in interface jakarta.json.stream.JsonParserFactory
-
Creates a JSON parser from the specified byte stream.
- createParser(InputStream, Charset) - Method in interface jakarta.json.stream.JsonParserFactory
-
Creates a JSON parser from the specified byte stream.
- createParser(JsonObject) - Method in interface jakarta.json.stream.JsonParserFactory
-
Creates a JSON parser from the specified JSON object.
- createParser(JsonArray) - Method in interface jakarta.json.stream.JsonParserFactory
-
Creates a JSON parser from the specified JSON array.
- createParserFactory(Map<String, ?>) - Static method in class jakarta.json.Json
-
Creates a parser factory for creating
JsonParser
objects.
- createParserFactory(Map<String, ?>) - Method in class jakarta.json.spi.JsonProvider
-
Creates a parser factory for creating
JsonParser
instances.
- createPatch(JsonArray) - Static method in class jakarta.json.Json
-
Creates a JSON Patch (
RFC 6902)
from the specified operations.
- createPatch(JsonArray) - Method in class jakarta.json.spi.JsonProvider
-
Creates a JSON Patch (
RFC 6902)
from the specified operations.
- createPatchBuilder() - Static method in class jakarta.json.Json
-
Creates a JSON Patch builder (
RFC 6902).
- createPatchBuilder(JsonArray) - Static method in class jakarta.json.Json
-
Creates a JSON Patch builder
(
RFC 6902),
initialized with the specified operations.
- createPatchBuilder() - Method in class jakarta.json.spi.JsonProvider
-
Creates a JSON Patch builder (
RFC 6902).
- createPatchBuilder(JsonArray) - Method in class jakarta.json.spi.JsonProvider
-
Creates a JSON Patch builder
(
RFC 6902),
initialized with the specified operations.
- createPointer(String) - Static method in class jakarta.json.Json
-
Creates JSON Pointer (
RFC 6901)
from given
jsonPointer
string.
- createPointer(String) - Method in class jakarta.json.spi.JsonProvider
-
Creates JSON Pointer (
RFC 6901)
from given
jsonPointer
string.
- createProducer(Bean<T>) - Method in interface jakarta.enterprise.inject.spi.ProducerFactory
-
Create a new producer for a bean.
- createQuery() - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create a CriteriaQuery
object.
- createQuery(Class<T>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create a CriteriaQuery
object with the specified result
type.
- createQuery(String) - Method in interface jakarta.persistence.EntityManager
-
Create an instance of Query
for executing a
Jakarta Persistence query language statement.
- createQuery(CriteriaQuery<T>) - Method in interface jakarta.persistence.EntityManager
-
Create an instance of TypedQuery
for executing a
criteria query.
- createQuery(CriteriaUpdate) - Method in interface jakarta.persistence.EntityManager
-
Create an instance of Query
for executing a criteria
update query.
- createQuery(CriteriaDelete) - Method in interface jakarta.persistence.EntityManager
-
Create an instance of Query
for executing a criteria
delete query.
- createQuery(String, Class<T>) - Method in interface jakarta.persistence.EntityManager
-
Create an instance of TypedQuery
for executing a
Jakarta Persistence query language statement.
- createReader(Reader) - Static method in class jakarta.json.Json
-
Creates a JSON reader from a character stream.
- createReader(InputStream) - Static method in class jakarta.json.Json
-
Creates a JSON reader from a byte stream.
- createReader(Reader) - Method in interface jakarta.json.JsonReaderFactory
-
Creates a JSON reader from a character stream.
- createReader(InputStream) - Method in interface jakarta.json.JsonReaderFactory
-
Creates a JSON reader from a byte stream.
- createReader(InputStream, Charset) - Method in interface jakarta.json.JsonReaderFactory
-
Creates a JSON reader from a byte stream.
- createReader(Reader) - Method in class jakarta.json.spi.JsonProvider
-
Creates a JSON reader from a character stream.
- createReader(InputStream) - Method in class jakarta.json.spi.JsonProvider
-
Creates a JSON reader from a byte stream.
- createReaderFactory(Map<String, ?>) - Static method in class jakarta.json.Json
-
Creates a reader factory for creating
JsonReader
objects.
- createReaderFactory(Map<String, ?>) - Method in class jakarta.json.spi.JsonProvider
-
Creates a reader factory for creating
JsonReader
objects.
- createResource(String) - Method in class jakarta.faces.application.ResourceHandler
-
Create an instance of ViewResource
given the argument
resourceName
.
- createResource(String, String) - Method in class jakarta.faces.application.ResourceHandler
-
Create an instance of Resource
with a resourceName given by
the value of the argument resourceName
that is a member of the library named by the argument
libraryName
.
- createResource(String, String, String) - Method in class jakarta.faces.application.ResourceHandler
-
Create an instance of Resource
with a resourceName
given by the value of the argument resourceName
that is a member of the library named by the argument
libraryName
that claims to have the content-type given by the argument content-type
.
- createResource(String) - Method in class jakarta.faces.application.ResourceHandlerWrapper
-
- createResource(String, String) - Method in class jakarta.faces.application.ResourceHandlerWrapper
-
- createResource(String, String, String) - Method in class jakarta.faces.application.ResourceHandlerWrapper
-
- createResourceFromId(String) - Method in class jakarta.faces.application.ResourceHandler
-
Create an instance of Resource
given the argument resourceId
.
- createResourceFromId(String) - Method in class jakarta.faces.application.ResourceHandlerWrapper
-
- createResponseBuilder() - Method in class jakarta.ws.rs.ext.RuntimeDelegate
-
- createResponseStream(OutputStream) - Method in class jakarta.faces.render.RenderKit
-
Use the provided
OutputStream
to create a new
ResponseStream
instance.
- createResponseStream(OutputStream) - Method in class jakarta.faces.render.RenderKitWrapper
-
- createResponseWriter(Writer, String, String) - Method in class jakarta.faces.render.RenderKit
-
Use the provided
Writer
to create a new
ResponseWriter
instance for the specified (optional)
content type, and character encoding.
- createResponseWriter(Writer, String, String) - Method in class jakarta.faces.render.RenderKitWrapper
-
- createSearchExpressionContext(FacesContext, UIComponent) - Static method in class jakarta.faces.component.search.SearchExpressionContext
-
- createSearchExpressionContext(FacesContext, UIComponent, Set<SearchExpressionHint>, Set<VisitHint>) - Static method in class jakarta.faces.component.search.SearchExpressionContext
-
- createServlet(Class<T>) - Method in interface jakarta.servlet.ServletContext
-
Instantiates the given Servlet class.
- createSingleActionTimer(long, TimerConfig) - Method in interface jakarta.ejb.TimerService
-
Create a single-action timer that expires after a specified duration.
- createSingleActionTimer(Date, TimerConfig) - Method in interface jakarta.ejb.TimerService
-
Create a single-action timer that expires at a given point in time.
- createSpecializedConfiguration(BootstrapState) - Method in interface jakarta.validation.spi.ValidationProvider
-
Returns a
Configuration
instance implementing
T
,
the
Configuration
sub-interface.
- createStoredProcedureQuery(String) - Method in interface jakarta.persistence.EntityManager
-
Create an instance of StoredProcedureQuery
for executing a
stored procedure in the database.
- createStoredProcedureQuery(String, Class...) - Method in interface jakarta.persistence.EntityManager
-
Create an instance of StoredProcedureQuery
for executing a
stored procedure in the database.
- createStoredProcedureQuery(String, String...) - Method in interface jakarta.persistence.EntityManager
-
Create an instance of StoredProcedureQuery
for executing a
stored procedure in the database.
- createTimer(long, Serializable) - Method in interface jakarta.ejb.TimerService
-
Create a single-action timer that expires after a specified duration.
- createTimer(long, long, Serializable) - Method in interface jakarta.ejb.TimerService
-
Create an interval timer whose first expiration occurs after a specified duration, and whose subsequent expirations
occur after a specified interval.
- createTimer(Date, Serializable) - Method in interface jakarta.ejb.TimerService
-
Create a single-action timer that expires at a given point in time.
- createTimer(Date, long, Serializable) - Method in interface jakarta.ejb.TimerService
-
Create an interval timer whose first expiration occurs at a given point in time and whose subsequent expirations
occur after a specified interval.
- createTupleQuery() - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create a CriteriaQuery
object that returns a tuple of
objects as its result.
- createUniqueId(FacesContext, String) - Method in class jakarta.faces.component.UIData
-
- createUniqueId(FacesContext, String) - Method in class jakarta.faces.component.UIForm
-
Generate an identifier for a component.
- createUniqueId(FacesContext, String) - Method in class jakarta.faces.component.UINamingContainer
-
- createUniqueId() - Method in class jakarta.faces.component.UIViewRoot
-
Generate an identifier for a component.
- createUniqueId(FacesContext, String) - Method in class jakarta.faces.component.UIViewRoot
-
Generate an identifier for a component.
- createUniqueId(FacesContext, String) - Method in interface jakarta.faces.component.UniqueIdVendor
-
Generate an identifier for a component.
- createUriBuilder() - Method in class jakarta.ws.rs.ext.RuntimeDelegate
-
- createValidator(String) - Method in class jakarta.faces.application.Application
-
Instantiate and return a new
Validator
instance of the class
specified by a previous call to
addValidator()
for the specified validator id.
- createValidator(String) - Method in class jakarta.faces.application.ApplicationWrapper
-
- createValidator() - Method in class jakarta.faces.webapp.ValidatorELTag
-
- createValidator() - Method in class jakarta.faces.webapp.ValidatorTag
-
Deprecated.
- createValidatorHandlerDelegate(ValidatorHandler) - Method in class jakarta.faces.view.facelets.TagHandlerDelegateFactory
-
- createValue(String) - Static method in class jakarta.json.Json
-
Creates a JsonString.
- createValue(int) - Static method in class jakarta.json.Json
-
Creates a JsonNumber.
- createValue(long) - Static method in class jakarta.json.Json
-
Creates a JsonNumber.
- createValue(double) - Static method in class jakarta.json.Json
-
Creates a JsonNumber.
- createValue(BigDecimal) - Static method in class jakarta.json.Json
-
Creates a JsonNumber.
- createValue(BigInteger) - Static method in class jakarta.json.Json
-
Creates a JsonNumber.
- createValue(String) - Method in class jakarta.json.spi.JsonProvider
-
Creates a JsonString.
- createValue(int) - Method in class jakarta.json.spi.JsonProvider
-
Creates a JsonNumber.
- createValue(long) - Method in class jakarta.json.spi.JsonProvider
-
Creates a JsonNumber.
- createValue(double) - Method in class jakarta.json.spi.JsonProvider
-
Creates a JsonNumber.
- createValue(BigDecimal) - Method in class jakarta.json.spi.JsonProvider
-
Creates a JsonNumber.
- createValue(BigInteger) - Method in class jakarta.json.spi.JsonProvider
-
Creates a JsonNumber.
- createValueBinding(String) - Method in class jakarta.faces.application.Application
-
- createValueBinding(String) - Method in class jakarta.faces.application.ApplicationWrapper
-
- createValueExpression(ELContext, String, Class<?>) - Method in class jakarta.el.ExpressionFactory
-
- createValueExpression(Object, Class<?>) - Method in class jakarta.el.ExpressionFactory
-
Creates a ValueExpression that wraps an object instance.
- createVariantListBuilder() - Method in class jakarta.ws.rs.ext.RuntimeDelegate
-
- createVerbatimComponent() - Method in class jakarta.faces.webapp.UIComponentClassicTagBase
-
Use the
Application
instance to create a new component with the following characteristics.
- createVerbatimComponentFromBodyContent() - Method in class jakarta.faces.webapp.UIComponentClassicTagBase
-
Create a transient UIOutput component from the body content, of this tag instance or return null if there is no body
content, the body content is whitespace, or the body content is a comment.
- createView(FacesContext, String) - Method in class jakarta.faces.application.ViewHandler
-
Create and return a new
UIViewRoot
instance initialized with
information from the argument
FacesContext
and
viewId
.
- createView(FacesContext, String) - Method in class jakarta.faces.application.ViewHandlerWrapper
-
- createView(FacesContext, String) - Method in class jakarta.faces.view.ViewDeclarationLanguage
-
Create a UIViewRoot
from the VDL contained in the artifact
referenced by the argument viewId
.
- createView(FacesContext, String) - Method in class jakarta.faces.view.ViewDeclarationLanguageWrapper
-
- createViewResource(FacesContext, String) - Method in class jakarta.faces.application.ResourceHandler
-
Create an instance of Resource
given the argument resourceName
, which may contain "/"
characters.
- createViewResource(FacesContext, String) - Method in class jakarta.faces.application.ResourceHandlerWrapper
-
- createVisitContext(FacesContext, Collection<String>, Set<VisitHint>) - Static method in class jakarta.faces.component.visit.VisitContext
-
- createVisitContext(FacesContext) - Static method in class jakarta.faces.component.visit.VisitContext
-
- createWith(Function<CreationalContext<U>, U>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
-
Set a callback to create a bean instance.
- createWriter(Writer) - Static method in class jakarta.json.Json
-
Creates a JSON writer to write a
JSON
object
or
array
structure to the specified character stream.
- createWriter(OutputStream) - Static method in class jakarta.json.Json
-
Creates a JSON writer to write a
JSON
object
or
array
structure to the specified byte stream.
- createWriter(Writer) - Method in interface jakarta.json.JsonWriterFactory
-
Creates a JSON writer to write a JSON
object
or
array
structure to the specified character stream.
- createWriter(OutputStream) - Method in interface jakarta.json.JsonWriterFactory
-
Creates a JSON writer to write a JSON
object
or
array
structure to the specified byte stream.
- createWriter(OutputStream, Charset) - Method in interface jakarta.json.JsonWriterFactory
-
Creates a JSON writer to write a JSON
object
or
array
structure to the specified byte stream.
- createWriter(Writer) - Method in class jakarta.json.spi.JsonProvider
-
Creates a JSON writer to write a
JSON
object
or
array
structure to the specified character stream.
- createWriter(OutputStream) - Method in class jakarta.json.spi.JsonProvider
-
Creates a JSON writer to write a
JSON
object
or
array
structure to the specified byte stream.
- createWriterFactory(Map<String, ?>) - Static method in class jakarta.json.Json
-
Creates a writer factory for creating
JsonWriter
objects.
- createWriterFactory(Map<String, ?>) - Method in class jakarta.json.spi.JsonProvider
-
Creates a writer factory for creating
JsonWriter
objects.
- CreationalContext<T> - Interface in jakarta.enterprise.context.spi
-
Provides operations that are used by the
Contextual
implementation during instance
creation and destruction.
- CreationException - Exception in jakarta.enterprise.inject
-
Indicates that a checked exception was thrown during creation of a bean.
- CreationException() - Constructor for exception jakarta.enterprise.inject.CreationException
-
- CreationException(String) - Constructor for exception jakarta.enterprise.inject.CreationException
-
- CreationException(Throwable) - Constructor for exception jakarta.enterprise.inject.CreationException
-
- CreationException(String, Throwable) - Constructor for exception jakarta.enterprise.inject.CreationException
-
- credential(Credential) - Method in class jakarta.security.enterprise.authentication.mechanism.http.AuthenticationParameters
-
Sets the credential to be used by the authentication mechanism responding
to the authenticate call in which these AuthenticationParameters are passed.
- Credential - Interface in jakarta.security.enterprise.credential
-
Credential
represents the credential the caller will use to authenticate.
- CredentialValidationResult - Class in jakarta.security.enterprise.identitystore
-
CredentialValidationResult
is the result from an attempt to
validate an instance of
Credential
.
- CredentialValidationResult(String) - Constructor for class jakarta.security.enterprise.identitystore.CredentialValidationResult
-
Constructor for a VALID result.
- CredentialValidationResult(CallerPrincipal) - Constructor for class jakarta.security.enterprise.identitystore.CredentialValidationResult
-
Constructor for a VALID result.
- CredentialValidationResult(String, Set<String>) - Constructor for class jakarta.security.enterprise.identitystore.CredentialValidationResult
-
Constructor for a VALID result.
- CredentialValidationResult(CallerPrincipal, Set<String>) - Constructor for class jakarta.security.enterprise.identitystore.CredentialValidationResult
-
Constructor for a VALID result.
- CredentialValidationResult(String, String, String, String, Set<String>) - Constructor for class jakarta.security.enterprise.identitystore.CredentialValidationResult
-
Constructor for a VALID result.
- CredentialValidationResult(String, CallerPrincipal, String, String, Set<String>) - Constructor for class jakarta.security.enterprise.identitystore.CredentialValidationResult
-
Constructor for a VALID result.
- CredentialValidationResult.Status - Enum in jakarta.security.enterprise.identitystore
-
- CriteriaBuilder - Interface in jakarta.persistence.criteria
-
Used to construct criteria queries, compound selections,
expressions, predicates, orderings.
- CriteriaBuilder.Case<R> - Interface in jakarta.persistence.criteria
-
Interface used to build general case expressions.
- CriteriaBuilder.Coalesce<T> - Interface in jakarta.persistence.criteria
-
Interface used to build coalesce expressions.
- CriteriaBuilder.In<T> - Interface in jakarta.persistence.criteria
-
Interface used to build in predicates.
- CriteriaBuilder.SimpleCase<C,R> - Interface in jakarta.persistence.criteria
-
Interface used to build simple case expressions.
- CriteriaBuilder.Trimspec - Enum in jakarta.persistence.criteria
-
Used to specify how strings are trimmed.
- CriteriaDelete<T> - Interface in jakarta.persistence.criteria
-
The CriteriaDelete
interface defines functionality for performing
bulk delete operations using the Criteria API
- CriteriaQuery<T> - Interface in jakarta.persistence.criteria
-
The CriteriaQuery
interface defines functionality that is specific
to top-level queries.
- CriteriaUpdate<T> - Interface in jakarta.persistence.criteria
-
The CriteriaUpdate
interface defines functionality for performing
bulk update operations using the Criteria API.
- CrossParameterDescriptor - Interface in jakarta.validation.metadata
-
Describes an element holding cross-parameter constraints of a method or constructor
- CURRENCY_ID - Static variable in class jakarta.faces.convert.NumberConverter
-
The message identifier of the
FacesMessage
to be created if the conversion to
Number
fails.
- current() - Static method in class jakarta.enterprise.inject.spi.CDI
-
Get the CDI instance that provides access to the current container.
- CURRENT_COMPONENT - Static variable in class jakarta.faces.component.UIComponent
-
Deprecated.
- CURRENT_COMPOSITE_COMPONENT - Static variable in class jakarta.faces.component.UIComponent
-
Deprecated.
- currentDate() - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create expression to return current date.
- currentTime() - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create expression to return current time.
- currentTimestamp() - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create expression to return current timestamp.
- CustomFormAuthenticationMechanismDefinition - Annotation Type in jakarta.security.enterprise.authentication.mechanism.http
-
Annotation used to define a container authentication mechanism that implements
authentication resembling Servlet FORM authentication (Servlet spec 13.6.3).
- CustomScoped - Annotation Type in jakarta.faces.bean
-
- ge(Expression<? extends Number>, Expression<? extends Number>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create a predicate for testing whether the first argument is
greater than or equal to the second.
- ge(Expression<? extends Number>, Number) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create a predicate for testing whether the first argument is
greater than or equal to the second.
- generate(char[]) - Method in interface jakarta.security.enterprise.identitystore.PasswordHash
-
Generate an encoded password hash value for storage in a user's account.
- Generated - Annotation Type in jakarta.annotation
-
The Generated
annotation is used to mark source code
that has been generated.
- GeneratedValue - Annotation Type in jakarta.persistence
-
Provides for the specification of generation strategies for the
values of primary keys.
- generateLoginToken(CallerPrincipal, Set<String>) - Method in interface jakarta.security.enterprise.identitystore.RememberMeIdentityStore
-
Associates the given principal and groups with a token.
- generateSchema(String, Map) - Static method in class jakarta.persistence.Persistence
-
Create database schemas and/or tables and/or create DDL
scripts as determined by the supplied properties.
- generateSchema(PersistenceUnitInfo, Map) - Method in interface jakarta.persistence.spi.PersistenceProvider
-
Create database schemas and/or tables and/or create DDL
scripts as determined by the supplied properties.
- generateSchema(String, Map) - Method in interface jakarta.persistence.spi.PersistenceProvider
-
Create database schemas and/or tables and/or create DDL
scripts as determined by the supplied properties.
- generateUniqueId(String) - Method in class jakarta.faces.view.facelets.FaceletContext
-
Generate a unique ID for the passed String
- GenerationType - Enum in jakarta.persistence
-
Defines the types of primary key generation strategies.
- GenericBootstrap - Interface in jakarta.validation.bootstrap
-
Defines the state used to bootstrap Jakarta Bean Validation and
creates a provider agnostic
Configuration
.
- GenericEntity<T> - Class in jakarta.ws.rs.core
-
Represents a message entity of a generic type T
.
- GenericEntity(T) - Constructor for class jakarta.ws.rs.core.GenericEntity
-
Constructs a new generic entity.
- GenericEntity(T, Type) - Constructor for class jakarta.ws.rs.core.GenericEntity
-
Create a new instance of GenericEntity, supplying the generic type information.
- GenericFilter - Class in jakarta.servlet
-
Defines a generic, protocol-independent filter.
- GenericFilter() - Constructor for class jakarta.servlet.GenericFilter
-
Does nothing.
- GenericServlet - Class in jakarta.servlet
-
Defines a generic, protocol-independent servlet.
- GenericServlet() - Constructor for class jakarta.servlet.GenericServlet
-
Does nothing.
- GenericType<T> - Class in jakarta.ws.rs.core
-
Represents a generic message entity type T
.
- GenericType() - Constructor for class jakarta.ws.rs.core.GenericType
-
Constructs a new generic type, deriving the generic type and class from type parameter.
- GenericType(Type) - Constructor for class jakarta.ws.rs.core.GenericType
-
Constructs a new generic type, supplying the generic type information and deriving the class.
- get() - Method in class jakarta.ejb.AsyncResult
-
This method should not be called.
- get(long, TimeUnit) - Method in class jakarta.ejb.AsyncResult
-
This method should not be called.
- get(Contextual<T>, CreationalContext<T>) - Method in interface jakarta.enterprise.context.spi.Context
-
- get(Contextual<T>) - Method in interface jakarta.enterprise.context.spi.Context
-
Return an existing instance of a certain contextual type or a null value.
- get(String) - Method in interface jakarta.enterprise.event.NotificationOptions
-
- get() - Method in class jakarta.enterprise.inject.spi.Unmanaged.UnmanagedInstance
-
Get the instance
- get(Serializable) - Method in interface jakarta.faces.component.StateHelper
-
Return the value currently associated with the specified key
if any.
- get(Object) - Method in class jakarta.faces.context.FlashWrapper
-
- get(String) - Method in class jakarta.faces.view.facelets.TagAttributes
-
Using no namespace, find the TagAttribute
- get(String, String) - Method in class jakarta.faces.view.facelets.TagAttributes
-
Find a TagAttribute that matches the passed namespace and local name.
- get() - Method in interface jakarta.inject.Provider
-
Provides a fully-constructed and injected instance of T
.
- get(SingularAttribute<? super X, Y>) - Method in interface jakarta.persistence.criteria.Path
-
Create a path corresponding to the referenced
single-valued attribute.
- get(PluralAttribute<X, C, E>) - Method in interface jakarta.persistence.criteria.Path
-
Create a path corresponding to the referenced
collection-valued attribute.
- get(MapAttribute<X, K, V>) - Method in interface jakarta.persistence.criteria.Path
-
Create a path corresponding to the referenced
map-valued attribute.
- get(String) - Method in interface jakarta.persistence.criteria.Path
-
Create a path corresponding to the referenced attribute.
- get(TupleElement<X>) - Method in interface jakarta.persistence.Tuple
-
Get the value of the specified tuple element.
- get(String, Class<X>) - Method in interface jakarta.persistence.Tuple
-
Get the value of the tuple element to which the
specified alias has been assigned.
- get(String) - Method in interface jakarta.persistence.Tuple
-
Get the value of the tuple element to which the
specified alias has been assigned.
- get(int, Class<X>) - Method in interface jakarta.persistence.Tuple
-
Get the value of the element at the specified
position in the result tuple.
- get(int) - Method in interface jakarta.persistence.Tuple
-
Get the value of the element at the specified
position in the result tuple.
- get(MessageInfo) - Method in interface jakarta.security.auth.message.MessagePolicy.Target
-
Get the Object identified by the Target from the MessageInfo.
- get(PageContext, String, int) - Static method in class jakarta.servlet.jsp.jstl.core.Config
-
Looks up a configuration variable in the given scope.
- get(ServletRequest, String) - Static method in class jakarta.servlet.jsp.jstl.core.Config
-
Looks up a configuration variable in the "request" scope.
- get(HttpSession, String) - Static method in class jakarta.servlet.jsp.jstl.core.Config
-
Looks up a configuration variable in the "session" scope.
- get(ServletContext, String) - Static method in class jakarta.servlet.jsp.jstl.core.Config
-
Looks up a configuration variable in the "application" scope.
- get() - Method in interface jakarta.ws.rs.client.AsyncInvoker
-
Invoke HTTP GET method for the current request asynchronously.
- get(Class<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
-
Invoke HTTP GET method for the current request asynchronously.
- get(GenericType<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
-
Invoke HTTP GET method for the current request asynchronously.
- get(InvocationCallback<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
-
Invoke HTTP GET method for the current request asynchronously.
- get() - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
-
- get(Class<T>) - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
-
- get(GenericType<T>) - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
-
- get() - Method in interface jakarta.ws.rs.client.RxInvoker
-
Invoke HTTP GET method for the current request.
- get(Class<R>) - Method in interface jakarta.ws.rs.client.RxInvoker
-
Invoke HTTP GET method for the current request.
- get(GenericType<R>) - Method in interface jakarta.ws.rs.client.RxInvoker
-
Invoke HTTP GET method for the current request.
- get() - Method in interface jakarta.ws.rs.client.SyncInvoker
-
Invoke HTTP GET method for the current request synchronously.
- get(Class<T>) - Method in interface jakarta.ws.rs.client.SyncInvoker
-
Invoke HTTP GET method for the current request synchronously.
- get(GenericType<T>) - Method in interface jakarta.ws.rs.client.SyncInvoker
-
Invoke HTTP GET method for the current request synchronously.
- get(Object) - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
-
- GET - Annotation Type in jakarta.ws.rs
-
Indicates that the annotated method responds to HTTP GET requests.
- GET - Static variable in annotation type jakarta.ws.rs.HttpMethod
-
HTTP GET method.
- GET_FACTORY_PERMISSION_NAME - Static variable in class jakarta.security.auth.message.config.AuthConfigFactory
-
The name of the SecurityPermission required to call getFactory
- getAbsolutePath() - Method in interface jakarta.ws.rs.core.UriInfo
-
Get the absolute path of the request.
- getAbsolutePathBuilder() - Method in interface jakarta.ws.rs.core.UriInfo
-
Get the absolute path of the request in the form of a UriBuilder.
- getAccept() - Method in class jakarta.faces.component.html.HtmlForm
-
Return the value of the accept
property.
- getAcceptableLanguages() - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Get a list of languages that are acceptable for the response.
- getAcceptableLanguages() - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Get a list of languages that are acceptable for the response.
- getAcceptableLanguages() - Method in interface jakarta.ws.rs.core.HttpHeaders
-
Get a list of languages that are acceptable for the response.
- getAcceptableMediaTypes() - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Get a list of media types that are acceptable for the response.
- getAcceptableMediaTypes() - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Get a list of media types that are acceptable for the response.
- getAcceptableMediaTypes() - Method in interface jakarta.ws.rs.core.HttpHeaders
-
Get a list of media types that are acceptable for the response.
- getAcceptcharset() - Method in class jakarta.faces.component.html.HtmlForm
-
Return the value of the acceptcharset
property.
- getAccesskey() - Method in class jakarta.faces.component.html.HtmlCommandButton
-
Return the value of the accesskey
property.
- getAccesskey() - Method in class jakarta.faces.component.html.HtmlCommandLink
-
Return the value of the accesskey
property.
- getAccesskey() - Method in class jakarta.faces.component.html.HtmlInputFile
-
Return the value of the accesskey
property.
- getAccesskey() - Method in class jakarta.faces.component.html.HtmlInputSecret
-
Return the value of the accesskey
property.
- getAccesskey() - Method in class jakarta.faces.component.html.HtmlInputText
-
Return the value of the accesskey
property.
- getAccesskey() - Method in class jakarta.faces.component.html.HtmlInputTextarea
-
Return the value of the accesskey
property.
- getAccesskey() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
-
Return the value of the accesskey
property.
- getAccesskey() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
-
Return the value of the accesskey
property.
- getAccesskey() - Method in class jakarta.faces.component.html.HtmlOutputLabel
-
Return the value of the accesskey
property.
- getAccesskey() - Method in class jakarta.faces.component.html.HtmlOutputLink
-
Return the value of the accesskey
property.
- getAccesskey() - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
-
Return the value of the accesskey
property.
- getAccesskey() - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
-
Return the value of the accesskey
property.
- getAccesskey() - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
-
Return the value of the accesskey
property.
- getAccesskey() - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
-
Return the value of the accesskey
property.
- getAccesskey() - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
-
Return the value of the accesskey
property.
- getAccesskey() - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
-
Return the value of the accesskey
property.
- getAccesskey() - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
-
Return the value of the accesskey
property.
- getAction() - Method in interface jakarta.faces.component.ActionSource
-
- getAction() - Method in class jakarta.faces.component.UICommand
-
- getAction() - Method in class jakarta.faces.component.UIViewAction
-
Deprecated.
- getActionExpression() - Method in interface jakarta.faces.component.ActionSource2
-
Return the
MethodExpression
pointing at the application action to be invoked, if this
UIComponent
is
activated by the user, during the
Apply Request Values or
Invoke Application phase of the request
processing lifecycle, depending on the value of the
immediate
property.
- getActionExpression() - Method in class jakarta.faces.component.UICommand
-
- getActionExpression() - Method in class jakarta.faces.component.UIViewAction
-
Return the
MethodExpression
pointing at the application action to be invoked, if this
UIComponent
is
activated by the user, during the
Apply Request Values or
Invoke Application phase of the request
processing lifecycle, depending on the value of the
immediate
property.
- getActionListener() - Method in class jakarta.faces.application.Application
-
- getActionListener() - Method in class jakarta.faces.application.ApplicationWrapper
-
- getActionListener() - Method in interface jakarta.faces.component.ActionSource
-
- getActionListener() - Method in class jakarta.faces.component.UICommand
-
- getActionListener() - Method in class jakarta.faces.component.UIViewAction
-
Deprecated.
- getActionListeners() - Method in interface jakarta.faces.component.ActionSource
-
- getActionListeners() - Method in class jakarta.faces.component.UICommand
-
- getActionListeners() - Method in class jakarta.faces.component.UIViewAction
-
- getActionURL(FacesContext) - Method in class jakarta.faces.application.NavigationCase
-
- getActionURL(FacesContext) - Method in class jakarta.faces.application.NavigationCaseWrapper
-
- getActionURL(FacesContext, String) - Method in class jakarta.faces.application.ViewHandler
-
If the value returned from this method is used as the file
argument to the four-argument constructor for java.net.URL
(assuming appropriate values are used for the
first three arguments), then a client making a request to the toExternalForm()
of that URL
will select the argument viewId
for traversing the Jakarta Server Faces lifecycle.
- getActionURL(FacesContext, String) - Method in class jakarta.faces.application.ViewHandlerWrapper
-
- getAdaptee() - Method in class jakarta.servlet.jsp.tagext.TagAdapter
-
Gets the tag that is being adapted to the Tag interface.
- getAfterPhaseListener() - Method in class jakarta.faces.component.UIViewRoot
-
- getAlgorithm() - Method in class jakarta.security.auth.message.callback.PrivateKeyCallback.DigestRequest
-
Get the algorithm identifier.
- getAlias() - Method in interface jakarta.persistence.TupleElement
-
Return the alias assigned to the tuple element or null,
if no alias has been assigned.
- getAlias() - Method in class jakarta.security.auth.message.callback.PrivateKeyCallback.AliasRequest
-
Get the alias.
- getAlias() - Method in class jakarta.security.auth.message.callback.SecretKeyCallback.AliasRequest
-
Get the alias.
- getAll() - Method in class jakarta.faces.view.facelets.TagAttributes
-
Return an array of all TagAttributes in this set
- getAll(String) - Method in class jakarta.faces.view.facelets.TagAttributes
-
Get all TagAttributes for the passed namespace
- getAllowedMethods() - Method in interface jakarta.ws.rs.client.ClientResponseContext
-
Get the allowed HTTP methods from the Allow HTTP header.
- getAllowedMethods() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Get the allowed HTTP methods from the Allow HTTP header.
- getAllowedMethods() - Method in class jakarta.ws.rs.core.Response
-
Get the allowed HTTP methods from the Allow HTTP header.
- getAllTimers() - Method in interface jakarta.ejb.TimerService
-
Returns all active timers associated with the beans in the same module in which the caller bean is packaged.
- getAllViewDeclarationLanguages() - Method in class jakarta.faces.view.ViewDeclarationLanguageFactory
-
- getAlt() - Method in class jakarta.faces.component.html.HtmlCommandButton
-
Return the value of the alt
property.
- getAlt() - Method in class jakarta.faces.component.html.HtmlGraphicImage
-
Return the value of the alt
property.
- getAlt() - Method in class jakarta.faces.component.html.HtmlInputFile
-
Return the value of the alt
property.
- getAlt() - Method in class jakarta.faces.component.html.HtmlInputSecret
-
Return the value of the alt
property.
- getAlt() - Method in class jakarta.faces.component.html.HtmlInputText
-
Return the value of the alt
property.
- getAlt() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
-
Return the value of the alt
property.
- getAlternatives() - Method in interface jakarta.enterprise.inject.spi.AfterTypeDiscovery
-
- getAnnotated() - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedConstructorConfigurator
-
- getAnnotated() - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedFieldConfigurator
-
- getAnnotated() - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedMethodConfigurator
-
- getAnnotated() - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedParameterConfigurator
-
- getAnnotated() - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedTypeConfigurator
-
- getAnnotated() - Method in interface jakarta.enterprise.inject.spi.InjectionPoint
-
- getAnnotated() - Method in interface jakarta.enterprise.inject.spi.ProcessBean
-
- getAnnotated() - Method in interface jakarta.enterprise.inject.spi.ProcessBeanAttributes
-
- getAnnotatedBeanClass() - Method in interface jakarta.enterprise.inject.spi.ProcessManagedBean
-
- getAnnotatedDisposedParameter() - Method in interface jakarta.enterprise.inject.spi.ProcessProducerField
-
Returns the
AnnotatedParameter
for any matching injection point of the same type as
the producer field return type found on a disposal method.
- getAnnotatedDisposedParameter() - Method in interface jakarta.enterprise.inject.spi.ProcessProducerMethod
-
Returns the
AnnotatedParameter
for any matching injection point of the same type as
the producer method return type found on a disposal method.
- getAnnotatedEndpointClasses(Set<Class<?>>) - Method in interface jakarta.websocket.server.ServerApplicationConfig
-
Return a set of annotated endpoint classes that the server container must deploy.
- getAnnotatedMember() - Method in interface jakarta.enterprise.inject.spi.ProcessProducer
-
- getAnnotatedMethod() - Method in interface jakarta.enterprise.inject.spi.ProcessObserverMethod
-
- getAnnotatedProducerField() - Method in interface jakarta.enterprise.inject.spi.ProcessProducerField
-
- getAnnotatedProducerMethod() - Method in interface jakarta.enterprise.inject.spi.ProcessProducerMethod
-
- getAnnotatedType(Class<T>, String) - Method in interface jakarta.enterprise.inject.spi.AfterBeanDiscovery
-
Obtain the
AnnotatedType
that may be used to read the annotations of the given class or interface as defined
during container initialization.
- getAnnotatedType() - Method in interface jakarta.enterprise.inject.spi.ProcessAnnotatedType
-
Returns the
AnnotatedType
object that will be used by the container to read the
declared annotations.
- getAnnotatedType() - Method in interface jakarta.enterprise.inject.spi.ProcessInjectionTarget
-
Returns the
AnnotatedType
representing the managed bean class, session bean class or
other Java EE component class supporting injection.
- getAnnotatedTypes(Class<T>) - Method in interface jakarta.enterprise.inject.spi.AfterBeanDiscovery
-
Obtain the
AnnotatedType
s that may be used to read the annotations of the given class or interface as defined
during container initialization.
- getAnnotation(Class<T>) - Method in interface jakarta.enterprise.inject.spi.Annotated
-
Get program element annotation of a certain annotation type.
- getAnnotation() - Method in interface jakarta.validation.metadata.ConstraintDescriptor
-
Returns the annotation describing the constraint declaration.
- getAnnotations(Class<T>) - Method in interface jakarta.enterprise.inject.spi.Annotated
-
Get program element annotations of a certain annotation type.
- getAnnotations() - Method in interface jakarta.enterprise.inject.spi.Annotated
-
Get all annotations of the program element.
- getAnnotations(Class<T>) - Method in interface jakarta.enterprise.inject.spi.AnnotatedConstructor
-
- getAnnotations(Class<T>) - Method in interface jakarta.enterprise.inject.spi.AnnotatedField
-
- getAnnotations(Class<T>) - Method in interface jakarta.enterprise.inject.spi.AnnotatedMethod
-
- getAnnotations(Class<T>) - Method in interface jakarta.enterprise.inject.spi.AnnotatedParameter
-
- getAnnotations(Class<T>) - Method in interface jakarta.enterprise.inject.spi.AnnotatedType
-
- getAnnotations() - Method in class jakarta.ws.rs.client.Entity
-
Get the entity annotations.
- getAnnotations() - Method in interface jakarta.ws.rs.ext.InterceptorContext
-
Get an array of the annotations formally declared on the artifact that initiated the intercepted entity provider
invocation.
- getAppContext() - Method in interface jakarta.security.auth.message.config.AuthConfig
-
Get the application context identifier of this authentication context configuration object.
- getAppContext() - Method in interface jakarta.security.auth.message.config.AuthConfigFactory.RegistrationContext
-
Get the application context identifier from the registration context
- getApplication() - Method in class jakarta.faces.application.ApplicationFactory
-
Create (if needed) and return an
Application
instance for this web application.
- getApplication() - Method in class jakarta.faces.context.FacesContext
-
Return the
Application
instance associated with this web
application.
- getApplication() - Method in class jakarta.faces.context.FacesContextWrapper
-
- getApplication() - Method in class jakarta.faces.event.PostConstructApplicationEvent
-
- getApplication() - Method in class jakarta.faces.event.PreDestroyApplicationEvent
-
- getApplicationContextPath() - Method in class jakarta.faces.context.ExternalContext
-
Return the name of the container context for this application.
- getApplicationContextPath() - Method in class jakarta.faces.context.ExternalContextWrapper
-
- getApplicationData() - Method in interface jakarta.websocket.PongMessage
-
The application data inside the pong message from the peer.
- getApplicationMap() - Method in class jakarta.faces.context.ExternalContext
-
Return a mutable Map
representing the application scope
attributes for the current application.
- getApplicationMap() - Method in class jakarta.faces.context.ExternalContextWrapper
-
- getArray() - Method in interface jakarta.json.stream.JsonParser
-
Returns a JsonArray
and advance the parser to the
the corresponding END_ARRAY
.
- getArrayStream() - Method in interface jakarta.json.stream.JsonParser
-
Returns a stream of the JsonArray
elements.
- getAsMap() - Method in class jakarta.json.bind.JsonbConfig
-
Return all configuration properties as an unmodifiable map.
- getAsObject(FacesContext, UIComponent, String) - Method in class jakarta.faces.convert.BigDecimalConverter
-
- getAsObject(FacesContext, UIComponent, String) - Method in class jakarta.faces.convert.BigIntegerConverter
-
- getAsObject(FacesContext, UIComponent, String) - Method in class jakarta.faces.convert.BooleanConverter
-
- getAsObject(FacesContext, UIComponent, String) - Method in class jakarta.faces.convert.ByteConverter
-
- getAsObject(FacesContext, UIComponent, String) - Method in class jakarta.faces.convert.CharacterConverter
-
- getAsObject(FacesContext, UIComponent, String) - Method in interface jakarta.faces.convert.Converter
-
Convert the specified string value, which is associated with the specified
UIComponent
, into a model data object that is appropriate for being stored during the
Process Validations phase of the request processing lifecycle.
- getAsObject(FacesContext, UIComponent, String) - Method in class jakarta.faces.convert.DateTimeConverter
-
- getAsObject(FacesContext, UIComponent, String) - Method in class jakarta.faces.convert.DoubleConverter
-
- getAsObject(FacesContext, UIComponent, String) - Method in class jakarta.faces.convert.EnumConverter
-
Convert the value
argument to one of the enum constants of the class provided in our constructor.
- getAsObject(FacesContext, UIComponent, String) - Method in class jakarta.faces.convert.FloatConverter
-
- getAsObject(FacesContext, UIComponent, String) - Method in class jakarta.faces.convert.IntegerConverter
-
- getAsObject(FacesContext, UIComponent, String) - Method in class jakarta.faces.convert.LongConverter
-
- getAsObject(FacesContext, UIComponent, String) - Method in class jakarta.faces.convert.NumberConverter
-
- getAsObject(FacesContext, UIComponent, String) - Method in class jakarta.faces.convert.ShortConverter
-
- getAsString(FacesContext, UIComponent, Object) - Method in class jakarta.faces.convert.BigDecimalConverter
-
- getAsString(FacesContext, UIComponent, Object) - Method in class jakarta.faces.convert.BigIntegerConverter
-
- getAsString(FacesContext, UIComponent, Object) - Method in class jakarta.faces.convert.BooleanConverter
-
- getAsString(FacesContext, UIComponent, Object) - Method in class jakarta.faces.convert.ByteConverter
-
- getAsString(FacesContext, UIComponent, Object) - Method in class jakarta.faces.convert.CharacterConverter
-
- getAsString(FacesContext, UIComponent, T) - Method in interface jakarta.faces.convert.Converter
-
Convert the specified model object value, which is associated with the specified
UIComponent
, into a String
that is suitable for being included in the response generated during the
Render Response phase of the
request processing lifeycle.
- getAsString(FacesContext, UIComponent, Object) - Method in class jakarta.faces.convert.DateTimeConverter
-
- getAsString(FacesContext, UIComponent, Object) - Method in class jakarta.faces.convert.DoubleConverter
-
- getAsString(FacesContext, UIComponent, Object) - Method in class jakarta.faces.convert.EnumConverter
-
Convert the enum constant given by the value
argument into a String.
- getAsString(FacesContext, UIComponent, Object) - Method in class jakarta.faces.convert.FloatConverter
-
- getAsString(FacesContext, UIComponent, Object) - Method in class jakarta.faces.convert.IntegerConverter
-
- getAsString(FacesContext, UIComponent, Object) - Method in class jakarta.faces.convert.LongConverter
-
- getAsString(FacesContext, UIComponent, Object) - Method in class jakarta.faces.convert.NumberConverter
-
- getAsString(FacesContext, UIComponent, Object) - Method in class jakarta.faces.convert.ShortConverter
-
- getAsyncContext() - Method in class jakarta.servlet.AsyncEvent
-
Gets the AsyncContext from this AsyncEvent.
- getAsyncContext() - Method in interface jakarta.servlet.ServletRequest
-
- getAsyncContext() - Method in class jakarta.servlet.ServletRequestWrapper
-
- getAsyncRemote() - Method in interface jakarta.websocket.Session
-
Return a reference a RemoteEndpoint object representing the peer of this conversation that is able to send
messages asynchronously to the peer.
- getAttachedObjectHandlerHelper() - Method in class jakarta.faces.view.facelets.FaceletsAttachedObjectHandler
-
Return the underlying handler for this tag handler instance.
- getAttribute(String) - Method in class jakarta.faces.view.facelets.FaceletContext
-
- getAttribute(String) - Method in class jakarta.faces.view.facelets.TagHandler
-
Utility method for fetching the appropriate TagAttribute
- getAttribute() - Method in interface jakarta.persistence.criteria.Fetch
-
Return the metamodel attribute corresponding to the
fetch join.
- getAttribute() - Method in interface jakarta.persistence.criteria.Join
-
Return the metamodel attribute corresponding to the join.
- getAttribute(String) - Method in interface jakarta.persistence.metamodel.ManagedType
-
Return the attribute of the managed
type that corresponds to the specified name.
- getAttribute(String) - Method in interface jakarta.servlet.http.HttpSession
-
Returns the object bound with the specified name in this session, or null
if no object is bound under
the name.
- getAttribute(String) - Method in class jakarta.servlet.jsp.JspContext
-
Returns the object associated with the name in the page scope or null if not found.
- getAttribute(String, int) - Method in class jakarta.servlet.jsp.JspContext
-
Return the object associated with the name in the specified scope or null if not found.
- getAttribute(String) - Method in class jakarta.servlet.jsp.tagext.TagData
-
The value of the attribute.
- getAttribute(String) - Method in interface jakarta.servlet.ServletContext
-
Returns the servlet container attribute with the given name, or null
if there is no attribute by that
name.
- getAttribute(String) - Method in interface jakarta.servlet.ServletRequest
-
Returns the value of the named attribute as an Object
, or null
if no attribute of the given
name exists.
- getAttribute(String) - Method in class jakarta.servlet.ServletRequestWrapper
-
The default behavior of this method is to call getAttribute(String name) on the wrapped request object.
- getAttributeName(FaceletContext) - Method in interface jakarta.faces.view.facelets.AttributeHandler
-
Returns the resolved literal String value of the attribute name after evaluating EL.
- getAttributeName() - Method in interface jakarta.persistence.AttributeNode
-
Return the name of the attribute corresponding to the
attribute node.
- getAttributeNames() - Method in interface jakarta.servlet.http.HttpSession
-
Returns an Enumeration
of String
objects containing the names of all the objects bound to
this session.
- getAttributeNames() - Method in interface jakarta.servlet.ServletContext
-
Returns an Enumeration
containing the attribute names available within this ServletContext.
- getAttributeNames() - Method in interface jakarta.servlet.ServletRequest
-
Returns an Enumeration
containing the names of the attributes available to this request.
- getAttributeNames() - Method in class jakarta.servlet.ServletRequestWrapper
-
The default behavior of this method is to return getAttributeNames() on the wrapped request object.
- getAttributeNamesInScope(int) - Method in class jakarta.servlet.jsp.JspContext
-
Enumerate all the attributes in a given scope.
- getAttributeNodes() - Method in interface jakarta.persistence.EntityGraph
-
Return the attribute nodes of this entity that are included in
the entity graph.
- getAttributeNodes() - Method in interface jakarta.persistence.Subgraph
-
Return the attribute nodes corresponding to the attributes of
this managed type that are included in the subgraph.
- getAttributes() - Method in class jakarta.faces.component.UIComponent
-
Return a mutable
Map
representing the attributes (and properties, see below) associated wth this
UIComponent
, keyed by attribute name (which must be a String).
- getAttributes() - Method in class jakarta.faces.component.UIComponentBase
-
- getAttributes() - Method in class jakarta.faces.context.FacesContext
-
Return a mutable Map
representing the attributes associated wth this FacesContext
instance.
- getAttributes() - Method in class jakarta.faces.context.FacesContextWrapper
-
- getAttributes() - Method in class jakarta.faces.event.ExceptionQueuedEventContext
-
A Map
of attributes relevant to the context of this ExceptionQueuedEvent
.
- getAttributes() - Method in class jakarta.faces.view.facelets.Tag
-
Return an object encapsulating the TagAttributes
specified on this element in the view.
- getAttributes() - Method in interface jakarta.persistence.metamodel.ManagedType
-
Return the attributes of the managed type.
- getAttributes() - Method in class jakarta.servlet.jsp.tagext.TagData
-
Enumerates the attributes.
- getAttributes() - Method in class jakarta.servlet.jsp.tagext.TagInfo
-
Attribute information (in the TLD) on this tag.
- getAttributes() - Method in interface jakarta.validation.metadata.ConstraintDescriptor
-
Returns a map containing the annotation attribute names as keys and the
annotation attribute values as value.
- getAttributesScope(String) - Method in class jakarta.servlet.jsp.JspContext
-
Get the scope where a given attribute is defined.
- getAttributeString(String) - Method in class jakarta.servlet.jsp.tagext.TagData
-
Get the value for a given attribute.
- getAuthContext(String, Subject, Map) - Method in interface jakarta.security.auth.message.config.ClientAuthConfig
-
Get a ClientAuthContext instance from this ClientAuthConfig.
- getAuthContext(String, Subject, Map) - Method in interface jakarta.security.auth.message.config.ServerAuthConfig
-
Get a ServerAuthContext instance from this ServerAuthConfig.
- getAuthContextID(MessageInfo) - Method in interface jakarta.security.auth.message.config.AuthConfig
-
Get the authentication context identifier corresponding to the request and response objects encapsulated in
messageInfo.
- getAuthenticationScheme() - Method in interface jakarta.ws.rs.core.SecurityContext
-
Returns the string value of the authentication scheme used to protect the resource.
- getAuthParameters() - Method in interface jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContext
-
Returns the parameters that were provided with the SecurityContext#authenticate(AuthParameters) call.
- getAuthParameters() - Method in class jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
-
- getAuthType() - Method in class jakarta.faces.context.ExternalContext
-
Return the name of the authentication scheme used to authenticate the current user, if any; otherwise, return
null
.
- getAuthType() - Method in class jakarta.faces.context.ExternalContextWrapper
-
- getAuthType() - Method in interface jakarta.servlet.http.HttpServletRequest
-
Returns the name of the authentication scheme used to protect the servlet.
- getAuthType() - Method in class jakarta.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to return getAuthType() on the wrapped request object.
- getAutocomplete() - Method in class jakarta.faces.component.html.HtmlInputFile
-
Return the value of the autocomplete
property.
- getAutocomplete() - Method in class jakarta.faces.component.html.HtmlInputSecret
-
Return the value of the autocomplete
property.
- getAutocomplete() - Method in class jakarta.faces.component.html.HtmlInputText
-
Return the value of the autocomplete
property.
- getBase() - Method in class jakarta.el.ValueReference
-
- getBaseType() - Method in interface jakarta.enterprise.inject.spi.Annotated
-
Get the type of the annotated program element.
- getBaseUri() - Method in interface jakarta.ws.rs.core.UriInfo
-
Get the base URI of the application.
- getBaseUriBuilder() - Method in interface jakarta.ws.rs.core.UriInfo
-
Get the base URI of the application in the form of a UriBuilder.
- getBasicRemote() - Method in interface jakarta.websocket.Session
-
Return a reference a RemoteEndpoint object representing the peer of this conversation that is able to send
messages synchronously to the peer.
- getBatchingAllowed() - Method in interface jakarta.websocket.RemoteEndpoint
-
Return whether the implementation is allowed to batch outgoing messages before sending.
- getBean(String) - Method in class jakarta.el.BeanNameResolver
-
Returns the bean known by its name.
- getBean() - Method in interface jakarta.enterprise.inject.spi.InjectionPoint
-
Get the
Bean
object representing the bean that defines the injection point.
- getBean() - Method in interface jakarta.enterprise.inject.spi.ProcessBean
-
Returns the
Bean
object that is about to be registered.
- getBeanAttributes() - Method in interface jakarta.enterprise.inject.spi.ProcessBeanAttributes
-
- getBeanClass() - Method in interface jakarta.enterprise.inject.spi.Bean
-
The bean
class of the managed bean or session bean or of the bean that declares the producer method or
field.
- getBeanClass() - Method in interface jakarta.enterprise.inject.spi.ObserverMethod
-
Obtains the
class of the type that declares the observer method.
- getBeanManager() - Method in interface jakarta.enterprise.inject.se.SeContainer
-
Get the CDI BeanManager for this container
- getBeanManager() - Method in class jakarta.enterprise.inject.spi.CDI
-
Get the CDI BeanManager for the current context
- getBeans(Type, Annotation...) - Method in interface jakarta.enterprise.inject.spi.BeanManager
-
Return the set of beans which have the given required type and qualifiers and are available for injection in the module
or library containing the class into which the BeanManager
was injected or the Java EE component from whose JNDI
environment namespace the BeanManager
was obtained, according to the rules of typesafe resolution.
- getBeans(String) - Method in interface jakarta.enterprise.inject.spi.BeanManager
-
Return the set of beans which have the given EL name and are available for injection in the module or library containing
the class into which the BeanManager
was injected or the Java EE component from whose JNDI environment namespace
the BeanManager
was obtained, according to the rules of EL name resolution.
- getBeforePhaseListener() - Method in class jakarta.faces.component.UIViewRoot
-
- getBegin() - Method in interface jakarta.servlet.jsp.jstl.core.LoopTagStatus
-
Returns the value of the 'begin' attribute for the associated tag, or null if no 'begin' attribute was specified.
- getBehavior() - Method in class jakarta.faces.event.BehaviorEvent
-
Return the source Behavior
that sent this event.
- getBehaviorId() - Method in interface jakarta.faces.view.facelets.BehaviorConfig
-
Return the value of the behavior-id.
- getBehaviorId() - Method in class jakarta.faces.view.facelets.BehaviorHandler
-
- getBehaviorIds() - Method in class jakarta.faces.application.Application
-
Return an Iterator
over the set of currently registered behavior ids for this Application
.
- getBehaviorIds() - Method in class jakarta.faces.application.ApplicationWrapper
-
- getBgcolor() - Method in class jakarta.faces.component.html.HtmlDataTable
-
Return the value of the bgcolor
property.
- getBgcolor() - Method in class jakarta.faces.component.html.HtmlPanelGrid
-
Return the value of the bgcolor
property.
- getBigDecimal() - Method in interface jakarta.json.stream.JsonParser
-
Returns a JSON number as a BigDecimal
.
- getBindableJavaType() - Method in interface jakarta.persistence.metamodel.Bindable
-
Return the Java type of the represented object.
- getBindableType() - Method in interface jakarta.persistence.metamodel.Bindable
-
Return the bindable type of the represented object.
- getBinding() - Method in class jakarta.faces.view.facelets.DelegatingMetaTagHandler
-
- getBodyContent() - Method in class jakarta.faces.webapp.UIComponentClassicTagBase
-
- getBodyContent() - Method in class jakarta.servlet.jsp.tagext.BodyTagSupport
-
Get current bodyContent.
- getBodyContent() - Method in class jakarta.servlet.jsp.tagext.TagInfo
-
The bodycontent information for this tag.
- getBodyrows() - Method in class jakarta.faces.component.html.HtmlDataTable
-
Return the value of the bodyrows
property.
- getBodyrows() - Method in class jakarta.faces.component.html.HtmlPanelGrid
-
Return the value of the bodyrows
property.
- getBookmarkableURL(FacesContext) - Method in class jakarta.faces.application.NavigationCase
-
- getBookmarkableURL(FacesContext) - Method in class jakarta.faces.application.NavigationCaseWrapper
-
- getBookmarkableURL(FacesContext, String, Map<String, List<String>>, boolean) - Method in class jakarta.faces.application.ViewHandler
-
Return a Jakarta Server Faces action URL derived from the viewId argument that is suitable to be used as the target
of a link in a Jakarta Server Faces response.
- getBookmarkableURL(FacesContext, String, Map<String, List<String>>, boolean) - Method in class jakarta.faces.application.ViewHandlerWrapper
-
- getBoolean(FaceletContext) - Method in class jakarta.faces.view.facelets.TagAttribute
-
- getBoolean(int) - Method in interface jakarta.json.JsonArray
-
Returns the boolean value at the specified position.
- getBoolean(int, boolean) - Method in interface jakarta.json.JsonArray
-
Returns the boolean value at the specified position.
- getBoolean(String) - Method in interface jakarta.json.JsonObject
-
Returns the boolean value of the associated mapping for the specified
name.
- getBoolean(String, boolean) - Method in interface jakarta.json.JsonObject
-
Returns the boolean value of the associated mapping for the specified
name.
- getBootstrapConfiguration() - Method in interface jakarta.validation.Configuration
-
Returns configuration information stored in the META-INF/validation.xml
file.
- getBorder() - Method in class jakarta.faces.component.html.HtmlDataTable
-
Return the value of the border
property.
- getBorder() - Method in class jakarta.faces.component.html.HtmlPanelGrid
-
Return the value of the border
property.
- getBorder() - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
-
Return the value of the border
property.
- getBorder() - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
-
Return the value of the border
property.
- getBuffer() - Method in interface jakarta.servlet.descriptor.JspPropertyGroupDescriptor
-
Gets the value of the buffer
configuration, which specifies the default size of the response buffer for
any JSP pages mapped to the JSP property group represented by this JspPropertyGroupDescriptor
.
- getBufferSize() - Method in class jakarta.servlet.jsp.JspWriter
-
This method returns the size of the buffer used by the JspWriter.
- getBufferSize() - Method in interface jakarta.servlet.ServletResponse
-
Returns the actual buffer size used for the response.
- getBufferSize() - Method in class jakarta.servlet.ServletResponseWrapper
-
The default behavior of this method is to return getBufferSize() on the wrapped response object.
- getBusinessObject(Class<T>) - Method in interface jakarta.ejb.SessionContext
-
Obtain an object that can be used to invoke the current bean through a particular business interface view or its
no-interface view.
- getBytes() - Method in exception jakarta.websocket.DecodeException
-
Return the ByteBuffer containing either the whole message, or the partial message, that could not be decoded, or
null
if this exception arose from a failure to decode a text message.
- getCache() - Method in interface jakarta.persistence.EntityManagerFactory
-
Access the cache that is associated with the entity manager
factory (the "second level cache").
- getCacheExtension() - Method in class jakarta.ws.rs.core.CacheControl
-
Corresponds to a set of extension cache control directives.
- getCallback() - Method in class jakarta.faces.component.search.SearchKeywordContext
-
- getCalledFlowDocumentId(FacesContext) - Method in class jakarta.faces.flow.FlowCallNode
-
- getCalledFlowId(FacesContext) - Method in class jakarta.faces.flow.FlowCallNode
-
- getCaller() - Method in class jakarta.security.enterprise.credential.CallerOnlyCredential
-
- getCaller() - Method in class jakarta.security.enterprise.credential.UsernamePasswordCredential
-
- getCallerDn() - Method in class jakarta.security.enterprise.identitystore.CredentialValidationResult
-
Return the CallerPrincipal for the validated credential.
- getCallerGroups() - Method in class jakarta.security.enterprise.identitystore.CredentialValidationResult
-
Determines the set of groups that the specified Caller is in, based on
the associated identity store.
- getCallerGroups(CredentialValidationResult) - Method in interface jakarta.security.enterprise.identitystore.IdentityStore
-
Returns groups for the caller, who is identified by the
CallerPrincipal
(and potentially other values) found in the
validationResult
parameter.
- getCallerPrincipal() - Method in interface jakarta.ejb.EJBContext
-
Obtain the java.security.Principal
that identifies the caller.
- getCallerPrincipal() - Method in interface jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContext
-
Gets the Principal set by a call to notifyContainerAboutLogin().
- getCallerPrincipal() - Method in class jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
-
- getCallerPrincipal() - Method in class jakarta.security.enterprise.identitystore.CredentialValidationResult
-
Return the CallerPrincipal for the validated credential.
- getCallerPrincipal() - Method in interface jakarta.security.enterprise.SecurityContext
-
Retrieve the platform-specific java.security.Principal
that represents
the name of authenticated caller, or null if the current caller is not authenticated.
- getCallerUniqueId() - Method in class jakarta.security.enterprise.identitystore.CredentialValidationResult
-
Return a string that uniquely identifies this caller within the identity store
(since the Principal name used may not be unique).
- getCaptionClass() - Method in class jakarta.faces.component.html.HtmlDataTable
-
Return the value of the captionClass
property.
- getCaptionClass() - Method in class jakarta.faces.component.html.HtmlPanelGrid
-
Return the value of the captionClass
property.
- getCaptionStyle() - Method in class jakarta.faces.component.html.HtmlDataTable
-
Return the value of the captionStyle
property.
- getCaptionStyle() - Method in class jakarta.faces.component.html.HtmlPanelGrid
-
Return the value of the captionStyle
property.
- getCases() - Method in class jakarta.faces.flow.SwitchNode
-
Return the cases in this switch.
- getCause() - Method in exception jakarta.faces.FacesException
-
Return the cause of this exception, or null
if the cause is nonexistent or unknown.
- getCausedByException() - Method in exception jakarta.ejb.EJBException
-
Obtain the exception that caused the EJBException to be thrown.
- getCDI() - Method in interface jakarta.enterprise.inject.spi.CDIProvider
-
Provides access to the current container
- getCellpadding() - Method in class jakarta.faces.component.html.HtmlDataTable
-
Return the value of the cellpadding
property.
- getCellpadding() - Method in class jakarta.faces.component.html.HtmlPanelGrid
-
Return the value of the cellpadding
property.
- getCellspacing() - Method in class jakarta.faces.component.html.HtmlDataTable
-
Return the value of the cellspacing
property.
- getCellspacing() - Method in class jakarta.faces.component.html.HtmlPanelGrid
-
Return the value of the cellspacing
property.
- getCertStore() - Method in class jakarta.security.auth.message.callback.CertStoreCallback
-
Used by the CertStore user to obtain the CertStore set within the Callback.
- getChain() - Method in class jakarta.security.auth.message.callback.PrivateKeyCallback
-
Used to obtain the certificate chain set within the Callback.
- getChallenges() - Method in exception jakarta.ws.rs.NotAuthorizedException
-
Get the list of authorization challenges associated with the exception and applicable to the resource requested by
the client.
- getChannel() - Method in class jakarta.faces.component.UIWebsocket
-
Returns the name of the websocket channel.
- getChannel() - Method in class jakarta.faces.event.WebsocketEvent
-
Returns the <f:websocket channel>
.
- getCharacterEncoding() - Method in class jakarta.faces.context.ResponseWriter
-
Return the character encoding (such as "ISO-8859-1") for this
ResponseWriter
.
- getCharacterEncoding() - Method in class jakarta.faces.context.ResponseWriterWrapper
-
- getCharacterEncoding() - Method in interface jakarta.servlet.ServletRequest
-
Returns the name of the character encoding used in the body of this request.
- getCharacterEncoding() - Method in class jakarta.servlet.ServletRequestWrapper
-
The default behavior of this method is to return getCharacterEncoding() on the wrapped request object.
- getCharacterEncoding() - Method in interface jakarta.servlet.ServletResponse
-
Returns the name of the character encoding (MIME charset) used for the body sent in this response.
- getCharacterEncoding() - Method in class jakarta.servlet.ServletResponseWrapper
-
The default behavior of this method is to return getCharacterEncoding() on the wrapped response object.
- getChars() - Method in interface jakarta.json.JsonString
-
Returns the char sequence for the JSON String value
- getCharset() - Method in class jakarta.faces.component.html.HtmlCommandLink
-
Return the value of the charset
property.
- getCharset() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
-
Return the value of the charset
property.
- getCharset() - Method in class jakarta.faces.component.html.HtmlOutputLink
-
Return the value of the charset
property.
- getChildCount() - Method in class jakarta.faces.component.UIComponent
-
- getChildCount() - Method in class jakarta.faces.component.UIComponentBase
-
- getChildren() - Method in class jakarta.faces.component.UIComponent
-
Return a mutable
List
representing the child
UIComponent
s associated with this component.
- getChildren() - Method in class jakarta.faces.component.UIComponentBase
-
- getClasses() - Method in class jakarta.ws.rs.core.Application
-
Get a set of root resource, provider and
feature
classes.
- getClasses() - Method in interface jakarta.ws.rs.core.Configuration
-
Get the immutable set of registered JAX-RS component (such as provider, root resource or
feature
)
classes to be instantiated, injected and utilized in the scope of the configurable instance.
- getClassLoader() - Method in interface jakarta.persistence.spi.PersistenceUnitInfo
-
Returns ClassLoader that the provider may use to load any
classes, resources, or open URLs.
- getClassLoader() - Method in interface jakarta.servlet.ServletContext
-
Gets the class loader of the web application represented by this ServletContext.
- getClassName() - Method in class jakarta.servlet.jsp.tagext.TagVariableInfo
-
The body of the <variable-class> element.
- getClassName() - Method in class jakarta.servlet.jsp.tagext.VariableInfo
-
Returns the type of this variable.
- getClassName() - Method in interface jakarta.servlet.Registration
-
Gets the fully qualified class name of the Servlet or Filter that is represented by this Registration.
- getClassType() - Method in interface jakarta.persistence.Subgraph
-
Return the type for which this subgraph was defined.
- getClient() - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Get the client instance associated with the request.
- getClientAuthConfig(String, String, CallbackHandler) - Method in interface jakarta.security.auth.message.config.AuthConfigProvider
-
Get an instance of ClientAuthConfig from this provider.
- getClientBehaviorRenderer(String) - Method in class jakarta.faces.render.RenderKit
-
Return the
ClientBehaviorRenderer
instance most recently registered for the specified
type
, if
any; otherwise, return
null
.
- getClientBehaviorRenderer(String) - Method in class jakarta.faces.render.RenderKitWrapper
-
- getClientBehaviorRendererTypes() - Method in class jakarta.faces.render.RenderKit
-
- getClientBehaviorRendererTypes() - Method in class jakarta.faces.render.RenderKitWrapper
-
- getClientBehaviors() - Method in interface jakarta.faces.component.behavior.ClientBehaviorHolder
-
Returns a non-null, unmodifiable Map
that contains the the ClientBehavior
s that have been
attached to the component implementing this interface.
- getClientBehaviors() - Method in class jakarta.faces.component.UIComponentBase
-
- getClientId() - Method in class jakarta.faces.component.UIComponent
-
Enable Jakarta Expression Language to access the clientId
of a component.
- getClientId(FacesContext) - Method in class jakarta.faces.component.UIComponent
-
Return a client-side identifier for this component, generating one if necessary.
- getClientId(FacesContext) - Method in class jakarta.faces.component.UIComponentBase
-
- getClientId(FacesContext) - Method in class jakarta.faces.component.UIData
-
Return a client identifier for this component that includes the current value of the rowIndex
property,
if it is not set to -1.
- getClientIdsWithMessages() - Method in class jakarta.faces.context.FacesContext
-
Return an
Iterator
over the client identifiers for which at least one
FacesMessage
has been queued.
- getClientIdsWithMessages() - Method in class jakarta.faces.context.FacesContextWrapper
-
- getClientSubject() - Method in interface jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContext
-
Returns the subject for which authentication is to take place.
- getClientSubject() - Method in class jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
-
- getClientWindow() - Method in class jakarta.faces.context.ExternalContext
-
- getClientWindow() - Method in class jakarta.faces.context.ExternalContextWrapper
-
- getClientWindow(FacesContext) - Method in class jakarta.faces.lifecycle.ClientWindowFactory
-
The implementation is responsible for creating the ClientWindow
instance for this request.
- getClientWindowFlowId(ClientWindow) - Method in class jakarta.faces.flow.Flow
-
- getClock() - Method in interface jakarta.validation.ClockProvider
-
Returns the clock which serves as the reference for now
.
- getClockProvider() - Method in interface jakarta.validation.ConstraintValidatorContext
-
Returns the provider for obtaining the current time in the form of a
Clock
,
e.g.
- getClockProvider() - Method in interface jakarta.validation.spi.ConfigurationState
-
Returns the clock provider for this configuration.
- getClockProvider() - Method in interface jakarta.validation.ValidatorFactory
-
Returns the
ClockProvider
instance configured at
initialization time for the
ValidatorFactory
.
- getClockProviderClassName() - Method in interface jakarta.validation.BootstrapConfiguration
-
Class name of the
ClockProvider
implementation or
null
if none is specified.
- getCloseCode() - Method in class jakarta.faces.event.WebsocketEvent
-
Returns the close code.
- getCloseCode(int) - Static method in enum jakarta.websocket.CloseReason.CloseCodes
-
Creates a CloseCode from the given int code number.
- getCloseCode() - Method in class jakarta.websocket.CloseReason
-
The Close code associated with this CloseReason.
- getCode() - Method in interface jakarta.websocket.CloseReason.CloseCode
-
Returns the code number, for example the integer '1000' for normal closure.
- getCode() - Method in enum jakarta.websocket.CloseReason.CloseCodes
-
Return the code number of this status code.
- getCollection(String, Class<E>) - Method in interface jakarta.persistence.metamodel.ManagedType
-
Return the Collection-valued attribute of the managed type
that corresponds to the specified name and Java element type.
- getCollection(String) - Method in interface jakarta.persistence.metamodel.ManagedType
-
Return the Collection-valued attribute of the managed type
that corresponds to the specified name.
- getCollectionType() - Method in interface jakarta.persistence.metamodel.PluralAttribute
-
Return the collection type.
- getCols() - Method in class jakarta.faces.component.html.HtmlInputTextarea
-
Return the value of the cols
property.
- getColumn() - Method in class jakarta.faces.view.Location
-
Return the estimated character column.
- getColumnClasses() - Method in class jakarta.faces.component.html.HtmlDataTable
-
Return the value of the columnClasses
property.
- getColumnClasses() - Method in class jakarta.faces.component.html.HtmlPanelGrid
-
Return the value of the columnClasses
property.
- getColumnNames() - Method in interface jakarta.servlet.jsp.jstl.sql.Result
-
Returns the names of the columns in the result.
- getColumnNumber() - Method in interface jakarta.json.stream.JsonLocation
-
Return the column number (starts with 1 for the first column) for the current JSON event in the input source.
- getColumns() - Method in class jakarta.faces.component.html.HtmlPanelGrid
-
Return the value of the columns
property.
- getComment() - Method in class jakarta.servlet.http.Cookie
-
Returns the comment describing the purpose of this cookie, or null
if the cookie has no comment.
- getComment() - Method in interface jakarta.servlet.SessionCookieConfig
-
Gets the comment that will be assigned to any session tracking cookies created on behalf of the application
represented by the ServletContext from which this SessionCookieConfig was acquired.
- getComment() - Method in class jakarta.ws.rs.core.NewCookie
-
Get the comment associated with the cookie.
- getComment() - Method in interface jakarta.ws.rs.sse.SseEvent
-
Get a comment string that accompanies the event.
- getCommonPropertyType(ELContext, Object) - Method in class jakarta.el.ArrayELResolver
-
If the base object is a Java language array, returns the most general type that this resolver accepts for the
property
argument.
- getCommonPropertyType(ELContext, Object) - Method in class jakarta.el.BeanELResolver
-
If the base object is not null
, returns the most general type that this resolver accepts for the
property
argument.
- getCommonPropertyType(ELContext, Object) - Method in class jakarta.el.BeanNameELResolver
-
Always returns String.class
, since a bean name is a String.
- getCommonPropertyType(ELContext, Object) - Method in class jakarta.el.CompositeELResolver
-
Returns the most general type that this resolver accepts for the property
argument, given a
base
object.
- getCommonPropertyType(ELContext, Object) - Method in class jakarta.el.ELResolver
-
Returns the most general type that this resolver accepts for the property
argument, given a
base
object.
- getCommonPropertyType(ELContext, Object) - Method in class jakarta.el.ListELResolver
-
If the base object is a list, returns the most general type that this resolver accepts for the property
argument.
- getCommonPropertyType(ELContext, Object) - Method in class jakarta.el.MapELResolver
-
If the base object is a map, returns the most general type that this resolver accepts for the property
argument.
- getCommonPropertyType(ELContext, Object) - Method in class jakarta.el.ResourceBundleELResolver
-
If the base object is a ResourceBundle, returns the most general type that this resolver accepts for the
property
argument.
- getCommonPropertyType(ELContext, Object) - Method in class jakarta.el.StaticFieldELResolver
-
Returns the type of the property.
- getCommonPropertyType(ELContext, Object) - Method in class jakarta.el.TypeConverter
-
- getCommonPropertyType(ELContext, Object) - Method in class jakarta.servlet.jsp.el.ImplicitObjectELResolver
-
If the base object is null
, returns String.class
.
- getCommonPropertyType(ELContext, Object) - Method in class jakarta.servlet.jsp.el.ScopedAttributeELResolver
-
If the base object is null
, returns String.class
.
- getComponent() - Method in class jakarta.faces.component.behavior.ClientBehaviorContext
-
- getComponent() - Method in class jakarta.faces.event.ComponentSystemEvent
-
- getComponent() - Method in class jakarta.faces.event.ExceptionQueuedEventContext
-
Return the UIComponent
which was being processed when the exception was thrown.
- getComponent() - Method in class jakarta.faces.event.FacesEvent
-
- getComponentConfig() - Method in class jakarta.faces.view.facelets.ComponentHandler
-
- getComponentFamilies() - Method in class jakarta.faces.render.RenderKit
-
Return an Iterator
over the component-family entries supported by this RenderKit
instance.
- getComponentFamilies() - Method in class jakarta.faces.render.RenderKitWrapper
-
- getComponentInstance() - Method in class jakarta.faces.webapp.UIComponentClassicTagBase
-
Return the
UIComponent
instance that is associated with this tag instance.
- getComponentInstance() - Method in class jakarta.faces.webapp.UIComponentTagBase
-
Return the
UIComponent
instance that is associated with this tag instance.
- getComponentMetadata(FacesContext, Resource) - Method in class jakarta.faces.view.ViewDeclarationLanguage
-
Return a reference to the component metadata for the composite component represented by the argument
componentResource
, or null
if the metadata cannot be found.
- getComponentMetadata(FacesContext, Resource) - Method in class jakarta.faces.view.ViewDeclarationLanguageWrapper
-
- getComponentResources(FacesContext, String) - Method in class jakarta.faces.component.UIViewRoot
-
Return an unmodifiable List
of
UIComponent
s for the provided target
agrument.
- getComponentResources(FacesContext) - Method in class jakarta.faces.component.UIViewRoot
-
Return an unmodifiable ordered List
of all UIComponent
resources of all supported targets.
- getComponentStateToRestore(FacesContext) - Method in class jakarta.faces.render.ResponseStateManager
-
- getComponentStateToSave(FacesContext) - Method in class jakarta.faces.application.StateManager
-
- getComponentStateToSave(FacesContext) - Method in class jakarta.faces.application.StateManagerWrapper
-
- getComponentType() - Method in interface jakarta.faces.view.facelets.ComponentConfig
-
ComponentType to pass to the Application
.
- getComponentType() - Method in class jakarta.faces.webapp.UIComponentTagBase
-
Return the component type for the component that is or will be bound to this tag.
- getComponentTypes() - Method in class jakarta.faces.application.Application
-
Return an Iterator
over the set of currently defined component types for this Application
.
- getComponentTypes() - Method in class jakarta.faces.application.ApplicationWrapper
-
- getComposingConstraints() - Method in interface jakarta.validation.metadata.ConstraintDescriptor
-
Return a set of composing
ConstraintDescriptor
s where each
descriptor describes a composing constraint.
- getCompositeComponentParent(UIComponent) - Static method in class jakarta.faces.component.UIComponent
-
Finds the nearest composite component parent of the specified component.
- getCompoundSelectionItems() - Method in interface jakarta.persistence.criteria.Selection
-
Return the selection items composing a compound selection.
- getCondition(FacesContext) - Method in class jakarta.faces.application.NavigationCase
-
Evaluates the <if>
for this <navigation-case>
, if any.
- getCondition(FacesContext) - Method in class jakarta.faces.application.NavigationCaseWrapper
-
- getCondition(FacesContext) - Method in class jakarta.faces.flow.SwitchCase
-
Return true
if this case should be taken, false
otherwise.
- getConfigInUse() - Method in interface jakarta.json.JsonBuilderFactory
-
Returns read-only map of supported provider specific configuration
properties that are used to configure the created JSON builders.
- getConfigInUse() - Method in interface jakarta.json.JsonReaderFactory
-
Returns read-only map of supported provider specific configuration
properties that are used to configure the created JSON readers.
- getConfigInUse() - Method in interface jakarta.json.JsonWriterFactory
-
Returns read-only map of supported provider specific configuration
properties that are used to configure the created JSON writer objects.
- getConfigInUse() - Method in interface jakarta.json.stream.JsonGeneratorFactory
-
Returns a read-only map of supported provider specific configuration
properties that are used to configure the JSON generators.
- getConfigInUse() - Method in interface jakarta.json.stream.JsonParserFactory
-
Returns a read-only map of supported provider specific configuration
properties that are used to configure the JSON parsers.
- getConfigProvider(String, String, RegistrationListener) - Method in class jakarta.security.auth.message.config.AuthConfigFactory
-
Get a registered AuthConfigProvider from the factory.
- getConfiguration() - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Get the immutable configuration of the request.
- getConfiguration() - Method in interface jakarta.ws.rs.core.Configurable
-
Get a live view of an internal configuration state of this configurable instance.
- getConfigurator() - Method in interface jakarta.websocket.ClientEndpointConfig
-
Return the custom configurator for this configuration.
- getConfigurator() - Method in interface jakarta.websocket.server.ServerEndpointConfig
-
- getConstrainedConstructors() - Method in interface jakarta.validation.metadata.BeanDescriptor
-
Returns a set with descriptors for the constrained constructors of the
bean represented by this descriptor.
- getConstrainedContainerElementTypes() - Method in interface jakarta.validation.metadata.ContainerDescriptor
-
If this element is of a container type, e.g.
- getConstrainedMethods(MethodType, MethodType...) - Method in interface jakarta.validation.metadata.BeanDescriptor
-
Returns a set with descriptors for the constrained methods of the bean
represented by this descriptor.
- getConstrainedProperties() - Method in interface jakarta.validation.metadata.BeanDescriptor
-
Returns a set of property descriptors having at least one constraint defined
or marked as cascaded (
Valid
).
- getConstraintDescriptor() - Method in interface jakarta.validation.ConstraintViolation
-
Returns the constraint metadata reported to fail.
- getConstraintDescriptor() - Method in interface jakarta.validation.MessageInterpolator.Context
-
- getConstraintDescriptors() - Method in interface jakarta.validation.metadata.ElementDescriptor.ConstraintFinder
-
Retrieves the constraint descriptors following the defined
restrictions and hosted on the element described by
ElementDescriptor
.
- getConstraintDescriptors() - Method in interface jakarta.validation.metadata.ElementDescriptor
-
Returns all constraint descriptors for this element in the class hierarchy
or an empty Set
if none are present.
- getConstraintDescriptors() - Method in interface jakarta.validation.metadata.ExecutableDescriptor
-
Returns an empty Set
.
- getConstraintMappingResourcePaths() - Method in interface jakarta.validation.BootstrapConfiguration
-
Returns a set of resource paths pointing to XML constraint mapping files.
- getConstraintsForClass(Class<?>) - Method in interface jakarta.validation.Validator
-
Returns the descriptor object describing bean constraints.
- getConstraintsForConstructor(Class<?>...) - Method in interface jakarta.validation.metadata.BeanDescriptor
-
Returns a constructor descriptor for the given constructor.
- getConstraintsForMethod(String, Class<?>...) - Method in interface jakarta.validation.metadata.BeanDescriptor
-
Returns a method descriptor for the given method.
- getConstraintsForProperty(String) - Method in interface jakarta.validation.metadata.BeanDescriptor
-
Returns the property descriptor for a given property.
- getConstraintValidatorClasses() - Method in interface jakarta.validation.metadata.ConstraintDescriptor
-
List of the constraint validation implementation classes.
- getConstraintValidatorFactory() - Method in interface jakarta.validation.spi.ConfigurationState
-
Returns the constraint validator factory of this configuration.
- getConstraintValidatorFactory() - Method in interface jakarta.validation.ValidatorFactory
-
- getConstraintValidatorFactoryClassName() - Method in interface jakarta.validation.BootstrapConfiguration
-
- getConstraintViolations() - Method in exception jakarta.validation.ConstraintViolationException
-
Returns the set of constraint violations reported during a validation.
- getConstructor() - Method in interface jakarta.interceptor.InvocationContext
-
Returns the constructor of the target class for which the
AroundConstruct
interceptor method was invoked.
- getConstructors() - Method in interface jakarta.enterprise.inject.spi.AnnotatedType
-
- getContainer() - Method in class jakarta.websocket.ContainerProvider
-
Create a new instance of the the WebSocket container implementation.
- getContainer() - Method in interface jakarta.websocket.Session
-
Return the container that this session is part of.
- getContainerClass() - Method in interface jakarta.validation.metadata.ContainerElementTypeDescriptor
-
Returns the container class hosting this container element type.
- getContainerClass() - Method in interface jakarta.validation.Path.BeanNode
-
- getContainerClass() - Method in interface jakarta.validation.Path.ContainerElementNode
-
- getContainerClass() - Method in interface jakarta.validation.Path.PropertyNode
-
- getContainerClientId(FacesContext) - Method in class jakarta.faces.component.UIComponent
-
Allow components that implement
NamingContainer
to selectively disable prepending their clientId to their
descendent's clientIds by breaking the prepending logic into a separately callable method.
- getContainerClientId(FacesContext) - Method in class jakarta.faces.component.UIForm
-
- getContainingQuery() - Method in interface jakarta.persistence.criteria.Subquery
-
Return the query of which this is a subquery.
- getContentLength() - Method in interface jakarta.servlet.ServletRequest
-
Returns the length, in bytes, of the request body and made available by the input stream, or -1 if the length is not
known or is greater than Integer.MAX_VALUE.
- getContentLength() - Method in class jakarta.servlet.ServletRequestWrapper
-
The default behavior of this method is to return getContentLength() on the wrapped request object.
- getContentLengthLong() - Method in interface jakarta.servlet.ServletRequest
-
Returns the length, in bytes, of the request body and made available by the input stream, or -1 if the length is not
known.
- getContentLengthLong() - Method in class jakarta.servlet.ServletRequestWrapper
-
The default behavior of this method is to return getContentLengthLong() on the wrapped request object.
- getContentType() - Method in class jakarta.faces.application.Resource
-
Return the MIME content-type for this resource.
- getContentType() - Method in class jakarta.faces.application.ResourceWrapper
-
- getContentType() - Method in class jakarta.faces.context.ResponseWriter
-
Return the content type (such as "text/html") for this
ResponseWriter
.
- getContentType() - Method in class jakarta.faces.context.ResponseWriterWrapper
-
- getContentType() - Method in interface jakarta.servlet.http.Part
-
Gets the content type of this part.
- getContentType() - Method in interface jakarta.servlet.ServletRequest
-
Returns the MIME type of the body of the request, or null
if the type is not known.
- getContentType() - Method in class jakarta.servlet.ServletRequestWrapper
-
The default behavior of this method is to return getContentType() on the wrapped request object.
- getContentType() - Method in interface jakarta.servlet.ServletResponse
-
Returns the content type used for the MIME body sent in this response.
- getContentType() - Method in class jakarta.servlet.ServletResponseWrapper
-
The default behavior of this method is to return getContentType() on the wrapped response object.
- getContext() - Method in class jakarta.ejb.embeddable.EJBContainer
-
Retrieve a naming context for looking up references to session beans executing in the embeddable container.
- getContext(Class<?>) - Method in class jakarta.el.ELContext
-
Returns the context object associated with the given key.
- getContext(Class<?>) - Method in class jakarta.el.StandardELContext
-
- getContext(Class<? extends Annotation>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
-
- getContext() - Method in class jakarta.faces.context.ExternalContext
-
Return the application environment object instance for the current
appication.
- getContext() - Method in class jakarta.faces.context.ExternalContextWrapper
-
- getContext() - Method in class jakarta.faces.event.ExceptionQueuedEvent
-
Return the ExceptionQueuedEventContext
for this event instance.
- getContext() - Method in class jakarta.faces.event.ExceptionQueuedEventContext
-
- getContext() - Method in class jakarta.faces.event.PostConstructCustomScopeEvent
-
Return the ScopeContext
for this event.
- getContext() - Method in class jakarta.faces.event.PreDestroyCustomScopeEvent
-
Return the ScopeContext
for this event.
- getContext(String) - Method in interface jakarta.servlet.ServletContext
-
Returns a ServletContext
object that corresponds to a specified URL on the server.
- getContext(Class<?>) - Method in interface jakarta.ws.rs.ext.ContextResolver
-
Get a context of type T
that is applicable to the supplied type.
- getContextData() - Method in interface jakarta.ejb.EJBContext
-
The getContextData
method enables a business method, lifecycle callback method, or timeout method to
retrieve any interceptor/webservices context associated with its invocation.
- getContextData() - Method in interface jakarta.interceptor.InvocationContext
-
Enables an interceptor to retrieve or update the data associated with the invocation by another interceptor, business
method, and/or webservices endpoint in the invocation chain.
- getContextName() - Method in class jakarta.faces.context.ExternalContext
-
Return the name of the container context for this application.
- getContextName() - Method in class jakarta.faces.context.ExternalContextWrapper
-
- getContextPath() - Method in interface jakarta.servlet.http.HttpServletRequest
-
Returns the portion of the request URI that indicates the context of the request.
- getContextPath() - Method in class jakarta.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to return getContextPath() on the wrapped request object.
- getContextPath() - Method in interface jakarta.servlet.ServletContext
-
Returns the context path of the web application.
- getContextResolver(Class<T>, MediaType) - Method in interface jakarta.ws.rs.ext.Providers
-
Get a context resolver for a particular type of context and media type.
- getContracts(Class<?>) - Method in interface jakarta.ws.rs.core.Configuration
-
Get the extension contract registration information for a component of a given class.
- getConvertedValue(FacesContext, Object) - Method in class jakarta.faces.component.UIInput
-
Convert the submitted value into a "local value" of the appropriate data type, if necessary.
- getConvertedValue(FacesContext, Object) - Method in class jakarta.faces.component.UIViewParameter
-
- getConvertedValue(FacesContext, UIComponent, Object) - Method in class jakarta.faces.render.Renderer
-
Attempt to convert previously stored state information into an object of the type required for this component
(optionally using the registered
Converter
for this component, if there is one).
- getConvertedValue(FacesContext, UIComponent, Object) - Method in class jakarta.faces.render.RendererWrapper
-
- getConverter() - Method in class jakarta.faces.component.UIOutput
-
- getConverter() - Method in interface jakarta.faces.component.ValueHolder
-
- getConverter(Class<T>, Type, Annotation[]) - Method in interface jakarta.ws.rs.ext.ParamConverterProvider
-
Obtain a
ParamConverter
that can provide from/to string conversion for an instance of a particular Java type.
- getConverterId() - Method in interface jakarta.faces.view.facelets.ConverterConfig
-
Return the converter id to be used in instantiating this converter
- getConverterId(FaceletContext) - Method in class jakarta.faces.view.facelets.ConverterHandler
-
- getConverterIds() - Method in class jakarta.faces.application.Application
-
Return an Iterator
over the set of currently registered converter ids for this Application
.
- getConverterIds() - Method in class jakarta.faces.application.ApplicationWrapper
-
- getConverterMessage() - Method in class jakarta.faces.component.UIInput
-
- getConverterTypes() - Method in class jakarta.faces.application.Application
-
Return an
Iterator
over the set of
Class
instances for which
Converter
classes have
been explicitly registered.
- getConverterTypes() - Method in class jakarta.faces.application.ApplicationWrapper
-
- getCookies() - Method in interface jakarta.servlet.http.HttpServletRequest
-
Returns an array containing all of the Cookie
objects the client sent with this request.
- getCookies() - Method in class jakarta.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to return getCookies() on the wrapped request object.
- getCookies() - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Get any cookies that accompanied the request.
- getCookies() - Method in interface jakarta.ws.rs.client.ClientResponseContext
-
Get any new cookies set on the response message.
- getCookies() - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Get any cookies that accompanied the request.
- getCookies() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Get any new cookies set on the response message.
- getCookies() - Method in interface jakarta.ws.rs.core.HttpHeaders
-
Get any cookies that accompanied the request.
- getCookies() - Method in class jakarta.ws.rs.core.Response
-
Get any new cookies set on the response message.
- getCoords() - Method in class jakarta.faces.component.html.HtmlCommandLink
-
Return the value of the coords
property.
- getCoords() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
-
Return the value of the coords
property.
- getCoords() - Method in class jakarta.faces.component.html.HtmlOutputLink
-
Return the value of the coords
property.
- getCorrelatedJoins() - Method in interface jakarta.persistence.criteria.Subquery
-
Return the correlated joins of the subquery.
- getCorrelationParent() - Method in interface jakarta.persistence.criteria.From
-
Returns the parent From
object from which the correlated
From
object has been obtained through correlation (use
of a Subquery
correlate
method).
- getCount() - Method in interface jakarta.servlet.jsp.jstl.core.LoopTagStatus
-
Retrieves the "count" of the current round of the iteration.
- getCreated() - Method in class jakarta.faces.webapp.UIComponentClassicTagBase
-
Return true
if we dynamically created a new component instance during execution of this tag.
- getCreated() - Method in class jakarta.faces.webapp.UIComponentTagBase
-
Return true
if we dynamically created a new component instance during execution of this tag.
- getCreatedComponents() - Method in class jakarta.faces.webapp.UIComponentClassicTagBase
-
- getCreationTime() - Method in interface jakarta.servlet.http.HttpSession
-
Returns the time when this session was created, measured in milliseconds since midnight January 1, 1970 GMT.
- getCredential() - Method in class jakarta.security.enterprise.authentication.mechanism.http.AuthenticationParameters
-
The credential set as parameter in this instance.
- getCriteriaBuilder() - Method in interface jakarta.persistence.EntityManager
-
Return an instance of CriteriaBuilder
for the creation of
CriteriaQuery
objects.
- getCriteriaBuilder() - Method in interface jakarta.persistence.EntityManagerFactory
-
Return an instance of CriteriaBuilder
for the creation of
CriteriaQuery
objects.
- getCrossParameterDescriptor() - Method in interface jakarta.validation.metadata.ExecutableDescriptor
-
Returns a descriptor containing the cross-parameter constraints
of this executable.
- getCryptographicallyStrongTokenFromSession(FacesContext) - Method in class jakarta.faces.render.ResponseStateManager
-
Compliant implementations must return a cryptographically strong token for use to protect views in this application.
- getCurrencyCode() - Method in class jakarta.faces.convert.NumberConverter
-
Return the ISO 4217 currency code used by getAsString()
with a type
of
currency
.
- getCurrencySymbol() - Method in class jakarta.faces.convert.NumberConverter
-
Return the currency symbol used by getAsString()
with a type
of currency
.
- getCurrent() - Method in interface jakarta.servlet.jsp.jstl.core.LoopTag
-
Retrieves the current item in the iteration.
- getCurrent() - Method in interface jakarta.servlet.jsp.jstl.core.LoopTagStatus
-
Retrieves the current item in the iteration.
- getCurrent() - Method in class jakarta.servlet.jsp.jstl.core.LoopTagSupport
-
- getCurrentComponent(FacesContext) - Static method in class jakarta.faces.component.UIComponent
-
Return the UIComponent
instance that is currently processing.
- getCurrentCompositeComponent(FacesContext) - Static method in class jakarta.faces.component.UIComponent
-
- getCurrentFlow(FacesContext) - Method in class jakarta.faces.flow.FlowHandler
-
Return the currently active Flow
for the argument FacesContext
, or null
if no flow is active.
- getCurrentFlow() - Method in class jakarta.faces.flow.FlowHandler
-
- getCurrentFlowScope() - Method in class jakarta.faces.flow.FlowHandler
-
Return the Map
that backs the #{flowScope}
Jakarta Expression Language implicit object or
null
if no flow is currently active.
- getCurrentInstance() - Static method in class jakarta.faces.context.FacesContext
-
Return the FacesContext
instance for the request that is being processed by the current thread.
- getCurrentPhaseId() - Method in class jakarta.faces.context.FacesContext
-
- getCurrentPhaseId() - Method in class jakarta.faces.context.FacesContextWrapper
-
- getData() - Method in interface jakarta.ws.rs.sse.OutboundSseEvent
-
Get event data.
- getDataModel() - Method in class jakarta.faces.component.UIData
-
Return the internal
DataModel
object representing the data objects that we will iterate over in this
component's rendering.
- getDataModel() - Method in class jakarta.faces.model.DataModelEvent
-
- getDataModelListeners() - Method in class jakarta.faces.model.DataModel
-
- getDate() - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Get message date.
- getDate() - Method in interface jakarta.ws.rs.client.ClientResponseContext
-
Get message date.
- getDate() - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Get message date.
- getDate() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Get message date.
- getDate() - Method in interface jakarta.ws.rs.core.HttpHeaders
-
Get message date.
- getDate() - Method in class jakarta.ws.rs.core.Response
-
Get message date.
- getDateHeader(String) - Method in interface jakarta.servlet.http.HttpServletRequest
-
Returns the value of the specified request header as a long
value that represents a Date
object.
- getDateHeader(String) - Method in class jakarta.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to return getDateHeader(String name) on the wrapped request object.
- getDateStyle() - Method in class jakarta.faces.convert.DateTimeConverter
-
Return the style to be used to format or parse dates.
- getDayOfMonth() - Method in class jakarta.ejb.ScheduleExpression
-
Return the value of the day of the month attribute.
- getDayOfWeek() - Method in class jakarta.ejb.ScheduleExpression
-
Return the value of the day of the week attribute.
- getDeclare() - Method in class jakarta.servlet.jsp.tagext.TagVariableInfo
-
The body of the <declare> element.
- getDeclare() - Method in class jakarta.servlet.jsp.tagext.VariableInfo
-
Returns whether this is a new variable.
- getDeclaredAttribute(String) - Method in interface jakarta.persistence.metamodel.ManagedType
-
Return the attribute declared by the managed
type that corresponds to the specified name.
- getDeclaredAttributes() - Method in interface jakarta.persistence.metamodel.ManagedType
-
Return the attributes declared by the managed type.
- getDeclaredCollection(String, Class<E>) - Method in interface jakarta.persistence.metamodel.ManagedType
-
Return the Collection-valued attribute declared by the
managed type that corresponds to the specified name and Java
element type.
- getDeclaredCollection(String) - Method in interface jakarta.persistence.metamodel.ManagedType
-
Return the Collection-valued attribute declared by the
managed type that corresponds to the specified name.
- getDeclaredId(Class<Y>) - Method in interface jakarta.persistence.metamodel.IdentifiableType
-
Return the attribute that corresponds to the id attribute
declared by the entity or mapped superclass.
- getDeclaredList(String, Class<E>) - Method in interface jakarta.persistence.metamodel.ManagedType
-
Return the List-valued attribute declared by the managed
type that corresponds to the specified name and Java
element type.
- getDeclaredList(String) - Method in interface jakarta.persistence.metamodel.ManagedType
-
Return the List-valued attribute declared by the managed
type that corresponds to the specified name.
- getDeclaredMap(String, Class<K>, Class<V>) - Method in interface jakarta.persistence.metamodel.ManagedType
-
Return the Map-valued attribute declared by the managed
type that corresponds to the specified name and Java key
and value types.
- getDeclaredMap(String) - Method in interface jakarta.persistence.metamodel.ManagedType
-
Return the Map-valued attribute declared by the managed
type that corresponds to the specified name.
- getDeclaredPluralAttributes() - Method in interface jakarta.persistence.metamodel.ManagedType
-
Return all multi-valued attributes (Collection-, Set-,
List-, and Map-valued attributes) declared by the
managed type.
- getDeclaredSet(String, Class<E>) - Method in interface jakarta.persistence.metamodel.ManagedType
-
Return the Set-valued attribute declared by the managed type
that corresponds to the specified name and Java element type.
- getDeclaredSet(String) - Method in interface jakarta.persistence.metamodel.ManagedType
-
Return the Set-valued attribute declared by the managed type
that corresponds to the specified name.
- getDeclaredSingularAttribute(String, Class<Y>) - Method in interface jakarta.persistence.metamodel.ManagedType
-
Return the single-valued attribute declared by the
managed type that corresponds to the specified name and
Java type.
- getDeclaredSingularAttribute(String) - Method in interface jakarta.persistence.metamodel.ManagedType
-
Return the single-valued attribute declared by the managed
type that corresponds to the specified name.
- getDeclaredSingularAttributes() - Method in interface jakarta.persistence.metamodel.ManagedType
-
Return the single-valued attributes declared by the managed
type.
- getDeclaredVersion(Class<Y>) - Method in interface jakarta.persistence.metamodel.IdentifiableType
-
Return the attribute that corresponds to the version
attribute declared by the entity or mapped superclass.
- getDeclaringCallable() - Method in interface jakarta.enterprise.inject.spi.AnnotatedParameter
-
- getDeclaringType() - Method in interface jakarta.enterprise.inject.spi.AnnotatedMember
-
Get the
type which defines this member.
- getDeclaringType() - Method in interface jakarta.persistence.metamodel.Attribute
-
Return the managed type representing the type in which
the attribute was declared.
- getDecoders() - Method in interface jakarta.websocket.EndpointConfig
-
Return the Decoder implementation classes configured.
- getDecoratedTypes() - Method in interface jakarta.enterprise.inject.spi.Decorator
-
- getDecorators() - Method in interface jakarta.enterprise.inject.spi.AfterTypeDiscovery
-
- getDefaultAsyncSendTimeout() - Method in interface jakarta.websocket.WebSocketContainer
-
Return the number of milliseconds the implementation will timeout attempting to send a websocket message for all
RemoteEndpoints associated with this container.
- getDefaultClockProvider() - Method in interface jakarta.validation.Configuration
-
Returns an implementation of the
ClockProvider
interface following the default
ClockProvider
defined in the specification:
returns a clock representing the current system time and default time
zone.
- getDefaultConstraintMessageTemplate() - Method in interface jakarta.validation.ConstraintValidatorContext
-
- getDefaultConstraintValidatorFactory() - Method in interface jakarta.validation.Configuration
-
- getDefaultContentType() - Method in interface jakarta.servlet.descriptor.JspPropertyGroupDescriptor
-
Gets the value of the default-content-type
configuration, which specifies the default response content
type for any JSP pages mapped to the JSP property group represented by this JspPropertyGroupDescriptor
.
- getDefaultEventName() - Method in interface jakarta.faces.component.behavior.ClientBehaviorHolder
-
Returns the default event name for this ClientBehaviorHolder
implementation.
- getDefaultEventName() - Method in class jakarta.faces.component.html.HtmlBody
-
- getDefaultEventName() - Method in class jakarta.faces.component.html.HtmlCommandButton
-
- getDefaultEventName() - Method in class jakarta.faces.component.html.HtmlCommandLink
-
- getDefaultEventName() - Method in class jakarta.faces.component.html.HtmlDataTable
-
- getDefaultEventName() - Method in class jakarta.faces.component.html.HtmlForm
-
- getDefaultEventName() - Method in class jakarta.faces.component.html.HtmlGraphicImage
-
- getDefaultEventName() - Method in class jakarta.faces.component.html.HtmlInputFile
-
- getDefaultEventName() - Method in class jakarta.faces.component.html.HtmlInputSecret
-
- getDefaultEventName() - Method in class jakarta.faces.component.html.HtmlInputText
-
- getDefaultEventName() - Method in class jakarta.faces.component.html.HtmlInputTextarea
-
- getDefaultEventName() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
-
- getDefaultEventName() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
-
- getDefaultEventName() - Method in class jakarta.faces.component.html.HtmlOutputLabel
-
- getDefaultEventName() - Method in class jakarta.faces.component.html.HtmlOutputLink
-
- getDefaultEventName() - Method in class jakarta.faces.component.html.HtmlPanelGrid
-
- getDefaultEventName() - Method in class jakarta.faces.component.html.HtmlPanelGroup
-
- getDefaultEventName() - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
-
- getDefaultEventName() - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
-
- getDefaultEventName() - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
-
- getDefaultEventName() - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
-
- getDefaultEventName() - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
-
- getDefaultEventName() - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
-
- getDefaultEventName() - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
-
- getDefaultEventName() - Method in class jakarta.faces.component.UIComponentBase
-
- getDefaultFactory() - Static method in class jakarta.servlet.jsp.JspFactory
-
Returns the default factory for this implementation.
- getDefaultLocale() - Method in class jakarta.faces.application.Application
-
Return the default Locale
for this application.
- getDefaultLocale() - Method in class jakarta.faces.application.ApplicationWrapper
-
- getDefaultMaxBinaryMessageBufferSize() - Method in interface jakarta.websocket.WebSocketContainer
-
Returns the default maximum size of incoming binary message that this container will buffer.
- getDefaultMaxSessionIdleTimeout() - Method in interface jakarta.websocket.WebSocketContainer
-
Return the default time in milliseconds after which any web socket sessions in this container will be closed if
it has been inactive.
- getDefaultMaxTextMessageBufferSize() - Method in interface jakarta.websocket.WebSocketContainer
-
Returns the default maximum size of incoming text message that this container will buffer.
- getDefaultMessageInterpolator() - Method in interface jakarta.validation.Configuration
-
Returns an implementation of the
MessageInterpolator
interface
following the default
MessageInterpolator
defined in the
specification:
use the
ValidationMessages
resource bundle to load keys
use
Locale.getDefault()
- getDefaultOutcome(FacesContext) - Method in class jakarta.faces.flow.SwitchNode
-
Return the default outcome in this switch.
- getDefaultParameterNameProvider() - Method in interface jakarta.validation.Configuration
-
Returns an implementation of the
ParameterNameProvider
interface following the default
ParameterNameProvider
defined in the specification:
returns the actual parameter names as provided in the validated
executable’s definition, if the class file of the executable contains
parameter name information
otherwise returns names in the form
arg<PARAMETER_INDEX>
,
where
PARAMETER_INDEX
starts at 0 for the first parameter,
e.g.
- getDefaultProviderClassName() - Method in interface jakarta.validation.BootstrapConfiguration
-
- getDefaultRenderKitId() - Method in class jakarta.faces.application.Application
-
Return the renderKitId
to be used for rendering this application.
- getDefaultRenderKitId() - Method in class jakarta.faces.application.ApplicationWrapper
-
- getDefaultSessionTrackingModes() - Method in interface jakarta.servlet.ServletContext
-
Gets the session tracking modes that are supported by default for this ServletContext.
- getDefaultTraversableResolver() - Method in interface jakarta.validation.Configuration
-
Returns an implementation of the
TraversableResolver
interface
following the default
TraversableResolver
defined in the
specification:
if Java Persistence is available in the runtime environment,
a property is considered reachable if Java Persistence considers
the property as loaded
if Java Persistence is not available in the runtime environment,
all properties are considered reachable
all properties are considered cascadable.
- getDefaultValidatedExecutableTypes() - Method in interface jakarta.validation.BootstrapConfiguration
-
Returns the set of executable types that should be considered
unless explicitly overridden via
ValidateOnExecution
.
- getDefaultValidationProviderResolver() - Method in interface jakarta.validation.spi.BootstrapState
-
Specification default ValidationProviderResolver
strategy instance.
- getDefaultValidatorInfo() - Method in class jakarta.faces.application.Application
-
Return an immutable Map
over the set of currently registered default validator IDs and their class name
for this Application
.
- getDefaultValidatorInfo() - Method in class jakarta.faces.application.ApplicationWrapper
-
- getDeferredSyntaxAllowedAsLiteral() - Method in interface jakarta.servlet.descriptor.JspPropertyGroupDescriptor
-
Gets the value of the deferred-syntax-allowed-as-literal
configuration, which specifies whether the
character sequence "#{"
, which is normally reserved for Expression Language (EL) expressions,
will cause a translation error if it appears as a String literal in any JSP pages mapped to the JSP property group
represented by this JspPropertyGroupDescriptor
.
- getDefiningDocumentId() - Method in class jakarta.faces.flow.Flow
-
Return the immutable application unique identifier for the document in which the argument flow is defined.
- getDelay() - Method in class jakarta.faces.component.behavior.AjaxBehavior
-
Returns the delay value, or null
if no value was set.
- getDelegate() - Method in interface jakarta.persistence.EntityManager
-
Return the underlying provider object for the EntityManager
,
if available.
- getDelegateQualifiers() - Method in interface jakarta.enterprise.inject.spi.Decorator
-
- getDelegateType() - Method in interface jakarta.enterprise.inject.spi.Decorator
-
- getDelims() - Method in class jakarta.servlet.jsp.jstl.core.LoopTagSupport
-
- getDescription() - Method in class jakarta.faces.model.SelectItem
-
Return a description of this item, for use in development tools.
- getDescription() - Method in interface jakarta.security.auth.message.config.AuthConfigFactory.RegistrationContext
-
Get the description from the registration context
- getDescription() - Method in class jakarta.servlet.jsp.tagext.TagAttributeInfo
-
Gets the description string of this tag attribute.
- getDetail() - Method in class jakarta.faces.application.FacesMessage
-
Return the localized detail text.
- getDigest() - Method in class jakarta.security.auth.message.callback.PrivateKeyCallback.DigestRequest
-
Get the digest value.
- getDir() - Method in class jakarta.faces.component.html.HtmlBody
-
Return the value of the dir
property.
- getDir() - Method in class jakarta.faces.component.html.HtmlCommandButton
-
Return the value of the dir
property.
- getDir() - Method in class jakarta.faces.component.html.HtmlCommandLink
-
Return the value of the dir
property.
- getDir() - Method in class jakarta.faces.component.html.HtmlDataTable
-
Return the value of the dir
property.
- getDir() - Method in class jakarta.faces.component.html.HtmlForm
-
Return the value of the dir
property.
- getDir() - Method in class jakarta.faces.component.html.HtmlGraphicImage
-
Return the value of the dir
property.
- getDir() - Method in class jakarta.faces.component.html.HtmlHead
-
Return the value of the dir
property.
- getDir() - Method in class jakarta.faces.component.html.HtmlInputFile
-
Return the value of the dir
property.
- getDir() - Method in class jakarta.faces.component.html.HtmlInputSecret
-
Return the value of the dir
property.
- getDir() - Method in class jakarta.faces.component.html.HtmlInputText
-
Return the value of the dir
property.
- getDir() - Method in class jakarta.faces.component.html.HtmlInputTextarea
-
Return the value of the dir
property.
- getDir() - Method in class jakarta.faces.component.html.HtmlMessage
-
Return the value of the dir
property.
- getDir() - Method in class jakarta.faces.component.html.HtmlMessages
-
Return the value of the dir
property.
- getDir() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
-
Return the value of the dir
property.
- getDir() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
-
Return the value of the dir
property.
- getDir() - Method in class jakarta.faces.component.html.HtmlOutputFormat
-
Return the value of the dir
property.
- getDir() - Method in class jakarta.faces.component.html.HtmlOutputLabel
-
Return the value of the dir
property.
- getDir() - Method in class jakarta.faces.component.html.HtmlOutputLink
-
Return the value of the dir
property.
- getDir() - Method in class jakarta.faces.component.html.HtmlOutputText
-
Return the value of the dir
property.
- getDir() - Method in class jakarta.faces.component.html.HtmlPanelGrid
-
Return the value of the dir
property.
- getDir() - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
-
Return the value of the dir
property.
- getDir() - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
-
Return the value of the dir
property.
- getDir() - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
-
Return the value of the dir
property.
- getDir() - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
-
Return the value of the dir
property.
- getDir() - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
-
Return the value of the dir
property.
- getDir() - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
-
Return the value of the dir
property.
- getDir() - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
-
Return the value of the dir
property.
- getDisabledClass() - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
-
Return the value of the disabledClass
property.
- getDisabledClass() - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
-
Return the value of the disabledClass
property.
- getDisabledClass() - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
-
Return the value of the disabledClass
property.
- getDisabledClass() - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
-
Return the value of the disabledClass
property.
- getDisabledClass() - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
-
Return the value of the disabledClass
property.
- getDisabledClass() - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
-
Return the value of the disabledClass
property.
- getDispatcherType() - Method in interface jakarta.servlet.ServletRequest
-
Gets the dispatcher type of this request.
- getDispatcherType() - Method in class jakarta.servlet.ServletRequestWrapper
-
Gets the dispatcher type of the wrapped request.
- getDisplayName() - Method in class jakarta.servlet.jsp.tagext.TagInfo
-
Get the displayName.
- getDoAfterBodyValue() - Method in class jakarta.faces.webapp.UIComponentClassicTagBase
-
Return the flag value that should be returned from the doAfterBody()
method when it is called.
- getDoEndValue() - Method in class jakarta.faces.webapp.UIComponentClassicTagBase
-
Return the flag value that should be returned from the doEnd()
method when it is called.
- getDomain() - Method in class jakarta.servlet.http.Cookie
-
Gets the domain name of this Cookie.
- getDomain() - Method in interface jakarta.servlet.SessionCookieConfig
-
Gets the domain name that will be assigned to any session tracking cookies created on behalf of the application
represented by the ServletContext from which this SessionCookieConfig was acquired.
- getDomain() - Method in class jakarta.ws.rs.core.Cookie
-
Get the domain of the cookie.
- getDoStartValue() - Method in class jakarta.faces.webapp.UIComponentClassicTagBase
-
Return the flag value that should be returned from the doStart()
method when it is called.
- getEffectiveMajorVersion() - Method in interface jakarta.servlet.ServletContext
-
Gets the major version of the Servlet specification that the application represented by this ServletContext is based
on.
- getEffectiveMinorVersion() - Method in interface jakarta.servlet.ServletContext
-
Gets the minor version of the Servlet specification that the application represented by this ServletContext is based
on.
- getEffectiveSessionTrackingModes() - Method in interface jakarta.servlet.ServletContext
-
Gets the session tracking modes that are in effect for this ServletContext.
- getEJBHome() - Method in interface jakarta.ejb.EJBContext
-
Obtain the enterprise bean's remote home interface.
- getEJBHome() - Method in interface jakarta.ejb.EJBMetaData
-
Obtain the remote home interface of the enterprise bean.
- getEJBHome() - Method in interface jakarta.ejb.EJBObject
-
Obtain the enterprise bean's remote home interface.
- getEJBHome() - Method in interface jakarta.ejb.HomeHandle
-
Obtain the home object represented by this handle.
- getEJBLocalHome() - Method in interface jakarta.ejb.EJBContext
-
Obtain the enterprise bean's local home interface.
- getEJBLocalHome() - Method in interface jakarta.ejb.EJBLocalObject
-
Obtain the enterprise bean's local home interface.
- getEJBLocalObject() - Method in interface jakarta.ejb.EntityContext
-
Obtain a reference to the enterprise bean local object that is currently associated with the instance.
- getEJBLocalObject() - Method in interface jakarta.ejb.SessionContext
-
Obtain a reference to the enterprise bean local object that is associated with the instance.
- getEJBMetaData() - Method in interface jakarta.ejb.EJBHome
-
Obtain the EJBMetaData interface for the enterprise bean.
- getEjbName() - Method in interface jakarta.enterprise.inject.spi.ProcessSessionBean
-
Returns the EJB name of the session bean.
- getEJBObject() - Method in interface jakarta.ejb.EntityContext
-
Obtain a reference to the enterprise bean object that is currently associated with the instance.
- getEJBObject() - Method in interface jakarta.ejb.Handle
-
Obtain the enterprise bean object reference represented by this handle.
- getEJBObject() - Method in interface jakarta.ejb.SessionContext
-
Obtain a reference to the enterprise bean object that is currently associated with the instance.
- getELContext() - Method in class jakarta.el.ELContextEvent
-
Returns the ELContext
that was created.
- getELContext() - Method in class jakarta.el.ELManager
-
Return the ELContext used for parsing and evaluating Jakarta Expression Language expressions.
- getELContext() - Method in class jakarta.faces.context.FacesContext
-
Return the ELContext
instance for this FacesContext
instance.
- getELContext() - Method in class jakarta.faces.context.FacesContextWrapper
-
- getELContext() - Method in class jakarta.faces.webapp.UIComponentELTag
-
- getELContext() - Method in class jakarta.faces.webapp.UIComponentTagBase
-
- getELContext() - Method in class jakarta.servlet.jsp.JspContext
-
Returns the ELContext
associated with this JspContext
.
- getELContextListeners() - Method in class jakarta.faces.application.Application
-
- getELContextListeners() - Method in class jakarta.faces.application.ApplicationWrapper
-
- getElementClass() - Method in interface jakarta.validation.metadata.CrossParameterDescriptor
-
- getElementClass() - Method in interface jakarta.validation.metadata.ElementDescriptor
-
- getElements() - Method in interface jakarta.persistence.Tuple
-
Return the tuple elements.
- getElementType() - Method in interface jakarta.persistence.metamodel.PluralAttribute
-
Return the type representing the element type of the
collection.
- getElIgnored() - Method in interface jakarta.servlet.descriptor.JspPropertyGroupDescriptor
-
Gets the value of the el-ignored
configuration, which specifies whether Expression Language (EL)
evaluation is enabled for any JSP pages mapped to the JSP property group represented by this
JspPropertyGroupDescriptor
.
- getELManager() - Method in class jakarta.el.ELProcessor
-
Return the ELManager used for Jakarta Expression Language processing.
- getELResolver() - Method in class jakarta.el.ELContext
-
Retrieves the ELResolver
associated with this context.
- getELResolver() - Method in class jakarta.el.StandardELContext
-
Construct (if needed) and return a default ELResolver.
- getELResolver() - Method in interface jakarta.enterprise.inject.spi.BeanManager
-
Returns a
ELResolver
that resolves beans by EL name.
- getELResolver() - Method in class jakarta.faces.application.Application
-
Return the singleton
ELResolver
instance to be used for all Jakarta Expression Language resolution.
- getELResolver() - Method in class jakarta.faces.application.ApplicationWrapper
-
- getEmbeddables() - Method in interface jakarta.persistence.metamodel.Metamodel
-
Return the metamodel embeddable types.
- getEmptyRoleSemantic() - Method in class jakarta.servlet.HttpConstraintElement
-
Gets the default authorization semantic.
- getEnabledClass() - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
-
Return the value of the enabledClass
property.
- getEnabledClass() - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
-
Return the value of the enabledClass
property.
- getEnabledClass() - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
-
Return the value of the enabledClass
property.
- getEnabledClass() - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
-
Return the value of the enabledClass
property.
- getEnabledClass() - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
-
Return the value of the enabledClass
property.
- getEnabledClass() - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
-
Return the value of the enabledClass
property.
- getEnclosingWriter() - Method in class jakarta.servlet.jsp.tagext.BodyContent
-
Get the enclosing JspWriter.
- getEncoders() - Method in interface jakarta.websocket.EndpointConfig
-
Return the Encoder implementation classes configured.
- getEncoding() - Method in class jakarta.ws.rs.client.Entity
-
Get entity encoding.
- getEncoding() - Method in class jakarta.ws.rs.core.Variant
-
Get the encoding of the variant.
- getEnctype() - Method in class jakarta.faces.component.html.HtmlForm
-
Return the value of the enctype
property.
- getEnd() - Method in class jakarta.ejb.ScheduleExpression
-
Return the end date, if set; otherwise null.
- getEnd() - Method in interface jakarta.servlet.jsp.jstl.core.LoopTagStatus
-
Returns the value of the 'end' attribute for the associated tag, or null if no 'end' attribute was specified.
- getEndpointClass() - Method in interface jakarta.websocket.server.ServerEndpointConfig
-
Returns the Class of the endpoint this configuration is configuring.
- getEndpointConfigs(Set<Class<? extends Endpoint>>) - Method in interface jakarta.websocket.server.ServerApplicationConfig
-
Return a set of ServerEndpointConfig instances that the server container will use to deploy the programmatic
endpoints.
- getEndpointInstance(Class<T>) - Method in class jakarta.websocket.server.ServerEndpointConfig.Configurator
-
This method is called by the container each time a new client connects to the logical endpoint this
configurator configures.
- getEngineInfo() - Method in class jakarta.servlet.jsp.JspFactory
-
called to get implementation-specific information on the current JSP engine.
- getEntities() - Method in interface jakarta.persistence.metamodel.Metamodel
-
Return the metamodel entity types.
- getEntity() - Method in exception jakarta.persistence.OptimisticLockException
-
Returns the entity that caused this exception.
- getEntity() - Method in exception jakarta.persistence.PessimisticLockException
-
Returns the entity that caused this exception.
- getEntity() - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Get the message entity Java instance.
- getEntity() - Method in class jakarta.ws.rs.client.Entity
-
Get entity data.
- getEntity() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Get the message entity Java instance.
- getEntity() - Method in class jakarta.ws.rs.core.GenericEntity
-
Get the enclosed entity.
- getEntity() - Method in class jakarta.ws.rs.core.Response
-
Get the message entity Java instance.
- getEntity() - Method in interface jakarta.ws.rs.ext.WriterInterceptorContext
-
Get object to be written as HTTP entity.
- getEntityAnnotations() - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Get the annotations attached to the entity instance.
- getEntityAnnotations() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Get the annotations attached to the entity instance.
- getEntityClass() - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Get the raw entity type information.
- getEntityClass() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Get the raw entity type information.
- getEntityGraph(String) - Method in interface jakarta.persistence.EntityManager
-
Return a named EntityGraph.
- getEntityGraphs(Class<T>) - Method in interface jakarta.persistence.EntityManager
-
Return all named EntityGraphs that have been defined for the provided
class type.
- getEntityManagerFactory() - Method in interface jakarta.persistence.EntityManager
-
Return the entity manager factory for the entity manager.
- getEntityStream() - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Get the entity output stream.
- getEntityStream() - Method in interface jakarta.ws.rs.client.ClientResponseContext
-
Get the entity input stream.
- getEntityStream() - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Get the entity input stream.
- getEntityStream() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Get the entity output stream.
- getEntityTag() - Method in interface jakarta.ws.rs.client.ClientResponseContext
-
Get the entity tag.
- getEntityTag() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Get the entity tag.
- getEntityTag() - Method in class jakarta.ws.rs.core.Response
-
Get the entity tag.
- getEntityType() - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Get the generic entity type information.
- getEntityType() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Get the generic entity type information.
- getErrorClass() - Method in class jakarta.faces.component.html.HtmlMessage
-
Return the value of the errorClass
property.
- getErrorClass() - Method in class jakarta.faces.component.html.HtmlMessages
-
Return the value of the errorClass
property.
- getErrorData() - Method in class jakarta.servlet.jsp.PageContext
-
Provides convenient access to error information.
- getErrorOnUndeclaredNamespace() - Method in interface jakarta.servlet.descriptor.JspPropertyGroupDescriptor
-
Gets the value of the error-on-undeclared-namespace
configuration, which specifies whether an error will
be raised at translation time if tag with an undeclared namespace is used in any JSP pages mapped to the JSP property
group represented by this JspPropertyGroupDescriptor
.
- getErrorStyle() - Method in class jakarta.faces.component.html.HtmlMessage
-
Return the value of the errorStyle
property.
- getErrorStyle() - Method in class jakarta.faces.component.html.HtmlMessages
-
Return the value of the errorStyle
property.
- getEvalScripts() - Method in class jakarta.faces.context.PartialViewContext
-
Returns a mutable List
of scripts to be evaluated in client side on complete of ajax request.
- getEvalScripts() - Method in class jakarta.faces.context.PartialViewContextWrapper
-
- getEvaluationListeners() - Method in class jakarta.el.ELContext
-
Returns the list of registered evaluation listeners.
- getEvent() - Method in interface jakarta.enterprise.inject.spi.BeanManager
-
Returns an instance of Event with specified type
java.lang.Object
and specified qualifier
@Default
It allows typesafe synchronous or asynchronous event firing without injection of
Event
built-in bean requirement.
- getEvent() - Method in interface jakarta.enterprise.inject.spi.EventContext
-
- getEvent() - Method in class jakarta.faces.view.facelets.BehaviorHandler
-
- getEventName() - Method in class jakarta.faces.component.behavior.ClientBehaviorContext
-
Returns the name of the behavior event for which the ClientBehavior script is being requested.
- getEventName() - Method in interface jakarta.faces.view.BehaviorHolderAttachedObjectHandler
-
Return the client event name to which this behavior applies.
- getEventName() - Method in class jakarta.faces.view.facelets.BehaviorHandler
-
- getEventNames() - Method in interface jakarta.faces.component.behavior.ClientBehaviorHolder
-
Returns a non-null, unmodifiable Collection
containing the names of the logical events supported by the
component implementing this interface.
- getEventNames() - Method in class jakarta.faces.component.html.HtmlBody
-
- getEventNames() - Method in class jakarta.faces.component.html.HtmlCommandButton
-
- getEventNames() - Method in class jakarta.faces.component.html.HtmlCommandLink
-
- getEventNames() - Method in class jakarta.faces.component.html.HtmlDataTable
-
- getEventNames() - Method in class jakarta.faces.component.html.HtmlForm
-
- getEventNames() - Method in class jakarta.faces.component.html.HtmlGraphicImage
-
- getEventNames() - Method in class jakarta.faces.component.html.HtmlInputFile
-
- getEventNames() - Method in class jakarta.faces.component.html.HtmlInputSecret
-
- getEventNames() - Method in class jakarta.faces.component.html.HtmlInputText
-
- getEventNames() - Method in class jakarta.faces.component.html.HtmlInputTextarea
-
- getEventNames() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
-
- getEventNames() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
-
- getEventNames() - Method in class jakarta.faces.component.html.HtmlOutputLabel
-
- getEventNames() - Method in class jakarta.faces.component.html.HtmlOutputLink
-
- getEventNames() - Method in class jakarta.faces.component.html.HtmlPanelGrid
-
- getEventNames() - Method in class jakarta.faces.component.html.HtmlPanelGroup
-
- getEventNames() - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
-
- getEventNames() - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
-
- getEventNames() - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
-
- getEventNames() - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
-
- getEventNames() - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
-
- getEventNames() - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
-
- getEventNames() - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
-
- getEventNames() - Method in class jakarta.faces.component.UIComponentBase
-
- getEventNames() - Method in class jakarta.faces.component.UIWebsocket
-
Returns a non-null, empty, unmodifiable Collection
which returns true
on any
Collection#contains()
invocation, indicating that all client behavior event names are acceptable.
- getException() - Method in class jakarta.faces.event.ExceptionQueuedEventContext
-
Return the exception
property.
- getException() - Method in class jakarta.servlet.jsp.PageContext
-
The current value of the exception object (an Exception).
- getException() - Method in class jakarta.websocket.SendResult
-
The problem sending the message.
- getExceptionHandler() - Method in class jakarta.faces.context.ExceptionHandlerFactory
-
Create and return a A new ExceptionHandler
instance.
- getExceptionHandler() - Method in class jakarta.faces.context.FacesContext
-
- getExceptionHandler() - Method in class jakarta.faces.context.FacesContextWrapper
-
- getExceptionHandler() - Method in class jakarta.faces.webapp.PreJsf2ExceptionHandlerFactory
-
- getExceptionMapper(Class<T>) - Method in interface jakarta.ws.rs.ext.Providers
-
Get an exception mapping provider for a particular class of exception.
- getExecutableParameters() - Method in interface jakarta.validation.ConstraintViolation
-
Returns an Object[]
representing the constructor or method invocation
arguments if the ConstraintViolation
is returned after validating the
method or constructor parameters.
- getExecutableReturnValue() - Method in interface jakarta.validation.ConstraintViolation
-
Returns the return value of the constructor or method invocation
if the ConstraintViolation
is returned after validating the method
or constructor return value.
- getExecute() - Method in class jakarta.faces.component.behavior.AjaxBehavior
-
Return a non-empty Collection<String>
of component identifiers that will be used to identify
components that should be processed during the execute
phase of the request processing lifecycle.
- getExecute() - Method in class jakarta.faces.component.html.HtmlCommandScript
-
Return the value of the execute
property.
- getExecuteIds() - Method in class jakarta.faces.context.PartialViewContext
-
- getExecuteIds() - Method in class jakarta.faces.context.PartialViewContextWrapper
-
- getExecutor() - Method in interface jakarta.enterprise.event.NotificationOptions
-
- getExpectedType() - Method in class jakarta.el.ValueExpression
-
Returns the type the result of the expression will be coerced to after evaluation.
- getExpectedType() - Method in class jakarta.servlet.jsp.jstl.core.IndexedValueExpression
-
- getExpectedType() - Method in class jakarta.servlet.jsp.jstl.core.IteratedValueExpression
-
- getExpectedTypeName() - Method in class jakarta.servlet.jsp.tagext.TagAttributeInfo
-
Returns the name of the expected type (as a String) of this deferred value attribute.
- getExpiry() - Method in class jakarta.ws.rs.core.NewCookie
-
Get the cookie expiry date.
- getExpression(String) - Method in interface jakarta.faces.el.CompositeComponentExpressionHolder
-
- getExpression() - Method in interface jakarta.persistence.criteria.CriteriaBuilder.In
-
Return the expression to be tested against the
list of values.
- getExpression() - Method in interface jakarta.persistence.criteria.CriteriaBuilder.SimpleCase
-
Return the expression to be tested against the
conditions.
- getExpression() - Method in interface jakarta.persistence.criteria.Order
-
Return the expression that is used for ordering.
- getExpressionEvaluator() - Method in class jakarta.servlet.jsp.JspContext
-
- getExpressionFactory() - Static method in class jakarta.el.ELManager
-
Return the ExpressionFactory instance used for Jakarta Expression Language evaluations.
- getExpressionFactory() - Method in class jakarta.faces.application.Application
-
- getExpressionFactory() - Method in class jakarta.faces.application.ApplicationWrapper
-
- getExpressionFactory() - Method in class jakarta.faces.view.facelets.FaceletContext
-
The ExpressionFactory to use within the Facelet this context is executing upon.
- getExpressionFactory() - Method in interface jakarta.servlet.jsp.JspApplicationContext
-
Returns a factory used to create ValueExpression
s and MethodExpression
s so that EL
expressions can be parsed and evaluated.
- getExpressionHints() - Method in class jakarta.faces.component.search.SearchExpressionContext
-
Returns hints that influence the behavior of resolving the expression.
- getExpressions() - Method in interface jakarta.persistence.criteria.Predicate
-
Return the top-level conjuncts or disjuncts of the predicate.
- getExpressionSeperatorChars(FacesContext) - Method in class jakarta.faces.component.search.SearchExpressionHandler
-
Return the characters used to separate expressions in a series of expressions.
- getExpressionSeperatorChars(FacesContext) - Method in class jakarta.faces.component.search.SearchExpressionHandlerWrapper
-
- getExpressionString() - Method in class jakarta.el.Expression
-
Returns the original String used to create this Expression
, unmodified.
- getExpressionString() - Method in class jakarta.faces.el.MethodBinding
-
Deprecated.
Return the (possibly null
) expression String, with leading and trailing delimiters, from which this
MethodBinding
was built.
- getExpressionString() - Method in class jakarta.faces.el.ValueBinding
-
Deprecated.
Return the (possibly null
) expression String, including the delimiters, from which this
ValueBinding
was built.
- getExpressionString() - Method in class jakarta.servlet.jsp.jstl.core.IndexedValueExpression
-
- getExpressionString() - Method in class jakarta.servlet.jsp.jstl.core.IteratedValueExpression
-
- getExtension(Class<T>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
-
Obtains the container's instance of an Extension class declared in META-INF/services
.
- getExtensions() - Method in interface jakarta.websocket.ClientEndpointConfig
-
Return the extensions, in order of preference, favorite first, that this client would like to use for its
sessions.
- getExtensions() - Method in interface jakarta.websocket.server.ServerEndpointConfig
-
Return the websocket extensions configured.
- getExternalContext(Object, Object, Object) - Method in class jakarta.faces.context.ExternalContextFactory
-
Create (if needed) and return an
ExternalContext
instance that is
initialized for the processing of the specified request and response objects, for this web application.
- getExternalContext() - Method in class jakarta.faces.context.FacesContext
-
- getExternalContext() - Method in class jakarta.faces.context.FacesContextWrapper
-
- getFacelet(URL) - Method in class jakarta.faces.view.facelets.FaceletCache
-
Returns a cached Facelet instance.
- getFaceletCache() - Method in class jakarta.faces.view.facelets.FaceletCacheFactory
-
- getFacesContext() - Method in class jakarta.faces.component.behavior.ClientBehaviorContext
-
- getFacesContext() - Method in class jakarta.faces.component.search.SearchExpressionContext
-
Returns the FacesContext for the current request.
- getFacesContext() - Method in class jakarta.faces.component.UIComponent
-
Convenience method to return the
FacesContext
instance for the current request.
- getFacesContext() - Method in class jakarta.faces.component.UIComponentBase
-
- getFacesContext() - Method in class jakarta.faces.component.visit.VisitContext
-
Returns the FacesContext for the current request.
- getFacesContext() - Method in class jakarta.faces.component.visit.VisitContextWrapper
-
- getFacesContext(Object, Object, Object, Lifecycle) - Method in class jakarta.faces.context.FacesContextFactory
-
Create (if needed) and return a
FacesContext
instance that is initialized for the processing of the specified request and response objects, utilizing the
specified
Lifecycle
instance, for this web application.
- getFacesContext() - Method in class jakarta.faces.event.FacesEvent
-
- getFacesContext() - Method in class jakarta.faces.event.PhaseEvent
-
- getFacesContext() - Method in class jakarta.faces.event.SystemEvent
-
- getFacesContext() - Method in class jakarta.faces.view.facelets.FaceletContext
-
The current FacesContext bound to this "request".
- getFacesContext() - Method in class jakarta.faces.webapp.UIComponentClassicTagBase
-
- getFacesContext() - Method in class jakarta.faces.webapp.UIComponentTagBase
-
- getFacesJspId() - Method in class jakarta.faces.webapp.UIComponentClassicTagBase
-
- getFacesListeners(Class) - Method in class jakarta.faces.component.UIComponent
-
Return an array of registered
FacesListener
s that are instances of the specified class.
- getFacesListeners(Class) - Method in class jakarta.faces.component.UIComponentBase
-
- getFacesMessage() - Method in exception jakarta.faces.component.UpdateModelException
-
Return the FacesMessage
passed to the constructor.
- getFacesMessage() - Method in exception jakarta.faces.convert.ConverterException
-
Returns the FacesMessage associated with this exception; this will only be available if the converter that thew this
exception instance placed it there.
- getFacesMessage() - Method in exception jakarta.faces.validator.ValidatorException
-
Returns the FacesMessage
associated with the exception.
- getFacesMessages() - Method in exception jakarta.faces.validator.ValidatorException
-
If this instance was created with a constructor that takes Collection<FacesMessage>
, this method
returns the passed collection, otherwise this method returns null
.
- getFacet(String) - Method in class jakarta.faces.component.UIComponent
-
Convenience method to return the named facet, if it exists, or null
otherwise.
- getFacet(String) - Method in class jakarta.faces.component.UIComponentBase
-
- getFacetCount() - Method in class jakarta.faces.component.UIComponent
-
- getFacetCount() - Method in class jakarta.faces.component.UIComponentBase
-
- getFacetName(FaceletContext) - Method in interface jakarta.faces.view.facelets.FacetHandler
-
Returns the resolved literal String value of the facet name after evaluating EL.
- getFacetName() - Method in class jakarta.faces.webapp.UIComponentClassicTagBase
-
Return the facet name that we should be stored under, if any; otherwise, return null (indicating that we will be a
child component).
- getFacets() - Method in class jakarta.faces.component.UIComponent
-
Return a mutable
Map
representing the facet
UIComponent
s associated with this
UIComponent
, keyed by facet name (which must be a String).
- getFacets() - Method in class jakarta.faces.component.UIComponentBase
-
- getFacetsAndChildren() - Method in class jakarta.faces.component.UIComponent
-
- getFacetsAndChildren() - Method in class jakarta.faces.component.UIComponentBase
-
- getFactory(String) - Static method in class jakarta.faces.FactoryFinder
-
Create (if necessary) and return a per-web-application instance of the
appropriate implementation class for the specified Jakarta Server Faces factory class, based on the discovery
algorithm described in the class description.
- getFactory() - Static method in class jakarta.security.auth.message.config.AuthConfigFactory
-
Get the system-wide AuthConfigFactory implementation.
- getFactorySecurityPermission - Static variable in class jakarta.security.auth.message.config.AuthConfigFactory
-
- getFamily() - Method in class jakarta.faces.component.UIColumn
-
Get the component family.
- getFamily() - Method in class jakarta.faces.component.UICommand
-
- getFamily() - Method in class jakarta.faces.component.UIComponent
-
Return the identifier of the component family to which this component belongs.
- getFamily() - Method in class jakarta.faces.component.UIData
-
- getFamily() - Method in class jakarta.faces.component.UIForm
-
- getFamily() - Method in class jakarta.faces.component.UIGraphic
-
- getFamily() - Method in class jakarta.faces.component.UIImportConstants
-
- getFamily() - Method in class jakarta.faces.component.UIInput
-
- getFamily() - Method in class jakarta.faces.component.UIMessage
-
- getFamily() - Method in class jakarta.faces.component.UIMessages
-
- getFamily() - Method in class jakarta.faces.component.UINamingContainer
-
- getFamily() - Method in class jakarta.faces.component.UIOutcomeTarget
-
- getFamily() - Method in class jakarta.faces.component.UIOutput
-
- getFamily() - Method in class jakarta.faces.component.UIPanel
-
- getFamily() - Method in class jakarta.faces.component.UIParameter
-
- getFamily() - Method in class jakarta.faces.component.UISelectBoolean
-
- getFamily() - Method in class jakarta.faces.component.UISelectItem
-
- getFamily() - Method in class jakarta.faces.component.UISelectItems
-
- getFamily() - Method in class jakarta.faces.component.UISelectMany
-
- getFamily() - Method in class jakarta.faces.component.UISelectOne
-
- getFamily() - Method in class jakarta.faces.component.UIViewAction
-
- getFamily() - Method in class jakarta.faces.component.UIViewParameter
-
- getFamily() - Method in class jakarta.faces.component.UIViewRoot
-
- getFamily() - Method in class jakarta.faces.component.UIWebsocket
-
- getFamily() - Method in enum jakarta.ws.rs.core.Response.Status
-
Get the class of status code.
- getFamily() - Method in interface jakarta.ws.rs.core.Response.StatusType
-
Get the class of status code.
- getFatalClass() - Method in class jakarta.faces.component.html.HtmlMessage
-
Return the value of the fatalClass
property.
- getFatalClass() - Method in class jakarta.faces.component.html.HtmlMessages
-
Return the value of the fatalClass
property.
- getFatalStyle() - Method in class jakarta.faces.component.html.HtmlMessage
-
Return the value of the fatalStyle
property.
- getFatalStyle() - Method in class jakarta.faces.component.html.HtmlMessages
-
Return the value of the fatalStyle
property.
- getFeatureDescriptors(ELContext, Object) - Method in class jakarta.el.ArrayELResolver
-
Always returns null
, since there is no reason to iterate through set set of all integers.
- getFeatureDescriptors(ELContext, Object) - Method in class jakarta.el.BeanELResolver
-
If the base object is not null
, returns an Iterator
containing the set of JavaBeans
properties available on the given object.
- getFeatureDescriptors(ELContext, Object) - Method in class jakarta.el.BeanNameELResolver
-
Always returns null
, since there is no reason to iterate through a list of one element: bean name.
- getFeatureDescriptors(ELContext, Object) - Method in class jakarta.el.CompositeELResolver
-
Returns information about the set of variables or properties that can be resolved for the given base
object.
- getFeatureDescriptors(ELContext, Object) - Method in class jakarta.el.ELResolver
-
Returns information about the set of variables or properties that can be resolved for the given base
object.
- getFeatureDescriptors(ELContext, Object) - Method in class jakarta.el.ListELResolver
-
Always returns null
, since there is no reason to iterate through set set of all integers.
- getFeatureDescriptors(ELContext, Object) - Method in class jakarta.el.MapELResolver
-
If the base object is a map, returns an Iterator
containing the set of keys available in the
Map
.
- getFeatureDescriptors(ELContext, Object) - Method in class jakarta.el.ResourceBundleELResolver
-
If the base object is a ResourceBundle, returns an Iterator
containing the set of keys available in the
ResourceBundle
.
- getFeatureDescriptors(ELContext, Object) - Method in class jakarta.el.StaticFieldELResolver
-
Returns the properties that can be resolved.
- getFeatureDescriptors(ELContext, Object) - Method in class jakarta.el.TypeConverter
-
- getFeatureDescriptors(ELContext, Object) - Method in class jakarta.servlet.jsp.el.ImplicitObjectELResolver
-
If the base object is null
, and the property matches the name of a JSP implicit object, returns an
Iterator
containing FeatureDescriptor
objects with information about each JSP implicit
object resolved by this resolver.
- getFeatureDescriptors(ELContext, Object) - Method in class jakarta.servlet.jsp.el.ScopedAttributeELResolver
-
If the base object is null
, returns an Iterator
containing
FeatureDescriptor
objects with information about each scoped attribute resolved by this resolver.
- getFetches() - Method in interface jakarta.persistence.criteria.FetchParent
-
Return the fetch joins that have been made from this type.
- getFields() - Method in interface jakarta.enterprise.inject.spi.AnnotatedType
-
- getFileSizeThreshold() - Method in class jakarta.servlet.MultipartConfigElement
-
Gets the size threshold after which files will be written to disk.
- getFilterConfig() - Method in class jakarta.servlet.GenericFilter
-
- getFilterName() - Method in interface jakarta.servlet.FilterConfig
-
Returns the filter-name of this filter as defined in the deployment descriptor.
- getFilterName() - Method in class jakarta.servlet.GenericFilter
-
Returns the name of this filter instance.
- getFilterRegistration(String) - Method in interface jakarta.servlet.ServletContext
-
Gets the FilterRegistration corresponding to the filter with the given filterName.
- getFilterRegistrations() - Method in interface jakarta.servlet.ServletContext
-
Gets a (possibly empty) Map of the FilterRegistration objects (keyed by filter name) corresponding to all filters
registered with this ServletContext.
- getFinalizer() - Method in class jakarta.faces.flow.Flow
-
Return the MethodExpression
that must be called by the runtime as the last thing that happens before exiting
this flow.
- getFirst() - Method in class jakarta.faces.component.UIData
-
Return the zero-relative row number of the first row to be displayed.
- getFirst(K) - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
-
- getFirst(K) - Method in interface jakarta.ws.rs.core.MultivaluedMap
-
A shortcut to get the first value of the supplied key.
- getFirstResult() - Method in interface jakarta.persistence.Query
-
The position of the first result the query object was set to
retrieve.
- getFlash() - Method in class jakarta.faces.context.ExternalContext
-
Return the threadsafe Flash
for this application.
- getFlash() - Method in class jakarta.faces.context.ExternalContextWrapper
-
- getFlash(boolean) - Method in class jakarta.faces.context.FlashFactory
-
Create (if needed) and return a Flash
instance for this web application.
- getFlow() - Method in class jakarta.faces.flow.builder.FlowBuilder
-
Called as the last step in flow definition, this method must perform any implementation specific initialization and
return the built Flow
.
- getFlow(FacesContext, String, String) - Method in class jakarta.faces.flow.FlowHandler
-
Return the Flow
whose id
is equivalent to the argument id
, within the scope of the argument definingDocument
.
- getFlowCall(Flow) - Method in class jakarta.faces.flow.Flow
-
Return the FlowCallNode
that represents calling the targetFlow
from this flow, or null
if
targetFlow
cannot be reached from this flow.
- getFlowCalls() - Method in class jakarta.faces.flow.Flow
-
Return an immutable data structure containing all the flow call nodes declared for this flow.
- getFlowHandler() - Method in class jakarta.faces.application.Application
-
Return the thread-safe singleton FlowHandler
for this application.
- getFlowHandler() - Method in class jakarta.faces.application.ApplicationWrapper
-
- getFlushMode() - Method in interface jakarta.persistence.EntityManager
-
Get the flush mode that applies to all objects contained
in the persistence context.
- getFlushMode() - Method in interface jakarta.persistence.Query
-
Get the flush mode in effect for the query execution.
- getFooter() - Method in class jakarta.faces.component.UIColumn
-
Return the footer facet of the column (if any).
- getFooter() - Method in class jakarta.faces.component.UIData
-
Return the footer facet of this component (if any).
- getFooterClass() - Method in class jakarta.faces.component.html.HtmlColumn
-
Return the value of the footerClass
property.
- getFooterClass() - Method in class jakarta.faces.component.html.HtmlDataTable
-
Return the value of the footerClass
property.
- getFooterClass() - Method in class jakarta.faces.component.html.HtmlPanelGrid
-
Return the value of the footerClass
property.
- getFor() - Method in class jakarta.faces.component.html.HtmlOutputLabel
-
Return the value of the for
property.
- getFor() - Method in class jakarta.faces.component.UIMessage
-
Return the Identifier of the component for which to render error messages.
- getFor() - Method in class jakarta.faces.component.UIMessages
-
Return the client identifier of the component for which this component represents associated message(s) (if any).
- getFor() - Method in interface jakarta.faces.view.AttachedObjectHandler
-
Return the value of the "for" attribute specified by the page author on the tag for this
AttachedObjectHandler
.
- getFor() - Method in class jakarta.faces.view.facelets.FaceletsAttachedObjectHandler
-
Return the value of the "for" attribute.
- getFragment() - Method in class jakarta.faces.component.html.HtmlOutputLink
-
Return the value of the fragment
property.
- getFrame() - Method in class jakarta.faces.component.html.HtmlDataTable
-
Return the value of the frame
property.
- getFrame() - Method in class jakarta.faces.component.html.HtmlPanelGrid
-
Return the value of the frame
property.
- getFrom() - Method in interface jakarta.validation.metadata.GroupConversionDescriptor
-
Returns the source group of this conversion rule.
- getFromAction() - Method in class jakarta.faces.application.NavigationCase
-
Return the <from-action>
for this <navigation-case>
- getFromAction() - Method in class jakarta.faces.application.NavigationCaseWrapper
-
- getFromOutcome() - Method in class jakarta.faces.application.NavigationCase
-
Return the <from-outcome>
for this <navigation-case>
- getFromOutcome() - Method in class jakarta.faces.application.NavigationCaseWrapper
-
- getFromOutcome(FacesContext) - Method in class jakarta.faces.flow.ReturnNode
-
Return the fromOutcome
to be used when control passes to this return node.
- getFromOutcome() - Method in class jakarta.faces.flow.SwitchCase
-
- getFromViewId() - Method in class jakarta.faces.application.NavigationCase
-
Return the <from-view-id>
of the <navigation-rule>
inside which this
<navigation-case>
is nested.
- getFromViewId() - Method in class jakarta.faces.application.NavigationCaseWrapper
-
- getFunction(String) - Method in class jakarta.servlet.jsp.tagext.TagLibraryInfo
-
Get the FunctionInfo for a given function name, looking through all the functions in this tag library.
- getFunctionClass() - Method in class jakarta.servlet.jsp.tagext.FunctionInfo
-
The class of the function.
- getFunctionMapper() - Method in class jakarta.el.ELContext
-
Retrieves the FunctionMapper
associated with this ELContext
.
- getFunctionMapper() - Method in class jakarta.el.StandardELContext
-
Construct (if needed) and return a default FunctionMapper.
- getFunctions() - Method in class jakarta.servlet.jsp.tagext.TagLibraryInfo
-
An array describing the functions that are defined in this tag library.
- getFunctionSignature() - Method in class jakarta.servlet.jsp.tagext.FunctionInfo
-
The signature of the function.
- getGenericType() - Method in interface jakarta.ws.rs.ext.InterceptorContext
-
Get the type of the object to be produced or written.
- getGenericType() - Method in interface jakarta.ws.rs.sse.OutboundSseEvent
-
Get generic data type.
- getGroup() - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
-
Return the value of the group
property.
- getGroup() - Method in class jakarta.faces.component.UISelectOne
-
Returns the name of the radio button group.
- getGroupConversions() - Method in interface jakarta.validation.metadata.CascadableDescriptor
-
Returns the group conversions configured for this element.
- getGroupList() - Method in interface jakarta.persistence.criteria.AbstractQuery
-
Return a list of the grouping expressions.
- getGroupRestriction() - Method in interface jakarta.persistence.criteria.AbstractQuery
-
Return the predicate that corresponds to the restriction(s)
over the grouping items, or null if no restrictions have
been specified.
- getGroups() - Method in class jakarta.security.auth.message.callback.GroupPrincipalCallback
-
Get the array of group names.
- getGroups() - Method in interface jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContext
-
Gets the groups set by a call to notifyContainerAboutLogin().
- getGroups() - Method in class jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
-
- getGroups() - Method in interface jakarta.validation.metadata.ConstraintDescriptor
-
The set of groups the constraint is applied on.
- getHandle() - Method in interface jakarta.ejb.EJBObject
-
Obtain a handle for the enterprise bean object.
- getHandle() - Method in interface jakarta.ejb.Timer
-
Get a serializable handle to the timer.
- getHandledExceptionQueuedEvent() - Method in class jakarta.faces.context.ExceptionHandler
-
Return the first ExceptionQueuedEvent
handled by this handler.
- getHandledExceptionQueuedEvent() - Method in class jakarta.faces.context.ExceptionHandlerWrapper
-
- getHandledExceptionQueuedEvents() - Method in class jakarta.faces.context.ExceptionHandler
-
The default implementation must return an Iterable
over all ExceptionQueuedEvent
s that have
been handled by the ExceptionHandler.handle()
method.
- getHandledExceptionQueuedEvents() - Method in class jakarta.faces.context.ExceptionHandlerWrapper
-
- getHandler() - Method in interface jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContext
-
Returns the low level Jakarta Authentication handler that the runtime provided when creating this
HttpMessageContext
, and which this context uses to communicate the authentication details to the runtime.
- getHandler() - Method in class jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
-
- getHandlers() - Method in class jakarta.faces.view.facelets.CompositeFaceletHandler
-
Returns the array of child handlers contained by this handler.
- getHeader() - Method in class jakarta.faces.component.UIColumn
-
Return the header facet of the column (if any).
- getHeader() - Method in class jakarta.faces.component.UIData
-
Return the header facet of this component (if any).
- getHeader(String) - Method in interface jakarta.servlet.http.HttpServletRequest
-
Returns the value of the specified request header as a String
.
- getHeader(String) - Method in class jakarta.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to return getHeader(String name) on the wrapped request object.
- getHeader(String) - Method in interface jakarta.servlet.http.HttpServletResponse
-
Gets the value of the response header with the given name.
- getHeader(String) - Method in class jakarta.servlet.http.HttpServletResponseWrapper
-
- getHeader(String) - Method in interface jakarta.servlet.http.Part
-
Returns the value of the specified mime header as a String
.
- getHeader(String) - Method in interface jakarta.servlet.http.PushBuilder
-
Return the header of the given name to be used for the push.
- getHeaderClass() - Method in class jakarta.faces.component.html.HtmlColumn
-
Return the value of the headerClass
property.
- getHeaderClass() - Method in class jakarta.faces.component.html.HtmlDataTable
-
Return the value of the headerClass
property.
- getHeaderClass() - Method in class jakarta.faces.component.html.HtmlPanelGrid
-
Return the value of the headerClass
property.
- getHeaderNames() - Method in interface jakarta.servlet.http.HttpServletRequest
-
Returns an enumeration of all the header names this request contains.
- getHeaderNames() - Method in class jakarta.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to return getHeaderNames() on the wrapped request object.
- getHeaderNames() - Method in interface jakarta.servlet.http.HttpServletResponse
-
Gets the names of the headers of this response.
- getHeaderNames() - Method in class jakarta.servlet.http.HttpServletResponseWrapper
-
- getHeaderNames() - Method in interface jakarta.servlet.http.Part
-
Gets the header names of this Part.
- getHeaderNames() - Method in interface jakarta.servlet.http.PushBuilder
-
Return the set of header to be used for the push.
- getHeaders(String) - Method in interface jakarta.servlet.http.HttpServletRequest
-
Returns all the values of the specified request header as an Enumeration
of String
objects.
- getHeaders(String) - Method in class jakarta.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to return getHeaders(String name) on the wrapped request object.
- getHeaders(String) - Method in interface jakarta.servlet.http.HttpServletResponse
-
Gets the values of the response header with the given name.
- getHeaders(String) - Method in class jakarta.servlet.http.HttpServletResponseWrapper
-
- getHeaders(String) - Method in interface jakarta.servlet.http.Part
-
Gets the values of the Part header with the given name.
- getHeaders() - Method in interface jakarta.websocket.HandshakeResponse
-
Return the map of HTTP headers to header values sent by the WebSocket server.
- getHeaders() - Method in interface jakarta.websocket.server.HandshakeRequest
-
Return the read only map of HTTP headers to header values that came with the handshake request.
- getHeaders() - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Get the mutable request headers multivalued map.
- getHeaders() - Method in interface jakarta.ws.rs.client.ClientResponseContext
-
Get the mutable response headers multivalued map.
- getHeaders() - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Get the mutable request headers multivalued map.
- getHeaders() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Get the mutable response headers multivalued map.
- getHeaders() - Method in class jakarta.ws.rs.core.Response
-
Get view of the response headers and their object values.
- getHeaders() - Method in interface jakarta.ws.rs.ext.ReaderInterceptorContext
-
Get mutable map of HTTP headers.
- getHeaders() - Method in interface jakarta.ws.rs.ext.WriterInterceptorContext
-
Get mutable map of HTTP headers.
- getHeaderString(String) - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Get a message header as a single string value.
- getHeaderString(String) - Method in interface jakarta.ws.rs.client.ClientResponseContext
-
Get a message header as a single string value.
- getHeaderString(String) - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Get a message header as a single string value.
- getHeaderString(String) - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Get a message header as a single string value.
- getHeaderString(String) - Method in interface jakarta.ws.rs.core.HttpHeaders
-
Get a HTTP header as a single string value.
- getHeaderString(String) - Method in class jakarta.ws.rs.core.Response
-
Get a message header as a single string value.
- getHeight() - Method in class jakarta.faces.component.html.HtmlGraphicImage
-
Return the value of the height
property.
- getHints() - Method in class jakarta.faces.component.behavior.AjaxBehavior
-
- getHints() - Method in interface jakarta.faces.component.behavior.ClientBehavior
-
Returns hints that describe the behavior of the ClientBehavior implementation.
- getHints() - Method in class jakarta.faces.component.behavior.ClientBehaviorBase
-
- getHints() - Method in class jakarta.faces.component.visit.VisitContext
-
Returns hints that influence the behavior of the tree visit.
- getHints() - Method in class jakarta.faces.component.visit.VisitContextWrapper
-
- getHints() - Method in interface jakarta.persistence.Query
-
Get the properties and hints and associated values that are
in effect for the query instance.
- getHomeHandle() - Method in interface jakarta.ejb.EJBHome
-
Obtain a handle for the remote home object.
- getHomeInterfaceClass() - Method in interface jakarta.ejb.EJBMetaData
-
Obtain the class object for the enterprise bean's remote home interface.
- getHostnameVerifier() - Method in interface jakarta.ws.rs.client.Client
-
Get the hostname verifier configured in the client or null
in case no hostname verifier has been configured.
- getHour() - Method in class jakarta.ejb.ScheduleExpression
-
Return the value of the hour attribute.
- getHreflang() - Method in class jakarta.faces.component.html.HtmlCommandLink
-
Return the value of the hreflang
property.
- getHreflang() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
-
Return the value of the hreflang
property.
- getHreflang() - Method in class jakarta.faces.component.html.HtmlOutputLink
-
Return the value of the hreflang
property.
- getHttpMethodConstraints() - Method in class jakarta.servlet.ServletSecurityElement
-
Gets the (possibly empty) collection of HTTP Method specific constraint elements.
- getHttpServletMapping() - Method in interface jakarta.servlet.http.HttpServletRequest
-
Return the HttpServletMapping of the request.
- getHttpServletMapping() - Method in class jakarta.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to return getServletMapping() on the wrapped request object.
- getHttpSession() - Method in interface jakarta.websocket.server.HandshakeRequest
-
Return a reference to the HttpSession that the web socket handshake that started this conversation was part of,
if the implementation is part of a Java EE web container.
- getId() - Method in interface jakarta.enterprise.context.Conversation
-
Get the identifier of the current long-running conversation.
- getId() - Method in interface jakarta.enterprise.inject.spi.PassivationCapable
-
- getId() - Method in class jakarta.faces.component.UIComponent
-
- getId() - Method in class jakarta.faces.component.UIComponentBase
-
- getId() - Method in class jakarta.faces.flow.Flow
-
Return the immutable id for this Flow.
- getId() - Method in class jakarta.faces.flow.FlowNode
-
- getId() - Method in class jakarta.faces.lifecycle.ClientWindow
-
Return a String value that uniquely identifies this ClientWindow
within the scope of the current
session.
- getId() - Method in class jakarta.faces.lifecycle.ClientWindowWrapper
-
- getId() - Method in class jakarta.faces.view.ViewDeclarationLanguage
-
Returns a non-null String that can be used to identify this view declaration language.
- getId() - Method in class jakarta.faces.view.ViewDeclarationLanguageWrapper
-
- getId() - Method in class jakarta.faces.webapp.UIComponentClassicTagBase
-
Return the id
value assigned by the page author.
- getId(Class<Y>) - Method in interface jakarta.persistence.metamodel.IdentifiableType
-
Return the attribute that corresponds to the id attribute of
the entity or mapped superclass.
- getID() - Method in interface jakarta.security.auth.message.MessagePolicy.ProtectionPolicy
-
Get the ProtectionPolicy identifier.
- getId() - Method in interface jakarta.servlet.http.HttpSession
-
Returns a string containing the unique identifier assigned to this session.
- getId() - Method in class jakarta.servlet.jsp.tagext.TagData
-
The value of the tag's id attribute.
- getId() - Method in class jakarta.servlet.jsp.tagext.TagSupport
-
The value of the id attribute of this tag; or null.
- getId() - Method in class jakarta.servlet.jsp.tagext.ValidationMessage
-
Get the jsp:id.
- getId() - Method in interface jakarta.websocket.Session
-
Returns a string containing the unique identifier assigned to this session.
- getId() - Method in interface jakarta.ws.rs.sse.SseEvent
-
Get event identifier.
- getIdAttribute(TagAttributeInfo[]) - Static method in class jakarta.servlet.jsp.tagext.TagAttributeInfo
-
Convenience static method that goes through an array of TagAttributeInfo objects and looks for "id".
- getIdClassAttributes() - Method in interface jakarta.persistence.metamodel.IdentifiableType
-
Return the attributes corresponding to the id class of the
identifiable type.
- getIdentifier(Object) - Method in interface jakarta.persistence.PersistenceUnitUtil
-
Return the id of the entity.
- getIdentityStoreId() - Method in class jakarta.security.enterprise.identitystore.CredentialValidationResult
-
Return the unique ID of the identity store used to validate the credentials.
- getIds() - Method in interface jakarta.servlet.http.HttpSessionContext
-
- getIdsToVisit() - Method in class jakarta.faces.component.visit.VisitContext
-
Returns the ids of the components to visit.
- getIdsToVisit() - Method in class jakarta.faces.component.visit.VisitContextWrapper
-
- getIdType() - Method in interface jakarta.persistence.metamodel.IdentifiableType
-
Return the type that represents the type of the id.
- getImage() - Method in class jakarta.faces.component.html.HtmlCommandButton
-
Return the value of the image
property.
- getImage() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
-
Return the value of the image
property.
- getImportConstants(UIViewRoot) - Static method in class jakarta.faces.view.ViewMetadata
-
Utility method to extract view metadata from the provided UIViewRoot
.
- getImportHandler() - Method in class jakarta.el.ELContext
-
Retrieves the ImportHandler
associated with this ELContext
.
- getInboundParameters() - Method in class jakarta.faces.flow.Flow
-
Return an immutable data structure containing the inbound parameters that have been declared for this flow.
- getIncludeCodas() - Method in interface jakarta.servlet.descriptor.JspPropertyGroupDescriptor
-
Gets the include-coda
configuration of the JSP property group represented by this
JspPropertyGroupDescriptor
.
- getIncludePreludes() - Method in interface jakarta.servlet.descriptor.JspPropertyGroupDescriptor
-
Gets the include-prelude
configuration of the JSP property group represented by this
JspPropertyGroupDescriptor
.
- getIndex() - Method in interface jakarta.servlet.jsp.jstl.core.LoopTagStatus
-
Retrieves the index of the current round of the iteration.
- getIndex() - Method in interface jakarta.validation.metadata.ParameterDescriptor
-
Returns this parameter's index within the parameter array of the method
or constructor holding it.
- getIndex() - Method in interface jakarta.validation.Path.Node
-
- getIndexOfNextChildTag() - Method in class jakarta.faces.webapp.UIComponentClassicTagBase
-
- getIndexOfNextChildTag() - Method in class jakarta.faces.webapp.UIComponentTagBase
-
Return the index of the next child to be added as a child of this tag.
- getInfo() - Method in interface jakarta.ejb.Timer
-
Get the information associated with the timer at the time of creation.
- getInfo() - Method in class jakarta.ejb.TimerConfig
-
Return the info
object made available to timer callbacks.
- getInfoClass() - Method in class jakarta.faces.component.html.HtmlMessage
-
Return the value of the infoClass
property.
- getInfoClass() - Method in class jakarta.faces.component.html.HtmlMessages
-
Return the value of the infoClass
property.
- getInfoString() - Method in class jakarta.servlet.jsp.tagext.TagInfo
-
The information string for the tag.
- getInfoString() - Method in class jakarta.servlet.jsp.tagext.TagLibraryInfo
-
Information (documentation) for this TLD.
- getInfoStyle() - Method in class jakarta.faces.component.html.HtmlMessage
-
Return the value of the infoStyle
property.
- getInfoStyle() - Method in class jakarta.faces.component.html.HtmlMessages
-
Return the value of the infoStyle
property.
- getInitFunctionMap() - Method in class jakarta.el.ExpressionFactory
-
Retrieve a function map containing a pre-configured function mapping.
- getInitializer() - Method in class jakarta.faces.flow.Flow
-
Return the MethodExpression
that must be called by the runtime immediately after activating any
FlowScoped
beans declared for this flow.
- getInitParameter(String) - Method in class jakarta.faces.context.ExternalContext
-
Return the value of the specified application initialization parameter (if
any).
- getInitParameter(String) - Method in class jakarta.faces.context.ExternalContextWrapper
-
- getInitParameter(String) - Method in interface jakarta.servlet.FilterConfig
-
Returns a String
containing the value of the named initialization parameter, or null
if the
initialization parameter does not exist.
- getInitParameter(String) - Method in class jakarta.servlet.GenericFilter
-
Returns a String
containing the value of the named initialization parameter, or null
if the
parameter does not exist.
- getInitParameter(String) - Method in class jakarta.servlet.GenericServlet
-
Returns a String
containing the value of the named initialization parameter, or null
if the
parameter does not exist.
- getInitParameter(String) - Method in interface jakarta.servlet.Registration
-
Gets the value of the initialization parameter with the given name that will be used to initialize the Servlet or
Filter represented by this Registration object.
- getInitParameter(String) - Method in interface jakarta.servlet.ServletConfig
-
Gets the value of the initialization parameter with the given name.
- getInitParameter(String) - Method in interface jakarta.servlet.ServletContext
-
Returns a String
containing the value of the named context-wide initialization parameter, or
null
if the parameter does not exist.
- getInitParameterMap() - Method in class jakarta.faces.context.ExternalContext
-
Return an immutable Map
whose keys are the set of application
initialization parameter names configured for this application, and whose values are the corresponding parameter
values.
- getInitParameterMap() - Method in class jakarta.faces.context.ExternalContextWrapper
-
- getInitParameterNames() - Method in interface jakarta.servlet.FilterConfig
-
Returns the names of the filter's initialization parameters as an Enumeration
of String
objects, or an empty Enumeration
if the filter has no initialization parameters.
- getInitParameterNames() - Method in class jakarta.servlet.GenericFilter
-
Returns the names of the filter's initialization parameters as an Enumeration
of String
objects, or an empty Enumeration
if the filter has no initialization parameters.
- getInitParameterNames() - Method in class jakarta.servlet.GenericServlet
-
Returns the names of the servlet's initialization parameters as an Enumeration
of String
objects, or an empty Enumeration
if the servlet has no initialization parameters.
- getInitParameterNames() - Method in interface jakarta.servlet.ServletConfig
-
Returns the names of the servlet's initialization parameters as an Enumeration
of String
objects, or an empty Enumeration
if the servlet has no initialization parameters.
- getInitParameterNames() - Method in interface jakarta.servlet.ServletContext
-
Returns the names of the context's initialization parameters as an Enumeration
of String
objects, or an empty Enumeration
if the context has no initialization parameters.
- getInitParameters() - Method in class jakarta.servlet.jsp.tagext.TagLibraryValidator
-
Get the init parameters data as an immutable Map.
- getInitParameters() - Method in interface jakarta.servlet.Registration
-
Gets an immutable (and possibly empty) Map containing the currently available initialization parameters that will be
used to initialize the Servlet or Filter represented by this Registration object.
- getInjectableReference(InjectionPoint, CreationalContext<?>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
-
- getInjectionPoint() - Method in interface jakarta.enterprise.inject.spi.EventMetadata
-
- getInjectionPoint() - Method in interface jakarta.enterprise.inject.spi.ProcessInjectionPoint
-
- getInjectionPoints() - Method in interface jakarta.enterprise.inject.spi.Bean
-
Obtains the
InjectionPoint
objects representing injection points of the bean, that
will be validated by the container at initialization time.
- getInjectionPoints() - Method in interface jakarta.enterprise.inject.spi.Producer
-
Returns the set of all InjectionPoints
.
- getInjectionTarget() - Method in interface jakarta.enterprise.inject.spi.ProcessInjectionTarget
-
Returns the
InjectionTarget
object that will be used by the container to perform
injection.
- getInjectionTargetFactory(AnnotatedType<T>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
-
- getInputStream() - Method in class jakarta.faces.application.Resource
-
- getInputStream() - Method in class jakarta.faces.application.ResourceWrapper
-
- getInputStream() - Method in interface jakarta.servlet.http.Part
-
Gets the content of this part as an InputStream
- getInputStream() - Method in interface jakarta.servlet.http.WebConnection
-
Returns an input stream for this web connection.
- getInputStream() - Method in class jakarta.servlet.jsp.tagext.PageData
-
Returns an input stream on the XML view of a JSP page.
- getInputStream() - Method in interface jakarta.servlet.ServletRequest
-
- getInputStream() - Method in class jakarta.servlet.ServletRequestWrapper
-
The default behavior of this method is to return getInputStream() on the wrapped request object.
- getInputStream() - Method in interface jakarta.ws.rs.ext.ReaderInterceptorContext
-
Get the input stream of the object to be read.
- getInstalledExtensions() - Method in interface jakarta.websocket.WebSocketContainer
-
Return the set of Extensions installed in the container.
- getInstance(Class<T>) - Method in interface jakarta.validation.ConstraintValidatorFactory
-
- getInstance() - Static method in class jakarta.ws.rs.ext.RuntimeDelegate
-
Obtain a RuntimeDelegate
instance.
- getInstances() - Method in interface jakarta.ws.rs.core.Configuration
-
Get the immutable set of registered JAX-RS component (such as provider or
feature
) instances to be
utilized by the configurable instance.
- getInt(FaceletContext) - Method in class jakarta.faces.view.facelets.TagAttribute
-
- getInt(int) - Method in interface jakarta.json.JsonArray
-
A convenience method for
getJsonNumber(index).intValue()
.
- getInt(int, int) - Method in interface jakarta.json.JsonArray
-
Returns the int value of the JsonNumber
at the specified position.
- getInt(String) - Method in interface jakarta.json.JsonObject
-
A convenience method for
getJsonNumber(name).intValue()
- getInt(String, int) - Method in interface jakarta.json.JsonObject
-
Returns the int value of the associated JsonNumber
mapping
for the specified name.
- getInt() - Method in interface jakarta.json.stream.JsonParser
-
Returns a JSON number as an integer.
- getInterceptorBindingDefinition(Class<? extends Annotation>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
-
- getInterceptorBindingHashCode(Annotation) - Method in interface jakarta.enterprise.inject.spi.BeanManager
-
Determine the hash code of an interceptor binding, using the JDK algorithm for determining an annotation hash code,
ignoring any members annotated with
Nonbinding
.
- getInterceptorBindings() - Method in interface jakarta.enterprise.inject.spi.Interceptor
-
- getInterceptors() - Method in interface jakarta.enterprise.inject.spi.AfterTypeDiscovery
-
- getIntHeader(String) - Method in interface jakarta.servlet.http.HttpServletRequest
-
Returns the value of the specified request header as an int
.
- getIntHeader(String) - Method in class jakarta.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to return getIntHeader(String name) on the wrapped request object.
- getInvalidValue() - Method in interface jakarta.validation.ConstraintViolation
-
Returns the value failing to pass the constraint.
- getInvokedBusinessInterface() - Method in interface jakarta.ejb.SessionContext
-
Obtain the business interface or no-interface view type through which the current business method invocation was
made.
- getIssuer() - Method in class jakarta.security.auth.message.callback.PrivateKeyCallback.IssuerSerialNumRequest
-
Get the issuer.
- getIsXml() - Method in interface jakarta.servlet.descriptor.JspPropertyGroupDescriptor
-
Gets the value of the is-xml
configuration, which specifies whether any JSP pages mapped to the JSP
property group represented by this JspPropertyGroupDescriptor
will be treated as JSP documents (XML
syntax).
- getItem(ELContext, int) - Method in class jakarta.servlet.jsp.jstl.core.IteratedExpression
-
Evaluates the stored ValueExpression and return the indexed item.
- getItemDescription() - Method in class jakarta.faces.component.UISelectItem
-
Return the description for this selection item.
- getItemLabel() - Method in class jakarta.faces.component.UISelectItem
-
Return the localized label for this selection item.
- getItemValue() - Method in class jakarta.faces.component.UISelectItem
-
Return the server value for this selection item.
- getJarFileUrls() - Method in interface jakarta.persistence.spi.PersistenceUnitInfo
-
Returns a list of URLs for the jar files or exploded jar
file directories that the persistence provider must examine
for managed classes of the persistence unit.
- getJavaClass() - Method in interface jakarta.enterprise.inject.spi.AnnotatedType
-
Get the underlying
Class
.
- getJavaMember() - Method in interface jakarta.enterprise.inject.spi.AnnotatedConstructor
-
- getJavaMember() - Method in interface jakarta.enterprise.inject.spi.AnnotatedField
-
Get the underlying
Field
.
- getJavaMember() - Method in interface jakarta.enterprise.inject.spi.AnnotatedMember
-
- getJavaMember() - Method in interface jakarta.enterprise.inject.spi.AnnotatedMethod
-
- getJavaMember() - Method in interface jakarta.persistence.metamodel.Attribute
-
Return the java.lang.reflect.Member
for the represented
attribute.
- getJavaParameter() - Method in interface jakarta.enterprise.inject.spi.AnnotatedParameter
-
- getJavaType() - Method in interface jakarta.persistence.metamodel.Attribute
-
Return the Java type of the represented attribute.
- getJavaType() - Method in interface jakarta.persistence.metamodel.Type
-
Return the represented Java type.
- getJavaType() - Method in interface jakarta.persistence.TupleElement
-
Return the Java type of the tuple element.
- getJoins() - Method in interface jakarta.persistence.criteria.From
-
Return the joins that have been made from this bound type.
- getJoinType() - Method in interface jakarta.persistence.criteria.Fetch
-
Return the join type used in the fetch join.
- getJoinType() - Method in interface jakarta.persistence.criteria.Join
-
Return the join type.
- getJsonArray(int) - Method in interface jakarta.json.JsonArray
-
Returns the array value at the specified position in this array.
- getJsonArray(String) - Method in interface jakarta.json.JsonObject
-
Returns the array value to which the specified name is mapped.
- getJsonNumber(int) - Method in interface jakarta.json.JsonArray
-
Returns the number value at the specified position in this array.
- getJsonNumber(String) - Method in interface jakarta.json.JsonObject
-
Returns the number value to which the specified name is mapped.
- getJsonObject(int) - Method in interface jakarta.json.JsonArray
-
Returns the object value at the specified position in this array.
- getJsonObject(String) - Method in interface jakarta.json.JsonObject
-
Returns the object value to which the specified name is mapped.
- getJsonString(int) - Method in interface jakarta.json.JsonArray
-
Returns the string value at ths specified position in this array.
- getJsonString(String) - Method in interface jakarta.json.JsonObject
-
Returns the string value to which the specified name is mapped.
- getJspApplicationContext(ServletContext) - Method in class jakarta.servlet.jsp.JspFactory
-
Obtains the JspApplicationContext
instance associated with the web application for the given
ServletContext
.
- getJspBody() - Method in class jakarta.servlet.jsp.tagext.SimpleTagSupport
-
Returns the body passed in by the container via setJspBody.
- getJspConfigDescriptor() - Method in interface jakarta.servlet.ServletContext
-
Gets the <jsp-config>
related configuration that was aggregated from the web.xml
and
web-fragment.xml
descriptor files of the web application represented by this ServletContext.
- getJspContext() - Method in class jakarta.servlet.jsp.tagext.JspFragment
-
Returns the JspContext that is bound to this JspFragment.
- getJspContext() - Method in class jakarta.servlet.jsp.tagext.SimpleTagSupport
-
Returns the page context passed in by the container via setJspContext.
- getJspId() - Method in class jakarta.faces.webapp.UIComponentClassicTagBase
-
- getJspPropertyGroups() - Method in interface jakarta.servlet.descriptor.JspConfigDescriptor
-
Gets the <jsp-property-group>
child elements of the <jsp-config>
element
represented by this JspConfigDescriptor
.
- getJtaDataSource() - Method in interface jakarta.persistence.spi.PersistenceUnitInfo
-
Returns the JTA-enabled data source to be used by the
persistence provider.
- getKey() - Method in class jakarta.faces.event.PostKeepFlashValueEvent
-
- getKey() - Method in class jakarta.faces.event.PostPutFlashValueEvent
-
- getKey() - Method in class jakarta.faces.event.PreRemoveFlashValueEvent
-
- getKey() - Method in class jakarta.security.auth.message.callback.PrivateKeyCallback
-
Used to obtain the private key set within the Callback.
- getKey() - Method in class jakarta.security.auth.message.callback.SecretKeyCallback
-
Used to obtain the secret key set within the Callback.
- getKey() - Method in interface jakarta.validation.Path.Node
-
- getKeyJavaType() - Method in interface jakarta.persistence.metamodel.MapAttribute
-
Return the Java type of the map key.
- getKeySubgraphs() - Method in interface jakarta.persistence.AttributeNode
-
Return the Map<Class, Subgraph> of subgraphs associated
with this attribute node's map key.
- getKeyType() - Method in interface jakarta.persistence.metamodel.MapAttribute
-
Return the type representing the key type of the map.
- getKind() - Method in interface jakarta.validation.Path.Node
-
The kind of element represented by the node.
- getKlass() - Method in class jakarta.el.ELClass
-
Returns the Class instance
- getLabel() - Method in class jakarta.faces.component.html.HtmlCommandButton
-
Return the value of the label
property.
- getLabel() - Method in class jakarta.faces.component.html.HtmlInputFile
-
Return the value of the label
property.
- getLabel() - Method in class jakarta.faces.component.html.HtmlInputSecret
-
Return the value of the label
property.
- getLabel() - Method in class jakarta.faces.component.html.HtmlInputText
-
Return the value of the label
property.
- getLabel() - Method in class jakarta.faces.component.html.HtmlInputTextarea
-
Return the value of the label
property.
- getLabel() - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
-
Return the value of the label
property.
- getLabel() - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
-
Return the value of the label
property.
- getLabel() - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
-
Return the value of the label
property.
- getLabel() - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
-
Return the value of the label
property.
- getLabel() - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
-
Return the value of the label
property.
- getLabel() - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
-
Return the value of the label
property.
- getLabel() - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
-
Return the value of the label
property.
- getLabel() - Method in class jakarta.faces.model.SelectItem
-
Return the label of this item, to be rendered visibly for the user.
- getLambdaArgument(String) - Method in class jakarta.el.ELContext
-
Retrieves the Lambda argument associated with a formal parameter.
- getLang() - Method in class jakarta.faces.component.html.HtmlBody
-
Return the value of the lang
property.
- getLang() - Method in class jakarta.faces.component.html.HtmlCommandButton
-
Return the value of the lang
property.
- getLang() - Method in class jakarta.faces.component.html.HtmlCommandLink
-
Return the value of the lang
property.
- getLang() - Method in class jakarta.faces.component.html.HtmlDataTable
-
Return the value of the lang
property.
- getLang() - Method in class jakarta.faces.component.html.HtmlForm
-
Return the value of the lang
property.
- getLang() - Method in class jakarta.faces.component.html.HtmlGraphicImage
-
Return the value of the lang
property.
- getLang() - Method in class jakarta.faces.component.html.HtmlHead
-
Return the value of the lang
property.
- getLang() - Method in class jakarta.faces.component.html.HtmlInputFile
-
Return the value of the lang
property.
- getLang() - Method in class jakarta.faces.component.html.HtmlInputSecret
-
Return the value of the lang
property.
- getLang() - Method in class jakarta.faces.component.html.HtmlInputText
-
Return the value of the lang
property.
- getLang() - Method in class jakarta.faces.component.html.HtmlInputTextarea
-
Return the value of the lang
property.
- getLang() - Method in class jakarta.faces.component.html.HtmlMessage
-
Return the value of the lang
property.
- getLang() - Method in class jakarta.faces.component.html.HtmlMessages
-
Return the value of the lang
property.
- getLang() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
-
Return the value of the lang
property.
- getLang() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
-
Return the value of the lang
property.
- getLang() - Method in class jakarta.faces.component.html.HtmlOutputFormat
-
Return the value of the lang
property.
- getLang() - Method in class jakarta.faces.component.html.HtmlOutputLabel
-
Return the value of the lang
property.
- getLang() - Method in class jakarta.faces.component.html.HtmlOutputLink
-
Return the value of the lang
property.
- getLang() - Method in class jakarta.faces.component.html.HtmlOutputText
-
Return the value of the lang
property.
- getLang() - Method in class jakarta.faces.component.html.HtmlPanelGrid
-
Return the value of the lang
property.
- getLang() - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
-
Return the value of the lang
property.
- getLang() - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
-
Return the value of the lang
property.
- getLang() - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
-
Return the value of the lang
property.
- getLang() - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
-
Return the value of the lang
property.
- getLang() - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
-
Return the value of the lang
property.
- getLang() - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
-
Return the value of the lang
property.
- getLang() - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
-
Return the value of the lang
property.
- getLanguage() - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Get the language of the entity.
- getLanguage() - Method in interface jakarta.ws.rs.client.ClientResponseContext
-
Get the language of the entity.
- getLanguage() - Method in class jakarta.ws.rs.client.Entity
-
Get entity language.
- getLanguage() - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Get the language of the entity.
- getLanguage() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Get the language of the entity.
- getLanguage() - Method in interface jakarta.ws.rs.core.HttpHeaders
-
Get the language of the request entity.
- getLanguage() - Method in class jakarta.ws.rs.core.Response
-
Get the language of the message entity.
- getLanguage() - Method in class jakarta.ws.rs.core.Variant
-
Get the language of the variant.
- getLanguageString() - Method in class jakarta.ws.rs.core.Variant
-
Get the string representation of the variant language, or null
if no language has been set.
- getLargeIcon() - Method in class jakarta.servlet.jsp.tagext.TagInfo
-
Get the path to the large icon.
- getLastAccessedTime() - Method in interface jakarta.servlet.http.HttpSession
-
Returns the last time the client sent a request associated with this session, as the number of milliseconds since
midnight January 1, 1970 GMT, and marked by the time the container received the request.
- getLastDisplayedViewId(FacesContext) - Method in class jakarta.faces.flow.FlowHandler
-
- getLastModified(HttpServletRequest) - Method in class jakarta.servlet.http.HttpServlet
-
Returns the time the HttpServletRequest
object was last modified, in milliseconds since midnight January
1, 1970 GMT.
- getLastModified() - Method in interface jakarta.ws.rs.client.ClientResponseContext
-
Get the last modified date.
- getLastModified() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Get the last modified date.
- getLastModified() - Method in class jakarta.ws.rs.core.Response
-
Get the last modified date.
- getLayout() - Method in class jakarta.faces.component.html.HtmlMessages
-
Return the value of the layout
property.
- getLayout() - Method in class jakarta.faces.component.html.HtmlPanelGroup
-
Return the value of the layout
property.
- getLayout() - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
-
Return the value of the layout
property.
- getLayout() - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
-
Return the value of the layout
property.
- getLeafBean() - Method in interface jakarta.validation.ConstraintViolation
-
Returns:
the bean instance the constraint is applied on if it is
a bean constraint
the bean instance hosting the property the constraint
is applied on if it is a property constraint or a container element constraint
hosted on a property
null
when the
ConstraintViolation
is returned
after calling
Validator.validateValue(Class, String, Object, Class[])
the object the method is executed on if it is
a method parameter, cross-parameter or return value constraint or a
container element constraint hosted on a method parameter or return value
null
if it is a constructor parameter or
cross-parameter constraint or a container element constraint hosted on a
constructor parameter
the object the constructor has created if it is a
constructor return value constraint
- getLength() - Method in interface jakarta.ws.rs.client.ClientResponseContext
-
Get Content-Length value.
- getLength() - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Get Content-Length value.
- getLength() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Get Content-Length value.
- getLength() - Method in interface jakarta.ws.rs.core.HttpHeaders
-
Get Content-Length value.
- getLength() - Method in class jakarta.ws.rs.core.Response
-
Get Content-Length value.
- getLibraryName() - Method in class jakarta.faces.application.Resource
-
Return the libraryName for this resource.
- getLibraryName() - Method in class jakarta.faces.application.ResourceWrapper
-
- getLifecycle(String) - Method in class jakarta.faces.lifecycle.LifecycleFactory
-
Create (if needed) and return a
Lifecycle
instance for the specified lifecycle identifier.
- getLifecycleIds() - Method in class jakarta.faces.lifecycle.LifecycleFactory
-
Return an Iterator
over the set of lifecycle identifiers supported by this factory.
- getLine() - Method in class jakarta.faces.view.Location
-
Return the line number in the page for this location.
- getLineNumber() - Method in interface jakarta.json.stream.JsonLocation
-
Return the line number (starts with 1 for the first line) for the current JSON event in the input source.
- getLink(String) - Method in interface jakarta.ws.rs.client.ClientResponseContext
-
Get the link for the relation.
- getLink(String) - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Get the link for the relation.
- getLink(String) - Method in class jakarta.ws.rs.core.Response
-
Get the link for the relation.
- getLinkBuilder(String) - Method in interface jakarta.ws.rs.client.ClientResponseContext
-
Convenience method that returns a
Link.Builder
for the relation.
- getLinkBuilder(String) - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Convenience method that returns a
Link.Builder
for the relation.
- getLinkBuilder(String) - Method in class jakarta.ws.rs.core.Response
-
Convenience method that returns a
Link.Builder
for the relation.
- getLinks() - Method in interface jakarta.ws.rs.client.ClientResponseContext
-
Get the links attached to the message as header.
- getLinks() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Get the links attached to the message as header.
- getLinks() - Method in class jakarta.ws.rs.core.Response
-
Get the links attached to the message as headers.
- getList(String, Class<E>) - Method in interface jakarta.persistence.metamodel.ManagedType
-
Return the List-valued attribute of the managed type that
corresponds to the specified name and Java element type.
- getList(String) - Method in interface jakarta.persistence.metamodel.ManagedType
-
Return the List-valued attribute of the managed type that
corresponds to the specified name.
- getListenersForEventClass(Class<? extends SystemEvent>) - Method in class jakarta.faces.component.UIComponent
-
This implementation throws UnsupportedOperationException
and is provided for the sole purpose of not
breaking existing applications that extend this class.
- getListenersForEventClass(Class<? extends SystemEvent>) - Method in class jakarta.faces.component.UIComponentBase
-
Return the SystemEventListener
instances registered on this UIComponent
instance that are
interested in events of type eventClass
.
- getListenersForEventClass(Class<? extends SystemEvent>) - Method in class jakarta.faces.event.ExceptionQueuedEventContext
-
Return a List
that contains a single entry, the ExceptionHandler
for the
current request.
- getListenersForEventClass(Class<? extends SystemEvent>) - Method in interface jakarta.faces.event.SystemEventListenerHolder
-
- getLocalAddr() - Method in interface jakarta.servlet.ServletRequest
-
Returns the Internet Protocol (IP) address of the interface on which the request was received.
- getLocalAddr() - Method in class jakarta.servlet.ServletRequestWrapper
-
The default behavior of this method is to return getLocalAddr() on the wrapped request object.
- getLocale() - Method in class jakarta.el.ELContext
-
- getLocale() - Method in class jakarta.faces.component.UIViewRoot
-
Return the Locale
to be used in localizing the response being created for this view.
- getLocale() - Method in class jakarta.faces.convert.DateTimeConverter
-
Return the Locale
to be used when parsing or formatting dates and times.
- getLocale() - Method in class jakarta.faces.convert.NumberConverter
-
Return the Locale
to be used when parsing numbers.
- getLocale() - Method in class jakarta.servlet.jsp.jstl.fmt.LocalizationContext
-
Gets the locale of this I18N localization context.
- getLocale() - Method in interface jakarta.servlet.ServletRequest
-
Returns the preferred Locale
that the client will accept content in, based on the Accept-Language
header.
- getLocale() - Method in class jakarta.servlet.ServletRequestWrapper
-
The default behavior of this method is to return getLocale() on the wrapped request object.
- getLocale() - Method in interface jakarta.servlet.ServletResponse
-
- getLocale() - Method in class jakarta.servlet.ServletResponseWrapper
-
The default behavior of this method is to return getLocale() on the wrapped response object.
- getLocales() - Method in interface jakarta.servlet.ServletRequest
-
Returns an Enumeration
of Locale
objects indicating, in decreasing order starting with the
preferred locale, the locales that are acceptable to the client based on the Accept-Language header.
- getLocales() - Method in class jakarta.servlet.ServletRequestWrapper
-
The default behavior of this method is to return getLocales() on the wrapped request object.
- getLocalizedMessage(PageContext, String) - Static method in class jakarta.servlet.jsp.jstl.fmt.LocaleSupport
-
Retrieves the localized message corresponding to the given key.
- getLocalizedMessage(PageContext, String, String) - Static method in class jakarta.servlet.jsp.jstl.fmt.LocaleSupport
-
Retrieves the localized message corresponding to the given key.
- getLocalizedMessage(PageContext, String, Object[]) - Static method in class jakarta.servlet.jsp.jstl.fmt.LocaleSupport
-
Retrieves the localized message corresponding to the given key, and performs parametric replacement using the
arguments specified via args.
- getLocalizedMessage(PageContext, String, Object[], String) - Static method in class jakarta.servlet.jsp.jstl.fmt.LocaleSupport
-
Retrieves the localized message corresponding to the given key, and performs parametric replacement using the
arguments specified via args.
- getLocalName() - Method in class jakarta.faces.view.facelets.Tag
-
Return the XML local name of the tag.
- getLocalName() - Method in class jakarta.faces.view.facelets.TagAttribute
-
Local name of this attribute
- getLocalName() - Method in interface jakarta.servlet.ServletRequest
-
Returns the host name of the Internet Protocol (IP) interface on which the request was received.
- getLocalName() - Method in class jakarta.servlet.ServletRequestWrapper
-
The default behavior of this method is to return getLocalName() on the wrapped request object.
- getLocalPort() - Method in interface jakarta.servlet.ServletRequest
-
Returns the Internet Protocol (IP) port number of the interface on which the request was received.
- getLocalPort() - Method in class jakarta.servlet.ServletRequestWrapper
-
The default behavior of this method is to return getLocalPort() on the wrapped request object.
- getLocalValue() - Method in class jakarta.faces.component.UIOutput
-
- getLocalValue() - Method in interface jakarta.faces.component.ValueHolder
-
- getLocation() - Method in class jakarta.faces.view.facelets.Tag
-
Return the Location of this Tag
instance in the Facelet view.
- getLocation() - Method in class jakarta.faces.view.facelets.TagAttribute
-
The location of this attribute in the FaceletContext
- getLocation() - Method in interface jakarta.json.stream.JsonParser
-
Return the location that corresponds to the parser's current state in
the JSON input source.
- getLocation() - Method in exception jakarta.json.stream.JsonParsingException
-
Return the location of the incorrect JSON.
- getLocation() - Method in class jakarta.servlet.MultipartConfigElement
-
Gets the directory location where files will be stored.
- getLocation() - Method in interface jakarta.ws.rs.client.ClientResponseContext
-
Get the location.
- getLocation() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Get the location.
- getLocation() - Method in class jakarta.ws.rs.core.Response
-
Get the location.
- getLocation() - Method in exception jakarta.ws.rs.RedirectionException
-
Get the redirection response location.
- getLockMode(Object) - Method in interface jakarta.persistence.EntityManager
-
Get the current lock mode for the entity instance.
- getLockMode() - Method in interface jakarta.persistence.Query
-
Get the current lock mode for the query.
- getLong() - Method in interface jakarta.json.stream.JsonParser
-
Returns a JSON number as a long.
- getLongdesc() - Method in class jakarta.faces.component.html.HtmlGraphicImage
-
Return the value of the longdesc
property.
- getLoopStatus() - Method in interface jakarta.servlet.jsp.jstl.core.LoopTag
-
Retrieves a 'status' object to provide information about the current round of the iteration.
- getLoopStatus() - Method in class jakarta.servlet.jsp.jstl.core.LoopTagSupport
-
- getMajorVersion() - Method in interface jakarta.servlet.ServletContext
-
Returns the major version of Jakarta Servlet that this container supports.
- getManagedClassNames() - Method in interface jakarta.persistence.spi.PersistenceUnitInfo
-
Returns the list of the names of the classes that the
persistence provider must add to its set of managed
classes.
- getManagedTypes() - Method in interface jakarta.persistence.metamodel.Metamodel
-
Return the metamodel managed types.
- getMap(String, Class<K>, Class<V>) - Method in interface jakarta.persistence.metamodel.ManagedType
-
Return the Map-valued attribute of the managed type that
corresponds to the specified name and Java key and value
types.
- getMap(String) - Method in interface jakarta.persistence.metamodel.ManagedType
-
Return the Map-valued attribute of the managed type that
corresponds to the specified name.
- getMap() - Method in interface jakarta.security.auth.message.MessageInfo
-
Get (a reference to) the Map object of this MessageInfo.
- getMappingFileNames() - Method in interface jakarta.persistence.spi.PersistenceUnitInfo
-
Returns the list of the names of the mapping files that the
persistence provider must load to determine the mappings for
the entity classes.
- getMappingMatch() - Method in interface jakarta.servlet.http.HttpServletMapping
-
- getMappings() - Method in interface jakarta.servlet.ServletRegistration
-
Gets the currently available mappings of the Servlet represented by this ServletRegistration
.
- getMappingStreams() - Method in interface jakarta.validation.spi.ConfigurationState
-
Returns a set of configuration streams.
- getMatchedResources() - Method in interface jakarta.ws.rs.core.UriInfo
-
Get a read-only list of the currently matched resource class instances.
- getMatchedURIs() - Method in interface jakarta.ws.rs.core.UriInfo
-
Get a read-only list of URIs for matched resources.
- getMatchedURIs(boolean) - Method in interface jakarta.ws.rs.core.UriInfo
-
Get a read-only list of URIs for matched resources.
- getMatchValue() - Method in interface jakarta.servlet.http.HttpServletMapping
-
Return the portion of the URI path that caused this request to be matched.
- getMatrixParameters() - Method in interface jakarta.ws.rs.core.PathSegment
-
Get a map of the matrix parameters associated with the path segment.
- getMaxAge() - Method in class jakarta.servlet.http.Cookie
-
Gets the maximum age in seconds of this Cookie.
- getMaxAge() - Method in interface jakarta.servlet.SessionCookieConfig
-
Gets the lifetime (in seconds) of the session tracking cookies created on behalf of the application represented by
the ServletContext from which this SessionCookieConfig was acquired.
- getMaxAge() - Method in class jakarta.ws.rs.core.CacheControl
-
Corresponds to the max-age cache control directive.
- getMaxAge() - Method in class jakarta.ws.rs.core.NewCookie
-
Get the maximum age of the the cookie in seconds.
- getMaxBinaryMessageBufferSize() - Method in interface jakarta.websocket.Session
-
The maximum length of incoming binary messages that this Session can buffer.
- getMaxFileSize() - Method in class jakarta.servlet.MultipartConfigElement
-
Gets the maximum size allowed for uploaded files.
- getMaxFractionDigits() - Method in class jakarta.faces.convert.NumberConverter
-
Return the maximum number of digits getAsString()
should render in the fraction portion of the result.
- getMaxIdleTimeout() - Method in interface jakarta.websocket.Session
-
Return the number of milliseconds before this conversation may be closed by the container if it is inactive, i.e.
- getMaximum() - Method in class jakarta.faces.validator.DoubleRangeValidator
-
Return the maximum value to be enforced by this
Validator
or
Double.MAX_VALUE
if it has not been
set.
- getMaximum() - Method in class jakarta.faces.validator.LengthValidator
-
Return the maximum length to be enforced by this
Validator
, or
0
if the maximum has not been
set.
- getMaximum() - Method in class jakarta.faces.validator.LongRangeValidator
-
Return the maximum value to be enforced by this
Validator
.
- getMaximumSeverity() - Method in class jakarta.faces.context.FacesContext
-
Return the maximum severity level recorded on any
FacesMessage
s that has been
queued, whether or not they are associated with any specific
UIComponent
.
- getMaximumSeverity() - Method in class jakarta.faces.context.FacesContextWrapper
-
- getMaxInactiveInterval() - Method in interface jakarta.servlet.http.HttpSession
-
Returns the maximum time interval, in seconds, that the servlet container will keep this session open between client
accesses.
- getMaxIntegerDigits() - Method in class jakarta.faces.convert.NumberConverter
-
Return the maximum number of digits getAsString()
should render in the integer portion of the result.
- getMaxlength() - Method in class jakarta.faces.component.html.HtmlInputFile
-
Return the value of the maxlength
property.
- getMaxlength() - Method in class jakarta.faces.component.html.HtmlInputSecret
-
Return the value of the maxlength
property.
- getMaxlength() - Method in class jakarta.faces.component.html.HtmlInputText
-
Return the value of the maxlength
property.
- getMaxRequestSize() - Method in class jakarta.servlet.MultipartConfigElement
-
Gets the maximum size allowed for multipart/form-data requests.
- getMaxResults() - Method in interface jakarta.persistence.Query
-
The maximum number of results the query object was set to
retrieve.
- getMaxTextMessageBufferSize() - Method in interface jakarta.websocket.Session
-
The maximum length of incoming text messages that this Session can buffer.
- getMediaType() - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Get the media type of the entity.
- getMediaType() - Method in interface jakarta.ws.rs.client.ClientResponseContext
-
Get the media type of the entity.
- getMediaType() - Method in class jakarta.ws.rs.client.Entity
-
Get entity media type.
- getMediaType() - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Get the media type of the entity.
- getMediaType() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Get the media type of the entity.
- getMediaType() - Method in interface jakarta.ws.rs.core.HttpHeaders
-
Get the media type of the request entity.
- getMediaType() - Method in class jakarta.ws.rs.core.Response
-
Get the media type of the message entity.
- getMediaType() - Method in class jakarta.ws.rs.core.Variant
-
Get the media type of the variant.
- getMediaType() - Method in interface jakarta.ws.rs.ext.InterceptorContext
-
Get media type of HTTP entity.
- getMediaType() - Method in interface jakarta.ws.rs.sse.OutboundSseEvent
-
- getMember() - Method in interface jakarta.enterprise.inject.spi.InjectionPoint
-
Get the
Field
object in the case of field injection, the
Method
object in the case of method parameter injection or the
Constructor
object in the case of
constructor parameter injection.
- getMemberFactory() - Method in class jakarta.faces.view.facelets.FaceletCache
-
- getMessage() - Method in exception jakarta.faces.application.ViewExpiredException
-
Return the message for this exception prepended with the view identifier if the view identifier is not
null
, otherwise, return the message.
- getMessage() - Method in class jakarta.servlet.jsp.tagext.ValidationMessage
-
Get the localized validation message.
- getMessage() - Method in interface jakarta.validation.ConstraintViolation
-
- getMessageBodyReader(Class<T>, Type, Annotation[], MediaType) - Method in interface jakarta.ws.rs.ext.Providers
-
Get a message body reader that matches a set of criteria.
- getMessageBodyWriter(Class<T>, Type, Annotation[], MediaType) - Method in interface jakarta.ws.rs.ext.Providers
-
Get a message body writer that matches a set of criteria.
- getMessageBundle() - Method in class jakarta.faces.application.Application
-
Return the fully qualified class name of the ResourceBundle
to be used for Jakarta Server Faces messages
for this application.
- getMessageBundle() - Method in class jakarta.faces.application.ApplicationWrapper
-
- getMessageHandlers() - Method in interface jakarta.websocket.Session
-
Return an unmodifiable copy of the set of MessageHandlers for this Session.
- getMessageInfo() - Method in interface jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContext
-
Returns the the low level Jakarta Authentication message info instance for the current request.
- getMessageInfo() - Method in class jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
-
- getMessageInterpolator() - Method in interface jakarta.validation.spi.ConfigurationState
-
Returns the message interpolator of this configuration.
- getMessageInterpolator() - Method in interface jakarta.validation.ValidatorFactory
-
Returns the
MessageInterpolator
instance configured at
initialization time for the
ValidatorFactory
.
- getMessageInterpolatorClassName() - Method in interface jakarta.validation.BootstrapConfiguration
-
- getMessageLayer() - Method in interface jakarta.security.auth.message.config.AuthConfig
-
Get the message layer name of this authentication context configuration object.
- getMessageLayer() - Method in interface jakarta.security.auth.message.config.AuthConfigFactory.RegistrationContext
-
Get the layer name from the registration context
- getMessageList() - Method in class jakarta.faces.context.FacesContext
-
- getMessageList(String) - Method in class jakarta.faces.context.FacesContext
-
- getMessageList() - Method in class jakarta.faces.context.FacesContextWrapper
-
- getMessageList(String) - Method in class jakarta.faces.context.FacesContextWrapper
-
- getMessages() - Method in class jakarta.faces.context.FacesContext
-
Return an
Iterator
over the
FacesMessage
s that have been queued,
whether or not they are associated with any specific client identifier.
- getMessages(String) - Method in class jakarta.faces.context.FacesContext
-
Return an
Iterator
over the
FacesMessage
s that have been queued that
are associated with the specified client identifier (if
clientId
is not
null
), or over the
FacesMessage
s that have been queued that are not associated with any specific
client identifier (if
clientId
is
null
).
- getMessages() - Method in class jakarta.faces.context.FacesContextWrapper
-
- getMessages(String) - Method in class jakarta.faces.context.FacesContextWrapper
-
- getMessageTemplate() - Method in interface jakarta.validation.ConstraintViolation
-
- getMessageTemplate() - Method in interface jakarta.validation.metadata.ConstraintDescriptor
-
The non-interpolated error message
- getMetadata() - Method in interface jakarta.enterprise.inject.spi.EventContext
-
- getMetadata() - Method in class jakarta.ws.rs.core.Response
-
- getMetadataMemberFactory() - Method in class jakarta.faces.view.facelets.FaceletCache
-
- getMetamodel() - Method in interface jakarta.persistence.EntityManager
-
Return an instance of Metamodel
interface for access to the
metamodel of the persistence unit.
- getMetamodel() - Method in interface jakarta.persistence.EntityManagerFactory
-
Return an instance of Metamodel
interface for access to the
metamodel of the persistence unit.
- getMethod() - Method in interface jakarta.interceptor.InvocationContext
-
Returns the method of the target class for which the interceptor was invoked.
- getMethod() - Method in interface jakarta.servlet.http.HttpServletRequest
-
Returns the name of the HTTP method with which this request was made, for example, GET, POST, or PUT.
- getMethod() - Method in class jakarta.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to return getMethod() on the wrapped request object.
- getMethod() - Method in interface jakarta.servlet.http.PushBuilder
-
Return the method to be used for the push.
- getMethod() - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Get the request method.
- getMethod() - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Get the request method.
- getMethod() - Method in interface jakarta.ws.rs.core.Request
-
Get the request method, e.g.
- getMethodCalls() - Method in class jakarta.faces.flow.Flow
-
Return an immutable data structure containing all the method call nodes declared for this flow.
- getMethodExpression() - Method in class jakarta.faces.flow.MethodCallNode
-
Return the MethodExpression
to be invoked to when control passes to this node.
- getMethodExpression(FaceletContext, Class, Class[]) - Method in class jakarta.faces.view.facelets.TagAttribute
-
Create a MethodExpression, using this attribute's value as the expression String.
- getMethodInfo(ELContext) - Method in class jakarta.el.MethodExpression
-
Evaluates the expression relative to the provided context, and returns information about the actual referenced
method.
- getMethodName() - Method in class jakarta.servlet.HttpMethodConstraintElement
-
Gets the HTTP method name.
- getMethodNames() - Method in class jakarta.servlet.ServletSecurityElement
-
Gets the set of HTTP method names named by the HttpMethodConstraints.
- getMethods() - Method in interface jakarta.enterprise.inject.spi.AnnotatedType
-
- getMethodSignature() - Method in class jakarta.servlet.jsp.tagext.TagAttributeInfo
-
Returns the expected method signature of this deferred method attribute.
- getMimeType(String) - Method in class jakarta.faces.context.ExternalContext
-
Returns the MIME type of the specified file or null
if the MIME type is not known.
- getMimeType(String) - Method in class jakarta.faces.context.ExternalContextWrapper
-
- getMimeType(String) - Method in interface jakarta.servlet.ServletContext
-
Returns the MIME type of the specified file, or null
if the MIME type is not known.
- getMinFractionDigits() - Method in class jakarta.faces.convert.NumberConverter
-
Return the minimum number of digits getAsString()
should render in the fraction portion of the result.
- getMinimum() - Method in class jakarta.faces.validator.DoubleRangeValidator
-
Return the minimum value to be enforced by this
Validator
, or
Double.MIN_VALUE
if it has not
been set.
- getMinimum() - Method in class jakarta.faces.validator.LengthValidator
-
Return the minimum length to be enforced by this
Validator
, or
0
if the minimum has not been
set.
- getMinimum() - Method in class jakarta.faces.validator.LongRangeValidator
-
Return the minimum value to be enforced by this
Validator
.
- getMinIntegerDigits() - Method in class jakarta.faces.convert.NumberConverter
-
Return the minimum number of digits getAsString()
should render in the integer portion of the result.
- getMinorVersion() - Method in interface jakarta.servlet.ServletContext
-
Returns the minor version of Jakarta Servlet that this container supports.
- getMinute() - Method in class jakarta.ejb.ScheduleExpression
-
Return the value of the minute attribute.
- getModel() - Method in interface jakarta.persistence.criteria.CollectionJoin
-
Return the metamodel representation for the collection
attribute.
- getModel() - Method in interface jakarta.persistence.criteria.ListJoin
-
Return the metamodel representation for the list attribute.
- getModel() - Method in interface jakarta.persistence.criteria.MapJoin
-
Return the metamodel representation for the map attribute.
- getModel() - Method in interface jakarta.persistence.criteria.Path
-
Return the bindable object that corresponds to the
path expression.
- getModel() - Method in interface jakarta.persistence.criteria.PluralJoin
-
Return the metamodel representation for the collection-valued
attribute corresponding to the join.
- getModel() - Method in interface jakarta.persistence.criteria.Root
-
Return the metamodel entity corresponding to the root.
- getModel() - Method in interface jakarta.persistence.criteria.SetJoin
-
Return the metamodel representation for the set attribute.
- getMonth() - Method in class jakarta.ejb.ScheduleExpression
-
Return the value of the month attribute.
- getName() - Method in class jakarta.el.MethodInfo
-
Returns the name of the method
- getName() - Method in interface jakarta.enterprise.inject.spi.BeanAttributes
-
Obtains the
EL name of a bean, if it has one.
- getName() - Method in class jakarta.faces.component.behavior.ClientBehaviorContext.Parameter
-
Returns the Parameter's name.
- getName() - Method in class jakarta.faces.component.html.HtmlCommandScript
-
Return the value of the name
property.
- getName() - Method in class jakarta.faces.component.UIParameter
-
Return the optional parameter name for this parameter.
- getName() - Method in class jakarta.faces.component.UIViewParameter
-
Return the request parameter name from which the value is retrieved.
- getName() - Method in class jakarta.faces.event.PhaseId
-
Return the name of this phase.
- getName() - Method in class jakarta.faces.flow.Parameter
-
Return the name of the parameter
- getName() - Method in interface jakarta.faces.view.AttachedObjectTarget
-
Returns the name by which this attached object target is exposed to the page author.
- getName() - Method in class jakarta.faces.webapp.FacetTag
-
Return the name to be assigned to this facet.
- getName() - Method in interface jakarta.persistence.EntityGraph
-
Return the name of a named EntityGraph (an entity graph
defined by means of the NamedEntityGraph
annotation, XML descriptor element, or added by means of the
addNamedEntityGraph
method.
- getName() - Method in interface jakarta.persistence.metamodel.Attribute
-
Return the name of the attribute.
- getName() - Method in interface jakarta.persistence.metamodel.EntityType
-
Return the entity name.
- getName() - Method in interface jakarta.persistence.Parameter
-
Return the parameter name, or null if the parameter is
not a named parameter or no name has been assigned.
- getName() - Method in class jakarta.security.auth.message.callback.CallerPrincipalCallback
-
Get the caller principal name.
- getName() - Method in class jakarta.security.enterprise.CallerPrincipal
-
The name of the caller
- getName() - Method in class jakarta.servlet.http.Cookie
-
Returns the name of the cookie.
- getName() - Method in class jakarta.servlet.http.HttpSessionBindingEvent
-
Returns the name with which the attribute is bound to or unbound from the session.
- getName() - Method in interface jakarta.servlet.http.Part
-
Gets the name of this part
- getName() - Method in class jakarta.servlet.jsp.tagext.FunctionInfo
-
The name of the function.
- getName() - Method in class jakarta.servlet.jsp.tagext.TagAttributeInfo
-
The name of this attribute.
- getName() - Method in class jakarta.servlet.jsp.tagext.TagFileInfo
-
The unique action name of this tag.
- getName() - Method in interface jakarta.servlet.Registration
-
Gets the name of the Servlet or Filter that is represented by this Registration.
- getName() - Method in class jakarta.servlet.ServletContextAttributeEvent
-
Gets the name of the ServletContext attribute that changed.
- getName() - Method in class jakarta.servlet.ServletRequestAttributeEvent
-
Return the name of the attribute that changed on the ServletRequest.
- getName() - Method in interface jakarta.servlet.SessionCookieConfig
-
Gets the name that will be assigned to any session tracking cookies created on behalf of the application represented
by the ServletContext from which this SessionCookieConfig was acquired.
- getName() - Method in interface jakarta.validation.metadata.ExecutableDescriptor
-
Returns the method name in case this descriptor represents a method or
the non-qualified name of the declaring class in case this descriptor
represents a constructor.
- getName() - Method in interface jakarta.validation.metadata.ParameterDescriptor
-
Returns this parameter's name as retrieved by the current parameter name
resolver.
- getName() - Method in interface jakarta.validation.Path.Node
-
Returns the name of the element which the node represents:
null
if it is a leaf node which represents an entity / bean.
- getName() - Method in interface jakarta.websocket.Extension
-
The name of the extension.
- getName() - Method in interface jakarta.websocket.Extension.Parameter
-
Return the name of the extension parameter.
- getName() - Method in class jakarta.ws.rs.core.Cookie
-
Get the name of the cookie.
- getName() - Method in interface jakarta.ws.rs.sse.SseEvent
-
Get event name.
- getNamedDispatcher(String) - Method in interface jakarta.servlet.ServletContext
-
- getNameFromAttribute() - Method in class jakarta.servlet.jsp.tagext.TagVariableInfo
-
The body of the <name-from-attribute> element.
- getNameGiven() - Method in class jakarta.servlet.jsp.tagext.TagVariableInfo
-
The body of the <name-given> element.
- getNamespace() - Method in class jakarta.faces.view.facelets.Tag
-
Return the resolved XML Namespace for this tag in the Facelets view.
- getNamespace() - Method in class jakarta.faces.view.facelets.TagAttribute
-
The resolved Namespace for this attribute
- getNamespaces() - Method in class jakarta.faces.view.facelets.TagAttributes
-
A list of Namespaces found in this set
- getNamingContainer() - Method in class jakarta.faces.component.UIComponent
-
Starting with "this", return the closest component in the ancestry that is a NamingContainer
or
null
if none can be found.
- getNamingContainerSeparatorChar() - Method in class jakarta.faces.context.FacesContext
-
- getNamingContainerSeparatorChar() - Method in class jakarta.faces.context.FacesContextWrapper
-
- getNavigationCase(FacesContext, String, String) - Method in class jakarta.faces.application.ConfigurableNavigationHandler
-
- getNavigationCase(FacesContext, String, String, String) - Method in class jakarta.faces.application.ConfigurableNavigationHandler
-
- getNavigationCase(FacesContext, String, String) - Method in class jakarta.faces.application.ConfigurableNavigationHandlerWrapper
-
- getNavigationCase(FacesContext, String, String, String) - Method in class jakarta.faces.application.ConfigurableNavigationHandlerWrapper
-
- getNavigationCases() - Method in class jakarta.faces.application.ConfigurableNavigationHandler
-
Return a Map<String,
Set<NavigationCase>>
where the keys are <from-view-id>
values and the values are
Set<NavigationCase>
where each element in the Set is a NavigationCase
that applies to
that <from-view-id>
.
- getNavigationCases() - Method in class jakarta.faces.application.ConfigurableNavigationHandlerWrapper
-
- getNavigationCases() - Method in class jakarta.faces.flow.Flow
-
Return an unmodifiable view of the navigation cases within this flow.
- getNavigationHandler() - Method in class jakarta.faces.application.Application
-
Return the
NavigationHandler
instance that will be passed the outcome returned by any invoked application
action for this web application.
- getNavigationHandler() - Method in class jakarta.faces.application.ApplicationWrapper
-
- getNegotiatedExtensions(List<Extension>, List<Extension>) - Method in class jakarta.websocket.server.ServerEndpointConfig.Configurator
-
Return the ordered list of extensions that t server endpoint will support given the requested extension list
passed in, the empty list if none.
- getNegotiatedExtensions() - Method in interface jakarta.websocket.Session
-
Return the list of extensions currently in use for this conversation.
- getNegotiatedSubprotocol(List<String>, List<String>) - Method in class jakarta.websocket.server.ServerEndpointConfig.Configurator
-
Return the subprotocol the server endpoint has chosen from the requested list supplied by a client who wishes
to connect, or none if there wasn't one this server endpoint liked.
- getNegotiatedSubprotocol() - Method in interface jakarta.websocket.Session
-
Return the sub protocol agreed during the websocket handshake for this conversation.
- getNewTempClassLoader() - Method in interface jakarta.persistence.spi.PersistenceUnitInfo
-
Return a new instance of a ClassLoader that the provider may
use to temporarily load any classes, resources, or open
URLs.
- getNewValue() - Method in class jakarta.faces.event.ValueChangeEvent
-
Return the current local value of the source
UIComponent
.
- getNextHandler() - Method in interface jakarta.faces.view.facelets.TagConfig
-
- getNextTimeout() - Method in interface jakarta.ejb.Timer
-
Get the point in time at which the next timer expiration is scheduled to occur.
- getNoCacheFields() - Method in class jakarta.ws.rs.core.CacheControl
-
Corresponds to the value of the no-cache cache control directive.
- getNode(String) - Method in class jakarta.faces.flow.Flow
-
Return the generic FlowNode
by id, or null
if not found.
- getNonJtaDataSource() - Method in interface jakarta.persistence.spi.PersistenceUnitInfo
-
Returns the non-JTA-enabled data source to be used by the
persistence provider for accessing data outside a JTA
transaction.
- getObject(FaceletContext) - Method in class jakarta.faces.view.facelets.TagAttribute
-
Delegates to getObject with Object.class as a param
- getObject(FaceletContext, Class) - Method in class jakarta.faces.view.facelets.TagAttribute
-
If literal, simply coerce our String literal value using an ExpressionFactory, otherwise create a ValueExpression and
evaluate it.
- getObject() - Method in interface jakarta.json.stream.JsonParser
-
Returns a JsonObject
and advances the parser to the
corresponding END_OBJECT
.
- getObject() - Method in exception jakarta.persistence.LockTimeoutException
-
Returns the object that caused this exception.
- getObject() - Method in exception jakarta.websocket.EncodeException
-
Return the Object that could not be encoded.
- getObjectStream() - Method in interface jakarta.json.stream.JsonParser
-
Returns a stream of the JsonObject
's
name/value pairs.
- getObservedQualifiers() - Method in interface jakarta.enterprise.inject.spi.ObserverMethod
-
- getObservedType() - Method in interface jakarta.enterprise.inject.spi.ObserverMethod
-
- getObserverMethod() - Method in interface jakarta.enterprise.inject.spi.ProcessObserverMethod
-
The
ObserverMethod
object that will be used by the container to invoke the observer
when a matching event is fired.
- getOldValue() - Method in class jakarta.faces.event.ValueChangeEvent
-
Return the previous local value of the source
UIComponent
.
- getOn() - Method in interface jakarta.persistence.criteria.Join
-
Return the predicate that corresponds to the ON
restriction(s) on the join, or null if no ON condition
has been specified.
- getOnblur() - Method in class jakarta.faces.component.html.HtmlCommandButton
-
Return the value of the onblur
property.
- getOnblur() - Method in class jakarta.faces.component.html.HtmlCommandLink
-
Return the value of the onblur
property.
- getOnblur() - Method in class jakarta.faces.component.html.HtmlInputFile
-
Return the value of the onblur
property.
- getOnblur() - Method in class jakarta.faces.component.html.HtmlInputSecret
-
Return the value of the onblur
property.
- getOnblur() - Method in class jakarta.faces.component.html.HtmlInputText
-
Return the value of the onblur
property.
- getOnblur() - Method in class jakarta.faces.component.html.HtmlInputTextarea
-
Return the value of the onblur
property.
- getOnblur() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
-
Return the value of the onblur
property.
- getOnblur() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
-
Return the value of the onblur
property.
- getOnblur() - Method in class jakarta.faces.component.html.HtmlOutputLabel
-
Return the value of the onblur
property.
- getOnblur() - Method in class jakarta.faces.component.html.HtmlOutputLink
-
Return the value of the onblur
property.
- getOnblur() - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
-
Return the value of the onblur
property.
- getOnblur() - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
-
Return the value of the onblur
property.
- getOnblur() - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
-
Return the value of the onblur
property.
- getOnblur() - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
-
Return the value of the onblur
property.
- getOnblur() - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
-
Return the value of the onblur
property.
- getOnblur() - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
-
Return the value of the onblur
property.
- getOnblur() - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
-
Return the value of the onblur
property.
- getOnchange() - Method in class jakarta.faces.component.html.HtmlCommandButton
-
Return the value of the onchange
property.
- getOnchange() - Method in class jakarta.faces.component.html.HtmlInputFile
-
Return the value of the onchange
property.
- getOnchange() - Method in class jakarta.faces.component.html.HtmlInputSecret
-
Return the value of the onchange
property.
- getOnchange() - Method in class jakarta.faces.component.html.HtmlInputText
-
Return the value of the onchange
property.
- getOnchange() - Method in class jakarta.faces.component.html.HtmlInputTextarea
-
Return the value of the onchange
property.
- getOnchange() - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
-
Return the value of the onchange
property.
- getOnchange() - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
-
Return the value of the onchange
property.
- getOnchange() - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
-
Return the value of the onchange
property.
- getOnchange() - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
-
Return the value of the onchange
property.
- getOnchange() - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
-
Return the value of the onchange
property.
- getOnchange() - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
-
Return the value of the onchange
property.
- getOnchange() - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
-
Return the value of the onchange
property.
- getOnclick() - Method in class jakarta.faces.component.html.HtmlBody
-
Return the value of the onclick
property.
- getOnclick() - Method in class jakarta.faces.component.html.HtmlCommandButton
-
Return the value of the onclick
property.
- getOnclick() - Method in class jakarta.faces.component.html.HtmlCommandLink
-
Return the value of the onclick
property.
- getOnclick() - Method in class jakarta.faces.component.html.HtmlDataTable
-
Return the value of the onclick
property.
- getOnclick() - Method in class jakarta.faces.component.html.HtmlForm
-
Return the value of the onclick
property.
- getOnclick() - Method in class jakarta.faces.component.html.HtmlGraphicImage
-
Return the value of the onclick
property.
- getOnclick() - Method in class jakarta.faces.component.html.HtmlInputFile
-
Return the value of the onclick
property.
- getOnclick() - Method in class jakarta.faces.component.html.HtmlInputSecret
-
Return the value of the onclick
property.
- getOnclick() - Method in class jakarta.faces.component.html.HtmlInputText
-
Return the value of the onclick
property.
- getOnclick() - Method in class jakarta.faces.component.html.HtmlInputTextarea
-
Return the value of the onclick
property.
- getOnclick() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
-
Return the value of the onclick
property.
- getOnclick() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
-
Return the value of the onclick
property.
- getOnclick() - Method in class jakarta.faces.component.html.HtmlOutputLabel
-
Return the value of the onclick
property.
- getOnclick() - Method in class jakarta.faces.component.html.HtmlOutputLink
-
Return the value of the onclick
property.
- getOnclick() - Method in class jakarta.faces.component.html.HtmlPanelGrid
-
Return the value of the onclick
property.
- getOnclick() - Method in class jakarta.faces.component.html.HtmlPanelGroup
-
Return the value of the onclick
property.
- getOnclick() - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
-
Return the value of the onclick
property.
- getOnclick() - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
-
Return the value of the onclick
property.
- getOnclick() - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
-
Return the value of the onclick
property.
- getOnclick() - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
-
Return the value of the onclick
property.
- getOnclick() - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
-
Return the value of the onclick
property.
- getOnclick() - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
-
Return the value of the onclick
property.
- getOnclick() - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
-
Return the value of the onclick
property.
- getOnclose() - Method in class jakarta.faces.component.UIWebsocket
-
Returns the JavaScript event handler function that is invoked when the websocket is closed.
- getOndblclick() - Method in class jakarta.faces.component.html.HtmlBody
-
Return the value of the ondblclick
property.
- getOndblclick() - Method in class jakarta.faces.component.html.HtmlCommandButton
-
Return the value of the ondblclick
property.
- getOndblclick() - Method in class jakarta.faces.component.html.HtmlCommandLink
-
Return the value of the ondblclick
property.
- getOndblclick() - Method in class jakarta.faces.component.html.HtmlDataTable
-
Return the value of the ondblclick
property.
- getOndblclick() - Method in class jakarta.faces.component.html.HtmlForm
-
Return the value of the ondblclick
property.
- getOndblclick() - Method in class jakarta.faces.component.html.HtmlGraphicImage
-
Return the value of the ondblclick
property.
- getOndblclick() - Method in class jakarta.faces.component.html.HtmlInputFile
-
Return the value of the ondblclick
property.
- getOndblclick() - Method in class jakarta.faces.component.html.HtmlInputSecret
-
Return the value of the ondblclick
property.
- getOndblclick() - Method in class jakarta.faces.component.html.HtmlInputText
-
Return the value of the ondblclick
property.
- getOndblclick() - Method in class jakarta.faces.component.html.HtmlInputTextarea
-
Return the value of the ondblclick
property.
- getOndblclick() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
-
Return the value of the ondblclick
property.
- getOndblclick() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
-
Return the value of the ondblclick
property.
- getOndblclick() - Method in class jakarta.faces.component.html.HtmlOutputLabel
-
Return the value of the ondblclick
property.
- getOndblclick() - Method in class jakarta.faces.component.html.HtmlOutputLink
-
Return the value of the ondblclick
property.
- getOndblclick() - Method in class jakarta.faces.component.html.HtmlPanelGrid
-
Return the value of the ondblclick
property.
- getOndblclick() - Method in class jakarta.faces.component.html.HtmlPanelGroup
-
Return the value of the ondblclick
property.
- getOndblclick() - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
-
Return the value of the ondblclick
property.
- getOndblclick() - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
-
Return the value of the ondblclick
property.
- getOndblclick() - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
-
Return the value of the ondblclick
property.
- getOndblclick() - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
-
Return the value of the ondblclick
property.
- getOndblclick() - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
-
Return the value of the ondblclick
property.
- getOndblclick() - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
-
Return the value of the ondblclick
property.
- getOndblclick() - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
-
Return the value of the ondblclick
property.
- getOnerror() - Method in class jakarta.faces.component.behavior.AjaxBehavior
-
Return the String
of JavaScript function name that will be used to identify the client callback function
that should be run in the event of an error.
- getOnerror() - Method in class jakarta.faces.component.html.HtmlCommandScript
-
Return the value of the onerror
property.
- getOnevent() - Method in class jakarta.faces.component.behavior.AjaxBehavior
-
Return the String
of JavaScript function name that will be used to identify the client callback function
that should be run on the occurance of a client-side event.
- getOnevent() - Method in class jakarta.faces.component.html.HtmlCommandScript
-
Return the value of the onevent
property.
- getOnfocus() - Method in class jakarta.faces.component.html.HtmlCommandButton
-
Return the value of the onfocus
property.
- getOnfocus() - Method in class jakarta.faces.component.html.HtmlCommandLink
-
Return the value of the onfocus
property.
- getOnfocus() - Method in class jakarta.faces.component.html.HtmlInputFile
-
Return the value of the onfocus
property.
- getOnfocus() - Method in class jakarta.faces.component.html.HtmlInputSecret
-
Return the value of the onfocus
property.
- getOnfocus() - Method in class jakarta.faces.component.html.HtmlInputText
-
Return the value of the onfocus
property.
- getOnfocus() - Method in class jakarta.faces.component.html.HtmlInputTextarea
-
Return the value of the onfocus
property.
- getOnfocus() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
-
Return the value of the onfocus
property.
- getOnfocus() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
-
Return the value of the onfocus
property.
- getOnfocus() - Method in class jakarta.faces.component.html.HtmlOutputLabel
-
Return the value of the onfocus
property.
- getOnfocus() - Method in class jakarta.faces.component.html.HtmlOutputLink
-
Return the value of the onfocus
property.
- getOnfocus() - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
-
Return the value of the onfocus
property.
- getOnfocus() - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
-
Return the value of the onfocus
property.
- getOnfocus() - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
-
Return the value of the onfocus
property.
- getOnfocus() - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
-
Return the value of the onfocus
property.
- getOnfocus() - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
-
Return the value of the onfocus
property.
- getOnfocus() - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
-
Return the value of the onfocus
property.
- getOnfocus() - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
-
Return the value of the onfocus
property.
- getOnkeydown() - Method in class jakarta.faces.component.html.HtmlBody
-
Return the value of the onkeydown
property.
- getOnkeydown() - Method in class jakarta.faces.component.html.HtmlCommandButton
-
Return the value of the onkeydown
property.
- getOnkeydown() - Method in class jakarta.faces.component.html.HtmlCommandLink
-
Return the value of the onkeydown
property.
- getOnkeydown() - Method in class jakarta.faces.component.html.HtmlDataTable
-
Return the value of the onkeydown
property.
- getOnkeydown() - Method in class jakarta.faces.component.html.HtmlForm
-
Return the value of the onkeydown
property.
- getOnkeydown() - Method in class jakarta.faces.component.html.HtmlGraphicImage
-
Return the value of the onkeydown
property.
- getOnkeydown() - Method in class jakarta.faces.component.html.HtmlInputFile
-
Return the value of the onkeydown
property.
- getOnkeydown() - Method in class jakarta.faces.component.html.HtmlInputSecret
-
Return the value of the onkeydown
property.
- getOnkeydown() - Method in class jakarta.faces.component.html.HtmlInputText
-
Return the value of the onkeydown
property.
- getOnkeydown() - Method in class jakarta.faces.component.html.HtmlInputTextarea
-
Return the value of the onkeydown
property.
- getOnkeydown() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
-
Return the value of the onkeydown
property.
- getOnkeydown() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
-
Return the value of the onkeydown
property.
- getOnkeydown() - Method in class jakarta.faces.component.html.HtmlOutputLabel
-
Return the value of the onkeydown
property.
- getOnkeydown() - Method in class jakarta.faces.component.html.HtmlOutputLink
-
Return the value of the onkeydown
property.
- getOnkeydown() - Method in class jakarta.faces.component.html.HtmlPanelGrid
-
Return the value of the onkeydown
property.
- getOnkeydown() - Method in class jakarta.faces.component.html.HtmlPanelGroup
-
Return the value of the onkeydown
property.
- getOnkeydown() - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
-
Return the value of the onkeydown
property.
- getOnkeydown() - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
-
Return the value of the onkeydown
property.
- getOnkeydown() - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
-
Return the value of the onkeydown
property.
- getOnkeydown() - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
-
Return the value of the onkeydown
property.
- getOnkeydown() - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
-
Return the value of the onkeydown
property.
- getOnkeydown() - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
-
Return the value of the onkeydown
property.
- getOnkeydown() - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
-
Return the value of the onkeydown
property.
- getOnkeypress() - Method in class jakarta.faces.component.html.HtmlBody
-
Return the value of the onkeypress
property.
- getOnkeypress() - Method in class jakarta.faces.component.html.HtmlCommandButton
-
Return the value of the onkeypress
property.
- getOnkeypress() - Method in class jakarta.faces.component.html.HtmlCommandLink
-
Return the value of the onkeypress
property.
- getOnkeypress() - Method in class jakarta.faces.component.html.HtmlDataTable
-
Return the value of the onkeypress
property.
- getOnkeypress() - Method in class jakarta.faces.component.html.HtmlForm
-
Return the value of the onkeypress
property.
- getOnkeypress() - Method in class jakarta.faces.component.html.HtmlGraphicImage
-
Return the value of the onkeypress
property.
- getOnkeypress() - Method in class jakarta.faces.component.html.HtmlInputFile
-
Return the value of the onkeypress
property.
- getOnkeypress() - Method in class jakarta.faces.component.html.HtmlInputSecret
-
Return the value of the onkeypress
property.
- getOnkeypress() - Method in class jakarta.faces.component.html.HtmlInputText
-
Return the value of the onkeypress
property.
- getOnkeypress() - Method in class jakarta.faces.component.html.HtmlInputTextarea
-
Return the value of the onkeypress
property.
- getOnkeypress() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
-
Return the value of the onkeypress
property.
- getOnkeypress() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
-
Return the value of the onkeypress
property.
- getOnkeypress() - Method in class jakarta.faces.component.html.HtmlOutputLabel
-
Return the value of the onkeypress
property.
- getOnkeypress() - Method in class jakarta.faces.component.html.HtmlOutputLink
-
Return the value of the onkeypress
property.
- getOnkeypress() - Method in class jakarta.faces.component.html.HtmlPanelGrid
-
Return the value of the onkeypress
property.
- getOnkeypress() - Method in class jakarta.faces.component.html.HtmlPanelGroup
-
Return the value of the onkeypress
property.
- getOnkeypress() - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
-
Return the value of the onkeypress
property.
- getOnkeypress() - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
-
Return the value of the onkeypress
property.
- getOnkeypress() - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
-
Return the value of the onkeypress
property.
- getOnkeypress() - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
-
Return the value of the onkeypress
property.
- getOnkeypress() - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
-
Return the value of the onkeypress
property.
- getOnkeypress() - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
-
Return the value of the onkeypress
property.
- getOnkeypress() - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
-
Return the value of the onkeypress
property.
- getOnkeyup() - Method in class jakarta.faces.component.html.HtmlBody
-
Return the value of the onkeyup
property.
- getOnkeyup() - Method in class jakarta.faces.component.html.HtmlCommandButton
-
Return the value of the onkeyup
property.
- getOnkeyup() - Method in class jakarta.faces.component.html.HtmlCommandLink
-
Return the value of the onkeyup
property.
- getOnkeyup() - Method in class jakarta.faces.component.html.HtmlDataTable
-
Return the value of the onkeyup
property.
- getOnkeyup() - Method in class jakarta.faces.component.html.HtmlForm
-
Return the value of the onkeyup
property.
- getOnkeyup() - Method in class jakarta.faces.component.html.HtmlGraphicImage
-
Return the value of the onkeyup
property.
- getOnkeyup() - Method in class jakarta.faces.component.html.HtmlInputFile
-
Return the value of the onkeyup
property.
- getOnkeyup() - Method in class jakarta.faces.component.html.HtmlInputSecret
-
Return the value of the onkeyup
property.
- getOnkeyup() - Method in class jakarta.faces.component.html.HtmlInputText
-
Return the value of the onkeyup
property.
- getOnkeyup() - Method in class jakarta.faces.component.html.HtmlInputTextarea
-
Return the value of the onkeyup
property.
- getOnkeyup() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
-
Return the value of the onkeyup
property.
- getOnkeyup() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
-
Return the value of the onkeyup
property.
- getOnkeyup() - Method in class jakarta.faces.component.html.HtmlOutputLabel
-
Return the value of the onkeyup
property.
- getOnkeyup() - Method in class jakarta.faces.component.html.HtmlOutputLink
-
Return the value of the onkeyup
property.
- getOnkeyup() - Method in class jakarta.faces.component.html.HtmlPanelGrid
-
Return the value of the onkeyup
property.
- getOnkeyup() - Method in class jakarta.faces.component.html.HtmlPanelGroup
-
Return the value of the onkeyup
property.
- getOnkeyup() - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
-
Return the value of the onkeyup
property.
- getOnkeyup() - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
-
Return the value of the onkeyup
property.
- getOnkeyup() - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
-
Return the value of the onkeyup
property.
- getOnkeyup() - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
-
Return the value of the onkeyup
property.
- getOnkeyup() - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
-
Return the value of the onkeyup
property.
- getOnkeyup() - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
-
Return the value of the onkeyup
property.
- getOnkeyup() - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
-
Return the value of the onkeyup
property.
- getOnload() - Method in class jakarta.faces.component.html.HtmlBody
-
Return the value of the onload
property.
- getOnmessage() - Method in class jakarta.faces.component.UIWebsocket
-
Returns the JavaScript event handler function that is invoked when a push message is received from the server.
- getOnmousedown() - Method in class jakarta.faces.component.html.HtmlBody
-
Return the value of the onmousedown
property.
- getOnmousedown() - Method in class jakarta.faces.component.html.HtmlCommandButton
-
Return the value of the onmousedown
property.
- getOnmousedown() - Method in class jakarta.faces.component.html.HtmlCommandLink
-
Return the value of the onmousedown
property.
- getOnmousedown() - Method in class jakarta.faces.component.html.HtmlDataTable
-
Return the value of the onmousedown
property.
- getOnmousedown() - Method in class jakarta.faces.component.html.HtmlForm
-
Return the value of the onmousedown
property.
- getOnmousedown() - Method in class jakarta.faces.component.html.HtmlGraphicImage
-
Return the value of the onmousedown
property.
- getOnmousedown() - Method in class jakarta.faces.component.html.HtmlInputFile
-
Return the value of the onmousedown
property.
- getOnmousedown() - Method in class jakarta.faces.component.html.HtmlInputSecret
-
Return the value of the onmousedown
property.
- getOnmousedown() - Method in class jakarta.faces.component.html.HtmlInputText
-
Return the value of the onmousedown
property.
- getOnmousedown() - Method in class jakarta.faces.component.html.HtmlInputTextarea
-
Return the value of the onmousedown
property.
- getOnmousedown() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
-
Return the value of the onmousedown
property.
- getOnmousedown() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
-
Return the value of the onmousedown
property.
- getOnmousedown() - Method in class jakarta.faces.component.html.HtmlOutputLabel
-
Return the value of the onmousedown
property.
- getOnmousedown() - Method in class jakarta.faces.component.html.HtmlOutputLink
-
Return the value of the onmousedown
property.
- getOnmousedown() - Method in class jakarta.faces.component.html.HtmlPanelGrid
-
Return the value of the onmousedown
property.
- getOnmousedown() - Method in class jakarta.faces.component.html.HtmlPanelGroup
-
Return the value of the onmousedown
property.
- getOnmousedown() - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
-
Return the value of the onmousedown
property.
- getOnmousedown() - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
-
Return the value of the onmousedown
property.
- getOnmousedown() - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
-
Return the value of the onmousedown
property.
- getOnmousedown() - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
-
Return the value of the onmousedown
property.
- getOnmousedown() - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
-
Return the value of the onmousedown
property.
- getOnmousedown() - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
-
Return the value of the onmousedown
property.
- getOnmousedown() - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
-
Return the value of the onmousedown
property.
- getOnmousemove() - Method in class jakarta.faces.component.html.HtmlBody
-
Return the value of the onmousemove
property.
- getOnmousemove() - Method in class jakarta.faces.component.html.HtmlCommandButton
-
Return the value of the onmousemove
property.
- getOnmousemove() - Method in class jakarta.faces.component.html.HtmlCommandLink
-
Return the value of the onmousemove
property.
- getOnmousemove() - Method in class jakarta.faces.component.html.HtmlDataTable
-
Return the value of the onmousemove
property.
- getOnmousemove() - Method in class jakarta.faces.component.html.HtmlForm
-
Return the value of the onmousemove
property.
- getOnmousemove() - Method in class jakarta.faces.component.html.HtmlGraphicImage
-
Return the value of the onmousemove
property.
- getOnmousemove() - Method in class jakarta.faces.component.html.HtmlInputFile
-
Return the value of the onmousemove
property.
- getOnmousemove() - Method in class jakarta.faces.component.html.HtmlInputSecret
-
Return the value of the onmousemove
property.
- getOnmousemove() - Method in class jakarta.faces.component.html.HtmlInputText
-
Return the value of the onmousemove
property.
- getOnmousemove() - Method in class jakarta.faces.component.html.HtmlInputTextarea
-
Return the value of the onmousemove
property.
- getOnmousemove() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
-
Return the value of the onmousemove
property.
- getOnmousemove() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
-
Return the value of the onmousemove
property.
- getOnmousemove() - Method in class jakarta.faces.component.html.HtmlOutputLabel
-
Return the value of the onmousemove
property.
- getOnmousemove() - Method in class jakarta.faces.component.html.HtmlOutputLink
-
Return the value of the onmousemove
property.
- getOnmousemove() - Method in class jakarta.faces.component.html.HtmlPanelGrid
-
Return the value of the onmousemove
property.
- getOnmousemove() - Method in class jakarta.faces.component.html.HtmlPanelGroup
-
Return the value of the onmousemove
property.
- getOnmousemove() - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
-
Return the value of the onmousemove
property.
- getOnmousemove() - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
-
Return the value of the onmousemove
property.
- getOnmousemove() - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
-
Return the value of the onmousemove
property.
- getOnmousemove() - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
-
Return the value of the onmousemove
property.
- getOnmousemove() - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
-
Return the value of the onmousemove
property.
- getOnmousemove() - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
-
Return the value of the onmousemove
property.
- getOnmousemove() - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
-
Return the value of the onmousemove
property.
- getOnmouseout() - Method in class jakarta.faces.component.html.HtmlBody
-
Return the value of the onmouseout
property.
- getOnmouseout() - Method in class jakarta.faces.component.html.HtmlCommandButton
-
Return the value of the onmouseout
property.
- getOnmouseout() - Method in class jakarta.faces.component.html.HtmlCommandLink
-
Return the value of the onmouseout
property.
- getOnmouseout() - Method in class jakarta.faces.component.html.HtmlDataTable
-
Return the value of the onmouseout
property.
- getOnmouseout() - Method in class jakarta.faces.component.html.HtmlForm
-
Return the value of the onmouseout
property.
- getOnmouseout() - Method in class jakarta.faces.component.html.HtmlGraphicImage
-
Return the value of the onmouseout
property.
- getOnmouseout() - Method in class jakarta.faces.component.html.HtmlInputFile
-
Return the value of the onmouseout
property.
- getOnmouseout() - Method in class jakarta.faces.component.html.HtmlInputSecret
-
Return the value of the onmouseout
property.
- getOnmouseout() - Method in class jakarta.faces.component.html.HtmlInputText
-
Return the value of the onmouseout
property.
- getOnmouseout() - Method in class jakarta.faces.component.html.HtmlInputTextarea
-
Return the value of the onmouseout
property.
- getOnmouseout() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
-
Return the value of the onmouseout
property.
- getOnmouseout() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
-
Return the value of the onmouseout
property.
- getOnmouseout() - Method in class jakarta.faces.component.html.HtmlOutputLabel
-
Return the value of the onmouseout
property.
- getOnmouseout() - Method in class jakarta.faces.component.html.HtmlOutputLink
-
Return the value of the onmouseout
property.
- getOnmouseout() - Method in class jakarta.faces.component.html.HtmlPanelGrid
-
Return the value of the onmouseout
property.
- getOnmouseout() - Method in class jakarta.faces.component.html.HtmlPanelGroup
-
Return the value of the onmouseout
property.
- getOnmouseout() - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
-
Return the value of the onmouseout
property.
- getOnmouseout() - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
-
Return the value of the onmouseout
property.
- getOnmouseout() - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
-
Return the value of the onmouseout
property.
- getOnmouseout() - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
-
Return the value of the onmouseout
property.
- getOnmouseout() - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
-
Return the value of the onmouseout
property.
- getOnmouseout() - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
-
Return the value of the onmouseout
property.
- getOnmouseout() - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
-
Return the value of the onmouseout
property.
- getOnmouseover() - Method in class jakarta.faces.component.html.HtmlBody
-
Return the value of the onmouseover
property.
- getOnmouseover() - Method in class jakarta.faces.component.html.HtmlCommandButton
-
Return the value of the onmouseover
property.
- getOnmouseover() - Method in class jakarta.faces.component.html.HtmlCommandLink
-
Return the value of the onmouseover
property.
- getOnmouseover() - Method in class jakarta.faces.component.html.HtmlDataTable
-
Return the value of the onmouseover
property.
- getOnmouseover() - Method in class jakarta.faces.component.html.HtmlForm
-
Return the value of the onmouseover
property.
- getOnmouseover() - Method in class jakarta.faces.component.html.HtmlGraphicImage
-
Return the value of the onmouseover
property.
- getOnmouseover() - Method in class jakarta.faces.component.html.HtmlInputFile
-
Return the value of the onmouseover
property.
- getOnmouseover() - Method in class jakarta.faces.component.html.HtmlInputSecret
-
Return the value of the onmouseover
property.
- getOnmouseover() - Method in class jakarta.faces.component.html.HtmlInputText
-
Return the value of the onmouseover
property.
- getOnmouseover() - Method in class jakarta.faces.component.html.HtmlInputTextarea
-
Return the value of the onmouseover
property.
- getOnmouseover() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
-
Return the value of the onmouseover
property.
- getOnmouseover() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
-
Return the value of the onmouseover
property.
- getOnmouseover() - Method in class jakarta.faces.component.html.HtmlOutputLabel
-
Return the value of the onmouseover
property.
- getOnmouseover() - Method in class jakarta.faces.component.html.HtmlOutputLink
-
Return the value of the onmouseover
property.
- getOnmouseover() - Method in class jakarta.faces.component.html.HtmlPanelGrid
-
Return the value of the onmouseover
property.
- getOnmouseover() - Method in class jakarta.faces.component.html.HtmlPanelGroup
-
Return the value of the onmouseover
property.
- getOnmouseover() - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
-
Return the value of the onmouseover
property.
- getOnmouseover() - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
-
Return the value of the onmouseover
property.
- getOnmouseover() - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
-
Return the value of the onmouseover
property.
- getOnmouseover() - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
-
Return the value of the onmouseover
property.
- getOnmouseover() - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
-
Return the value of the onmouseover
property.
- getOnmouseover() - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
-
Return the value of the onmouseover
property.
- getOnmouseover() - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
-
Return the value of the onmouseover
property.
- getOnmouseup() - Method in class jakarta.faces.component.html.HtmlBody
-
Return the value of the onmouseup
property.
- getOnmouseup() - Method in class jakarta.faces.component.html.HtmlCommandButton
-
Return the value of the onmouseup
property.
- getOnmouseup() - Method in class jakarta.faces.component.html.HtmlCommandLink
-
Return the value of the onmouseup
property.
- getOnmouseup() - Method in class jakarta.faces.component.html.HtmlDataTable
-
Return the value of the onmouseup
property.
- getOnmouseup() - Method in class jakarta.faces.component.html.HtmlForm
-
Return the value of the onmouseup
property.
- getOnmouseup() - Method in class jakarta.faces.component.html.HtmlGraphicImage
-
Return the value of the onmouseup
property.
- getOnmouseup() - Method in class jakarta.faces.component.html.HtmlInputFile
-
Return the value of the onmouseup
property.
- getOnmouseup() - Method in class jakarta.faces.component.html.HtmlInputSecret
-
Return the value of the onmouseup
property.
- getOnmouseup() - Method in class jakarta.faces.component.html.HtmlInputText
-
Return the value of the onmouseup
property.
- getOnmouseup() - Method in class jakarta.faces.component.html.HtmlInputTextarea
-
Return the value of the onmouseup
property.
- getOnmouseup() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
-
Return the value of the onmouseup
property.
- getOnmouseup() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
-
Return the value of the onmouseup
property.
- getOnmouseup() - Method in class jakarta.faces.component.html.HtmlOutputLabel
-
Return the value of the onmouseup
property.
- getOnmouseup() - Method in class jakarta.faces.component.html.HtmlOutputLink
-
Return the value of the onmouseup
property.
- getOnmouseup() - Method in class jakarta.faces.component.html.HtmlPanelGrid
-
Return the value of the onmouseup
property.
- getOnmouseup() - Method in class jakarta.faces.component.html.HtmlPanelGroup
-
Return the value of the onmouseup
property.
- getOnmouseup() - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
-
Return the value of the onmouseup
property.
- getOnmouseup() - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
-
Return the value of the onmouseup
property.
- getOnmouseup() - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
-
Return the value of the onmouseup
property.
- getOnmouseup() - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
-
Return the value of the onmouseup
property.
- getOnmouseup() - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
-
Return the value of the onmouseup
property.
- getOnmouseup() - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
-
Return the value of the onmouseup
property.
- getOnmouseup() - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
-
Return the value of the onmouseup
property.
- getOnopen() - Method in class jakarta.faces.component.UIWebsocket
-
Returns the JavaScript event handler function that is invoked when the websocket is opened.
- getOnreset() - Method in class jakarta.faces.component.html.HtmlForm
-
Return the value of the onreset
property.
- getOnselect() - Method in class jakarta.faces.component.html.HtmlCommandButton
-
Return the value of the onselect
property.
- getOnselect() - Method in class jakarta.faces.component.html.HtmlInputFile
-
Return the value of the onselect
property.
- getOnselect() - Method in class jakarta.faces.component.html.HtmlInputSecret
-
Return the value of the onselect
property.
- getOnselect() - Method in class jakarta.faces.component.html.HtmlInputText
-
Return the value of the onselect
property.
- getOnselect() - Method in class jakarta.faces.component.html.HtmlInputTextarea
-
Return the value of the onselect
property.
- getOnselect() - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
-
Return the value of the onselect
property.
- getOnselect() - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
-
Return the value of the onselect
property.
- getOnselect() - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
-
Return the value of the onselect
property.
- getOnsubmit() - Method in class jakarta.faces.component.html.HtmlForm
-
Return the value of the onsubmit
property.
- getOnunload() - Method in class jakarta.faces.component.html.HtmlBody
-
Return the value of the onunload
property.
- getOpenSessions() - Method in interface jakarta.websocket.Session
-
Return a copy of the Set of all the open web socket sessions that represent connections to the same endpoint to
which this session represents a connection.
- getOperator() - Method in interface jakarta.persistence.criteria.Predicate
-
Return the boolean operator for the predicate.
- getOrderList() - Method in interface jakarta.persistence.criteria.CriteriaQuery
-
Return the ordering expressions in order of precedence.
- getOrdinal() - Method in class jakarta.faces.application.FacesMessage.Severity
-
- getOrdinal() - Method in class jakarta.faces.event.PhaseId
-
Return the ordinal value of this
PhaseId
instance.
- getOut() - Method in class jakarta.servlet.jsp.JspContext
-
The current value of the out object (a JspWriter).
- getOutboundParameters() - Method in class jakarta.faces.flow.FlowCallNode
-
- getOutcome() - Method in class jakarta.faces.component.UIOutcomeTarget
-
Returns the outcome
property of the UIOutcomeTarget
.
- getOutcome() - Method in class jakarta.faces.flow.MethodCallNode
-
Return the outcome
to be used in the event of a null
return from the method.
- getOutputParameterValue(int) - Method in interface jakarta.persistence.StoredProcedureQuery
-
Retrieve a value passed back from the procedure
through an INOUT or OUT parameter.
- getOutputParameterValue(String) - Method in interface jakarta.persistence.StoredProcedureQuery
-
Retrieve a value passed back from the procedure
through an INOUT or OUT parameter.
- getOutputStream() - Method in interface jakarta.servlet.http.WebConnection
-
Returns an output stream for this web connection.
- getOutputStream() - Method in interface jakarta.servlet.ServletResponse
-
- getOutputStream() - Method in class jakarta.servlet.ServletResponseWrapper
-
The default behavior of this method is to return getOutputStream() on the wrapped response object.
- getOutputStream() - Method in interface jakarta.ws.rs.ext.WriterInterceptorContext
-
Get the output stream for the object to be written.
- getPage() - Method in class jakarta.servlet.jsp.PageContext
-
The current value of the page object (In a Servlet environment, this is an instance of jakarta.servlet.Servlet).
- getPageContext(Servlet, ServletRequest, ServletResponse, String, boolean, int, boolean) - Method in class jakarta.servlet.jsp.JspFactory
-
obtains an instance of an implementation dependent jakarta.servlet.jsp.PageContext abstract class for the calling
Servlet and currently pending request and response.
- getPageEncoding() - Method in interface jakarta.servlet.descriptor.JspPropertyGroupDescriptor
-
Gets the value of the page-encoding
configuration, which specifies the default page encoding for any JSP
pages mapped to the JSP property group represented by this JspPropertyGroupDescriptor
.
- getParameter(String) - Method in interface jakarta.persistence.Query
-
Get the parameter object corresponding to the declared
parameter of the given name.
- getParameter(String, Class<T>) - Method in interface jakarta.persistence.Query
-
Get the parameter object corresponding to the declared
parameter of the given name and type.
- getParameter(int) - Method in interface jakarta.persistence.Query
-
Get the parameter object corresponding to the declared
positional parameter with the given position.
- getParameter(int, Class<T>) - Method in interface jakarta.persistence.Query
-
Get the parameter object corresponding to the declared
positional parameter with the given position and type.
- getParameter(String) - Method in interface jakarta.servlet.ServletRequest
-
Returns the value of a request parameter as a String
, or null
if the parameter does not
exist.
- getParameter(String) - Method in class jakarta.servlet.ServletRequestWrapper
-
The default behavior of this method is to return getParameter(String name) on the wrapped request object.
- getParameterDescriptors() - Method in interface jakarta.validation.metadata.ExecutableDescriptor
-
Returns a list of descriptors representing this executable's
parameters, in the order of their declaration, including synthetic
parameters.
- getParameterIndex() - Method in interface jakarta.validation.Path.ParameterNode
-
- getParameterMap() - Method in interface jakarta.servlet.ServletRequest
-
Returns a java.util.Map of the parameters of this request.
- getParameterMap() - Method in class jakarta.servlet.ServletRequestWrapper
-
The default behavior of this method is to return getParameterMap() on the wrapped request object.
- getParameterMap() - Method in interface jakarta.websocket.server.HandshakeRequest
-
Return the request parameters associated with the request.
- getParameterNameProvider() - Method in interface jakarta.validation.spi.ConfigurationState
-
Returns the parameter name provider for this configuration.
- getParameterNameProvider() - Method in interface jakarta.validation.ValidatorFactory
-
- getParameterNameProviderClassName() - Method in interface jakarta.validation.BootstrapConfiguration
-
- getParameterNames() - Method in interface jakarta.servlet.ServletRequest
-
Returns an Enumeration
of String
objects containing the names of the parameters contained
in this request.
- getParameterNames() - Method in class jakarta.servlet.ServletRequestWrapper
-
The default behavior of this method is to return getParameterNames() on the wrapped request object.
- getParameterNames(Constructor<?>) - Method in interface jakarta.validation.ParameterNameProvider
-
Returns the names of the parameters of the given constructor.
- getParameterNames(Method) - Method in interface jakarta.validation.ParameterNameProvider
-
Returns the names of the parameters of the given method.
- getParameters() - Method in interface jakarta.enterprise.inject.spi.AnnotatedCallable
-
Get the parameters of the callable member.
- getParameters() - Method in class jakarta.faces.application.NavigationCase
-
Return the parameters to be included for navigation cases requiring a redirect.
- getParameters() - Method in class jakarta.faces.application.NavigationCaseWrapper
-
- getParameters() - Method in class jakarta.faces.component.behavior.ClientBehaviorContext
-
Returns parameters that "submitting" ClientBehavior
implementations should include when posting back data
into the Faces lifecycle.
- getParameters() - Method in class jakarta.faces.flow.MethodCallNode
-
Return the parameters to be passed to the method.
- getParameters() - Method in interface jakarta.interceptor.InvocationContext
-
Returns the parameter values that will be passed to the method or constructor of the target class.
- getParameters() - Method in interface jakarta.persistence.criteria.CriteriaQuery
-
Return the parameters of the query.
- getParameters() - Method in interface jakarta.persistence.Query
-
Get the parameter objects corresponding to the declared
parameters of the query.
- getParameters() - Method in interface jakarta.websocket.Extension
-
The extension parameters for this extension in the order they appear in the http headers.
- getParameters() - Method in class jakarta.ws.rs.core.MediaType
-
Getter for a read-only parameter map.
- getParameterType() - Method in interface jakarta.persistence.Parameter
-
Return the Java type of the parameter.
- getParameterTypes() - Method in interface jakarta.validation.Path.ConstructorNode
-
- getParameterTypes() - Method in interface jakarta.validation.Path.MethodNode
-
- getParameterValue(Parameter<T>) - Method in interface jakarta.persistence.Query
-
Return the input value bound to the parameter.
- getParameterValue(String) - Method in interface jakarta.persistence.Query
-
Return the input value bound to the named parameter.
- getParameterValue(int) - Method in interface jakarta.persistence.Query
-
Return the input value bound to the positional parameter.
- getParameterValues(String) - Method in interface jakarta.servlet.ServletRequest
-
Returns an array of String
objects containing all of the values the given request parameter has, or
null
if the parameter does not exist.
- getParameterValues(String) - Method in class jakarta.servlet.ServletRequestWrapper
-
The default behavior of this method is to return getParameterValues(String name) on the wrapped request object.
- getParams() - Method in class jakarta.ws.rs.core.Link
-
Returns an immutable map that includes all the link parameters defined on this link.
- getParams() - Method in class jakarta.ws.rs.core.Link.JaxbLink
-
Get the parameter map for this link.
- getParamTypes() - Method in class jakarta.el.MethodInfo
-
Returns the parameter types of the method
- getParent() - Method in class jakarta.faces.component.UIComponent
-
Return the parent
UIComponent
of this
UIComponent
, if any.
- getParent() - Method in class jakarta.faces.component.UIComponentBase
-
- getParent() - Method in class jakarta.faces.webapp.UIComponentClassicTagBase
-
Return the Tag
that is the parent of this instance.
- getParent() - Method in interface jakarta.persistence.criteria.Fetch
-
Return the parent of the fetched item.
- getParent() - Method in interface jakarta.persistence.criteria.Join
-
Return the parent of the join.
- getParent() - Method in interface jakarta.persistence.criteria.Subquery
-
Return the query of which this is a subquery.
- getParent() - Method in interface jakarta.servlet.jsp.tagext.SimpleTag
-
Returns the parent of this tag, for collaboration purposes.
- getParent() - Method in class jakarta.servlet.jsp.tagext.SimpleTagSupport
-
Returns the parent of this tag, for collaboration purposes.
- getParent() - Method in interface jakarta.servlet.jsp.tagext.Tag
-
Get the parent (closest enclosing tag handler) for this tag handler.
- getParent() - Method in class jakarta.servlet.jsp.tagext.TagAdapter
-
Returns the parent of this tag, which is always getAdaptee().getParent().
- getParent() - Method in class jakarta.servlet.jsp.tagext.TagSupport
-
The Tag instance most closely enclosing this tag instance.
- getParentPath() - Method in interface jakarta.persistence.criteria.Path
-
Return the parent "node" in the path or null if no parent.
- getParentUIComponentClassicTagBase(PageContext) - Static method in class jakarta.faces.webapp.UIComponentClassicTagBase
-
- getParentUIComponentTag(PageContext) - Static method in class jakarta.faces.webapp.UIComponentTag
-
Deprecated.
Locate and return the nearest enclosing
UIComponentTag
if any; otherwise, return
null
.
- getPart(String) - Method in interface jakarta.servlet.http.HttpServletRequest
-
Gets the
Part
with the given name.
- getPart(String) - Method in class jakarta.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to call getPart on the wrapped request object.
- getPartialResponseWriter() - Method in class jakarta.faces.context.PartialViewContext
-
Return the ResponseWriter
to which components should direct their output for partial view rendering.
- getPartialResponseWriter() - Method in class jakarta.faces.context.PartialViewContextWrapper
-
- getPartialViewContext() - Method in class jakarta.faces.context.FacesContext
-
- getPartialViewContext() - Method in class jakarta.faces.context.FacesContextWrapper
-
- getPartialViewContext(FacesContext) - Method in class jakarta.faces.context.PartialViewContextFactory
-
- getParts() - Method in interface jakarta.servlet.http.HttpServletRequest
-
Gets all the
Part
components of this request, provided that it is of type
multipart/form-data
.
- getParts() - Method in class jakarta.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to call getParts on the wrapped request object.
- getPassivationCapableBean(String) - Method in interface jakarta.enterprise.inject.spi.BeanManager
-
- getPassThroughAttributes() - Method in class jakarta.faces.component.UIComponent
-
- getPassThroughAttributes(boolean) - Method in class jakarta.faces.component.UIComponent
-
This method has the same specification as UIComponent.getPassThroughAttributes()
except that it is allowed to return
null
if and only if the argument create
is false
and no pass through attribute data structure
exists for this instance.
- getPassThroughAttributes(boolean) - Method in class jakarta.faces.component.UIComponentBase
-
- getPassword() - Method in class jakarta.security.auth.message.callback.PasswordValidationCallback
-
Get the password.
- getPassword() - Method in class jakarta.security.enterprise.credential.UsernamePasswordCredential
-
Determines the password.
- getPasswordAsString() - Method in class jakarta.security.enterprise.credential.UsernamePasswordCredential
-
Determines the password.
- getPath() - Method in class jakarta.faces.view.Location
-
Return the file path to the page represented by this location.
- getPath() - Method in class jakarta.servlet.http.Cookie
-
Returns the path on the server to which the browser returns this cookie.
- getPath() - Method in interface jakarta.servlet.http.PushBuilder
-
Return the URI path to be used for the push.
- getPath() - Method in class jakarta.servlet.jsp.tagext.TagFileInfo
-
Where to find the .tag file implementing this action.
- getPath() - Method in interface jakarta.servlet.SessionCookieConfig
-
Gets the path that will be assigned to any session tracking cookies created on behalf of the application represented
by the ServletContext from which this SessionCookieConfig was acquired.
- getPath() - Method in interface jakarta.websocket.server.ServerEndpointConfig
-
Return the path for this endpoint configuration.
- getPath() - Method in class jakarta.ws.rs.core.Cookie
-
Get the path of the cookie.
- getPath() - Method in interface jakarta.ws.rs.core.PathSegment
-
Get the path segment.
- getPath() - Method in interface jakarta.ws.rs.core.UriInfo
-
Get the path of the current request relative to the base URI as a string.
- getPath(boolean) - Method in interface jakarta.ws.rs.core.UriInfo
-
Get the path of the current request relative to the base URI as a string.
- getPathInfo() - Method in interface jakarta.servlet.http.HttpServletRequest
-
Returns any extra path information associated with the URL the client sent when it made this request.
- getPathInfo() - Method in class jakarta.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to return getPathInfo() on the wrapped request object.
- getPathParameters() - Method in interface jakarta.websocket.Session
-
Return a map of the path parameter names and values used associated with the request this session was opened
under.
- getPathParameters() - Method in interface jakarta.ws.rs.core.UriInfo
-
Get the values of any embedded URI template parameters.
- getPathParameters(boolean) - Method in interface jakarta.ws.rs.core.UriInfo
-
Get the values of any embedded URI template parameters.
- getPathSegments() - Method in interface jakarta.ws.rs.core.UriInfo
-
Get the path of the current request relative to the base URI as a list of
PathSegment
.
- getPathSegments(boolean) - Method in interface jakarta.ws.rs.core.UriInfo
-
Get the path of the current request relative to the base URI as a list of
PathSegment
.
- getPathTranslated() - Method in interface jakarta.servlet.http.HttpServletRequest
-
Returns any extra path information after the servlet name but before the query string, and translates it to a real
path.
- getPathTranslated() - Method in class jakarta.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to return getPathTranslated() on the wrapped request object.
- getPattern() - Method in class jakarta.faces.convert.DateTimeConverter
-
Return the format pattern to be used when formatting and parsing dates and times.
- getPattern() - Method in class jakarta.faces.convert.NumberConverter
-
Return the format pattern to be used when formatting and parsing numbers.
- getPattern() - Method in class jakarta.faces.validator.RegexValidator
-
Return the ValueExpression
that yields the regular expression pattern when evaluated.
- getPattern() - Method in interface jakarta.servlet.http.HttpServletMapping
-
Return the String representation for the url-pattern
for this mapping.
- getPayload() - Method in interface jakarta.validation.metadata.ConstraintDescriptor
-
The set of payload the constraint hosts.
- getPersistenceProviderClassName() - Method in interface jakarta.persistence.spi.PersistenceUnitInfo
-
Returns the fully qualified name of the persistence provider
implementation class.
- getPersistenceProviderResolver() - Static method in class jakarta.persistence.spi.PersistenceProviderResolverHolder
-
Returns the current persistence provider resolver.
- getPersistenceProviders() - Method in interface jakarta.persistence.spi.PersistenceProviderResolver
-
Returns a list of the PersistenceProvider
implementations
available in the runtime environment.
- getPersistenceType() - Method in interface jakarta.persistence.metamodel.Type
-
Return the persistence type.
- getPersistenceUnitName() - Method in interface jakarta.persistence.spi.PersistenceUnitInfo
-
Returns the name of the persistence unit.
- getPersistenceUnitRootUrl() - Method in interface jakarta.persistence.spi.PersistenceUnitInfo
-
Returns the URL for the jar file or directory that is the
root of the persistence unit.
- getPersistenceUnitUtil() - Method in interface jakarta.persistence.EntityManagerFactory
-
Return interface providing access to utility methods
for the persistence unit.
- getPersistenceUtil() - Static method in class jakarta.persistence.Persistence
-
Return the PersistenceUtil instance
- getPersistenceXMLSchemaVersion() - Method in interface jakarta.persistence.spi.PersistenceUnitInfo
-
Returns the schema version of the persistence.xml
file.
- getPersistentAttributeType() - Method in interface jakarta.persistence.metamodel.Attribute
-
Return the persistent attribute type for the attribute.
- getPhase() - Method in class jakarta.faces.component.UIViewAction
-
Returns the name of the lifecycle phase in which the action is to be queued.
- getPhaseId() - Method in class jakarta.faces.event.ExceptionQueuedEventContext
-
Return the PhaseId
which was being processed when the exception was thrown.
- getPhaseId() - Method in class jakarta.faces.event.FacesEvent
-
Return the identifier of the request processing phase during which this event should be delivered.
- getPhaseId() - Method in class jakarta.faces.event.PhaseEvent
-
Return the
PhaseId
representing the current request processing lifecycle phase.
- getPhaseId() - Method in interface jakarta.faces.event.PhaseListener
-
Return the identifier of the request processing phase during which this listener is interested in processing
PhaseEvent
events.
- getPhaseListeners() - Method in class jakarta.faces.component.UIViewRoot
-
Return an unmodifiable list of the PhaseListener
instances attached to this UIViewRoot
instance.
- getPhaseListeners() - Method in class jakarta.faces.lifecycle.Lifecycle
-
- getPhaseListeners() - Method in class jakarta.faces.lifecycle.LifecycleWrapper
-
- getPluralAttributes() - Method in interface jakarta.persistence.metamodel.ManagedType
-
Return all multi-valued attributes (Collection-, Set-,
List-, and Map-valued attributes) of the managed type.
- getPosition() - Method in interface jakarta.enterprise.inject.spi.AnnotatedParameter
-
Get the position of the parameter in the method or constructor argument list.
- getPosition() - Method in interface jakarta.persistence.Parameter
-
Return the parameter position, or null if the parameter
is not a positional parameter.
- getPreferredSubprotocols() - Method in interface jakarta.websocket.ClientEndpointConfig
-
Return the ordered list of sub protocols a client endpoint would like to use, in order of preference, favorite
first that this client would like to use for its sessions.
- getPrefixString() - Method in class jakarta.servlet.jsp.tagext.TagLibraryInfo
-
The prefix assigned to this taglib from the taglib directive
- getPreviousOut() - Method in class jakarta.faces.webapp.UIComponentClassicTagBase
-
Get the JspWriter
from our BodyContent
.
- getPreviousOut() - Method in class jakarta.servlet.jsp.tagext.BodyTagSupport
-
Get surrounding out JspWriter.
- getPrimaryKey() - Method in interface jakarta.ejb.EJBLocalObject
-
Obtain the primary key of the enterprise bean local object.
- getPrimaryKey() - Method in interface jakarta.ejb.EJBObject
-
Obtain the primary key of the enterprise bean object.
- getPrimaryKey() - Method in interface jakarta.ejb.EntityContext
-
Obtain the primary key of the enterprise bean object that is currently associated with this instance.
- getPrimaryKeyClass() - Method in interface jakarta.ejb.EJBMetaData
-
Obtain the class object for the enterprise bean's primary key class.
- getPrincipal() - Method in class jakarta.security.auth.message.callback.CallerPrincipalCallback
-
Get the caller principal.
- getPrincipalsByType(Class<T>) - Method in interface jakarta.security.enterprise.SecurityContext
-
Retrieve all Principals of the given type from the authenticated caller's Subject,
or an empty set if the current caller is not authenticated, or if the specified type
isn't found in the Subject.
- getPriority() - Method in interface jakarta.enterprise.inject.spi.CDIProvider
-
- getPriority() - Method in interface jakarta.enterprise.inject.spi.ObserverMethod
-
The priority that will be used by the container to determine the notification order in which event observer
methods are invoked.
- getPriority() - Method in interface jakarta.enterprise.inject.spi.Prioritized
-
Returns the priority for this SPI element.
- getPrivateFields() - Method in class jakarta.ws.rs.core.CacheControl
-
Corresponds to the value of the private cache control directive.
- getProducer() - Method in interface jakarta.enterprise.inject.spi.ProcessProducer
-
Returns the
Producer
object that will be used by the container to call the producer
method or read the producer field.
- getProducerFactory(AnnotatedField<? super X>, Bean<X>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
-
- getProducerFactory(AnnotatedMethod<? super X>, Bean<X>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
-
- getProjectStage() - Method in class jakarta.faces.application.Application
-
Return the project stage for the currently running application instance.
- getProjectStage() - Method in class jakarta.faces.application.ApplicationWrapper
-
- getProperties() - Method in interface jakarta.persistence.EntityManager
-
Get the properties and hints and associated values that are in effect
for the entity manager.
- getProperties() - Method in interface jakarta.persistence.EntityManagerFactory
-
Get the properties and associated values that are in effect
for the entity manager factory.
- getProperties() - Method in interface jakarta.persistence.spi.PersistenceUnitInfo
-
Returns a properties object.
- getProperties() - Method in interface jakarta.validation.BootstrapConfiguration
-
Returns properties as a map of string based key/value pairs.
- getProperties() - Method in interface jakarta.validation.spi.ConfigurationState
-
Returns a map of non type-safe custom properties.
- getProperties() - Method in class jakarta.ws.rs.core.Application
-
Get a map of custom application-wide properties.
- getProperties() - Method in interface jakarta.ws.rs.core.Configuration
-
Get the immutable bag of configuration properties.
- getProperty() - Method in class jakarta.el.ValueReference
-
- getProperty(String) - Method in class jakarta.faces.view.facelets.MetadataTarget
-
Return a beans PropertyDescriptor
for the property with name given by argument name
.
- getProperty(String) - Method in class jakarta.json.bind.JsonbConfig
-
Return value of particular configuration property.
- getProperty(String) - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Returns the property with the given name registered in the current request/response exchange context, or null
if there is no property by that name.
- getProperty(String) - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Returns the property with the given name registered in the current request/response exchange context, or null
if there is no property by that name.
- getProperty(String) - Method in interface jakarta.ws.rs.core.Configuration
-
Get the value for the property with a given name.
- getProperty(String) - Method in interface jakarta.ws.rs.ext.InterceptorContext
-
Returns the property with the given name registered in the current request/response exchange context, or null
if there is no property by that name.
- getPropertyName() - Method in interface jakarta.validation.metadata.PropertyDescriptor
-
Name of the property according to the Java Bean specification.
- getPropertyNames() - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Returns an immutable
collection
containing the property names available within the context of the
current request/response exchange context.
- getPropertyNames() - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Returns an immutable
collection
containing the property names available within the
context of the current request/response exchange context.
- getPropertyNames() - Method in interface jakarta.ws.rs.core.Configuration
-
Returns an immutable
collection
containing the property names available within the
context of the current configuration instance.
- getPropertyNames() - Method in interface jakarta.ws.rs.ext.InterceptorContext
-
Returns an immutable
collection
containing the property names available within the
context of the current request/response exchange context.
- getPropertyPath() - Method in interface jakarta.validation.ConstraintViolation
-
- getPropertyResolver() - Method in class jakarta.faces.application.Application
-
- getPropertyResolver() - Method in class jakarta.faces.application.ApplicationWrapper
-
- getPropertyType(String) - Method in class jakarta.faces.view.facelets.MetadataTarget
-
Return a Class
for the property with name given by argument name
.
- getProtectedViewsUnmodifiable() - Method in class jakarta.faces.application.ViewHandler
-
Return an unmodifiable Set
of the protected views currently known to this ViewHandler
instance.
- getProtectedViewsUnmodifiable() - Method in class jakarta.faces.application.ViewHandlerWrapper
-
- getProtectionPolicy() - Method in class jakarta.security.auth.message.MessagePolicy.TargetPolicy
-
Get the ProtectionPolicy that applies to the targets.
- getProtocol() - Method in interface jakarta.servlet.ServletRequest
-
Returns the name and version of the protocol the request uses in the form protocol/majorVersion.minorVersion,
for example, HTTP/1.1.
- getProtocol() - Method in class jakarta.servlet.ServletRequestWrapper
-
The default behavior of this method is to return getProtocol() on the wrapped request object.
- getProtocolVersion() - Method in interface jakarta.websocket.Session
-
Returns the version of the websocket protocol currently being used.
- getProviderUtil() - Method in interface jakarta.persistence.spi.PersistenceProvider
-
Return the utility interface implemented by the persistence
provider.
- getPublic() - Method in class jakarta.faces.component.html.HtmlDoctype
-
Return the value of the public
property.
- getQName() - Method in class jakarta.faces.view.facelets.Tag
-
Return the XML qualified name for this tag.
- getQName() - Method in class jakarta.faces.view.facelets.TagAttribute
-
The qualified name for this attribute
- getQualifierHashCode(Annotation) - Method in interface jakarta.enterprise.inject.spi.BeanManager
-
Determine the hash code of a qualifier, using the JDK algorithm for determining an annotation hash code, ignoring any
members annotated with
Nonbinding
.
- getQualifiers() - Method in interface jakarta.enterprise.inject.spi.BeanAttributes
-
- getQualifiers() - Method in interface jakarta.enterprise.inject.spi.EventMetadata
-
- getQualifiers() - Method in interface jakarta.enterprise.inject.spi.InjectionPoint
-
Get the required qualifiers of the injection point.
- getQuery() - Method in exception jakarta.persistence.QueryTimeoutException
-
Returns the query that caused this exception.
- getQueryParameters() - Method in interface jakarta.ws.rs.core.UriInfo
-
Get the URI query parameters of the current request.
- getQueryParameters(boolean) - Method in interface jakarta.ws.rs.core.UriInfo
-
Get the URI query parameters of the current request.
- getQueryString() - Method in interface jakarta.servlet.http.HttpServletRequest
-
Returns the query string that is contained in the request URL after the path.
- getQueryString() - Method in class jakarta.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to return getQueryString() on the wrapped request object.
- getQueryString() - Method in interface jakarta.servlet.http.PushBuilder
-
Return the query string to be used for the push.
- getQueryString() - Method in interface jakarta.websocket.server.HandshakeRequest
-
Return the query string associated with the request.
- getQueryString() - Method in interface jakarta.websocket.Session
-
Return the query string associated with the request this session was opened under.
- getQueryURLParameters(FacesContext) - Method in class jakarta.faces.lifecycle.ClientWindow
-
This method will be called whenever a URL is generated by the runtime where client window related parameters need to
be inserted into the URL.
- getQueryURLParameters(FacesContext) - Method in class jakarta.faces.lifecycle.ClientWindowWrapper
-
- getRawType() - Method in class jakarta.enterprise.util.TypeLiteral
-
- getRawType() - Method in class jakarta.ws.rs.core.GenericEntity
-
Gets the raw type of the enclosed entity.
- getRawType() - Method in class jakarta.ws.rs.core.GenericType
-
Returns the object representing the class or interface that declared the type represented by this generic type
instance.
- getReader() - Method in class jakarta.servlet.jsp.tagext.BodyContent
-
Return the value of this BodyContent as a Reader.
- getReader() - Method in interface jakarta.servlet.ServletRequest
-
Retrieves the body of the request as character data using a BufferedReader
.
- getReader() - Method in class jakarta.servlet.ServletRequestWrapper
-
The default behavior of this method is to return getReader() on the wrapped request object.
- getReadMethod(String) - Method in class jakarta.faces.view.facelets.MetadataTarget
-
Return a Method
for the getter of the property with name given by argument name
.
- getRealPath(String) - Method in class jakarta.faces.context.ExternalContext
-
Returns a String containing the real path for a given virtual path.
- getRealPath(String) - Method in class jakarta.faces.context.ExternalContextWrapper
-
- getRealPath(String) - Method in interface jakarta.servlet.ServletContext
-
Gets the real path corresponding to the given virtual path.
- getRealPath(String) - Method in interface jakarta.servlet.ServletRequest
-
- getRealPath(String) - Method in class jakarta.servlet.ServletRequestWrapper
-
- getReasonPhrase() - Method in class jakarta.websocket.CloseReason
-
The reason phrase associated with this CloseReason.
- getReasonPhrase() - Method in enum jakarta.ws.rs.core.Response.Status
-
Get the reason phrase.
- getReasonPhrase() - Method in interface jakarta.ws.rs.core.Response.StatusType
-
Get the reason phrase.
- getReception() - Method in interface jakarta.enterprise.inject.spi.ObserverMethod
-
Obtains the specified
Reception
for the observer method.
- getReconnectDelay() - Method in interface jakarta.ws.rs.sse.SseEvent
-
Get new connection retry time in milliseconds the event receiver should wait before attempting to reconnect after a
connection to the SSE event source is lost.
- getRedirectURL(FacesContext) - Method in class jakarta.faces.application.NavigationCase
-
- getRedirectURL(FacesContext) - Method in class jakarta.faces.application.NavigationCaseWrapper
-
- getRedirectURL(FacesContext, String, Map<String, List<String>>, boolean) - Method in class jakarta.faces.application.ViewHandler
-
Return a Jakarta Server Faces action URL derived from the viewId
argument that is suitable to be used by
the NavigationHandler
to issue a redirect request to the URL using a NonFaces request.
- getRedirectURL(FacesContext, String, Map<String, List<String>>, boolean) - Method in class jakarta.faces.application.ViewHandlerWrapper
-
- getReference(Bean<?>, Type, CreationalContext<?>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
-
Obtains a contextual reference for a certain
bean and a certain bean type of the bean.
- getReference(Class<T>, Object) - Method in interface jakarta.persistence.EntityManager
-
Get an instance, whose state may be lazily fetched.
- getRegistrationContext(String) - Method in class jakarta.security.auth.message.config.AuthConfigFactory
-
Get the the registration context for the identified registration.
- getRegistrationIDs(AuthConfigProvider) - Method in class jakarta.security.auth.message.config.AuthConfigFactory
-
Get the registration identifiers for all registrations of the provider instance at the factory.
- getRel() - Method in class jakarta.faces.component.html.HtmlCommandLink
-
Return the value of the rel
property.
- getRel() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
-
Return the value of the rel
property.
- getRel() - Method in class jakarta.faces.component.html.HtmlOutputLink
-
Return the value of the rel
property.
- getRel() - Method in class jakarta.ws.rs.core.Link
-
Returns the value associated with the link rel
param, or null
if this param is not specified.
- getReliableURN() - Method in class jakarta.servlet.jsp.tagext.TagLibraryInfo
-
The "reliable" URN indicated in the TLD (the uri element).
- getRels() - Method in class jakarta.ws.rs.core.Link
-
Returns the value associated with the link rel
param as a list of strings or the empty list if rel
is
not defined.
- getRemaining() - Method in class jakarta.servlet.jsp.JspWriter
-
This method returns the number of unused bytes in the buffer.
- getRemainingExpression() - Method in class jakarta.faces.component.search.SearchKeywordContext
-
Returns the remaining expression for the current request.
- getRemoteAddr() - Method in interface jakarta.servlet.ServletRequest
-
Returns the Internet Protocol (IP) address of the client or last proxy that sent the request.
- getRemoteAddr() - Method in class jakarta.servlet.ServletRequestWrapper
-
The default behavior of this method is to return getRemoteAddr() on the wrapped request object.
- getRemoteHost() - Method in interface jakarta.servlet.ServletRequest
-
Returns the fully qualified name of the client or the last proxy that sent the request.
- getRemoteHost() - Method in class jakarta.servlet.ServletRequestWrapper
-
The default behavior of this method is to return getRemoteHost() on the wrapped request object.
- getRemoteInterfaceClass() - Method in interface jakarta.ejb.EJBMetaData
-
Obtain the class object for the enterprise bean's remote interface.
- getRemotePort() - Method in interface jakarta.servlet.ServletRequest
-
Returns the Internet Protocol (IP) source port of the client or last proxy that sent the request.
- getRemotePort() - Method in class jakarta.servlet.ServletRequestWrapper
-
The default behavior of this method is to return getRemotePort() on the wrapped request object.
- getRemoteUser() - Method in class jakarta.faces.context.ExternalContext
-
Return the login name of the user making the current request if any; otherwise, return null
.
- getRemoteUser() - Method in class jakarta.faces.context.ExternalContextWrapper
-
- getRemoteUser() - Method in interface jakarta.servlet.http.HttpServletRequest
-
Returns the login of the user making this request, if the user has been authenticated, or null
if the
user has not been authenticated.
- getRemoteUser() - Method in class jakarta.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to return getRemoteUser() on the wrapped request object.
- getRender() - Method in class jakarta.faces.component.behavior.AjaxBehavior
-
Return a non-empty Collection<String>
of component identifiers that will be used to identify
components that should be processed during the render
phase of the request processing lifecycle.
- getRender() - Method in class jakarta.faces.component.html.HtmlCommandScript
-
Return the value of the render
property.
- getRenderer(FacesContext) - Method in class jakarta.faces.component.behavior.ClientBehaviorBase
-
- getRenderer(FacesContext) - Method in class jakarta.faces.component.UIComponent
-
Convenience method to return the
Renderer
instance associated with this component, if any; otherwise, return
null
.
- getRenderer(FacesContext) - Method in class jakarta.faces.component.UIComponentBase
-
- getRenderer(String, String) - Method in class jakarta.faces.render.RenderKit
-
Return the
Renderer
instance most recently registered for the specified component
family
and
rendererType
, if any; otherwise, return
null
.
- getRenderer(String, String) - Method in class jakarta.faces.render.RenderKitWrapper
-
- getRendererType() - Method in class jakarta.faces.component.behavior.AjaxBehavior
-
- getRendererType() - Method in class jakarta.faces.component.behavior.ClientBehaviorBase
-
- getRendererType() - Method in class jakarta.faces.component.UIComponent
-
- getRendererType() - Method in class jakarta.faces.component.UIComponentBase
-
- getRendererType() - Method in interface jakarta.faces.view.facelets.ComponentConfig
-
RendererType to set on created UIComponent
instances.
- getRendererType() - Method in class jakarta.faces.webapp.UIComponentTagBase
-
Return the rendererType
property that selects the Renderer
to be used for encoding this
component, or null
to ask the component to render itself directly.
- getRendererTypeForResourceName(String) - Method in class jakarta.faces.application.ResourceHandler
-
Return the renderer-type
for a Renderer
that is capable of rendering this
resource.
- getRendererTypeForResourceName(String) - Method in class jakarta.faces.application.ResourceHandlerWrapper
-
- getRendererTypes(String) - Method in class jakarta.faces.render.RenderKit
-
Return an Iterator
over the renderer-type entries for the given component-family.
- getRendererTypes(String) - Method in class jakarta.faces.render.RenderKitWrapper
-
- getRenderIds() - Method in class jakarta.faces.context.PartialViewContext
-
- getRenderIds() - Method in class jakarta.faces.context.PartialViewContextWrapper
-
- getRenderKit() - Method in class jakarta.faces.context.FacesContext
-
Return the
RenderKit
instance for the render kit identifier specified on our
UIViewRoot
, if there is
one.
- getRenderKit() - Method in class jakarta.faces.context.FacesContextWrapper
-
- getRenderKit(FacesContext, String) - Method in class jakarta.faces.render.RenderKitFactory
-
Return a
RenderKit
instance for the specified render kit identifier, possibly customized based on dynamic
characteristics of the specified
FacesContext
, if non-
null
.
- getRenderKitId() - Method in class jakarta.faces.component.UIViewRoot
-
Return the render kit identifier of the
RenderKit
associated with this view.
- getRenderKitIds() - Method in class jakarta.faces.render.RenderKitFactory
-
Return an Iterator
over the set of render kit identifiers registered with this factory.
- getRenderResponse() - Method in class jakarta.faces.context.FacesContext
-
Return true
if the renderResponse()
method has been called for the current request.
- getRenderResponse() - Method in class jakarta.faces.context.FacesContextWrapper
-
- getRendersChildren() - Method in class jakarta.faces.component.UIComponent
-
Return a flag indicating whether this component is responsible for rendering its child components.
- getRendersChildren() - Method in class jakarta.faces.component.UIComponentBase
-
- getRendersChildren() - Method in class jakarta.faces.component.UIViewRoot
-
- getRendersChildren() - Method in class jakarta.faces.render.Renderer
-
Return a flag indicating whether this
Renderer
is responsible for rendering the children the component it is
asked to render.
- getRendersChildren() - Method in class jakarta.faces.render.RendererWrapper
-
- getRequest() - Method in class jakarta.faces.context.ExternalContext
-
Return the environment-specific object instance for the current request.
- getRequest() - Method in class jakarta.faces.context.ExternalContextWrapper
-
- getRequest() - Method in class jakarta.security.auth.message.callback.PrivateKeyCallback
-
Used by the CallbackHandler to get the Request object that identifies the private key to be returned.
- getRequest() - Method in class jakarta.security.auth.message.callback.SecretKeyCallback
-
Used by the CallbackHandler to get the Request object which identifies the secret key to be returned.
- getRequest() - Method in interface jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContext
-
Returns the request object associated with the current request.
- getRequest() - Method in class jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
-
- getRequest() - Method in interface jakarta.servlet.AsyncContext
-
- getRequest() - Method in class jakarta.servlet.jsp.PageContext
-
The current value of the request object (a ServletRequest).
- getRequest() - Method in class jakarta.servlet.ServletRequestWrapper
-
Return the wrapped request object.
- getRequest() - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Get the injectable request information.
- getRequestCharacterEncoding() - Method in class jakarta.faces.context.ExternalContext
-
Return the character encoding currently being used to interpret this request.
- getRequestCharacterEncoding() - Method in class jakarta.faces.context.ExternalContextWrapper
-
- getRequestCharacterEncoding() - Method in interface jakarta.servlet.ServletContext
-
Gets the request character encoding that are supported by default for this ServletContext.
- getRequestContentLength() - Method in class jakarta.faces.context.ExternalContext
-
Return the result of calling getContentLenth()
on the ServletRequest
instance for this
request.
- getRequestContentLength() - Method in class jakarta.faces.context.ExternalContextWrapper
-
- getRequestContentType() - Method in class jakarta.faces.context.ExternalContext
-
Return the MIME Content-Type for this request.
- getRequestContentType() - Method in class jakarta.faces.context.ExternalContextWrapper
-
- getRequestContextPath() - Method in class jakarta.faces.context.ExternalContext
-
Return the portion of the request URI that identifies the web application context for this request.
- getRequestContextPath() - Method in class jakarta.faces.context.ExternalContextWrapper
-
- getRequestCookieMap() - Method in class jakarta.faces.context.ExternalContext
-
Return an immutable Map
whose keys are the set of cookie names included in the current request, and
whose values (of type jakarta.servlet.http.Cookie
) are the first (or only) cookie for each cookie name
returned by the underlying request.
- getRequestCookieMap() - Method in class jakarta.faces.context.ExternalContextWrapper
-
- getRequestDispatcher(String) - Method in interface jakarta.servlet.ServletContext
-
Returns a
RequestDispatcher
object that acts as a wrapper for the resource located at the given path.
- getRequestDispatcher(String) - Method in interface jakarta.servlet.ServletRequest
-
Returns a
RequestDispatcher
object that acts as a wrapper for the resource located at the given path.
- getRequestDispatcher(String) - Method in class jakarta.servlet.ServletRequestWrapper
-
The default behavior of this method is to return getRequestDispatcher(String path) on the wrapped request object.
- getRequestedSessionId() - Method in interface jakarta.servlet.http.HttpServletRequest
-
Returns the session ID specified by the client.
- getRequestedSessionId() - Method in class jakarta.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to return getRequestedSessionId() on the wrapped request object.
- getRequestHeader(String) - Method in interface jakarta.ws.rs.core.HttpHeaders
-
Get the values of a HTTP request header.
- getRequestHeaderMap() - Method in class jakarta.faces.context.ExternalContext
-
Return an immutable Map
whose keys are the set of request header names included in the current request,
and whose values (of type String) are the first (or only) value for each header name returned by the underlying
request.
- getRequestHeaderMap() - Method in class jakarta.faces.context.ExternalContextWrapper
-
- getRequestHeaders() - Method in interface jakarta.ws.rs.core.HttpHeaders
-
Get the values of HTTP request headers.
- getRequestHeaderValuesMap() - Method in class jakarta.faces.context.ExternalContext
-
Return an immutable Map
whose keys are the set of request header names included in the current request,
and whose values (of type String[]) are all of the value for each header name returned by the underlying request.
- getRequestHeaderValuesMap() - Method in class jakarta.faces.context.ExternalContextWrapper
-
- getRequestLocale() - Method in class jakarta.faces.context.ExternalContext
-
Return the preferred Locale
in which the client will accept content.
- getRequestLocale() - Method in class jakarta.faces.context.ExternalContextWrapper
-
- getRequestLocales() - Method in class jakarta.faces.context.ExternalContext
-
Return an Iterator
over the preferred Locale
s specified in the request, in decreasing order
of preference.
- getRequestLocales() - Method in class jakarta.faces.context.ExternalContextWrapper
-
- getRequestMap() - Method in class jakarta.faces.context.ExternalContext
-
Return a mutable Map
representing the request scope attributes for the current application.
- getRequestMap() - Method in class jakarta.faces.context.ExternalContextWrapper
-
- getRequestMessage() - Method in interface jakarta.security.auth.message.MessageInfo
-
Get the request message object from this MessageInfo.
- getRequestParameterMap() - Method in class jakarta.faces.context.ExternalContext
-
Return an immutable Map
whose keys are the set of request parameters names included in the current
request, and whose values (of type String) are the first (or only) value for each parameter name returned by the
underlying request.
- getRequestParameterMap() - Method in class jakarta.faces.context.ExternalContextWrapper
-
- getRequestParameterMap() - Method in interface jakarta.websocket.Session
-
Return the request parameters associated with the request this session was opened under.
- getRequestParameterNames() - Method in class jakarta.faces.context.ExternalContext
-
Return an Iterator
over the names of all request parameters included in the current request.
- getRequestParameterNames() - Method in class jakarta.faces.context.ExternalContextWrapper
-
- getRequestParameterValuesMap() - Method in class jakarta.faces.context.ExternalContext
-
Return an immutable Map
whose keys are the set of request parameters names included in the current
request, and whose values (of type String[]) are all of the values for each parameter name returned by the underlying
request.
- getRequestParameterValuesMap() - Method in class jakarta.faces.context.ExternalContextWrapper
-
- getRequestPath() - Method in class jakarta.faces.application.Resource
-
Return a path to this resource such that, when the
browser resolves it against the base URI for the view that includes the resource, and issues a GET request to the
resultant fully qualified URL, the bytes of the resource are returned in response.
- getRequestPath() - Method in class jakarta.faces.application.ResourceWrapper
-
- getRequestPathInfo() - Method in class jakarta.faces.context.ExternalContext
-
Return the extra path information (if any) included in the request URI; otherwise, return null
.
- getRequestPathInfo() - Method in class jakarta.faces.context.ExternalContextWrapper
-
- getRequestScheme() - Method in class jakarta.faces.context.ExternalContext
-
Returns the name of the scheme used to make this request, for example, http, https, or ftp.
- getRequestScheme() - Method in class jakarta.faces.context.ExternalContextWrapper
-
- getRequestServerName() - Method in class jakarta.faces.context.ExternalContext
-
Returns the host name of the server to which the request was sent.
- getRequestServerName() - Method in class jakarta.faces.context.ExternalContextWrapper
-
- getRequestServerPort() - Method in class jakarta.faces.context.ExternalContext
-
Returns the port number to which the request was sent.
- getRequestServerPort() - Method in class jakarta.faces.context.ExternalContextWrapper
-
- getRequestServletPath() - Method in class jakarta.faces.context.ExternalContext
-
Return the Jakarta Servlet path information (if any) included in the request URI; otherwise, return
null
.
- getRequestServletPath() - Method in class jakarta.faces.context.ExternalContextWrapper
-
- getRequestURI() - Method in interface jakarta.servlet.http.HttpServletRequest
-
Returns the part of this request's URL from the protocol name up to the query string in the first line of the HTTP
request.
- getRequestURI() - Method in class jakarta.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to return getRequestURI() on the wrapped request object.
- getRequestURI() - Method in class jakarta.servlet.jsp.ErrorData
-
Returns the request URI.
- getRequestURI() - Method in interface jakarta.websocket.server.HandshakeRequest
-
Return the request URI of the handshake request.
- getRequestURI() - Method in interface jakarta.websocket.Session
-
Return the URI under which this session was opened, including the query string if there is one.
- getRequestUri() - Method in interface jakarta.ws.rs.core.UriInfo
-
Get the absolute request URI including any query parameters.
- getRequestUriBuilder() - Method in interface jakarta.ws.rs.core.UriInfo
-
Get the absolute request URI in the form of a UriBuilder.
- getRequestURL() - Method in interface jakarta.servlet.http.HttpServletRequest
-
Reconstructs the URL the client used to make the request.
- getRequestURL() - Method in class jakarta.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to return getRequestURL() on the wrapped request object.
- getRequestURL(HttpServletRequest) - Static method in class jakarta.servlet.http.HttpUtils
-
Deprecated.
Reconstructs the URL the client used to make the request, using information in the HttpServletRequest
object.
- getRequiredAttribute(String) - Method in class jakarta.faces.view.facelets.TagHandler
-
Utility method for fetching a required TagAttribute
- getRequiredMessage() - Method in class jakarta.faces.component.UIInput
-
- getRequiredVersion() - Method in class jakarta.servlet.jsp.tagext.TagLibraryInfo
-
A string describing the required version of the JSP container.
- getResetValues() - Method in class jakarta.faces.component.html.HtmlCommandScript
-
Return the value of the resetValues
property.
- getResource(String) - Method in class jakarta.faces.context.ExternalContext
-
Return a URL
for the application resource mapped to the
specified path, if it exists; otherwise, return null
.
- getResource(String) - Method in class jakarta.faces.context.ExternalContextWrapper
-
- getResource(String) - Method in interface jakarta.servlet.ServletContext
-
Returns a URL to the resource that is mapped to the given path.
- getResource(Object) - Method in interface jakarta.transaction.TransactionSynchronizationRegistry
-
Get an object from the Map of resources being managed for
the transaction bound to the current thread at the time this
method is called.
- getResource(Class<T>) - Method in interface jakarta.ws.rs.container.ResourceContext
-
Get a resolved instance of a resource or sub-resource class.
- getResourceAsStream(String) - Method in class jakarta.faces.context.ExternalContext
-
Return an InputStream
for an application resource mapped to
the specified path, if it exists; otherwise, return null
.
- getResourceAsStream(String) - Method in class jakarta.faces.context.ExternalContextWrapper
-
- getResourceAsStream(String) - Method in interface jakarta.servlet.ServletContext
-
Returns the resource located at the named path as an InputStream
object.
- getResourceBundle(FacesContext, String) - Method in class jakarta.faces.application.Application
-
Find a ResourceBundle
as defined in the application configuration resources under the specified name.
- getResourceBundle(FacesContext, String) - Method in class jakarta.faces.application.ApplicationWrapper
-
- getResourceBundle() - Method in class jakarta.servlet.jsp.jstl.fmt.LocalizationContext
-
Gets the resource bundle of this I18N localization context.
- getResourceBundleMap() - Method in class jakarta.faces.component.UIComponent
-
Return a Map<String,String>
of the ResourceBundle
for this component.
- getResourceClass() - Method in interface jakarta.ws.rs.container.ResourceInfo
-
Get the resource class that is the target of a request, or null
if this information is not available.
- getResourceHandler() - Method in class jakarta.faces.application.Application
-
Return the singleton, stateless, thread-safe ResourceHandler
for this application.
- getResourceHandler() - Method in class jakarta.faces.application.ApplicationWrapper
-
- getResourceLibraryContracts() - Method in class jakarta.faces.context.FacesContext
-
Return the list of resource library contracts that have been calculated to be appropriate for use with this view, or
an empty list if there are no such resource library contracts.
- getResourceLibraryContracts() - Method in class jakarta.faces.context.FacesContextWrapper
-
- getResourceMethod() - Method in interface jakarta.ws.rs.container.ResourceInfo
-
Get the resource method that is the target of a request, or null
if this information is not available.
- getResourceName() - Method in class jakarta.faces.application.Resource
-
Return the resourceName for this resource.
- getResourceName() - Method in class jakarta.faces.application.ResourceWrapper
-
- getResourcePaths(String) - Method in class jakarta.faces.context.ExternalContext
-
Return the Set
of resource paths for all application resources
whose resource path starts with the specified argument.
- getResourcePaths(String) - Method in class jakarta.faces.context.ExternalContextWrapper
-
- getResourcePaths(String) - Method in interface jakarta.servlet.ServletContext
-
Returns a directory-like listing of all the paths to resources within the web application whose longest sub-path
matches the supplied path argument.
- getResourceURL(FacesContext) - Method in class jakarta.faces.application.NavigationCase
-
- getResourceURL(FacesContext) - Method in class jakarta.faces.application.NavigationCaseWrapper
-
- getResourceURL(FacesContext, String) - Method in class jakarta.faces.application.ViewHandler
-
If the value returned from this method is used as the file
argument to the four-argument constructor for
java.net.URL
(assuming appropriate values are used for the first three arguments), then a client making
a request to the toExternalForm()
of that URL
will select the argument path
for direct rendering.
- getResourceURL(FacesContext, String) - Method in class jakarta.faces.application.ViewHandlerWrapper
-
- getResponse() - Method in class jakarta.faces.context.ExternalContext
-
Return the environment-specific object instance for the current response.
- getResponse() - Method in class jakarta.faces.context.ExternalContextWrapper
-
- getResponse() - Method in interface jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContext
-
Returns the response object associated with the current request.
- getResponse() - Method in class jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
-
- getResponse() - Method in interface jakarta.servlet.AsyncContext
-
- getResponse() - Method in class jakarta.servlet.jsp.PageContext
-
The current value of the response object (a ServletResponse).
- getResponse() - Method in class jakarta.servlet.ServletResponseWrapper
-
Return the wrapped ServletResponse object.
- getResponse() - Method in exception jakarta.ws.rs.client.ResponseProcessingException
-
Get the HTTP response for which the processing has failed.
- getResponse() - Method in exception jakarta.ws.rs.WebApplicationException
-
Get the HTTP response.
- getResponseBufferSize() - Method in class jakarta.faces.context.ExternalContext
-
Return the buffer size for the current response.
- getResponseBufferSize() - Method in class jakarta.faces.context.ExternalContextWrapper
-
- getResponseCharacterEncoding() - Method in class jakarta.faces.context.ExternalContext
-
Returns the name of the character encoding (MIME charset) used for the body
sent in this response.
- getResponseCharacterEncoding() - Method in class jakarta.faces.context.ExternalContextWrapper
-
- getResponseCharacterEncoding() - Method in interface jakarta.servlet.ServletContext
-
Gets the response character encoding that are supported by default for this ServletContext.
- getResponseComplete() - Method in class jakarta.faces.context.FacesContext
-
Return true
if the responseComplete()
method has been called for the current request.
- getResponseComplete() - Method in class jakarta.faces.context.FacesContextWrapper
-
- getResponseContentType() - Method in class jakarta.faces.context.ExternalContext
-
Return the MIME Content-Type for this response.
- getResponseContentType() - Method in class jakarta.faces.context.ExternalContextWrapper
-
- getResponseHeaders() - Method in class jakarta.faces.application.Resource
-
- getResponseHeaders() - Method in class jakarta.faces.application.ResourceWrapper
-
- getResponseMessage() - Method in interface jakarta.security.auth.message.MessageInfo
-
Get the response message object from this MessageInfo.
- getResponseOutputStream() - Method in class jakarta.faces.context.ExternalContext
-
Returns an OutputStream
suitable for writing binary data to the user-agent.
- getResponseOutputStream() - Method in class jakarta.faces.context.ExternalContextWrapper
-
- getResponseOutputWriter() - Method in class jakarta.faces.context.ExternalContext
-
Returns a Writer
suitable for writing character data to the user-agent.
- getResponseOutputWriter() - Method in class jakarta.faces.context.ExternalContextWrapper
-
- getResponseStateManager() - Method in class jakarta.faces.render.RenderKit
-
Return an instance of
ResponseStateManager
to handle rendering technology specific state management
decisions.
- getResponseStateManager() - Method in class jakarta.faces.render.RenderKitWrapper
-
- getResponseStream() - Method in class jakarta.faces.context.FacesContext
-
Return the
ResponseStream
to which components should direct their binary output.
- getResponseStream() - Method in class jakarta.faces.context.FacesContextWrapper
-
- getResponseWriter() - Method in class jakarta.faces.context.FacesContext
-
Return the
ResponseWriter
to which components should direct their character-based output.
- getResponseWriter() - Method in class jakarta.faces.context.FacesContextWrapper
-
- getRestriction() - Method in interface jakarta.persistence.criteria.CommonAbstractCriteria
-
Return the predicate that corresponds to the where clause
restriction(s), or null if no restrictions have been
specified.
- getResult() - Method in class jakarta.security.auth.message.callback.PasswordValidationCallback
-
Get the authentication result.
- getResultList() - Method in interface jakarta.persistence.Query
-
Execute a SELECT query and return the query results
as an untyped List.
- getResultList() - Method in interface jakarta.persistence.StoredProcedureQuery
-
Retrieve the list of results from the next result set.
- getResultList() - Method in interface jakarta.persistence.TypedQuery
-
Execute a SELECT query and return the query results
as a typed List.
- getResultStream() - Method in interface jakarta.persistence.Query
-
Execute a SELECT query and return the query results
as an untyped java.util.stream.Stream
.
- getResultStream() - Method in interface jakarta.persistence.TypedQuery
-
Execute a SELECT query and return the query results
as a typed java.util.stream.Stream
.
- getResultType() - Method in interface jakarta.persistence.criteria.AbstractQuery
-
Return the result type of the query or subquery.
- getRetryTime(Date) - Method in exception jakarta.ws.rs.ServiceUnavailableException
-
Get the retry time for the failed request.
- getReturns() - Method in class jakarta.faces.flow.Flow
-
Return an immutable data structure containing all of the return nodes declared for this flow.
- getReturnType() - Method in class jakarta.el.MethodInfo
-
Returns the return type of the method
- getReturnValueDescriptor() - Method in interface jakarta.validation.metadata.ExecutableDescriptor
-
Returns a descriptor for this executable's return value.
- getRev() - Method in class jakarta.faces.component.html.HtmlCommandLink
-
Return the value of the rev
property.
- getRev() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
-
Return the value of the rev
property.
- getRev() - Method in class jakarta.faces.component.html.HtmlOutputLink
-
Return the value of the rev
property.
- getRole() - Method in class jakarta.faces.component.html.HtmlBody
-
Return the value of the role
property.
- getRole() - Method in class jakarta.faces.component.html.HtmlCommandButton
-
Return the value of the role
property.
- getRole() - Method in class jakarta.faces.component.html.HtmlCommandLink
-
Return the value of the role
property.
- getRole() - Method in class jakarta.faces.component.html.HtmlDataTable
-
Return the value of the role
property.
- getRole() - Method in class jakarta.faces.component.html.HtmlForm
-
Return the value of the role
property.
- getRole() - Method in class jakarta.faces.component.html.HtmlGraphicImage
-
Return the value of the role
property.
- getRole() - Method in class jakarta.faces.component.html.HtmlInputFile
-
Return the value of the role
property.
- getRole() - Method in class jakarta.faces.component.html.HtmlInputSecret
-
Return the value of the role
property.
- getRole() - Method in class jakarta.faces.component.html.HtmlInputText
-
Return the value of the role
property.
- getRole() - Method in class jakarta.faces.component.html.HtmlInputTextarea
-
Return the value of the role
property.
- getRole() - Method in class jakarta.faces.component.html.HtmlMessage
-
Return the value of the role
property.
- getRole() - Method in class jakarta.faces.component.html.HtmlMessages
-
Return the value of the role
property.
- getRole() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
-
Return the value of the role
property.
- getRole() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
-
Return the value of the role
property.
- getRole() - Method in class jakarta.faces.component.html.HtmlOutputFormat
-
Return the value of the role
property.
- getRole() - Method in class jakarta.faces.component.html.HtmlOutputLabel
-
Return the value of the role
property.
- getRole() - Method in class jakarta.faces.component.html.HtmlOutputLink
-
Return the value of the role
property.
- getRole() - Method in class jakarta.faces.component.html.HtmlOutputText
-
Return the value of the role
property.
- getRole() - Method in class jakarta.faces.component.html.HtmlPanelGrid
-
Return the value of the role
property.
- getRole() - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
-
Return the value of the role
property.
- getRole() - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
-
Return the value of the role
property.
- getRole() - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
-
Return the value of the role
property.
- getRole() - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
-
Return the value of the role
property.
- getRole() - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
-
Return the value of the role
property.
- getRole() - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
-
Return the value of the role
property.
- getRole() - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
-
Return the value of the role
property.
- getRolesAllowed() - Method in class jakarta.servlet.HttpConstraintElement
-
Gets the names of the authorized roles.
- getRollbackOnly() - Method in interface jakarta.ejb.EJBContext
-
Test if the transaction has been marked for rollback only.
- getRollbackOnly() - Method in interface jakarta.persistence.EntityTransaction
-
Determine whether the current resource transaction has been
marked for rollback.
- getRollbackOnly() - Method in interface jakarta.transaction.TransactionSynchronizationRegistry
-
Get the rollbackOnly status of the transaction bound to the
current thread at the time this method is called.
- getRoot() - Method in interface jakarta.persistence.criteria.CriteriaDelete
-
Return the query root.
- getRoot() - Method in interface jakarta.persistence.criteria.CriteriaUpdate
-
Return the query root.
- getRootBean() - Method in interface jakarta.validation.ConstraintViolation
-
Returns the root bean being validated.
- getRootBeanClass() - Method in interface jakarta.validation.ConstraintViolation
-
Returns the class of the root bean being validated.
- getRootCause(Throwable) - Method in class jakarta.faces.context.ExceptionHandler
-
Unwrap the argument t
until the unwrapping encounters an Object whose getClass()
is not
equal to FacesException.class
or jakarta.el.ELException.class
.
- getRootCause(Throwable) - Method in class jakarta.faces.context.ExceptionHandlerWrapper
-
- getRootCause() - Method in exception jakarta.servlet.jsp.el.ELException
-
Deprecated.
Returns the root cause.
- getRootCause() - Method in exception jakarta.servlet.jsp.JspException
-
- getRootCause() - Method in exception jakarta.servlet.ServletException
-
Returns the exception that caused this servlet exception.
- getRootElement() - Method in class jakarta.faces.component.html.HtmlDoctype
-
Return the value of the rootElement
property.
- getRoots() - Method in interface jakarta.persistence.criteria.AbstractQuery
-
Return the query roots.
- getRowClass() - Method in class jakarta.faces.component.html.HtmlDataTable
-
Return the value of the rowClass
property.
- getRowClass() - Method in class jakarta.faces.component.html.HtmlPanelGrid
-
Return the value of the rowClass
property.
- getRowClasses() - Method in class jakarta.faces.component.html.HtmlDataTable
-
Return the value of the rowClasses
property.
- getRowClasses() - Method in class jakarta.faces.component.html.HtmlPanelGrid
-
Return the value of the rowClasses
property.
- getRowCount() - Method in class jakarta.faces.component.UIData
-
Return the number of rows in the underlying data model.
- getRowCount() - Method in class jakarta.faces.model.ArrayDataModel
-
If there is wrappedData
available, return the length of the array.
- getRowCount() - Method in class jakarta.faces.model.CollectionDataModel
-
If there is wrappedData
available, return the length of the list.
- getRowCount() - Method in class jakarta.faces.model.DataModel
-
Return the number of rows of data objects represented by this
DataModel
.
- getRowCount() - Method in class jakarta.faces.model.IterableDataModel
-
Return the number of rows of data objects represented by this
DataModel
.
- getRowCount() - Method in class jakarta.faces.model.ListDataModel
-
If there is wrappedData
available, return the length of the list.
- getRowCount() - Method in class jakarta.faces.model.ResultDataModel
-
If there is wrappedData
available, return the length of the array returned by calling
getRows()
on the underlying Result
.
- getRowCount() - Method in class jakarta.faces.model.ResultSetDataModel
-
Return -1, since ResultSet
does not provide a standard way to determine the number of available rows
without scrolling through the entire ResultSet
, and this can be very expensive if the number of rows is
large.
- getRowCount() - Method in class jakarta.faces.model.ScalarDataModel
-
If there is wrappedData
available, return 1.
- getRowCount() - Method in interface jakarta.servlet.jsp.jstl.sql.Result
-
Returns the number of rows in the cached ResultSet
- getRowData() - Method in class jakarta.faces.component.UIData
-
Return the data object representing the data for the currently selected row index, if any.
- getRowData() - Method in class jakarta.faces.model.ArrayDataModel
-
If row data is available, return the array element at the index specified by rowIndex
.
- getRowData() - Method in class jakarta.faces.model.CollectionDataModel
-
If row data is available, return the array element at the index specified by rowIndex
.
- getRowData() - Method in class jakarta.faces.model.DataModel
-
Return an object representing the data for the currently selected row index.
- getRowData() - Method in class jakarta.faces.model.DataModelEvent
-
Return the object representing the data for the specified row index, or null
for no associated row data.
- getRowData() - Method in class jakarta.faces.model.IterableDataModel
-
Return an object representing the data for the currenty selected row index.
- getRowData() - Method in class jakarta.faces.model.ListDataModel
-
If row data is available, return the array element at the index specified by rowIndex
.
- getRowData() - Method in class jakarta.faces.model.ResultDataModel
-
If row data is available, return the SortedMap
array element at the index specified by
rowIndex
of the array returned by calling getRows()
on the underlying Result
.
- getRowData() - Method in class jakarta.faces.model.ResultSetDataModel
-
If row data is available, return a Map
representing the values of the columns for the row specified by
rowIndex
, keyed by the corresponding column names.
- getRowData() - Method in class jakarta.faces.model.ScalarDataModel
-
If wrapped data is available, return the wrapped data instance.
- getRowIndex() - Method in class jakarta.faces.component.UIData
-
Return the zero-relative index of the currently selected row.
- getRowIndex() - Method in class jakarta.faces.model.ArrayDataModel
-
- getRowIndex() - Method in class jakarta.faces.model.CollectionDataModel
-
- getRowIndex() - Method in class jakarta.faces.model.DataModel
-
Return the zero-relative index of the currently selected row.
- getRowIndex() - Method in class jakarta.faces.model.DataModelEvent
-
Return the row index for this event, or -1 for no specific row.
- getRowIndex() - Method in class jakarta.faces.model.IterableDataModel
-
Return the zero-relative index of the currently selected row.
- getRowIndex() - Method in class jakarta.faces.model.ListDataModel
-
- getRowIndex() - Method in class jakarta.faces.model.ResultDataModel
-
- getRowIndex() - Method in class jakarta.faces.model.ResultSetDataModel
-
- getRowIndex() - Method in class jakarta.faces.model.ScalarDataModel
-
- getRows() - Method in class jakarta.faces.component.html.HtmlInputTextarea
-
Return the value of the rows
property.
- getRows() - Method in class jakarta.faces.component.UIData
-
Return the number of rows to be displayed, or zero for all remaining rows in the table.
- getRows() - Method in interface jakarta.servlet.jsp.jstl.sql.Result
-
Returns the result of the query as an array of SortedMap
objects.
- getRowsByIndex() - Method in interface jakarta.servlet.jsp.jstl.sql.Result
-
Returns the result of the query as an array of arrays.
- getRules() - Method in class jakarta.faces.component.html.HtmlDataTable
-
Return the value of the rules
property.
- getRules() - Method in class jakarta.faces.component.html.HtmlPanelGrid
-
Return the value of the rules
property.
- getRunAsRole() - Method in interface jakarta.servlet.ServletRegistration
-
Gets the name of the runAs role of the Servlet represented by this ServletRegistration
.
- getRuntimeType() - Method in interface jakarta.ws.rs.core.Configuration
-
Get the runtime type of this configuration context.
- getRxInvoker(SyncInvoker, ExecutorService) - Method in interface jakarta.ws.rs.client.RxInvokerProvider
-
- getSchedule() - Method in interface jakarta.ejb.Timer
-
Get the schedule expression corresponding to this timer.
- getScheme() - Method in interface jakarta.servlet.ServletRequest
-
Returns the name of the scheme used to make this request, for example, http
, https
, or
ftp
.
- getScheme() - Method in class jakarta.servlet.ServletRequestWrapper
-
The default behavior of this method is to return getScheme() on the wrapped request object.
- getScope() - Method in interface jakarta.enterprise.context.spi.Context
-
Get the scope type of the context object.
- getScope() - Method in interface jakarta.enterprise.inject.spi.BeanAttributes
-
Obtains the
scope of the bean.
- getScope() - Method in class jakarta.faces.component.UIWebsocket
-
Returns the scope of the websocket channel.
- getScope() - Method in class jakarta.faces.event.ScopeContext
-
Return the scope itself, exposed as a Map
.
- getScope() - Method in class jakarta.servlet.jsp.tagext.TagVariableInfo
-
The body of the <scope> element.
- getScope() - Method in class jakarta.servlet.jsp.tagext.VariableInfo
-
Returns the lexical scope of the variable.
- getScopeName() - Method in class jakarta.faces.event.ScopeContext
-
Return the name of this custom scope.
- getScript(ClientBehaviorContext) - Method in interface jakarta.faces.component.behavior.ClientBehavior
-
Return the script that implements this ClientBehavior's client-side logic.
- getScript(ClientBehaviorContext) - Method in class jakarta.faces.component.behavior.ClientBehaviorBase
-
- getScript(ClientBehaviorContext, ClientBehavior) - Method in class jakarta.faces.render.ClientBehaviorRenderer
-
Return the script that implements this ClientBehavior's client-side logic.
- getScriptComponentResource(FacesContext, Resource) - Method in class jakarta.faces.view.ViewDeclarationLanguage
-
Take implementation specific action to discover a Resource
given the argument
componentResource
.
- getScriptComponentResource(FacesContext, Resource) - Method in class jakarta.faces.view.ViewDeclarationLanguageWrapper
-
- getScriptingInvalid() - Method in interface jakarta.servlet.descriptor.JspPropertyGroupDescriptor
-
Gets the value of the scripting-invalid
configuration, which specifies whether scripting is enabled for
any JSP pages mapped to the JSP property group represented by this JspPropertyGroupDescriptor
.
- getSearchExpressionContext(FacesContext, UIComponent, Set<SearchExpressionHint>, Set<VisitHint>) - Method in class jakarta.faces.component.search.SearchExpressionContextFactory
-
- getSearchExpressionContext() - Method in class jakarta.faces.component.search.SearchKeywordContext
-
- getSearchExpressionHandler() - Method in class jakarta.faces.application.Application
-
- getSearchExpressionHandler() - Method in class jakarta.faces.application.ApplicationWrapper
-
- getSearchKeywordResolver() - Method in class jakarta.faces.application.Application
-
- getSearchKeywordResolver() - Method in class jakarta.faces.application.ApplicationWrapper
-
- getSecond() - Method in class jakarta.ejb.ScheduleExpression
-
Return the value of the second attribute.
- getSecure() - Method in class jakarta.servlet.http.Cookie
-
Returns true
if the browser is sending cookies only over a secure protocol, or false
if the
browser can send cookies using any protocol.
- getSecurityContext() - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Get the injectable security context information for the current request.
- getSelectedClass() - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
-
Return the value of the selectedClass
property.
- getSelectedValues() - Method in class jakarta.faces.component.UISelectMany
-
Return the currently selected values, or null
if there are no currently selected values.
- getSelection() - Method in interface jakarta.persistence.criteria.AbstractQuery
-
Return the selection of the query, or null if no selection
has been set.
- getSelection() - Method in interface jakarta.persistence.criteria.Subquery
-
Return the selection expression.
- getSelectItems() - Method in class jakarta.faces.model.SelectItemGroup
-
Return the set of subordinate
SelectItem
s for this group.
- getSendStream() - Method in interface jakarta.websocket.RemoteEndpoint.Basic
-
Opens an output stream on which a binary message may be sent.
- getSendTimeout() - Method in interface jakarta.websocket.RemoteEndpoint.Async
-
Return the number of milliseconds the implementation will timeout attempting to send a websocket message.
- getSendWriter() - Method in interface jakarta.websocket.RemoteEndpoint.Basic
-
Opens a character stream on which a text message may be sent.
- getSeparatorChar(FacesContext) - Static method in class jakarta.faces.component.UINamingContainer
-
Return the character used to separate segments of a clientId.
- getSerialNum() - Method in class jakarta.security.auth.message.callback.PrivateKeyCallback.IssuerSerialNumRequest
-
Get the serial number.
- getServerAuthConfig(String, String, CallbackHandler) - Method in interface jakarta.security.auth.message.config.AuthConfigProvider
-
Get an instance of ServerAuthConfig from this provider.
- getServerInfo() - Method in interface jakarta.servlet.ServletContext
-
Returns the name and version of the servlet container on which the servlet is running.
- getServerName() - Method in interface jakarta.servlet.ServletRequest
-
Returns the host name of the server to which the request was sent.
- getServerName() - Method in class jakarta.servlet.ServletRequestWrapper
-
The default behavior of this method is to return getServerName() on the wrapped request object.
- getServerPort() - Method in interface jakarta.servlet.ServletRequest
-
Returns the port number to which the request was sent.
- getServerPort() - Method in class jakarta.servlet.ServletRequestWrapper
-
The default behavior of this method is to return getServerPort() on the wrapped request object.
- getServlet(String) - Method in interface jakarta.servlet.ServletContext
-
- getServlet() - Method in exception jakarta.servlet.UnavailableException
-
- getServletConfig() - Method in class jakarta.faces.webapp.FacesServlet
-
Return the ServletConfig
instance for this servlet.
- getServletConfig() - Method in class jakarta.servlet.GenericServlet
-
- getServletConfig() - Method in class jakarta.servlet.jsp.PageContext
-
The ServletConfig instance.
- getServletConfig() - Method in interface jakarta.servlet.Servlet
-
Returns a
ServletConfig
object, which contains initialization and startup parameters for this servlet.
- getServletContext() - Method in interface jakarta.servlet.FilterConfig
-
Returns a reference to the
ServletContext
in which the caller is executing.
- getServletContext() - Method in class jakarta.servlet.GenericFilter
-
Returns a reference to the
ServletContext
in which this filter is running.
- getServletContext() - Method in class jakarta.servlet.GenericServlet
-
Returns a reference to the
ServletContext
in which this servlet is running.
- getServletContext() - Method in interface jakarta.servlet.http.HttpSession
-
Returns the ServletContext to which this session belongs.
- getServletContext() - Method in class jakarta.servlet.jsp.PageContext
-
The ServletContext instance.
- getServletContext() - Method in interface jakarta.servlet.ServletConfig
-
Returns a reference to the
ServletContext
in which the caller is executing.
- getServletContext() - Method in class jakarta.servlet.ServletContextEvent
-
Return the ServletContext that changed.
- getServletContext() - Method in interface jakarta.servlet.ServletRequest
-
Gets the servlet context to which this ServletRequest was last dispatched.
- getServletContext() - Method in class jakarta.servlet.ServletRequestEvent
-
Returns the ServletContext of this web application.
- getServletContext() - Method in class jakarta.servlet.ServletRequestWrapper
-
Gets the servlet context to which the wrapped servlet request was last dispatched.
- getServletContextName() - Method in interface jakarta.servlet.ServletContext
-
Returns the name of this web application corresponding to this ServletContext as specified in the deployment
descriptor for this web application by the display-name element.
- getServletInfo() - Method in class jakarta.faces.webapp.FacesServlet
-
Return information about this Servlet.
- getServletInfo() - Method in class jakarta.servlet.GenericServlet
-
Returns information about the servlet, such as author, version, and copyright.
- getServletInfo() - Method in interface jakarta.servlet.Servlet
-
Returns information about the servlet, such as author, version, and copyright.
- getServletName() - Method in class jakarta.servlet.GenericServlet
-
Returns the name of this servlet instance.
- getServletName() - Method in interface jakarta.servlet.http.HttpServletMapping
-
Return the String representation for the servlet-name
for this mapping.
- getServletName() - Method in class jakarta.servlet.jsp.ErrorData
-
Returns the name of the servlet invoked.
- getServletName() - Method in interface jakarta.servlet.ServletConfig
-
Returns the name of this servlet instance.
- getServletNameMappings() - Method in interface jakarta.servlet.FilterRegistration
-
Gets the currently available servlet name mappings of the Filter represented by this FilterRegistration
.
- getServletNames() - Method in interface jakarta.servlet.ServletContext
-
- getServletPath() - Method in interface jakarta.servlet.http.HttpServletRequest
-
Returns the part of this request's URL that calls the servlet.
- getServletPath() - Method in class jakarta.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to return getServletPath() on the wrapped request object.
- getServletRegistration(String) - Method in interface jakarta.servlet.ServletContext
-
Gets the ServletRegistration corresponding to the servlet with the given servletName.
- getServletRegistrations() - Method in interface jakarta.servlet.ServletContext
-
Gets a (possibly empty) Map of the ServletRegistration objects (keyed by servlet name) corresponding to all servlets
registered with this ServletContext.
- getServletRequest() - Method in class jakarta.servlet.ServletRequestEvent
-
Returns the ServletRequest that is changing.
- getServlets() - Method in interface jakarta.servlet.ServletContext
-
- getSession(boolean) - Method in class jakarta.faces.context.ExternalContext
-
If the create
parameter is true
, create (if necessary) and return a session instance
associated with the current request.
- getSession(boolean) - Method in class jakarta.faces.context.ExternalContextWrapper
-
- getSession(boolean) - Method in interface jakarta.servlet.http.HttpServletRequest
-
Returns the current HttpSession
associated with this request or, if there is no current session and
create
is true, returns a new session.
- getSession() - Method in interface jakarta.servlet.http.HttpServletRequest
-
Returns the current session associated with this request, or if the request does not have a session, creates one.
- getSession(boolean) - Method in class jakarta.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to return getSession(boolean create) on the wrapped request object.
- getSession() - Method in class jakarta.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to return getSession() on the wrapped request object.
- getSession(String) - Method in interface jakarta.servlet.http.HttpSessionContext
-
- getSession() - Method in class jakarta.servlet.http.HttpSessionEvent
-
Return the session that changed.
- getSession() - Method in class jakarta.servlet.jsp.PageContext
-
The current value of the session object (an HttpSession).
- getSession() - Method in exception jakarta.websocket.SessionException
-
Return the Session on which the problem occurred.
- getSessionBeanType() - Method in interface jakarta.enterprise.inject.spi.ProcessSessionBean
-
- getSessionContext() - Method in interface jakarta.servlet.http.HttpSession
-
- getSessionCookieConfig() - Method in interface jakarta.servlet.ServletContext
-
Gets the
SessionCookieConfig
object through which various properties of the session tracking cookies created
on behalf of this
ServletContext may be configured.
- getSessionId(boolean) - Method in class jakarta.faces.context.ExternalContext
-
Return the id of the current session or the empty string if no session has been created and the create
parameter is false
.
- getSessionId(boolean) - Method in class jakarta.faces.context.ExternalContextWrapper
-
- getSessionId() - Method in interface jakarta.servlet.http.PushBuilder
-
Return the SessionID to be used for the push.
- getSessionMap() - Method in class jakarta.faces.context.ExternalContext
-
Return a mutable Map
representing the session scope attributes for the current application.
- getSessionMap() - Method in class jakarta.faces.context.ExternalContextWrapper
-
- getSessionMaxInactiveInterval() - Method in class jakarta.faces.context.ExternalContext
-
Returns the maximum time interval, in seconds, that the Jakarta Servlet container will keep this session open between
client accesses.
- getSessionMaxInactiveInterval() - Method in class jakarta.faces.context.ExternalContextWrapper
-
- getSessionTimeout() - Method in interface jakarta.servlet.ServletContext
-
Gets the session timeout in minutes that are supported by default for this ServletContext.
- getSet(String, Class<E>) - Method in interface jakarta.persistence.metamodel.ManagedType
-
Return the Set-valued attribute of the managed type that
corresponds to the specified name and Java element type.
- getSet(String) - Method in interface jakarta.persistence.metamodel.ManagedType
-
Return the Set-valued attribute of the managed type that
corresponds to the specified name.
- getSeverity() - Method in class jakarta.faces.application.FacesMessage
-
Return the severity level.
- getShape() - Method in class jakarta.faces.component.html.HtmlCommandLink
-
Return the value of the shape
property.
- getShape() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
-
Return the value of the shape
property.
- getShape() - Method in class jakarta.faces.component.html.HtmlOutputLink
-
Return the value of the shape
property.
- getSharedCacheMode() - Method in interface jakarta.persistence.spi.PersistenceUnitInfo
-
Returns the specification of how the provider must use
a second-level cache for the persistence unit.
- getShortName() - Method in class jakarta.servlet.jsp.tagext.TagLibraryInfo
-
The preferred short name (prefix) as indicated in the TLD.
- getSingleResult() - Method in interface jakarta.persistence.Query
-
Execute a SELECT query that returns a single untyped result.
- getSingleResult() - Method in interface jakarta.persistence.StoredProcedureQuery
-
Retrieve a single result from the next result set.
- getSingleResult() - Method in interface jakarta.persistence.TypedQuery
-
Execute a SELECT query that returns a single result.
- getSingletons() - Method in class jakarta.ws.rs.core.Application
-
Get a set of root resource, provider and
feature
instances.
- getSingularAttribute(String, Class<Y>) - Method in interface jakarta.persistence.metamodel.ManagedType
-
Return the single-valued attribute of the managed
type that corresponds to the specified name and Java type.
- getSingularAttribute(String) - Method in interface jakarta.persistence.metamodel.ManagedType
-
Return the single-valued attribute of the managed type that
corresponds to the specified name.
- getSingularAttributes() - Method in interface jakarta.persistence.metamodel.ManagedType
-
Return the single-valued attributes of the managed type.
- getSize() - Method in class jakarta.faces.component.html.HtmlInputFile
-
Return the value of the size
property.
- getSize() - Method in class jakarta.faces.component.html.HtmlInputSecret
-
Return the value of the size
property.
- getSize() - Method in class jakarta.faces.component.html.HtmlInputText
-
Return the value of the size
property.
- getSize() - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
-
Return the value of the size
property.
- getSize() - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
-
Return the value of the size
property.
- getSize() - Method in interface jakarta.servlet.http.Part
-
Returns the size of this fille.
- getSize(T, Class<?>, Type, Annotation[], MediaType) - Method in interface jakarta.ws.rs.ext.MessageBodyWriter
-
Originally, the method has been called before writeTo
to ascertain the length in bytes of the serialized form
of t
.
- getSmallIcon() - Method in class jakarta.servlet.jsp.tagext.TagInfo
-
Get the path to the small icon.
- getSMaxAge() - Method in class jakarta.ws.rs.core.CacheControl
-
Corresponds to the s-maxage cache control directive.
- getSource() - Method in interface jakarta.enterprise.inject.spi.ProcessSyntheticAnnotatedType
-
Get the extension instance which added the
AnnotatedType
for which this event is being fired.
- getSource() - Method in interface jakarta.enterprise.inject.spi.ProcessSyntheticBean
-
Get the extension instance which added the
Bean
for which this event is being fired.
- getSource() - Method in interface jakarta.enterprise.inject.spi.ProcessSyntheticObserverMethod
-
Get the extension instance which added the
ObserverMethod
for which this event is being fired.
- getSource() - Method in class jakarta.faces.component.search.SearchExpressionContext
-
Returns the source / base component from which we will start to perform our search.
- getSourceId() - Method in class jakarta.faces.component.behavior.ClientBehaviorContext
-
- getSpecificationVersion() - Method in class jakarta.servlet.jsp.JspEngineInfo
-
Return the version number of the JSP specification that is supported by this JSP engine.
- getSslContext() - Method in interface jakarta.ws.rs.client.Client
-
Get the SSL context configured to be used with the current client run-time.
- getStart() - Method in class jakarta.ejb.ScheduleExpression
-
Return the start date, if set; otherwise null.
- getStartNodeId() - Method in class jakarta.faces.flow.Flow
-
Return the immutable id for the default node that should be activated when this flow is entered.
- getState() - Method in class jakarta.faces.application.StateManager.SerializedView
-
Deprecated.
- getState(FacesContext, String) - Method in class jakarta.faces.render.ResponseStateManager
-
- getStateHelper() - Method in class jakarta.faces.component.UIComponent
-
- getStateHelper(boolean) - Method in class jakarta.faces.component.UIComponent
-
- getStateManagementStrategy(FacesContext, String) - Method in class jakarta.faces.view.ViewDeclarationLanguage
-
For implementations that want to control the implementation of state saving and restoring, the
StateManagementStrategy
allows them to do so.
- getStateManagementStrategy(FacesContext, String) - Method in class jakarta.faces.view.ViewDeclarationLanguageWrapper
-
- getStateManager() - Method in class jakarta.faces.application.Application
-
Return the
StateManager
instance that will be utilized during the
Restore View and
Render
Response phases of the request processing lifecycle.
- getStateManager() - Method in class jakarta.faces.application.ApplicationWrapper
-
- getStatus() - Method in class jakarta.security.enterprise.identitystore.CredentialValidationResult
-
Determines the validation status.
- getStatus() - Method in interface jakarta.servlet.http.HttpServletResponse
-
Gets the current status code of this response.
- getStatus() - Method in class jakarta.servlet.http.HttpServletResponseWrapper
-
- getStatus() - Method in interface jakarta.transaction.Transaction
-
Obtain the status of the transaction associated with the target
Transaction object.
- getStatus() - Method in interface jakarta.transaction.TransactionManager
-
Obtain the status of the transaction associated with the current thread.
- getStatus() - Method in interface jakarta.transaction.UserTransaction
-
Obtain the status of the transaction associated with the current thread.
- getStatus() - Method in interface jakarta.ws.rs.client.ClientResponseContext
-
Get the status code associated with the response.
- getStatus() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Get the status code associated with the response.
- getStatus() - Method in class jakarta.ws.rs.core.Response
-
Get the status code associated with the response.
- getStatusCode() - Method in class jakarta.servlet.jsp.ErrorData
-
Returns the status code of the error.
- getStatusCode() - Method in enum jakarta.ws.rs.core.Response.Status
-
Get the associated status code.
- getStatusCode() - Method in interface jakarta.ws.rs.core.Response.StatusType
-
Get the associated status code.
- getStatusInfo() - Method in interface jakarta.ws.rs.client.ClientResponseContext
-
Get the complete status information associated with the response.
- getStatusInfo() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Get the complete status information associated with the response.
- getStatusInfo() - Method in class jakarta.ws.rs.core.Response
-
Get the complete status information associated with the response.
- getStep() - Method in interface jakarta.servlet.jsp.jstl.core.LoopTagStatus
-
Returns the value of the 'step' attribute for the associated tag, or null if no 'step' attribute was specified.
- getStereotypeDefinition(Class<? extends Annotation>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
-
Obtains meta-annotations for a certain
stereotype.
- getStereotypes() - Method in interface jakarta.enterprise.inject.spi.BeanAttributes
-
- getStreamELResolver() - Method in class jakarta.el.ExpressionFactory
-
Retrieves an ELResolver that implements the operations in collections.
- getStreamOffset() - Method in interface jakarta.json.stream.JsonLocation
-
Return the stream offset into the input source this location
is pointing to.
- getString(int) - Method in interface jakarta.json.JsonArray
-
A convenience method for
getJsonString(index).getString()
.
- getString(int, String) - Method in interface jakarta.json.JsonArray
-
Returns the String
value of JsonString
at the specified
position in this JSON array values.
- getString(String) - Method in interface jakarta.json.JsonObject
-
A convenience method for
getJsonString(name).getString()
- getString(String, String) - Method in interface jakarta.json.JsonObject
-
Returns the string value of the associated JsonString
mapping
for the specified name.
- getString() - Method in interface jakarta.json.JsonString
-
Returns the JSON string value.
- getString() - Method in interface jakarta.json.stream.JsonParser
-
Returns a String
for the name in a name/value pair,
for a string value or a number value.
- getString() - Method in class jakarta.servlet.jsp.tagext.BodyContent
-
Return the value of the BodyContent as a String.
- getStringHeaders() - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Get a string view of header values associated with the message.
- getStringHeaders() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Get a string view of header values associated with the message.
- getStringHeaders() - Method in class jakarta.ws.rs.core.Response
-
Get view of the response headers and their string values.
- getStringValue(FacesContext) - Method in class jakarta.faces.component.UIViewParameter
-
If the value of this parameter comes from a ValueExpression
return the value of the expression,
otherwise, return the local value.
- getStringValueFromModel(FacesContext) - Method in class jakarta.faces.component.UIViewParameter
-
Manually perform standard conversion steps to get a string value from the value expression.
- getStructure() - Method in class jakarta.faces.application.StateManager.SerializedView
-
Deprecated.
- getStyle() - Method in class jakarta.faces.component.html.HtmlBody
-
Return the value of the style
property.
- getStyle() - Method in class jakarta.faces.component.html.HtmlCommandButton
-
Return the value of the style
property.
- getStyle() - Method in class jakarta.faces.component.html.HtmlCommandLink
-
Return the value of the style
property.
- getStyle() - Method in class jakarta.faces.component.html.HtmlDataTable
-
Return the value of the style
property.
- getStyle() - Method in class jakarta.faces.component.html.HtmlForm
-
Return the value of the style
property.
- getStyle() - Method in class jakarta.faces.component.html.HtmlGraphicImage
-
Return the value of the style
property.
- getStyle() - Method in class jakarta.faces.component.html.HtmlInputFile
-
Return the value of the style
property.
- getStyle() - Method in class jakarta.faces.component.html.HtmlInputSecret
-
Return the value of the style
property.
- getStyle() - Method in class jakarta.faces.component.html.HtmlInputText
-
Return the value of the style
property.
- getStyle() - Method in class jakarta.faces.component.html.HtmlInputTextarea
-
Return the value of the style
property.
- getStyle() - Method in class jakarta.faces.component.html.HtmlMessage
-
Return the value of the style
property.
- getStyle() - Method in class jakarta.faces.component.html.HtmlMessages
-
Return the value of the style
property.
- getStyle() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
-
Return the value of the style
property.
- getStyle() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
-
Return the value of the style
property.
- getStyle() - Method in class jakarta.faces.component.html.HtmlOutputFormat
-
Return the value of the style
property.
- getStyle() - Method in class jakarta.faces.component.html.HtmlOutputLabel
-
Return the value of the style
property.
- getStyle() - Method in class jakarta.faces.component.html.HtmlOutputLink
-
Return the value of the style
property.
- getStyle() - Method in class jakarta.faces.component.html.HtmlOutputText
-
Return the value of the style
property.
- getStyle() - Method in class jakarta.faces.component.html.HtmlPanelGrid
-
Return the value of the style
property.
- getStyle() - Method in class jakarta.faces.component.html.HtmlPanelGroup
-
Return the value of the style
property.
- getStyle() - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
-
Return the value of the style
property.
- getStyle() - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
-
Return the value of the style
property.
- getStyle() - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
-
Return the value of the style
property.
- getStyle() - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
-
Return the value of the style
property.
- getStyle() - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
-
Return the value of the style
property.
- getStyle() - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
-
Return the value of the style
property.
- getStyle() - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
-
Return the value of the style
property.
- getStyleClass() - Method in class jakarta.faces.component.html.HtmlBody
-
Return the value of the styleClass
property.
- getStyleClass() - Method in class jakarta.faces.component.html.HtmlColumn
-
Return the value of the styleClass
property.
- getStyleClass() - Method in class jakarta.faces.component.html.HtmlCommandButton
-
Return the value of the styleClass
property.
- getStyleClass() - Method in class jakarta.faces.component.html.HtmlCommandLink
-
Return the value of the styleClass
property.
- getStyleClass() - Method in class jakarta.faces.component.html.HtmlDataTable
-
Return the value of the styleClass
property.
- getStyleClass() - Method in class jakarta.faces.component.html.HtmlForm
-
Return the value of the styleClass
property.
- getStyleClass() - Method in class jakarta.faces.component.html.HtmlGraphicImage
-
Return the value of the styleClass
property.
- getStyleClass() - Method in class jakarta.faces.component.html.HtmlInputFile
-
Return the value of the styleClass
property.
- getStyleClass() - Method in class jakarta.faces.component.html.HtmlInputSecret
-
Return the value of the styleClass
property.
- getStyleClass() - Method in class jakarta.faces.component.html.HtmlInputText
-
Return the value of the styleClass
property.
- getStyleClass() - Method in class jakarta.faces.component.html.HtmlInputTextarea
-
Return the value of the styleClass
property.
- getStyleClass() - Method in class jakarta.faces.component.html.HtmlMessage
-
Return the value of the styleClass
property.
- getStyleClass() - Method in class jakarta.faces.component.html.HtmlMessages
-
Return the value of the styleClass
property.
- getStyleClass() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
-
Return the value of the styleClass
property.
- getStyleClass() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
-
Return the value of the styleClass
property.
- getStyleClass() - Method in class jakarta.faces.component.html.HtmlOutputFormat
-
Return the value of the styleClass
property.
- getStyleClass() - Method in class jakarta.faces.component.html.HtmlOutputLabel
-
Return the value of the styleClass
property.
- getStyleClass() - Method in class jakarta.faces.component.html.HtmlOutputLink
-
Return the value of the styleClass
property.
- getStyleClass() - Method in class jakarta.faces.component.html.HtmlOutputText
-
Return the value of the styleClass
property.
- getStyleClass() - Method in class jakarta.faces.component.html.HtmlPanelGrid
-
Return the value of the styleClass
property.
- getStyleClass() - Method in class jakarta.faces.component.html.HtmlPanelGroup
-
Return the value of the styleClass
property.
- getStyleClass() - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
-
Return the value of the styleClass
property.
- getStyleClass() - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
-
Return the value of the styleClass
property.
- getStyleClass() - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
-
Return the value of the styleClass
property.
- getStyleClass() - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
-
Return the value of the styleClass
property.
- getStyleClass() - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
-
Return the value of the styleClass
property.
- getStyleClass() - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
-
Return the value of the styleClass
property.
- getStyleClass() - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
-
Return the value of the styleClass
property.
- getSubgraphs() - Method in interface jakarta.persistence.AttributeNode
-
Return the Map<Class, Subgraph> of subgraphs associated
with this attribute node.
- getSubject() - Method in class jakarta.security.auth.message.callback.CallerPrincipalCallback
-
Get the Subject in which the handler will distinguish the caller principal
- getSubject() - Method in class jakarta.security.auth.message.callback.GroupPrincipalCallback
-
Get the Subject in which the handler will establish the group principals.
- getSubject() - Method in class jakarta.security.auth.message.callback.PasswordValidationCallback
-
Get the subject.
- getSubjectKeyID() - Method in class jakarta.security.auth.message.callback.PrivateKeyCallback.SubjectKeyIDRequest
-
Get the subjectKeyID.
- getSubmittedFileName() - Method in interface jakarta.servlet.http.Part
-
Gets the file name specified by the client
- getSubmittedValue() - Method in interface jakarta.faces.component.EditableValueHolder
-
Return the submittedValue value of this component.
- getSubmittedValue() - Method in class jakarta.faces.component.UIInput
-
Return the submittedValue value of this
UIInput
component.
- getSubmittedValue() - Method in class jakarta.faces.component.UIViewParameter
-
Assume that the submitted value is always a string,
but the return type from this method is Object
..
- getSubprotocols() - Method in interface jakarta.websocket.server.ServerEndpointConfig
-
Return the websocket subprotocols configured.
- getSubtreeIdsToVisit(UIComponent) - Method in class jakarta.faces.component.visit.VisitContext
-
Given a NamingContainer
component, returns the client ids of any components
underneath the NamingContainer that should be visited.
- getSubtreeIdsToVisit(UIComponent) - Method in class jakarta.faces.component.visit.VisitContextWrapper
-
- getSubtype() - Method in class jakarta.ws.rs.core.MediaType
-
Getter for subtype.
- getSummary() - Method in class jakarta.faces.application.FacesMessage
-
Return the localized summary text.
- getSummary() - Method in class jakarta.faces.component.html.HtmlDataTable
-
Return the value of the summary
property.
- getSummary() - Method in class jakarta.faces.component.html.HtmlPanelGrid
-
Return the value of the summary
property.
- getSupertype() - Method in interface jakarta.persistence.metamodel.IdentifiableType
-
Return the identifiable type that corresponds to the most
specific mapped superclass or entity extended by the entity
or mapped superclass.
- getSuppliedRequest() - Method in class jakarta.servlet.AsyncEvent
-
Gets the ServletRequest from this AsyncEvent.
- getSuppliedResponse() - Method in class jakarta.servlet.AsyncEvent
-
Gets the ServletResponse from this AsyncEvent.
- getSupportedLocales() - Method in class jakarta.faces.application.Application
-
Return an Iterator
over the supported Locale
s for this appication.
- getSupportedLocales() - Method in class jakarta.faces.application.ApplicationWrapper
-
- getSupportedMessageTypes() - Method in interface jakarta.security.auth.message.module.ClientAuthModule
-
Get the one or more Class objects representing the message types supported by the module.
- getSupportedMessageTypes() - Method in interface jakarta.security.auth.message.module.ServerAuthModule
-
Get the one or more Class objects representing the message types supported by the module.
- getSwitches() - Method in class jakarta.faces.flow.Flow
-
Return an immutable data structure containing all of the switch nodes declared for this flow.
- getSystem() - Method in class jakarta.faces.component.html.HtmlDoctype
-
Return the value of the system
property.
- getTabindex() - Method in class jakarta.faces.component.html.HtmlCommandButton
-
Return the value of the tabindex
property.
- getTabindex() - Method in class jakarta.faces.component.html.HtmlCommandLink
-
Return the value of the tabindex
property.
- getTabindex() - Method in class jakarta.faces.component.html.HtmlInputFile
-
Return the value of the tabindex
property.
- getTabindex() - Method in class jakarta.faces.component.html.HtmlInputSecret
-
Return the value of the tabindex
property.
- getTabindex() - Method in class jakarta.faces.component.html.HtmlInputText
-
Return the value of the tabindex
property.
- getTabindex() - Method in class jakarta.faces.component.html.HtmlInputTextarea
-
Return the value of the tabindex
property.
- getTabindex() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
-
Return the value of the tabindex
property.
- getTabindex() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
-
Return the value of the tabindex
property.
- getTabindex() - Method in class jakarta.faces.component.html.HtmlOutputLabel
-
Return the value of the tabindex
property.
- getTabindex() - Method in class jakarta.faces.component.html.HtmlOutputLink
-
Return the value of the tabindex
property.
- getTabindex() - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
-
Return the value of the tabindex
property.
- getTabindex() - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
-
Return the value of the tabindex
property.
- getTabindex() - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
-
Return the value of the tabindex
property.
- getTabindex() - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
-
Return the value of the tabindex
property.
- getTabindex() - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
-
Return the value of the tabindex
property.
- getTabindex() - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
-
Return the value of the tabindex
property.
- getTabindex() - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
-
Return the value of the tabindex
property.
- getTag() - Method in class jakarta.faces.view.facelets.DelegatingMetaTagHandler
-
- getTag() - Method in class jakarta.faces.view.facelets.TagAttribute
-
A reference to the Tag for which this class represents the attributes.
- getTag() - Method in class jakarta.faces.view.facelets.TagAttributes
-
A reference to the Tag for which this class represents the attributes.
- getTag() - Method in interface jakarta.faces.view.facelets.TagConfig
-
Return the Tag
representing this handler.
- getTag(String) - Method in class jakarta.servlet.jsp.tagext.TagLibraryInfo
-
Get the TagInfo for a given tag name, looking through all the tags in this tag library.
- getTagAttribute(String) - Method in class jakarta.faces.view.facelets.DelegatingMetaTagHandler
-
- getTagClassName() - Method in class jakarta.servlet.jsp.tagext.TagInfo
-
Name of the class that provides the handler for this tag.
- getTagExtraInfo() - Method in class jakarta.servlet.jsp.tagext.TagInfo
-
The instance (if any) for extra tag information.
- getTagFile(String) - Method in class jakarta.servlet.jsp.tagext.TagLibraryInfo
-
Get the TagFileInfo for a given tag name, looking through all the tag files in this tag library.
- getTagFiles() - Method in class jakarta.servlet.jsp.tagext.TagLibraryInfo
-
An array describing the tag files that are defined in this tag library.
- getTagHandlerDelegate() - Method in class jakarta.faces.view.facelets.BehaviorHandler
-
- getTagHandlerDelegate() - Method in class jakarta.faces.view.facelets.ComponentHandler
-
- getTagHandlerDelegate() - Method in class jakarta.faces.view.facelets.ConverterHandler
-
- getTagHandlerDelegate() - Method in class jakarta.faces.view.facelets.DelegatingMetaTagHandler
-
Get the tag handler delegate.
- getTagHandlerDelegate() - Method in class jakarta.faces.view.facelets.ValidatorHandler
-
Return the implementation specific delegate instance that provides the bulk of the work for this handler instance.
- getTagId() - Method in class jakarta.faces.view.facelets.DelegatingMetaTagHandler
-
- getTagId() - Method in interface jakarta.faces.view.facelets.TagConfig
-
A document-unique id, follows the convention "_tagId##"
- getTagInfo() - Method in class jakarta.servlet.jsp.tagext.TagExtraInfo
-
Get the TagInfo for this class.
- getTagInfo() - Method in class jakarta.servlet.jsp.tagext.TagFileInfo
-
Returns information about this tag, parsed from the directives in the tag file.
- getTaglibLocation() - Method in interface jakarta.servlet.descriptor.TaglibDescriptor
-
Gets the location of the tag library represented by this TaglibDescriptor.
- getTagLibrary() - Method in class jakarta.servlet.jsp.tagext.TagInfo
-
The instance of TabLibraryInfo we belong to.
- getTagLibraryInfos() - Method in class jakarta.servlet.jsp.tagext.TagLibraryInfo
-
Returns an array of TagLibraryInfo objects representing the entire set of tag libraries (including this
TagLibraryInfo) imported by taglib directives in the translation unit that references this TagLibraryInfo.
- getTaglibs() - Method in interface jakarta.servlet.descriptor.JspConfigDescriptor
-
Gets the <taglib>
child elements of the <jsp-config>
element represented by
this JspConfigDescriptor
.
- getTaglibURI() - Method in interface jakarta.servlet.descriptor.TaglibDescriptor
-
Gets the unique identifier of the tag library represented by this TaglibDescriptor.
- getTagName() - Method in class jakarta.servlet.jsp.tagext.TagInfo
-
The name of the Tag.
- getTags() - Method in class jakarta.servlet.jsp.tagext.TagLibraryInfo
-
An array describing the tags that are defined in this tag library.
- getTagVariableInfos() - Method in class jakarta.servlet.jsp.tagext.TagInfo
-
Get TagVariableInfo objects associated with this TagInfo.
- getTarget() - Method in class jakarta.faces.component.html.HtmlCommandLink
-
Return the value of the target
property.
- getTarget() - Method in class jakarta.faces.component.html.HtmlForm
-
Return the value of the target
property.
- getTarget() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
-
Return the value of the target
property.
- getTarget() - Method in class jakarta.faces.component.html.HtmlOutputLink
-
Return the value of the target
property.
- getTarget() - Method in interface jakarta.interceptor.InvocationContext
-
Returns the target instance.
- getTargetClass() - Method in class jakarta.faces.view.facelets.MetadataTarget
-
Return the Class
of the metadata target.
- getTargetPolicies() - Method in class jakarta.security.auth.message.MessagePolicy
-
Get the target policies that comprise the authentication policy.
- getTargets(UIComponent) - Method in interface jakarta.faces.view.AttachedObjectTarget
-
Returns the List<UIComponent>
that this AttachedObjectTarget
exposes.
- getTargets() - Method in class jakarta.security.auth.message.MessagePolicy.TargetPolicy
-
Get the array of layer-specific target descriptors that identify the one or more message parts to which the specified
message protection policy applies.
- getText() - Method in interface jakarta.faces.view.facelets.TextHandler
-
Returns the literal String value of the contained text.
- getText(FaceletContext) - Method in interface jakarta.faces.view.facelets.TextHandler
-
Returns the resolved literal String value of the contained text after evaluating EL.
- getText() - Method in exception jakarta.websocket.DecodeException
-
Return the encoded string that is either the whole message, or the partial message that could not be decoded, or
null
if this exception arose from a failure to decode a binary message..
- getThrowable() - Method in class jakarta.servlet.AsyncEvent
-
Gets the Throwable from this AsyncEvent.
- getThrowable() - Method in class jakarta.servlet.jsp.ErrorData
-
Returns the Throwable that caused the error.
- getTimeout() - Method in interface jakarta.enterprise.context.Conversation
-
Get the timeout of the current conversation.
- getTimeout() - Method in interface jakarta.servlet.AsyncContext
-
Gets the timeout (in milliseconds) for this AsyncContext.
- getTimer() - Method in interface jakarta.ejb.TimerHandle
-
Obtain a reference to the timer represented by this handle.
- getTimer() - Method in interface jakarta.interceptor.InvocationContext
-
Returns the timer object associated with a timeout method invocation on the target class, or a null value for
interceptor method types other than
AroundTimeout
.
- getTimeRemaining() - Method in interface jakarta.ejb.Timer
-
Get the number of milliseconds that will elapse before the next scheduled timer expiration.
- getTimers() - Method in interface jakarta.ejb.TimerService
-
Returns all active timers associated with this bean.
- getTimerService() - Method in interface jakarta.ejb.EJBContext
-
Get access to the enterprise bean Timer Service.
- getTimeStyle() - Method in class jakarta.faces.convert.DateTimeConverter
-
Return the style to be used to format or parse times.
- getTimezone() - Method in class jakarta.ejb.ScheduleExpression
-
Return the timezone, if set; otherwise null.
- getTimeZone() - Method in class jakarta.faces.convert.DateTimeConverter
-
Return the TimeZone
used to interpret a time value.
- getTitle() - Method in class jakarta.faces.component.html.HtmlBody
-
Return the value of the title
property.
- getTitle() - Method in class jakarta.faces.component.html.HtmlCommandButton
-
Return the value of the title
property.
- getTitle() - Method in class jakarta.faces.component.html.HtmlCommandLink
-
Return the value of the title
property.
- getTitle() - Method in class jakarta.faces.component.html.HtmlDataTable
-
Return the value of the title
property.
- getTitle() - Method in class jakarta.faces.component.html.HtmlForm
-
Return the value of the title
property.
- getTitle() - Method in class jakarta.faces.component.html.HtmlGraphicImage
-
Return the value of the title
property.
- getTitle() - Method in class jakarta.faces.component.html.HtmlInputFile
-
Return the value of the title
property.
- getTitle() - Method in class jakarta.faces.component.html.HtmlInputSecret
-
Return the value of the title
property.
- getTitle() - Method in class jakarta.faces.component.html.HtmlInputText
-
Return the value of the title
property.
- getTitle() - Method in class jakarta.faces.component.html.HtmlInputTextarea
-
Return the value of the title
property.
- getTitle() - Method in class jakarta.faces.component.html.HtmlMessage
-
Return the value of the title
property.
- getTitle() - Method in class jakarta.faces.component.html.HtmlMessages
-
Return the value of the title
property.
- getTitle() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
-
Return the value of the title
property.
- getTitle() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
-
Return the value of the title
property.
- getTitle() - Method in class jakarta.faces.component.html.HtmlOutputFormat
-
Return the value of the title
property.
- getTitle() - Method in class jakarta.faces.component.html.HtmlOutputLabel
-
Return the value of the title
property.
- getTitle() - Method in class jakarta.faces.component.html.HtmlOutputLink
-
Return the value of the title
property.
- getTitle() - Method in class jakarta.faces.component.html.HtmlOutputText
-
Return the value of the title
property.
- getTitle() - Method in class jakarta.faces.component.html.HtmlPanelGrid
-
Return the value of the title
property.
- getTitle() - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
-
Return the value of the title
property.
- getTitle() - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
-
Return the value of the title
property.
- getTitle() - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
-
Return the value of the title
property.
- getTitle() - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
-
Return the value of the title
property.
- getTitle() - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
-
Return the value of the title
property.
- getTitle() - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
-
Return the value of the title
property.
- getTitle() - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
-
Return the value of the title
property.
- getTitle() - Method in class jakarta.ws.rs.core.Link
-
Returns the value associated with the link title
param, or null
if this param is not specified.
- getTo() - Method in interface jakarta.validation.metadata.GroupConversionDescriptor
-
Returns the target group of this conversion rule.
- getToFlowDocumentId() - Method in class jakarta.faces.application.NavigationCase
-
If this navigation case represents a flow invocation, this property is the documentId in which the flow whose id is
given by the return from NavigationCase.getFromOutcome()
is defined.
- getToFlowDocumentId() - Method in class jakarta.faces.application.NavigationCaseWrapper
-
- getToken() - Method in class jakarta.security.enterprise.credential.RememberMeCredential
-
Determines the token value to compare for authentication.
- getToViewId(FacesContext) - Method in class jakarta.faces.application.NavigationCase
-
Evaluates the <to-view-id>
for this <navigation-case>
- getToViewId(FacesContext) - Method in class jakarta.faces.application.NavigationCaseWrapper
-
- getTrailerFields() - Method in interface jakarta.servlet.http.HttpServletRequest
-
Get the request trailer fields.
- getTrailerFields() - Method in class jakarta.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to call getTrailerFields on the wrapped request object.
- getTrailerFields() - Method in interface jakarta.servlet.http.HttpServletResponse
-
Gets the supplier of trailer headers.
- getTrailerFields() - Method in class jakarta.servlet.http.HttpServletResponseWrapper
-
- getTransaction() - Method in interface jakarta.persistence.EntityManager
-
Return the resource-level EntityTransaction
object.
- getTransaction() - Method in interface jakarta.transaction.TransactionManager
-
Get the transaction object that represents the transaction
context of the calling thread.
- getTransactionKey() - Method in interface jakarta.transaction.TransactionSynchronizationRegistry
-
Return an opaque object to represent the transaction bound to the
current thread at the time this method is called.
- getTransactionPhase() - Method in interface jakarta.enterprise.inject.spi.ObserverMethod
-
- getTransactionStatus() - Method in interface jakarta.transaction.TransactionSynchronizationRegistry
-
Return the status of the transaction bound to the
current thread at the time this method is called.
- getTransactionType() - Method in interface jakarta.persistence.spi.PersistenceUnitInfo
-
Returns the transaction type of the entity managers created by
the EntityManagerFactory
.
- getTransient(Object) - Method in interface jakarta.faces.component.TransientStateHelper
-
Return the value currently associated with the specified key
if any.
- getTransient(Object, Object) - Method in interface jakarta.faces.component.TransientStateHelper
-
- getTransientStateHelper() - Method in class jakarta.faces.component.UIComponent
-
- getTransientStateHelper(boolean) - Method in class jakarta.faces.component.UIComponent
-
- getTransportGuarantee() - Method in class jakarta.servlet.HttpConstraintElement
-
Gets the data protection requirement (i.e., whether or not SSL/TLS is required) that must be satisfied by the
transport connection.
- getTraversableResolver() - Method in interface jakarta.validation.spi.ConfigurationState
-
Returns the traversable resolver for this configuration.
- getTraversableResolver() - Method in interface jakarta.validation.ValidatorFactory
-
Returns the
TraversableResolver
instance configured
at initialization time for the
ValidatorFactory
.
- getTraversableResolverClassName() - Method in interface jakarta.validation.BootstrapConfiguration
-
- getTreeStructureToRestore(FacesContext, String) - Method in class jakarta.faces.render.ResponseStateManager
-
- getTreeStructureToSave(FacesContext) - Method in class jakarta.faces.application.StateManager
-
- getTreeStructureToSave(FacesContext) - Method in class jakarta.faces.application.StateManagerWrapper
-
- getTrimDirectiveWhitespaces() - Method in interface jakarta.servlet.descriptor.JspPropertyGroupDescriptor
-
Gets the value of the trim-directive-whitespaces
configuration, which specifies whether template text
containing only whitespaces must be removed from the response output of any JSP pages mapped to the JSP property
group represented by this JspPropertyGroupDescriptor
.
- getTrustStore() - Method in class jakarta.security.auth.message.callback.TrustStoreCallback
-
Used by the TrustStore user to obtain the TrustStore set within the Callback.
- getType(ELContext, Object, Object) - Method in class jakarta.el.ArrayELResolver
-
If the base object is an array, returns the most general acceptable type for a value in this array.
- getType(ELContext, Object, Object) - Method in class jakarta.el.BeanELResolver
-
If the base object is not null
, returns the most general acceptable type that can be set on this bean
property.
- getType(ELContext, Object, Object) - Method in class jakarta.el.BeanNameELResolver
-
If the base is null and the property is a name resolvable by the BeanNameResolver, return the type of the bean.
- getType(ELContext, Object, Object) - Method in class jakarta.el.CompositeELResolver
-
- getType(ELContext, Object, Object) - Method in class jakarta.el.ELResolver
-
- getType(ELContext, Object, Object) - Method in class jakarta.el.ListELResolver
-
If the base object is a list, returns the most general acceptable type for a value in this list.
- getType(ELContext, Object, Object) - Method in class jakarta.el.MapELResolver
-
If the base object is a map, returns the most general acceptable type for a value in this map.
- getType(ELContext, Object, Object) - Method in class jakarta.el.ResourceBundleELResolver
-
If the base object is an instance of ResourceBundle
, return null
, since the resolver is
read only.
- getType(ELContext, Object, Object) - Method in class jakarta.el.StaticFieldELResolver
-
Returns the type of a static field.
- getType(ELContext, Object, Object) - Method in class jakarta.el.TypeConverter
-
- getType(ELContext) - Method in class jakarta.el.ValueExpression
-
- getType() - Method in interface jakarta.enterprise.inject.spi.EventMetadata
-
Get the type representing runtime class of the event object with type variables resolved.
- getType() - Method in interface jakarta.enterprise.inject.spi.InjectionPoint
-
Get the required type of injection point.
- getType() - Method in class jakarta.enterprise.util.TypeLiteral
-
- getType() - Method in class jakarta.faces.component.html.HtmlCommandButton
-
Return the value of the type
property.
- getType() - Method in class jakarta.faces.component.html.HtmlCommandLink
-
Return the value of the type
property.
- getType() - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
-
Return the value of the type
property.
- getType() - Method in class jakarta.faces.component.html.HtmlOutputLink
-
Return the value of the type
property.
- getType() - Method in class jakarta.faces.component.UIImportConstants
-
Returns the fully qualified name of the type to import the constant field values for.
- getType() - Method in class jakarta.faces.convert.DateTimeConverter
-
Return the type of value to be formatted or parsed.
- getType() - Method in class jakarta.faces.convert.NumberConverter
-
Return the number type to be used when formatting and parsing numbers.
- getType(FacesContext) - Method in class jakarta.faces.el.MethodBinding
-
Deprecated.
Return the Java class representing the return type from the method identified by this method binding expression.
- getType(Object, Object) - Method in class jakarta.faces.el.PropertyResolver
-
Deprecated.
Return the java.lang.Class
representing the type of the specified property.
- getType(Object, int) - Method in class jakarta.faces.el.PropertyResolver
-
Deprecated.
Return the java.lang.Class
representing the type of the specified index.
- getType(FacesContext) - Method in class jakarta.faces.el.ValueBinding
-
Deprecated.
- getType() - Method in interface jakarta.persistence.metamodel.SingularAttribute
-
Return the type that represents the type of the attribute.
- getType(ELContext, Object, Object) - Method in class jakarta.servlet.jsp.el.ImplicitObjectELResolver
-
If the base object is null
, and the property matches the name of a JSP implicit object, returns
null
to indicate that no types are ever accepted to setValue()
.
- getType(ELContext, Object, Object) - Method in class jakarta.servlet.jsp.el.ScopedAttributeELResolver
-
If the base object is null
, returns Object.class
to indicate that any type is valid to
set for a scoped attribute.
- getType(ELContext) - Method in class jakarta.servlet.jsp.jstl.core.IndexedValueExpression
-
- getType(ELContext) - Method in class jakarta.servlet.jsp.jstl.core.IteratedValueExpression
-
- getType() - Method in class jakarta.ws.rs.core.GenericEntity
-
Gets underlying Type
instance.
- getType() - Method in class jakarta.ws.rs.core.GenericType
-
Retrieve the type represented by the generic type instance.
- getType() - Method in class jakarta.ws.rs.core.Link
-
Returns the value associated with the link type
param, or null
if this param is not specified.
- getType() - Method in class jakarta.ws.rs.core.MediaType
-
Getter for primary type.
- getType() - Method in interface jakarta.ws.rs.ext.InterceptorContext
-
Get Java type supported by corresponding message body provider.
- getType() - Method in interface jakarta.ws.rs.sse.OutboundSseEvent
-
Get data type.
- getTypeArgumentIndex() - Method in interface jakarta.validation.metadata.ContainerElementTypeDescriptor
-
Returns the index of the type argument corresponding to this container element type.
- getTypeArgumentIndex() - Method in interface jakarta.validation.Path.BeanNode
-
- getTypeArgumentIndex() - Method in interface jakarta.validation.Path.ContainerElementNode
-
- getTypeArgumentIndex() - Method in interface jakarta.validation.Path.PropertyNode
-
- getTypeClosure() - Method in interface jakarta.enterprise.inject.spi.Annotated
-
Get all types to which the base type should be considered assignable.
- getTypeName() - Method in class jakarta.servlet.jsp.tagext.TagAttributeInfo
-
The type (as a String) of this attribute.
- getTypes() - Method in interface jakarta.enterprise.inject.spi.BeanAttributes
-
- getUIViewParameter(FacesContext) - Method in class jakarta.faces.component.UIViewParameter.Reference
-
Return the UIViewParameter
to which this instance refers.
- getUnavailableSeconds() - Method in exception jakarta.servlet.UnavailableException
-
Returns the number of seconds the servlet expects to be temporarily unavailable.
- getUnhandledExceptionQueuedEvents() - Method in class jakarta.faces.context.ExceptionHandler
-
- getUnhandledExceptionQueuedEvents() - Method in class jakarta.faces.context.ExceptionHandlerWrapper
-
- getUnselectedClass() - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
-
Return the value of the unselectedClass
property.
- getUpdateCount() - Method in interface jakarta.persistence.StoredProcedureQuery
-
Return the update count or -1 if there is no pending result
or if the next result is not an update count.
- getURI() - Method in class jakarta.servlet.jsp.tagext.TagLibraryInfo
-
The value of the uri attribute from the taglib directive for this library.
- getUri() - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Get the request URI.
- getUri() - Method in interface jakarta.ws.rs.client.WebTarget
-
Get the URI identifying the resource.
- getUri() - Method in class jakarta.ws.rs.core.Link
-
Returns the underlying URI associated with this link.
- getUri() - Method in class jakarta.ws.rs.core.Link.JaxbLink
-
Get the underlying URI for this link.
- getUriBuilder() - Method in interface jakarta.ws.rs.client.WebTarget
-
Get the URI builder initialized with the
URI
of the current resource target.
- getUriBuilder() - Method in class jakarta.ws.rs.core.Link
-
Convenience method that returns a
UriBuilder
initialized with this link's underlying URI.
- getUriInfo() - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Get request URI information.
- getURL() - Method in class jakarta.faces.application.Resource
-
Return an actual URL
instance that refers to this resource instance.
- getURL() - Method in class jakarta.faces.application.ResourceWrapper
-
- getURL() - Method in class jakarta.faces.application.ViewResource
-
Return an actual URL
instance that refers to this resource instance.
- getUrl() - Method in class jakarta.faces.component.UIGraphic
-
- getUrlPatternMappings() - Method in interface jakarta.servlet.FilterRegistration
-
Gets the currently available URL pattern mappings of the Filter represented by this FilterRegistration
.
- getUrlPatterns() - Method in interface jakarta.servlet.descriptor.JspPropertyGroupDescriptor
-
Gets the URL patterns of the JSP property group represented by this JspPropertyGroupDescriptor
.
- getUsemap() - Method in class jakarta.faces.component.html.HtmlGraphicImage
-
Return the value of the usemap
property.
- getUser() - Method in class jakarta.faces.component.UIWebsocket
-
Returns the user identifier of the websocket channel.
- getUser() - Method in class jakarta.faces.event.WebsocketEvent
-
Returns the <f:websocket user>
, if any.
- getUsername() - Method in class jakarta.security.auth.message.callback.PasswordValidationCallback
-
Get the username.
- getUserPrincipal() - Method in class jakarta.faces.context.ExternalContext
-
Return the Principal
object containing the name of the current authenticated user, if any; otherwise,
return null
.
- getUserPrincipal() - Method in class jakarta.faces.context.ExternalContextWrapper
-
- getUserPrincipal() - Method in interface jakarta.servlet.http.HttpServletRequest
-
Returns a java.security.Principal
object containing the name of the current authenticated user.
- getUserPrincipal() - Method in class jakarta.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to return getUserPrincipal() on the wrapped request object.
- getUserPrincipal() - Method in interface jakarta.websocket.server.HandshakeRequest
-
Return the authenticated user or null
if no user is authenticated for this handshake.
- getUserPrincipal() - Method in interface jakarta.websocket.Session
-
Return the authenticated user for this Session or null
if no user is authenticated for this session.
- getUserPrincipal() - Method in interface jakarta.ws.rs.core.SecurityContext
-
Returns a java.security.Principal
object containing the name of the current authenticated user.
- getUserProperties() - Method in interface jakarta.websocket.EndpointConfig
-
This method returns a modifiable Map that the developer may use to store application specific information
relating to the endpoint that uses this configuration instance.
- getUserProperties() - Method in interface jakarta.websocket.Session
-
While the session is open, this method returns a Map that the developer may use to store application specific
information relating to this session instance.
- getUserTransaction() - Method in interface jakarta.ejb.EJBContext
-
Obtain the transaction demarcation interface.
- getValidatedValue() - Method in interface jakarta.validation.MessageInterpolator.Context
-
- getValidationAppliesTo() - Method in interface jakarta.validation.metadata.ConstraintDescriptor
-
The
ConstraintTarget
value of
validationAppliesTo
if the constraint
hosts it or
null
otherwise.
- getValidationGroups() - Method in class jakarta.faces.validator.BeanValidator
-
Return the validation groups passed to the Validation API when checking constraints.
- getValidationMode() - Method in interface jakarta.persistence.spi.PersistenceUnitInfo
-
Returns the validation mode to be used by the persistence
provider for the persistence unit.
- getValidationProviderResolver() - Method in interface jakarta.validation.spi.BootstrapState
-
User defined ValidationProviderResolver
strategy
instance or null
if undefined.
- getValidationProviders() - Method in interface jakarta.validation.ValidationProviderResolver
-
- getValidator() - Method in interface jakarta.faces.component.EditableValueHolder
-
- getValidator() - Method in class jakarta.faces.component.UIInput
-
- getValidator() - Method in interface jakarta.validation.ValidatorContext
-
Returns an initialized
Validator
instance respecting the defined state.
- getValidator() - Method in interface jakarta.validation.ValidatorFactory
-
Returns an initialized
Validator
instance using the
factory defaults for message interpolator, traversable resolver
and constraint validator factory.
- getValidatorConfig() - Method in class jakarta.faces.view.facelets.ValidatorHandler
-
Return the TagConfig
subclass used to configure this handler instance.
- getValidatorId() - Method in interface jakarta.faces.view.facelets.ValidatorConfig
-
Return the validator-id associated with a particular validator in your faces-config
- getValidatorId(FaceletContext) - Method in class jakarta.faces.view.facelets.ValidatorHandler
-
Retrieve the id of the validator that is to be created and added to the parent EditableValueHolder
.
- getValidatorIds() - Method in class jakarta.faces.application.Application
-
Return an Iterator
over the set of currently registered validator ids for this Application
.
- getValidatorIds() - Method in class jakarta.faces.application.ApplicationWrapper
-
- getValidatorMessage() - Method in class jakarta.faces.component.UIInput
-
- getValidators() - Method in interface jakarta.faces.component.EditableValueHolder
-
Return the set of registered
Validator
s for this component instance.
- getValidators() - Method in class jakarta.faces.component.UIInput
-
- getValue(ELContext, Object, Object) - Method in class jakarta.el.ArrayELResolver
-
If the base object is a Java language array, returns the value at the given index.
- getValue(ELContext, Object, Object) - Method in class jakarta.el.BeanELResolver
-
If the base object is not null
, returns the current value of the given property on this bean.
- getValue(ELContext, Object, Object) - Method in class jakarta.el.BeanNameELResolver
-
If the base object is null
and the property is a name that is resolvable by the BeanNameResolver,
returns the value resolved by the BeanNameResolver.
- getValue(ELContext, Object, Object) - Method in class jakarta.el.CompositeELResolver
-
Attempts to resolve the given property
object on the given base
object by querying all
component resolvers.
- getValue(String, Class<?>) - Method in class jakarta.el.ELProcessor
-
Evaluates an Jakarta Expression Language expression, and coerces the result to the specified type.
- getValue(ELContext, Object, Object) - Method in class jakarta.el.ELResolver
-
Attempts to resolve the given property
object on the given base
object.
- getValue(ELContext, Object, Object) - Method in class jakarta.el.ListELResolver
-
If the base object is a list, returns the value at the given index.
- getValue(ELContext, Object, Object) - Method in class jakarta.el.MapELResolver
-
If the base object is a map, returns the value associated with the given key, as specified by the
property
argument.
- getValue(ELContext, Object, Object) - Method in class jakarta.el.ResourceBundleELResolver
-
If the base object is an instance of ResourceBundle
, the provided property will first be coerced to a
String
.
- getValue(ELContext, Object, Object) - Method in class jakarta.el.StaticFieldELResolver
-
Returns the value of a static field.
- getValue(ELContext, Object, Object) - Method in class jakarta.el.TypeConverter
-
- getValue(ELContext) - Method in class jakarta.el.ValueExpression
-
Evaluates the expression relative to the provided context, and returns the resulting value.
- getValue() - Method in class jakarta.faces.component.behavior.ClientBehaviorContext.Parameter
-
Returns the Parameter's value.
- getValue() - Method in class jakarta.faces.component.UICommand
-
Returns the value
property of the UICommand
.
- getValue() - Method in class jakarta.faces.component.UIData
-
Return the value of the UIData.
- getValue() - Method in class jakarta.faces.component.UIGraphic
-
Returns the value
property of the UIGraphic
.
- getValue() - Method in class jakarta.faces.component.UIInput
-
If there is a local value, return it, otherwise return the result of calling super.getVaue()
.
- getValue() - Method in class jakarta.faces.component.UIOutput
-
Return the value property.
- getValue() - Method in class jakarta.faces.component.UIParameter
-
Returns the value
property of the UIParameter
.
- getValue() - Method in class jakarta.faces.component.UISelectItem
-
Returns the value
property of the UISelectItem
.
- getValue() - Method in class jakarta.faces.component.UISelectItems
-
Returns the value
property of the UISelectItems
.
- getValue() - Method in interface jakarta.faces.component.ValueHolder
-
- getValue(Object, Object) - Method in class jakarta.faces.el.PropertyResolver
-
Deprecated.
Return the value of the specified property from the specified base object.
- getValue(Object, int) - Method in class jakarta.faces.el.PropertyResolver
-
Deprecated.
Return the value at the specified index of the specified base object.
- getValue(FacesContext) - Method in class jakarta.faces.el.ValueBinding
-
Deprecated.
- getValue() - Method in class jakarta.faces.flow.Parameter
-
Return a ValueExpression
for the value of the parameter.
- getValue() - Method in class jakarta.faces.model.SelectItem
-
Return the value of this item, to be delivered to the model if this item is selected by the user.
- getValue() - Method in class jakarta.faces.view.facelets.TagAttribute
-
Return the literal value of this attribute
- getValue(FaceletContext) - Method in class jakarta.faces.view.facelets.TagAttribute
-
If literal, then return our value, otherwise delegate to getObject, passing String.class.
- getValue(JsonStructure) - Method in interface jakarta.json.JsonPointer
-
Returns the value at the referenced location in the specified target
.
- getValue(String) - Method in interface jakarta.json.JsonStructure
-
Get the value referenced by the provided JSON Pointer in the JsonStructure.
- getValue() - Method in interface jakarta.json.stream.JsonParser
-
Returns a JsonValue
at the current parser position.
- getValue() - Method in class jakarta.security.enterprise.credential.Password
-
Determines the password value.
- getValue() - Method in class jakarta.servlet.http.Cookie
-
Gets the current value of this Cookie.
- getValue(String) - Method in interface jakarta.servlet.http.HttpSession
-
- getValue() - Method in class jakarta.servlet.http.HttpSessionBindingEvent
-
Returns the value of the attribute that has been added, removed or replaced.
- getValue(ELContext, Object, Object) - Method in class jakarta.servlet.jsp.el.ImplicitObjectELResolver
-
If the base object is null
, and the property matches the name of a JSP implicit object, returns the
implicit object.
- getValue(ELContext, Object, Object) - Method in class jakarta.servlet.jsp.el.ScopedAttributeELResolver
-
If the base object is null
, searches the page, request, session and application scopes for an
attribute with the given name and returns it, or null
if no attribute exists with the current name.
- getValue(ELContext) - Method in class jakarta.servlet.jsp.jstl.core.IndexedValueExpression
-
- getValue(ELContext) - Method in class jakarta.servlet.jsp.jstl.core.IteratedValueExpression
-
- getValue(String) - Method in class jakarta.servlet.jsp.tagext.TagSupport
-
Get a the value associated with a key.
- getValue() - Method in class jakarta.servlet.ServletContextAttributeEvent
-
Gets the value of the ServletContext attribute that changed.
- getValue() - Method in class jakarta.servlet.ServletRequestAttributeEvent
-
Returns the value of the attribute that has been added, removed or replaced.
- getValue() - Method in enum jakarta.validation.constraints.Pattern.Flag
-
- getValue() - Method in interface jakarta.websocket.Extension.Parameter
-
Return the value of the extension parameter.
- getValue() - Method in class jakarta.ws.rs.core.Cookie
-
Get the value of the cookie.
- getValue() - Method in class jakarta.ws.rs.core.EntityTag
-
Get the value of an EntityTag
.
- getValueBinding(String) - Method in class jakarta.faces.component.UIComponent
-
- getValueBinding(String) - Method in class jakarta.faces.component.UIComponentBase
-
- getValueBinding(String) - Method in class jakarta.faces.component.UIGraphic
-
- getValueBinding(String) - Method in class jakarta.faces.component.UISelectBoolean
-
- getValueBinding(String) - Method in class jakarta.faces.component.UISelectMany
-
- getValueChangeListener() - Method in interface jakarta.faces.component.EditableValueHolder
-
- getValueChangeListener() - Method in class jakarta.faces.component.UIInput
-
- getValueChangeListeners() - Method in interface jakarta.faces.component.EditableValueHolder
-
- getValueChangeListeners() - Method in class jakarta.faces.component.UIInput
-
- getValueExpression(String) - Method in class jakarta.faces.component.behavior.AjaxBehavior
-
Returns the ValueExpression
used to calculate the value for the specified property name, if any.
- getValueExpression(String) - Method in class jakarta.faces.component.UIComponent
-
Return the
ValueExpression
used to calculate the value for the specified attribute or property name, if any.
- getValueExpression(String) - Method in class jakarta.faces.component.UIGraphic
-
Return any
ValueExpression
set for
value
if a
ValueExpression
for
url
is
requested; otherwise, perform the default superclass processing for this method.
- getValueExpression(String) - Method in class jakarta.faces.component.UISelectBoolean
-
Return any
ValueExpression
set for
value
if a
ValueExpression
for
selected
is requested; otherwise, perform the default superclass processing for this method.
- getValueExpression(String) - Method in class jakarta.faces.component.UISelectMany
-
Return any
ValueExpression
set for
value
if a
ValueExpression
for
selectedValues
is requested; otherwise, perform the default superclass processing for this method.
- getValueExpression(FaceletContext, Class) - Method in class jakarta.faces.view.facelets.TagAttribute
-
Create a ValueExpression, using this attribute's literal value and the passed expected type.
- getValueExpression() - Method in class jakarta.servlet.jsp.jstl.core.IteratedExpression
-
- getValueExtractorClassNames() - Method in interface jakarta.validation.BootstrapConfiguration
-
- getValueExtractors() - Method in interface jakarta.validation.spi.ConfigurationState
-
Returns a set of value extractors.
- getValueNames() - Method in interface jakarta.servlet.http.HttpSession
-
- getValueReference(ELContext) - Method in class jakarta.el.ValueExpression
-
- getValues() - Method in class jakarta.servlet.jsp.tagext.TagSupport
-
Enumerate the keys for the values kept by this tag handler.
- getValues(K) - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
-
Return a non-null list of values for a given key.
- getValuesAs(Class<T>) - Method in interface jakarta.json.JsonArray
-
Returns a list view of the specified type for the array.
- getValuesAs(Function<K, T>) - Method in interface jakarta.json.JsonArray
-
Returns a list view for the array.
- getValueStream() - Method in interface jakarta.json.stream.JsonParser
-
Returns a stream of JsonValue
from a sequence of
JSON values.
- getValueType() - Method in interface jakarta.json.JsonValue
-
Returns the value type of this JSON value.
- getValueUnwrapping() - Method in interface jakarta.validation.metadata.ConstraintDescriptor
-
- getVar() - Method in class jakarta.faces.component.UIData
-
Return the request-scope attribute under which the data object for the current row will be exposed when iterating.
- getVar() - Method in class jakarta.faces.component.UIImportConstants
-
Returns name of request scope attribute under which constants will be exposed as a Map.
- getVariableInfo(TagData) - Method in class jakarta.servlet.jsp.tagext.TagExtraInfo
-
information on scripting variables defined by the tag associated with this TagExtraInfo instance.
- getVariableInfo(TagData) - Method in class jakarta.servlet.jsp.tagext.TagInfo
-
Information on the scripting objects created by this tag at runtime.
- getVariableMapper() - Method in class jakarta.el.ELContext
-
Retrieves the VariableMapper
associated with this ELContext
.
- getVariableMapper() - Method in class jakarta.el.StandardELContext
-
Construct (if needed) and return a default VariableMapper() {
- getVariableResolver() - Method in class jakarta.faces.application.Application
-
- getVariableResolver() - Method in class jakarta.faces.application.ApplicationWrapper
-
- getVariableResolver() - Method in class jakarta.servlet.jsp.JspContext
-
- getVariant() - Method in class jakarta.ws.rs.client.Entity
-
- getVarName() - Method in class jakarta.servlet.jsp.tagext.VariableInfo
-
Returns the name of the scripting variable.
- getVdlDocumentId() - Method in class jakarta.faces.flow.ViewNode
-
Return the immutable VDL document id for this view node.
- getVersion(Class<Y>) - Method in interface jakarta.persistence.metamodel.IdentifiableType
-
Return the attribute that corresponds to the version
attribute of the entity or mapped superclass.
- getVersion() - Method in class jakarta.servlet.http.Cookie
-
Returns the version of the protocol this cookie complies with.
- getVersion() - Method in class jakarta.ws.rs.core.Cookie
-
Get the version of the cookie.
- getViewActions(UIViewRoot) - Static method in class jakarta.faces.view.ViewMetadata
-
Utility method to extract view metadata from the provided UIViewRoot
.
- getViewDeclarationLanguage(FacesContext, String) - Method in class jakarta.faces.application.ViewHandler
-
- getViewDeclarationLanguage(FacesContext, String) - Method in class jakarta.faces.application.ViewHandlerWrapper
-
- getViewDeclarationLanguage(String) - Method in class jakarta.faces.view.ViewDeclarationLanguageFactory
-
Return the ViewDeclarationLanguage
instance suitable for
handling the VDL contained in the page referenced by the argument viewId
.
- getViewHandler() - Method in class jakarta.faces.application.Application
-
Return the
ViewHandler
instance that will be utilized during the
Restore View and
Render
Response phases of the request processing lifecycle.
- getViewHandler() - Method in class jakarta.faces.application.ApplicationWrapper
-
- getViewId() - Method in exception jakarta.faces.application.ViewExpiredException
-
Return the view identifier of this exception, or null
if the view identifier is nonexistent or unknown.
- getViewId() - Method in class jakarta.faces.component.UIViewRoot
-
Return the view identifier for this view.
- getViewId() - Method in class jakarta.faces.view.ViewMetadata
-
- getViewListenersForEventClass(Class<? extends SystemEvent>) - Method in class jakarta.faces.component.UIViewRoot
-
Return the SystemEventListener
instances registered on this UIComponent
instance that are
interested in events of type eventClass
.
- getViewMap() - Method in class jakarta.faces.component.UIViewRoot
-
- getViewMap(boolean) - Method in class jakarta.faces.component.UIViewRoot
-
Returns a Map
that acts as the interface
to the data store that is the "view scope", or, if this instance does not have such a Map
and the
create
argument is true
, creates one and returns it.
- getViewMetadata(FacesContext, String) - Method in class jakarta.faces.view.ViewDeclarationLanguage
-
Return a reference to the view metadata for the view represented by the argument viewId
, or
null
if the metadata cannot be found.
- getViewMetadata(FacesContext, String) - Method in class jakarta.faces.view.ViewDeclarationLanguageWrapper
-
- getViewMetadataFacelet(URL) - Method in class jakarta.faces.view.facelets.FaceletCache
-
Returns a cached View Metadata Facelet instance.
- getViewParameters(UIViewRoot) - Static method in class jakarta.faces.view.ViewMetadata
-
Utility method to extract view metadata from the provided UIViewRoot
.
- getViewResources(FacesContext, String, int, ResourceVisitOption...) - Method in class jakarta.faces.application.ResourceHandler
-
Return a Stream
possibly lazily populated by walking the resource tree rooted at a given initial path.
- getViewResources(FacesContext, String, ResourceVisitOption...) - Method in class jakarta.faces.application.ResourceHandler
-
Return a Stream
possibly lazily populated by walking the resource tree rooted at a given initial path.
- getViewResources(FacesContext, String, int, ResourceVisitOption...) - Method in class jakarta.faces.application.ResourceHandlerWrapper
-
- getViewResources(FacesContext, String, ResourceVisitOption...) - Method in class jakarta.faces.application.ResourceHandlerWrapper
-
- getViewRoot() - Method in class jakarta.faces.context.FacesContext
-
Return the root component that is associated with the this request.
- getViewRoot() - Method in class jakarta.faces.context.FacesContextWrapper
-
- getViews(FacesContext, String, int, ViewVisitOption...) - Method in class jakarta.faces.application.ViewHandler
-
Return a Stream
possibly lazily populated by walking the view trees of every active
ViewDeclarationLanguage
rooted at a given initial path.
- getViews(FacesContext, String, ViewVisitOption...) - Method in class jakarta.faces.application.ViewHandler
-
Return a Stream
possibly lazily populated by walking the view trees of every active
ViewDeclarationLanguage
rooted at a given initial path.
- getViews(FacesContext, String, ViewVisitOption...) - Method in class jakarta.faces.application.ViewHandlerWrapper
-
- getViews(FacesContext, String, int, ViewVisitOption...) - Method in class jakarta.faces.application.ViewHandlerWrapper
-
- getViews() - Method in class jakarta.faces.flow.Flow
-
Return an immutable data structure containing all of the view nodes declared for this flow.
- getViews(FacesContext, String, ViewVisitOption...) - Method in class jakarta.faces.view.ViewDeclarationLanguage
-
Return a Stream
possibly lazily populated by walking the view tree rooted at a given initial path.
- getViews(FacesContext, String, int, ViewVisitOption...) - Method in class jakarta.faces.view.ViewDeclarationLanguage
-
Return a Stream
possibly lazily populated by walking the view tree rooted at a given initial path.
- getViews(FacesContext, String, ViewVisitOption...) - Method in class jakarta.faces.view.ViewDeclarationLanguageWrapper
-
- getViews(FacesContext, String, int, ViewVisitOption...) - Method in class jakarta.faces.view.ViewDeclarationLanguageWrapper
-
- getViewState(FacesContext) - Method in class jakarta.faces.application.StateManager
-
Convenience method to return the view state as a String
with no RenderKit
specific markup.
- getViewState(FacesContext) - Method in class jakarta.faces.application.StateManagerWrapper
-
- getViewState(FacesContext, Object) - Method in class jakarta.faces.render.ResponseStateManager
-
Return the specified state as a String
without any markup related to the rendering technology supported
by this ResponseStateManager.
- getVirtualServerName() - Method in interface jakarta.servlet.ServletContext
-
Returns the configuration name of the logical host on which the ServletContext is deployed.
- getVisitContext(FacesContext, Collection<String>, Set<VisitHint>) - Method in class jakarta.faces.component.visit.VisitContextFactory
-
- getVisitHints() - Method in class jakarta.faces.component.search.SearchExpressionContext
-
Returns hints that influence the behavior of the tree visit, if it's used by an SearchKeywordResolver
implementation.
- getWarnClass() - Method in class jakarta.faces.component.html.HtmlMessage
-
Return the value of the warnClass
property.
- getWarnClass() - Method in class jakarta.faces.component.html.HtmlMessages
-
Return the value of the warnClass
property.
- getWarnStyle() - Method in class jakarta.faces.component.html.HtmlMessage
-
Return the value of the warnStyle
property.
- getWarnStyle() - Method in class jakarta.faces.component.html.HtmlMessages
-
Return the value of the warnStyle
property.
- getWebSocketContainer() - Static method in class jakarta.websocket.ContainerProvider
-
Obtain a new instance of a WebSocketContainer.
- getWebsocketURL(FacesContext, String) - Method in class jakarta.faces.application.ViewHandler
-
If the value returned from this method is used as the file
argument to the four-argument constructor for
java.net.URL
(assuming appropriate values are used for the first three arguments), then a client making
a push handshake request to the toExternalForm()
of that URL
will select the argument
channel
for connecting the websocket push channel in the current view.
- getWebsocketURL(FacesContext, String) - Method in class jakarta.faces.application.ViewHandlerWrapper
-
- getWidth() - Method in class jakarta.faces.component.html.HtmlDataTable
-
Return the value of the width
property.
- getWidth() - Method in class jakarta.faces.component.html.HtmlGraphicImage
-
Return the value of the width
property.
- getWidth() - Method in class jakarta.faces.component.html.HtmlPanelGrid
-
Return the value of the width
property.
- getWrapped() - Method in class jakarta.faces.application.ApplicationFactory
-
If this factory has been decorated, the implementation doing the decorating may override this method to provide
access to the implementation being wrapped.
- getWrapped() - Method in class jakarta.faces.application.ApplicationWrapper
-
- getWrapped() - Method in class jakarta.faces.application.ConfigurableNavigationHandlerWrapper
-
- getWrapped() - Method in class jakarta.faces.application.NavigationCaseWrapper
-
- getWrapped() - Method in class jakarta.faces.application.NavigationHandlerWrapper
-
- getWrapped() - Method in class jakarta.faces.application.ResourceHandlerWrapper
-
- getWrapped() - Method in class jakarta.faces.application.ResourceWrapper
-
- getWrapped() - Method in class jakarta.faces.application.StateManagerWrapper
-
- getWrapped() - Method in class jakarta.faces.application.ViewHandlerWrapper
-
- getWrapped() - Method in class jakarta.faces.component.search.SearchExpressionContextFactory
-
If this factory has been decorated, the implementation doing the decorating may override this method to provide
access to the implementation being wrapped.
- getWrapped() - Method in class jakarta.faces.component.search.SearchExpressionHandlerWrapper
-
- getWrapped() - Method in class jakarta.faces.component.visit.VisitContextFactory
-
If this factory has been decorated, the implementation doing the decorating may override this method to provide
access to the implementation being wrapped.
- getWrapped() - Method in class jakarta.faces.component.visit.VisitContextWrapper
-
- getWrapped() - Method in class jakarta.faces.context.ExceptionHandlerFactory
-
If this factory has been decorated, the implementation doing the decorating may override this method to provide
access to the implementation being wrapped.
- getWrapped() - Method in class jakarta.faces.context.ExceptionHandlerWrapper
-
- getWrapped() - Method in class jakarta.faces.context.ExternalContextFactory
-
If this factory has been decorated, the implementation doing the decorating may override this method to provide
access to the implementation being wrapped.
- getWrapped() - Method in class jakarta.faces.context.ExternalContextWrapper
-
- getWrapped() - Method in class jakarta.faces.context.FacesContextFactory
-
If this factory has been decorated, the implementation doing the decorating may override this method to provide
access to the implementation being wrapped.
- getWrapped() - Method in class jakarta.faces.context.FacesContextWrapper
-
- getWrapped() - Method in class jakarta.faces.context.FlashFactory
-
If this factory has been decorated, the implementation doing the decorating may override this method to provide
access to the implementation being wrapped.
- getWrapped() - Method in class jakarta.faces.context.FlashWrapper
-
- getWrapped() - Method in class jakarta.faces.context.PartialViewContextFactory
-
If this factory has been decorated, the implementation doing the decorating may override this method to provide
access to the implementation being wrapped.
- getWrapped() - Method in class jakarta.faces.context.PartialViewContextWrapper
-
- getWrapped() - Method in class jakarta.faces.context.ResponseWriterWrapper
-
- getWrapped() - Method in class jakarta.faces.event.ActionListenerWrapper
-
- getWrapped() - Method in interface jakarta.faces.FacesWrapper
-
A class that implements this interface uses this method to return an instance of the class being wrapped.
- getWrapped() - Method in class jakarta.faces.flow.FlowHandlerFactoryWrapper
-
- getWrapped() - Method in class jakarta.faces.lifecycle.ClientWindowFactory
-
If this factory has been decorated, the implementation doing the decorating may override this method to provide
access to the implementation being wrapped.
- getWrapped() - Method in class jakarta.faces.lifecycle.ClientWindowWrapper
-
- getWrapped() - Method in class jakarta.faces.lifecycle.LifecycleFactory
-
If this factory has been decorated, the implementation doing the decorating may override this method to provide
access to the implementation being wrapped.
- getWrapped() - Method in class jakarta.faces.lifecycle.LifecycleWrapper
-
- getWrapped() - Method in class jakarta.faces.render.RendererWrapper
-
- getWrapped() - Method in class jakarta.faces.render.RenderKitFactory
-
If this factory has been decorated, the implementation doing the decorating may override this method to provide
access to the implementation being wrapped.
- getWrapped() - Method in class jakarta.faces.render.RenderKitWrapper
-
- getWrapped() - Method in class jakarta.faces.view.facelets.FaceletCacheFactory
-
If this factory has been decorated, the implementation doing the decorating may override this method to provide
access to the implementation being wrapped.
- getWrapped() - Method in class jakarta.faces.view.facelets.TagHandlerDelegateFactory
-
If this factory has been decorated, the implementation doing the decorating may override this method to provide
access to the implementation being wrapped.
- getWrapped() - Method in class jakarta.faces.view.ViewDeclarationLanguageFactory
-
If this factory has been decorated, the implementation doing the decorating may override this method to provide
access to the implementation being wrapped.
- getWrapped() - Method in class jakarta.faces.view.ViewDeclarationLanguageWrapper
-
- getWrapped() - Method in class jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
-
- getWrappedData() - Method in class jakarta.faces.model.ArrayDataModel
-
- getWrappedData() - Method in class jakarta.faces.model.CollectionDataModel
-
- getWrappedData() - Method in class jakarta.faces.model.DataModel
-
Return the object representing the data wrapped by this
DataModel
, if any.
- getWrappedData() - Method in class jakarta.faces.model.IterableDataModel
-
Return the object representing the data wrapped by this
DataModel
, if any.
- getWrappedData() - Method in class jakarta.faces.model.ListDataModel
-
- getWrappedData() - Method in class jakarta.faces.model.ResultDataModel
-
- getWrappedData() - Method in class jakarta.faces.model.ResultSetDataModel
-
- getWrappedData() - Method in class jakarta.faces.model.ScalarDataModel
-
- getWriteMethod(String) - Method in class jakarta.faces.view.facelets.MetadataTarget
-
Return a Method
for the setter of the property with name given by argument name
.
- getWriter() - Method in interface jakarta.servlet.ServletResponse
-
Returns a PrintWriter
object that can send character text to the client.
- getWriter() - Method in class jakarta.servlet.ServletResponseWrapper
-
The default behavior of this method is to return getWriter() on the wrapped response object.
- getXmlns() - Method in class jakarta.faces.component.html.HtmlBody
-
Return the value of the xmlns
property.
- getXmlns() - Method in class jakarta.faces.component.html.HtmlHead
-
Return the value of the xmlns
property.
- getYear() - Method in class jakarta.ejb.ScheduleExpression
-
Return the value of the year attribute.
- greaterThan(Expression<? extends Y>, Expression<? extends Y>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create a predicate for testing whether the first argument is
greater than the second.
- greaterThan(Expression<? extends Y>, Y) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create a predicate for testing whether the first argument is
greater than the second.
- greaterThanOrEqualTo(Expression<? extends Y>, Expression<? extends Y>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create a predicate for testing whether the first argument is
greater than or equal to the second.
- greaterThanOrEqualTo(Expression<? extends Y>, Y) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create a predicate for testing whether the first argument is
greater than or equal to the second.
- greatest(Expression<X>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create an aggregate expression for finding the greatest of
the values (strings, dates, etc).
- groupBy(Expression<?>...) - Method in interface jakarta.persistence.criteria.AbstractQuery
-
Specify the expressions that are used to form groups over
the query results.
- groupBy(List<Expression<?>>) - Method in interface jakarta.persistence.criteria.AbstractQuery
-
Specify the expressions that are used to form groups over
the query results.
- groupBy(Expression<?>...) - Method in interface jakarta.persistence.criteria.CriteriaQuery
-
Specify the expressions that are used to form groups over
the query results.
- groupBy(List<Expression<?>>) - Method in interface jakarta.persistence.criteria.CriteriaQuery
-
Specify the expressions that are used to form groups over
the query results.
- groupBy(Expression<?>...) - Method in interface jakarta.persistence.criteria.Subquery
-
Specify the expressions that are used to form groups over
the subquery results.
- groupBy(List<Expression<?>>) - Method in interface jakarta.persistence.criteria.Subquery
-
Specify the expressions that are used to form groups over
the subquery results.
- GroupConversionDescriptor - Interface in jakarta.validation.metadata
-
A group conversion rule to be applied during cascaded validation.
- GroupDefinitionException - Exception in jakarta.validation
-
Exception raised if a group definition is not legal.
- GroupDefinitionException(String) - Constructor for exception jakarta.validation.GroupDefinitionException
-
- GroupDefinitionException() - Constructor for exception jakarta.validation.GroupDefinitionException
-
- GroupDefinitionException(String, Throwable) - Constructor for exception jakarta.validation.GroupDefinitionException
-
- GroupDefinitionException(Throwable) - Constructor for exception jakarta.validation.GroupDefinitionException
-
- groupingBy(Function<JsonValue, String>, Collector<JsonValue, T, JsonArray>) - Static method in class jakarta.json.stream.JsonCollectors
-
Constructs a java.util.stream.Collector
that implements a "group by" operation on the
input JsonValue
elements.
- groupingBy(Function<JsonValue, String>) - Static method in class jakarta.json.stream.JsonCollectors
-
Constructs a java.util.stream.Collector
that implements a "group by" operation on the
input JsonValue
elements.
- GroupPrincipalCallback - Class in jakarta.security.auth.message.callback
-
Callback establishing group principals within the argument subject.
- GroupPrincipalCallback(Subject, String[]) - Constructor for class jakarta.security.auth.message.callback.GroupPrincipalCallback
-
Create a GroupPrincipalCallback to establish the container's representation of the corresponding group principals
within the Subject.
- GroupSequence - Annotation Type in jakarta.validation
-
Defines group sequence.
- gt(Expression<? extends Number>, Expression<? extends Number>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create a predicate for testing whether the first argument is
greater than the second.
- gt(Expression<? extends Number>, Number) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create a predicate for testing whether the first argument is
greater than the second.
- saveAttachedState(FacesContext, Object) - Static method in class jakarta.faces.component.UIComponentBase
-
This method is called by UIComponent
subclasses that want to save one or more attached objects.
- saveSerializedView(FacesContext) - Method in class jakarta.faces.application.StateManager
-
- saveSerializedView(FacesContext) - Method in class jakarta.faces.application.StateManagerWrapper
-
- saveState(FacesContext) - Method in class jakarta.faces.component.behavior.AjaxBehavior
-
- saveState(FacesContext) - Method in class jakarta.faces.component.behavior.BehaviorBase
-
- saveState(FacesContext) - Method in class jakarta.faces.component.html.HtmlInputFile
-
- saveState(FacesContext) - Method in interface jakarta.faces.component.StateHolder
-
Gets the state of the instance as a Serializable
Object.
- saveState(FacesContext) - Method in class jakarta.faces.component.UIComponentBase
-
- saveState(FacesContext) - Method in class jakarta.faces.component.UIData
-
- saveState(FacesContext) - Method in class jakarta.faces.component.UIInput
-
- saveState(FacesContext) - Method in class jakarta.faces.component.UIOutput
-
- saveState(FacesContext) - Method in class jakarta.faces.component.UIViewRoot
-
- saveState(FacesContext) - Method in class jakarta.faces.convert.DateTimeConverter
-
- saveState(FacesContext) - Method in class jakarta.faces.convert.EnumConverter
-
- saveState(FacesContext) - Method in class jakarta.faces.convert.NumberConverter
-
- saveState(FacesContext) - Method in class jakarta.faces.event.MethodExpressionActionListener
-
- saveState(FacesContext) - Method in class jakarta.faces.event.MethodExpressionValueChangeListener
-
- saveState(FacesContext) - Method in class jakarta.faces.validator.BeanValidator
-
- saveState(FacesContext) - Method in class jakarta.faces.validator.DoubleRangeValidator
-
- saveState(FacesContext) - Method in class jakarta.faces.validator.LengthValidator
-
- saveState(FacesContext) - Method in class jakarta.faces.validator.LongRangeValidator
-
- saveState(FacesContext) - Method in class jakarta.faces.validator.MethodExpressionValidator
-
- saveState(FacesContext) - Method in class jakarta.faces.validator.RegexValidator
-
- saveTransientState(FacesContext) - Method in interface jakarta.faces.component.TransientStateHolder
-
Return the object containing related "transient states".
- saveTransientState(FacesContext) - Method in class jakarta.faces.component.UIComponent
-
For components that need to support the concept of transient state, this method will save any state that is known to
be transient in nature.
- saveView(FacesContext) - Method in class jakarta.faces.application.StateManager
-
Deprecated.
- saveView(FacesContext) - Method in class jakarta.faces.application.StateManagerWrapper
-
- saveView(FacesContext) - Method in class jakarta.faces.view.StateManagementStrategy
-
Return the state of the current view in an Object
that
implements Serializable
and can be passed to
java.io.ObjectOutputStream.writeObject()
without causing a java.io.NotSerializableException
to be thrown. The default implementation must perform the following algorithm or its semantic equivalent,
explicitly performing all the steps listed here.
- SC_ACCEPTED - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (202) indicating that a request was accepted for processing, but was not completed.
- SC_BAD_GATEWAY - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (502) indicating that the HTTP server received an invalid response from a server it consulted when acting
as a proxy or gateway.
- SC_BAD_REQUEST - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (400) indicating the request sent by the client was syntactically incorrect.
- SC_CONFLICT - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (409) indicating that the request could not be completed due to a conflict with the current state of the
resource.
- SC_CONTINUE - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (100) indicating the client can continue.
- SC_CREATED - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (201) indicating the request succeeded and created a new resource on the server.
- SC_EXPECTATION_FAILED - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (417) indicating that the server could not meet the expectation given in the Expect request header.
- SC_FORBIDDEN - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (403) indicating the server understood the request but refused to fulfill it.
- SC_FOUND - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (302) indicating that the resource reside temporarily under a different URI.
- SC_GATEWAY_TIMEOUT - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (504) indicating that the server did not receive a timely response from the upstream server while acting
as a gateway or proxy.
- SC_GONE - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (410) indicating that the resource is no longer available at the server and no forwarding address is
known.
- SC_HTTP_VERSION_NOT_SUPPORTED - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (505) indicating that the server does not support or refuses to support the HTTP protocol version that
was used in the request message.
- SC_INTERNAL_SERVER_ERROR - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (500) indicating an error inside the HTTP server which prevented it from fulfilling the request.
- SC_LENGTH_REQUIRED - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (411) indicating that the request cannot be handled without a defined
Content-Length
.
- SC_METHOD_NOT_ALLOWED - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (405) indicating that the method specified in the Request-Line
is not allowed for
the resource identified by the Request-URI
.
- SC_MOVED_PERMANENTLY - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (301) indicating that the resource has permanently moved to a new location, and that future references
should use a new URI with their requests.
- SC_MOVED_TEMPORARILY - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (302) indicating that the resource has temporarily moved to another location, but that future references
should still use the original URI to access the resource.
- SC_MULTIPLE_CHOICES - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (300) indicating that the requested resource corresponds to any one of a set of representations, each
with its own specific location.
- SC_NO_CONTENT - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (204) indicating that the request succeeded but that there was no new information to return.
- SC_NON_AUTHORITATIVE_INFORMATION - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (203) indicating that the meta information presented by the client did not originate from the server.
- SC_NOT_ACCEPTABLE - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (406) indicating that the resource identified by the request is only capable of generating response
entities which have content characteristics not acceptable according to the accept headers sent in the request.
- SC_NOT_FOUND - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (404) indicating that the requested resource is not available.
- SC_NOT_IMPLEMENTED - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (501) indicating the HTTP server does not support the functionality needed to fulfill the request.
- SC_NOT_MODIFIED - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (304) indicating that a conditional GET operation found that the resource was available and not modified.
- SC_OK - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (200) indicating the request succeeded normally.
- SC_PARTIAL_CONTENT - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (206) indicating that the server has fulfilled the partial GET request for the resource.
- SC_PAYMENT_REQUIRED - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (402) reserved for future use.
- SC_PRECONDITION_FAILED - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (412) indicating that the precondition given in one or more of the request-header fields evaluated to
false when it was tested on the server.
- SC_PROXY_AUTHENTICATION_REQUIRED - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (407) indicating that the client MUST first authenticate itself with the proxy.
- SC_REQUEST_ENTITY_TOO_LARGE - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (413) indicating that the server is refusing to process the request because the request entity is larger
than the server is willing or able to process.
- SC_REQUEST_TIMEOUT - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (408) indicating that the client did not produce a request within the time that the server was prepared
to wait.
- SC_REQUEST_URI_TOO_LONG - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (414) indicating that the server is refusing to service the request because the
Request-URI
is longer than the server is willing to interpret.
- SC_REQUESTED_RANGE_NOT_SATISFIABLE - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (416) indicating that the server cannot serve the requested byte range.
- SC_RESET_CONTENT - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (205) indicating that the agent SHOULD reset the document view which caused the request to be
sent.
- SC_SEE_OTHER - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (303) indicating that the response to the request can be found under a different URI.
- SC_SERVICE_UNAVAILABLE - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (503) indicating that the HTTP server is temporarily overloaded, and unable to handle the request.
- SC_SWITCHING_PROTOCOLS - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (101) indicating the server is switching protocols according to Upgrade header.
- SC_TEMPORARY_REDIRECT - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (307) indicating that the requested resource resides temporarily under a different URI.
- SC_UNAUTHORIZED - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (401) indicating that the request requires HTTP authentication.
- SC_UNSUPPORTED_MEDIA_TYPE - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (415) indicating that the server is refusing to service the request because the entity of the request is
in a format not supported by the requested resource for the requested method.
- SC_USE_PROXY - Static variable in interface jakarta.servlet.http.HttpServletResponse
-
Status code (305) indicating that the requested resource MUST be accessed through the proxy given by the
Location
field.
- ScalarDataModel<E> - Class in jakarta.faces.model
-
ScalarDataModel is a convenience implementation of
DataModel
that wraps an individual Java
object.
- ScalarDataModel() - Constructor for class jakarta.faces.model.ScalarDataModel
-
- ScalarDataModel(E) - Constructor for class jakarta.faces.model.ScalarDataModel
-
- Schedule - Annotation Type in jakarta.ejb
-
Schedule a timer for automatic creation with a timeout schedule based on a cron-like time expression.
- scheduledExecutorService(ScheduledExecutorService) - Method in class jakarta.ws.rs.client.ClientBuilder
-
- ScheduleExpression - Class in jakarta.ejb
-
A calendar-based timeout expression for an enterprise bean timer.
- ScheduleExpression() - Constructor for class jakarta.ejb.ScheduleExpression
-
Create a schedule with the default values.
- Schedules - Annotation Type in jakarta.ejb
-
Applied to a timer callback method to schedule multiple calendar-based timers for the method.
- scheme(String) - Method in class jakarta.ws.rs.core.UriBuilder
-
Set the URI scheme.
- schemeSpecificPart(String) - Method in class jakarta.ws.rs.core.UriBuilder
-
Set the URI scheme-specific-part (see
URI
).
- scope(Class<? extends Annotation>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanAttributesConfigurator
-
Replace Bean scope
- scope(Class<? extends Annotation>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
-
Replace Bean scope
- Scope - Annotation Type in jakarta.inject
-
Identifies scope annotations.
- Scope - Enum in jakarta.validation.metadata
-
Scope looked at when discovering constraints.
- ScopeContext - Class in jakarta.faces.event
-
A structure that contains the name of the scope and the scope itself exposed as a Map<String,
Object>
.
- ScopeContext(String, Map<String, Object>) - Constructor for class jakarta.faces.event.ScopeContext
-
Construct this structure with the supplied arguments.
- ScopedAttributeELResolver - Class in jakarta.servlet.jsp.el
-
Defines variable resolution behavior for scoped attributes.
- ScopedAttributeELResolver() - Constructor for class jakarta.servlet.jsp.el.ScopedAttributeELResolver
-
- ScriptFreeTLV - Class in jakarta.servlet.jsp.jstl.tlv
-
A TagLibraryValidator for enforcing restrictions against the use of JSP scripting elements.
- ScriptFreeTLV() - Constructor for class jakarta.servlet.jsp.jstl.tlv.ScriptFreeTLV
-
Constructs a new validator instance.
- SEARCH_EXPRESSION_CONTEXT_FACTORY - Static variable in class jakarta.faces.FactoryFinder
-
- SearchExpressionContext - Class in jakarta.faces.component.search
-
A context object that is used to hold state relating to resolve a search expression.
- SearchExpressionContext() - Constructor for class jakarta.faces.component.search.SearchExpressionContext
-
- SearchExpressionContextFactory - Class in jakarta.faces.component.search
-
- SearchExpressionContextFactory(SearchExpressionContextFactory) - Constructor for class jakarta.faces.component.search.SearchExpressionContextFactory
-
If this factory has been decorated, the implementation doing the decorating should push the implementation being
wrapped to this constructor.
- SearchExpressionHandler - Class in jakarta.faces.component.search
-
The SearchExpressionHandler is responsible for resolving search
expression(s)
- SearchExpressionHandler() - Constructor for class jakarta.faces.component.search.SearchExpressionHandler
-
- SearchExpressionHandlerWrapper - Class in jakarta.faces.component.search
-
- SearchExpressionHandlerWrapper(SearchExpressionHandler) - Constructor for class jakarta.faces.component.search.SearchExpressionHandlerWrapper
-
If this search expression handler has been decorated, the implementation doing the decorating should push the
implementation being wrapped to this constructor.
- SearchExpressionHint - Enum in jakarta.faces.component.search
-
An enum that specifies hints that impact the behavior of a component tree search.
- SearchKeywordContext - Class in jakarta.faces.component.search
-
- SearchKeywordContext(SearchExpressionContext, ContextCallback, String) - Constructor for class jakarta.faces.component.search.SearchKeywordContext
-
Construct a new context with the given arguments.
- SearchKeywordResolver - Class in jakarta.faces.component.search
-
A SearchKeywordResolver is responsible for resolving a single keyword.
- SearchKeywordResolver() - Constructor for class jakarta.faces.component.search.SearchKeywordResolver
-
- SEC_WEBSOCKET_ACCEPT - Static variable in interface jakarta.websocket.HandshakeResponse
-
The Sec-WebSocket-Accept header name.
- SEC_WEBSOCKET_EXTENSIONS - Static variable in interface jakarta.websocket.server.HandshakeRequest
-
The Sec-WebSocket-Extensions header name
- SEC_WEBSOCKET_KEY - Static variable in interface jakarta.websocket.server.HandshakeRequest
-
The Sec-WebSocket-Key header name
- SEC_WEBSOCKET_PROTOCOL - Static variable in interface jakarta.websocket.server.HandshakeRequest
-
The Sec-WebSocket-Protocol header name
- SEC_WEBSOCKET_VERSION - Static variable in interface jakarta.websocket.server.HandshakeRequest
-
The Sec-WebSocket-Version header name
- second(String) - Method in class jakarta.ejb.ScheduleExpression
-
Set the second attribute.
- second(int) - Method in class jakarta.ejb.ScheduleExpression
-
Set the second attribute.
- SecondaryTable - Annotation Type in jakarta.persistence
-
Specifies a secondary table for the annotated entity
class.
- SecondaryTables - Annotation Type in jakarta.persistence
-
Specifies multiple secondary tables for an entity.
- SeContainer - Interface in jakarta.enterprise.inject.se
-
Provides access to the current container in Java SE.
- SeContainerInitializer - Class in jakarta.enterprise.inject.se
-
A CDI container initializer for Java SE.
- SeContainerInitializer() - Constructor for class jakarta.enterprise.inject.se.SeContainerInitializer
-
- SecretKeyCallback - Class in jakarta.security.auth.message.callback
-
Callback for acquiring a shared secret from a key repository.
- SecretKeyCallback(SecretKeyCallback.Request) - Constructor for class jakarta.security.auth.message.callback.SecretKeyCallback
-
Constructs this SecretKeyCallback with a secret key Request object.
- SecretKeyCallback.AliasRequest - Class in jakarta.security.auth.message.callback
-
Request type for secret keys that are identified using an alias.
- SecretKeyCallback.Request - Interface in jakarta.security.auth.message.callback
-
Marker interface for secret key request types.
- secureRequest(MessageInfo, Subject) - Method in interface jakarta.security.auth.message.ClientAuth
-
Secure a service request message before sending it to the service.
- secureResponse(MessageInfo, Subject) - Method in interface jakarta.security.auth.message.ServerAuth
-
Secure a service response before sending it to the client.
- secureResponse(HttpServletRequest, HttpServletResponse, HttpMessageContext) - Method in interface jakarta.security.enterprise.authentication.mechanism.http.HttpAuthenticationMechanism
-
Secure the response, optionally.
- SecurityContext - Interface in jakarta.security.enterprise
-
The SecurityContext provides an access point for programmatic security; an injectable type that is intended to be
used by application code to query and interact with Jakarta Security.
- SecurityContext - Interface in jakarta.ws.rs.core
-
An injectable interface that provides access to security related information.
- seeOther(URI) - Static method in class jakarta.ws.rs.core.Response
-
Create a new ResponseBuilder for a redirection.
- segment(String...) - Method in class jakarta.ws.rs.core.UriBuilder
-
Append path segments to the existing path.
- select(Annotation...) - Method in interface jakarta.enterprise.event.Event
-
Obtains a child Event
for the given additional required qualifiers.
- select(Class<U>, Annotation...) - Method in interface jakarta.enterprise.event.Event
-
Obtains a child Event
for the given required type and additional required qualifiers.
- select(TypeLiteral<U>, Annotation...) - Method in interface jakarta.enterprise.event.Event
-
Obtains a child Event
for the given required type and additional required qualifiers.
- select(Annotation...) - Method in interface jakarta.enterprise.inject.Instance
-
Obtains a child Instance
for the given additional required qualifiers.
- select(Class<U>, Annotation...) - Method in interface jakarta.enterprise.inject.Instance
-
Obtains a child Instance
for the given required type and additional required qualifiers.
- select(TypeLiteral<U>, Annotation...) - Method in interface jakarta.enterprise.inject.Instance
-
Obtains a child Instance
for the given required type and additional required qualifiers.
- select(Selection<? extends T>) - Method in interface jakarta.persistence.criteria.CriteriaQuery
-
Specify the item that is to be returned in the query result.
- select(Expression<T>) - Method in interface jakarta.persistence.criteria.Subquery
-
Specify the item that is to be returned as the subquery
result.
- selectAlternatives(Class<?>...) - Method in class jakarta.enterprise.inject.se.SeContainerInitializer
-
Add alternatives classes to the list of selected alternatives for the synthetic bean archive.
- selectAlternativeStereotypes(Class<? extends Annotation>...) - Method in class jakarta.enterprise.inject.se.SeContainerInitializer
-
Add alternative stereotype classes to the list of selected alternative stereotypes for the synthetic bean archive.
- selectCase(Expression<? extends C>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create a simple case expression.
- selectCase() - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create a general case expression.
- Selection<X> - Interface in jakarta.persistence.criteria
-
The Selection
interface defines an item that is to be
returned in a query result.
- SelectItem - Class in jakarta.faces.model
-
SelectItem represents a single
item
in the list of supported
items associated with a
UISelectMany
or
UISelectOne
component.
- SelectItem() - Constructor for class jakarta.faces.model.SelectItem
-
Construct a SelectItem
with no initialized property values.
- SelectItem(Object) - Constructor for class jakarta.faces.model.SelectItem
-
Construct a SelectItem
with the specified value.
- SelectItem(Object, String) - Constructor for class jakarta.faces.model.SelectItem
-
Construct a SelectItem
with the specified value and label.
- SelectItem(Object, String, String) - Constructor for class jakarta.faces.model.SelectItem
-
Construct a SelectItem
instance with the specified value, label and description.
- SelectItem(Object, String, String, boolean) - Constructor for class jakarta.faces.model.SelectItem
-
Construct a SelectItem
instance with the specified property values.
- SelectItem(Object, String, String, boolean, boolean) - Constructor for class jakarta.faces.model.SelectItem
-
Construct a SelectItem
instance with the specified property values.
- SelectItem(Object, String, String, boolean, boolean, boolean) - Constructor for class jakarta.faces.model.SelectItem
-
Construct a SelectItem
instance with the specified property values.
- SelectItemGroup - Class in jakarta.faces.model
-
SelectItemGroup is a subclass of
SelectItem
that identifies a set of options that will be
made available as a subordinate "submenu" or "options list", depending upon the requirements of the
UISelectMany
or
UISelectOne
renderer that is actually used.
- SelectItemGroup() - Constructor for class jakarta.faces.model.SelectItemGroup
-
Construct a SelectItemGroup
with no initialized property values.
- SelectItemGroup(String) - Constructor for class jakarta.faces.model.SelectItemGroup
-
Construct a SelectItemGroup
with the specified label and no associated selectItem
s.
- SelectItemGroup(String, String, boolean, SelectItem[]) - Constructor for class jakarta.faces.model.SelectItemGroup
-
Construct a SelectItemGroup
with the specified properties.
- selectVariant(List<Variant>) - Method in interface jakarta.ws.rs.core.Request
-
Select the representation variant that best matches the request.
- send(Object) - Method in interface jakarta.faces.push.PushContext
-
Send given message object to the push socket channel as identified by
@
Push
.
- send(Object, S) - Method in interface jakarta.faces.push.PushContext
-
Send given message object to the push socket channel as identified by
@
Push
, targeted to the
given user as identified by
<f:websocket user>
.
- send(Object, Collection<S>) - Method in interface jakarta.faces.push.PushContext
-
Send given message object to the push socket channel as identified by
@
Push
, targeted to the
given users as identified by
<f:websocket user>
.
- send(OutboundSseEvent) - Method in interface jakarta.ws.rs.sse.SseEventSink
-
Send an outbound Server-sent event to this sink.
- SEND_CONTINUE - Static variable in class jakarta.security.auth.message.AuthStatus
-
Indicates the message processing by the authentication module is NOT complete, that the module replaced the
application message with a security message, and that the runtime is to proceed by sending the security message.
- SEND_FAILURE - Static variable in class jakarta.security.auth.message.AuthStatus
-
Indicates that the message processing by the authentication module was NOT successful, that the module replaced the
application message with an error message, and that the runtime is to proceed by sending the error message.
- SEND_SUCCESS - Static variable in class jakarta.security.auth.message.AuthStatus
-
Indicates that the message processing by the authentication module was successful and that the runtime is to proceed
by sending a message returned by the authentication module.
- sendBinary(ByteBuffer) - Method in interface jakarta.websocket.RemoteEndpoint.Async
-
Initiates the asynchronous transmission of a binary message.
- sendBinary(ByteBuffer, SendHandler) - Method in interface jakarta.websocket.RemoteEndpoint.Async
-
Initiates the asynchronous transmission of a binary message.
- sendBinary(ByteBuffer) - Method in interface jakarta.websocket.RemoteEndpoint.Basic
-
Send a binary message, returning when all of the message has been transmitted.
- sendBinary(ByteBuffer, boolean) - Method in interface jakarta.websocket.RemoteEndpoint.Basic
-
Send a binary message in parts, blocking until all of the message has been transmitted.
- sendError(int, String) - Method in interface jakarta.servlet.http.HttpServletResponse
-
Sends an error response to the client using the specified status and clears the buffer.
- sendError(int) - Method in interface jakarta.servlet.http.HttpServletResponse
-
Sends an error response to the client using the specified status code and clears the buffer.
- sendError(int, String) - Method in class jakarta.servlet.http.HttpServletResponseWrapper
-
The default behavior of this method is to call sendError(int sc, String msg) on the wrapped response object.
- sendError(int) - Method in class jakarta.servlet.http.HttpServletResponseWrapper
-
The default behavior of this method is to call sendError(int sc) on the wrapped response object.
- SendHandler - Interface in jakarta.websocket
-
A simple callback object for asynchronous sending of web socket messages.
- sendObject(Object) - Method in interface jakarta.websocket.RemoteEndpoint.Async
-
Initiates the asynchronous transmission of a custom developer object.
- sendObject(Object, SendHandler) - Method in interface jakarta.websocket.RemoteEndpoint.Async
-
Initiates the asynchronous transmission of a custom developer object.
- sendObject(Object) - Method in interface jakarta.websocket.RemoteEndpoint.Basic
-
Sends a custom developer object, blocking until it has been transmitted.
- sendPing(ByteBuffer) - Method in interface jakarta.websocket.RemoteEndpoint
-
Send a Ping message containing the given application data to the remote endpoint.
- sendPong(ByteBuffer) - Method in interface jakarta.websocket.RemoteEndpoint
-
Allows the developer to send an unsolicited Pong message containing the given application data in order to serve
as a unidirectional heartbeat for the session.
- sendRedirect(String) - Method in interface jakarta.servlet.http.HttpServletResponse
-
Sends a temporary redirect response to the client using the specified redirect location URL and clears the buffer.
- sendRedirect(String) - Method in class jakarta.servlet.http.HttpServletResponseWrapper
-
The default behavior of this method is to return sendRedirect(String location) on the wrapped response object.
- SendResult - Class in jakarta.websocket
-
The result of asynchronously sending a web socket message.
- SendResult(Throwable) - Constructor for class jakarta.websocket.SendResult
-
Construct a SendResult carrying an exception.
- SendResult() - Constructor for class jakarta.websocket.SendResult
-
Construct a SendResult signifying a successful send carrying no exception.
- sendText(String, SendHandler) - Method in interface jakarta.websocket.RemoteEndpoint.Async
-
Initiates the asynchronous transmission of a text message.
- sendText(String) - Method in interface jakarta.websocket.RemoteEndpoint.Async
-
Initiates the asynchronous transmission of a text message.
- sendText(String) - Method in interface jakarta.websocket.RemoteEndpoint.Basic
-
Send a text message, blocking until all of the message has been transmitted.
- sendText(String, boolean) - Method in interface jakarta.websocket.RemoteEndpoint.Basic
-
Send a text message in parts, blocking until all of the message has been transmitted.
- SEPARATOR_CHAR - Static variable in interface jakarta.faces.component.NamingContainer
-
- SEPARATOR_CHAR_PARAM_NAME - Static variable in class jakarta.faces.component.UINamingContainer
-
The context-param that allows the separator char for clientId strings to be set on a per-web application basis.
- SequenceGenerator - Annotation Type in jakarta.persistence
-
Defines a primary key generator that may be referenced by name when
a generator element is specified for the
GeneratedValue
annotation.
- SequenceGenerators - Annotation Type in jakarta.persistence
-
Used to group SequenceGenerator
annotations.
- SerializationContext - Interface in jakarta.json.bind.serializer
-
Provides JSONB internals for custom serializers.
- serialize(T, JsonGenerator, SerializationContext) - Method in interface jakarta.json.bind.serializer.JsonbSerializer
-
Serializes object into JSON stream.
- serialize(String, T, JsonGenerator) - Method in interface jakarta.json.bind.serializer.SerializationContext
-
Serializes arbitrary object to JSON, using current
JsonGenerator
instance.
- serialize(T, JsonGenerator) - Method in interface jakarta.json.bind.serializer.SerializationContext
-
Serializes arbitrary object to JSON, using current
JsonGenerator
instance.
- SERIALIZE_SERVER_STATE_PARAM_NAME - Static variable in class jakarta.faces.application.StateManager
-
If this param is set, and calling toLowerCase().equals("true") on a String representation of its value returns true,
and the jakarta.faces.STATE_SAVING_METHOD is set to "server" (as indicated below), the server state must be
guaranteed to be Serializable such that the aggregate state implements java.io.Serializable.
- SerializedView(Object, Object) - Constructor for class jakarta.faces.application.StateManager.SerializedView
-
Deprecated.
- SERIALIZERS - Static variable in class jakarta.json.bind.JsonbConfig
-
Property used to specify custom serializers.
- SERVER_SENT_EVENTS - Static variable in class jakarta.ws.rs.core.MediaType
-
String
representation of Server sent events media type.
- SERVER_SENT_EVENTS_TYPE - Static variable in class jakarta.ws.rs.core.MediaType
-
Server sent events media type.
- ServerApplicationConfig - Interface in jakarta.websocket.server
-
Developers include implementations of ServerApplicationConfig in an archive containing websocket endpoints (WAR file,
or JAR file within the WAR file) in order to specify the websocket endpoints within the archive the implementation
must deploy.
- ServerAuth - Interface in jakarta.security.auth.message
-
An implementation of this interface is used to validate received service request messages, and to secure service
response messages.
- ServerAuthConfig - Interface in jakarta.security.auth.message.config
-
This interface describes a configuration of ServerAuthConfiguration objects for a message layer and application
context (for example, the messaging context of a specific application, or set of applications).
- ServerAuthContext - Interface in jakarta.security.auth.message.config
-
This ServerAuthContext class encapsulates ServerAuthModules that are used to validate service requests received from
clients, and to secure any response returned for those requests.
- ServerAuthModule - Interface in jakarta.security.auth.message.module
-
A ServerAuthModule validates client requests and secures responses to the client.
- ServerContainer - Interface in jakarta.websocket.server
-
The ServerContainer is the specialized view of the WebSocketContainer available in server-side deployments.
- ServerEndpoint - Annotation Type in jakarta.websocket.server
-
This class level annotation declares that the class it decorates is a web socket endpoint that will be deployed and
made available in the URI-space of a web socket server.
- ServerEndpointConfig - Interface in jakarta.websocket.server
-
The ServerEndpointConfig is a special kind of endpoint configuration object that contains web socket configuration
information specific only to server endpoints.
- ServerEndpointConfig.Builder - Class in jakarta.websocket.server
-
The ServerEndpointConfig.Builder is a class used for creating
ServerEndpointConfig.Builder
objects for
the purposes of deploying a server endpoint.
- ServerEndpointConfig.Configurator - Class in jakarta.websocket.server
-
The ServerEndpointConfig.Configurator class may be extended by developers who want to provide custom
configuration algorithms, such as intercepting the opening handshake, or providing arbitrary methods and
algorithms that can be accessed from each endpoint instance configured with this configurator.
- serverError() - Static method in class jakarta.ws.rs.core.Response
-
Create a new ResponseBuilder with an server error status.
- ServerErrorException - Exception in jakarta.ws.rs
-
A base runtime application exception indicating a server error (HTTP 5xx
status codes).
- ServerErrorException(Response.Status) - Constructor for exception jakarta.ws.rs.ServerErrorException
-
Construct a new server error exception.
- ServerErrorException(String, Response.Status) - Constructor for exception jakarta.ws.rs.ServerErrorException
-
Construct a new server error exception.
- ServerErrorException(int) - Constructor for exception jakarta.ws.rs.ServerErrorException
-
Construct a new server error exception.
- ServerErrorException(String, int) - Constructor for exception jakarta.ws.rs.ServerErrorException
-
Construct a new server error exception.
- ServerErrorException(Response) - Constructor for exception jakarta.ws.rs.ServerErrorException
-
Construct a new server error exception.
- ServerErrorException(String, Response) - Constructor for exception jakarta.ws.rs.ServerErrorException
-
Construct a new server error exception.
- ServerErrorException(Response.Status, Throwable) - Constructor for exception jakarta.ws.rs.ServerErrorException
-
Construct a new server error exception.
- ServerErrorException(String, Response.Status, Throwable) - Constructor for exception jakarta.ws.rs.ServerErrorException
-
Construct a new server error exception.
- ServerErrorException(int, Throwable) - Constructor for exception jakarta.ws.rs.ServerErrorException
-
Construct a new server error exception.
- ServerErrorException(String, int, Throwable) - Constructor for exception jakarta.ws.rs.ServerErrorException
-
Construct a new server error exception.
- ServerErrorException(Response, Throwable) - Constructor for exception jakarta.ws.rs.ServerErrorException
-
Construct a new server error exception.
- ServerErrorException(String, Response, Throwable) - Constructor for exception jakarta.ws.rs.ServerErrorException
-
Construct a new server error exception.
- service(ServletRequest, ServletResponse) - Method in class jakarta.faces.webapp.FacesServlet
-
Process an incoming request, and create the corresponding response
according to the following specification.
- service(ServletRequest, ServletResponse) - Method in class jakarta.servlet.GenericServlet
-
Called by the servlet container to allow the servlet to respond to a request.
- service(HttpServletRequest, HttpServletResponse) - Method in class jakarta.servlet.http.HttpServlet
-
Receives standard HTTP requests from the public service
method and dispatches them to the
do
XXX methods defined in this class.
- service(ServletRequest, ServletResponse) - Method in class jakarta.servlet.http.HttpServlet
-
Dispatches client requests to the protected service
method.
- service(ServletRequest, ServletResponse) - Method in interface jakarta.servlet.Servlet
-
Called by the servlet container to allow the servlet to respond to a request.
- ServiceUnavailableException - Exception in jakarta.ws.rs
-
- ServiceUnavailableException() - Constructor for exception jakarta.ws.rs.ServiceUnavailableException
-
Construct a new "service unavailable" exception without any "Retry-After" information specified for the failed
request.
- ServiceUnavailableException(String) - Constructor for exception jakarta.ws.rs.ServiceUnavailableException
-
Construct a new "service unavailable" exception without any "Retry-After" information specified for the failed
request.
- ServiceUnavailableException(Long) - Constructor for exception jakarta.ws.rs.ServiceUnavailableException
-
Construct a new "service unavailable" exception with an interval specifying the "Retry-After" information for the
failed request.
- ServiceUnavailableException(String, Long) - Constructor for exception jakarta.ws.rs.ServiceUnavailableException
-
Construct a new "service unavailable" exception with an interval specifying the "Retry-After" information for the
failed request.
- ServiceUnavailableException(Date) - Constructor for exception jakarta.ws.rs.ServiceUnavailableException
-
Construct a new "service unavailable" exception with an interval specifying the "Retry-After" information for the
failed request.
- ServiceUnavailableException(String, Date) - Constructor for exception jakarta.ws.rs.ServiceUnavailableException
-
Construct a new "service unavailable" exception with an interval specifying the "Retry-After" information for the
failed request.
- ServiceUnavailableException(Response) - Constructor for exception jakarta.ws.rs.ServiceUnavailableException
-
Construct a new "service unavailable" exception.
- ServiceUnavailableException(String, Response) - Constructor for exception jakarta.ws.rs.ServiceUnavailableException
-
Construct a new "service unavailable" exception.
- ServiceUnavailableException(Date, Throwable) - Constructor for exception jakarta.ws.rs.ServiceUnavailableException
-
Construct a new "service unavailable" exception with a date specifying the "Retry-After" information for the failed
request and an underlying request failure cause.
- ServiceUnavailableException(String, Date, Throwable) - Constructor for exception jakarta.ws.rs.ServiceUnavailableException
-
Construct a new "service unavailable" exception with a date specifying the "Retry-After" information for the failed
request and an underlying request failure cause.
- ServiceUnavailableException(Long, Throwable) - Constructor for exception jakarta.ws.rs.ServiceUnavailableException
-
Construct a new "service unavailable" exception with an interval specifying the "Retry-After" information for the
failed request and an underlying request failure cause.
- ServiceUnavailableException(String, Long, Throwable) - Constructor for exception jakarta.ws.rs.ServiceUnavailableException
-
Construct a new "service unavailable" exception with an interval specifying the "Retry-After" information for the
failed request and an underlying request failure cause.
- ServiceUnavailableException(Response, Throwable) - Constructor for exception jakarta.ws.rs.ServiceUnavailableException
-
Construct a new "service unavailable" exception.
- ServiceUnavailableException(String, Response, Throwable) - Constructor for exception jakarta.ws.rs.ServiceUnavailableException
-
Construct a new "service unavailable" exception.
- Servlet - Interface in jakarta.servlet
-
Defines methods that all servlets must implement.
- ServletConfig - Interface in jakarta.servlet
-
A servlet configuration object used by a servlet container to pass information to a servlet during initialization.
- ServletContainerInitializer - Interface in jakarta.servlet
-
Interface which allows a library/runtime to be notified of a web application's startup phase and perform any required
programmatic registration of servlets, filters, and listeners in response to it.
- ServletContext - Interface in jakarta.servlet
-
Defines a set of methods that a servlet uses to communicate with its servlet container, for example, to get the MIME
type of a file, dispatch requests, or write to a log file.
- ServletContextAttributeEvent - Class in jakarta.servlet
-
Event class for notifications about changes to the attributes of the ServletContext of a web application.
- ServletContextAttributeEvent(ServletContext, String, Object) - Constructor for class jakarta.servlet.ServletContextAttributeEvent
-
Constructs a ServletContextAttributeEvent from the given ServletContext, attribute name, and attribute value.
- ServletContextAttributeListener - Interface in jakarta.servlet
-
Interface for receiving notification events about ServletContext attribute changes.
- ServletContextEvent - Class in jakarta.servlet
-
This is the event class for notifications about changes to the servlet context of a web application.
- ServletContextEvent(ServletContext) - Constructor for class jakarta.servlet.ServletContextEvent
-
Construct a ServletContextEvent from the given context.
- ServletContextListener - Interface in jakarta.servlet
-
Interface for receiving notification events about ServletContext lifecycle changes.
- ServletException - Exception in jakarta.servlet
-
Defines a general exception a servlet can throw when it encounters difficulty.
- ServletException() - Constructor for exception jakarta.servlet.ServletException
-
Constructs a new servlet exception.
- ServletException(String) - Constructor for exception jakarta.servlet.ServletException
-
Constructs a new servlet exception with the specified message.
- ServletException(String, Throwable) - Constructor for exception jakarta.servlet.ServletException
-
Constructs a new servlet exception when the servlet needs to throw an exception and include a message about the "root
cause" exception that interfered with its normal operation, including a description message.
- ServletException(Throwable) - Constructor for exception jakarta.servlet.ServletException
-
Constructs a new servlet exception when the servlet needs to throw an exception and include a message about the "root
cause" exception that interfered with its normal operation.
- ServletInputStream - Class in jakarta.servlet
-
Provides an input stream for reading binary data from a client request, including an efficient readLine
method for reading data one line at a time.
- ServletInputStream() - Constructor for class jakarta.servlet.ServletInputStream
-
Does nothing, because this is an abstract class.
- ServletOutputStream - Class in jakarta.servlet
-
Provides an output stream for sending binary data to the client.
- ServletOutputStream() - Constructor for class jakarta.servlet.ServletOutputStream
-
Does nothing, because this is an abstract class.
- ServletRegistration - Interface in jakarta.servlet
-
Interface through which a
Servlet
may be further configured.
- ServletRegistration.Dynamic - Interface in jakarta.servlet
-
Interface through which a
Servlet
registered via one of the
addServlet methods on
ServletContext
may be further configured.
- ServletRequest - Interface in jakarta.servlet
-
Defines an object to provide client request information to a servlet.
- ServletRequestAttributeEvent - Class in jakarta.servlet
-
This is the event class for notifications of changes to the attributes of the servlet request in an application.
- ServletRequestAttributeEvent(ServletContext, ServletRequest, String, Object) - Constructor for class jakarta.servlet.ServletRequestAttributeEvent
-
Construct a ServletRequestAttributeEvent giving the servlet context of this web application, the ServletRequest whose
attributes are changing and the name and value of the attribute.
- ServletRequestAttributeListener - Interface in jakarta.servlet
-
Interface for receiving notification events about ServletRequest attribute changes.
- ServletRequestEvent - Class in jakarta.servlet
-
Events of this kind indicate lifecycle events for a ServletRequest.
- ServletRequestEvent(ServletContext, ServletRequest) - Constructor for class jakarta.servlet.ServletRequestEvent
-
Construct a ServletRequestEvent for the given ServletContext and ServletRequest.
- ServletRequestListener - Interface in jakarta.servlet
-
Interface for receiving notification events about requests coming into and going out of scope of a web application.
- ServletRequestWrapper - Class in jakarta.servlet
-
Provides a convenient implementation of the ServletRequest interface that can be subclassed by developers wishing to
adapt the request to a Servlet.
- ServletRequestWrapper(ServletRequest) - Constructor for class jakarta.servlet.ServletRequestWrapper
-
Creates a ServletRequest adaptor wrapping the given request object.
- ServletResponse - Interface in jakarta.servlet
-
Defines an object to assist a servlet in sending a response to the client.
- ServletResponseWrapper - Class in jakarta.servlet
-
Provides a convenient implementation of the ServletResponse interface that can be subclassed by developers wishing to
adapt the response from a Servlet.
- ServletResponseWrapper(ServletResponse) - Constructor for class jakarta.servlet.ServletResponseWrapper
-
Creates a ServletResponse adaptor wrapping the given response object.
- ServletSecurity - Annotation Type in jakarta.servlet.annotation
-
This annotation is used on a Servlet implementation class to specify security constraints to be enforced by a Servlet
container on HTTP protocol messages.
- ServletSecurity.EmptyRoleSemantic - Enum in jakarta.servlet.annotation
-
Defines the access semantic to be applied to an empty rolesAllowed array.
- ServletSecurity.TransportGuarantee - Enum in jakarta.servlet.annotation
-
Defines the data protection requirements that must be satisfied by the transport
- ServletSecurityElement - Class in jakarta.servlet
-
- ServletSecurityElement() - Constructor for class jakarta.servlet.ServletSecurityElement
-
Constructs an instance using the default HttpConstraintElement
value as the default Constraint element
and with no HTTP Method specific constraint elements.
- ServletSecurityElement(HttpConstraintElement) - Constructor for class jakarta.servlet.ServletSecurityElement
-
Constructs an instance with a default Constraint element and with no HTTP Method specific constraint elements.
- ServletSecurityElement(Collection<HttpMethodConstraintElement>) - Constructor for class jakarta.servlet.ServletSecurityElement
-
Constructs an instance using the default HttpConstraintElement
value as the default Constraint element
and with a collection of HTTP Method specific constraint elements.
- ServletSecurityElement(HttpConstraintElement, Collection<HttpMethodConstraintElement>) - Constructor for class jakarta.servlet.ServletSecurityElement
-
Constructs an instance with a default Constraint element and with a collection of HTTP Method specific constraint
elements.
- ServletSecurityElement(ServletSecurity) - Constructor for class jakarta.servlet.ServletSecurityElement
-
- SESSION - Static variable in class jakarta.enterprise.context.BeforeDestroyed.Literal
-
- SESSION - Static variable in class jakarta.enterprise.context.Destroyed.Literal
-
- SESSION - Static variable in class jakarta.enterprise.context.Initialized.Literal
-
- SESSION - Static variable in class jakarta.servlet.jsp.PageContext
-
Name used to store HttpSession in PageContext name table.
- Session - Interface in jakarta.websocket
-
A Web Socket session represents a conversation between two web socket endpoints.
- SESSION_SCOPE - Static variable in class jakarta.servlet.jsp.PageContext
-
Session scope (only valid if this page participates in a session): the named reference remains available from the
HttpSession (if any) associated with the Servlet until the HttpSession is invalidated.
- SessionBean - Interface in jakarta.ejb
-
The SessionBean interface defines methods that the enterprise bean container uses to notify a session bean instance
of the instance's life cycle events.
- SessionBeanType - Enum in jakarta.enterprise.inject.spi
-
Identifies the kind of EJB session bean.
- SessionContext - Interface in jakarta.ejb
-
The SessionContext interface provides access to the runtime session context that the container provides for a session
bean instance.
- SessionCookieConfig - Interface in jakarta.servlet
-
Class that may be used to configure various properties of cookies used for session tracking purposes.
- sessionCreated(HttpSessionEvent) - Method in interface jakarta.servlet.http.HttpSessionListener
-
Receives notification that a session has been created.
- sessionDestroyed(HttpSessionEvent) - Method in interface jakarta.servlet.http.HttpSessionListener
-
Receives notification that a session is about to be invalidated.
- sessionDidActivate(HttpSessionEvent) - Method in interface jakarta.servlet.http.HttpSessionActivationListener
-
Notification that the session has just been activated.
- SessionException - Exception in jakarta.websocket
-
A SessionException represents a general exception type reporting problems occurring on a websocket session.
- SessionException(String, Throwable, Session) - Constructor for exception jakarta.websocket.SessionException
-
Creates a new instance of this exception with the given message, the wrapped cause of the exception and the
session with which the problem is associated.
- sessionId(String) - Method in interface jakarta.servlet.http.PushBuilder
-
Set the SessionID to be used for the push.
- sessionIdChanged(HttpSessionEvent, String) - Method in interface jakarta.servlet.http.HttpSessionIdListener
-
Receives notification that session id has been changed in a session.
- SessionMap - Annotation Type in jakarta.faces.annotation
-
The presence of this annotation (along with @Inject
) on a field of type Map<String,
Object>
causes the map returned from ExternalContext.getSessionMap()
to be
injected as the value of that field.
- SessionMap - Annotation Type in jakarta.faces.context
-
- SessionScoped - Annotation Type in jakarta.enterprise.context
-
Specifies that a bean is session scoped.
- SessionScoped - Annotation Type in jakarta.faces.bean
-
- SessionScoped.Literal - Class in jakarta.enterprise.context
-
- SessionSynchronization - Interface in jakarta.ejb
-
The SessionSynchronization interface allows a stateful session bean instance to be notified by its container of
transaction boundaries.
- SessionTrackingMode - Enum in jakarta.servlet
-
Enumeration of session tracking modes.
- sessionWillPassivate(HttpSessionEvent) - Method in interface jakarta.servlet.http.HttpSessionActivationListener
-
Notification that the session is about to be passivated.
- set(String, Object) - Method in interface jakarta.enterprise.event.NotificationOptions.Builder
-
- set(int, JsonValue) - Method in interface jakarta.json.JsonArrayBuilder
-
Replaces a value in the array with the specified value at the
specified position.
- set(int, String) - Method in interface jakarta.json.JsonArrayBuilder
-
Replaces a value in the array with the specified value as a
JsonString
at the specified position.
- set(int, BigDecimal) - Method in interface jakarta.json.JsonArrayBuilder
-
Replaces a value in the array with the specified value as a
JsonNumber
at the specified position.
- set(int, BigInteger) - Method in interface jakarta.json.JsonArrayBuilder
-
Replaces a value in the array with the specified value as a
JsonNumber
at the specified position.
- set(int, int) - Method in interface jakarta.json.JsonArrayBuilder
-
Replaces a value in the array with the specified value as a
JsonNumber
at the specified position.
- set(int, long) - Method in interface jakarta.json.JsonArrayBuilder
-
Replaces a value in the array with the specified value as a
JsonNumber
at the specified position.
- set(int, double) - Method in interface jakarta.json.JsonArrayBuilder
-
Replaces a value in the array with the specified value as a
JsonNumber
at the specified position.
- set(int, boolean) - Method in interface jakarta.json.JsonArrayBuilder
-
- set(int, JsonObjectBuilder) - Method in interface jakarta.json.JsonArrayBuilder
-
Replaces a value in the array with the specified value as a
JsonObject
from an object builder at the specified position.
- set(int, JsonArrayBuilder) - Method in interface jakarta.json.JsonArrayBuilder
-
Replaces a value in the array with the specified value as a
JsonArray
from an array builder at the specified position.
- set(SingularAttribute<? super T, Y>, X) - Method in interface jakarta.persistence.criteria.CriteriaUpdate
-
Update the value of the specified attribute.
- set(SingularAttribute<? super T, Y>, Expression<? extends Y>) - Method in interface jakarta.persistence.criteria.CriteriaUpdate
-
Update the value of the specified attribute.
- set(Path<Y>, X) - Method in interface jakarta.persistence.criteria.CriteriaUpdate
-
Update the value of the specified attribute.
- set(Path<Y>, Expression<? extends Y>) - Method in interface jakarta.persistence.criteria.CriteriaUpdate
-
Update the value of the specified attribute.
- set(String, Object) - Method in interface jakarta.persistence.criteria.CriteriaUpdate
-
Update the value of the specified attribute.
- set(PageContext, String, Object, int) - Static method in class jakarta.servlet.jsp.jstl.core.Config
-
Sets the value of a configuration variable in the given scope.
- set(ServletRequest, String, Object) - Static method in class jakarta.servlet.jsp.jstl.core.Config
-
Sets the value of a configuration variable in the "request" scope.
- set(HttpSession, String, Object) - Static method in class jakarta.servlet.jsp.jstl.core.Config
-
Sets the value of a configuration variable in the "session" scope.
- set(ServletContext, String, Object) - Static method in class jakarta.servlet.jsp.jstl.core.Config
-
Sets the value of a configuration variable in the "application" scope.
- SET_COOKIE - Static variable in interface jakarta.ws.rs.core.HttpHeaders
-
- SET_FACTORY_PERMISSION_NAME - Static variable in class jakarta.security.auth.message.config.AuthConfigFactory
-
The name of the SecurityPermission required to call setFactory
- setAccept(String) - Method in class jakarta.faces.component.html.HtmlForm
-
Set the value of the accept
property.
- setAcceptcharset(String) - Method in class jakarta.faces.component.html.HtmlForm
-
Set the value of the acceptcharset
property.
- setAccesskey(String) - Method in class jakarta.faces.component.html.HtmlCommandButton
-
Set the value of the accesskey
property.
- setAccesskey(String) - Method in class jakarta.faces.component.html.HtmlCommandLink
-
Set the value of the accesskey
property.
- setAccesskey(String) - Method in class jakarta.faces.component.html.HtmlInputFile
-
Set the value of the accesskey
property.
- setAccesskey(String) - Method in class jakarta.faces.component.html.HtmlInputSecret
-
Set the value of the accesskey
property.
- setAccesskey(String) - Method in class jakarta.faces.component.html.HtmlInputText
-
Set the value of the accesskey
property.
- setAccesskey(String) - Method in class jakarta.faces.component.html.HtmlInputTextarea
-
Set the value of the accesskey
property.
- setAccesskey(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
-
Set the value of the accesskey
property.
- setAccesskey(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
-
Set the value of the accesskey
property.
- setAccesskey(String) - Method in class jakarta.faces.component.html.HtmlOutputLabel
-
Set the value of the accesskey
property.
- setAccesskey(String) - Method in class jakarta.faces.component.html.HtmlOutputLink
-
Set the value of the accesskey
property.
- setAccesskey(String) - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
-
Set the value of the accesskey
property.
- setAccesskey(String) - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
-
Set the value of the accesskey
property.
- setAccesskey(String) - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
-
Set the value of the accesskey
property.
- setAccesskey(String) - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
-
Set the value of the accesskey
property.
- setAccesskey(String) - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
-
Set the value of the accesskey
property.
- setAccesskey(String) - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
-
Set the value of the accesskey
property.
- setAccesskey(String) - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
-
Set the value of the accesskey
property.
- setAction(MethodBinding) - Method in interface jakarta.faces.component.ActionSource
-
- setAction(MethodBinding) - Method in class jakarta.faces.component.UICommand
-
- setAction(MethodBinding) - Method in class jakarta.faces.component.UIViewAction
-
Deprecated.
- setActionExpression(MethodExpression) - Method in interface jakarta.faces.component.ActionSource2
-
Set the
MethodExpression
pointing at the appication action to be invoked, if this
UIComponent
is
activated by the user, during the
Apply Request Values or
Invoke Application phase of the request
processing lifecycle, depending on the value of the
immediate
property.
- setActionExpression(MethodExpression) - Method in class jakarta.faces.component.UICommand
-
- setActionExpression(MethodExpression) - Method in class jakarta.faces.component.UIViewAction
-
Set the
MethodExpression
pointing at the appication action to be invoked, if this
UIComponent
is
activated by the user, during the
Apply Request Values or
Invoke Application phase of the request
processing lifecycle, depending on the value of the
immediate
property.
- setActionListener(ActionListener) - Method in class jakarta.faces.application.Application
-
- setActionListener(ActionListener) - Method in class jakarta.faces.application.ApplicationWrapper
-
- setActionListener(MethodBinding) - Method in interface jakarta.faces.component.ActionSource
-
- setActionListener(MethodBinding) - Method in class jakarta.faces.component.UICommand
-
- setActionListener(MethodBinding) - Method in class jakarta.faces.component.UIViewAction
-
Deprecated.
- setAfterPhaseListener(MethodExpression) - Method in class jakarta.faces.component.UIViewRoot
-
Allow an arbitrary method to be called for the "afterPhase" event as the
UIViewRoot runs through its lifecycle.
- setAlt(String) - Method in class jakarta.faces.component.html.HtmlCommandButton
-
Set the value of the alt
property.
- setAlt(String) - Method in class jakarta.faces.component.html.HtmlGraphicImage
-
Set the value of the alt
property.
- setAlt(String) - Method in class jakarta.faces.component.html.HtmlInputFile
-
Set the value of the alt
property.
- setAlt(String) - Method in class jakarta.faces.component.html.HtmlInputSecret
-
Set the value of the alt
property.
- setAlt(String) - Method in class jakarta.faces.component.html.HtmlInputText
-
Set the value of the alt
property.
- setAlt(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
-
Set the value of the alt
property.
- setAnnotatedType(AnnotatedType<X>) - Method in interface jakarta.enterprise.inject.spi.ProcessAnnotatedType
-
- setAnnotations(Annotation[]) - Method in interface jakarta.ws.rs.ext.InterceptorContext
-
Update annotations on the formal declaration of the artifact that initiated the intercepted entity provider
invocation.
- setApplication(Application) - Method in class jakarta.faces.application.ApplicationFactory
-
Replace the
Application
instance that will be returned for this web application.
- setAsyncSendTimeout(long) - Method in interface jakarta.websocket.WebSocketContainer
-
Sets the number of milliseconds the implementation will timeout attempting to send a websocket message for all
RemoteEndpoints associated with this container.
- setAsyncSupported(boolean) - Method in interface jakarta.servlet.Registration.Dynamic
-
Configures the Servlet or Filter represented by this dynamic Registration as supporting asynchronous operations or
not.
- setAttribute(String, Object) - Method in class jakarta.faces.view.facelets.FaceletContext
-
Support method which is backed by the current VariableMapper.
- SetAttribute<X,E> - Interface in jakarta.persistence.metamodel
-
Instances of the type SetAttribute
represent
persistent java.util.Set
-valued attributes.
- setAttribute(String, Object) - Method in interface jakarta.servlet.http.HttpSession
-
Binds an object to this session, using the name specified.
- setAttribute(String, Object) - Method in class jakarta.servlet.jsp.JspContext
-
Register the name and value specified with page scope semantics.
- setAttribute(String, Object, int) - Method in class jakarta.servlet.jsp.JspContext
-
Register the name and value specified with appropriate scope semantics.
- setAttribute(String, Object) - Method in class jakarta.servlet.jsp.tagext.TagData
-
Set the value of an attribute.
- setAttribute(String, Object) - Method in interface jakarta.servlet.ServletContext
-
Binds an object to a given attribute name in this ServletContext.
- setAttribute(String, Object) - Method in interface jakarta.servlet.ServletRequest
-
Stores an attribute in this request.
- setAttribute(String, Object) - Method in class jakarta.servlet.ServletRequestWrapper
-
The default behavior of this method is to return setAttribute(String name, Object o) on the wrapped request object.
- setAttributes(FaceletContext, Object) - Method in class jakarta.faces.view.facelets.DelegatingMetaTagHandler
-
- setAttributes(FaceletContext, Object) - Method in class jakarta.faces.view.facelets.MetaTagHandler
-
Invoking/extending this method will cause the results of the created MetaRuleset to auto-wire state to the passed
instance.
- setAutocomplete(String) - Method in class jakarta.faces.component.html.HtmlInputFile
-
Set the value of the autocomplete
property.
- setAutocomplete(String) - Method in class jakarta.faces.component.html.HtmlInputSecret
-
Set the value of the autocomplete
property.
- setAutocomplete(String) - Method in class jakarta.faces.component.html.HtmlInputText
-
Set the value of the autocomplete
property.
- setAutorun(boolean) - Method in class jakarta.faces.component.html.HtmlCommandScript
-
Set the value of the autorun
property.
- setBatchingAllowed(boolean) - Method in interface jakarta.websocket.RemoteEndpoint
-
Indicate to the implementation that it is allowed to batch outgoing messages before sending.
- setBeanAttributes(BeanAttributes<T>) - Method in interface jakarta.enterprise.inject.spi.ProcessBeanAttributes
-
- setBeanValue(String, Object) - Method in class jakarta.el.BeanNameResolver
-
Sets a value to a bean of the given name.
- setBeforePhaseListener(MethodExpression) - Method in class jakarta.faces.component.UIViewRoot
-
Allow an arbitrary method to be called for the
"beforePhase" event as the UIViewRoot runs through its lifecycle.
- setBgcolor(String) - Method in class jakarta.faces.component.html.HtmlDataTable
-
Set the value of the bgcolor
property.
- setBgcolor(String) - Method in class jakarta.faces.component.html.HtmlPanelGrid
-
Set the value of the bgcolor
property.
- setBinding(String) - Method in class jakarta.faces.webapp.ConverterTag
-
Deprecated.
Set the expression that will be used to create a
ValueExpression
that references a backing bean property of
the
Converter
instance to be created.
- setBinding(ValueExpression) - Method in class jakarta.faces.webapp.UIComponentELTag
-
Set the value expression for our component.
- setBinding(String) - Method in class jakarta.faces.webapp.UIComponentTag
-
Deprecated.
Set the value binding expression for our component.
- setBinding(String) - Method in class jakarta.faces.webapp.ValidatorTag
-
Deprecated.
Set the expression that will be used to create a
ValueExpression
that references a backing bean property of
the
Validator
instance to be created.
- setBodyContent(BodyContent) - Method in class jakarta.faces.webapp.UIComponentClassicTagBase
-
Set the bodyContent
for this tag handler.
- setBodyContent(BodyContent) - Method in interface jakarta.servlet.jsp.tagext.BodyTag
-
Set the bodyContent property.
- setBodyContent(BodyContent) - Method in class jakarta.servlet.jsp.tagext.BodyTagSupport
-
Prepare for evaluation of the body: stash the bodyContent away.
- setBodyrows(String) - Method in class jakarta.faces.component.html.HtmlDataTable
-
Set the value of the bodyrows
property.
- setBodyrows(String) - Method in class jakarta.faces.component.html.HtmlPanelGrid
-
Set the value of the bodyrows
property.
- setBorder(int) - Method in class jakarta.faces.component.html.HtmlDataTable
-
Set the value of the border
property.
- setBorder(int) - Method in class jakarta.faces.component.html.HtmlPanelGrid
-
Set the value of the border
property.
- setBorder(int) - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
-
Set the value of the border
property.
- setBorder(int) - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
-
Set the value of the border
property.
- setBufferSize(int) - Method in interface jakarta.servlet.ServletResponse
-
Sets the preferred buffer size for the body of the response.
- setBufferSize(int) - Method in class jakarta.servlet.ServletResponseWrapper
-
The default behavior of this method is to call setBufferSize(int size) on the wrapped response object.
- setCacheFactories(FaceletCache.MemberFactory<V>, FaceletCache.MemberFactory<V>) - Method in class jakarta.faces.view.facelets.FaceletCache
-
This must be called by the runtime at startup time, before any requests are serviced, and allows for the
FaceletCache
implementation to provide the FaceletCache.MemberFactory
instances that will be used to create
instances of Facelets and View Metadata Facelets.
- setCaptionClass(String) - Method in class jakarta.faces.component.html.HtmlDataTable
-
Set the value of the captionClass
property.
- setCaptionClass(String) - Method in class jakarta.faces.component.html.HtmlPanelGrid
-
Set the value of the captionClass
property.
- setCaptionStyle(String) - Method in class jakarta.faces.component.html.HtmlDataTable
-
Set the value of the captionStyle
property.
- setCaptionStyle(String) - Method in class jakarta.faces.component.html.HtmlPanelGrid
-
Set the value of the captionStyle
property.
- setCDIProvider(CDIProvider) - Static method in class jakarta.enterprise.inject.spi.CDI
-
- setCellpadding(String) - Method in class jakarta.faces.component.html.HtmlDataTable
-
Set the value of the cellpadding
property.
- setCellpadding(String) - Method in class jakarta.faces.component.html.HtmlPanelGrid
-
Set the value of the cellpadding
property.
- setCellspacing(String) - Method in class jakarta.faces.component.html.HtmlDataTable
-
Set the value of the cellspacing
property.
- setCellspacing(String) - Method in class jakarta.faces.component.html.HtmlPanelGrid
-
Set the value of the cellspacing
property.
- setCertStore(CertStore) - Method in class jakarta.security.auth.message.callback.CertStoreCallback
-
Used by the CallbackHandler to set the CertStore within the Callback.
- setChannel(String) - Method in class jakarta.faces.component.UIWebsocket
-
Sets the name of the websocket channel.
- setCharacterEncoding(String) - Method in interface jakarta.servlet.ServletRequest
-
Overrides the name of the character encoding used in the body of this request.
- setCharacterEncoding(String) - Method in class jakarta.servlet.ServletRequestWrapper
-
The default behavior of this method is to set the character encoding on the wrapped request object.
- setCharacterEncoding(String) - Method in interface jakarta.servlet.ServletResponse
-
Sets the character encoding (MIME charset) of the response being sent to the client, for example, to UTF-8.
- setCharacterEncoding(String) - Method in class jakarta.servlet.ServletResponseWrapper
-
The default behavior of this method is to call setCharacterEncoding(String charset) on the wrapped response object.
- setCharset(String) - Method in class jakarta.faces.component.html.HtmlCommandLink
-
Set the value of the charset
property.
- setCharset(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
-
Set the value of the charset
property.
- setCharset(String) - Method in class jakarta.faces.component.html.HtmlOutputLink
-
Set the value of the charset
property.
- setClassLoader(ClassLoader) - Method in class jakarta.enterprise.inject.se.SeContainerInitializer
-
- setCleared() - Method in class jakarta.security.enterprise.credential.AbstractClearableCredential
-
Specifies that the credential value has been securely cleared.
- setClientWindow(ClientWindow) - Method in class jakarta.faces.context.ExternalContext
-
- setClientWindow(ClientWindow) - Method in class jakarta.faces.context.ExternalContextWrapper
-
- setCols(int) - Method in class jakarta.faces.component.html.HtmlInputTextarea
-
Set the value of the cols
property.
- setColumnClasses(String) - Method in class jakarta.faces.component.html.HtmlDataTable
-
Set the value of the columnClasses
property.
- setColumnClasses(String) - Method in class jakarta.faces.component.html.HtmlPanelGrid
-
Set the value of the columnClasses
property.
- setColumns(int) - Method in class jakarta.faces.component.html.HtmlPanelGrid
-
Set the value of the columns
property.
- setComment(String) - Method in class jakarta.servlet.http.Cookie
-
Specifies a comment that describes a cookie's purpose.
- setComment(String) - Method in interface jakarta.servlet.SessionCookieConfig
-
Sets the comment that will be assigned to any session tracking cookies created on behalf of the application
represented by the ServletContext from which this SessionCookieConfig was acquired.
- setComponent(UIComponent) - Method in class jakarta.faces.event.PostRestoreStateEvent
-
- setConnected(boolean) - Method in class jakarta.faces.component.UIWebsocket
-
Sets whether to (auto)connect the websocket or not.
- setContentLength(int) - Method in interface jakarta.servlet.ServletResponse
-
Sets the length of the content body in the response In HTTP servlets, this method sets the HTTP Content-Length
header.
- setContentLength(int) - Method in class jakarta.servlet.ServletResponseWrapper
-
The default behavior of this method is to call setContentLength(int len) on the wrapped response object.
- setContentLengthLong(long) - Method in interface jakarta.servlet.ServletResponse
-
Sets the length of the content body in the response In HTTP servlets, this method sets the HTTP Content-Length
header.
- setContentLengthLong(long) - Method in class jakarta.servlet.ServletResponseWrapper
-
The default behavior of this method is to call setContentLengthLong(long len) on the wrapped response object.
- setContentType(String) - Method in class jakarta.faces.application.Resource
-
Set the MIME content-type for this resource.
- setContentType(String) - Method in class jakarta.faces.application.ResourceWrapper
-
- setContentType(String) - Method in interface jakarta.servlet.ServletResponse
-
Sets the content type of the response being sent to the client, if the response has not been committed yet.
- setContentType(String) - Method in class jakarta.servlet.ServletResponseWrapper
-
The default behavior of this method is to call setContentType(String type) on the wrapped response object.
- setConverter(Converter) - Method in class jakarta.faces.component.UIOutput
-
- setConverter(Converter) - Method in interface jakarta.faces.component.ValueHolder
-
- setConverterId(String) - Method in class jakarta.faces.webapp.ConverterTag
-
Deprecated.
Set the identifer of the
Converter
instance to be created.
- setConverterMessage(String) - Method in class jakarta.faces.component.UIInput
-
Override any
ValueExpression
set for the "converterMessage" with the literal argument provided to this
method.
- setCoords(String) - Method in class jakarta.faces.component.html.HtmlCommandLink
-
Set the value of the coords
property.
- setCoords(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
-
Set the value of the coords
property.
- setCoords(String) - Method in class jakarta.faces.component.html.HtmlOutputLink
-
Set the value of the coords
property.
- setCredential(Credential) - Method in class jakarta.security.enterprise.authentication.mechanism.http.AuthenticationParameters
-
Sets the credential as parameter in this instance.
- setCurrencyCode(String) - Method in class jakarta.faces.convert.NumberConverter
-
Set the ISO 4217 currency code used by getAsString()
with a type
of currency
.
- setCurrencySymbol(String) - Method in class jakarta.faces.convert.NumberConverter
-
Set the currency symbol used by getAsString()
with a type
of currency
.
- setCurrentInstance(FacesContext) - Static method in class jakarta.faces.context.FacesContext
-
Set the
FacesContext
instance for the request that is being processed by the current thread.
- setCurrentPhaseId(PhaseId) - Method in class jakarta.faces.context.FacesContext
-
The implementation must call this method at the earliest possble point in time after entering into a new phase in the
request processing lifecycle.
- setCurrentPhaseId(PhaseId) - Method in class jakarta.faces.context.FacesContextWrapper
-
- setDataModel(DataModel) - Method in class jakarta.faces.component.UIData
-
Set the internal DataModel.
- setDateHeader(String, long) - Method in interface jakarta.servlet.http.HttpServletResponse
-
Sets a response header with the given name and date-value.
- setDateHeader(String, long) - Method in class jakarta.servlet.http.HttpServletResponseWrapper
-
The default behavior of this method is to call setDateHeader(String name, long date) on the wrapped response object.
- setDateStyle(String) - Method in class jakarta.faces.convert.DateTimeConverter
-
Set the style to be used to format or parse dates.
- setDefaultFactory(JspFactory) - Static method in class jakarta.servlet.jsp.JspFactory
-
set the default factory for this implementation.
- setDefaultLocale(Locale) - Method in class jakarta.faces.application.Application
-
Set the default Locale
for this application.
- setDefaultLocale(Locale) - Method in class jakarta.faces.application.ApplicationWrapper
-
- setDefaultMaxBinaryMessageBufferSize(int) - Method in interface jakarta.websocket.WebSocketContainer
-
Sets the default maximum size of incoming binary message that this container will buffer.
- setDefaultMaxSessionIdleTimeout(long) - Method in interface jakarta.websocket.WebSocketContainer
-
Sets the default time in milliseconds after which any web socket sessions in this container will be closed if it
has been inactive.
- setDefaultMaxTextMessageBufferSize(int) - Method in interface jakarta.websocket.WebSocketContainer
-
Sets the maximum size of incoming text message that this container will buffer.
- setDefaultRenderKitId(String) - Method in class jakarta.faces.application.Application
-
Set the renderKitId
to be used to render this application.
- setDefaultRenderKitId(String) - Method in class jakarta.faces.application.ApplicationWrapper
-
- setDelay(String) - Method in class jakarta.faces.component.behavior.AjaxBehavior
-
If less than delay milliseconds elapses between calls to request() only the most recent one is sent
and all other requests are discarded.
- setDescription(String) - Method in class jakarta.faces.model.SelectItem
-
Set the description of this item, for use in development tools.
- setDetail(String) - Method in class jakarta.faces.application.FacesMessage
-
Set the localized detail text.
- setDir(String) - Method in class jakarta.faces.component.html.HtmlBody
-
Set the value of the dir
property.
- setDir(String) - Method in class jakarta.faces.component.html.HtmlCommandButton
-
Set the value of the dir
property.
- setDir(String) - Method in class jakarta.faces.component.html.HtmlCommandLink
-
Set the value of the dir
property.
- setDir(String) - Method in class jakarta.faces.component.html.HtmlDataTable
-
Set the value of the dir
property.
- setDir(String) - Method in class jakarta.faces.component.html.HtmlForm
-
Set the value of the dir
property.
- setDir(String) - Method in class jakarta.faces.component.html.HtmlGraphicImage
-
Set the value of the dir
property.
- setDir(String) - Method in class jakarta.faces.component.html.HtmlHead
-
Set the value of the dir
property.
- setDir(String) - Method in class jakarta.faces.component.html.HtmlInputFile
-
Set the value of the dir
property.
- setDir(String) - Method in class jakarta.faces.component.html.HtmlInputSecret
-
Set the value of the dir
property.
- setDir(String) - Method in class jakarta.faces.component.html.HtmlInputText
-
Set the value of the dir
property.
- setDir(String) - Method in class jakarta.faces.component.html.HtmlInputTextarea
-
Set the value of the dir
property.
- setDir(String) - Method in class jakarta.faces.component.html.HtmlMessage
-
Set the value of the dir
property.
- setDir(String) - Method in class jakarta.faces.component.html.HtmlMessages
-
Set the value of the dir
property.
- setDir(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
-
Set the value of the dir
property.
- setDir(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
-
Set the value of the dir
property.
- setDir(String) - Method in class jakarta.faces.component.html.HtmlOutputFormat
-
Set the value of the dir
property.
- setDir(String) - Method in class jakarta.faces.component.html.HtmlOutputLabel
-
Set the value of the dir
property.
- setDir(String) - Method in class jakarta.faces.component.html.HtmlOutputLink
-
Set the value of the dir
property.
- setDir(String) - Method in class jakarta.faces.component.html.HtmlOutputText
-
Set the value of the dir
property.
- setDir(String) - Method in class jakarta.faces.component.html.HtmlPanelGrid
-
Set the value of the dir
property.
- setDir(String) - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
-
Set the value of the dir
property.
- setDir(String) - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
-
Set the value of the dir
property.
- setDir(String) - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
-
Set the value of the dir
property.
- setDir(String) - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
-
Set the value of the dir
property.
- setDir(String) - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
-
Set the value of the dir
property.
- setDir(String) - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
-
Set the value of the dir
property.
- setDir(String) - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
-
Set the value of the dir
property.
- setDisable(boolean) - Method in class jakarta.faces.component.UIParameter
-
Sets the disable
property of the UIParameter
.
- setDisableClientWindow(boolean) - Method in class jakarta.faces.component.UIOutcomeTarget
-
Set whether or not the client window should be encoded into the target url.
- setDisabled(boolean) - Method in class jakarta.faces.component.behavior.AjaxBehavior
-
Sets the disabled status of this behavior.
- setDisabled(boolean) - Method in class jakarta.faces.component.html.HtmlCommandButton
-
Set the value of the disabled
property.
- setDisabled(boolean) - Method in class jakarta.faces.component.html.HtmlCommandLink
-
Set the value of the disabled
property.
- setDisabled(boolean) - Method in class jakarta.faces.component.html.HtmlInputFile
-
Set the value of the disabled
property.
- setDisabled(boolean) - Method in class jakarta.faces.component.html.HtmlInputSecret
-
Set the value of the disabled
property.
- setDisabled(boolean) - Method in class jakarta.faces.component.html.HtmlInputText
-
Set the value of the disabled
property.
- setDisabled(boolean) - Method in class jakarta.faces.component.html.HtmlInputTextarea
-
Set the value of the disabled
property.
- setDisabled(boolean) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
-
Set the value of the disabled
property.
- setDisabled(boolean) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
-
Set the value of the disabled
property.
- setDisabled(boolean) - Method in class jakarta.faces.component.html.HtmlOutputLink
-
Set the value of the disabled
property.
- setDisabled(boolean) - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
-
Set the value of the disabled
property.
- setDisabled(boolean) - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
-
Set the value of the disabled
property.
- setDisabled(boolean) - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
-
Set the value of the disabled
property.
- setDisabled(boolean) - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
-
Set the value of the disabled
property.
- setDisabled(boolean) - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
-
Set the value of the disabled
property.
- setDisabled(boolean) - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
-
Set the value of the disabled
property.
- setDisabled(boolean) - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
-
Set the value of the disabled
property.
- setDisabled(boolean) - Method in class jakarta.faces.model.SelectItem
-
Set the disabled flag for this item, which should modify the rendered output to make this item unavailable for
selection by the user if set to true
.
- setDisabledClass(String) - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
-
Set the value of the disabledClass
property.
- setDisabledClass(String) - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
-
Set the value of the disabledClass
property.
- setDisabledClass(String) - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
-
Set the value of the disabledClass
property.
- setDisabledClass(String) - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
-
Set the value of the disabledClass
property.
- setDisabledClass(String) - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
-
Set the value of the disabledClass
property.
- setDisabledClass(String) - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
-
Set the value of the disabledClass
property.
- setDomain(String) - Method in class jakarta.servlet.http.Cookie
-
Specifies the domain within which this cookie should be presented.
- setDomain(String) - Method in interface jakarta.servlet.SessionCookieConfig
-
Sets the domain name that will be assigned to any session tracking cookies created on behalf of the application
represented by the ServletContext from which this SessionCookieConfig was acquired.
- setDynamicAttribute(String, String, Object) - Method in interface jakarta.servlet.jsp.tagext.DynamicAttributes
-
Called when a tag declared to accept dynamic attributes is passed an attribute that is not declared in the Tag
Library Descriptor.
- setELContext(ELContext) - Method in class jakarta.el.ELManager
-
Set the ELContext used for parsing and evaluating Jakarta Expression Language expressions.
- setELContext(ELContext) - Method in class jakarta.el.LambdaExpression
-
Set the ELContext to use in evaluating the LambdaExpression.
- setEnabledClass(String) - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
-
Set the value of the enabledClass
property.
- setEnabledClass(String) - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
-
Set the value of the enabledClass
property.
- setEnabledClass(String) - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
-
Set the value of the enabledClass
property.
- setEnabledClass(String) - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
-
Set the value of the enabledClass
property.
- setEnabledClass(String) - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
-
Set the value of the enabledClass
property.
- setEnabledClass(String) - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
-
Set the value of the enabledClass
property.
- setEnctype(String) - Method in class jakarta.faces.component.html.HtmlForm
-
Set the value of the enctype
property.
- setEntity(Object) - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Set a new message entity.
- setEntity(Object, Annotation[], MediaType) - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Set a new message entity, including the attached annotations and the media type.
- setEntity(Object) - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Set a new message entity.
- setEntity(Object, Annotation[], MediaType) - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Set a new message entity, including the attached annotations and the media type.
- setEntity(Object) - Method in interface jakarta.ws.rs.ext.WriterInterceptorContext
-
Update object to be written as HTTP entity.
- setEntityContext(EntityContext) - Method in interface jakarta.ejb.EntityBean
-
Set the associated entity context.
- setEntityStream(OutputStream) - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Set a new entity output stream.
- setEntityStream(InputStream) - Method in interface jakarta.ws.rs.client.ClientResponseContext
-
Set a new entity input stream.
- setEntityStream(InputStream) - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Set a new entity input stream.
- setEntityStream(OutputStream) - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Set a new entity output stream.
- setErrorClass(String) - Method in class jakarta.faces.component.html.HtmlMessage
-
Set the value of the errorClass
property.
- setErrorClass(String) - Method in class jakarta.faces.component.html.HtmlMessages
-
Set the value of the errorClass
property.
- setErrorStyle(String) - Method in class jakarta.faces.component.html.HtmlMessage
-
Set the value of the errorStyle
property.
- setErrorStyle(String) - Method in class jakarta.faces.component.html.HtmlMessages
-
Set the value of the errorStyle
property.
- setEscape(boolean) - Method in class jakarta.faces.component.html.HtmlOutputFormat
-
Set the value of the escape
property.
- setEscape(boolean) - Method in class jakarta.faces.component.html.HtmlOutputLabel
-
Set the value of the escape
property.
- setEscape(boolean) - Method in class jakarta.faces.component.html.HtmlOutputText
-
Set the value of the escape
property.
- setEscape(boolean) - Method in class jakarta.faces.model.SelectItem
-
Set the value of the escape property.
- setExceptionHandler(ExceptionHandler) - Method in class jakarta.faces.context.FacesContext
-
- setExceptionHandler(ExceptionHandler) - Method in class jakarta.faces.context.FacesContextWrapper
-
- setExecute(Collection<String>) - Method in class jakarta.faces.component.behavior.AjaxBehavior
-
Sets the component identifiers that will be used to identify components that should be processed during the
execute
phase of the request processing lifecycle.
- setExecute(String) - Method in class jakarta.faces.component.html.HtmlCommandScript
-
Set the value of the execute
property.
- setExecutor(Executor) - Method in interface jakarta.enterprise.event.NotificationOptions.Builder
-
- setFactory(String, String) - Static method in class jakarta.faces.FactoryFinder
-
- setFactory(AuthConfigFactory) - Static method in class jakarta.security.auth.message.config.AuthConfigFactory
-
Set the system-wide AuthConfigFactory implementation.
- setFactorySecurityPermission - Static variable in class jakarta.security.auth.message.config.AuthConfigFactory
-
- setFatalClass(String) - Method in class jakarta.faces.component.html.HtmlMessage
-
Set the value of the fatalClass
property.
- setFatalClass(String) - Method in class jakarta.faces.component.html.HtmlMessages
-
Set the value of the fatalClass
property.
- setFatalStyle(String) - Method in class jakarta.faces.component.html.HtmlMessage
-
Set the value of the fatalStyle
property.
- setFatalStyle(String) - Method in class jakarta.faces.component.html.HtmlMessages
-
Set the value of the fatalStyle
property.
- setFirst(int) - Method in class jakarta.faces.component.UIData
-
Set the zero-relative row number of the first row to be displayed.
- setFirstResult(int) - Method in interface jakarta.persistence.Query
-
Set the position of the first result to retrieve.
- setFirstResult(int) - Method in interface jakarta.persistence.TypedQuery
-
Set the position of the first result to retrieve.
- setFlowHandler(FlowHandler) - Method in class jakarta.faces.application.Application
-
- setFlowHandler(FlowHandler) - Method in class jakarta.faces.application.ApplicationWrapper
-
- setFlushMode(FlushModeType) - Method in interface jakarta.persistence.EntityManager
-
Set the flush mode that applies to all objects contained
in the persistence context.
- setFlushMode(FlushModeType) - Method in interface jakarta.persistence.Query
-
Set the flush mode type to be used for the query execution.
- setFlushMode(FlushModeType) - Method in interface jakarta.persistence.StoredProcedureQuery
-
Set the flush mode type to be used for the query execution.
- setFlushMode(FlushModeType) - Method in interface jakarta.persistence.TypedQuery
-
Set the flush mode type to be used for the query execution.
- setFooter(UIComponent) - Method in class jakarta.faces.component.UIColumn
-
Set the footer facet of the column.
- setFooter(UIComponent) - Method in class jakarta.faces.component.UIData
-
Set the footer facet of this component.
- setFooterClass(String) - Method in class jakarta.faces.component.html.HtmlColumn
-
Set the value of the footerClass
property.
- setFooterClass(String) - Method in class jakarta.faces.component.html.HtmlDataTable
-
Set the value of the footerClass
property.
- setFooterClass(String) - Method in class jakarta.faces.component.html.HtmlPanelGrid
-
Set the value of the footerClass
property.
- setFor(String) - Method in class jakarta.faces.component.html.HtmlOutputLabel
-
Set the value of the for
property.
- setFor(String) - Method in class jakarta.faces.component.UIMessage
-
Set the identifier of the component for which this component
represents associated message(s) (if any).
- setFor(String) - Method in class jakarta.faces.component.UIMessages
-
Set the client identifier of the component for which this component represents associated message(s) (if any).
- setFragment(String) - Method in class jakarta.faces.component.html.HtmlOutputLink
-
Set the value of the fragment
property.
- setFrame(String) - Method in class jakarta.faces.component.html.HtmlDataTable
-
Set the value of the frame
property.
- setFrame(String) - Method in class jakarta.faces.component.html.HtmlPanelGrid
-
Set the value of the frame
property.
- setFunctionMapper(FunctionMapper) - Method in class jakarta.faces.view.facelets.FaceletContext
-
Set the FunctionMapper to use in EL evaluation/creation.
- setGenericType(Type) - Method in interface jakarta.ws.rs.ext.InterceptorContext
-
Update type of the object to be produced or written.
- setGlobalOnly(boolean) - Method in class jakarta.faces.component.UIMessages
-
Set the flag indicating whether only global messages (that is, messages with no associated client identifier) should
be rendered.
- setGroup(String) - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
-
Set the value of the group
property.
- setGroup(String) - Method in class jakarta.faces.component.UISelectOne
-
Sets the name of the radio button group.
- setGroupingUsed(boolean) - Method in class jakarta.faces.convert.NumberConverter
-
Set the flag indicating whether getAsString()
should include grouping separators if necessary.
- setHeader(UIComponent) - Method in class jakarta.faces.component.UIColumn
-
Set the header facet of the column.
- setHeader(UIComponent) - Method in class jakarta.faces.component.UIData
-
Set the header facet of this component.
- setHeader(String, String) - Method in interface jakarta.servlet.http.HttpServletResponse
-
Sets a response header with the given name and value.
- setHeader(String, String) - Method in class jakarta.servlet.http.HttpServletResponseWrapper
-
The default behavior of this method is to return setHeader(String name, String value) on the wrapped response object.
- setHeader(String, String) - Method in interface jakarta.servlet.http.PushBuilder
-
Set a request header to be used for the push.
- setHeaderClass(String) - Method in class jakarta.faces.component.html.HtmlColumn
-
Set the value of the headerClass
property.
- setHeaderClass(String) - Method in class jakarta.faces.component.html.HtmlDataTable
-
Set the value of the headerClass
property.
- setHeaderClass(String) - Method in class jakarta.faces.component.html.HtmlPanelGrid
-
Set the value of the headerClass
property.
- setHeight(String) - Method in class jakarta.faces.component.html.HtmlGraphicImage
-
Set the value of the height
property.
- setHint(String, Object) - Method in interface jakarta.persistence.Query
-
Set a query property or hint.
- setHint(String, Object) - Method in interface jakarta.persistence.StoredProcedureQuery
-
Set a query property or hint.
- setHint(String, Object) - Method in interface jakarta.persistence.TypedQuery
-
Set a query property or hint.
- setHreflang(String) - Method in class jakarta.faces.component.html.HtmlCommandLink
-
Set the value of the hreflang
property.
- setHreflang(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
-
Set the value of the hreflang
property.
- setHreflang(String) - Method in class jakarta.faces.component.html.HtmlOutputLink
-
Set the value of the hreflang
property.
- setHttpOnly(boolean) - Method in class jakarta.servlet.http.Cookie
-
Marks or unmarks this Cookie as HttpOnly.
- setHttpOnly(boolean) - Method in interface jakarta.servlet.SessionCookieConfig
-
Marks or unmarks the session tracking cookies created on behalf of the application represented by the
ServletContext from which this SessionCookieConfig was acquired as HttpOnly.
- setId(String) - Method in class jakarta.faces.component.UIComponent
-
Set the component identifier of this
UIComponent
(if any).
- setId(String) - Method in class jakarta.faces.component.UIComponentBase
-
- setId(String) - Method in class jakarta.faces.webapp.UIComponentClassicTagBase
-
Set the component identifier for our component.
- setId(String) - Method in class jakarta.faces.webapp.UIComponentTagBase
-
Set the component identifier for the component corresponding to this tag instance.
- setId(String) - Method in class jakarta.servlet.jsp.tagext.TagSupport
-
Set the id attribute for this tag.
- setImage(String) - Method in class jakarta.faces.component.html.HtmlCommandButton
-
Set the value of the image
property.
- setImage(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
-
Set the value of the image
property.
- setImmediate(boolean) - Method in interface jakarta.faces.component.ActionSource
-
Set the "immediate execution" flag for this
UIComponent
.
- setImmediate(boolean) - Method in class jakarta.faces.component.behavior.AjaxBehavior
-
Sets the immediate status of this behavior.
- setImmediate(boolean) - Method in interface jakarta.faces.component.EditableValueHolder
-
Set the "immediate" state for this component.
- setImmediate(boolean) - Method in class jakarta.faces.component.UICommand
-
- setImmediate(boolean) - Method in class jakarta.faces.component.UIInput
-
- setImmediate(boolean) - Method in class jakarta.faces.component.UIViewAction
-
Set the "immediate execution" flag for this
UIComponent
.
- setIncludeViewParams(boolean) - Method in class jakarta.faces.component.UIOutcomeTarget
-
Set whether or not the page parameters should be encoded into the target url.
- setInfo(Serializable) - Method in class jakarta.ejb.TimerConfig
-
Set the info
object made available to timer callbacks.
- setInfoClass(String) - Method in class jakarta.faces.component.html.HtmlMessage
-
Set the value of the infoClass
property.
- setInfoClass(String) - Method in class jakarta.faces.component.html.HtmlMessages
-
Set the value of the infoClass
property.
- setInfoStyle(String) - Method in class jakarta.faces.component.html.HtmlMessage
-
Set the value of the infoStyle
property.
- setInfoStyle(String) - Method in class jakarta.faces.component.html.HtmlMessages
-
Set the value of the infoStyle
property.
- setInitParameter(String, String) - Method in interface jakarta.servlet.Registration
-
Sets the initialization parameter with the given name and value on the Servlet or Filter that is represented by this
Registration.
- setInitParameter(String, String) - Method in interface jakarta.servlet.ServletContext
-
Sets the context initialization parameter with the given name and value on this ServletContext.
- setInitParameters(Map<String, Object>) - Method in class jakarta.servlet.jsp.jstl.tlv.ScriptFreeTLV
-
Sets the values of the initialization parameters, as supplied in the TLD.
- setInitParameters(Map<String, Object>) - Method in class jakarta.servlet.jsp.tagext.TagLibraryValidator
-
Set the init data in the TLD for this validator.
- setInitParameters(Map<String, String>) - Method in interface jakarta.servlet.Registration
-
Sets the given initialization parameters on the Servlet or Filter that is represented by this Registration.
- setInjectionPoint(InjectionPoint) - Method in interface jakarta.enterprise.inject.spi.ProcessInjectionPoint
-
Replaces the InjectionPoint.
- setInjectionTarget(InjectionTarget<X>) - Method in interface jakarta.enterprise.inject.spi.ProcessInjectionTarget
-
- setInputStream(InputStream) - Method in interface jakarta.ws.rs.ext.ReaderInterceptorContext
-
Set the input stream of the object to be read.
- setInstance(RuntimeDelegate) - Static method in class jakarta.ws.rs.ext.RuntimeDelegate
-
Set the runtime delegate that will be used by JAX-RS classes.
- setIntegerOnly(boolean) - Method in class jakarta.faces.convert.NumberConverter
-
Set to true
if only the integer portion of the given value should be returned from
getAsObject()
.
- setIntHeader(String, int) - Method in interface jakarta.servlet.http.HttpServletResponse
-
Sets a response header with the given name and integer value.
- setIntHeader(String, int) - Method in class jakarta.servlet.http.HttpServletResponseWrapper
-
The default behavior of this method is to call setIntHeader(String name, int value) on the wrapped response object.
- setInView(boolean) - Method in class jakarta.faces.component.UIComponent
-
Updates the status as to whether or not this component is currently within the view hierarchy.
- setInView(boolean) - Method in class jakarta.faces.component.UIViewRoot
-
Overridden to take no action.
- setIsmap(boolean) - Method in class jakarta.faces.component.html.HtmlGraphicImage
-
Set the value of the ismap
property.
- setItemDescription(String) - Method in class jakarta.faces.component.UISelectItem
-
Set the description for this selection item.
- setItemDisabled(boolean) - Method in class jakarta.faces.component.UISelectItem
-
Set the disabled value for this selection item.
- setItemEscaped(boolean) - Method in class jakarta.faces.component.UISelectItem
-
Set the escape value for the label of this selection item.
- setItemLabel(String) - Method in class jakarta.faces.component.UISelectItem
-
Set the localized label for this selection item.
- setItemValue(Object) - Method in class jakarta.faces.component.UISelectItem
-
Set the server value for this selection item.
- SetJoin<Z,E> - Interface in jakarta.persistence.criteria
-
The SetJoin
interface is the type of the result of
joining to a collection over an association or element
collection that has been specified as a java.util.Set
.
- setJspBody(JspFragment) - Method in interface jakarta.servlet.jsp.tagext.SimpleTag
-
Provides the body of this tag as a JspFragment object, able to be invoked zero or more times by the tag handler.
- setJspBody(JspFragment) - Method in class jakarta.servlet.jsp.tagext.SimpleTagSupport
-
Stores the provided JspFragment.
- setJspContext(JspContext) - Method in interface jakarta.servlet.jsp.tagext.SimpleTag
-
Called by the container to provide this tag handler with the JspContext
for this invocation.
- setJspContext(JspContext) - Method in class jakarta.servlet.jsp.tagext.SimpleTagSupport
-
Stores the provided JSP context in the private jspContext field.
- setJspId(String) - Method in class jakarta.faces.webapp.UIComponentClassicTagBase
-
- setJspId(String) - Method in interface jakarta.servlet.jsp.tagext.JspIdConsumer
-
Called by the container generated code to set a value for the jspId attribute.
- setKeepMessages(boolean) - Method in class jakarta.faces.context.Flash
-
Setter for keepMessages
JavaBeans property.
- setKeepMessages(boolean) - Method in class jakarta.faces.context.FlashWrapper
-
- setKey(PrivateKey, Certificate[]) - Method in class jakarta.security.auth.message.callback.PrivateKeyCallback
-
Used by the CallbackHandler to set the requested private key and the corresponding certificate chain within the
Callback.
- setKey(SecretKey) - Method in class jakarta.security.auth.message.callback.SecretKeyCallback
-
Used by the CallbackHandler to set the requested secret key within the Callback.
- setKeywordResolved(boolean) - Method in class jakarta.faces.component.search.SearchKeywordContext
-
Sets if the keyword was resolved.
- setLabel(String) - Method in class jakarta.faces.component.html.HtmlCommandButton
-
Set the value of the label
property.
- setLabel(String) - Method in class jakarta.faces.component.html.HtmlInputFile
-
Set the value of the label
property.
- setLabel(String) - Method in class jakarta.faces.component.html.HtmlInputSecret
-
Set the value of the label
property.
- setLabel(String) - Method in class jakarta.faces.component.html.HtmlInputText
-
Set the value of the label
property.
- setLabel(String) - Method in class jakarta.faces.component.html.HtmlInputTextarea
-
Set the value of the label
property.
- setLabel(String) - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
-
Set the value of the label
property.
- setLabel(String) - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
-
Set the value of the label
property.
- setLabel(String) - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
-
Set the value of the label
property.
- setLabel(String) - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
-
Set the value of the label
property.
- setLabel(String) - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
-
Set the value of the label
property.
- setLabel(String) - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
-
Set the value of the label
property.
- setLabel(String) - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
-
Set the value of the label
property.
- setLabel(String) - Method in class jakarta.faces.model.SelectItem
-
Set the label of this item, to be rendered visibly for the user.
- setLang(String) - Method in class jakarta.faces.component.html.HtmlBody
-
Set the value of the lang
property.
- setLang(String) - Method in class jakarta.faces.component.html.HtmlCommandButton
-
Set the value of the lang
property.
- setLang(String) - Method in class jakarta.faces.component.html.HtmlCommandLink
-
Set the value of the lang
property.
- setLang(String) - Method in class jakarta.faces.component.html.HtmlDataTable
-
Set the value of the lang
property.
- setLang(String) - Method in class jakarta.faces.component.html.HtmlForm
-
Set the value of the lang
property.
- setLang(String) - Method in class jakarta.faces.component.html.HtmlGraphicImage
-
Set the value of the lang
property.
- setLang(String) - Method in class jakarta.faces.component.html.HtmlHead
-
Set the value of the lang
property.
- setLang(String) - Method in class jakarta.faces.component.html.HtmlInputFile
-
Set the value of the lang
property.
- setLang(String) - Method in class jakarta.faces.component.html.HtmlInputSecret
-
Set the value of the lang
property.
- setLang(String) - Method in class jakarta.faces.component.html.HtmlInputText
-
Set the value of the lang
property.
- setLang(String) - Method in class jakarta.faces.component.html.HtmlInputTextarea
-
Set the value of the lang
property.
- setLang(String) - Method in class jakarta.faces.component.html.HtmlMessage
-
Set the value of the lang
property.
- setLang(String) - Method in class jakarta.faces.component.html.HtmlMessages
-
Set the value of the lang
property.
- setLang(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
-
Set the value of the lang
property.
- setLang(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
-
Set the value of the lang
property.
- setLang(String) - Method in class jakarta.faces.component.html.HtmlOutputFormat
-
Set the value of the lang
property.
- setLang(String) - Method in class jakarta.faces.component.html.HtmlOutputLabel
-
Set the value of the lang
property.
- setLang(String) - Method in class jakarta.faces.component.html.HtmlOutputLink
-
Set the value of the lang
property.
- setLang(String) - Method in class jakarta.faces.component.html.HtmlOutputText
-
Set the value of the lang
property.
- setLang(String) - Method in class jakarta.faces.component.html.HtmlPanelGrid
-
Set the value of the lang
property.
- setLang(String) - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
-
Set the value of the lang
property.
- setLang(String) - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
-
Set the value of the lang
property.
- setLang(String) - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
-
Set the value of the lang
property.
- setLang(String) - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
-
Set the value of the lang
property.
- setLang(String) - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
-
Set the value of the lang
property.
- setLang(String) - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
-
Set the value of the lang
property.
- setLang(String) - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
-
Set the value of the lang
property.
- setLayout(String) - Method in class jakarta.faces.component.html.HtmlMessages
-
Set the value of the layout
property.
- setLayout(String) - Method in class jakarta.faces.component.html.HtmlPanelGroup
-
Set the value of the layout
property.
- setLayout(String) - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
-
Set the value of the layout
property.
- setLayout(String) - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
-
Set the value of the layout
property.
- setLibraryName(String) - Method in class jakarta.faces.application.Resource
-
Set the libraryName for this resource.
- setLibraryName(String) - Method in class jakarta.faces.application.ResourceWrapper
-
- setLoadOnStartup(int) - Method in interface jakarta.servlet.ServletRegistration.Dynamic
-
Sets the loadOnStartup
priority on the Servlet represented by this dynamic ServletRegistration.
- setLocale(Locale) - Method in class jakarta.el.ELContext
-
Sets the Locale
for this instance.
- setLocale(Locale) - Method in class jakarta.faces.component.UIViewRoot
-
Set the Locale
to be used in localizing the response being created for this view.
- setLocale(Locale) - Method in class jakarta.faces.convert.DateTimeConverter
-
Set the Locale
to be used when parsing or formatting dates and times.
- setLocale(Locale) - Method in class jakarta.faces.convert.NumberConverter
-
Set the Locale
to be used when parsing numbers.
- setLocale(Locale) - Method in interface jakarta.servlet.ServletResponse
-
Sets the locale of the response, if the response has not been committed yet.
- setLocale(Locale) - Method in class jakarta.servlet.ServletResponseWrapper
-
The default behavior of this method is to call setLocale(Locale loc) on the wrapped response object.
- setLocalValueSet(boolean) - Method in interface jakarta.faces.component.EditableValueHolder
-
Sets the "local value set" state for this component.
- setLocalValueSet(boolean) - Method in class jakarta.faces.component.UIInput
-
Sets the "local value set" state for this component.
- setLockMode(LockModeType) - Method in interface jakarta.persistence.Query
-
Set the lock mode type to be used for the query execution.
- setLockMode(LockModeType) - Method in interface jakarta.persistence.TypedQuery
-
Set the lock mode type to be used for the query execution.
- setLongdesc(String) - Method in class jakarta.faces.component.html.HtmlGraphicImage
-
Set the value of the longdesc
property.
- setMaxAge(int) - Method in class jakarta.servlet.http.Cookie
-
Sets the maximum age in seconds for this Cookie.
- setMaxAge(int) - Method in interface jakarta.servlet.SessionCookieConfig
-
Sets the lifetime (in seconds) for the session tracking cookies created on behalf of the application represented by
the ServletContext from which this SessionCookieConfig was acquired.
- setMaxAge(int) - Method in class jakarta.ws.rs.core.CacheControl
-
Corresponds to the max-age cache control directive.
- setMaxBinaryMessageBufferSize(int) - Method in interface jakarta.websocket.Session
-
Sets the maximum length of incoming binary messages that this Session can buffer.
- setMaxFractionDigits(int) - Method in class jakarta.faces.convert.NumberConverter
-
Set the maximum number of digits getAsString()
should render in the fraction portion of the result.
- setMaxIdleTimeout(long) - Method in interface jakarta.websocket.Session
-
Set the non-zero number of milliseconds before this session will be closed by the container if it is inactive, ie
no messages are either sent or received.
- setMaximum(double) - Method in class jakarta.faces.validator.DoubleRangeValidator
-
Set the maximum value to be enforced by this
Validator
.
- setMaximum(int) - Method in class jakarta.faces.validator.LengthValidator
-
Set the maximum length to be enforced by this
Validator
.
- setMaximum(long) - Method in class jakarta.faces.validator.LongRangeValidator
-
Set the maximum value to be enforced by this
Validator
.
- setMaxInactiveInterval(int) - Method in interface jakarta.servlet.http.HttpSession
-
Specifies the time, in seconds, between client requests before the servlet container will invalidate this session.
- setMaxIntegerDigits(int) - Method in class jakarta.faces.convert.NumberConverter
-
Set the maximum number of digits getAsString()
should render in the integer portion of the result.
- setMaxlength(int) - Method in class jakarta.faces.component.html.HtmlInputFile
-
Set the value of the maxlength
property.
- setMaxlength(int) - Method in class jakarta.faces.component.html.HtmlInputSecret
-
Set the value of the maxlength
property.
- setMaxlength(int) - Method in class jakarta.faces.component.html.HtmlInputText
-
Set the value of the maxlength
property.
- setMaxResults(int) - Method in interface jakarta.persistence.Query
-
Set the maximum number of results to retrieve.
- setMaxResults(int) - Method in interface jakarta.persistence.TypedQuery
-
Set the maximum number of results to retrieve.
- setMaxTextMessageBufferSize(int) - Method in interface jakarta.websocket.Session
-
Sets the maximum length of incoming text messages that this Session can buffer.
- setMediaType(MediaType) - Method in interface jakarta.ws.rs.ext.InterceptorContext
-
Update media type of HTTP entity.
- setMemberFactories(FaceletCache.MemberFactory<V>, FaceletCache.MemberFactory<V>) - Method in class jakarta.faces.view.facelets.FaceletCache
-
Deprecated.
- setMessageBundle(String) - Method in class jakarta.faces.application.Application
-
Set the fully qualified class name of the ResourceBundle
to be used for Jakarta Server Faces messages
for this application.
- setMessageBundle(String) - Method in class jakarta.faces.application.ApplicationWrapper
-
- setMessageDrivenContext(MessageDrivenContext) - Method in interface jakarta.ejb.MessageDrivenBean
-
Set the associated message-driven context.
- setMethod(String) - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Set the request method.
- setMethod(String) - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Set the request method.
- setMinFractionDigits(int) - Method in class jakarta.faces.convert.NumberConverter
-
Set the minimum number of digits getAsString()
should render in the fraction portion of the result.
- setMinimum(double) - Method in class jakarta.faces.validator.DoubleRangeValidator
-
Set the minimum value to be enforced by this
Validator
.
- setMinimum(int) - Method in class jakarta.faces.validator.LengthValidator
-
Set the minimum length to be enforced by this
Validator
.
- setMinimum(long) - Method in class jakarta.faces.validator.LongRangeValidator
-
Set the minimum value to be enforced by this
Validator
.
- setMinIntegerDigits(int) - Method in class jakarta.faces.convert.NumberConverter
-
Set the minimum number of digits getAsString()
should render in the integer portion of the result.
- setMultipartConfig(MultipartConfigElement) - Method in interface jakarta.servlet.ServletRegistration.Dynamic
-
- setMustRevalidate(boolean) - Method in class jakarta.ws.rs.core.CacheControl
-
Corresponds to the must-revalidate cache control directive.
- setName(String) - Method in class jakarta.faces.component.html.HtmlCommandScript
-
Set the value of the name
property.
- setName(String) - Method in class jakarta.faces.component.UIParameter
-
Set the optional parameter name for this parameter.
- setName(String) - Method in class jakarta.faces.component.UIViewParameter
-
Set the request parameter name from which the value is retrieved.
- setName(String) - Method in class jakarta.faces.webapp.AttributeTag
-
Deprecated.
Set the attribute name.
- setName(String) - Method in class jakarta.faces.webapp.FacetTag
-
Set the name to be assigned to this facet.
- setName(String) - Method in interface jakarta.servlet.SessionCookieConfig
-
Sets the name that will be assigned to any session tracking cookies created on behalf of the application represented
by the ServletContext from which this SessionCookieConfig was acquired.
- setNavigationHandler(NavigationHandler) - Method in class jakarta.faces.application.Application
-
Set the
NavigationHandler
instance that will be passed the outcome returned by any invoked application action
for this web application.
- setNavigationHandler(NavigationHandler) - Method in class jakarta.faces.application.ApplicationWrapper
-
- setNewAuthentication(boolean) - Method in class jakarta.security.enterprise.authentication.mechanism.http.AuthenticationParameters
-
Sets whether a new authentication dialog is required.
- setNoCache(boolean) - Method in class jakarta.ws.rs.core.CacheControl
-
Corresponds to the no-cache cache control directive.
- setNoSelectionOption(boolean) - Method in class jakarta.faces.component.UISelectItem
-
Set the value of the noSelectionOption
property.
- setNoSelectionOption(boolean) - Method in class jakarta.faces.model.SelectItem
-
Set the value of the noSelectionOption
property.
- setNoStore(boolean) - Method in class jakarta.ws.rs.core.CacheControl
-
Corresponds to the no-store cache control directive.
- setNoTransform(boolean) - Method in class jakarta.ws.rs.core.CacheControl
-
Corresponds to the no-transform cache control directive.
- setNull(int) - Method in interface jakarta.json.JsonArrayBuilder
-
Replaces a value in the array with
a
JsonValue.NULL
value at the specified position.
- setObserverMethod(ObserverMethod<T>) - Method in interface jakarta.enterprise.inject.spi.ProcessObserverMethod
-
- setOnblur(String) - Method in class jakarta.faces.component.html.HtmlCommandButton
-
Set the value of the onblur
property.
- setOnblur(String) - Method in class jakarta.faces.component.html.HtmlCommandLink
-
Set the value of the onblur
property.
- setOnblur(String) - Method in class jakarta.faces.component.html.HtmlInputFile
-
Set the value of the onblur
property.
- setOnblur(String) - Method in class jakarta.faces.component.html.HtmlInputSecret
-
Set the value of the onblur
property.
- setOnblur(String) - Method in class jakarta.faces.component.html.HtmlInputText
-
Set the value of the onblur
property.
- setOnblur(String) - Method in class jakarta.faces.component.html.HtmlInputTextarea
-
Set the value of the onblur
property.
- setOnblur(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
-
Set the value of the onblur
property.
- setOnblur(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
-
Set the value of the onblur
property.
- setOnblur(String) - Method in class jakarta.faces.component.html.HtmlOutputLabel
-
Set the value of the onblur
property.
- setOnblur(String) - Method in class jakarta.faces.component.html.HtmlOutputLink
-
Set the value of the onblur
property.
- setOnblur(String) - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
-
Set the value of the onblur
property.
- setOnblur(String) - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
-
Set the value of the onblur
property.
- setOnblur(String) - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
-
Set the value of the onblur
property.
- setOnblur(String) - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
-
Set the value of the onblur
property.
- setOnblur(String) - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
-
Set the value of the onblur
property.
- setOnblur(String) - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
-
Set the value of the onblur
property.
- setOnblur(String) - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
-
Set the value of the onblur
property.
- setOnchange(String) - Method in class jakarta.faces.component.html.HtmlCommandButton
-
Set the value of the onchange
property.
- setOnchange(String) - Method in class jakarta.faces.component.html.HtmlInputFile
-
Set the value of the onchange
property.
- setOnchange(String) - Method in class jakarta.faces.component.html.HtmlInputSecret
-
Set the value of the onchange
property.
- setOnchange(String) - Method in class jakarta.faces.component.html.HtmlInputText
-
Set the value of the onchange
property.
- setOnchange(String) - Method in class jakarta.faces.component.html.HtmlInputTextarea
-
Set the value of the onchange
property.
- setOnchange(String) - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
-
Set the value of the onchange
property.
- setOnchange(String) - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
-
Set the value of the onchange
property.
- setOnchange(String) - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
-
Set the value of the onchange
property.
- setOnchange(String) - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
-
Set the value of the onchange
property.
- setOnchange(String) - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
-
Set the value of the onchange
property.
- setOnchange(String) - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
-
Set the value of the onchange
property.
- setOnchange(String) - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
-
Set the value of the onchange
property.
- setOnclick(String) - Method in class jakarta.faces.component.html.HtmlBody
-
Set the value of the onclick
property.
- setOnclick(String) - Method in class jakarta.faces.component.html.HtmlCommandButton
-
Set the value of the onclick
property.
- setOnclick(String) - Method in class jakarta.faces.component.html.HtmlCommandLink
-
Set the value of the onclick
property.
- setOnclick(String) - Method in class jakarta.faces.component.html.HtmlDataTable
-
Set the value of the onclick
property.
- setOnclick(String) - Method in class jakarta.faces.component.html.HtmlForm
-
Set the value of the onclick
property.
- setOnclick(String) - Method in class jakarta.faces.component.html.HtmlGraphicImage
-
Set the value of the onclick
property.
- setOnclick(String) - Method in class jakarta.faces.component.html.HtmlInputFile
-
Set the value of the onclick
property.
- setOnclick(String) - Method in class jakarta.faces.component.html.HtmlInputSecret
-
Set the value of the onclick
property.
- setOnclick(String) - Method in class jakarta.faces.component.html.HtmlInputText
-
Set the value of the onclick
property.
- setOnclick(String) - Method in class jakarta.faces.component.html.HtmlInputTextarea
-
Set the value of the onclick
property.
- setOnclick(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
-
Set the value of the onclick
property.
- setOnclick(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
-
Set the value of the onclick
property.
- setOnclick(String) - Method in class jakarta.faces.component.html.HtmlOutputLabel
-
Set the value of the onclick
property.
- setOnclick(String) - Method in class jakarta.faces.component.html.HtmlOutputLink
-
Set the value of the onclick
property.
- setOnclick(String) - Method in class jakarta.faces.component.html.HtmlPanelGrid
-
Set the value of the onclick
property.
- setOnclick(String) - Method in class jakarta.faces.component.html.HtmlPanelGroup
-
Set the value of the onclick
property.
- setOnclick(String) - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
-
Set the value of the onclick
property.
- setOnclick(String) - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
-
Set the value of the onclick
property.
- setOnclick(String) - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
-
Set the value of the onclick
property.
- setOnclick(String) - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
-
Set the value of the onclick
property.
- setOnclick(String) - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
-
Set the value of the onclick
property.
- setOnclick(String) - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
-
Set the value of the onclick
property.
- setOnclick(String) - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
-
Set the value of the onclick
property.
- setOnclose(String) - Method in class jakarta.faces.component.UIWebsocket
-
Sets the JavaScript event handler function that is invoked when the websocket is closed.
- setOndblclick(String) - Method in class jakarta.faces.component.html.HtmlBody
-
Set the value of the ondblclick
property.
- setOndblclick(String) - Method in class jakarta.faces.component.html.HtmlCommandButton
-
Set the value of the ondblclick
property.
- setOndblclick(String) - Method in class jakarta.faces.component.html.HtmlCommandLink
-
Set the value of the ondblclick
property.
- setOndblclick(String) - Method in class jakarta.faces.component.html.HtmlDataTable
-
Set the value of the ondblclick
property.
- setOndblclick(String) - Method in class jakarta.faces.component.html.HtmlForm
-
Set the value of the ondblclick
property.
- setOndblclick(String) - Method in class jakarta.faces.component.html.HtmlGraphicImage
-
Set the value of the ondblclick
property.
- setOndblclick(String) - Method in class jakarta.faces.component.html.HtmlInputFile
-
Set the value of the ondblclick
property.
- setOndblclick(String) - Method in class jakarta.faces.component.html.HtmlInputSecret
-
Set the value of the ondblclick
property.
- setOndblclick(String) - Method in class jakarta.faces.component.html.HtmlInputText
-
Set the value of the ondblclick
property.
- setOndblclick(String) - Method in class jakarta.faces.component.html.HtmlInputTextarea
-
Set the value of the ondblclick
property.
- setOndblclick(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
-
Set the value of the ondblclick
property.
- setOndblclick(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
-
Set the value of the ondblclick
property.
- setOndblclick(String) - Method in class jakarta.faces.component.html.HtmlOutputLabel
-
Set the value of the ondblclick
property.
- setOndblclick(String) - Method in class jakarta.faces.component.html.HtmlOutputLink
-
Set the value of the ondblclick
property.
- setOndblclick(String) - Method in class jakarta.faces.component.html.HtmlPanelGrid
-
Set the value of the ondblclick
property.
- setOndblclick(String) - Method in class jakarta.faces.component.html.HtmlPanelGroup
-
Set the value of the ondblclick
property.
- setOndblclick(String) - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
-
Set the value of the ondblclick
property.
- setOndblclick(String) - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
-
Set the value of the ondblclick
property.
- setOndblclick(String) - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
-
Set the value of the ondblclick
property.
- setOndblclick(String) - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
-
Set the value of the ondblclick
property.
- setOndblclick(String) - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
-
Set the value of the ondblclick
property.
- setOndblclick(String) - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
-
Set the value of the ondblclick
property.
- setOndblclick(String) - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
-
Set the value of the ondblclick
property.
- setOnerror(String) - Method in class jakarta.faces.component.behavior.AjaxBehavior
-
Sets the JavaScript function name that will be used to identify the client callback function that should be run in
the event of an error.
- setOnerror(String) - Method in class jakarta.faces.component.html.HtmlCommandScript
-
Set the value of the onerror
property.
- setOnevent(String) - Method in class jakarta.faces.component.behavior.AjaxBehavior
-
Sets the JavaScript function name that will be used to identify the client callback function that should be run in
response to event activity.
- setOnevent(String) - Method in class jakarta.faces.component.html.HtmlCommandScript
-
Set the value of the onevent
property.
- setOnfocus(String) - Method in class jakarta.faces.component.html.HtmlCommandButton
-
Set the value of the onfocus
property.
- setOnfocus(String) - Method in class jakarta.faces.component.html.HtmlCommandLink
-
Set the value of the onfocus
property.
- setOnfocus(String) - Method in class jakarta.faces.component.html.HtmlInputFile
-
Set the value of the onfocus
property.
- setOnfocus(String) - Method in class jakarta.faces.component.html.HtmlInputSecret
-
Set the value of the onfocus
property.
- setOnfocus(String) - Method in class jakarta.faces.component.html.HtmlInputText
-
Set the value of the onfocus
property.
- setOnfocus(String) - Method in class jakarta.faces.component.html.HtmlInputTextarea
-
Set the value of the onfocus
property.
- setOnfocus(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
-
Set the value of the onfocus
property.
- setOnfocus(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
-
Set the value of the onfocus
property.
- setOnfocus(String) - Method in class jakarta.faces.component.html.HtmlOutputLabel
-
Set the value of the onfocus
property.
- setOnfocus(String) - Method in class jakarta.faces.component.html.HtmlOutputLink
-
Set the value of the onfocus
property.
- setOnfocus(String) - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
-
Set the value of the onfocus
property.
- setOnfocus(String) - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
-
Set the value of the onfocus
property.
- setOnfocus(String) - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
-
Set the value of the onfocus
property.
- setOnfocus(String) - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
-
Set the value of the onfocus
property.
- setOnfocus(String) - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
-
Set the value of the onfocus
property.
- setOnfocus(String) - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
-
Set the value of the onfocus
property.
- setOnfocus(String) - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
-
Set the value of the onfocus
property.
- setOnkeydown(String) - Method in class jakarta.faces.component.html.HtmlBody
-
Set the value of the onkeydown
property.
- setOnkeydown(String) - Method in class jakarta.faces.component.html.HtmlCommandButton
-
Set the value of the onkeydown
property.
- setOnkeydown(String) - Method in class jakarta.faces.component.html.HtmlCommandLink
-
Set the value of the onkeydown
property.
- setOnkeydown(String) - Method in class jakarta.faces.component.html.HtmlDataTable
-
Set the value of the onkeydown
property.
- setOnkeydown(String) - Method in class jakarta.faces.component.html.HtmlForm
-
Set the value of the onkeydown
property.
- setOnkeydown(String) - Method in class jakarta.faces.component.html.HtmlGraphicImage
-
Set the value of the onkeydown
property.
- setOnkeydown(String) - Method in class jakarta.faces.component.html.HtmlInputFile
-
Set the value of the onkeydown
property.
- setOnkeydown(String) - Method in class jakarta.faces.component.html.HtmlInputSecret
-
Set the value of the onkeydown
property.
- setOnkeydown(String) - Method in class jakarta.faces.component.html.HtmlInputText
-
Set the value of the onkeydown
property.
- setOnkeydown(String) - Method in class jakarta.faces.component.html.HtmlInputTextarea
-
Set the value of the onkeydown
property.
- setOnkeydown(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
-
Set the value of the onkeydown
property.
- setOnkeydown(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
-
Set the value of the onkeydown
property.
- setOnkeydown(String) - Method in class jakarta.faces.component.html.HtmlOutputLabel
-
Set the value of the onkeydown
property.
- setOnkeydown(String) - Method in class jakarta.faces.component.html.HtmlOutputLink
-
Set the value of the onkeydown
property.
- setOnkeydown(String) - Method in class jakarta.faces.component.html.HtmlPanelGrid
-
Set the value of the onkeydown
property.
- setOnkeydown(String) - Method in class jakarta.faces.component.html.HtmlPanelGroup
-
Set the value of the onkeydown
property.
- setOnkeydown(String) - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
-
Set the value of the onkeydown
property.
- setOnkeydown(String) - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
-
Set the value of the onkeydown
property.
- setOnkeydown(String) - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
-
Set the value of the onkeydown
property.
- setOnkeydown(String) - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
-
Set the value of the onkeydown
property.
- setOnkeydown(String) - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
-
Set the value of the onkeydown
property.
- setOnkeydown(String) - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
-
Set the value of the onkeydown
property.
- setOnkeydown(String) - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
-
Set the value of the onkeydown
property.
- setOnkeypress(String) - Method in class jakarta.faces.component.html.HtmlBody
-
Set the value of the onkeypress
property.
- setOnkeypress(String) - Method in class jakarta.faces.component.html.HtmlCommandButton
-
Set the value of the onkeypress
property.
- setOnkeypress(String) - Method in class jakarta.faces.component.html.HtmlCommandLink
-
Set the value of the onkeypress
property.
- setOnkeypress(String) - Method in class jakarta.faces.component.html.HtmlDataTable
-
Set the value of the onkeypress
property.
- setOnkeypress(String) - Method in class jakarta.faces.component.html.HtmlForm
-
Set the value of the onkeypress
property.
- setOnkeypress(String) - Method in class jakarta.faces.component.html.HtmlGraphicImage
-
Set the value of the onkeypress
property.
- setOnkeypress(String) - Method in class jakarta.faces.component.html.HtmlInputFile
-
Set the value of the onkeypress
property.
- setOnkeypress(String) - Method in class jakarta.faces.component.html.HtmlInputSecret
-
Set the value of the onkeypress
property.
- setOnkeypress(String) - Method in class jakarta.faces.component.html.HtmlInputText
-
Set the value of the onkeypress
property.
- setOnkeypress(String) - Method in class jakarta.faces.component.html.HtmlInputTextarea
-
Set the value of the onkeypress
property.
- setOnkeypress(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
-
Set the value of the onkeypress
property.
- setOnkeypress(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
-
Set the value of the onkeypress
property.
- setOnkeypress(String) - Method in class jakarta.faces.component.html.HtmlOutputLabel
-
Set the value of the onkeypress
property.
- setOnkeypress(String) - Method in class jakarta.faces.component.html.HtmlOutputLink
-
Set the value of the onkeypress
property.
- setOnkeypress(String) - Method in class jakarta.faces.component.html.HtmlPanelGrid
-
Set the value of the onkeypress
property.
- setOnkeypress(String) - Method in class jakarta.faces.component.html.HtmlPanelGroup
-
Set the value of the onkeypress
property.
- setOnkeypress(String) - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
-
Set the value of the onkeypress
property.
- setOnkeypress(String) - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
-
Set the value of the onkeypress
property.
- setOnkeypress(String) - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
-
Set the value of the onkeypress
property.
- setOnkeypress(String) - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
-
Set the value of the onkeypress
property.
- setOnkeypress(String) - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
-
Set the value of the onkeypress
property.
- setOnkeypress(String) - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
-
Set the value of the onkeypress
property.
- setOnkeypress(String) - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
-
Set the value of the onkeypress
property.
- setOnkeyup(String) - Method in class jakarta.faces.component.html.HtmlBody
-
Set the value of the onkeyup
property.
- setOnkeyup(String) - Method in class jakarta.faces.component.html.HtmlCommandButton
-
Set the value of the onkeyup
property.
- setOnkeyup(String) - Method in class jakarta.faces.component.html.HtmlCommandLink
-
Set the value of the onkeyup
property.
- setOnkeyup(String) - Method in class jakarta.faces.component.html.HtmlDataTable
-
Set the value of the onkeyup
property.
- setOnkeyup(String) - Method in class jakarta.faces.component.html.HtmlForm
-
Set the value of the onkeyup
property.
- setOnkeyup(String) - Method in class jakarta.faces.component.html.HtmlGraphicImage
-
Set the value of the onkeyup
property.
- setOnkeyup(String) - Method in class jakarta.faces.component.html.HtmlInputFile
-
Set the value of the onkeyup
property.
- setOnkeyup(String) - Method in class jakarta.faces.component.html.HtmlInputSecret
-
Set the value of the onkeyup
property.
- setOnkeyup(String) - Method in class jakarta.faces.component.html.HtmlInputText
-
Set the value of the onkeyup
property.
- setOnkeyup(String) - Method in class jakarta.faces.component.html.HtmlInputTextarea
-
Set the value of the onkeyup
property.
- setOnkeyup(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
-
Set the value of the onkeyup
property.
- setOnkeyup(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
-
Set the value of the onkeyup
property.
- setOnkeyup(String) - Method in class jakarta.faces.component.html.HtmlOutputLabel
-
Set the value of the onkeyup
property.
- setOnkeyup(String) - Method in class jakarta.faces.component.html.HtmlOutputLink
-
Set the value of the onkeyup
property.
- setOnkeyup(String) - Method in class jakarta.faces.component.html.HtmlPanelGrid
-
Set the value of the onkeyup
property.
- setOnkeyup(String) - Method in class jakarta.faces.component.html.HtmlPanelGroup
-
Set the value of the onkeyup
property.
- setOnkeyup(String) - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
-
Set the value of the onkeyup
property.
- setOnkeyup(String) - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
-
Set the value of the onkeyup
property.
- setOnkeyup(String) - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
-
Set the value of the onkeyup
property.
- setOnkeyup(String) - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
-
Set the value of the onkeyup
property.
- setOnkeyup(String) - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
-
Set the value of the onkeyup
property.
- setOnkeyup(String) - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
-
Set the value of the onkeyup
property.
- setOnkeyup(String) - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
-
Set the value of the onkeyup
property.
- setOnload(String) - Method in class jakarta.faces.component.html.HtmlBody
-
Set the value of the onload
property.
- setOnmessage(String) - Method in class jakarta.faces.component.UIWebsocket
-
Sets the JavaScript event handler function that is invoked when a push message is received from the server.
- setOnmousedown(String) - Method in class jakarta.faces.component.html.HtmlBody
-
Set the value of the onmousedown
property.
- setOnmousedown(String) - Method in class jakarta.faces.component.html.HtmlCommandButton
-
Set the value of the onmousedown
property.
- setOnmousedown(String) - Method in class jakarta.faces.component.html.HtmlCommandLink
-
Set the value of the onmousedown
property.
- setOnmousedown(String) - Method in class jakarta.faces.component.html.HtmlDataTable
-
Set the value of the onmousedown
property.
- setOnmousedown(String) - Method in class jakarta.faces.component.html.HtmlForm
-
Set the value of the onmousedown
property.
- setOnmousedown(String) - Method in class jakarta.faces.component.html.HtmlGraphicImage
-
Set the value of the onmousedown
property.
- setOnmousedown(String) - Method in class jakarta.faces.component.html.HtmlInputFile
-
Set the value of the onmousedown
property.
- setOnmousedown(String) - Method in class jakarta.faces.component.html.HtmlInputSecret
-
Set the value of the onmousedown
property.
- setOnmousedown(String) - Method in class jakarta.faces.component.html.HtmlInputText
-
Set the value of the onmousedown
property.
- setOnmousedown(String) - Method in class jakarta.faces.component.html.HtmlInputTextarea
-
Set the value of the onmousedown
property.
- setOnmousedown(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
-
Set the value of the onmousedown
property.
- setOnmousedown(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
-
Set the value of the onmousedown
property.
- setOnmousedown(String) - Method in class jakarta.faces.component.html.HtmlOutputLabel
-
Set the value of the onmousedown
property.
- setOnmousedown(String) - Method in class jakarta.faces.component.html.HtmlOutputLink
-
Set the value of the onmousedown
property.
- setOnmousedown(String) - Method in class jakarta.faces.component.html.HtmlPanelGrid
-
Set the value of the onmousedown
property.
- setOnmousedown(String) - Method in class jakarta.faces.component.html.HtmlPanelGroup
-
Set the value of the onmousedown
property.
- setOnmousedown(String) - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
-
Set the value of the onmousedown
property.
- setOnmousedown(String) - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
-
Set the value of the onmousedown
property.
- setOnmousedown(String) - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
-
Set the value of the onmousedown
property.
- setOnmousedown(String) - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
-
Set the value of the onmousedown
property.
- setOnmousedown(String) - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
-
Set the value of the onmousedown
property.
- setOnmousedown(String) - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
-
Set the value of the onmousedown
property.
- setOnmousedown(String) - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
-
Set the value of the onmousedown
property.
- setOnmousemove(String) - Method in class jakarta.faces.component.html.HtmlBody
-
Set the value of the onmousemove
property.
- setOnmousemove(String) - Method in class jakarta.faces.component.html.HtmlCommandButton
-
Set the value of the onmousemove
property.
- setOnmousemove(String) - Method in class jakarta.faces.component.html.HtmlCommandLink
-
Set the value of the onmousemove
property.
- setOnmousemove(String) - Method in class jakarta.faces.component.html.HtmlDataTable
-
Set the value of the onmousemove
property.
- setOnmousemove(String) - Method in class jakarta.faces.component.html.HtmlForm
-
Set the value of the onmousemove
property.
- setOnmousemove(String) - Method in class jakarta.faces.component.html.HtmlGraphicImage
-
Set the value of the onmousemove
property.
- setOnmousemove(String) - Method in class jakarta.faces.component.html.HtmlInputFile
-
Set the value of the onmousemove
property.
- setOnmousemove(String) - Method in class jakarta.faces.component.html.HtmlInputSecret
-
Set the value of the onmousemove
property.
- setOnmousemove(String) - Method in class jakarta.faces.component.html.HtmlInputText
-
Set the value of the onmousemove
property.
- setOnmousemove(String) - Method in class jakarta.faces.component.html.HtmlInputTextarea
-
Set the value of the onmousemove
property.
- setOnmousemove(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
-
Set the value of the onmousemove
property.
- setOnmousemove(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
-
Set the value of the onmousemove
property.
- setOnmousemove(String) - Method in class jakarta.faces.component.html.HtmlOutputLabel
-
Set the value of the onmousemove
property.
- setOnmousemove(String) - Method in class jakarta.faces.component.html.HtmlOutputLink
-
Set the value of the onmousemove
property.
- setOnmousemove(String) - Method in class jakarta.faces.component.html.HtmlPanelGrid
-
Set the value of the onmousemove
property.
- setOnmousemove(String) - Method in class jakarta.faces.component.html.HtmlPanelGroup
-
Set the value of the onmousemove
property.
- setOnmousemove(String) - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
-
Set the value of the onmousemove
property.
- setOnmousemove(String) - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
-
Set the value of the onmousemove
property.
- setOnmousemove(String) - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
-
Set the value of the onmousemove
property.
- setOnmousemove(String) - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
-
Set the value of the onmousemove
property.
- setOnmousemove(String) - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
-
Set the value of the onmousemove
property.
- setOnmousemove(String) - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
-
Set the value of the onmousemove
property.
- setOnmousemove(String) - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
-
Set the value of the onmousemove
property.
- setOnmouseout(String) - Method in class jakarta.faces.component.html.HtmlBody
-
Set the value of the onmouseout
property.
- setOnmouseout(String) - Method in class jakarta.faces.component.html.HtmlCommandButton
-
Set the value of the onmouseout
property.
- setOnmouseout(String) - Method in class jakarta.faces.component.html.HtmlCommandLink
-
Set the value of the onmouseout
property.
- setOnmouseout(String) - Method in class jakarta.faces.component.html.HtmlDataTable
-
Set the value of the onmouseout
property.
- setOnmouseout(String) - Method in class jakarta.faces.component.html.HtmlForm
-
Set the value of the onmouseout
property.
- setOnmouseout(String) - Method in class jakarta.faces.component.html.HtmlGraphicImage
-
Set the value of the onmouseout
property.
- setOnmouseout(String) - Method in class jakarta.faces.component.html.HtmlInputFile
-
Set the value of the onmouseout
property.
- setOnmouseout(String) - Method in class jakarta.faces.component.html.HtmlInputSecret
-
Set the value of the onmouseout
property.
- setOnmouseout(String) - Method in class jakarta.faces.component.html.HtmlInputText
-
Set the value of the onmouseout
property.
- setOnmouseout(String) - Method in class jakarta.faces.component.html.HtmlInputTextarea
-
Set the value of the onmouseout
property.
- setOnmouseout(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
-
Set the value of the onmouseout
property.
- setOnmouseout(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
-
Set the value of the onmouseout
property.
- setOnmouseout(String) - Method in class jakarta.faces.component.html.HtmlOutputLabel
-
Set the value of the onmouseout
property.
- setOnmouseout(String) - Method in class jakarta.faces.component.html.HtmlOutputLink
-
Set the value of the onmouseout
property.
- setOnmouseout(String) - Method in class jakarta.faces.component.html.HtmlPanelGrid
-
Set the value of the onmouseout
property.
- setOnmouseout(String) - Method in class jakarta.faces.component.html.HtmlPanelGroup
-
Set the value of the onmouseout
property.
- setOnmouseout(String) - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
-
Set the value of the onmouseout
property.
- setOnmouseout(String) - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
-
Set the value of the onmouseout
property.
- setOnmouseout(String) - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
-
Set the value of the onmouseout
property.
- setOnmouseout(String) - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
-
Set the value of the onmouseout
property.
- setOnmouseout(String) - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
-
Set the value of the onmouseout
property.
- setOnmouseout(String) - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
-
Set the value of the onmouseout
property.
- setOnmouseout(String) - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
-
Set the value of the onmouseout
property.
- setOnmouseover(String) - Method in class jakarta.faces.component.html.HtmlBody
-
Set the value of the onmouseover
property.
- setOnmouseover(String) - Method in class jakarta.faces.component.html.HtmlCommandButton
-
Set the value of the onmouseover
property.
- setOnmouseover(String) - Method in class jakarta.faces.component.html.HtmlCommandLink
-
Set the value of the onmouseover
property.
- setOnmouseover(String) - Method in class jakarta.faces.component.html.HtmlDataTable
-
Set the value of the onmouseover
property.
- setOnmouseover(String) - Method in class jakarta.faces.component.html.HtmlForm
-
Set the value of the onmouseover
property.
- setOnmouseover(String) - Method in class jakarta.faces.component.html.HtmlGraphicImage
-
Set the value of the onmouseover
property.
- setOnmouseover(String) - Method in class jakarta.faces.component.html.HtmlInputFile
-
Set the value of the onmouseover
property.
- setOnmouseover(String) - Method in class jakarta.faces.component.html.HtmlInputSecret
-
Set the value of the onmouseover
property.
- setOnmouseover(String) - Method in class jakarta.faces.component.html.HtmlInputText
-
Set the value of the onmouseover
property.
- setOnmouseover(String) - Method in class jakarta.faces.component.html.HtmlInputTextarea
-
Set the value of the onmouseover
property.
- setOnmouseover(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
-
Set the value of the onmouseover
property.
- setOnmouseover(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
-
Set the value of the onmouseover
property.
- setOnmouseover(String) - Method in class jakarta.faces.component.html.HtmlOutputLabel
-
Set the value of the onmouseover
property.
- setOnmouseover(String) - Method in class jakarta.faces.component.html.HtmlOutputLink
-
Set the value of the onmouseover
property.
- setOnmouseover(String) - Method in class jakarta.faces.component.html.HtmlPanelGrid
-
Set the value of the onmouseover
property.
- setOnmouseover(String) - Method in class jakarta.faces.component.html.HtmlPanelGroup
-
Set the value of the onmouseover
property.
- setOnmouseover(String) - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
-
Set the value of the onmouseover
property.
- setOnmouseover(String) - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
-
Set the value of the onmouseover
property.
- setOnmouseover(String) - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
-
Set the value of the onmouseover
property.
- setOnmouseover(String) - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
-
Set the value of the onmouseover
property.
- setOnmouseover(String) - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
-
Set the value of the onmouseover
property.
- setOnmouseover(String) - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
-
Set the value of the onmouseover
property.
- setOnmouseover(String) - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
-
Set the value of the onmouseover
property.
- setOnmouseup(String) - Method in class jakarta.faces.component.html.HtmlBody
-
Set the value of the onmouseup
property.
- setOnmouseup(String) - Method in class jakarta.faces.component.html.HtmlCommandButton
-
Set the value of the onmouseup
property.
- setOnmouseup(String) - Method in class jakarta.faces.component.html.HtmlCommandLink
-
Set the value of the onmouseup
property.
- setOnmouseup(String) - Method in class jakarta.faces.component.html.HtmlDataTable
-
Set the value of the onmouseup
property.
- setOnmouseup(String) - Method in class jakarta.faces.component.html.HtmlForm
-
Set the value of the onmouseup
property.
- setOnmouseup(String) - Method in class jakarta.faces.component.html.HtmlGraphicImage
-
Set the value of the onmouseup
property.
- setOnmouseup(String) - Method in class jakarta.faces.component.html.HtmlInputFile
-
Set the value of the onmouseup
property.
- setOnmouseup(String) - Method in class jakarta.faces.component.html.HtmlInputSecret
-
Set the value of the onmouseup
property.
- setOnmouseup(String) - Method in class jakarta.faces.component.html.HtmlInputText
-
Set the value of the onmouseup
property.
- setOnmouseup(String) - Method in class jakarta.faces.component.html.HtmlInputTextarea
-
Set the value of the onmouseup
property.
- setOnmouseup(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
-
Set the value of the onmouseup
property.
- setOnmouseup(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
-
Set the value of the onmouseup
property.
- setOnmouseup(String) - Method in class jakarta.faces.component.html.HtmlOutputLabel
-
Set the value of the onmouseup
property.
- setOnmouseup(String) - Method in class jakarta.faces.component.html.HtmlOutputLink
-
Set the value of the onmouseup
property.
- setOnmouseup(String) - Method in class jakarta.faces.component.html.HtmlPanelGrid
-
Set the value of the onmouseup
property.
- setOnmouseup(String) - Method in class jakarta.faces.component.html.HtmlPanelGroup
-
Set the value of the onmouseup
property.
- setOnmouseup(String) - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
-
Set the value of the onmouseup
property.
- setOnmouseup(String) - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
-
Set the value of the onmouseup
property.
- setOnmouseup(String) - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
-
Set the value of the onmouseup
property.
- setOnmouseup(String) - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
-
Set the value of the onmouseup
property.
- setOnmouseup(String) - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
-
Set the value of the onmouseup
property.
- setOnmouseup(String) - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
-
Set the value of the onmouseup
property.
- setOnmouseup(String) - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
-
Set the value of the onmouseup
property.
- setOnopen(String) - Method in class jakarta.faces.component.UIWebsocket
-
Sets the JavaScript event handler function that is invoked when the websocket is opened.
- setOnPostback(boolean) - Method in class jakarta.faces.component.UIViewAction
-
Controls whether or not this component operates on postback.
- setOnreset(String) - Method in class jakarta.faces.component.html.HtmlForm
-
Set the value of the onreset
property.
- setOnselect(String) - Method in class jakarta.faces.component.html.HtmlCommandButton
-
Set the value of the onselect
property.
- setOnselect(String) - Method in class jakarta.faces.component.html.HtmlInputFile
-
Set the value of the onselect
property.
- setOnselect(String) - Method in class jakarta.faces.component.html.HtmlInputSecret
-
Set the value of the onselect
property.
- setOnselect(String) - Method in class jakarta.faces.component.html.HtmlInputText
-
Set the value of the onselect
property.
- setOnselect(String) - Method in class jakarta.faces.component.html.HtmlInputTextarea
-
Set the value of the onselect
property.
- setOnselect(String) - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
-
Set the value of the onselect
property.
- setOnselect(String) - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
-
Set the value of the onselect
property.
- setOnselect(String) - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
-
Set the value of the onselect
property.
- setOnsubmit(String) - Method in class jakarta.faces.component.html.HtmlForm
-
Set the value of the onsubmit
property.
- setOnunload(String) - Method in class jakarta.faces.component.html.HtmlBody
-
Set the value of the onunload
property.
- setOutcome(String) - Method in class jakarta.faces.component.UIOutcomeTarget
-
Sets the outcome
property of the UIOutcomeTarget
.
- setOutputStream(OutputStream) - Method in interface jakarta.ws.rs.ext.WriterInterceptorContext
-
Set a new output stream for the object to be written.
- setPageContext(PageContext) - Method in class jakarta.faces.webapp.UIComponentClassicTagBase
-
Set the PageContext
of the page containing this tag instance.
- setPageContext(PageContext) - Method in interface jakarta.servlet.jsp.tagext.Tag
-
Set the current page context.
- setPageContext(PageContext) - Method in class jakarta.servlet.jsp.tagext.TagAdapter
-
Must not be called.
- setPageContext(PageContext) - Method in class jakarta.servlet.jsp.tagext.TagSupport
-
Set the page context.
- setParameter(Parameter<T>, T) - Method in interface jakarta.persistence.Query
-
Bind the value of a Parameter
object.
- setParameter(Parameter<Calendar>, Calendar, TemporalType) - Method in interface jakarta.persistence.Query
-
Bind an instance of java.util.Calendar
to a Parameter
object.
- setParameter(Parameter<Date>, Date, TemporalType) - Method in interface jakarta.persistence.Query
-
Bind an instance of java.util.Date
to a Parameter
object.
- setParameter(String, Object) - Method in interface jakarta.persistence.Query
-
Bind an argument value to a named parameter.
- setParameter(String, Calendar, TemporalType) - Method in interface jakarta.persistence.Query
-
Bind an instance of java.util.Calendar
to a named parameter.
- setParameter(String, Date, TemporalType) - Method in interface jakarta.persistence.Query
-
Bind an instance of java.util.Date
to a named parameter.
- setParameter(int, Object) - Method in interface jakarta.persistence.Query
-
Bind an argument value to a positional parameter.
- setParameter(int, Calendar, TemporalType) - Method in interface jakarta.persistence.Query
-
Bind an instance of java.util.Calendar
to a positional
parameter.
- setParameter(int, Date, TemporalType) - Method in interface jakarta.persistence.Query
-
Bind an instance of java.util.Date
to a positional parameter.
- setParameter(Parameter<T>, T) - Method in interface jakarta.persistence.StoredProcedureQuery
-
Bind the value of a Parameter
object.
- setParameter(Parameter<Calendar>, Calendar, TemporalType) - Method in interface jakarta.persistence.StoredProcedureQuery
-
Bind an instance of java.util.Calendar
to a Parameter
object.
- setParameter(Parameter<Date>, Date, TemporalType) - Method in interface jakarta.persistence.StoredProcedureQuery
-
Bind an instance of java.util.Date
to a Parameter
object.
- setParameter(String, Object) - Method in interface jakarta.persistence.StoredProcedureQuery
-
Bind an argument value to a named parameter.
- setParameter(String, Calendar, TemporalType) - Method in interface jakarta.persistence.StoredProcedureQuery
-
Bind an instance of java.util.Calendar
to a named parameter.
- setParameter(String, Date, TemporalType) - Method in interface jakarta.persistence.StoredProcedureQuery
-
Bind an instance of java.util.Date
to a named parameter.
- setParameter(int, Object) - Method in interface jakarta.persistence.StoredProcedureQuery
-
Bind an argument value to a positional parameter.
- setParameter(int, Calendar, TemporalType) - Method in interface jakarta.persistence.StoredProcedureQuery
-
Bind an instance of java.util.Calendar
to a positional
parameter.
- setParameter(int, Date, TemporalType) - Method in interface jakarta.persistence.StoredProcedureQuery
-
Bind an instance of java.util.Date
to a positional parameter.
- setParameter(Parameter<T>, T) - Method in interface jakarta.persistence.TypedQuery
-
Bind the value of a Parameter
object.
- setParameter(Parameter<Calendar>, Calendar, TemporalType) - Method in interface jakarta.persistence.TypedQuery
-
Bind an instance of java.util.Calendar
to a Parameter
object.
- setParameter(Parameter<Date>, Date, TemporalType) - Method in interface jakarta.persistence.TypedQuery
-
Bind an instance of java.util.Date
to a Parameter
object.
- setParameter(String, Object) - Method in interface jakarta.persistence.TypedQuery
-
Bind an argument value to a named parameter.
- setParameter(String, Calendar, TemporalType) - Method in interface jakarta.persistence.TypedQuery
-
Bind an instance of java.util.Calendar
to a named parameter.
- setParameter(String, Date, TemporalType) - Method in interface jakarta.persistence.TypedQuery
-
Bind an instance of java.util.Date
to a named parameter.
- setParameter(int, Object) - Method in interface jakarta.persistence.TypedQuery
-
Bind an argument value to a positional parameter.
- setParameter(int, Calendar, TemporalType) - Method in interface jakarta.persistence.TypedQuery
-
Bind an instance of java.util.Calendar
to a positional
parameter.
- setParameter(int, Date, TemporalType) - Method in interface jakarta.persistence.TypedQuery
-
Bind an instance of java.util.Date
to a positional parameter.
- setParameters(Object[]) - Method in interface jakarta.interceptor.InvocationContext
-
Sets the parameter values that will be passed to the method or constructor of the target class.
- setParent(UIComponent) - Method in class jakarta.faces.component.UIComponent
-
Set the parent UIComponent
of this
UIComponent
.
- setParent(UIComponent) - Method in class jakarta.faces.component.UIComponentBase
-
- setParent(Tag) - Method in class jakarta.faces.webapp.UIComponentClassicTagBase
-
Set the Tag
that is the parent of this instance.
- setParent(JspTag) - Method in interface jakarta.servlet.jsp.tagext.SimpleTag
-
Sets the parent of this tag, for collaboration purposes.
- setParent(JspTag) - Method in class jakarta.servlet.jsp.tagext.SimpleTagSupport
-
Sets the parent of this tag, for collaboration purposes.
- setParent(Tag) - Method in interface jakarta.servlet.jsp.tagext.Tag
-
Set the parent (closest enclosing tag handler) of this tag handler.
- setParent(Tag) - Method in class jakarta.servlet.jsp.tagext.TagAdapter
-
Must not be called.
- setParent(Tag) - Method in class jakarta.servlet.jsp.tagext.TagSupport
-
Set the nesting tag of this tag.
- setPartialRequest(boolean) - Method in class jakarta.faces.context.PartialViewContext
-
Dynamically indicate that this is a partial request.
- setPartialRequest(boolean) - Method in class jakarta.faces.context.PartialViewContextWrapper
-
- setPath(String) - Method in class jakarta.servlet.http.Cookie
-
Specifies a path for the cookie to which the client should return the cookie.
- setPath(String) - Method in interface jakarta.servlet.SessionCookieConfig
-
Sets the path that will be assigned to any session tracking cookies created on behalf of the application represented
by the ServletContext from which this SessionCookieConfig was acquired.
- setPattern(String) - Method in class jakarta.faces.convert.DateTimeConverter
-
Set the format pattern to be used when formatting and parsing dates and times.
- setPattern(String) - Method in class jakarta.faces.convert.NumberConverter
-
Set the format pattern to be used when formatting and parsing numbers.
- setPattern(String) - Method in class jakarta.faces.validator.RegexValidator
-
The Regular Expression property to validate against.
- setPersistenceProviderResolver(PersistenceProviderResolver) - Static method in class jakarta.persistence.spi.PersistenceProviderResolverHolder
-
Defines the persistence provider resolver used.
- setPersistent(boolean) - Method in class jakarta.ejb.TimerConfig
-
Specify whether the timer is persistent.
- setPhase(String) - Method in class jakarta.faces.component.UIViewAction
-
Attempt to set the lifecycle phase in which this instance will queue its ActionEvent
.
- setPhaseId(PhaseId) - Method in class jakarta.faces.event.FacesEvent
-
Set the
PhaseId
during which this event will be delivered.
- setPrependId(boolean) - Method in class jakarta.faces.component.UIForm
-
- setPrivate(boolean) - Method in class jakarta.ws.rs.core.CacheControl
-
Corresponds to the private cache control directive.
- setProcessingEvents(boolean) - Method in class jakarta.faces.context.FacesContext
-
- setProcessingEvents(boolean) - Method in class jakarta.faces.context.FacesContextWrapper
-
- setProducer(Producer<X>) - Method in interface jakarta.enterprise.inject.spi.ProcessProducer
-
Replaces the
Producer
object that will be used by the container to call the producer
method or read the producer field.
- setProperties(Map<String, Object>) - Method in class jakarta.enterprise.inject.se.SeContainerInitializer
-
Set all the configuration properties.
- setProperties(UIComponent) - Method in class jakarta.faces.webapp.UIComponentClassicTagBase
-
Override properties and attributes of the specified component, if the corresponding properties of this tag handler
instance were explicitly set.
- setProperties(UIComponent) - Method in class jakarta.faces.webapp.UIComponentELTag
-
Override properties and attributes of the specified component, if the corresponding properties of this tag handler
instance were explicitly set.
- setProperties(UIComponent) - Method in class jakarta.faces.webapp.UIComponentTag
-
Deprecated.
- setProperty(String, Object) - Method in class jakarta.json.bind.JsonbConfig
-
Set the particular configuration property to a new value.
- setProperty(String, Object) - Method in interface jakarta.persistence.EntityManager
-
Set an entity manager property or hint.
- setProperty(String, Object) - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Binds an object to a given property name in the current request/response exchange context.
- setProperty(String, Object) - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Binds an object to a given property name in the current request/response exchange context.
- setProperty(String, Object) - Method in interface jakarta.ws.rs.ext.InterceptorContext
-
Binds an object to a given property name in the current request/response exchange context.
- setPropertyResolved(boolean) - Method in class jakarta.el.ELContext
-
Called to indicate that a ELResolver
has successfully resolved a given (base, property) pair.
- setPropertyResolved(Object, Object) - Method in class jakarta.el.ELContext
-
Called to indicate that a
ELResolver
has successfully resolved a given (base, property) pair and to
notify the
EvaluationListener
s.
- setPropertyResolver(PropertyResolver) - Method in class jakarta.faces.application.Application
-
- setPropertyResolver(PropertyResolver) - Method in class jakarta.faces.application.ApplicationWrapper
-
- setProxyRevalidate(boolean) - Method in class jakarta.ws.rs.core.CacheControl
-
Corresponds to the must-revalidate cache control directive.
- setPublic(String) - Method in class jakarta.faces.component.html.HtmlDoctype
-
Set the value of the public
property.
- setReadListener(ReadListener) - Method in class jakarta.servlet.ServletInputStream
-
Instructs the
ServletInputStream
to invoke the provided
ReadListener
when it is possible to read
- setReadonly(boolean) - Method in class jakarta.faces.component.html.HtmlCommandButton
-
Set the value of the readonly
property.
- setReadonly(boolean) - Method in class jakarta.faces.component.html.HtmlInputFile
-
Set the value of the readonly
property.
- setReadonly(boolean) - Method in class jakarta.faces.component.html.HtmlInputSecret
-
Set the value of the readonly
property.
- setReadonly(boolean) - Method in class jakarta.faces.component.html.HtmlInputText
-
Set the value of the readonly
property.
- setReadonly(boolean) - Method in class jakarta.faces.component.html.HtmlInputTextarea
-
Set the value of the readonly
property.
- setReadonly(boolean) - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
-
Set the value of the readonly
property.
- setReadonly(boolean) - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
-
Set the value of the readonly
property.
- setReadonly(boolean) - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
-
Set the value of the readonly
property.
- setReadonly(boolean) - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
-
Set the value of the readonly
property.
- setReadonly(boolean) - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
-
Set the value of the readonly
property.
- setReadonly(boolean) - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
-
Set the value of the readonly
property.
- setReadonly(boolean) - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
-
Set the value of the readonly
property.
- setRedirect(boolean) - Method in class jakarta.faces.context.Flash
-
Setting this property to true
indicates that the next request on this session will be a redirect.
- setRedirect(boolean) - Method in class jakarta.faces.context.FlashWrapper
-
- setRedisplay(boolean) - Method in class jakarta.faces.component.html.HtmlInputSecret
-
Set the value of the redisplay
property.
- setRedisplay(boolean) - Method in class jakarta.faces.component.UIMessage
-
Set the flag indicating whether the detail
property of the associated message(s) should be displayed.
- setRedisplay(boolean) - Method in class jakarta.faces.component.UIMessages
-
Set the flag indicating whether the detail
property of the associated message(s) should be displayed.
- setRegisterSession(String, Set<String>) - Method in interface jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContext
-
Asks the runtime to register an authentication session.
- setRegisterSession(String, Set<String>) - Method in class jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
-
- setRel(String) - Method in class jakarta.faces.component.html.HtmlCommandLink
-
Set the value of the rel
property.
- setRel(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
-
Set the value of the rel
property.
- setRel(String) - Method in class jakarta.faces.component.html.HtmlOutputLink
-
Set the value of the rel
property.
- setRememberMe(boolean) - Method in class jakarta.security.enterprise.authentication.mechanism.http.AuthenticationParameters
-
Sets whether "remember me" should be used.
- setRender(Collection<String>) - Method in class jakarta.faces.component.behavior.AjaxBehavior
-
Sets the component identifiers that will be used to identify components that should be processed during the
render
phase of the request processing lifecycle.
- setRender(String) - Method in class jakarta.faces.component.html.HtmlCommandScript
-
Set the value of the render
property.
- setRenderAll(boolean) - Method in class jakarta.faces.context.PartialViewContext
-
Indicate the entire view must be rendered if renderAll
is true
.
- setRenderAll(boolean) - Method in class jakarta.faces.context.PartialViewContextWrapper
-
- setRendered(boolean) - Method in class jakarta.faces.component.UIComponent
-
- setRendered(boolean) - Method in class jakarta.faces.component.UIComponentBase
-
- setRendered(boolean) - Method in class jakarta.faces.component.UIViewAction
-
Sets the if
property of this component.
- setRendered(ValueExpression) - Method in class jakarta.faces.webapp.UIComponentELTag
-
Set an override for the rendered attribute.
- setRendered(String) - Method in class jakarta.faces.webapp.UIComponentTag
-
Deprecated.
Set an override for the rendered attribute.
- setRendererType(String) - Method in class jakarta.faces.component.UIComponent
-
- setRendererType(String) - Method in class jakarta.faces.component.UIComponentBase
-
- setRenderKitId(String) - Method in class jakarta.faces.component.UIViewRoot
-
Set the render kit identifier of the
RenderKit
associated with this view.
- setRequest(Object) - Method in class jakarta.faces.context.ExternalContext
-
- setRequest(Object) - Method in class jakarta.faces.context.ExternalContextWrapper
-
- setRequest(HttpServletRequest) - Method in interface jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContext
-
Sets the request object.
- setRequest(HttpServletRequest) - Method in class jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
-
- setRequest(ServletRequest) - Method in class jakarta.servlet.ServletRequestWrapper
-
Sets the request object being wrapped.
- setRequestCharacterEncoding(String) - Method in class jakarta.faces.context.ExternalContext
-
Overrides the name of the character encoding used in the body of this request.
- setRequestCharacterEncoding(String) - Method in class jakarta.faces.context.ExternalContextWrapper
-
- setRequestCharacterEncoding(String) - Method in interface jakarta.servlet.ServletContext
-
Sets the request character encoding for this ServletContext.
- setRequestMessage(Object) - Method in interface jakarta.security.auth.message.MessageInfo
-
Set the request message object in this MessageInfo.
- setRequestUri(URI) - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Set a new request URI using the current base URI of the application to resolve the application-specific request URI
part.
- setRequestUri(URI, URI) - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Set a new request URI using a new base URI to resolve the application-specific request URI part.
- setRequired(boolean) - Method in interface jakarta.faces.component.EditableValueHolder
-
Set the "required field" state for this component.
- setRequired(boolean) - Method in class jakarta.faces.component.UIInput
-
Set the "required field" state for this component.
- setRequiredMessage(String) - Method in class jakarta.faces.component.UIInput
-
Override any
ValueExpression
set for the "requiredMessage" with the literal argument provided to this method.
- setResetValues(boolean) - Method in class jakarta.faces.component.behavior.AjaxBehavior
-
Set the resetValues status of this behavior.
- setResetValues(Boolean) - Method in class jakarta.faces.component.html.HtmlCommandScript
-
Set the value of the resetValues
property.
- setResourceHandler(ResourceHandler) - Method in class jakarta.faces.application.Application
-
Set the ResourceHandler
instance that will be utilized for rendering the markup for resources, and for
satisfying client requests to serve up resources.
- setResourceHandler(ResourceHandler) - Method in class jakarta.faces.application.ApplicationWrapper
-
- setResourceLibraryContracts(List<String>) - Method in class jakarta.faces.context.FacesContext
-
Set the resource library contracts calculated as valid to use with this view.
- setResourceLibraryContracts(List<String>) - Method in class jakarta.faces.context.FacesContextWrapper
-
- setResourceName(String) - Method in class jakarta.faces.application.Resource
-
Set the resourceName for this resource.
- setResourceName(String) - Method in class jakarta.faces.application.ResourceWrapper
-
- setResponse(Object) - Method in class jakarta.faces.context.ExternalContext
-
- setResponse(Object) - Method in class jakarta.faces.context.ExternalContextWrapper
-
- setResponse(HttpServletResponse) - Method in interface jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContext
-
Set the response object.
- setResponse(HttpServletResponse) - Method in class jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
-
- setResponse(ServletResponse) - Method in class jakarta.servlet.ServletResponseWrapper
-
Sets the response being wrapped.
- setResponseBufferSize(int) - Method in class jakarta.faces.context.ExternalContext
-
Set the buffer size for the current response.
- setResponseBufferSize(int) - Method in class jakarta.faces.context.ExternalContextWrapper
-
- setResponseCharacterEncoding(String) - Method in class jakarta.faces.context.ExternalContext
-
Sets the character encoding (MIME charset) of the response being sent to the client, for example, to UTF-8.
- setResponseCharacterEncoding(String) - Method in class jakarta.faces.context.ExternalContextWrapper
-
- setResponseCharacterEncoding(String) - Method in interface jakarta.servlet.ServletContext
-
Sets the response character encoding for this ServletContext.
- setResponseContentLength(int) - Method in class jakarta.faces.context.ExternalContext
-
Set the content length of the response.
- setResponseContentLength(int) - Method in class jakarta.faces.context.ExternalContextWrapper
-
- setResponseContentType(String) - Method in class jakarta.faces.context.ExternalContext
-
Sets the content type of the response being sent to the client, if the response has not been committed yet.
- setResponseContentType(String) - Method in class jakarta.faces.context.ExternalContextWrapper
-
- setResponseHeader(String, String) - Method in class jakarta.faces.context.ExternalContext
-
Set the response header with the given name and value.
- setResponseHeader(String, String) - Method in class jakarta.faces.context.ExternalContextWrapper
-
- setResponseMessage(Object) - Method in interface jakarta.security.auth.message.MessageInfo
-
Set the response message object in this MessageInfo.
- setResponseStatus(int) - Method in class jakarta.faces.context.ExternalContext
-
Sets the HTTP status code for the response.
- setResponseStatus(int) - Method in class jakarta.faces.context.ExternalContextWrapper
-
- setResponseStream(ResponseStream) - Method in class jakarta.faces.context.FacesContext
-
Set the
ResponseStream
to which components should direct their binary output.
- setResponseStream(ResponseStream) - Method in class jakarta.faces.context.FacesContextWrapper
-
- setResponseWriter(ResponseWriter) - Method in class jakarta.faces.context.FacesContext
-
Set the
ResponseWriter
to which components should direct their character-based output.
- setResponseWriter(ResponseWriter) - Method in class jakarta.faces.context.FacesContextWrapper
-
- setResult(boolean) - Method in class jakarta.security.auth.message.callback.PasswordValidationCallback
-
Set the authentication result.
- setRev(String) - Method in class jakarta.faces.component.html.HtmlCommandLink
-
Set the value of the rev
property.
- setRev(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
-
Set the value of the rev
property.
- setRev(String) - Method in class jakarta.faces.component.html.HtmlOutputLink
-
Set the value of the rev
property.
- setRole(String) - Method in class jakarta.faces.component.html.HtmlBody
-
Set the value of the role
property.
- setRole(String) - Method in class jakarta.faces.component.html.HtmlCommandButton
-
Set the value of the role
property.
- setRole(String) - Method in class jakarta.faces.component.html.HtmlCommandLink
-
Set the value of the role
property.
- setRole(String) - Method in class jakarta.faces.component.html.HtmlDataTable
-
Set the value of the role
property.
- setRole(String) - Method in class jakarta.faces.component.html.HtmlForm
-
Set the value of the role
property.
- setRole(String) - Method in class jakarta.faces.component.html.HtmlGraphicImage
-
Set the value of the role
property.
- setRole(String) - Method in class jakarta.faces.component.html.HtmlInputFile
-
Set the value of the role
property.
- setRole(String) - Method in class jakarta.faces.component.html.HtmlInputSecret
-
Set the value of the role
property.
- setRole(String) - Method in class jakarta.faces.component.html.HtmlInputText
-
Set the value of the role
property.
- setRole(String) - Method in class jakarta.faces.component.html.HtmlInputTextarea
-
Set the value of the role
property.
- setRole(String) - Method in class jakarta.faces.component.html.HtmlMessage
-
Set the value of the role
property.
- setRole(String) - Method in class jakarta.faces.component.html.HtmlMessages
-
Set the value of the role
property.
- setRole(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
-
Set the value of the role
property.
- setRole(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
-
Set the value of the role
property.
- setRole(String) - Method in class jakarta.faces.component.html.HtmlOutputFormat
-
Set the value of the role
property.
- setRole(String) - Method in class jakarta.faces.component.html.HtmlOutputLabel
-
Set the value of the role
property.
- setRole(String) - Method in class jakarta.faces.component.html.HtmlOutputLink
-
Set the value of the role
property.
- setRole(String) - Method in class jakarta.faces.component.html.HtmlOutputText
-
Set the value of the role
property.
- setRole(String) - Method in class jakarta.faces.component.html.HtmlPanelGrid
-
Set the value of the role
property.
- setRole(String) - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
-
Set the value of the role
property.
- setRole(String) - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
-
Set the value of the role
property.
- setRole(String) - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
-
Set the value of the role
property.
- setRole(String) - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
-
Set the value of the role
property.
- setRole(String) - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
-
Set the value of the role
property.
- setRole(String) - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
-
Set the value of the role
property.
- setRole(String) - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
-
Set the value of the role
property.
- setRollbackOnly() - Method in interface jakarta.ejb.EJBContext
-
Mark the current transaction for rollback.
- setRollbackOnly() - Method in interface jakarta.persistence.EntityTransaction
-
Mark the current resource transaction so that the only
possible outcome of the transaction is for the transaction
to be rolled back.
- setRollbackOnly() - Method in interface jakarta.transaction.Transaction
-
Modify the transaction associated with the target object such that
the only possible outcome of the transaction is to roll back the
transaction.
- setRollbackOnly() - Method in interface jakarta.transaction.TransactionManager
-
Modify the transaction associated with the current thread such that
the only possible outcome of the transaction is to roll back the
transaction.
- setRollbackOnly() - Method in interface jakarta.transaction.TransactionSynchronizationRegistry
-
Set the rollbackOnly status of the transaction bound to the
current thread at the time this method is called.
- setRollbackOnly() - Method in interface jakarta.transaction.UserTransaction
-
Modify the transaction associated with the current thread such that
the only possible outcome of the transaction is to roll back the
transaction.
- setRootElement(String) - Method in class jakarta.faces.component.html.HtmlDoctype
-
Set the value of the rootElement
property.
- setRowClass(String) - Method in class jakarta.faces.component.html.HtmlDataTable
-
Set the value of the rowClass
property.
- setRowClass(String) - Method in class jakarta.faces.component.html.HtmlPanelGrid
-
Set the value of the rowClass
property.
- setRowClasses(String) - Method in class jakarta.faces.component.html.HtmlDataTable
-
Set the value of the rowClasses
property.
- setRowClasses(String) - Method in class jakarta.faces.component.html.HtmlPanelGrid
-
Set the value of the rowClasses
property.
- setRowHeader(boolean) - Method in class jakarta.faces.component.html.HtmlColumn
-
Set the value of the rowHeader
property.
- setRowIndex(int) - Method in class jakarta.faces.component.UIData
-
Set the zero relative index of the current row, or -1 to indicate that no
row is currently selected, by implementing the following algorithm.
- setRowIndex(int) - Method in class jakarta.faces.model.ArrayDataModel
-
- setRowIndex(int) - Method in class jakarta.faces.model.CollectionDataModel
-
- setRowIndex(int) - Method in class jakarta.faces.model.DataModel
-
Set the zero-relative index of the currently selected row, or -1 to indicate that we are not positioned on a row.
- setRowIndex(int) - Method in class jakarta.faces.model.IterableDataModel
-
Set the zero-relative index of the currently selected row, or -1 to indicate that we are not positioned on a row.
- setRowIndex(int) - Method in class jakarta.faces.model.ListDataModel
-
- setRowIndex(int) - Method in class jakarta.faces.model.ResultDataModel
-
- setRowIndex(int) - Method in class jakarta.faces.model.ResultSetDataModel
-
- setRowIndex(int) - Method in class jakarta.faces.model.ScalarDataModel
-
- setRows(int) - Method in class jakarta.faces.component.html.HtmlInputTextarea
-
Set the value of the rows
property.
- setRows(int) - Method in class jakarta.faces.component.UIData
-
Set the number of rows to be displayed, or zero for all remaining rows in the table.
- setRowStatePreserved(boolean) - Method in class jakarta.faces.component.UIData
-
If this property is set to true
, the UIData
must take steps to ensure that modifications to
its iterated children will be preserved on a per-row basis.
- setRules(String) - Method in class jakarta.faces.component.html.HtmlDataTable
-
Set the value of the rules
property.
- setRules(String) - Method in class jakarta.faces.component.html.HtmlPanelGrid
-
Set the value of the rules
property.
- setRunAsRole(String) - Method in interface jakarta.servlet.ServletRegistration.Dynamic
-
Sets the name of the runAs
role for this ServletRegistration
.
- setScope(String) - Method in class jakarta.faces.component.UIWebsocket
-
Sets the scope of the websocket channel.
- setScope(String) - Method in class jakarta.servlet.jsp.jstl.core.ConditionalTagSupport
-
Sets the 'scope' attribute.
- setSearchExpressionHandler(SearchExpressionHandler) - Method in class jakarta.faces.application.Application
-
- setSearchExpressionHandler(SearchExpressionHandler) - Method in class jakarta.faces.application.ApplicationWrapper
-
- setSecure(boolean) - Method in class jakarta.servlet.http.Cookie
-
Indicates to the browser whether the cookie should only be sent using a secure protocol, such as HTTPS or SSL.
- setSecure(boolean) - Method in interface jakarta.servlet.SessionCookieConfig
-
Marks or unmarks the session tracking cookies created on behalf of the application represented by the
ServletContext from which this SessionCookieConfig was acquired as secure.
- setSecurityContext(SecurityContext) - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Set a new injectable security context information for the current request.
- setSelected(boolean) - Method in class jakarta.faces.component.UISelectBoolean
-
Set the local value of the selected state of this component.
- setSelectedClass(String) - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
-
Set the value of the selectedClass
property.
- setSelectedValues(Object[]) - Method in class jakarta.faces.component.UISelectMany
-
Set the currently selected values, or null
to indicate that there are no currently selected values.
- setSelectItems(SelectItem[]) - Method in class jakarta.faces.model.SelectItemGroup
-
Set the set of subordinate
SelectItem
s for this group.
- setSendTimeout(long) - Method in interface jakarta.websocket.RemoteEndpoint.Async
-
Sets the number of milliseconds the implementation will timeout attempting to send a websocket message.
- setServletSecurity(ServletSecurityElement) - Method in interface jakarta.servlet.ServletRegistration.Dynamic
-
- setSessionContext(SessionContext) - Method in interface jakarta.ejb.SessionBean
-
Set the associated session context.
- setSessionMaxInactiveInterval(int) - Method in class jakarta.faces.context.ExternalContext
-
Specifies the time, in seconds, between client requests before the Jakarta Servlet container will invalidate this
session.
- setSessionMaxInactiveInterval(int) - Method in class jakarta.faces.context.ExternalContextWrapper
-
- setSessionTimeout(int) - Method in interface jakarta.servlet.ServletContext
-
Sets the session timeout in minutes for this ServletContext.
- setSessionTrackingModes(Set<SessionTrackingMode>) - Method in interface jakarta.servlet.ServletContext
-
Sets the session tracking modes that are to become effective for this ServletContext.
- setSeverity(FacesMessage.Severity) - Method in class jakarta.faces.application.FacesMessage
-
Set the severity level.
- setShape(String) - Method in class jakarta.faces.component.html.HtmlCommandLink
-
Set the value of the shape
property.
- setShape(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
-
Set the value of the shape
property.
- setShape(String) - Method in class jakarta.faces.component.html.HtmlOutputLink
-
Set the value of the shape
property.
- setShowDetail(boolean) - Method in class jakarta.faces.component.UIMessage
-
Set the flag indicating whether the detail
property of the associated message(s) should be displayed.
- setShowDetail(boolean) - Method in class jakarta.faces.component.UIMessages
-
Set the flag indicating whether the detail
property of the associated message(s) should be displayed.
- setShowSummary(boolean) - Method in class jakarta.faces.component.UIMessage
-
Set the flag indicating whether the summary
property of the associated message(s) should be displayed.
- setShowSummary(boolean) - Method in class jakarta.faces.component.UIMessages
-
Set the flag indicating whether the summary
property of the associated message(s) should be displayed.
- setSize(int) - Method in class jakarta.faces.component.html.HtmlInputFile
-
Set the value of the size
property.
- setSize(int) - Method in class jakarta.faces.component.html.HtmlInputSecret
-
Set the value of the size
property.
- setSize(int) - Method in class jakarta.faces.component.html.HtmlInputText
-
Set the value of the size
property.
- setSize(int) - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
-
Set the value of the size
property.
- setSize(int) - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
-
Set the value of the size
property.
- setSMaxAge(int) - Method in class jakarta.ws.rs.core.CacheControl
-
Corresponds to the s-maxage cache control directive.
- setStateManager(StateManager) - Method in class jakarta.faces.application.Application
-
Set the
StateManager
instance that will be utilized during the
Restore View and
Render
Response phases of the request processing lifecycle.
- setStateManager(StateManager) - Method in class jakarta.faces.application.ApplicationWrapper
-
- setStatus(int) - Method in interface jakarta.servlet.http.HttpServletResponse
-
Sets the status code for this response.
- setStatus(int, String) - Method in interface jakarta.servlet.http.HttpServletResponse
-
- setStatus(int) - Method in class jakarta.servlet.http.HttpServletResponseWrapper
-
The default behavior of this method is to call setStatus(int sc) on the wrapped response object.
- setStatus(int, String) - Method in class jakarta.servlet.http.HttpServletResponseWrapper
-
- setStatus(int) - Method in interface jakarta.ws.rs.client.ClientResponseContext
-
Set a new response status code.
- setStatus(int) - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Set a new response status code.
- setStatusInfo(Response.StatusType) - Method in interface jakarta.ws.rs.client.ClientResponseContext
-
Set the complete status information (status code and reason phrase) associated with the response.
- setStatusInfo(Response.StatusType) - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Set the complete status information (status code and reason phrase) associated with the response.
- setStyle(String) - Method in class jakarta.faces.component.html.HtmlBody
-
Set the value of the style
property.
- setStyle(String) - Method in class jakarta.faces.component.html.HtmlCommandButton
-
Set the value of the style
property.
- setStyle(String) - Method in class jakarta.faces.component.html.HtmlCommandLink
-
Set the value of the style
property.
- setStyle(String) - Method in class jakarta.faces.component.html.HtmlDataTable
-
Set the value of the style
property.
- setStyle(String) - Method in class jakarta.faces.component.html.HtmlForm
-
Set the value of the style
property.
- setStyle(String) - Method in class jakarta.faces.component.html.HtmlGraphicImage
-
Set the value of the style
property.
- setStyle(String) - Method in class jakarta.faces.component.html.HtmlInputFile
-
Set the value of the style
property.
- setStyle(String) - Method in class jakarta.faces.component.html.HtmlInputSecret
-
Set the value of the style
property.
- setStyle(String) - Method in class jakarta.faces.component.html.HtmlInputText
-
Set the value of the style
property.
- setStyle(String) - Method in class jakarta.faces.component.html.HtmlInputTextarea
-
Set the value of the style
property.
- setStyle(String) - Method in class jakarta.faces.component.html.HtmlMessage
-
Set the value of the style
property.
- setStyle(String) - Method in class jakarta.faces.component.html.HtmlMessages
-
Set the value of the style
property.
- setStyle(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
-
Set the value of the style
property.
- setStyle(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
-
Set the value of the style
property.
- setStyle(String) - Method in class jakarta.faces.component.html.HtmlOutputFormat
-
Set the value of the style
property.
- setStyle(String) - Method in class jakarta.faces.component.html.HtmlOutputLabel
-
Set the value of the style
property.
- setStyle(String) - Method in class jakarta.faces.component.html.HtmlOutputLink
-
Set the value of the style
property.
- setStyle(String) - Method in class jakarta.faces.component.html.HtmlOutputText
-
Set the value of the style
property.
- setStyle(String) - Method in class jakarta.faces.component.html.HtmlPanelGrid
-
Set the value of the style
property.
- setStyle(String) - Method in class jakarta.faces.component.html.HtmlPanelGroup
-
Set the value of the style
property.
- setStyle(String) - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
-
Set the value of the style
property.
- setStyle(String) - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
-
Set the value of the style
property.
- setStyle(String) - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
-
Set the value of the style
property.
- setStyle(String) - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
-
Set the value of the style
property.
- setStyle(String) - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
-
Set the value of the style
property.
- setStyle(String) - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
-
Set the value of the style
property.
- setStyle(String) - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
-
Set the value of the style
property.
- setStyleClass(String) - Method in class jakarta.faces.component.html.HtmlBody
-
Set the value of the styleClass
property.
- setStyleClass(String) - Method in class jakarta.faces.component.html.HtmlColumn
-
Set the value of the styleClass
property.
- setStyleClass(String) - Method in class jakarta.faces.component.html.HtmlCommandButton
-
Set the value of the styleClass
property.
- setStyleClass(String) - Method in class jakarta.faces.component.html.HtmlCommandLink
-
Set the value of the styleClass
property.
- setStyleClass(String) - Method in class jakarta.faces.component.html.HtmlDataTable
-
Set the value of the styleClass
property.
- setStyleClass(String) - Method in class jakarta.faces.component.html.HtmlForm
-
Set the value of the styleClass
property.
- setStyleClass(String) - Method in class jakarta.faces.component.html.HtmlGraphicImage
-
Set the value of the styleClass
property.
- setStyleClass(String) - Method in class jakarta.faces.component.html.HtmlInputFile
-
Set the value of the styleClass
property.
- setStyleClass(String) - Method in class jakarta.faces.component.html.HtmlInputSecret
-
Set the value of the styleClass
property.
- setStyleClass(String) - Method in class jakarta.faces.component.html.HtmlInputText
-
Set the value of the styleClass
property.
- setStyleClass(String) - Method in class jakarta.faces.component.html.HtmlInputTextarea
-
Set the value of the styleClass
property.
- setStyleClass(String) - Method in class jakarta.faces.component.html.HtmlMessage
-
Set the value of the styleClass
property.
- setStyleClass(String) - Method in class jakarta.faces.component.html.HtmlMessages
-
Set the value of the styleClass
property.
- setStyleClass(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
-
Set the value of the styleClass
property.
- setStyleClass(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
-
Set the value of the styleClass
property.
- setStyleClass(String) - Method in class jakarta.faces.component.html.HtmlOutputFormat
-
Set the value of the styleClass
property.
- setStyleClass(String) - Method in class jakarta.faces.component.html.HtmlOutputLabel
-
Set the value of the styleClass
property.
- setStyleClass(String) - Method in class jakarta.faces.component.html.HtmlOutputLink
-
Set the value of the styleClass
property.
- setStyleClass(String) - Method in class jakarta.faces.component.html.HtmlOutputText
-
Set the value of the styleClass
property.
- setStyleClass(String) - Method in class jakarta.faces.component.html.HtmlPanelGrid
-
Set the value of the styleClass
property.
- setStyleClass(String) - Method in class jakarta.faces.component.html.HtmlPanelGroup
-
Set the value of the styleClass
property.
- setStyleClass(String) - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
-
Set the value of the styleClass
property.
- setStyleClass(String) - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
-
Set the value of the styleClass
property.
- setStyleClass(String) - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
-
Set the value of the styleClass
property.
- setStyleClass(String) - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
-
Set the value of the styleClass
property.
- setStyleClass(String) - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
-
Set the value of the styleClass
property.
- setStyleClass(String) - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
-
Set the value of the styleClass
property.
- setStyleClass(String) - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
-
Set the value of the styleClass
property.
- setSubmitted(boolean) - Method in class jakarta.faces.component.UIForm
-
If this UIForm
instance (as opposed to other
forms in the page) is experiencing a submit during this request processing lifecycle, this method must be called,
with
true
as the argument, during the
UIComponent.decode(jakarta.faces.context.FacesContext)
for this
UIForm
instance.
- setSubmittedValue(Object) - Method in interface jakarta.faces.component.EditableValueHolder
-
Set the submittedValue value of this component.
- setSubmittedValue(Object) - Method in class jakarta.faces.component.UIInput
-
Set the submittedValue value of this
UIInput
component.
- setSubmittedValue(Object) - Method in class jakarta.faces.component.UIViewParameter
-
PENDING (docs) Interesting that submitted value isn't saved by the parent
- setSummary(String) - Method in class jakarta.faces.application.FacesMessage
-
Set the localized summary text.
- setSummary(String) - Method in class jakarta.faces.component.html.HtmlDataTable
-
Set the value of the summary
property.
- setSummary(String) - Method in class jakarta.faces.component.html.HtmlPanelGrid
-
Set the value of the summary
property.
- setSupportedLocales(Collection<Locale>) - Method in class jakarta.faces.application.Application
-
Set the Locale
instances representing the supported Locale
s for this application.
- setSupportedLocales(Collection<Locale>) - Method in class jakarta.faces.application.ApplicationWrapper
-
- setSystem(String) - Method in class jakarta.faces.component.html.HtmlDoctype
-
Set the value of the system
property.
- setTabindex(String) - Method in class jakarta.faces.component.html.HtmlCommandButton
-
Set the value of the tabindex
property.
- setTabindex(String) - Method in class jakarta.faces.component.html.HtmlCommandLink
-
Set the value of the tabindex
property.
- setTabindex(String) - Method in class jakarta.faces.component.html.HtmlInputFile
-
Set the value of the tabindex
property.
- setTabindex(String) - Method in class jakarta.faces.component.html.HtmlInputSecret
-
Set the value of the tabindex
property.
- setTabindex(String) - Method in class jakarta.faces.component.html.HtmlInputText
-
Set the value of the tabindex
property.
- setTabindex(String) - Method in class jakarta.faces.component.html.HtmlInputTextarea
-
Set the value of the tabindex
property.
- setTabindex(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
-
Set the value of the tabindex
property.
- setTabindex(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
-
Set the value of the tabindex
property.
- setTabindex(String) - Method in class jakarta.faces.component.html.HtmlOutputLabel
-
Set the value of the tabindex
property.
- setTabindex(String) - Method in class jakarta.faces.component.html.HtmlOutputLink
-
Set the value of the tabindex
property.
- setTabindex(String) - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
-
Set the value of the tabindex
property.
- setTabindex(String) - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
-
Set the value of the tabindex
property.
- setTabindex(String) - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
-
Set the value of the tabindex
property.
- setTabindex(String) - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
-
Set the value of the tabindex
property.
- setTabindex(String) - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
-
Set the value of the tabindex
property.
- setTabindex(String) - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
-
Set the value of the tabindex
property.
- setTabindex(String) - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
-
Set the value of the tabindex
property.
- setTag(Tag) - Method in class jakarta.faces.view.facelets.TagAttribute
-
Set a reference to the Tag for which this class represents the attributes.
- setTag(Tag) - Method in class jakarta.faces.view.facelets.TagAttributes
-
Set a reference to the Tag for which this class represents the attributes.
- setTagExtraInfo(TagExtraInfo) - Method in class jakarta.servlet.jsp.tagext.TagInfo
-
Set the instance for extra tag information.
- setTagInfo(TagInfo) - Method in class jakarta.servlet.jsp.tagext.TagExtraInfo
-
Set the TagInfo for this class.
- setTagLibrary(TagLibraryInfo) - Method in class jakarta.servlet.jsp.tagext.TagInfo
-
Set the TagLibraryInfo property.
- setTarget(String) - Method in class jakarta.faces.component.html.HtmlCommandLink
-
Set the value of the target
property.
- setTarget(String) - Method in class jakarta.faces.component.html.HtmlForm
-
Set the value of the target
property.
- setTarget(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
-
Set the value of the target
property.
- setTarget(String) - Method in class jakarta.faces.component.html.HtmlOutputLink
-
Set the value of the target
property.
- setTimeout(long) - Method in interface jakarta.enterprise.context.Conversation
-
Set the timeout of the current conversation.
- setTimeout(long) - Method in interface jakarta.servlet.AsyncContext
-
Sets the timeout (in milliseconds) for this AsyncContext.
- setTimeout(long, TimeUnit) - Method in interface jakarta.ws.rs.container.AsyncResponse
-
Set/update the suspend timeout.
- setTimeoutHandler(TimeoutHandler) - Method in interface jakarta.ws.rs.container.AsyncResponse
-
Set/replace a time-out handler for the suspended asynchronous response.
- setTimeStyle(String) - Method in class jakarta.faces.convert.DateTimeConverter
-
Set the style to be used to format or parse times.
- setTimeZone(TimeZone) - Method in class jakarta.faces.convert.DateTimeConverter
-
Set the TimeZone
used to interpret a time value.
- setTitle(String) - Method in class jakarta.faces.component.html.HtmlBody
-
Set the value of the title
property.
- setTitle(String) - Method in class jakarta.faces.component.html.HtmlCommandButton
-
Set the value of the title
property.
- setTitle(String) - Method in class jakarta.faces.component.html.HtmlCommandLink
-
Set the value of the title
property.
- setTitle(String) - Method in class jakarta.faces.component.html.HtmlDataTable
-
Set the value of the title
property.
- setTitle(String) - Method in class jakarta.faces.component.html.HtmlForm
-
Set the value of the title
property.
- setTitle(String) - Method in class jakarta.faces.component.html.HtmlGraphicImage
-
Set the value of the title
property.
- setTitle(String) - Method in class jakarta.faces.component.html.HtmlInputFile
-
Set the value of the title
property.
- setTitle(String) - Method in class jakarta.faces.component.html.HtmlInputSecret
-
Set the value of the title
property.
- setTitle(String) - Method in class jakarta.faces.component.html.HtmlInputText
-
Set the value of the title
property.
- setTitle(String) - Method in class jakarta.faces.component.html.HtmlInputTextarea
-
Set the value of the title
property.
- setTitle(String) - Method in class jakarta.faces.component.html.HtmlMessage
-
Set the value of the title
property.
- setTitle(String) - Method in class jakarta.faces.component.html.HtmlMessages
-
Set the value of the title
property.
- setTitle(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetButton
-
Set the value of the title
property.
- setTitle(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
-
Set the value of the title
property.
- setTitle(String) - Method in class jakarta.faces.component.html.HtmlOutputFormat
-
Set the value of the title
property.
- setTitle(String) - Method in class jakarta.faces.component.html.HtmlOutputLabel
-
Set the value of the title
property.
- setTitle(String) - Method in class jakarta.faces.component.html.HtmlOutputLink
-
Set the value of the title
property.
- setTitle(String) - Method in class jakarta.faces.component.html.HtmlOutputText
-
Set the value of the title
property.
- setTitle(String) - Method in class jakarta.faces.component.html.HtmlPanelGrid
-
Set the value of the title
property.
- setTitle(String) - Method in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
-
Set the value of the title
property.
- setTitle(String) - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
-
Set the value of the title
property.
- setTitle(String) - Method in class jakarta.faces.component.html.HtmlSelectManyListbox
-
Set the value of the title
property.
- setTitle(String) - Method in class jakarta.faces.component.html.HtmlSelectManyMenu
-
Set the value of the title
property.
- setTitle(String) - Method in class jakarta.faces.component.html.HtmlSelectOneListbox
-
Set the value of the title
property.
- setTitle(String) - Method in class jakarta.faces.component.html.HtmlSelectOneMenu
-
Set the value of the title
property.
- setTitle(String) - Method in class jakarta.faces.component.html.HtmlSelectOneRadio
-
Set the value of the title
property.
- setTooltip(boolean) - Method in class jakarta.faces.component.html.HtmlMessage
-
Set the value of the tooltip
property.
- setTooltip(boolean) - Method in class jakarta.faces.component.html.HtmlMessages
-
Set the value of the tooltip
property.
- setTrailerFields(Supplier<Map<String, String>>) - Method in interface jakarta.servlet.http.HttpServletResponse
-
Sets the supplier of trailer headers.
- setTrailerFields(Supplier<Map<String, String>>) - Method in class jakarta.servlet.http.HttpServletResponseWrapper
-
- setTransactionTimeout(int) - Method in interface jakarta.transaction.TransactionManager
-
Modify the timeout value that is associated with transactions started
by the current thread with the begin method.
- setTransactionTimeout(int) - Method in interface jakarta.transaction.UserTransaction
-
Modify the timeout value that is associated with transactions started
by the current thread with the begin method.
- setTransient(boolean) - Method in class jakarta.faces.component.behavior.BehaviorBase
-
- setTransient(boolean) - Method in interface jakarta.faces.component.StateHolder
-
Denotes whether or not the Object implementing this interface must or
must not participate in state saving or restoring.
- setTransient(boolean) - Method in class jakarta.faces.component.UIComponentBase
-
- setTransient(boolean) - Method in class jakarta.faces.convert.DateTimeConverter
-
- setTransient(boolean) - Method in class jakarta.faces.convert.EnumConverter
-
- setTransient(boolean) - Method in class jakarta.faces.convert.NumberConverter
-
- setTransient(boolean) - Method in class jakarta.faces.event.MethodExpressionActionListener
-
- setTransient(boolean) - Method in class jakarta.faces.event.MethodExpressionValueChangeListener
-
- setTransient(boolean) - Method in class jakarta.faces.validator.BeanValidator
-
- setTransient(boolean) - Method in class jakarta.faces.validator.DoubleRangeValidator
-
- setTransient(boolean) - Method in class jakarta.faces.validator.LengthValidator
-
- setTransient(boolean) - Method in class jakarta.faces.validator.LongRangeValidator
-
- setTransient(boolean) - Method in class jakarta.faces.validator.MethodExpressionValidator
-
- setTransient(boolean) - Method in class jakarta.faces.validator.RegexValidator
-
- setTrustStore(KeyStore) - Method in class jakarta.security.auth.message.callback.TrustStoreCallback
-
Used by the CallbackHandler to set the trusted certificate keystore within the Callback.
- setType(String) - Method in class jakarta.faces.component.html.HtmlCommandButton
-
Set the value of the type
property.
- setType(String) - Method in class jakarta.faces.component.html.HtmlCommandLink
-
Set the value of the type
property.
- setType(String) - Method in class jakarta.faces.component.html.HtmlOutcomeTargetLink
-
Set the value of the type
property.
- setType(String) - Method in class jakarta.faces.component.html.HtmlOutputLink
-
Set the value of the type
property.
- setType(String) - Method in class jakarta.faces.component.UIImportConstants
-
Sets the fully qualified name of the type to import the constant field values for.
- setType(String) - Method in class jakarta.faces.convert.DateTimeConverter
-
Set the type of value to be formatted or parsed.
- setType(String) - Method in class jakarta.faces.convert.NumberConverter
-
Set the number type to be used when formatting and parsing numbers.
- setType(Class<?>) - Method in interface jakarta.ws.rs.ext.InterceptorContext
-
Update Java type before calling message body provider.
- setUnselectedClass(String) - Method in class jakarta.faces.component.html.HtmlSelectManyCheckbox
-
Set the value of the unselectedClass
property.
- setupResponseWriter() - Method in class jakarta.faces.webapp.UIComponentClassicTagBase
-
- setUri(URI) - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Set a new request URI.
- setUrl(String) - Method in class jakarta.faces.component.UIGraphic
-
- setUsemap(String) - Method in class jakarta.faces.component.html.HtmlGraphicImage
-
Set the value of the usemap
property.
- setUser(Serializable) - Method in class jakarta.faces.component.UIWebsocket
-
Sets the user identifier of the websocket channel, so that user-targeted push messages can be sent.
- setValid(boolean) - Method in interface jakarta.faces.component.EditableValueHolder
-
Set a flag indicating whether the local value of this component is valid (no conversion error has occurred).
- setValid(boolean) - Method in class jakarta.faces.component.UIInput
-
- setValidationGroups(String) - Method in class jakarta.faces.validator.BeanValidator
-
A comma-separated list of validation groups which are used to filter which validations get checked by this validator.
- setValidator(MethodBinding) - Method in interface jakarta.faces.component.EditableValueHolder
-
- setValidator(MethodBinding) - Method in class jakarta.faces.component.UIInput
-
- setValidatorId(String) - Method in class jakarta.faces.webapp.ValidatorTag
-
Deprecated.
Set the identifer of the
Validator
instance to be created.
- setValidatorMessage(String) - Method in class jakarta.faces.component.UIInput
-
Override any
ValueExpression
set for the "validatorMessage" with the literal argument provided to this
method.
- setValue(ELContext, Object, Object, Object) - Method in class jakarta.el.ArrayELResolver
-
If the base object is a Java language array, attempts to set the value at the given index with the given value.
- setValue(ELContext, Object, Object, Object) - Method in class jakarta.el.BeanELResolver
-
If the base object is not null
, attempts to set the value of the given property on this bean.
- setValue(ELContext, Object, Object, Object) - Method in class jakarta.el.BeanNameELResolver
-
If the base is null and the property is a name that is resolvable by the BeanNameResolver, the bean in the
BeanNameResolver is set to the given value.
- setValue(ELContext, Object, Object, Object) - Method in class jakarta.el.CompositeELResolver
-
Attempts to set the value of the given property
object on the given base
object.
- setValue(String, Object) - Method in class jakarta.el.ELProcessor
-
Sets an expression with a new value.
- setValue(ELContext, Object, Object, Object) - Method in class jakarta.el.ELResolver
-
Attempts to set the value of the given property
object on the given base
object.
- setValue(ELContext, Object, Object, Object) - Method in class jakarta.el.ListELResolver
-
If the base object is a list, attempts to set the value at the given index with the given value.
- setValue(ELContext, Object, Object, Object) - Method in class jakarta.el.MapELResolver
-
If the base object is a map, attempts to set the value associated with the given key, as specified by the
property
argument.
- setValue(ELContext, Object, Object, Object) - Method in class jakarta.el.ResourceBundleELResolver
-
- setValue(ELContext, Object, Object, Object) - Method in class jakarta.el.StaticFieldELResolver
-
Attempts to write to a static field.
- setValue(ELContext, Object, Object, Object) - Method in class jakarta.el.TypeConverter
-
- setValue(ELContext, Object) - Method in class jakarta.el.ValueExpression
-
Evaluates the expression relative to the provided context, and sets the result to the provided value.
- setValue(Object) - Method in class jakarta.faces.component.UICommand
-
Sets the value
property of the UICommand
.
- setValue(Object) - Method in class jakarta.faces.component.UIData
-
Set the value of the UIData
.
- setValue(Object) - Method in class jakarta.faces.component.UIGraphic
-
Sets the value
property of the UIGraphic
.
- setValue(Object) - Method in class jakarta.faces.component.UIInput
-
- setValue(Object) - Method in class jakarta.faces.component.UIOutput
-
- setValue(Object) - Method in class jakarta.faces.component.UIParameter
-
Sets the value
property of the\ UIParameter
.
- setValue(Object) - Method in class jakarta.faces.component.UISelectItem
-
Sets the value
property of the UISelectItem
.
- setValue(Object) - Method in class jakarta.faces.component.UISelectItems
-
Sets the value
property of the UISelectItems
.
- setValue(Object) - Method in interface jakarta.faces.component.ValueHolder
-
- setValue(Object, Object, Object) - Method in class jakarta.faces.el.PropertyResolver
-
Deprecated.
Set the specified value of the specified property on the specified base object.
- setValue(Object, int, Object) - Method in class jakarta.faces.el.PropertyResolver
-
Deprecated.
Set the value at the specified index of the specified base object.
- setValue(FacesContext, Object) - Method in class jakarta.faces.el.ValueBinding
-
Deprecated.
- setValue(Object) - Method in class jakarta.faces.model.SelectItem
-
Set the value of this item, to be delivered to the model if this item is selected by this user.
- setValue(String) - Method in class jakarta.faces.webapp.AttributeTag
-
Deprecated.
Set the attribute value.
- setValue(String) - Method in class jakarta.servlet.http.Cookie
-
Assigns a new value to this Cookie.
- setValue(ELContext, Object, Object, Object) - Method in class jakarta.servlet.jsp.el.ImplicitObjectELResolver
-
If the base object is null
, and the property matches the name of a JSP implicit object, throws
PropertyNotWritableException
to indicate that implicit objects cannot be overwritten.
- setValue(ELContext, Object, Object, Object) - Method in class jakarta.servlet.jsp.el.ScopedAttributeELResolver
-
If the base object is null
, sets an existing scoped attribute to the new value, or creates a new
scoped attribute if one does not exist by this name.
- setValue(ELContext, Object) - Method in class jakarta.servlet.jsp.jstl.core.IndexedValueExpression
-
- setValue(ELContext, Object) - Method in class jakarta.servlet.jsp.jstl.core.IteratedValueExpression
-
- setValue(String, Object) - Method in class jakarta.servlet.jsp.tagext.TagSupport
-
Associate a value with a String key.
- setValueBinding(String, ValueBinding) - Method in class jakarta.faces.component.UIComponent
-
- setValueBinding(String, ValueBinding) - Method in class jakarta.faces.component.UIComponentBase
-
- setValueBinding(String, ValueBinding) - Method in class jakarta.faces.component.UIData
-
- setValueBinding(String, ValueBinding) - Method in class jakarta.faces.component.UIGraphic
-
- setValueBinding(String, ValueBinding) - Method in class jakarta.faces.component.UISelectBoolean
-
- setValueBinding(String, ValueBinding) - Method in class jakarta.faces.component.UISelectMany
-
- setValueChangeListener(MethodBinding) - Method in interface jakarta.faces.component.EditableValueHolder
-
- setValueChangeListener(MethodBinding) - Method in class jakarta.faces.component.UIInput
-
- setValueExpression(String, ValueExpression) - Method in class jakarta.faces.component.behavior.AjaxBehavior
-
Sets the ValueExpression
used to calculate the value for the specified property name.
- setValueExpression(String, ValueExpression) - Method in class jakarta.faces.component.UIComponent
-
Set the
ValueExpression
used to calculate the value for the specified attribute or property name, if any.
- setValueExpression(String, ValueExpression) - Method in class jakarta.faces.component.UIData
-
Set the
ValueExpression
used to calculate the value for the specified attribute or property name, if any.
- setValueExpression(String, ValueExpression) - Method in class jakarta.faces.component.UIGraphic
-
Store any
ValueExpression
specified for
url
under
value
instead; otherwise, perform
the default superclass processing for this method.
- setValueExpression(String, ValueExpression) - Method in class jakarta.faces.component.UIImportConstants
-
Set the
ValueExpression
used to calculate the value for the specified attribute or property name, if any.
- setValueExpression(String, ValueExpression) - Method in class jakarta.faces.component.UISelectBoolean
-
Store any
ValueExpression
specified for
selected
under
value
instead; otherwise,
perform the default superclass processing for this method.
- setValueExpression(String, ValueExpression) - Method in class jakarta.faces.component.UISelectMany
-
Store any
ValueExpression
specified for
selectedValues
under
value
instead;
otherwise, perform the default superclass processing for this method.
- setValueExpression(String, ValueExpression) - Method in class jakarta.faces.component.UIWebsocket
-
Set the
ValueExpression
used to calculate the value for the specified attribute or property name, if any.
- setVar(String) - Method in class jakarta.faces.component.UIData
-
Set the request-scope attribute under which the data object for the current row wil be exposed when iterating.
- setVar(String) - Method in class jakarta.faces.component.UIImportConstants
-
Sets name of request scope attribute under which constants will be exposed as a Map.
- setVar(String) - Method in class jakarta.servlet.jsp.jstl.core.ConditionalTagSupport
-
Sets the 'var' attribute.
- setVar(String) - Method in class jakarta.servlet.jsp.jstl.core.LoopTagSupport
-
Sets the 'var' attribute.
- setVariable(String, ValueExpression) - Method in class jakarta.el.ELManager
-
Assign a ValueExpression to a Jakarta Expression Language variable, replacing any previous assignment to the same
variable.
- setVariable(String, String) - Method in class jakarta.el.ELProcessor
-
Assign a Jakarta Expression Language expression to a Jakarta Expression Language variable.
- setVariable(String, ValueExpression) - Method in class jakarta.el.VariableMapper
-
Assign a ValueExpression to an Jakarta Expression Language variable, replacing any previously assignment to the same
variable.
- setVariableMapper(VariableMapper) - Method in class jakarta.faces.view.facelets.FaceletContext
-
Set the VariableMapper to use in EL evaluation/creation.
- setVariableResolver(VariableResolver) - Method in class jakarta.faces.application.Application
-
- setVariableResolver(VariableResolver) - Method in class jakarta.faces.application.ApplicationWrapper
-
- setVarStatus(String) - Method in class jakarta.servlet.jsp.jstl.core.LoopTagSupport
-
Sets the 'varStatus' attribute.
- setVersion(int) - Method in class jakarta.servlet.http.Cookie
-
Sets the version of the cookie protocol that this Cookie complies with.
- setViewHandler(ViewHandler) - Method in class jakarta.faces.application.Application
-
Set the
ViewHandler
instance that will be utilized during the
Restore View and
Render
Response phases of the request processing lifecycle.
- setViewHandler(ViewHandler) - Method in class jakarta.faces.application.ApplicationWrapper
-
- setViewId(String) - Method in class jakarta.faces.component.UIViewRoot
-
Set the view identifier for this view.
- setViewRoot(UIViewRoot) - Method in class jakarta.faces.context.FacesContext
-
Set the root component that is associated with this
request.
- setViewRoot(UIViewRoot) - Method in class jakarta.faces.context.FacesContextWrapper
-
- setWarnClass(String) - Method in class jakarta.faces.component.html.HtmlMessage
-
Set the value of the warnClass
property.
- setWarnClass(String) - Method in class jakarta.faces.component.html.HtmlMessages
-
Set the value of the warnClass
property.
- setWarnStyle(String) - Method in class jakarta.faces.component.html.HtmlMessage
-
Set the value of the warnStyle
property.
- setWarnStyle(String) - Method in class jakarta.faces.component.html.HtmlMessages
-
Set the value of the warnStyle
property.
- setWidth(String) - Method in class jakarta.faces.component.html.HtmlDataTable
-
Set the value of the width
property.
- setWidth(String) - Method in class jakarta.faces.component.html.HtmlGraphicImage
-
Set the value of the width
property.
- setWidth(String) - Method in class jakarta.faces.component.html.HtmlPanelGrid
-
Set the value of the width
property.
- setWrappedData(Object) - Method in class jakarta.faces.model.ArrayDataModel
-
- setWrappedData(Object) - Method in class jakarta.faces.model.CollectionDataModel
-
Set the wrapped data.
- setWrappedData(Object) - Method in class jakarta.faces.model.DataModel
-
Set the object representing the data collection wrapped by this
DataModel
.
- setWrappedData(Object) - Method in class jakarta.faces.model.IterableDataModel
-
Set the object representing the data collection wrapped by this
DataModel
.
- setWrappedData(Object) - Method in class jakarta.faces.model.ListDataModel
-
- setWrappedData(Object) - Method in class jakarta.faces.model.ResultDataModel
-
- setWrappedData(Object) - Method in class jakarta.faces.model.ResultSetDataModel
-
- setWrappedData(Object) - Method in class jakarta.faces.model.ScalarDataModel
-
- setWriteListener(WriteListener) - Method in class jakarta.servlet.ServletOutputStream
-
Instructs the
ServletOutputStream
to invoke the provided
WriteListener
when it is possible to
write
- setXmlns(String) - Method in class jakarta.faces.component.html.HtmlBody
-
Set the value of the xmlns
property.
- setXmlns(String) - Method in class jakarta.faces.component.html.HtmlHead
-
Set the value of the xmlns
property.
- SEVERITY_ERROR - Static variable in class jakarta.faces.application.FacesMessage
-
Message severity level indicating that an error has occurred.
- SEVERITY_FATAL - Static variable in class jakarta.faces.application.FacesMessage
-
Message severity level indicating that a serious error has occurred.
- SEVERITY_INFO - Static variable in class jakarta.faces.application.FacesMessage
-
Message severity level indicating an informational message rather than an error.
- SEVERITY_WARN - Static variable in class jakarta.faces.application.FacesMessage
-
Message severity level indicating that an error might have occurred.
- SharedCacheMode - Enum in jakarta.persistence
-
Specifies how the provider must use a second-level cache for the
persistence unit.
- SHORT_ID - Static variable in class jakarta.faces.convert.ShortConverter
-
The message identifier of the
FacesMessage
to be created if the conversion to
Short
fails.
- ShortConverter - Class in jakarta.faces.convert
-
Converter
implementation for
java.lang.Short
(and short primitive) values.
- ShortConverter() - Constructor for class jakarta.faces.convert.ShortConverter
-
- shortname - Variable in class jakarta.servlet.jsp.tagext.TagLibraryInfo
-
The preferred short name (prefix) as indicated in the TLD.
- SimpleTag - Interface in jakarta.servlet.jsp.tagext
-
Interface for defining Simple Tag Handlers.
- SimpleTagSupport - Class in jakarta.servlet.jsp.tagext
-
A base class for defining tag handlers implementing SimpleTag.
- SimpleTagSupport() - Constructor for class jakarta.servlet.jsp.tagext.SimpleTagSupport
-
Sole constructor.
- SingleThreadModel - Interface in jakarta.servlet
-
- Singleton - Annotation Type in jakarta.ejb
-
Component-defining annotation for a singleton session bean.
- Singleton - Annotation Type in jakarta.inject
-
Identifies a type that the injector only instantiates once.
- SingletonLiteral - Class in jakarta.enterprise.inject.literal
-
Supports inline instantiation of the
Singleton
annotation.
- SingletonLiteral() - Constructor for class jakarta.enterprise.inject.literal.SingletonLiteral
-
- SingularAttribute<X,T> - Interface in jakarta.persistence.metamodel
-
Instances of the type SingularAttribute
represents persistent
single-valued properties or fields.
- size() - Method in class jakarta.faces.context.FlashWrapper
-
The default behavior of this method is to call Map.size()
on the wrapped Flash
object.
- size(Expression<C>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create an expression that tests the size of a collection.
- size(C) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create an expression that tests the size of a collection.
- Size - Annotation Type in jakarta.validation.constraints
-
The annotated element size must be between the specified boundaries (included).
- size() - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
-
- Size.List - Annotation Type in jakarta.validation.constraints
-
Defines several
Size
annotations on the same element.
- SKIP_BODY - Static variable in interface jakarta.servlet.jsp.tagext.Tag
-
Skip body evaluation.
- SKIP_PAGE - Static variable in interface jakarta.servlet.jsp.tagext.Tag
-
Skip the rest of the page.
- skipArray() - Method in interface jakarta.json.stream.JsonParser
-
Advance the parser to END_ARRAY
.
- skipObject() - Method in interface jakarta.json.stream.JsonParser
-
Advance the parser to END_OBJECT
.
- SkipPageException - Exception in jakarta.servlet.jsp
-
Exception to indicate the calling page must cease evaluation.
- SkipPageException() - Constructor for exception jakarta.servlet.jsp.SkipPageException
-
Creates a SkipPageException with no message.
- SkipPageException(String) - Constructor for exception jakarta.servlet.jsp.SkipPageException
-
Creates a SkipPageException with the provided message.
- SkipPageException(String, Throwable) - Constructor for exception jakarta.servlet.jsp.SkipPageException
-
Creates a SkipPageException with the provided message and root cause.
- SkipPageException(Throwable) - Constructor for exception jakarta.servlet.jsp.SkipPageException
-
Creates a SkipPageException with the provided root cause.
- some(Subquery<Y>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create a some expression over the subquery results.
- Specializes - Annotation Type in jakarta.enterprise.inject
-
Indicates that a bean directly specializes another bean.
- Specializes.Literal - Class in jakarta.enterprise.inject
-
Supports inline instantiation of the
Specializes
annotation.
- splitExpressions(FacesContext, String) - Method in class jakarta.faces.component.search.SearchExpressionHandler
-
- splitExpressions(FacesContext, String) - Method in class jakarta.faces.component.search.SearchExpressionHandlerWrapper
-
- SQL_DATA_SOURCE - Static variable in class jakarta.servlet.jsp.jstl.core.Config
-
Name of configuration setting for SQL data source
- SQL_MAX_ROWS - Static variable in class jakarta.servlet.jsp.jstl.core.Config
-
Name of configuration setting for maximum number of rows to be included in SQL query result
- SQLExecutionTag - Interface in jakarta.servlet.jsp.jstl.sql
-
This interface allows tag handlers implementing it to receive values for parameter markers in their SQL statements.
- SqlResultSetMapping - Annotation Type in jakarta.persistence
-
Specifies the mapping of the result of a native SQL query or stored
procedure.
- SqlResultSetMappings - Annotation Type in jakarta.persistence
-
- sqrt(Expression<? extends Number>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create an expression that returns the square root
of its argument.
- Sse - Interface in jakarta.ws.rs.sse
-
- SseBroadcaster - Interface in jakarta.ws.rs.sse
-
Server-Sent events broadcasting facility.
- SseEvent - Interface in jakarta.ws.rs.sse
-
Base Server Sent Event definition.
- SseEventSink - Interface in jakarta.ws.rs.sse
-
Outbound Server-Sent Events stream.
- SseEventSource - Interface in jakarta.ws.rs.sse
-
- SseEventSource.Builder - Class in jakarta.ws.rs.sse
-
- sslContext(SSLContext) - Method in class jakarta.ws.rs.client.ClientBuilder
-
Set the SSL context that will be used when creating secured transport connections to server endpoints from
web targets
created by the client instance that is using this SSL context.
- StandardELContext - Class in jakarta.el
-
A standard ELContext suitable for use in a stand alone environment.
- StandardELContext(ExpressionFactory) - Constructor for class jakarta.el.StandardELContext
-
Construct a default ELContext for a stand-alone environment.
- StandardELContext(ELContext) - Constructor for class jakarta.el.StandardELContext
-
Construct a StandardELContext from another ELContext.
- start(Date) - Method in class jakarta.ejb.ScheduleExpression
-
Set the start date.
- start(Runnable) - Method in interface jakarta.servlet.AsyncContext
-
Causes the container to dispatch a thread, possibly from a managed thread pool, to run the specified
Runnable.
- startAsync() - Method in interface jakarta.servlet.ServletRequest
-
Puts this request into asynchronous mode, and initializes its
AsyncContext
with the original (unwrapped)
ServletRequest and ServletResponse objects.
- startAsync(ServletRequest, ServletResponse) - Method in interface jakarta.servlet.ServletRequest
-
Puts this request into asynchronous mode, and initializes its
AsyncContext
with the given request and
response objects.
- startAsync() - Method in class jakarta.servlet.ServletRequestWrapper
-
- startAsync(ServletRequest, ServletResponse) - Method in class jakarta.servlet.ServletRequestWrapper
-
- startCDATA() - Method in class jakarta.faces.context.ResponseWriter
-
- startCDATA() - Method in class jakarta.faces.context.ResponseWriterWrapper
-
- startDocument() - Method in class jakarta.faces.context.PartialResponseWriter
-
Write the start of a partial response.
- startDocument() - Method in class jakarta.faces.context.ResponseWriter
-
Write whatever text should begin a response.
- startDocument() - Method in class jakarta.faces.context.ResponseWriterWrapper
-
- startElement(String, UIComponent) - Method in class jakarta.faces.context.ResponseWriter
-
Write the start of an element, up to and including the element name.
- startElement(String, UIComponent) - Method in class jakarta.faces.context.ResponseWriterWrapper
-
- startError(String) - Method in class jakarta.faces.context.PartialResponseWriter
-
Write the start of an error.
- startEval() - Method in class jakarta.faces.context.PartialResponseWriter
-
Write the start of an eval operation.
- startExtension(Map<String, String>) - Method in class jakarta.faces.context.PartialResponseWriter
-
Write the start of an extension operation.
- startInsertAfter(String) - Method in class jakarta.faces.context.PartialResponseWriter
-
Write the start of an insert operation where the contents will be inserted after the specified target node.
- startInsertBefore(String) - Method in class jakarta.faces.context.PartialResponseWriter
-
Write the start of an insert operation where the contents will be inserted before the specified target node.
- Startup - Annotation Type in jakarta.ejb
-
Mark a singleton bean for eager initialization during the application startup sequence.
- startUpdate(String) - Method in class jakarta.faces.context.PartialResponseWriter
-
Write the start of an update operation.
- STATE_SAVING_METHOD_CLIENT - Static variable in class jakarta.faces.application.StateManager
-
Constant value for the initialization parameter named by the STATE_SAVING_METHOD_PARAM_NAME
that
indicates state saving should take place on the client.
- STATE_SAVING_METHOD_PARAM_NAME - Static variable in class jakarta.faces.application.StateManager
-
The ServletContext
init parameter consulted by the StateManager
to tell where the state
should be saved.
- STATE_SAVING_METHOD_SERVER - Static variable in class jakarta.faces.application.StateManager
-
Constant value for the initialization parameter named by the STATE_SAVING_METHOD_PARAM_NAME
that
indicates state saving should take place on the server.
- Stateful - Annotation Type in jakarta.ejb
-
Component-defining annotation for a stateful session bean.
- StatefulTimeout - Annotation Type in jakarta.ejb
-
Specifies the amount of time a stateful session bean can be idle (not receive any client invocations) before it is
eligible for removal by the container.
- StateHelper - Interface in jakarta.faces.component
-
Define a Map
-like contract that makes it easier for components to implement PartialStateHolder
.
- StateHolder - Interface in jakarta.faces.component
-
This interface is implemented by classes that need to save their
state between requests.
- Stateless - Annotation Type in jakarta.ejb
-
Component-defining annotation for a stateless session bean.
- StateManagementStrategy - Class in jakarta.faces.view
-
Encapsulate the saving and restoring of the view to enable the VDL to take
over the responsibility for handling this feature.
- StateManagementStrategy() - Constructor for class jakarta.faces.view.StateManagementStrategy
-
- StateManager - Class in jakarta.faces.application
-
StateManager directs the process of saving and restoring the view between requests.
- StateManager() - Constructor for class jakarta.faces.application.StateManager
-
- StateManager.SerializedView - Class in jakarta.faces.application
-
- StateManagerWrapper - Class in jakarta.faces.application
-
Provides a simple implementation of
StateManager
that can be
subclassed by developers wishing to provide specialized behavior to an existing
StateManager
instance.
- StateManagerWrapper() - Constructor for class jakarta.faces.application.StateManagerWrapper
-
- StateManagerWrapper(StateManager) - Constructor for class jakarta.faces.application.StateManagerWrapper
-
If this state manager has been decorated, the implementation doing the decorating should push the implementation
being wrapped to this constructor.
- StaticFieldELResolver - Class in jakarta.el
-
An
ELResolver
for resolving static fields, enum constants and static methods.
- StaticFieldELResolver() - Constructor for class jakarta.el.StaticFieldELResolver
-
- StaticMetamodel - Annotation Type in jakarta.persistence.metamodel
-
The StaticMetamodel
annotation specifies that the class
is a metamodel class that represents the entity, mapped
superclass, or embeddable class designated by the value
element.
- Status - Interface in jakarta.transaction
-
The Status interface defines static variables used for transaction
status codes.
- status(int) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
-
Set the status on the ResponseBuilder.
- status(int, String) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
-
Set the status on the ResponseBuilder.
- status(Response.StatusType) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
-
Set the status on the ResponseBuilder.
- status(Response.Status) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
-
Set the status on the ResponseBuilder.
- status(Response.StatusType) - Static method in class jakarta.ws.rs.core.Response
-
Create a new ResponseBuilder with the supplied status.
- status(Response.Status) - Static method in class jakarta.ws.rs.core.Response
-
Create a new ResponseBuilder with the supplied status.
- status(int) - Static method in class jakarta.ws.rs.core.Response
-
Create a new ResponseBuilder with the supplied status.
- status(int, String) - Static method in class jakarta.ws.rs.core.Response
-
Create a new ResponseBuilder with the supplied status and reason phrase.
- STATUS_ACTIVE - Static variable in interface jakarta.transaction.Status
-
A transaction is associated with the target object and it is in the
active state.
- STATUS_COMMITTED - Static variable in interface jakarta.transaction.Status
-
A transaction is associated with the target object and it has been
committed.
- STATUS_COMMITTING - Static variable in interface jakarta.transaction.Status
-
A transaction is associated with the target object and it is in the
process of committing.
- STATUS_MARKED_ROLLBACK - Static variable in interface jakarta.transaction.Status
-
A transaction is associated with the target object and it has been
marked for rollback, perhaps as a result of a setRollbackOnly operation.
- STATUS_NO_TRANSACTION - Static variable in interface jakarta.transaction.Status
-
No transaction is currently associated with the target object.
- STATUS_PREPARED - Static variable in interface jakarta.transaction.Status
-
A transaction is associated with the target object and it has been
prepared.
- STATUS_PREPARING - Static variable in interface jakarta.transaction.Status
-
A transaction is associated with the target object and it is in the
process of preparing.
- STATUS_ROLLEDBACK - Static variable in interface jakarta.transaction.Status
-
A transaction is associated with the target object and the outcome
has been determined to be rollback.
- STATUS_ROLLING_BACK - Static variable in interface jakarta.transaction.Status
-
A transaction is associated with the target object and it is in the
process of rolling back.
- STATUS_UNKNOWN - Static variable in interface jakarta.transaction.Status
-
A transaction is associated with the target object but its
current status cannot be determined.
- statusId - Variable in class jakarta.servlet.jsp.jstl.core.LoopTagSupport
-
Attribute-exposing control
- step - Variable in class jakarta.servlet.jsp.jstl.core.LoopTagSupport
-
Iteration step ('step' attribute)
- stepSpecified - Variable in class jakarta.servlet.jsp.jstl.core.LoopTagSupport
-
Boolean flag indicating whether 'step' was specified.
- Stereotype - Annotation Type in jakarta.enterprise.inject
-
Specifies that an annotation type is a stereotype.
- stereotypes(Set<Class<? extends Annotation>>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanAttributesConfigurator
-
Replace stereotypes on the configured bean
- stereotypes(Set<Class<? extends Annotation>>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
-
Replace stereotypes on the configured bean
- store - Variable in class jakarta.ws.rs.core.AbstractMultivaluedMap
-
Backing store for the [key, multi-value] pairs.
- StoredProcedureParameter - Annotation Type in jakarta.persistence
-
Specifies a parameter of a named stored procedure query.
- StoredProcedureQuery - Interface in jakarta.persistence
-
Interface used to control stored procedure query execution.
- stream() - Method in interface jakarta.enterprise.inject.Instance
-
When called, provides back a Stream of the beans available in this Instance.
- StreamingOutput - Interface in jakarta.ws.rs.core
-
A type that may be used as a resource method return value or as the entity in a
Response
when the application
wishes to stream the output.
- STRICT_IJSON - Static variable in class jakarta.json.bind.JsonbConfig
-
Property used to specify strict I-JSON serialization compliance.
- STRING_ID - Static variable in class jakarta.faces.convert.BigDecimalConverter
-
The message identifier of the
FacesMessage
to be created if the conversion of the
BigDecimal
value to
String
fails.
- STRING_ID - Static variable in class jakarta.faces.convert.BigIntegerConverter
-
The message identifier of the
FacesMessage
to be created if the conversion of the
BigInteger
value to
String
fails.
- STRING_ID - Static variable in class jakarta.faces.convert.BooleanConverter
-
The message identifier of the
FacesMessage
to be created if the conversion of the
Boolean
value to
String
fails.
- STRING_ID - Static variable in class jakarta.faces.convert.ByteConverter
-
The message identifier of the
FacesMessage
to be created if the conversion of the
Byte
value to
String
fails.
- STRING_ID - Static variable in class jakarta.faces.convert.CharacterConverter
-
The message identifier of the
FacesMessage
to be created if the conversion of the
Character
value to
String
fails.
- STRING_ID - Static variable in class jakarta.faces.convert.DateTimeConverter
-
The message identifier of the
FacesMessage
to be created if the conversion of the
DateTime
value to
String
fails.
- STRING_ID - Static variable in class jakarta.faces.convert.DoubleConverter
-
The message identifier of the
FacesMessage
to be created if the conversion of the
Double
value to
String
fails.
- STRING_ID - Static variable in class jakarta.faces.convert.FloatConverter
-
The message identifier of the
FacesMessage
to be created if the conversion of the
Float
value to
String
fails.
- STRING_ID - Static variable in class jakarta.faces.convert.IntegerConverter
-
The message identifier of the
FacesMessage
to be created if the conversion of the
Integer
value to
String
fails.
- STRING_ID - Static variable in class jakarta.faces.convert.LongConverter
-
The message identifier of the
FacesMessage
to be created if the conversion of the
Long
value to
String
fails.
- STRING_ID - Static variable in class jakarta.faces.convert.NumberConverter
-
The message identifier of the
FacesMessage
to be created if the conversion of the
Number
value to
String
fails.
- STRING_ID - Static variable in class jakarta.faces.convert.ShortConverter
-
The message identifier of the
FacesMessage
to be created if the conversion of the
Short
value to
String
fails.
- Subgraph<T> - Interface in jakarta.persistence
-
This type represents a subgraph for an attribute node that
corresponds to a Managed Type.
- SubjectKeyIDRequest(byte[]) - Constructor for class jakarta.security.auth.message.callback.PrivateKeyCallback.SubjectKeyIDRequest
-
Construct a SubjectKeyIDRequest with an subjectKeyID.
- submit() - Method in interface jakarta.ws.rs.client.Invocation
-
Submit the request for an asynchronous invocation and receive a future response back.
- submit(Class<T>) - Method in interface jakarta.ws.rs.client.Invocation
-
Submit the request for an asynchronous invocation and receive a future response of the specified type back.
- submit(GenericType<T>) - Method in interface jakarta.ws.rs.client.Invocation
-
Submit the request for an asynchronous invocation and receive a future response of the specified generic type back.
- submit(InvocationCallback<T>) - Method in interface jakarta.ws.rs.client.Invocation
-
Submit the request for an asynchronous invocation and register an
InvocationCallback
to process the future
result of the invocation.
- subprotocols(List<String>) - Method in class jakarta.websocket.server.ServerEndpointConfig.Builder
-
Sets the subprotocols to use in the configuration.
- subquery(Class<U>) - Method in interface jakarta.persistence.criteria.CommonAbstractCriteria
-
Create a subquery of the query.
- Subquery<T> - Interface in jakarta.persistence.criteria
-
The Subquery
interface defines functionality that is
specific to subqueries.
- subscribeToEvent(Class<? extends SystemEvent>, Class<?>, SystemEventListener) - Method in class jakarta.faces.application.Application
-
Install the listener instance referenced by argument listener
into the application as a listener for events of type systemEventClass
that originate from objects of
type sourceClass
.
- subscribeToEvent(Class<? extends SystemEvent>, SystemEventListener) - Method in class jakarta.faces.application.Application
-
Install the listener instance referenced by argument listener
into application as a listener for events of type systemEventClass
.
- subscribeToEvent(Class<? extends SystemEvent>, Class<?>, SystemEventListener) - Method in class jakarta.faces.application.ApplicationWrapper
-
- subscribeToEvent(Class<? extends SystemEvent>, SystemEventListener) - Method in class jakarta.faces.application.ApplicationWrapper
-
- subscribeToEvent(Class<? extends SystemEvent>, ComponentSystemEventListener) - Method in class jakarta.faces.component.UIComponent
-
This implementation throws UnsupportedOperationException
and is provided for the sole purpose of not
breaking existing applications that extend this class.
- subscribeToEvent(Class<? extends SystemEvent>, ComponentSystemEventListener) - Method in class jakarta.faces.component.UIComponentBase
-
Install the listener instance referenced by argument componentListener
as a listener for events of type
eventClass
originating from this specific instance of UIComponent
.
- subscribeToViewEvent(Class<? extends SystemEvent>, SystemEventListener) - Method in class jakarta.faces.component.UIViewRoot
-
Install the listener instance referenced by argument listener
into the UIViewRoot
as a
listener for events of type systemEventClass
.
- substring(Expression<String>, Expression<Integer>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create an expression for substring extraction.
- substring(Expression<String>, int) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create an expression for substring extraction.
- substring(Expression<String>, Expression<Integer>, Expression<Integer>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create an expression for substring extraction.
- substring(Expression<String>, int, int) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create an expression for substring extraction.
- SUCCESS - Static variable in class jakarta.security.auth.message.AuthStatus
-
Indicates that the message processing by the authentication module was successful and that the runtime is to proceed
with its normal processing of the resulting message.
- sum(Expression<N>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create an aggregate expression applying the sum operation.
- sum(Expression<? extends N>, Expression<? extends N>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create an expression that returns the sum
of its arguments.
- sum(Expression<? extends N>, N) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create an expression that returns the sum
of its arguments.
- sum(N, Expression<? extends N>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create an expression that returns the sum
of its arguments.
- sumAsDouble(Expression<Float>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create an aggregate expression applying the sum operation to a
Float-valued expression, returning a Double result.
- sumAsLong(Expression<Integer>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create an aggregate expression applying the sum operation to an
Integer-valued expression, returning a Long result.
- SupportedValidationTarget - Annotation Type in jakarta.validation.constraintvalidation
-
- suspend() - Method in interface jakarta.transaction.TransactionManager
-
Suspend the transaction currently associated with the calling
thread and return a Transaction object that represents the
transaction context being suspended.
- Suspended - Annotation Type in jakarta.ws.rs.container
-
- SwitchBuilder - Class in jakarta.faces.flow.builder
-
Create a switch node in the current Flow
.
- SwitchBuilder() - Constructor for class jakarta.faces.flow.builder.SwitchBuilder
-
- switchCase() - Method in class jakarta.faces.flow.builder.SwitchBuilder
-
Create a switch case in the current switch.
- switchCase() - Method in class jakarta.faces.flow.builder.SwitchCaseBuilder
-
Create a new case in the current switch.
- SwitchCase - Class in jakarta.faces.flow
-
Represents a case within a switch node in the flow graph.
- SwitchCase() - Constructor for class jakarta.faces.flow.SwitchCase
-
- SwitchCaseBuilder - Class in jakarta.faces.flow.builder
-
Create a case in the current switch.
- SwitchCaseBuilder() - Constructor for class jakarta.faces.flow.builder.SwitchCaseBuilder
-
- switchNode(String) - Method in class jakarta.faces.flow.builder.FlowBuilder
-
Define a particular list of cases that will be inspected in the order they are defined to determine where to go next
in the flow graph.
- SwitchNode - Class in jakarta.faces.flow
-
Represents a switch node in the flow graph.
- SwitchNode() - Constructor for class jakarta.faces.flow.SwitchNode
-
- Synchronization - Interface in jakarta.transaction
-
The transaction manager supports a synchronization mechanism
that allows the interested party to be notified before and
after the transaction completes.
- SynchronizationType - Enum in jakarta.persistence
-
Specifies whether the persistence context is always automatically
synchronized with the current transaction or whether the persistence context
must be explicitly joined to the current transaction by means of the
EntityManager.joinTransaction()
method.
- SyncInvoker - Interface in jakarta.ws.rs.client
-
Uniform interface for synchronous invocation of HTTP methods.
- SystemEvent - Class in jakarta.faces.event
-
SystemEvent is the base class for non-application
specific events that can be fired by arbitrary objects.
- SystemEvent(Object) - Constructor for class jakarta.faces.event.SystemEvent
-
Pass the argument source
to the superclass constructor.
- SystemEvent(FacesContext, Object) - Constructor for class jakarta.faces.event.SystemEvent
-
Pass the argument source
to the superclass constructor.
- SystemEventListener - Interface in jakarta.faces.event
-
By implementing this class, an object indicates that it is a listener for one or more kinds of SystemEvent
s.
- SystemEventListenerHolder - Interface in jakarta.faces.event
-
- SystemException - Exception in jakarta.transaction
-
The SystemException is thrown by the transaction manager to
indicate that it has encountered an unexpected error condition
that prevents future transaction services from proceeding.
- SystemException() - Constructor for exception jakarta.transaction.SystemException
-
- SystemException(String) - Constructor for exception jakarta.transaction.SystemException
-
Create a SystemException with a given string.
- SystemException(int) - Constructor for exception jakarta.transaction.SystemException
-
Create a SystemException with a given error code.