Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
C
- Cache<K,
V> - Class in com.sun.faces.util -
A concurrent caching mechanism.
- Cache - Interface in jakarta.persistence
-
Interface used to interact with the second-level cache.
- Cache(Cache.Factory<K, V>) - Constructor for class com.sun.faces.util.Cache
-
Constructs this cache using the specified
Factory. - CACHE_CONTROL - Static variable in interface jakarta.ws.rs.core.HttpHeaders
- CACHE_MODE - Static variable in class jakarta.persistence.PersistenceConfiguration
-
String specifying a
SharedCacheMode. - Cache.Factory<K,
V> - Interface in com.sun.faces.util -
Factory interface for creating various cacheable objects.
- Cacheable - Annotation Interface in jakarta.persistence
-
Specifies whether an entity should be cached, if caching is enabled, and when the value of the
persistence.xmlcaching element isSharedCacheMode.ENABLE_SELECTIVEorSharedCacheMode.DISABLE_SELECTIVE. - cacheControl(CacheControl) - Method in interface jakarta.ws.rs.client.Invocation.Builder
-
Set the cache control data of the message.
- cacheControl(CacheControl) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
-
Set the cache control data of the message.
- CacheControl - Class in jakarta.ws.rs.core
-
An abstraction for the value of a HTTP Cache-Control response header.
- CacheControl() - Constructor for class jakarta.ws.rs.core.CacheControl
-
Create a new instance of CacheControl.
- CacheResourceModificationTimestamp - Enum constant in enum class com.sun.faces.config.WebConfiguration.BooleanWebContextInitParameter
- CacheRetrieveMode - Enum Class in jakarta.persistence
-
Specifies how the
EntityManagerinteracts with the second-level cache when data is read from the database via theEntityManager.find(java.lang.Class<T>, java.lang.Object)methods and execution of queries. - CacheStoreMode - Enum Class in jakarta.persistence
-
Specifies how the
EntityManagerinteracts with the second-level cache when data is read from the database and when data is written to the database. - calculateCharacterEncoding(FacesContext) - Method in class jakarta.faces.application.ViewHandler
-
Returns the correct character encoding to be used for this request.
- calculateCharacterEncoding(FacesContext) - Method in class jakarta.faces.application.ViewHandlerWrapper
-
The default behavior of this method is to call
ViewHandler.calculateCharacterEncoding(jakarta.faces.context.FacesContext)on the wrappedViewHandlerobject. - calculateLocale(FacesContext) - Method in class com.sun.faces.application.view.MultiViewHandler
-
This code is currently common to all
ViewHandlingStrategyinstances. - calculateLocale(FacesContext) - Method in class jakarta.faces.application.ViewHandler
-
Returns an appropriate
Localeto use for this and subsequent requests for the current client. - calculateLocale(FacesContext) - Method in class jakarta.faces.application.ViewHandlerWrapper
-
The default behavior of this method is to call
ViewHandler.calculateLocale(jakarta.faces.context.FacesContext)on the wrappedViewHandlerobject. - calculateRenderKitId(FacesContext) - Method in class com.sun.faces.application.view.MultiViewHandler
-
This code is currently common to all
ViewHandlingStrategyinstances. - calculateRenderKitId(FacesContext) - Method in class jakarta.faces.application.ViewHandler
-
Return an appropriate
renderKitIdfor this and subsequent requests from the current client. - calculateRenderKitId(FacesContext) - Method in class jakarta.faces.application.ViewHandlerWrapper
-
The default behavior of this method is to call
ViewHandler.calculateRenderKitId(jakarta.faces.context.FacesContext)on the wrappedViewHandlerobject. - calculateResourceLibraryContracts(FacesContext, String) - Method in class com.sun.faces.application.view.FaceletViewHandlingStrategy
- 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
- call() - Method in class com.sun.faces.config.manager.tasks.FindAnnotatedConfigClasses
- call() - Method in class com.sun.faces.config.manager.tasks.FindConfigResourceURIsTask
- call() - Method in class com.sun.faces.config.manager.tasks.ParseConfigResourceToDOMTask
- call(SOAPMessage, Object) - Method in class jakarta.xml.soap.SOAPConnection
-
Sends the given message to the specified endpoint and blocks until it has returned the response.
- CALLBACK - Enum constant in enum class jakarta.persistence.ValidationMode
-
The persistence provider must perform the lifecycle event validation.
- callerBaseDn() - Element in annotation interface jakarta.security.enterprise.identitystore.LdapIdentityStoreDefinition
-
Base distinguished name for callers in the LDAP store (e.g., "
ou=caller,dc=eclipse,dc=net"). - callerGroupsClaim() - Element in annotation interface jakarta.security.enterprise.authentication.mechanism.http.openid.ClaimsDefinition
-
Maps the callerGroupsClaim's value to caller groups value in jakarta.security.enterprise.identitystore.IdentityStore#validate
- callerName() - Element in annotation interface jakarta.security.enterprise.identitystore.InMemoryIdentityStoreDefinition.Credentials
-
Name of caller.
- callerNameAttribute() - Element in annotation interface jakarta.security.enterprise.identitystore.LdapIdentityStoreDefinition
-
Name of the attribute that contains the callers name in the person object (e.g., "
uid"). - callerNameClaim() - Element in annotation interface jakarta.security.enterprise.authentication.mechanism.http.openid.ClaimsDefinition
-
Maps the callerNameClaim's value to caller name value in jakarta.security.enterprise.identitystore.IdentityStore#validate
- CallerOnlyCredential - Class in jakarta.security.enterprise.credential
-
CallerOnlyCredentialrepresents a credential that only contains a caller name and no secret of any kind. - CallerOnlyCredential(String) - Constructor for class jakarta.security.enterprise.credential.CallerOnlyCredential
- CallerPrincipal - Class in jakarta.security.enterprise
-
Principal that represents the caller principal associated with the invocation being processed by the container (e.g.
- CallerPrincipal(String) - Constructor for class jakarta.security.enterprise.CallerPrincipal
- CallerPrincipalCallback - Class in jakarta.security.auth.message.callback
-
Callback for setting the container's caller (or remote user) principal.
- CallerPrincipalCallback(Subject, String) - Constructor for class jakarta.security.auth.message.callback.CallerPrincipalCallback
-
Create a CallerPrincipalCallback to set the container's representation of the caller principal.
- CallerPrincipalCallback(Subject, Principal) - Constructor for class jakarta.security.auth.message.callback.CallerPrincipalCallback
-
Create a CallerPrincipalCallback to set the container's representation of the caller principal
- callerQuery() - Element in annotation interface jakarta.security.enterprise.identitystore.DatabaseIdentityStoreDefinition
-
SQL query to validate the {caller, password} pair.
- callerSearchBase() - Element in annotation interface jakarta.security.enterprise.identitystore.LdapIdentityStoreDefinition
-
Search base for looking up callers (e.g., "
ou=caller,dc=eclipse,dc=net"). - callerSearchFilter() - Element in annotation interface jakarta.security.enterprise.identitystore.LdapIdentityStoreDefinition
-
Search filter to find callers when callerSearchBase is set.
- callerSearchScope() - Element in annotation interface jakarta.security.enterprise.identitystore.LdapIdentityStoreDefinition
-
Search scope for caller searches: determines depth of the search in the LDAP tree.
- callerSearchScopeExpression() - Element in annotation interface jakarta.security.enterprise.identitystore.LdapIdentityStoreDefinition
-
Allow callerSearchScope to be specified as a Jakarta Expression Language expression.
- callInTransaction(Function<EntityManager, R>) - Method in interface jakarta.persistence.EntityManagerFactory
-
Create a new application-managed
EntityManagerwith an active transaction, and call the given function, passing theEntityManagerto the function. - callWithConnection(ConnectionFunction<C, T>) - Method in interface jakarta.persistence.EntityManager
-
Call the given function and return its result using the database connection underlying this
EntityManager. - canBeRequestTime() - Method in class jakarta.servlet.jsp.tagext.TagAttributeInfo
-
Whether this attribute has been specified in the TLD as rtexprvalue.
- cancel() - Method in interface jakarta.ejb.Timer
-
Cause the timer and all its associated expiration notifications to be cancelled.
- cancel() - Method in interface jakarta.ws.rs.container.AsyncResponse
-
Cancel the suspended request processing.
- cancel(boolean) - Method in class jakarta.ejb.AsyncResult
-
This method should not be called.
- cancel(int) - Method in interface jakarta.ws.rs.container.AsyncResponse
-
Cancel the suspended request processing.
- cancel(Date) - Method in interface jakarta.ws.rs.container.AsyncResponse
-
Cancel the suspended request processing.
- canCreateBean(String) - Method in class jakarta.el.BeanNameResolver
-
Allow creating a bean of the given name if it does not exist.
- CANNOT_ACCEPT - Enum constant in enum class jakarta.websocket.CloseReason.CloseCodes
-
1003 indicates that an endpoint is terminating the connection because it has received a type of data it cannot accept (e.g., an endpoint that understands only text data MAY send this if it receives a binary message).
- CANNOT_CONVERT_ID - Static variable in class com.sun.faces.util.MessageUtils
- CANNOT_VALIDATE_ID - Static variable in class com.sun.faces.util.MessageUtils
- CANON_EQ - Enum constant in enum class jakarta.validation.constraints.Pattern.Flag
-
Enables canonical equivalence.
- canProcessJndiEntries() - Method in class com.sun.faces.config.WebConfiguration
- canSetAppArtifact(ApplicationAssociate, String) - Static method in class com.sun.faces.util.Util
- CANT_CLOSE_INPUT_STREAM_ID - Static variable in class com.sun.faces.util.MessageUtils
- CANT_CONVERT_VALUE_ERROR_MESSAGE_ID - Static variable in class com.sun.faces.util.MessageUtils
- CANT_CREATE_CLASS_ERROR_ID - Static variable in class com.sun.faces.util.MessageUtils
- CANT_CREATE_LIFECYCLE_ERROR_MESSAGE_ID - Static variable in class com.sun.faces.util.MessageUtils
- CANT_INSTANTIATE_CLASS_ERROR_MESSAGE_ID - Static variable in class com.sun.faces.util.MessageUtils
- CANT_INTROSPECT_CLASS_ERROR_MESSAGE_ID - Static variable in class com.sun.faces.util.MessageUtils
- CANT_LOAD_CLASS_ERROR_MESSAGE_ID - Static variable in class com.sun.faces.util.MessageUtils
- CANT_PARSE_FILE_ERROR_MESSAGE_ID - Static variable in class com.sun.faces.util.MessageUtils
- CANT_WRITE_ID_ATTRIBUTE_ERROR_MESSAGE_ID - Static variable in class com.sun.faces.util.MessageUtils
- captionClass - Enum constant in enum class jakarta.faces.component.html.HtmlDataTable.PropertyKeys
- captionClass - Enum constant in enum class jakarta.faces.component.html.HtmlPanelGrid.PropertyKeys
- captionStyle - Enum constant in enum class jakarta.faces.component.html.HtmlDataTable.PropertyKeys
- captionStyle - Enum constant in enum class jakarta.faces.component.html.HtmlPanelGrid.PropertyKeys
- CascadableDescriptor - Interface in jakarta.validation.metadata
-
Represents a cascadable element.
- cascade() - Element in annotation interface jakarta.persistence.ManyToMany
-
(Optional) The operations that must be cascaded to the target of the association.
- cascade() - Element in annotation interface jakarta.persistence.ManyToOne
-
(Optional) The operations that must be cascaded to the target of the association.
- cascade() - Element in annotation interface jakarta.persistence.OneToMany
-
(Optional) The operations that must be cascaded to the target of the association.
- cascade() - Element in annotation interface jakarta.persistence.OneToOne
-
(Optional) The operations that must be cascaded to the target of the association.
- CascadeType - Enum Class in jakarta.persistence
-
Defines the set of cascadable operations that are propagated to the associated entity.
- CASE_INSENSITIVE - Enum constant in enum class jakarta.validation.constraints.Pattern.Flag
-
Enables case-insensitive matching.
- CASE_INSENSITIVE - Static variable in interface jakarta.json.bind.config.PropertyNamingStrategy
-
Using this strategy, the serialization will be same as identity.
- cast(Class<X>) - Method in interface jakarta.persistence.criteria.Expression
-
Cast this expression to the specified type, returning a new expression object.
- catalog() - Element in annotation interface jakarta.persistence.CollectionTable
-
(Optional) The catalog of the table.
- catalog() - Element in annotation interface jakarta.persistence.JoinTable
-
(Optional) The catalog of the table.
- catalog() - Element in annotation interface jakarta.persistence.SecondaryTable
-
(Optional) The catalog of the table.
- catalog() - Element in annotation interface jakarta.persistence.SequenceGenerator
-
(Optional) The catalog of the sequence generator.
- catalog() - Element in annotation interface jakarta.persistence.Table
-
(Optional) The catalog of the table.
- catalog() - Element in annotation interface jakarta.persistence.TableGenerator
-
(Optional) The catalog of the table.
- CatchHandler - Class in com.sun.faces.facelets.tag.jstl.core
- CatchHandler(TagConfig) - Constructor for class com.sun.faces.facelets.tag.jstl.core.CatchHandler
- CDI<T> - Class in jakarta.enterprise.inject.spi
-
Provides access to the current container.
- CDI() - Constructor for class jakarta.enterprise.inject.spi.CDI
- CDI_BEAN_MANAGER - Static variable in class com.sun.faces.RIConstants
-
Convenience key to store / get BeanManager.
- CdiConverter - Class in com.sun.faces.cdi
-
A delegate to the CDI managed converter.
- CdiConverter() - Constructor for class com.sun.faces.cdi.CdiConverter
-
Constructor.
- CdiConverter(String, Class, Converter) - Constructor for class com.sun.faces.cdi.CdiConverter
-
Constructor.
- CdiExtension - Class in com.sun.faces.cdi
-
The CDI extension.
- CdiExtension() - Constructor for class com.sun.faces.cdi.CdiExtension
- CDIProvider - Interface in jakarta.enterprise.inject.spi
-
Interface implemented by a CDI provider to provide access to the current container
- CdiUtils - Class in com.sun.faces.cdi
-
A static utility class for CDI.
- CdiValidator - Class in com.sun.faces.cdi
-
A delegate to the CDI managed validator.
- CdiValidator() - Constructor for class com.sun.faces.cdi.CdiValidator
-
Constructor.
- CdiValidator(String, Validator) - Constructor for class com.sun.faces.cdi.CdiValidator
-
Constructor.
- ceiling(Expression<N>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create an expression that returns the ceiling of its argument, that is, the smallest integer greater than or equal to its argument.
- cellpadding - Enum constant in enum class jakarta.faces.component.html.HtmlDataTable.PropertyKeys
- cellpadding - Enum constant in enum class jakarta.faces.component.html.HtmlPanelGrid.PropertyKeys
- cellspacing - Enum constant in enum class jakarta.faces.component.html.HtmlDataTable.PropertyKeys
- cellspacing - Enum constant in enum class jakarta.faces.component.html.HtmlPanelGrid.PropertyKeys
- CertStoreCallback - Class in jakarta.security.auth.message.callback
-
Callback for CertStore.
- CertStoreCallback() - Constructor for class jakarta.security.auth.message.callback.CertStoreCallback
- ChainTypeCompositeELResolver - Class in com.sun.faces.el
-
Maintains an ordered composite list of child
ELResolver for Faces. - ChainTypeCompositeELResolver(FacesCompositeELResolver) - Constructor for class com.sun.faces.el.ChainTypeCompositeELResolver
- ChainTypeCompositeELResolver(FacesCompositeELResolver.ELResolverChainType) - Constructor for class com.sun.faces.el.ChainTypeCompositeELResolver
-
Guarantee that this instance knows of what chain it is a member.
- changeSessionId() - Method in interface jakarta.servlet.http.HttpServletRequest
-
Change the session id of the current session associated with this request and return the new session id.
- changeSessionId() - Method in class jakarta.servlet.http.HttpServletRequestWrapper
-
The default behavior of this method is to return changeSessionId() on the wrapped request object.
- channel() - Element in annotation interface jakarta.faces.push.Push
-
(Optional) The name of the push channel.
- channel() - Method in class jakarta.faces.push.Push.Literal
- CHAR - Enum constant in enum class jakarta.enterprise.lang.model.AnnotationMember.Kind
-
A primitive
charvalue. - CHAR - Enum constant in enum class jakarta.enterprise.lang.model.types.PrimitiveType.PrimitiveKind
-
The
charprimitive type - CHAR - Enum constant in enum class jakarta.persistence.DiscriminatorType
-
Single character as the discriminator type.
- CHAR_ENCODING - Static variable in class com.sun.faces.RIConstants
- 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
FacesMessageto be created if the conversion toCharacterfails. - CHARACTER_SET_ENCODING - Static variable in class jakarta.xml.soap.SOAPMessage
-
Specifies the character type encoding for the SOAP Message.
- CharacterConverter - Class in jakarta.faces.convert
-
Converterimplementation forjava.lang.Character(and char primitive) values. - CharacterConverter() - Constructor for class jakarta.faces.convert.CharacterConverter
- charset - Enum constant in enum class jakarta.faces.component.html.HtmlCommandLink.PropertyKeys
- charset - Enum constant in enum class jakarta.faces.component.html.HtmlOutcomeTargetLink.PropertyKeys
- charset - Enum constant in enum class jakarta.faces.component.html.HtmlOutputLink.PropertyKeys
- CHARSET_PARAMETER - Static variable in class jakarta.ws.rs.core.MediaType
-
The media type
charsetparameter name. - check() - Element in annotation interface jakarta.persistence.Column
-
(Optional) Check constraints to be applied to the column.
- check() - Element in annotation interface jakarta.persistence.JoinColumn
-
(Optional) Check constraints to be applied to the column.
- check() - Element in annotation interface jakarta.persistence.JoinTable
-
(Optional) Check constraints to be applied to the table.
- check() - Element in annotation interface jakarta.persistence.SecondaryTable
-
(Optional) Check constraints to be applied to the table.
- check() - Element in annotation interface jakarta.persistence.Table
-
(Optional) Check constraints to be applied to the table.
- CheckboxRenderer - Class in com.sun.faces.renderkit.html_basic
-
CheckboxRenderer is a class that renders the current value of
UISelectBooleanas a checkbox. - CheckboxRenderer() - Constructor for class com.sun.faces.renderkit.html_basic.CheckboxRenderer
- CheckConstraint - Annotation Interface in jakarta.persistence
-
Used to specify a SQL check constraint on a column or table when schema generation is in effect.
- checkIdUniqueness(FacesContext, UIComponent, Set<String>) - Static method in class com.sun.faces.util.Util
-
Utility method to validate ID uniqueness for the tree represented by
component. - 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.
- CHILD_NOT_OF_EXPECTED_TYPE_ID - Static variable in class com.sun.faces.util.MessageUtils
- ChooseHandler - Class in com.sun.faces.facelets.tag.jstl.core
- ChooseHandler(TagConfig) - Constructor for class com.sun.faces.facelets.tag.jstl.core.ChooseHandler
- ChooseOtherwiseHandler - Class in com.sun.faces.facelets.tag.jstl.core
- ChooseOtherwiseHandler(TagConfig) - Constructor for class com.sun.faces.facelets.tag.jstl.core.ChooseOtherwiseHandler
- ChooseWhenHandler - Class in com.sun.faces.facelets.tag.jstl.core
- ChooseWhenHandler(TagConfig) - Constructor for class com.sun.faces.facelets.tag.jstl.core.ChooseWhenHandler
- Circular Dependencies - Search tag in annotation interface jakarta.inject.Inject
- Section
- CLAIM_TYPES_SUPPORTED - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
- Claims - Interface in jakarta.security.enterprise.identitystore.openid
- CLAIMS_LOCALES - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
- CLAIMS_SUPPORTED - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
- claimsDefinition() - Element in annotation interface jakarta.security.enterprise.authentication.mechanism.http.OpenIdAuthenticationMechanismDefinition
-
Optional.
- ClaimsDefinition - Annotation Interface in jakarta.security.enterprise.authentication.mechanism.http.openid
-
ClaimsDefinitionannotation defines claims mapping in openid connect client configuration. - CLASS - Enum constant in enum class jakarta.enterprise.lang.model.AnnotationMember.Kind
-
A
Classvalue. - CLASS - Enum constant in enum class jakarta.enterprise.lang.model.declarations.DeclarationInfo.Kind
-
Class, interface, enum, annotation, or record
- CLASS - Enum constant in enum class jakarta.enterprise.lang.model.types.Type.Kind
-
A class type, e.g.
- ClassConfig - Interface in jakarta.enterprise.inject.build.compatible.spi
-
Allows adding annotations to and removing annotations from a class.
- classes() - Element in annotation interface jakarta.persistence.NamedNativeQuery
-
Specifies the result set mapping to constructors.
- classes() - Element in annotation interface jakarta.persistence.SqlResultSetMapping
-
Specifies the result set mapping to constructors.
- classHasAnnotations(Class<?>) - Static method in class com.sun.faces.util.Util
- ClassInfo - Interface in jakarta.enterprise.lang.model.declarations
-
A class.
- className - Variable in class com.sun.faces.renderkit.RenderKitFactoryImpl
- className() - Element in annotation interface jakarta.annotation.sql.DataSourceDefinition
-
Name of a DataSource class that implements
javax.sql.DataSourceorjavax.sql.XADataSourceorjavax.sql.ConnectionPoolDataSource. - className() - Element in annotation interface jakarta.jws.soap.SOAPMessageHandler
-
Deprecated.Name of the handler class.
- className() - Element in annotation interface jakarta.xml.ws.FaultAction
-
Name of the exception class.
- className() - Element in annotation interface jakarta.xml.ws.RequestWrapper
-
Request wrapper bean name.
- className() - Element in annotation interface jakarta.xml.ws.ResponseWrapper
-
Response wrapper bean name.
- Classpath - Class in com.sun.faces.facelets.util
- Classpath() - Constructor for class com.sun.faces.facelets.util.Classpath
- Classpath.SearchAdvice - Enum Class in com.sun.faces.facelets.util
- ClasspathResourceHelper - Class in com.sun.faces.application.resource
-
A
ResourceHelperimplementation for finding/serving resources found on the classpath within theMETA-INF/resources directory. - ClasspathResourceHelper() - Constructor for class com.sun.faces.application.resource.ClasspathResourceHelper
- ClassTransformer - Interface in jakarta.persistence.spi
-
A persistence provider supplies an instance of this interface to the
PersistenceUnitInfo.addTransformer(jakarta.persistence.spi.ClassTransformer)method. - ClassType - Interface in jakarta.enterprise.lang.model.types
-
A class type, including interface types, enum types, annotation types and record types.
- cleanClientSubject() - Method in interface jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContext
-
Convenience method to clean the subject associated with this context.
- cleanClientSubject() - Method in class jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
- cleanSubject(MessageInfo, Subject) - Method in interface jakarta.security.auth.message.ClientAuth
-
Remove implementation specific principals and credentials from the subject.
- cleanSubject(MessageInfo, Subject) - Method in interface jakarta.security.auth.message.ServerAuth
-
Remove method specific principals and credentials from the subject.
- cleanSubject(HttpServletRequest, HttpServletResponse, HttpMessageContext) - Method in interface jakarta.security.enterprise.authentication.mechanism.http.HttpAuthenticationMechanism
-
Remove mechanism specific principals and credentials from the subject and any other state the mechanism might have used.
- cleanSubject(HttpServletRequest, HttpServletResponse, HttpMessageContext) - Method in interface jakarta.security.enterprise.authentication.mechanism.http.HttpAuthenticationMechanismHandler
-
Remove mechanism specific principals and credentials from the subject and any other state the mechanism might have used.
- cleanSubject(HttpServletRequest, HttpServletResponse, HttpMessageContext) - Method in class jakarta.security.enterprise.authentication.mechanism.http.HttpAuthenticationMechanismWrapper
- cleanupInitMaps(ServletContext) - Static method in class com.sun.faces.config.InitFacesContext
-
Clean up entries from the threadInitContext and initContextServletContext maps using a ServletContext.
- clear() - Method in class com.sun.faces.application.resource.ResourceCache
-
Empty the cache.
- clear() - Method in class com.sun.faces.config.initfacescontext.NoOpFlash
- clear() - Method in class com.sun.faces.context.ApplicationMap
- clear() - Method in class com.sun.faces.context.InitParameterMap
- clear() - Method in class com.sun.faces.context.RequestCookieMap
- clear() - Method in class com.sun.faces.context.RequestHeaderMap
- clear() - Method in class com.sun.faces.context.RequestHeaderValuesMap
- clear() - Method in class com.sun.faces.context.RequestParameterMap
- clear() - Method in class com.sun.faces.context.RequestParameterValuesMap
- clear() - Method in class com.sun.faces.context.flash.ELFlash
- clear() - Method in class com.sun.faces.context.RequestMap
- clear() - Method in class com.sun.faces.context.SessionMap
- clear() - Method in class com.sun.faces.util.LRUCache
-
clear the cache
- clear() - Method in class com.sun.faces.util.MetadataWrapperMap
- clear() - Method in class com.sun.faces.util.MostlySingletonSet
- clear() - Method in class com.sun.faces.util.MultiKeyConcurrentHashMap
-
Removes all mappings from this map.
- clear() - Method in class jakarta.faces.context.FlashWrapper
-
The default behavior of this method is to call
Map.clear()on the wrappedFlashobject. - 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
- clear(FacesContext) - Method in class com.sun.faces.application.view.ViewScopeContextManager
-
Clear the current view map using the Faces context.
- clear(FacesContext) - Method in class com.sun.faces.application.view.ViewScopeManager
-
Clear the current view map using the Faces context.
- clear(FacesContext, String, Map<String, Object>) - Method in class com.sun.faces.application.view.ViewScopeContextManager
-
Clear the given view map.
- clear(FacesContext, String, Map<String, Object>) - Method in class com.sun.faces.application.view.ViewScopeManager
-
Clear the given view map.
- clear(FacesContext, Map<String, Object>) - Method in class com.sun.faces.application.view.ViewScopeContextManager
-
Deprecated.
- clear(FacesContext, Map<String, Object>) - Method in class com.sun.faces.application.view.ViewScopeManager
-
Deprecated.
- clearAttributesOnChangeOfView(FacesContext) - Static method in class com.sun.faces.util.RequestStateManager
-
Remove all request state attributes associated that need to be cleared on change of view.
- 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.
- clearCache(ClassLoader) - Static method in class com.sun.faces.util.ReflectionUtils
-
Clears the cache for the specified
ClassLoader. - clearCachedProviders() - Method in interface jakarta.persistence.spi.PersistenceProviderResolver
-
Clear cache of providers.
- clearChildContext() - Method in interface com.sun.faces.spi.ThreadContext
- clearContent() - Method in class jakarta.xml.soap.AttachmentPart
-
Clears out the content of this
AttachmentPartobject. - clearCredential() - Method in class jakarta.security.enterprise.credential.AbstractClearableCredential
-
Invokes the specific subclass to securely clear the credential value.
- clearCredential() - Method in class jakarta.security.enterprise.credential.UsernamePasswordCredential
- cleared() - Element in annotation interface jakarta.enterprise.concurrent.ContextServiceDefinition
-
Types of context to clear whenever a thread runs the contextual task or action.
- clearedContext(Map<String, String>) - Method in interface jakarta.enterprise.concurrent.spi.ThreadContextProvider
-
Returns empty/cleared context of the provided type.
- clearGuard(FacesContext, Class<? extends SystemEvent>) - Method in class com.sun.faces.application.applicationimpl.events.ReentrantLisneterInvocationGuard
- clearInitialState() - Method in class com.sun.faces.ext.component.UIValidateWholeBean
- clearInitialState() - Method in class com.sun.faces.facelets.tag.composite.RetargetedAjaxBehavior
- clearInitialState() - Method in class jakarta.faces.component.behavior.BehaviorBase
-
Clears the initial state flag, causing the behavior to revert from partial to full state saving.
- clearInitialState() - Method in interface jakarta.faces.component.PartialStateHolder
-
Reset the PartialStateHolder to a non-delta tracking state.
- clearInitialState() - Method in class jakarta.faces.component.UIComponent
-
An implementation of
PartialStateHolder.clearInitialState(), this method is called by the runtime to tell the instance to stop tracking state changes. - clearInitialState() - Method in class jakarta.faces.component.UIComponentBase
-
For each of the attached objects on this instance that implement
PartialStateHolder, callPartialStateHolder.clearInitialState()on the attached object. - clearInitialState() - Method in class jakarta.faces.component.UIInput
- clearInitialState() - Method in class jakarta.faces.component.UIOutput
- clearInitialState() - Method in class jakarta.faces.convert.DateTimeConverter
- clearInitialState() - Method in class jakarta.faces.convert.EnumConverter
- clearInitialState() - Method in class jakarta.faces.convert.NumberConverter
- clearInitialState() - Method in class jakarta.faces.validator.BeanValidator
- clearInitialState() - Method in class jakarta.faces.validator.DoubleRangeValidator
- clearInitialState() - Method in class jakarta.faces.validator.LengthValidator
- clearInitialState() - Method in class jakarta.faces.validator.LongRangeValidator
- clearInitialState() - Method in class jakarta.faces.validator.RegexValidator
- clearInstance(ExternalContext) - Static method in class com.sun.faces.application.ApplicationAssociate
- clearInstance(ServletContext) - Static method in class com.sun.faces.application.ApplicationAssociate
- clearMetaInfo(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.BaseTableRenderer
-
Removes the cached TableMetaInfo from the specified component.
- 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 - Enum constant in enum class jakarta.ws.rs.RuntimeType
-
JAX-RS client run-time.
- CLIENT_CERT_AUTH - Static variable in class jakarta.faces.context.ExternalContext
-
String identifier for CLIENT_CERT authentication.
- CLIENT_CERT_AUTH - Static variable in interface jakarta.servlet.http.HttpServletRequest
-
String identifier for Client Certificate authentication.
- CLIENT_CERT_AUTH - Static variable in interface jakarta.ws.rs.core.SecurityContext
-
String identifier for Client Certificate authentication.
- CLIENT_ERROR - Enum constant in enum class jakarta.ws.rs.core.Response.Status.Family
-
4xxHTTP status codes. - CLIENT_ID - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
- CLIENT_SECRET - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
- CLIENT_WINDOW_FACTORY - Static variable in class jakarta.faces.FactoryFinder
-
The property name for the
ClientWindowFactoryclass name. - CLIENT_WINDOW_MODE_PARAM_NAME - Static variable in class jakarta.faces.lifecycle.ClientWindow
-
The context-param that controls the operation of the
ClientWindowfeature. - CLIENT_WINDOW_PARAM - Enum constant in enum class com.sun.faces.renderkit.RenderKitUtils.PredefinedPostbackParameter
- 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_SCOPE_MANAGER - Static variable in class com.sun.faces.cdi.clientwindow.ClientWindowScopeManager
-
Stores the constant to keep track of the ClientWindowScopeManager.
- 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.
- clientAcceptsCompression(FacesContext) - Method in class com.sun.faces.application.resource.ResourceHelper
-
This method attempt to verify that the user agent can accept a gzip encoded response by interrogating the
Accept-Encodingrequester header. - Client API Bootstrapping and Configuration - Search tag in package jakarta.ws.rs.client
- Section
- 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
Behaviors that attach script content to client-side events exposed byClientBehaviorHoldercomponents. - ClientBehaviorBase - Class in jakarta.faces.component.behavior
-
ClientBehaviorBase is a convenience base class that implements the default concrete behavior of all methods defined by
ClientBehavior. - ClientBehaviorBase() - Constructor for class jakarta.faces.component.behavior.ClientBehaviorBase
- ClientBehaviorContext - Class in jakarta.faces.component.behavior
-
ClientBehaviorContext provides context information that may be useful to
ClientBehavior.getScript(jakarta.faces.component.behavior.ClientBehaviorContext)implementations. - ClientBehaviorContext() - Constructor for class jakarta.faces.component.behavior.ClientBehaviorContext
- ClientBehaviorContext.Parameter - Class in jakarta.faces.component.behavior
-
Parameter instances represent name/value pairs that "submitting" ClientBehavior implementations should include when posting back into the Faces lifecycle.
- ClientBehaviorHint - Enum Class 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
UIComponentthat wishes to support client behaviors as defined byClientBehavior. - ClientBehaviorRenderer - Class in jakarta.faces.render
-
A ClientBehaviorRenderer produces the client-side script that implements a
ClientBehavior's client-side logic. - ClientBehaviorRenderer() - Constructor for class jakarta.faces.render.ClientBehaviorRenderer
- ClientBuilder - Class in jakarta.ws.rs.client
-
Main entry point to the client API used to bootstrap
Clientinstances. - ClientBuilder() - Constructor for class jakarta.ws.rs.client.ClientBuilder
-
Allows custom implementations to extend the
ClientBuilderclass. - ClientEndpoint - Annotation Interface 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
ClientEndpointConfigobjects 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 Class in jakarta.ws.rs
-
A base runtime application exception indicating a client request error (HTTP
4xxstatus codes). - ClientErrorException(int) - Constructor for exception class jakarta.ws.rs.ClientErrorException
-
Construct a new client error exception.
- ClientErrorException(int, Throwable) - Constructor for exception class jakarta.ws.rs.ClientErrorException
-
Construct a new client error exception.
- ClientErrorException(Response) - Constructor for exception class jakarta.ws.rs.ClientErrorException
-
Construct a new client error exception.
- ClientErrorException(Response.Status) - Constructor for exception class jakarta.ws.rs.ClientErrorException
-
Construct a new client error exception.
- ClientErrorException(Response.Status, Throwable) - Constructor for exception class jakarta.ws.rs.ClientErrorException
-
Construct a new client error exception.
- ClientErrorException(Response, Throwable) - Constructor for exception class jakarta.ws.rs.ClientErrorException
-
Construct a new client error exception.
- ClientErrorException(String, int) - Constructor for exception class jakarta.ws.rs.ClientErrorException
-
Construct a new client error exception.
- ClientErrorException(String, int, Throwable) - Constructor for exception class jakarta.ws.rs.ClientErrorException
-
Construct a new client error exception.
- ClientErrorException(String, Response) - Constructor for exception class jakarta.ws.rs.ClientErrorException
-
Construct a new client error exception.
- ClientErrorException(String, Response.Status) - Constructor for exception class jakarta.ws.rs.ClientErrorException
-
Construct a new client error exception.
- ClientErrorException(String, Response.Status, Throwable) - Constructor for exception class jakarta.ws.rs.ClientErrorException
-
Construct a new client error exception.
- ClientErrorException(String, Response, Throwable) - Constructor for exception class jakarta.ws.rs.ClientErrorException
-
Construct a new client error exception.
- clientId() - Element in annotation interface jakarta.security.enterprise.authentication.mechanism.http.OpenIdAuthenticationMechanismDefinition
-
Required.
- ClientRequestContext - Interface in jakarta.ws.rs.client
-
Client request filter context.
- ClientRequestFilter - Interface in jakarta.ws.rs.client
-
An extension interface implemented by client request filters.
- ClientResourceInfo - Class in com.sun.faces.application.resource
-
ClientResourceInfois a simple wrapper class for information pertinent to building a complete resource path using a Library. - ClientResourceInfo(LibraryInfo, ContractInfo, String, VersionInfo, boolean, boolean, boolean, boolean) - Constructor for class com.sun.faces.application.resource.ClientResourceInfo
-
Constructs a new
ClientResourceInfousing the specified details. - ClientResponseContext - Interface in jakarta.ws.rs.client
-
Client response filter context.
- ClientResponseFilter - Interface in jakarta.ws.rs.client
-
An extension interface implemented by client response filters.
- clientSecret() - Element in annotation interface jakarta.security.enterprise.authentication.mechanism.http.OpenIdAuthenticationMechanismDefinition
-
Required.
- ClientSideStateHelper - Class in com.sun.faces.renderkit
-
This
StateHelperprovides the functionality associated with client-side state saving. - ClientSideStateHelper() - Constructor for class com.sun.faces.renderkit.ClientSideStateHelper
-
Construct a new
ClientSideStateHelperinstance. - ClientSideStateHelper.StringBuilderWriter - Class in com.sun.faces.renderkit
-
A simple
Writerimplementation to encapsulate aStringBuilderinstance. - ClientStateTimeout - Enum constant in enum class com.sun.faces.config.WebConfiguration.WebContextInitParameter
- ClientStateWriteBufferSize - Enum constant in enum class com.sun.faces.config.WebConfiguration.WebContextInitParameter
- 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
UIComponenthierarchy rooted at aUIViewRoot. - ClientWindow() - Constructor for class jakarta.faces.lifecycle.ClientWindow
- CLIENTWINDOW - Enum constant in enum class com.sun.faces.util.FacesLogger
- ClientWindowFactory - Class in jakarta.faces.lifecycle
-
Create
ClientWindowinstances based on the incoming request. - ClientWindowFactory() - Constructor for class jakarta.faces.lifecycle.ClientWindowFactory
-
Deprecated.Use the other constructor taking the implementation being wrapped.
- ClientWindowFactory(ClientWindowFactory) - Constructor for class jakarta.faces.lifecycle.ClientWindowFactory
-
If this factory has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.
- ClientWindowFactoryImpl - Class in com.sun.faces.lifecycle
- ClientWindowFactoryImpl() - Constructor for class com.sun.faces.lifecycle.ClientWindowFactoryImpl
- ClientWindowFactoryImpl(boolean) - Constructor for class com.sun.faces.lifecycle.ClientWindowFactoryImpl
- ClientWindowImpl - Class in com.sun.faces.lifecycle
- ClientWindowImpl() - Constructor for class com.sun.faces.lifecycle.ClientWindowImpl
- ClientWindowMode - Enum constant in enum class com.sun.faces.config.WebConfiguration.WebContextInitParameter
- ClientWindowScopeContext - Class in com.sun.faces.cdi.clientwindow
-
The CDI context for CDI ClientWindowScoped beans.
- ClientWindowScopeContext() - Constructor for class com.sun.faces.cdi.clientwindow.ClientWindowScopeContext
-
Constructor.
- ClientWindowScopeContextManager - Class in com.sun.faces.cdi.clientwindow
-
The manager that deals with CDI ClientWindowScoped beans.
- ClientWindowScopeContextManager() - Constructor for class com.sun.faces.cdi.clientwindow.ClientWindowScopeContextManager
- ClientWindowScoped - Annotation Interface in jakarta.faces.lifecycle
-
ClientWindowScoped is a CDI scope that causes the runtime to consider classes with this annotation to be in the scope of the current
ClientWindow. - ClientWindowScopeExtension - Class in com.sun.faces.cdi.clientwindow
- ClientWindowScopeExtension() - Constructor for class com.sun.faces.cdi.clientwindow.ClientWindowScopeExtension
- ClientWindowScopeManager - Class in com.sun.faces.cdi.clientwindow
-
The manager that deals with non-CDI and CDI ClientWindowScoped beans.
- ClientWindowScopeManager() - Constructor for class com.sun.faces.cdi.clientwindow.ClientWindowScopeManager
-
Constructor.
- clientWindowTransition(FacesContext) - Method in class com.sun.faces.flow.FlowHandlerImpl
- clientWindowTransition(FacesContext) - Method in class jakarta.faces.flow.FlowHandler
-
Allow for flow transitions in the case of components rendered by the renderers from component-family
jakarta.faces.OutcomeTarget. - ClientWindowWrapper - Class in jakarta.faces.lifecycle
-
Wrapper for
ClientWindow - ClientWindowWrapper() - Constructor for class jakarta.faces.lifecycle.ClientWindowWrapper
-
Deprecated.Use the other constructor taking the implementation being wrapped.
- ClientWindowWrapper(ClientWindow) - Constructor for class jakarta.faces.lifecycle.ClientWindowWrapper
-
If this client window has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.
- clockProvider(ClockProvider) - Method in interface jakarta.validation.Configuration
-
Defines the clock provider.
- clockProvider(ClockProvider) - Method in interface jakarta.validation.ValidatorContext
-
Defines the
ClockProviderimplementation used by theValidator. - ClockProvider - Interface in jakarta.validation
-
Contract for obtaining the
Clockused as the reference fornowwhen validating the@Futureand@Pastconstraints. - clone() - Method in class com.sun.faces.context.flash.ELFlash
- clone() - Method in class jakarta.servlet.http.Cookie
-
Overrides the standard
java.lang.Object.clonemethod 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.
- CloneCopier - Class in com.sun.faces.util.copier
-
Copier that copies an object using the
Cloneablefacility. - CloneCopier() - Constructor for class com.sun.faces.util.copier.CloneCopier
- cloneValue(Object) - Method in class com.sun.faces.renderkit.html_basic.MenuRenderer
-
Utility method to invoke the the
clonemethod on the provided value. - cloneWithWriter(Writer) - Method in class com.sun.faces.renderkit.html_basic.HtmlResponseWriter
-
Create a new instance of this
ResponseWriterusing a differentWriter. - cloneWithWriter(Writer) - Method in class jakarta.faces.context.ResponseWriter
-
Create and return a new instance of this
ResponseWriter, using the specifiedWriteras the output destination. - cloneWithWriter(Writer) - Method in class jakarta.faces.context.ResponseWriterWrapper
-
The default behavior of this method is to call
ResponseWriter.cloneWithWriter(java.io.Writer)on the wrappedResponseWriterobject. - close() - Method in class com.sun.faces.application.view.FaceletViewHandlingStrategy.NullWriter
- close() - Method in class com.sun.faces.application.WebPrintWriter
- close() - Method in class com.sun.faces.facelets.util.FastWriter
- close() - Method in class com.sun.faces.io.FastStringWriter
-
This is a no-op.
- close() - Method in class com.sun.faces.renderkit.ClientSideStateHelper.StringBuilderWriter
- close() - Method in class com.sun.faces.renderkit.html_basic.HtmlResponseWriter
-
Methods From
java.io.Writer - close() - Method in class jakarta.ejb.embeddable.EJBContainer
-
Shutdown an embeddable EJBContainer instance.
- close() - Method in interface jakarta.enterprise.inject.Instance.Handle
-
Delegates to
Instance.Handle.destroy(). - close() - Method in interface jakarta.enterprise.inject.se.SeContainer
-
Shuts down this SeContainer instance when it is no longer in scope.
- close() - Method in class jakarta.faces.context.ResponseWriterWrapper
-
The default behavior of this method is to call
Writer.close()on the wrappedResponseWriterobject. - 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 class jakarta.servlet.ServletOutputStream
- close() - Method in interface jakarta.validation.ValidatorFactory
-
Closes the
ValidatorFactoryinstance. - close() - Method in interface jakarta.websocket.Session
-
Close the current conversation with a normal status code and no reason phrase.
- close() - Method in interface jakarta.ws.rs.client.Client
-
Close client instance and all it's associated resources.
- close() - Method in class jakarta.ws.rs.core.Response
-
Close the underlying message entity input stream (if available and open) as well as releases any other resources associated with the response (e.g.
- close() - Method in interface jakarta.ws.rs.sse.SseBroadcaster
-
Close the broadcaster and all registered
SseEventSinkinstances. - close() - Method in interface jakarta.ws.rs.sse.SseEventSink
-
Close the
SseEventSinkinstance and release all associated resources. - close() - Method in interface jakarta.ws.rs.sse.SseEventSource
-
Close this event source.
- close() - Method in class jakarta.xml.soap.SOAPConnection
-
Closes this
SOAPConnectionobject. - close() - Method in class jakarta.xml.ws.spi.http.HttpExchange
-
This must be called to end an exchange.
- close(boolean) - Method in interface jakarta.ws.rs.sse.SseBroadcaster
-
Close the broadcaster and release any resources associated with it.
- close(long, TimeUnit) - Method in interface jakarta.ws.rs.sse.SseEventSource
-
Close this event source and wait for the internal event processing task to complete for up to the specified amount of wait time.
- close(CloseReason) - Method in interface jakarta.websocket.Session
-
Close the current conversation, giving a reason for the closure.
- close(MessageContext) - Method in interface jakarta.xml.ws.handler.Handler
-
Called at the conclusion of a message exchange pattern just prior to the Jakarta XML Web Services runtime dispatching a message, fault or exception.
- CLOSED_ABNORMALLY - Enum constant in enum class jakarta.websocket.CloseReason.CloseCodes
-
1006 is a reserved value and MUST NOT be set as a status code in a Close control frame by an endpoint.
- CloseReason - Class in jakarta.websocket
-
A class encapsulating the reason why a web socket has been closed, or why it is being asked to close.
- CloseReason(CloseReason.CloseCode, String) - Constructor for class jakarta.websocket.CloseReason
-
Creates a reason for closing a web socket connection with the given code and reason phrase.
- CloseReason.CloseCode - Interface in jakarta.websocket
-
A marker interface for the close codes.
- CloseReason.CloseCodes - Enum Class in jakarta.websocket
-
An Enumeration of status codes for a web socket close that are defined in the specification.
- closest(Class<T>, UIComponent) - Method in class com.sun.faces.component.search.AbstractSearchKeywordResolverImpl
- coalesce() - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create a coalesce expression.
- coalesce(Expression<? extends Y>, Expression<? extends Y>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create an expression that returns null if all its arguments evaluate to null, and the value of the first non-null argument otherwise.
- coalesce(Expression<? extends Y>, Y) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create an expression that returns null if all its arguments evaluate to null, and the value of the first non-null argument otherwise.
- coalesce(T...) - Static method in class com.sun.faces.util.Util
-
Returns the first non-
nullobject of the argument list, ornullif there is no such element. - CODE - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
- coerce(Object, Class<?>) - Static method in class com.sun.faces.el.ELUtils
- coerceToModelType(FacesContext, Object, Class<?>) - Method in class com.sun.faces.renderkit.html_basic.MenuRenderer
- coerceToType(Object, Class<T>) - Method in class jakarta.el.ExpressionFactory
-
Coerces an object to a specific type according to the Jakarta Expression Language type conversion rules.
- CollapsedStringAdapter - Class in jakarta.xml.bind.annotation.adapters
-
Built-in
XmlAdapterto handlexs:tokenand its derived types. - CollapsedStringAdapter() - Constructor for class jakarta.xml.bind.annotation.adapters.CollapsedStringAdapter
- collect(Class<?>, Annotation) - Method in class com.sun.faces.application.annotation.BehaviorConfigHandler
- collect(Class<?>, Annotation) - Method in class com.sun.faces.application.annotation.ComponentConfigHandler
- collect(Class<?>, Annotation) - Method in interface com.sun.faces.application.annotation.ConfigAnnotationHandler
-
Collect metadata based on the provided
ClassandAnnotationto be processed later byConfigAnnotationHandler.push(jakarta.faces.context.FacesContext). - collect(Class<?>, Annotation) - Method in class com.sun.faces.application.annotation.ConverterConfigHandler
- collect(Class<?>, Annotation) - Method in class com.sun.faces.application.annotation.NamedEventConfigHandler
- collect(Class<?>, Annotation) - Method in class com.sun.faces.application.annotation.RenderKitConfigHandler
- collect(Class<?>, Annotation) - Method in class com.sun.faces.application.annotation.ValidatorConfigHandler
- COLLECTION - Enum constant in enum class jakarta.persistence.metamodel.PluralAttribute.CollectionType
-
Collection-valued attribute
- CollectionAttribute<X,
E> - Interface in jakarta.persistence.metamodel -
Instances of the type
CollectionAttributerepresent persistentCollection-valued attributes. - CollectionDataModel<E> - Class in jakarta.faces.model
-
CollectionDataModel is a convenience implementation of
DataModelthat wraps anCollectionof Java objects. - CollectionDataModel() - Constructor for class jakarta.faces.model.CollectionDataModel
-
Construct a new
CollectionDataModelwith no specified wrapped data. - CollectionDataModel(Collection<E>) - Constructor for class jakarta.faces.model.CollectionDataModel
-
Construct a new
CollectionDataModelwrapping the specified list. - CollectionJoin<Z,
E> - Interface in jakarta.persistence.criteria -
The
CollectionJoininterface is the type of the result of joining to a collection over an association or element collection that has been specified as aCollection. - CollectionsUtils - Class in com.sun.faces.util
- CollectionsUtils.ConstMap<T,
V> - Class in com.sun.faces.util - CollectionsUtils.UnmodifiableIterator<T> - Class in com.sun.faces.util
- CollectionTable - Annotation Interface in jakarta.persistence
-
Specifies the table that is used for the mapping of collections of basic or embeddable types.
- collectSelectItems(FacesContext, UIComponent) - Static method in class com.sun.faces.util.SelectItemUtils
- cols - Enum constant in enum class jakarta.faces.component.html.HtmlInputTextarea.PropertyKeys
- column() - Element in annotation interface jakarta.persistence.AttributeOverride
-
(Required) The column that is being mapped to the persistent attribute.
- column() - Element in annotation interface jakarta.persistence.FieldResult
-
Name of the column in the SELECT clause - i.e., column aliases, if applicable.
- Column - Annotation Interface in jakarta.persistence
-
Specifies the column mapped by the annotated persistent property or field.
- columnClasses - Enum constant in enum class jakarta.faces.component.html.HtmlDataTable.PropertyKeys
- columnClasses - Enum constant in enum class jakarta.faces.component.html.HtmlPanelGrid.PropertyKeys
- columnClasses - Variable in class com.sun.faces.renderkit.html_basic.BaseTableRenderer.TableMetaInfo
- columnCount - Variable in class com.sun.faces.renderkit.html_basic.BaseTableRenderer.TableMetaInfo
- columnDefinition() - Element in annotation interface jakarta.persistence.Column
-
(Optional) The SQL fragment that is used when generating the DDL for the column.
- columnDefinition() - Element in annotation interface jakarta.persistence.DiscriminatorColumn
-
(Optional) The SQL fragment that is used when generating the DDL for the discriminator column.
- columnDefinition() - Element in annotation interface jakarta.persistence.JoinColumn
-
(Optional) The SQL fragment that is used when generating the DDL for the column.
- columnDefinition() - Element in annotation interface jakarta.persistence.MapKeyColumn
-
(Optional) The SQL fragment that is used when generating the DDL for the column.
- columnDefinition() - Element in annotation interface jakarta.persistence.MapKeyJoinColumn
-
(Optional) The SQL fragment that is used when generating the DDL for the column.
- columnDefinition() - Element in annotation interface jakarta.persistence.OrderColumn
-
(Optional) The SQL fragment that is used when generating the DDL for the column.
- columnDefinition() - Element in annotation interface jakarta.persistence.PrimaryKeyJoinColumn
-
(Optional) The SQL fragment that is used when generating the DDL for the column.
- columnList() - Element in annotation interface jakarta.persistence.Index
-
(Required) The columns included in the index, in order, following the BNF rule
column_listgiven above. - columnNames() - Element in annotation interface jakarta.persistence.UniqueConstraint
-
(Required) The names of the column which make up the constraint.
- ColumnResult - Annotation Interface in jakarta.persistence
-
Used in conjunction with the
SqlResultSetMapping,NamedNativeQuery, orConstructorResultannotation to map a column of the SELECT list of a SQL query. - columns - Enum constant in enum class jakarta.faces.component.html.HtmlPanelGrid.PropertyKeys
- columns - Variable in class com.sun.faces.renderkit.html_basic.BaseTableRenderer.TableMetaInfo
- columns() - Element in annotation interface jakarta.persistence.ConstructorResult
-
(Required) The mapping of columns in the SELECT list to the arguments of the intended constructor, in order.
- columns() - Element in annotation interface jakarta.persistence.NamedNativeQuery
-
Specifies the result set mapping to scalar values.
- columns() - Element in annotation interface jakarta.persistence.SqlResultSetMapping
-
Specifies the result set mapping to scalar values.
- columnStyleCounter - Variable in class com.sun.faces.renderkit.html_basic.BaseTableRenderer.TableMetaInfo
- com.sun.faces - package com.sun.faces
- com.sun.faces.application - package com.sun.faces.application
- com.sun.faces.application.annotation - package com.sun.faces.application.annotation
- com.sun.faces.application.applicationimpl - package com.sun.faces.application.applicationimpl
- com.sun.faces.application.applicationimpl.events - package com.sun.faces.application.applicationimpl.events
- com.sun.faces.application.resource - package com.sun.faces.application.resource
- com.sun.faces.application.view - package com.sun.faces.application.view
- com.sun.faces.cdi - package com.sun.faces.cdi
- com.sun.faces.cdi.clientwindow - package com.sun.faces.cdi.clientwindow
- com.sun.faces.component - package com.sun.faces.component
- com.sun.faces.component.behavior - package com.sun.faces.component.behavior
- com.sun.faces.component.search - package com.sun.faces.component.search
- com.sun.faces.component.validator - package com.sun.faces.component.validator
- com.sun.faces.component.visit - package com.sun.faces.component.visit
- com.sun.faces.config - package com.sun.faces.config
- com.sun.faces.config.configpopulator - package com.sun.faces.config.configpopulator
- com.sun.faces.config.configprovider - package com.sun.faces.config.configprovider
- com.sun.faces.config.initfacescontext - package com.sun.faces.config.initfacescontext
- com.sun.faces.config.manager - package com.sun.faces.config.manager
- com.sun.faces.config.manager.documents - package com.sun.faces.config.manager.documents
- com.sun.faces.config.manager.spi - package com.sun.faces.config.manager.spi
- com.sun.faces.config.manager.tasks - package com.sun.faces.config.manager.tasks
- com.sun.faces.config.processor - package com.sun.faces.config.processor
- com.sun.faces.context - package com.sun.faces.context
- com.sun.faces.context.flash - package com.sun.faces.context.flash
- com.sun.faces.el - package com.sun.faces.el
- com.sun.faces.ext.component - package com.sun.faces.ext.component
- com.sun.faces.facelets - package com.sun.faces.facelets
- com.sun.faces.facelets.compiler - package com.sun.faces.facelets.compiler
- com.sun.faces.facelets.component - package com.sun.faces.facelets.component
- com.sun.faces.facelets.el - package com.sun.faces.facelets.el
- com.sun.faces.facelets.impl - package com.sun.faces.facelets.impl
- com.sun.faces.facelets.tag - package com.sun.faces.facelets.tag
- com.sun.faces.facelets.tag.composite - package com.sun.faces.facelets.tag.composite
- com.sun.faces.facelets.tag.faces - package com.sun.faces.facelets.tag.faces
- com.sun.faces.facelets.tag.faces.core - package com.sun.faces.facelets.tag.faces.core
- com.sun.faces.facelets.tag.faces.html - package com.sun.faces.facelets.tag.faces.html
- com.sun.faces.facelets.tag.jstl.core - package com.sun.faces.facelets.tag.jstl.core
- com.sun.faces.facelets.tag.jstl.fn - package com.sun.faces.facelets.tag.jstl.fn
- com.sun.faces.facelets.tag.ui - package com.sun.faces.facelets.tag.ui
- com.sun.faces.facelets.util - package com.sun.faces.facelets.util
- com.sun.faces.flow - package com.sun.faces.flow
- com.sun.faces.flow.builder - package com.sun.faces.flow.builder
- com.sun.faces.io - package com.sun.faces.io
- com.sun.faces.lifecycle - package com.sun.faces.lifecycle
- com.sun.faces.push - package com.sun.faces.push
- com.sun.faces.renderkit - package com.sun.faces.renderkit
- com.sun.faces.renderkit.html_basic - package com.sun.faces.renderkit.html_basic
- com.sun.faces.spi - package com.sun.faces.spi
- com.sun.faces.util - package com.sun.faces.util
- com.sun.faces.util.copier - package com.sun.faces.util.copier
- com.sun.faces.vendor - package com.sun.faces.vendor
- COMMAND_LINK_NO_FORM_MESSAGE_ID - Static variable in class com.sun.faces.util.MessageUtils
- COMMAND_NOT_NESTED_WITHIN_FORM_ID - Static variable in class com.sun.faces.util.MessageUtils
- COMMANDBUTTON - Enum constant in enum class com.sun.faces.renderkit.AttributeManager.Key
- CommandInfo - Class in jakarta.activation
-
The CommandInfo class is used by CommandMap implementations to describe the results of command requests.
- CommandInfo(String, String) - Constructor for class jakarta.activation.CommandInfo
-
The Constructor for CommandInfo.
- COMMANDLINK - Enum constant in enum class com.sun.faces.renderkit.AttributeManager.Key
- CommandLinkRenderer - Class in com.sun.faces.renderkit.html_basic
-
CommandLinkRenderer is a class that renders the current value of
UICommandas a HyperLink that acts like a Button. - CommandLinkRenderer() - Constructor for class com.sun.faces.renderkit.html_basic.CommandLinkRenderer
- CommandMap - Class in jakarta.activation
-
The CommandMap class provides an interface to a registry of command objects available in the system.
- CommandMap() - Constructor for class jakarta.activation.CommandMap
-
Default (empty) constructor.
- CommandObject - Interface in jakarta.activation
-
JavaBeans components that are Jakarta Activation aware implement this interface to find out which command verb they're being asked to perform, and to obtain the DataHandler representing the data they should operate on.
- CommandScriptRenderer - Class in com.sun.faces.renderkit.html_basic
-
CommandScriptRenderer is a class that renders the current value of
UICommandas a Script that acts like an Ajax Button. - CommandScriptRenderer() - Constructor for class com.sun.faces.renderkit.html_basic.CommandScriptRenderer
- comment() - Element in annotation interface jakarta.persistence.Column
-
(Optional) A comment to be applied to the column.
- comment() - Element in annotation interface jakarta.persistence.JoinColumn
-
(Optional) A comment to be applied to the column.
- comment() - Element in annotation interface jakarta.persistence.JoinTable
-
(Optional) A comment to be applied to the table.
- comment() - Element in annotation interface jakarta.persistence.SecondaryTable
-
(Optional) A comment to be applied to the table.
- comment() - Element in annotation interface jakarta.persistence.Table
-
(Optional) A comment to be applied to the table.
- comment(String) - Method in class jakarta.ws.rs.core.NewCookie.AbstractNewCookieBuilder
-
Set the comment associated with the cookie.
- comment(String) - Method in interface jakarta.ws.rs.sse.OutboundSseEvent.Builder
-
Set comment string associated with the event.
- comments() - Element in annotation interface jakarta.annotation.Generated
-
A place holder for any comments that the code generator may want to include in the generated code.
- COMMENTS - Enum constant in enum class jakarta.validation.constraints.Pattern.Flag
-
Permits whitespace and comments in pattern.
- commit() - Method in interface jakarta.persistence.EntityTransaction
-
Commit the current resource transaction, writing any unflushed changes to the database.
- commit() - Method in interface jakarta.transaction.Transaction
-
Complete the transaction represented by this Transaction object.
- commit() - Method in interface jakarta.transaction.TransactionManager
-
Complete the transaction associated with the current thread.
- commit() - Method in interface jakarta.transaction.UserTransaction
-
Complete the transaction associated with the current thread.
- COMMIT - Enum constant in enum class jakarta.persistence.FlushModeType
-
Flushing to occur at transaction commit.
- CommonAbstractCriteria - Interface in jakarta.persistence.criteria
-
The
CommonAbstractCriteriainterface defines functionality that is common to both top-level criteria queries and subqueries as well as to update and delete criteria operations. - Common Usage Constraints - Search tag in package jakarta.xml.bind.annotation
- Section
- compareTo(VersionInfo) - Method in class com.sun.faces.application.resource.VersionInfo
- compareTo(Attribute) - Method in class com.sun.faces.renderkit.Attribute
- compareTo(Object) - Method in class jakarta.faces.application.FacesMessage.Severity
-
Compare this
FacesMessage.Severityinstance to the specified one. - compareTo(Object) - Method in class jakarta.faces.event.PhaseId
-
Compare this
PhaseIdinstance 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
trueif the new value is different from the previous value. - compareValues(Object, Object) - Method in class jakarta.faces.component.UISelectMany
-
Return
trueif the new value is different from the previous value. - CompilationMessageHolder - Interface in com.sun.faces.facelets.compiler
- CompilationMessageHolderImpl - Class in com.sun.faces.facelets.compiler
- CompilationMessageHolderImpl() - Constructor for class com.sun.faces.facelets.compiler.CompilationMessageHolderImpl
- compile(URL, String) - Method in class com.sun.faces.facelets.compiler.Compiler
- Compiler - Class in com.sun.faces.facelets.compiler
-
A Compiler instance may handle compiling multiple sources
- Compiler() - Constructor for class com.sun.faces.facelets.compiler.Compiler
- complete() - Method in interface jakarta.servlet.AsyncContext
-
Completes the asynchronous operation that was started on the request that was used to initialze this AsyncContext, closing the response that was used to initialize this AsyncContext.
- complete(T) - Static method in class jakarta.enterprise.concurrent.Asynchronous.Result
-
Completes the
CompletableFutureinstance that the Jakarta EE Product Provider supplies to the caller of the asynchronous method. - COMPLETE - Enum constant in enum class jakarta.faces.component.visit.VisitResult
-
This result indicates that the tree visit should be terminated.
- completed(RESPONSE) - Method in interface jakarta.ws.rs.client.InvocationCallback
-
Called when the invocation was successfully completed.
- completedFuture(U) - Method in interface jakarta.enterprise.concurrent.ManagedExecutorService
-
Returns a new
CompletableFuturethat is already completed with the specified value. - completedStage(U) - Method in interface jakarta.enterprise.concurrent.ManagedExecutorService
-
Returns a new
CompletionStagethat is already completed with the specified value. - CompletionCallback - Interface in jakarta.ws.rs.container
-
A request processing callback that receives request processing completion events.
- CompletionStageRxInvoker - Interface in jakarta.ws.rs.client
-
Reactive invoker based
CompletionStage. - COMPONENT - Enum constant in enum class com.sun.faces.config.Verifier.ObjectType
- COMPONENT - Static variable in interface com.sun.faces.el.ELConstants
- COMPONENT_FAMILY - Static variable in class com.sun.faces.facelets.component.UIRepeat
- COMPONENT_FAMILY - Static variable in class com.sun.faces.facelets.tag.ui.ComponentRef
- COMPONENT_FAMILY - Static variable in class com.sun.faces.facelets.tag.ui.UIDebug
- 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_NOT_FOUND_ERROR_MESSAGE_ID - Static variable in class com.sun.faces.util.MessageUtils
- COMPONENT_NOT_FOUND_IN_VIEW_WARNING_ID - Static variable in class com.sun.faces.util.MessageUtils
- 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
Resourceinstance. - COMPONENT_TO_TAG_MAP_NAME - Static variable in class com.sun.faces.facelets.tag.faces.ComponentSupport
-
Key to a FacesContext scoped Map where the keys are UIComponent instances and the values are Tag instances.
- COMPONENT_TYPE - Static variable in class com.sun.faces.component.PassthroughElement
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class com.sun.faces.facelets.component.UIRepeat
- COMPONENT_TYPE - Static variable in class com.sun.faces.facelets.tag.ui.ComponentRef
- COMPONENT_TYPE - Static variable in class com.sun.faces.facelets.tag.ui.UIDebug
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlBody
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlColumn
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlCommandButton
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlCommandLink
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlCommandScript
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlDataTable
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlDoctype
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlForm
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlGraphicImage
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlHead
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlInputFile
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlInputHidden
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlInputSecret
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlInputText
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlInputTextarea
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlMessage
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlMessages
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlOutcomeTargetButton
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlOutcomeTargetLink
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlOutputFormat
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlOutputLabel
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlOutputLink
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlOutputText
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlPanelGrid
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlPanelGroup
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlSelectManyCheckbox
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlSelectManyListbox
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlSelectManyMenu
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlSelectOneListbox
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlSelectOneMenu
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlSelectOneRadio
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.UIColumn
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.UICommand
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.UIData
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.UIForm
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.UIGraphic
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.UIImportConstants
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.UIInput
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.UIMessage
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.UIMessages
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.UINamingContainer
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.UIOutcomeTarget
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.UIOutput
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.UIPanel
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.UIParameter
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.UISelectBoolean
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.UISelectItem
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.UISelectItemGroup
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.UISelectItemGroups
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.UISelectItems
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.UISelectMany
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.UISelectOne
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.UIViewAction
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.UIViewParameter
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.UIViewRoot
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.UIWebsocket
-
The standard component type for this component.
- componentAddedDynamically(UIComponent) - Method in class com.sun.faces.context.StateContext
- ComponentConfig - Interface in jakarta.faces.view.facelets
-
Passed to the constructor of
ComponentHandler. - ComponentConfigHandler - Class in com.sun.faces.application.annotation
-
ConfigAnnotationHandlerforFacesComponentannotated classes. - ComponentConfigHandler() - Constructor for class com.sun.faces.application.annotation.ComponentConfigHandler
- ComponentConfigProcessor - Class in com.sun.faces.config.processor
-
This
ConfigProcessorhandles all elements defined under/faces-config/component. - ComponentConfigProcessor() - Constructor for class com.sun.faces.config.processor.ComponentConfigProcessor
- ComponentConfigWrapper(TagConfig, String, String) - Constructor for class com.sun.faces.facelets.tag.AbstractTagLibrary.ComponentConfigWrapper
- componentFamily() - Element in annotation interface jakarta.faces.render.FacesRenderer
-
The value of this annotation attribute is taken to be the component-family which, in combination with
FacesRenderer.rendererType()can be used to obtain a reference to an instance of thisRendererby callingRenderKit.getRenderer(java.lang.String, java.lang.String). - ComponentHandler - Class in jakarta.faces.view.facelets
-
Public base class for markup element instances that map to
UIComponentinstances in the view. - ComponentHandler(ComponentConfig) - Constructor for class jakarta.faces.view.facelets.ComponentHandler
-
Leverage the
TagHandlerDelegateFactoryprovided by the implementation to create an instance ofTagHandlerDelegatedesigned for use withComponentHandler. - componentIsDisabled(UIComponent) - Static method in class com.sun.faces.util.Util
- componentIsDisabledOrReadonly(UIComponent) - Static method in class com.sun.faces.util.Util
- ComponentNotFoundException - Exception Class in jakarta.faces.component.search
-
Typed
FacesExceptionfor theSearchExpressionHandler, if a component can't be resolved. - ComponentNotFoundException() - Constructor for exception class jakarta.faces.component.search.ComponentNotFoundException
-
Construct a new exception with no detail message or root cause.
- ComponentNotFoundException(String) - Constructor for exception class jakarta.faces.component.search.ComponentNotFoundException
-
Construct a new exception with the specified detail message and no root cause.
- ComponentNotFoundException(String, Throwable) - Constructor for exception class jakarta.faces.component.search.ComponentNotFoundException
-
Construct a new exception with the specified detail message and root cause.
- ComponentNotFoundException(Throwable) - Constructor for exception class jakarta.faces.component.search.ComponentNotFoundException
-
Construct a new exception with the specified root cause.
- ComponentProducer - Class in com.sun.faces.cdi
-
The Component producer is the CDI producer that allows EL resolving of
#{component} - ComponentProducer() - Constructor for class com.sun.faces.cdi.ComponentProducer
- ComponentRef - Class in com.sun.faces.facelets.tag.ui
- ComponentRef() - Constructor for class com.sun.faces.facelets.tag.ui.ComponentRef
- ComponentRefHandler - Class in com.sun.faces.facelets.tag.ui
- ComponentRefHandler(ComponentConfig) - Constructor for class com.sun.faces.facelets.tag.ui.ComponentRefHandler
- ComponentResourceContainer - Class in com.sun.faces.component
- ComponentResourceContainer() - Constructor for class com.sun.faces.component.ComponentResourceContainer
- ComponentResourceDelegate - Class in com.sun.faces.facelets.tag.faces.html
-
This class overrides key methods from
ComponentTagHandlerDelegateImplin order to properly find existing component resources as well as properly handling the case when this concrete implementations of this class are applied more than once for a particular request. - ComponentResourceDelegate(ComponentHandler) - Constructor for class com.sun.faces.facelets.tag.faces.html.ComponentResourceDelegate
- ComponentStruct - Class in com.sun.faces.util
-
Utility class to enable partial state saving of components that have been dynamically added to the view.
- ComponentStruct() - Constructor for class com.sun.faces.util.ComponentStruct
- ComponentStruct(String, String, String, String) - Constructor for class com.sun.faces.util.ComponentStruct
- ComponentStruct(String, String, String, String, String) - Constructor for class com.sun.faces.util.ComponentStruct
- ComponentSupport - Class in com.sun.faces.facelets.tag.faces
- ComponentSupport() - Constructor for class com.sun.faces.facelets.tag.faces.ComponentSupport
- ComponentSystemEvent - Class in jakarta.faces.event
-
ComponentSystemEvent is the base class for
SystemEvents that are specific to aUIComponentinstance. - ComponentSystemEvent(UIComponent) - Constructor for class jakarta.faces.event.ComponentSystemEvent
-
Pass the argument
componentto the superclass constructor. - ComponentSystemEvent(FacesContext, UIComponent) - Constructor for class jakarta.faces.event.ComponentSystemEvent
-
Pass the argument
componentto the superclass constructor. - ComponentSystemEventHelper - Class in com.sun.faces.application.applicationimpl.events
-
Utility class for dealing with
UIComponentevents. - ComponentSystemEventHelper() - Constructor for class com.sun.faces.application.applicationimpl.events.ComponentSystemEventHelper
- ComponentSystemEventListener - Interface in jakarta.faces.event
-
Implementors of this class do not need an
isListenerForSource()method because they are only installed on specific component instances, therefore theisListenerForSource()method is implicit. - ComponentTagHandlerDelegateImpl - Class in com.sun.faces.facelets.tag.faces
- ComponentTagHandlerDelegateImpl(ComponentHandler) - Constructor for class com.sun.faces.facelets.tag.faces.ComponentTagHandlerDelegateImpl
- componentType - Variable in class com.sun.faces.facelets.tag.AbstractTagLibrary.ComponentConfigWrapper
- componentType - Variable in class com.sun.faces.facelets.tag.faces.ComponentTagHandlerDelegateImpl
- componentType() - Method in interface jakarta.enterprise.lang.model.types.ArrayType
-
Returns the component type of this array type, as defined by The Java™ Language Specification.
- ComponentValidators - Class in com.sun.faces.component.validator
-
This class is responsible for adding default validators and/or validators that wrap multiple
EditableValueHolderinstances within the view. - ComponentValidators() - Constructor for class com.sun.faces.component.validator.ComponentValidators
- ComponentValidators.ValidatorInfo - Class in com.sun.faces.component.validator
-
Generic information container for a validator at a particular nesting Level.
- COMPOSITE_BEHAVIORS_KEY - Static variable in class com.sun.faces.facelets.tag.faces.AttachedBehaviors
- COMPOSITE_COMPONENT - Static variable in interface com.sun.faces.el.ELConstants
- COMPOSITE_COMPONENT_ATTRIBUTES_EL_RESOLVER - Static variable in class com.sun.faces.el.ELUtils
- 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
ValueExpressionthat evaluates to thecomponent-typeof the composite component rootUIComponentfor 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
Mapreturned as described inUIComponent.FACETS_KEYfor thePropertyDescriptordescribing the composite component facet. - CompositeAttributePropertyDescriptor - Class in com.sun.faces.facelets.tag.composite
-
A property descriptor for a composite component attribute.
- CompositeAttributePropertyDescriptor(String, Method, Method) - Constructor for class com.sun.faces.facelets.tag.composite.CompositeAttributePropertyDescriptor
- CompositeComponentAttributesELResolver - Class in com.sun.faces.el
-
This
ELResolverwill handle the resolution ofattrswhen processing a composite component instance. - CompositeComponentAttributesELResolver() - Constructor for class com.sun.faces.el.CompositeComponentAttributesELResolver
- CompositeComponentBeanInfo - Class in com.sun.faces.facelets.tag.composite
- CompositeComponentBeanInfo() - Constructor for class com.sun.faces.facelets.tag.composite.CompositeComponentBeanInfo
- CompositeComponentExpressionHolder - Interface in jakarta.faces.el
-
This interface must be implemented by the
Mapreturned by the composite componentELResolver, described in section 5.4.3.1 "faces.CompositeComponentAttributesELResolver" of the Jakarta Faces Specification Document, when evaluating#{cc.attrs}expressions. - CompositeComponentImpl - Class in com.sun.faces.facelets.tag.faces
- CompositeComponentImpl() - Constructor for class com.sun.faces.facelets.tag.faces.CompositeComponentImpl
- CompositeComponentProducer - Class in com.sun.faces.cdi
-
The Composite Component producer is the CDI producer that allows EL resolving of
#{cc} - CompositeComponentProducer() - Constructor for class com.sun.faces.cdi.CompositeComponentProducer
- CompositeComponentStackManager - Class in com.sun.faces.component
-
CompositeComponentStackManageris responsible for managing the two different composite component stacks currently used by Mojarra. - CompositeComponentStackManager.StackType - Enum Class in com.sun.faces.component
- CompositeComponentTagHandler - Class in com.sun.faces.facelets.tag.faces
-
Facelet handler responsible for, building the component tree representation of a composite component based on the metadata contained in the composite interface and implementation sections of the composite component template.
- CompositeComponentTagHandler(Resource, ComponentConfig) - Constructor for class com.sun.faces.facelets.tag.faces.CompositeComponentTagHandler
- CompositeComponentTagLibrary - Class in com.sun.faces.facelets.tag.faces
- CompositeComponentTagLibrary(String) - Constructor for class com.sun.faces.facelets.tag.faces.CompositeComponentTagLibrary
- CompositeComponentTagLibrary(String, String) - Constructor for class com.sun.faces.facelets.tag.faces.CompositeComponentTagLibrary
- CompositeELResolver - Class in jakarta.el
-
Maintains an ordered composite list of child
ELResolvers. - CompositeELResolver() - Constructor for class jakarta.el.CompositeELResolver
- CompositeFaceletHandler - Class in jakarta.faces.view.facelets
-
A FaceletHandler that is derived of 1 or more, inner FaceletHandlers.
- CompositeFaceletHandler(FaceletHandler[]) - Constructor for class jakarta.faces.view.facelets.CompositeFaceletHandler
-
Creates a new FaceletHandler out of the given inner FaceletHandlers.
- CompositeFacetRenderer - Class in com.sun.faces.renderkit.html_basic
-
This
Rendereris responsible for rendering the content of a facet defined within the using page template in the desired location within the composite component implementation section. - CompositeFacetRenderer() - Constructor for class com.sun.faces.renderkit.html_basic.CompositeFacetRenderer
- CompositeFunctionMapper - Class in com.sun.faces.facelets.el
-
Composite FunctionMapper that attempts to load the Method from the first FunctionMapper, then the second if
null. - CompositeFunctionMapper(FunctionMapper, FunctionMapper) - Constructor for class com.sun.faces.facelets.el.CompositeFunctionMapper
- CompositeLibrary - Class in com.sun.faces.facelets.tag.composite
- CompositeLibrary(String) - Constructor for class com.sun.faces.facelets.tag.composite.CompositeLibrary
- CompositeRenderer - Class in com.sun.faces.renderkit.html_basic
-
This
Rendereris responsible for rendering the children defined within the composite implementation section of a composite component template. - CompositeRenderer() - Constructor for class com.sun.faces.renderkit.html_basic.CompositeRenderer
- CompositeSearchKeywordResolver - Class in com.sun.faces.component.search
- CompositeSearchKeywordResolver() - Constructor for class com.sun.faces.component.search.CompositeSearchKeywordResolver
- CompositeTagDecorator - Class in com.sun.faces.facelets.tag
-
A TagDecorator that is composed of 1 or more TagDecorator instances.
- CompositeTagDecorator(TagDecorator[]) - Constructor for class com.sun.faces.facelets.tag.CompositeTagDecorator
- CompositeTagLibrary - Class in com.sun.faces.facelets.tag
-
A TagLibrary that is composed of 1 or more TagLibrary children.
- CompositeTagLibrary(TagLibrary[]) - Constructor for class com.sun.faces.facelets.tag.CompositeTagLibrary
- CompositeTagLibrary(TagLibrary[], CompilationMessageHolder) - Constructor for class com.sun.faces.facelets.tag.CompositeTagLibrary
- CompositeVariableMapper - Class in com.sun.faces.facelets.el
-
Composite VariableMapper that attempts to load the ValueExpression from the first VariableMapper, then the second if
null. - CompositeVariableMapper(VariableMapper, VariableMapper) - Constructor for class com.sun.faces.facelets.el.CompositeVariableMapper
- CompositionHandler - Class in com.sun.faces.facelets.tag.ui
- CompositionHandler(TagConfig) - Constructor for class com.sun.faces.facelets.tag.ui.CompositionHandler
- CompoundSelection<X> - Interface in jakarta.persistence.criteria
-
The
CompoundSelectioninterface defines a compound selection item (a tuple, array, or result of a constructor). - CompressableMimeTypes - Enum constant in enum class com.sun.faces.config.WebConfiguration.WebContextInitParameter
- compressContent(ClientResourceInfo) - Method in class com.sun.faces.application.resource.ResourceHelper
-
Utility method to compress the content of the original resource to the temporary directory specified by
ClientResourceInfo.getCompressedPath(). - compressViewState - Variable in class com.sun.faces.renderkit.StateHelper
-
Flag indicating whether or not view state should be compressed to reduce the memory/bandwidth footprint.
- CompressViewState - Enum constant in enum class com.sun.faces.config.WebConfiguration.BooleanWebContextInitParameter
- 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.
- concat(List<Expression<String>>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create an expression for string concatenation.
- ConcurrencyManagement - Annotation Interface in jakarta.ejb
-
Declares a singleton session bean's concurrency management type.
- ConcurrencyManagementType - Enum Class in jakarta.ejb
-
Used to specify the value of the
ConcurrencyManagementannotation for a singleton session bean. - ConcurrentAccessException - Exception Class 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 class jakarta.ejb.ConcurrentAccessException
-
Constructs an ConcurrentAccessException with no detail message.
- ConcurrentAccessException(String) - Constructor for exception class jakarta.ejb.ConcurrentAccessException
-
Constructs an ConcurrentAccessException with the specified detailed message.
- ConcurrentAccessException(String, Exception) - Constructor for exception class jakarta.ejb.ConcurrentAccessException
-
Constructs an ConcurrentAccessException with the specified detail message and a nested exception.
- ConcurrentAccessTimeoutException - Exception Class 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 class jakarta.ejb.ConcurrentAccessTimeoutException
-
Constructor for ConcurrentAccessTimeoutException.
- ConcurrentAccessTimeoutException(String) - Constructor for exception class jakarta.ejb.ConcurrentAccessTimeoutException
-
Constructor for ConcurrentAccessTimeoutException.
- ConcurrentCache<K,
V> - Class in com.sun.faces.util -
Defines a concurrent cache with a factory for creating new object instances.
- ConcurrentCache(ConcurrentCache.Factory<K, V>) - Constructor for class com.sun.faces.util.ConcurrentCache
-
Constructs this cache using the specified
Factory. - ConcurrentCache.Factory<K,
V> - Interface in com.sun.faces.util -
Factory interface for creating various cacheable objects.
- condition() - Method in class jakarta.servlet.jsp.jstl.core.ConditionalTagSupport
-
Subclasses implement this method to compute the boolean result of the conditional action.
- condition(ValueExpression) - Method in class com.sun.faces.flow.builder.NavigationCaseBuilderImpl
- condition(ValueExpression) - Method in class com.sun.faces.flow.builder.SwitchCaseBuilderImpl
- 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 com.sun.faces.flow.builder.NavigationCaseBuilderImpl
- condition(String) - Method in class com.sun.faces.flow.builder.SwitchCaseBuilderImpl
- condition(String) - Method in class jakarta.faces.flow.builder.NavigationCaseBuilder
-
Set the if of the current navigation case.
- condition(String) - Method in class jakarta.faces.flow.builder.SwitchCaseBuilder
-
Set the if in the previously created switch case.
- Conditionally connecting - Search tag in annotation interface jakarta.faces.push.Push
- Section
- ConditionalTagSupport - Class in jakarta.servlet.jsp.jstl.core
-
Abstract class that facilitates implementation of conditional actions where the boolean result is exposed as a JSP scoped variable.
- ConditionalTagSupport() - Constructor for class jakarta.servlet.jsp.jstl.core.ConditionalTagSupport
-
Base constructor to initialize local state.
- CONFIDENTIAL - Enum constant in enum class jakarta.servlet.annotation.ServletSecurity.TransportGuarantee
-
All user data must be encrypted by the transport (typically using SSL/TLS).
- Config - Class in jakarta.servlet.jsp.jstl.core
-
Class supporting access to configuration settings.
- Config() - Constructor for class jakarta.servlet.jsp.jstl.core.Config
- CONFIG - Enum constant in enum class com.sun.faces.util.FacesLogger
- 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.xmlwhich is loaded automatically if it exists) containing Jakarta Faces configuration information. - ConfigAnnotationHandler - Interface in com.sun.faces.application.annotation
-
Implementations of the interface will be called during application initialization to process any configuration annotations within the web application.
- ConfigManager - Class in com.sun.faces.config
-
This class manages the initialization of each web application that uses Faces.
- ConfigManager() - Constructor for class com.sun.faces.config.ConfigManager
- ConfigProcessor - Interface in com.sun.faces.config.processor
-
This interface provides a CoR structure for processing Faces configuration resources.
- Configurable<C> - 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
NavigationHandlerto allow runtime inspection of theNavigationCases that make up the rule-base for navigation. - ConfigurableNavigationHandler() - Constructor for class jakarta.faces.application.ConfigurableNavigationHandler
- ConfigurableNavigationHandlerWrapper - Class in jakarta.faces.application
-
Provides a simple implementation of
ConfigurableNavigationHandlerthat can be subclassed by developers wishing to provide specialized behavior to an existingConfigurableNavigationHandlerinstance. - ConfigurableNavigationHandlerWrapper() - Constructor for class jakarta.faces.application.ConfigurableNavigationHandlerWrapper
-
Deprecated.Use the other constructor taking the implementation being wrapped.
- ConfigurableNavigationHandlerWrapper(ConfigurableNavigationHandler) - Constructor for class jakarta.faces.application.ConfigurableNavigationHandlerWrapper
-
If this configurable navigation handler has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.
- configuration() - Method in interface jakarta.ws.rs.SeBootstrap.Instance
-
Provides access to the configuration actually used by the implementation used to create this instance.
- Configuration - Search tag in annotation interface jakarta.faces.push.Push
- Section
- Configuration<T> - Interface in jakarta.validation
-
Receives configuration information, selects the appropriate Jakarta Validation provider and builds the appropriate
ValidatorFactory. - Configuration - Interface in jakarta.ws.rs.core
-
A configuration state associated with a
configurableJAX-RS context. - ConfigurationException - Exception Class in com.sun.faces.config
-
This represents any configuration processing problems that could occur.
- ConfigurationException() - Constructor for exception class com.sun.faces.config.ConfigurationException
- ConfigurationException(String) - Constructor for exception class com.sun.faces.config.ConfigurationException
- ConfigurationException(String, Throwable) - Constructor for exception class com.sun.faces.config.ConfigurationException
- ConfigurationException(Throwable) - Constructor for exception class com.sun.faces.config.ConfigurationException
- ConfigurationResourceProvider - Interface in com.sun.faces.spi
-
Classes that implement this interface return zero or more
URLs which refer to application configuration resources. - ConfigurationResourceProviderFactory - Class in com.sun.faces.spi
-
Factory class for creating
ConfigurationResourceProviderinstances using the Java services discovery mechanism. - ConfigurationResourceProviderFactory() - Constructor for class com.sun.faces.spi.ConfigurationResourceProviderFactory
- ConfigurationResourceProviderFactory.ProviderType - Enum Class in com.sun.faces.spi
- ConfigurationState - Interface in jakarta.validation.spi
- configurator() - Element in annotation interface jakarta.websocket.ClientEndpoint
-
An optional custom configurator class that the developer would like to use to provide custom configuration of new instances of this endpoint.
- configurator() - Element in annotation interface jakarta.websocket.server.ServerEndpoint
-
The optional custom configurator class that the developer would like to use to further configure new instances of this endpoint.
- configurator(ClientEndpointConfig.Configurator) - Method in class jakarta.websocket.ClientEndpointConfig.Builder
-
Sets the configurator object for the configuration this builder will build.
- configurator(ServerEndpointConfig.Configurator) - Method in class jakarta.websocket.server.ServerEndpointConfig.Builder
-
Sets the custom configurator to use on the configuration object built by this builder.
- Configurator() - Constructor for class jakarta.websocket.ClientEndpointConfig.Configurator
- Configurator() - Constructor for class jakarta.websocket.server.ServerEndpointConfig.Configurator
- configure() - Method in interface jakarta.enterprise.inject.spi.InjectionTargetFactory
-
Returns an
AnnotatedTypeConfiguratorto to configure theAnnotatedTypeused to create theInjectionTarget. - configure() - Method in interface jakarta.enterprise.inject.spi.InterceptionFactory
-
Returns an
AnnotatedTypeConfiguratorinitialized with theAnnotatedTypecreated either for the class passed toBeanManager.createInterceptionFactory(CreationalContext, Class)or derived from theInterceptionFactoryparameter injection point. - configure() - Method in interface jakarta.validation.bootstrap.GenericBootstrap
-
Returns a generic
Configurationimplementation. - configure() - Method in interface jakarta.validation.bootstrap.ProviderSpecificBootstrap
-
Determines the provider implementation suitable for
Tand delegates the creation of this specificConfigurationsubclass to the provider. - configure(ResourceInfo, FeatureContext) - Method in interface jakarta.ws.rs.container.DynamicFeature
-
A callback method called by the JAX-RS runtime during the application deployment to register provider instances or classes in a
runtime configurationscope of a particularresource or sub-resource method; i.e. - configure(FeatureContext) - Method in interface jakarta.ws.rs.core.Feature
-
A call-back method called when the feature is to be enabled in a given runtime configuration scope.
- configureAnnotatedType() - Method in interface jakarta.enterprise.inject.spi.ProcessAnnotatedType
-
Returns an
AnnotatedTypeConfiguratorinitialized with theAnnotatedTypeprocessed 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
BeanAttributesConfiguratorinitialized with theBeanAttributesprocessed 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
-
CDIProviderset by user or retrieved by service loader - configureInjectionPoint() - Method in interface jakarta.enterprise.inject.spi.ProcessInjectionPoint
-
Returns an
InjectionPointConfiguratorinitialized with theInjectionPointprocessed by this event to configure a new InjectionPoint that will replace the original one at the end of the observer invocation. - configureInterceptorBinding(Class<T>) - Method in interface jakarta.enterprise.inject.spi.BeforeBeanDiscovery
-
Obtains a new
AnnotatedTypeConfiguratorto configure a newAnnotatedTypeand declares it as an interceptor binding type. - ConfigureListener - Class in com.sun.faces.config
-
Parse all relevant Faces configuration resources, and configure the Mojarra runtime environment.
- ConfigureListener() - Constructor for class com.sun.faces.config.ConfigureListener
- configureObserverMethod() - Method in interface jakarta.enterprise.inject.spi.ProcessObserverMethod
-
Returns a
ObserverMethodConfiguratorinitialized with theObserverMethodprocessed 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
ProducerConfiguratorinitialized with theProducerprocessed by this event, to configure a newProducerthat will replace the original one at the end of the observer invocation. - configureQualifier(Class<T>) - Method in interface jakarta.enterprise.inject.spi.BeforeBeanDiscovery
-
Obtains a new
AnnotatedTypeConfiguratorto configure a newAnnotatedTypeand declares it as a Qualifier qualifier type. - CONFLICT - Enum constant in enum class jakarta.ws.rs.core.Response.Status
-
409 Conflict, see HTTP/1.1 documentation.
- conjunction() - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create a conjunction (with zero conjuncts).
- ConnectionCallback - Interface in jakarta.ws.rs.container
-
Asynchronous request processing lifecycle callback that receives connection related
asynchronous responselifecycle events. - ConnectionConsumer<C> - Interface in jakarta.persistence
-
An executable action which makes use of a native database connection.
- ConnectionFunction<C,
T> - Interface in jakarta.persistence -
A function which makes use of a native database connection to compute a result.
- connectTimeout(long, TimeUnit) - Method in class jakarta.ws.rs.client.ClientBuilder
-
Set the connect timeout.
- connectToServer(Endpoint, ClientEndpointConfig, URI) - Method in interface jakarta.websocket.WebSocketContainer
-
Connect the supplied programmatic client endpoint instance to its server with the given configuration.
- connectToServer(Class<?>, URI) - Method in interface jakarta.websocket.WebSocketContainer
-
Connect the supplied annotated endpoint to its server.
- connectToServer(Class<? extends Endpoint>, ClientEndpointConfig, URI) - Method in interface jakarta.websocket.WebSocketContainer
-
Connect the supplied programmatic endpoint to its server with the given configuration.
- connectToServer(Object, URI) - Method in interface jakarta.websocket.WebSocketContainer
-
Connect the supplied annotated endpoint instance to its server.
- CONSENT - Enum constant in enum class jakarta.security.enterprise.authentication.mechanism.http.openid.PromptType
-
The Authorization Server SHOULD prompt the End-User for consent before returning information to the Client.
- ConstMap() - Constructor for class com.sun.faces.util.CollectionsUtils.ConstMap
- ConstrainedTo - Annotation Interface in jakarta.ws.rs
-
Indicates the run-time context in which an annotated JAX-RS provider is applicable.
- constraint() - Element in annotation interface jakarta.persistence.CheckConstraint
-
(Required) The native SQL expression to be checked.
- constraint() - Element in annotation interface jakarta.validation.OverridesAttribute
- Constraint - Annotation Interface in jakarta.validation
-
Marks an annotation as being a Jakarta Validation constraint.
- CONSTRAINT - Enum constant in enum class jakarta.persistence.ConstraintMode
-
Apply the constraint.
- ConstraintDeclarationException - Exception Class in jakarta.validation
-
Exception raised if a constraint declaration is not legal.
- ConstraintDeclarationException() - Constructor for exception class jakarta.validation.ConstraintDeclarationException
- ConstraintDeclarationException(String) - Constructor for exception class jakarta.validation.ConstraintDeclarationException
- ConstraintDeclarationException(String, Throwable) - Constructor for exception class jakarta.validation.ConstraintDeclarationException
- ConstraintDeclarationException(Throwable) - Constructor for exception class jakarta.validation.ConstraintDeclarationException
- ConstraintDefinitionException - Exception Class in jakarta.validation
-
Exception raised if a constraint definition is not legal.
- ConstraintDefinitionException() - Constructor for exception class jakarta.validation.ConstraintDefinitionException
- ConstraintDefinitionException(String) - Constructor for exception class jakarta.validation.ConstraintDefinitionException
- ConstraintDefinitionException(String, Throwable) - Constructor for exception class jakarta.validation.ConstraintDefinitionException
- ConstraintDefinitionException(Throwable) - Constructor for exception class jakarta.validation.ConstraintDefinitionException
- ConstraintDescriptor<T> - Interface in jakarta.validation.metadata
-
Describes a single constraint and its composing constraints.
- constraintIndex() - Element in annotation interface jakarta.validation.OverridesAttribute
-
The index of the targeted constraint declaration when using multiple constraints of the same type.
- ConstraintMode - Enum Class in jakarta.persistence
-
Used to control the application of a constraint.
- ConstraintTarget - Enum Class in jakarta.validation
-
Defines the constraint target.
- ConstraintValidator<A,
T> - Interface in jakarta.validation -
Defines the logic to validate a given constraint
Afor a given object typeT. - ConstraintValidatorContext - Interface in jakarta.validation
-
Provides contextual data and operation when applying a given constraint validator.
- ConstraintValidatorContext.ConstraintViolationBuilder - Interface in jakarta.validation
-
ConstraintViolationbuilder allowing to optionally associate the violation report to a sub path. - ConstraintValidatorContext.ConstraintViolationBuilder.ContainerElementNodeBuilderCustomizableContext - Interface in jakarta.validation
-
Represents a container element node whose context is configurable (i.e.
- ConstraintValidatorContext.ConstraintViolationBuilder.ContainerElementNodeBuilderDefinedContext - Interface in jakarta.validation
-
Represents a container element node whose context is known (i.e.
- ConstraintValidatorContext.ConstraintViolationBuilder.ContainerElementNodeContextBuilder - Interface in jakarta.validation
-
Represents refinement choices for a container element node.
- ConstraintValidatorContext.ConstraintViolationBuilder.LeafNodeBuilderCustomizableContext - Interface in jakarta.validation
-
Represents a node whose context is configurable (i.e.
- ConstraintValidatorContext.ConstraintViolationBuilder.LeafNodeBuilderDefinedContext - Interface in jakarta.validation
-
Represents a node whose context is known (i.e.
- ConstraintValidatorContext.ConstraintViolationBuilder.LeafNodeContextBuilder - Interface in jakarta.validation
-
Represents refinement choices for a node which is in an iterable, e.g.
- ConstraintValidatorContext.ConstraintViolationBuilder.NodeBuilderCustomizableContext - Interface in jakarta.validation
-
Represents a node whose context is configurable (i.e.
- ConstraintValidatorContext.ConstraintViolationBuilder.NodeBuilderDefinedContext - Interface in jakarta.validation
-
Represents a node whose context is known (i.e.
- ConstraintValidatorContext.ConstraintViolationBuilder.NodeContextBuilder - Interface in jakarta.validation
-
Represents refinement choices for a node which is in an iterable, e.g.
- constraintValidatorFactory(ConstraintValidatorFactory) - Method in interface jakarta.validation.Configuration
-
Defines the constraint validator factory.
- constraintValidatorFactory(ConstraintValidatorFactory) - Method in interface jakarta.validation.ValidatorContext
-
Defines the constraint validator factory implementation used by the
Validator. - ConstraintValidatorFactory - Interface in jakarta.validation
-
Instantiates a
ConstraintValidatorinstance based off its class. - ConstraintViolation<T> - Interface in jakarta.validation
-
Describes a constraint violation.
- ConstraintViolationException - Exception Class in jakarta.validation
-
Reports the result of constraint violations.
- ConstraintViolationException(String, Set<? extends ConstraintViolation<?>>) - Constructor for exception class jakarta.validation.ConstraintViolationException
-
Creates a constraint violation report.
- ConstraintViolationException(Set<? extends ConstraintViolation<?>>) - Constructor for exception class jakarta.validation.ConstraintViolationException
-
Creates a constraint violation report.
- construct(Class<Y>, Selection<?>...) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create a selection item corresponding to a constructor.
- CONSTRUCTOR - Enum constant in enum class jakarta.validation.ElementKind
-
A constructor.
- ConstructorDescriptor - Interface in jakarta.validation.metadata
-
Describes a validated constructor.
- ConstructorResult - Annotation Interface in jakarta.persistence
-
Used in conjunction with the
SqlResultSetMappingorNamedNativeQueryannotation to map the SELECT clause of a SQL query to a constructor. - constructors() - Method in interface jakarta.enterprise.inject.build.compatible.spi.ClassConfig
-
Returns a collection of
MethodConfigobjects for each constructor of this class, as defined byClassInfo.constructors. - constructors() - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedTypeConfigurator
- constructors() - Method in interface jakarta.enterprise.lang.model.declarations.ClassInfo
-
Returns a collection of constructors declared or implicitly declared in this class.
- CONSTRUCTORS - Enum constant in enum class jakarta.validation.executable.ExecutableType
-
All constructors.
- Consumes - Annotation Interface in jakarta.ws.rs
-
Defines the media types that the methods of a resource class or
MessageBodyReadercan accept. - CONTAINER - Enum constant in enum class jakarta.annotation.Resource.AuthenticationType
- CONTAINER - Enum constant in enum class jakarta.ejb.ConcurrencyManagementType
-
Container is responsible for managing concurrent access to the bean instance.
- CONTAINER - Enum constant in enum class jakarta.ejb.TransactionManagementType
-
Container-managed transaction management is used.
- CONTAINER_ELEMENT - Enum constant in enum class jakarta.validation.ElementKind
-
An element stored in a container, e.g.
- ContainerDescriptor - Interface in jakarta.validation.metadata
-
Represents an element that might be a container, thus allowing container element constraints.
- ContainerElementTypeDescriptor - Interface in jakarta.validation.metadata
-
Describes a validated container element type, e.g.
- Container lifecycle events - Search tag in package jakarta.enterprise.inject.spi
- Section
- 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 class com.sun.faces.util.MostlySingletonSet
- contains(Object) - Method in class com.sun.faces.util.MultiKeyConcurrentHashMap
-
Legacy method testing if some key maps into the specified value in this table.
- contains(Object) - Method in interface jakarta.persistence.EntityManager
-
Determine if the given object is a managed entity instance belonging to the current persistence context.
- contains(String, String) - Static method in class com.sun.faces.facelets.tag.jstl.fn.JstlFunction
- containsAll(Collection<?>) - Method in class com.sun.faces.util.MostlySingletonSet
- containsaValue(Object) - Method in class com.sun.faces.renderkit.html_basic.MenuRenderer
- containsFunction(String, String) - Method in class com.sun.faces.facelets.tag.AbstractTagLibrary
- containsFunction(String, String) - Method in class com.sun.faces.facelets.tag.CompositeTagLibrary
- containsFunction(String, String) - Method in interface com.sun.faces.facelets.tag.TagLibrary
-
If this library contains the specified function name
- containsFunction(String, String) - Method in class com.sun.faces.facelets.util.FunctionLibrary
- 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.
- containsIgnoreCase(String, String) - Static method in class com.sun.faces.facelets.tag.jstl.fn.JstlFunction
- containsKey(FacesContext, String) - Static method in class com.sun.faces.util.RequestStateManager
- containsKey(Object) - Method in class com.sun.faces.config.initfacescontext.NoOpFlash
- containsKey(Object) - Method in class com.sun.faces.context.ApplicationMap
- containsKey(Object) - Method in class com.sun.faces.context.flash.ELFlash
- containsKey(Object) - Method in class com.sun.faces.context.InitParameterMap
- containsKey(Object) - Method in class com.sun.faces.context.RequestHeaderMap
- containsKey(Object) - Method in class com.sun.faces.context.RequestHeaderValuesMap
- containsKey(Object) - Method in class com.sun.faces.context.RequestMap
- containsKey(Object) - Method in class com.sun.faces.context.RequestParameterMap
- containsKey(Object) - Method in class com.sun.faces.context.RequestParameterValuesMap
- containsKey(Object) - Method in class com.sun.faces.context.SessionMap
- containsKey(Object) - Method in class com.sun.faces.util.MetadataWrapperMap
- containsKey(Object) - Method in class com.sun.faces.util.MultiKeyConcurrentHashMap
-
Tests if the specified object is a key in this table.
- containsKey(Object) - Method in class jakarta.faces.context.FlashWrapper
-
The default behavior of this method is to call
Map.containsKey(Object)on the wrappedFlashobject. - containsKey(Object) - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
- containsKey(Object, Object) - Method in class com.sun.faces.util.MultiKeyConcurrentHashMap
- containsKey(Object, Object, Object) - Method in class com.sun.faces.util.MultiKeyConcurrentHashMap
- containsKey(Object, Object, Object, Object) - Method in class com.sun.faces.util.MultiKeyConcurrentHashMap
- containsKey(K) - Method in class com.sun.faces.util.ConcurrentCache
-
Tests whether the cache contains a value for the specified key
- containsKey(K) - Method in class com.sun.faces.util.ExpiringConcurrentCache
- containsNamespace(String, Tag) - Method in class com.sun.faces.facelets.tag.AbstractTagLibrary
- containsNamespace(String, Tag) - Method in class com.sun.faces.facelets.tag.CompositeTagLibrary
- containsNamespace(String, Tag) - Method in interface com.sun.faces.facelets.tag.TagLibrary
-
true if the namespace is used in this library
- containsNamespace(String, Tag) - Method in class com.sun.faces.facelets.util.FunctionLibrary
- containsTagHandler(String, String) - Method in class com.sun.faces.facelets.tag.AbstractTagLibrary
- containsTagHandler(String, String) - Method in class com.sun.faces.facelets.tag.CompositeTagLibrary
- containsTagHandler(String, String) - Method in class com.sun.faces.facelets.tag.faces.CompositeComponentTagLibrary
- containsTagHandler(String, String) - Method in class com.sun.faces.facelets.tag.faces.FacesComponentTagLibrary
- containsTagHandler(String, String) - Method in interface com.sun.faces.facelets.tag.TagLibrary
-
If this library contains a TagHandler for the namespace and local name true if handled by this library
- containsTagHandler(String, String) - Method in class com.sun.faces.facelets.util.FunctionLibrary
- containsValue(JsonStructure) - Method in interface jakarta.json.JsonPointer
-
Returns
trueif there is a value at the referenced location in the specifiedtarget. - containsValue(Object) - Method in class com.sun.faces.config.initfacescontext.NoOpFlash
- containsValue(Object) - Method in class com.sun.faces.context.flash.ELFlash
- containsValue(Object) - Method in class com.sun.faces.context.RequestHeaderValuesMap
- containsValue(Object) - Method in class com.sun.faces.context.RequestParameterValuesMap
- containsValue(Object) - Method in class com.sun.faces.util.MetadataWrapperMap
- containsValue(Object) - Method in class com.sun.faces.util.MultiKeyConcurrentHashMap
-
Returns
trueif this map maps one or more keys to the specified value. - containsValue(Object) - Method in class jakarta.faces.context.FlashWrapper
-
The default behavior of this method is to call
Map.containsValue(Object)on the wrappedFlashobject. - containsValue(Object) - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
- content() - Method in record class jakarta.data.page.impl.CursoredPageRecord
-
Returns the value of the
contentrecord component. - content() - Method in record class jakarta.data.page.impl.PageRecord
-
Returns the value of the
contentrecord component. - content() - Method in interface jakarta.data.page.Page
-
Returns the page content as a
List. - content(InputStream) - Method in interface jakarta.ws.rs.core.EntityPart.Builder
-
Sets the content for this part.
- content(Object) - Method in interface jakarta.ws.rs.core.EntityPart.Builder
-
Sets the content for this part.
- content(String, InputStream) - Method in interface jakarta.ws.rs.core.EntityPart.Builder
-
Convenience method, equivalent to calling
fileName(fileName).content(content). - content(T, GenericType<T>) - Method in interface jakarta.ws.rs.core.EntityPart.Builder
-
Sets the content for this part.
- content(T, Class<? extends T>) - Method in interface jakarta.ws.rs.core.EntityPart.Builder
-
Sets the content for this part.
- CONTENT_DISPOSITION - Static variable in interface jakarta.ws.rs.core.HttpHeaders
-
See IETF RFC-2183.
- CONTENT_ENCODING - Static variable in interface jakarta.ws.rs.core.HttpHeaders
- CONTENT_ID - Static variable in interface jakarta.ws.rs.core.HttpHeaders
-
See IETF RFC-2392.
- CONTENT_LANGUAGE - Static variable in interface jakarta.ws.rs.core.HttpHeaders
- CONTENT_LENGTH - Static variable in interface jakarta.ws.rs.core.HttpHeaders
- CONTENT_LOCATION - Static variable in interface jakarta.ws.rs.core.HttpHeaders
- CONTENT_TYPE - Static variable in interface jakarta.ws.rs.core.HttpHeaders
- CONTENT_TYPE_ERROR_MESSAGE_ID - Static variable in class com.sun.faces.util.MessageUtils
- contentLocation(URI) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
-
Set the content location.
- context() - Element in annotation interface jakarta.enterprise.concurrent.ManagedExecutorDefinition
-
The name of a
ContextServiceinstance which determines how context is applied to tasks and actions that run on this executor. - context() - Element in annotation interface jakarta.enterprise.concurrent.ManagedScheduledExecutorDefinition
-
The name of a
ContextServiceinstance which determines how context is applied to tasks and actions that run on this executor. - context() - Element in annotation interface jakarta.enterprise.concurrent.ManagedThreadFactoryDefinition
-
Determines how context is applied to threads from this thread factory.
- context(String) - Static method in class com.sun.faces.facelets.util.Path
- Context - Interface in jakarta.enterprise.context.spi
-
Provides an operation for obtaining contextual instances with a particular scope of any contextual type.
- Context - Annotation Interface in jakarta.ws.rs.core
-
This annotation is used to inject information into a class field, bean property or method parameter.
- CONTEXT - Enum constant in enum class com.sun.faces.util.FacesLogger
- CONTEXT_ROOT - Enum constant in enum class jakarta.servlet.http.MappingMatch
-
This is used when the mapping was achieved with an exact match to the application's context root.
- ContextCallback - Interface in jakarta.faces.component
-
A simple callback interace that enables taking action on a specific UIComponent (either facet or child) in the view while preserving any contextual state for that component instance in the view.
- contextCreated(ELContextEvent) - Method in class com.sun.faces.el.ELContextListenerImpl
-
Invoked when a new
ELContexthas been created. - contextCreated(ELContextEvent) - Method in interface jakarta.el.ELContextListener
-
Invoked when a new
ELContexthas been created. - contextDestroyed(ServletContextEvent) - Method in class com.sun.faces.application.WebappLifecycleListener
-
Notification that the servlet context is about to be shut down.
- contextDestroyed(ServletContextEvent) - Method in class com.sun.faces.config.ConfigureListener
- contextDestroyed(ServletContextEvent) - Method in interface jakarta.servlet.ServletContextListener
-
Receives notification that the ServletContext is about to be shut down.
- ContextException - Exception Class in jakarta.enterprise.context
-
Indicates a problem relating to context management.
- ContextException() - Constructor for exception class jakarta.enterprise.context.ContextException
-
Creates the exception with no detail message or cause.
- ContextException(String) - Constructor for exception class jakarta.enterprise.context.ContextException
-
Creates the exception with given detail message.
- ContextException(String, Throwable) - Constructor for exception class jakarta.enterprise.context.ContextException
-
Creates the exception with given detail message and cause.
- ContextException(Throwable) - Constructor for exception class jakarta.enterprise.context.ContextException
-
Creates the exception with given cause.
- contextInitialized(ServletContextEvent) - Method in class com.sun.faces.application.WebappLifecycleListener
-
Notification that the web application initialization process is starting.
- contextInitialized(ServletContextEvent) - Method in class com.sun.faces.config.ConfigureListener
- contextInitialized(ServletContextEvent) - Method in interface jakarta.servlet.ServletContextListener
-
Receives notification that the web application initialization process is starting.
- ContextNotActiveException - Exception Class in jakarta.enterprise.context
-
Indicates that a context is not active.
- ContextNotActiveException() - Constructor for exception class jakarta.enterprise.context.ContextNotActiveException
-
Creates the exception with no detail message or cause.
- ContextNotActiveException(String) - Constructor for exception class jakarta.enterprise.context.ContextNotActiveException
-
Creates the exception with given detail message.
- ContextNotActiveException(String, Throwable) - Constructor for exception class jakarta.enterprise.context.ContextNotActiveException
-
Creates the exception with given detail message and cause.
- ContextNotActiveException(Throwable) - Constructor for exception class jakarta.enterprise.context.ContextNotActiveException
-
Creates the exception with given cause.
- ContextParam - Enum Class in com.sun.faces.context
-
The enumeration of all our context-param entries.
- ContextParamUtils - Class in com.sun.faces.context
-
A utility class for dealing with context-param entries.
- ContextResolver<T> - Interface in jakarta.ws.rs.ext
-
Contract for a provider that supplies context information to resource classes and other providers.
- ContextService - Interface in jakarta.enterprise.concurrent
-
The ContextService provides methods for creating dynamic proxy objects (as defined by
java.lang.reflect.Proxy). - ContextServiceDefinition - Annotation Interface in jakarta.enterprise.concurrent
-
Defines a
ContextServiceto be injected intoContextServiceinjection points including any requiredQualifierannotations specified byContextServiceDefinition.qualifiers()and registered in JNDI by the container under the JNDI name that is specified in theContextServiceDefinition.name()attribute. - ContextServiceDefinition.List - Annotation Interface in jakarta.enterprise.concurrent
-
Enables multiple
ContextServiceDefinitionannotations on the same type. - Contextual<T> - Interface in jakarta.enterprise.context.spi
-
Defines operations to create and destroy contextual instances of a certain type.
- Contextual and injected reference validity - Search tag in package jakarta.enterprise.context
- Section
- contextualCallable(Callable<R>) - Method in interface jakarta.enterprise.concurrent.ContextService
-
Wraps a
Callablewith context that is captured from the thread that invokescontextualCallable. - ContextualCompositeMethodExpression - Class in com.sun.faces.facelets.el
-
This specialized
MethodExpressionenables the evaluation of composite component expressions. - ContextualCompositeMethodExpression(ValueExpression, MethodExpression) - Constructor for class com.sun.faces.facelets.el.ContextualCompositeMethodExpression
- ContextualCompositeMethodExpression(Location, MethodExpression) - Constructor for class com.sun.faces.facelets.el.ContextualCompositeMethodExpression
- ContextualCompositeValueExpression - Class in com.sun.faces.facelets.el
-
This specialized
ValueExpressionenables the evaluation of composite component expressions. - ContextualCompositeValueExpression() - Constructor for class com.sun.faces.facelets.el.ContextualCompositeValueExpression
- ContextualCompositeValueExpression(Location, ValueExpression) - Constructor for class com.sun.faces.facelets.el.ContextualCompositeValueExpression
- contextualConsumer(BiConsumer<T, U>) - Method in interface jakarta.enterprise.concurrent.ContextService
-
Wraps a
BiConsumerwith context that is captured from the thread that invokescontextualConsumer. - contextualConsumer(Consumer<T>) - Method in interface jakarta.enterprise.concurrent.ContextService
-
Wraps a
Consumerwith context that is captured from the thread that invokescontextualConsumer. - contextualFunction(BiFunction<T, U, R>) - Method in interface jakarta.enterprise.concurrent.ContextService
-
Wraps a
BiFunctionwith context that is captured from the thread that invokescontextualFunction. - contextualFunction(Function<T, R>) - Method in interface jakarta.enterprise.concurrent.ContextService
-
Wraps a
BiFunctionwith context that is captured from the thread that invokescontextualFunction. - contextualProcessor(Flow.Processor<T, R>) - Method in interface jakarta.enterprise.concurrent.ContextService
-
Wraps a
Flow.Processorwith context captured from the thread that invokescontextualProcessor. - contextualRunnable(Runnable) - Method in interface jakarta.enterprise.concurrent.ContextService
-
Wraps a
Runnablewith context that is captured from the thread that invokescontextualRunnable. - contextualSubscriber(Flow.Subscriber<T>) - Method in interface jakarta.enterprise.concurrent.ContextService
-
Wraps a
Flow.Subscriberwith context captured from the thread that invokescontextualSubscriber. - contextualSupplier(Supplier<R>) - Method in interface jakarta.enterprise.concurrent.ContextService
-
Wraps a
Supplierwith context captured from the thread that invokescontextualSupplier. - ContractInfo - Class in com.sun.faces.application.resource
- ContractInfo(String) - Constructor for class com.sun.faces.application.resource.ContractInfo
- Conversation - Interface in jakarta.enterprise.context
-
Allows the application to manage the conversation context by marking the current conversation as transient or long-running, specifying a conversation identifier, or setting the conversation timeout.
- CONVERSATION - Static variable in class jakarta.enterprise.context.BeforeDestroyed.Literal
-
Default BeforeDestroyed literal for the ConversationScoped scope
- CONVERSATION - Static variable in class jakarta.enterprise.context.Destroyed.Literal
-
Default Destroyed literal for the ConversationScoped scope
- CONVERSATION - Static variable in class jakarta.enterprise.context.Initialized.Literal
-
Default Initialized literal for the ConversationScoped scope
- ConversationScoped - Annotation Interface in jakarta.enterprise.context
-
Specifies that a bean is conversation scoped.
- ConversationScoped.Literal - Class in jakarta.enterprise.context
-
Supports inline instantiation of the
ConversationScopedannotation. - CONVERSION_ERROR_MESSAGE_ID - Static variable in class com.sun.faces.util.MessageUtils
- CONVERSION_MESSAGE_ID - Static variable in class jakarta.faces.component.UIInput
-
The message identifier of the
FacesMessageto be created if a conversion error occurs, and neither the page author nor theConverterExceptionprovides a message. - Convert - Annotation Interface in jakarta.persistence
-
Specifies how the values of a field or property are converted to a basic type, enabling a converter defined
autoApply=false, overriding the use of a converter definedautoApply=true, or overriding the use of a converter specified by a field or property of an embedded type or inherited mapped superclass. - convertClientId(FacesContext, String) - Method in class com.sun.faces.renderkit.html_basic.HtmlBasicRenderer
- 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
- ConvertDateTimeHandler - Class in com.sun.faces.facelets.tag.faces.core
-
Register a DateTimeConverter instance on the UIComponent associated with the closest parent UIComponent custom action.
- ConvertDateTimeHandler(ConverterConfig) - Constructor for class com.sun.faces.facelets.tag.faces.core.ConvertDateTimeHandler
- ConvertDelegateHandler - Class in com.sun.faces.facelets.tag.faces.core
-
Register a named Converter instance on the UIComponent associated with the closest parent UIComponent custom action.
- ConvertDelegateHandler(ConverterConfig) - Constructor for class com.sun.faces.facelets.tag.faces.core.ConvertDelegateHandler
- converter() - Element in annotation interface jakarta.persistence.Convert
-
Specifies the converter to be applied.
- Converter<T> - Interface in jakarta.faces.convert
-
Converter is an interface describing a Java class that can perform Object-to-String and String-to-Object conversions between model data objects and a String representation of those objects that is suitable for rendering.
- Converter - Annotation Interface in jakarta.persistence
-
Declares that the annotated class is a converter and specifies whether the converter is automatically applied.
- CONVERTER - Enum constant in enum class com.sun.faces.config.Verifier.ObjectType
- 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.
- CONVERTER_ID - Static variable in class jakarta.faces.convert.UUIDConverter
-
The standard converter id for this converter.
- ConverterConfig - Interface in jakarta.faces.view.facelets
-
A Facelet version of the Jakarta Server Pages
ConverterTag. - ConverterConfigHandler - Class in com.sun.faces.application.annotation
-
ConfigAnnotationHandlerforFacesConverterannotated classes. - ConverterConfigHandler() - Constructor for class com.sun.faces.application.annotation.ConverterConfigHandler
- ConverterConfigProcessor - Class in com.sun.faces.config.processor
-
This
ConfigProcessorhandles all elements defined under/faces-config/converter. - ConverterConfigProcessor() - Constructor for class com.sun.faces.config.processor.ConverterConfigProcessor
- ConverterException - Exception Class in jakarta.faces.convert
-
ConverterException is an exception thrown by the
getAsObject()orgetAsText()method of aConverter, to indicate that the requested conversion cannot be performed. - ConverterException() - Constructor for exception class jakarta.faces.convert.ConverterException
-
Construct a new exception with no detail message or root cause.
- ConverterException(FacesMessage) - Constructor for exception class jakarta.faces.convert.ConverterException
-
Construct a new exception with the specified detail message and no root cause.
- ConverterException(FacesMessage, Throwable) - Constructor for exception class jakarta.faces.convert.ConverterException
-
Construct a new exception with the specified detail message and root cause.
- ConverterException(String) - Constructor for exception class jakarta.faces.convert.ConverterException
-
Construct a new exception with the specified detail message and no root cause.
- ConverterException(String, Throwable) - Constructor for exception class jakarta.faces.convert.ConverterException
-
Construct a new exception with the specified detail message and root cause.
- ConverterException(Throwable) - Constructor for exception class jakarta.faces.convert.ConverterException
-
Construct a new exception with the specified root cause.
- ConverterHandler - Class in jakarta.faces.view.facelets
-
Handles setting a
Converterinstance on aValueHolderparent. - ConverterHandler(ConverterConfig) - Constructor for class jakarta.faces.view.facelets.ConverterHandler
-
Creates a new ConverterHandler using the given config.
- ConverterPropertyEditorBase - Class in com.sun.faces.application
-
Abstract base for a
PropertyEditorthat delegates to a faces Converter that was registered by-type in a faces-config descriptor. - ConverterPropertyEditorBase() - Constructor for class com.sun.faces.application.ConverterPropertyEditorBase
- ConverterPropertyEditorFactory - Class in com.sun.faces.application
-
Factory for dynamically generating PropertyEditor classes that extend
ConverterPropertyEditorBaseand replace any references to the target class from the template with a supplied target class. - ConverterPropertyEditorFactory() - Constructor for class com.sun.faces.application.ConverterPropertyEditorFactory
-
Create a
ConverterPropertyEditorFactorythat uses the default template class (ConverterPropertyEditorFor_XXXX). - ConverterPropertyEditorFactory(Class<? extends ConverterPropertyEditorBase>) - Constructor for class com.sun.faces.application.ConverterPropertyEditorFactory
-
Create a
ConverterPropertyEditorFactorythat uses the specified template class. - ConverterPropertyEditorFor_XXXX - Class in com.sun.faces.application
-
Default template class for the dynamic generation of target-class specific PropertyEditor implementations.
- ConverterPropertyEditorFor_XXXX() - Constructor for class com.sun.faces.application.ConverterPropertyEditorFor_XXXX
- ConverterTagHandlerDelegateImpl - Class in com.sun.faces.facelets.tag.faces
- ConverterTagHandlerDelegateImpl(ConverterHandler) - Constructor for class com.sun.faces.facelets.tag.faces.ConverterTagHandlerDelegateImpl
- ConvertGroup - Annotation Interface in jakarta.validation.groups
-
Converts group
fromto grouptoduring cascading. - ConvertGroup.List - Annotation Interface in jakarta.validation.groups
-
Defines several
ConvertGroupannotations on the same element. - ConvertNumberHandler - Class in com.sun.faces.facelets.tag.faces.core
-
Register a NumberConverter instance on the UIComponent associated with the closest parent UIComponent custom action.
- ConvertNumberHandler(ConverterConfig) - Constructor for class com.sun.faces.facelets.tag.faces.core.ConvertNumberHandler
- Converts - Annotation Interface in jakarta.persistence
-
Used to group
Convertannotations. - convertSelectManyValue(FacesContext, UISelectMany, String[]) - Method in class com.sun.faces.renderkit.html_basic.MenuRenderer
- convertSelectManyValuesForArray(FacesContext, UISelectMany, Class<?>, String[]) - Method in class com.sun.faces.renderkit.html_basic.MenuRenderer
- convertSelectManyValuesForCollection(FacesContext, UISelectMany, Class<? extends Collection<Object>>, String[]) - Method in class com.sun.faces.renderkit.html_basic.MenuRenderer
- convertSelectManyValuesForModel(FacesContext, UISelectMany, Class<?>, String[]) - Method in class com.sun.faces.renderkit.html_basic.MenuRenderer
- convertSelectOneValue(FacesContext, UISelectOne, String) - Method in class com.sun.faces.renderkit.html_basic.MenuRenderer
- 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.
- convertToObject(Class<?>, String) - Method in class com.sun.faces.application.PropertyEditorHelper
-
Convert the
textValueto an object of type targetClass by delegating to a converter. - convertToString(Class<?>, Object) - Method in class com.sun.faces.application.PropertyEditorHelper
-
Convert an object of type targetClass to text by delegating to a converter obtained from the Faces application.
- convertToType(ELContext, Object, Class<T>) - Method in class com.sun.faces.el.EmptyStringToNullELResolver
- convertToType(ELContext, Object, Class<T>) - Method in class jakarta.el.CompositeELResolver
-
Converts an object to a specific type.
- convertToType(ELContext, Object, Class<T>) - Method in class jakarta.el.ELResolver
-
Converts an object to a specific type.
- convertToType(ELContext, Object, Class<T>) - Method in class jakarta.el.OptionalELResolver
-
Converts an object to a specific type.
- convertToType(ELContext, Object, Class<T>) - Method in class jakarta.el.TypeConverter
-
Converts an object to a specific type.
- convertToType(Object, Class<T>) - Method in class jakarta.el.ELContext
-
Converts an object to a specific type.
- convertViewId(FacesContext, String) - Method in class com.sun.faces.application.view.MultiViewHandler
-
Adjust the viewID per the requirements of
MultiViewHandler.renderView(jakarta.faces.context.FacesContext, jakarta.faces.component.UIViewRoot). - cookie(Cookie) - Method in interface jakarta.ws.rs.client.Invocation.Builder
-
Add a cookie to be set.
- cookie(NewCookie...) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
-
Add cookies to the response message.
- cookie(String, String) - Method in interface jakarta.ws.rs.client.Invocation.Builder
-
Add a cookie to be set.
- Cookie - Class in jakarta.servlet.http
-
Creates a cookie, a small amount of information sent by a servlet to a Web browser, saved by the browser, and later sent back to the server.
- Cookie - Class in jakarta.ws.rs.core
-
Represents the value of a HTTP cookie, transferred in a request.
- Cookie(Cookie.AbstractCookieBuilder<?>) - Constructor for class jakarta.ws.rs.core.Cookie
-
Create a new instance from the supplied
Cookie.AbstractCookieBuilderinstance. - Cookie(String, String) - Constructor for class jakarta.servlet.http.Cookie
-
Constructs a cookie with the specified name and value.
- Cookie(String, String) - Constructor for class jakarta.ws.rs.core.Cookie
-
Deprecated.This constructor will be removed in a future version. Please use
Cookie.Builderinstead. - Cookie(String, String, String, String) - Constructor for class jakarta.ws.rs.core.Cookie
-
Deprecated.This constructor will be removed in a future version. Please use
Cookie.Builderinstead. - Cookie(String, String, String, String, int) - Constructor for class jakarta.ws.rs.core.Cookie
-
Deprecated.This constructor will be removed in a future version. Please use
Cookie.Builderinstead. - COOKIE - Enum constant in enum class jakarta.servlet.SessionTrackingMode
- COOKIE - Static variable in interface com.sun.faces.el.ELConstants
- COOKIE - Static variable in interface jakarta.ws.rs.core.HttpHeaders
-
See IETF RFC 2109.
- Cookie.AbstractCookieBuilder<T> - Class in jakarta.ws.rs.core
-
JAX-RS abstract
Cookiebuilder class. - Cookie.Builder - Class in jakarta.ws.rs.core
-
JAX-RS
Cookiebuilder class. - cookieHttpOnly() - Element in annotation interface jakarta.security.enterprise.authentication.mechanism.http.RememberMe
-
Flag to indicate that the remember me cookie should not be exposed to client-side scripting code, and should only be sent with HTTP requests.
- cookieHttpOnly() - Method in class jakarta.security.enterprise.authentication.mechanism.http.RememberMe.Literal
- cookieHttpOnlyExpression() - Element in annotation interface jakarta.security.enterprise.authentication.mechanism.http.RememberMe
-
Jakarta Expression Language expression variant of
cookieHttpOnly(). - cookieHttpOnlyExpression() - Method in class jakarta.security.enterprise.authentication.mechanism.http.RememberMe.Literal
- cookieMaxAgeSeconds() - Element in annotation interface jakarta.security.enterprise.authentication.mechanism.http.RememberMe
-
Max age in seconds for the remember me cookie.
- cookieMaxAgeSeconds() - Method in class jakarta.security.enterprise.authentication.mechanism.http.RememberMe.Literal
- cookieMaxAgeSecondsExpression() - Element in annotation interface jakarta.security.enterprise.authentication.mechanism.http.RememberMe
-
Jakarta Expression Language expression variant of
cookieMaxAgeSeconds(). - cookieMaxAgeSecondsExpression() - Method in class jakarta.security.enterprise.authentication.mechanism.http.RememberMe.Literal
- cookieName() - Element in annotation interface jakarta.security.enterprise.authentication.mechanism.http.RememberMe
-
Name of the remember me cookie.
- cookieName() - Method in class jakarta.security.enterprise.authentication.mechanism.http.RememberMe.Literal
- CookieParam - Annotation Interface in jakarta.ws.rs
-
Binds the value of a HTTP cookie to a resource method parameter, resource class field, or resource class bean property.
- cookieSecureOnly() - Element in annotation interface jakarta.security.enterprise.authentication.mechanism.http.RememberMe
-
Flag to indicate that the remember me cookie should only be sent using a secure protocol (e.g.
- cookieSecureOnly() - Method in class jakarta.security.enterprise.authentication.mechanism.http.RememberMe.Literal
- cookieSecureOnlyExpression() - Element in annotation interface jakarta.security.enterprise.authentication.mechanism.http.RememberMe
-
Jakarta Expression Language expression variant of
cookieSecureOnly(). - cookieSecureOnlyExpression() - Method in class jakarta.security.enterprise.authentication.mechanism.http.RememberMe.Literal
- coords - Enum constant in enum class jakarta.faces.component.html.HtmlCommandLink.PropertyKeys
- coords - Enum constant in enum class jakarta.faces.component.html.HtmlOutcomeTargetLink.PropertyKeys
- coords - Enum constant in enum class jakarta.faces.component.html.HtmlOutputLink.PropertyKeys
- Copier - Interface in com.sun.faces.util.copier
-
Interface that is to be implement by classes that know how to copy an object.
- CopierUtils - Class in com.sun.faces.util.copier
- CopierUtils() - Constructor for class com.sun.faces.util.copier.CopierUtils
- copy(ClientResourceInfo) - Method in class com.sun.faces.application.resource.ClientResourceInfo
- copy(ResourceInfo) - Method in class com.sun.faces.application.resource.ResourceInfo
- copy(Object) - Method in class com.sun.faces.util.copier.CloneCopier
- copy(Object) - Method in interface com.sun.faces.util.copier.Copier
-
Return an object that's logically a copy of the given object.
- copy(Object) - Method in class com.sun.faces.util.copier.CopyCtorCopier
- copy(Object) - Method in class com.sun.faces.util.copier.MultiStrategyCopier
- copy(Object) - Method in class com.sun.faces.util.copier.NewInstanceCopier
- copy(Object) - Method in class com.sun.faces.util.copier.SerializationCopier
- copy(String, String) - Method in interface jakarta.json.JsonPatchBuilder
-
Adds a "copy" JSON Patch operation.
- copy(CompletableFuture<T>) - Method in interface jakarta.enterprise.concurrent.ManagedExecutorService
-
Returns a new
CompletableFuturethat is completed by the completion of the specified stage. - copy(CompletionStage<T>) - Method in interface jakarta.enterprise.concurrent.ManagedExecutorService
-
Returns a new
CompletionStagethat is completed by the completion of the specified stage. - COPY - Enum constant in enum class jakarta.json.JsonPatch.Operation
-
"copy" operation.
- CopyCtorCopier - Class in com.sun.faces.util.copier
-
Copier that copies an object using its copy constructor.
- CopyCtorCopier() - Constructor for class com.sun.faces.util.copier.CopyCtorCopier
- copyPassthroughAttributes(FaceletContext, UIComponent, Tag) - Static method in class com.sun.faces.facelets.tag.faces.ComponentSupport
- CoreLibrary - Class in com.sun.faces.facelets.tag.faces.core
-
For Tag details, see Faces Core taglib documentation.
- CoreLibrary(String) - Constructor for class com.sun.faces.facelets.tag.faces.core.CoreLibrary
- correlate(CollectionJoin<X, Y>) - Method in interface jakarta.persistence.criteria.Subquery
-
Create a subquery collection join object correlated to a collection join object of the enclosing query.
- correlate(Join<X, Y>) - Method in interface jakarta.persistence.criteria.Subquery
-
Create a subquery join object correlated to a join object of the enclosing query.
- correlate(ListJoin<X, Y>) - Method in interface jakarta.persistence.criteria.Subquery
-
Create a subquery list join object correlated to a list join object of the enclosing query.
- correlate(MapJoin<X, K, V>) - Method in interface jakarta.persistence.criteria.Subquery
-
Create a subquery map join object correlated to a map join object of the enclosing query.
- correlate(Root<Y>) - Method in interface jakarta.persistence.criteria.Subquery
-
Create a subquery root correlated to a root of the enclosing query.
- correlate(SetJoin<X, Y>) - Method in interface jakarta.persistence.criteria.Subquery
-
Create a subquery set join object correlated to a set join object of the enclosing query.
- count(Expression<?>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create an aggregate expression applying the count operation.
- countAttachments() - Method in class jakarta.xml.soap.SOAPMessage
-
Gets a count of the number of attachments in this message.
- countDistinct(Expression<?>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create an aggregate expression applying the count distinct operation.
- create() - Static method in interface jakarta.json.bind.JsonbBuilder
-
Create a new
Jsonbinstance using the defaultJsonbBuilderimplementation provided as returned fromJsonbProvider.provider()method. - create() - Method in class jakarta.json.bind.spi.JsonbProvider
-
Returns a new instance of
JsonbBuilderclass. - create() - Static method in class jakarta.websocket.ClientEndpointConfig.Builder
-
Creates a new builder object with no subprotocols, extensions, encoders, decoders and a
nullconfigurator. - create(boolean) - Method in interface jakarta.persistence.SchemaManager
-
Create database objects mapped by entities belonging to the persistence unit.
- create(CreationalContext<Map<String, Object>>) - Method in class com.sun.faces.cdi.ApplicationMapProducer
- create(CreationalContext<Object>) - Method in class com.sun.faces.cdi.ApplicationProducer
- create(CreationalContext<UIComponent>) - Method in class com.sun.faces.cdi.ComponentProducer
- create(CreationalContext<Object>) - Method in class com.sun.faces.cdi.CompositeComponentProducer
- create(CreationalContext<Map<Class<?>, Class<? extends DataModel<?>>>>) - Method in class com.sun.faces.cdi.DataModelClassesMapProducer
- create(CreationalContext<ExternalContext>) - Method in class com.sun.faces.cdi.ExternalContextProducer
- create(CreationalContext<FacesContext>) - Method in class com.sun.faces.cdi.FacesContextProducer
- create(CreationalContext<Object>) - Method in class com.sun.faces.cdi.FlashProducer
- create(CreationalContext<Map<Object, Object>>) - Method in class com.sun.faces.cdi.FlowMapProducer
- create(CreationalContext<Flow>) - Method in class com.sun.faces.cdi.FlowProducer
- create(CreationalContext<Map<String, String>>) - Method in class com.sun.faces.cdi.HeaderMapProducer
- create(CreationalContext<Map<String, String[]>>) - Method in class com.sun.faces.cdi.HeaderValuesMapProducer
- create(CreationalContext<Map<String, String>>) - Method in class com.sun.faces.cdi.InitParameterMapProducer
- create(CreationalContext<Object>) - Method in class com.sun.faces.cdi.ManagedPropertyProducer
- create(CreationalContext<Map<String, Object>>) - Method in class com.sun.faces.cdi.RequestCookieMapProducer
- create(CreationalContext<Map<String, Object>>) - Method in class com.sun.faces.cdi.RequestMapProducer
- create(CreationalContext<Map<String, String>>) - Method in class com.sun.faces.cdi.RequestParameterMapProducer
- create(CreationalContext<Map<String, String[]>>) - Method in class com.sun.faces.cdi.RequestParameterValuesMapProducer
- create(CreationalContext<Object>) - Method in class com.sun.faces.cdi.RequestProducer
- create(CreationalContext<ResourceHandler>) - Method in class com.sun.faces.cdi.ResourceHandlerProducer
- create(CreationalContext<Map<String, Object>>) - Method in class com.sun.faces.cdi.SessionMapProducer
- create(CreationalContext<Object>) - Method in class com.sun.faces.cdi.SessionProducer
- create(CreationalContext<Map<String, Object>>) - Method in class com.sun.faces.cdi.ViewMapProducer
- create(CreationalContext<UIViewRoot>) - Method in class com.sun.faces.cdi.ViewProducer
- create(CreationalContext<T>) - Method in interface jakarta.enterprise.context.spi.Contextual
-
Create a new instance of the contextual type.
- create(Instance<Object>, Parameters) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticBeanCreator
-
Creates an instance of the synthetic bean.
- create(ClassInfo) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilderFactory
-
Returns a new
AnnotationBuilderfor given annotation type. - create(JsonbConfig) - Static method in interface jakarta.json.bind.JsonbBuilder
-
Create a new
Jsonbinstance using the defaultJsonbBuilderimplementation provided as returned fromJsonbProvider.provider()method, configured with provided configuration. - create(Class<?>, String) - Static method in class jakarta.websocket.server.ServerEndpointConfig.Builder
-
Creates the builder with the mandatory information of the endpoint class (programmatic or annotated), the relative URI or URI-template to use, and with no subprotocols, extensions, encoders, decoders or custom configurator.
- create(Class<? extends Annotation>) - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilderFactory
-
Returns a new
AnnotationBuilderfor given annotation type. - create(Object) - Static method in class jakarta.xml.ws.Endpoint
-
Creates an endpoint with the specified implementor object.
- create(Object, WebServiceFeature...) - Static method in class jakarta.xml.ws.Endpoint
-
Creates an endpoint with the specified implementor object and web service features.
- create(String, Object) - Static method in class jakarta.xml.ws.Endpoint
-
Creates an endpoint with the specified binding type and implementor object.
- create(String, Object, WebServiceFeature...) - Static method in class jakarta.xml.ws.Endpoint
-
Creates an endpoint with the specified binding type, implementor object, and web service features.
- create(URL, QName) - Static method in class jakarta.xml.ws.Service
-
Creates a
Serviceinstance. - create(URL, QName, WebServiceFeature...) - Static method in class jakarta.xml.ws.Service
-
Creates a
Serviceinstance. - create(Function<CreationalContext<Map<String, Object>>, Map<String, Object>>) - Method in class com.sun.faces.cdi.ApplicationMapProducer
- create(Function<CreationalContext<Object>, Object>) - Method in class com.sun.faces.cdi.ApplicationProducer
- create(Function<CreationalContext<UIComponent>, UIComponent>) - Method in class com.sun.faces.cdi.ComponentProducer
- create(Function<CreationalContext<Object>, Object>) - Method in class com.sun.faces.cdi.CompositeComponentProducer
- create(Function<CreationalContext<Map<Class<?>, Class<? extends DataModel<?>>>>, Map<Class<?>, Class<? extends DataModel<?>>>>) - Method in class com.sun.faces.cdi.DataModelClassesMapProducer
- create(Function<CreationalContext<ExternalContext>, ExternalContext>) - Method in class com.sun.faces.cdi.ExternalContextProducer
- create(Function<CreationalContext<FacesContext>, FacesContext>) - Method in class com.sun.faces.cdi.FacesContextProducer
- create(Function<CreationalContext<Object>, Object>) - Method in class com.sun.faces.cdi.FlashProducer
- create(Function<CreationalContext<Map<Object, Object>>, Map<Object, Object>>) - Method in class com.sun.faces.cdi.FlowMapProducer
- create(Function<CreationalContext<Flow>, Flow>) - Method in class com.sun.faces.cdi.FlowProducer
- create(Function<CreationalContext<Map<String, String>>, Map<String, String>>) - Method in class com.sun.faces.cdi.HeaderMapProducer
- create(Function<CreationalContext<Map<String, String[]>>, Map<String, String[]>>) - Method in class com.sun.faces.cdi.HeaderValuesMapProducer
- create(Function<CreationalContext<Map<String, String>>, Map<String, String>>) - Method in class com.sun.faces.cdi.InitParameterMapProducer
- create(Function<CreationalContext<Object>, Object>) - Method in class com.sun.faces.cdi.ManagedPropertyProducer
- create(Function<CreationalContext<Map<String, Object>>, Map<String, Object>>) - Method in class com.sun.faces.cdi.RequestCookieMapProducer
- create(Function<CreationalContext<Map<String, Object>>, Map<String, Object>>) - Method in class com.sun.faces.cdi.RequestMapProducer
- create(Function<CreationalContext<Map<String, String>>, Map<String, String>>) - Method in class com.sun.faces.cdi.RequestParameterMapProducer
- create(Function<CreationalContext<Map<String, String[]>>, Map<String, String[]>>) - Method in class com.sun.faces.cdi.RequestParameterValuesMapProducer
- create(Function<CreationalContext<Object>, Object>) - Method in class com.sun.faces.cdi.RequestProducer
- create(Function<CreationalContext<ResourceHandler>, ResourceHandler>) - Method in class com.sun.faces.cdi.ResourceHandlerProducer
- create(Function<CreationalContext<Map<String, Object>>, Map<String, Object>>) - Method in class com.sun.faces.cdi.SessionMapProducer
- create(Function<CreationalContext<Object>, Object>) - Method in class com.sun.faces.cdi.SessionProducer
- create(Function<CreationalContext<Map<String, Object>>, Map<String, Object>>) - Method in class com.sun.faces.cdi.ViewMapProducer
- create(Function<CreationalContext<UIViewRoot>, UIViewRoot>) - Method in class com.sun.faces.cdi.ViewProducer
- create(QName) - Static method in class jakarta.xml.ws.Service
-
Creates a
Serviceinstance. - create(QName, WebServiceFeature...) - Static method in class jakarta.xml.ws.Service
-
Creates a
Serviceinstance. - createAndPublishEndpoint(String, Object) - Method in class jakarta.xml.ws.spi.Provider
-
Creates and publishes an endpoint object with the specified address and implementation object.
- createAndPublishEndpoint(String, Object, WebServiceFeature...) - Method in class jakarta.xml.ws.spi.Provider
-
Creates and publishes an endpoint object with the specified address, implementation object and web service features.
- createAndStoreCryptographicallyStrongTokenInSession(HttpSession) - Static method in class com.sun.faces.renderkit.StateHelper
- createAnnotatedType(Class<T>) - Method in class com.sun.faces.util.ELAwareBeanManagerWrapper
- createAnnotatedType(Class<T>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
-
Obtain an
AnnotatedTypethat may be used to read the annotations of the given class or interface. - createAnnotationProvider(ServletContext) - Static method in class com.sun.faces.spi.AnnotationProviderFactory
- createArrayBuilder() - Static method in class jakarta.json.Json
-
Creates a JSON array builder
- createArrayBuilder() - Method in interface jakarta.json.JsonBuilderFactory
-
Creates a
JsonArrayBuilderinstance that is used to buildJsonArray - createArrayBuilder() - Method in class jakarta.json.spi.JsonProvider
-
Creates a JSON array builder.
- createArrayBuilder(JsonArray) - Static method in class jakarta.json.Json
-
Creates a JSON array builder, initialized with the specified array
- createArrayBuilder(JsonArray) - Method in interface jakarta.json.JsonBuilderFactory
-
Creates a
JsonArrayBuilderinstance, initialized with an array. - createArrayBuilder(JsonArray) - Method in class jakarta.json.spi.JsonProvider
-
Creates a JSON array builder, initialized with the specified array.
- createArrayBuilder(Collection<?>) - Static method in class jakarta.json.Json
-
Creates a JSON array builder, initialized with the content of specified
collection. - createArrayBuilder(Collection<?>) - Method in interface jakarta.json.JsonBuilderFactory
-
Creates a
JsonArrayBuilderinstance, initialized with the content of specified collection. - createArrayBuilder(Collection<?>) - Method in class jakarta.json.spi.JsonProvider
-
Creates a JSON array builder, initialized with the content of specified
collection. - createAttachmentPart() - Method in class jakarta.xml.soap.SOAPMessage
-
Creates a new empty
AttachmentPartobject. - createAttachmentPart(DataHandler) - Method in class jakarta.xml.soap.SOAPMessage
-
Creates an
AttachmentPartobject and populates it using the givenDataHandlerobject. - createAttachmentPart(Object, String) - Method in class jakarta.xml.soap.SOAPMessage
-
Creates an
AttachmentPartobject and populates it with the specified data of the specified content type. - createBean(BeanAttributes<T>, Class<T>, InjectionTargetFactory<T>) - Method in class com.sun.faces.util.ELAwareBeanManagerWrapper
- createBean(BeanAttributes<T>, Class<T>, InjectionTargetFactory<T>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
- createBean(BeanAttributes<T>, Class<X>, ProducerFactory<X>) - Method in class com.sun.faces.util.ELAwareBeanManagerWrapper
- createBean(BeanAttributes<T>, Class<X>, ProducerFactory<X>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
- createBean(FacesContext, Contextual<T>, CreationalContext<T>) - Method in class com.sun.faces.application.view.ViewScopeContextManager
-
Create the bean.
- createBean(FacesContext, Contextual<T>, CreationalContext<T>) - Method in class com.sun.faces.cdi.clientwindow.ClientWindowScopeContextManager
-
Create the bean.
- createBeanAttributes(AnnotatedMember<?>) - Method in class com.sun.faces.util.ELAwareBeanManagerWrapper
- createBeanAttributes(AnnotatedMember<?>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
-
Obtains a
BeanAttributesfor the givenAnnotatedType. - createBeanAttributes(AnnotatedType<T>) - Method in class com.sun.faces.util.ELAwareBeanManagerWrapper
- createBeanAttributes(AnnotatedType<T>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
-
Obtains a
BeanAttributesfor the givenAnnotatedType. - createBehavior(BeanManager, String) - Static method in class com.sun.faces.cdi.CdiUtils
-
Create a behavior using the FacesBehavior value attribute.
- createBehavior(String) - Method in class com.sun.faces.application.ApplicationImpl
- createBehavior(String) - Method in class com.sun.faces.application.applicationimpl.InstanceFactory
- createBehavior(String) - Method in class jakarta.faces.application.Application
-
Instantiate and return a new
Behaviorinstance of the class specified by a previous call toaddBehavior()for the specified behavior id. - createBehavior(String) - Method in class jakarta.faces.application.ApplicationWrapper
-
The default behavior of this method is to call
Application.createBehavior(String)on the wrappedApplicationobject. - createBehaviorHandlerDelegate(BehaviorHandler) - Method in class com.sun.faces.facelets.tag.faces.TagHandlerDelegateFactoryImpl
- createBehaviorHandlerDelegate(BehaviorHandler) - Method in class jakarta.faces.view.facelets.TagHandlerDelegateFactory
-
Create and return a
TagHandlerDelegateinstance designed for use withBehaviorHandler. - createBinder() - Method in class jakarta.xml.bind.JAXBContext
-
Creates a
Binderfor W3C DOM. - createBinder(Class<T>) - Method in class jakarta.xml.bind.JAXBContext
-
Creates a
Binderobject that can be used for associative/in-place unmarshalling/marshalling. - createBuilderFactory(Map<String, ?>) - Static method in class jakarta.json.Json
-
Creates a builder factory for creating
JsonArrayBuilderandJsonObjectBuilderobjects. - createBuilderFactory(Map<String, ?>) - Method in class jakarta.json.spi.JsonProvider
-
Creates a builder factory for creating
JsonArrayBuilderandJsonObjectBuilderobjects. - 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.
- createCollection(Collection<Object>, Class<? extends Collection<Object>>) - Method in class com.sun.faces.renderkit.html_basic.MenuRenderer
- createCollectionFromHint(Object) - Method in class com.sun.faces.renderkit.html_basic.MenuRenderer
-
Create a collection from the provided hint.
- createCompiler(Map<String, Object>, WebConfiguration) - Method in class com.sun.faces.application.ApplicationAssociate
- createComponent(ValueExpression, FacesContext, String) - Method in class com.sun.faces.application.ApplicationImpl
- createComponent(ValueExpression, FacesContext, String) - Method in class com.sun.faces.application.applicationimpl.InstanceFactory
- createComponent(ValueExpression, FacesContext, String) - Method in class jakarta.faces.application.Application
- createComponent(ValueExpression, FacesContext, String) - Method in class jakarta.faces.application.ApplicationWrapper
-
The default behavior of this method is to call
Application.createComponent(jakarta.el.ValueExpression, jakarta.faces.context.FacesContext, String)on the wrappedApplicationobject. - createComponent(ValueExpression, FacesContext, String, String) - Method in class com.sun.faces.application.ApplicationImpl
- createComponent(ValueExpression, FacesContext, String, String) - Method in class com.sun.faces.application.applicationimpl.InstanceFactory
- createComponent(ValueExpression, FacesContext, String, String) - Method in class jakarta.faces.application.Application
-
Like
Application.createComponent(ValueExpression, FacesContext, String)except theRendererfor the component to be returned must be inspected for the annotations mentioned inApplication.createComponent(ValueExpression, FacesContext, String)as specified in the documentation for that method. - createComponent(ValueExpression, FacesContext, String, String) - Method in class jakarta.faces.application.ApplicationWrapper
-
The default behavior of this method is to call
Application.createComponent(jakarta.el.ValueExpression, jakarta.faces.context.FacesContext, String, String)on the wrappedApplicationobject. - createComponent(FacesContext, Resource) - Method in class com.sun.faces.application.ApplicationImpl
- createComponent(FacesContext, Resource) - Method in class jakarta.faces.application.Application
- createComponent(FacesContext, Resource) - Method in class jakarta.faces.application.ApplicationWrapper
-
The default behavior of this method is to call
Application.createComponent(jakarta.faces.context.FacesContext, Resource)on the wrappedApplicationobject. - createComponent(FacesContext, Resource, ExpressionFactory) - Method in class com.sun.faces.application.applicationimpl.InstanceFactory
- createComponent(FacesContext, String, String) - Method in class com.sun.faces.application.ApplicationImpl
- createComponent(FacesContext, String, String) - Method in class com.sun.faces.application.applicationimpl.InstanceFactory
- createComponent(FacesContext, String, String) - Method in class jakarta.faces.application.Application
-
Like
Application.createComponent(String)except theRendererfor the component to be returned must be inspected for the annotations mentioned inApplication.createComponent(ValueExpression, FacesContext, String)as specified in the documentation for that method. - createComponent(FacesContext, String, String) - Method in class jakarta.faces.application.ApplicationWrapper
-
The default behavior of this method is to call
Application.createComponent(jakarta.faces.context.FacesContext, String, String)on the wrappedApplicationobject. - createComponent(FacesContext, String, String, Map<String, Object>) - Method in class com.sun.faces.application.view.FaceletViewHandlingStrategy
- createComponent(FacesContext, String, String, Map<String, Object>) - Method in class jakarta.faces.view.ViewDeclarationLanguage
-
Create a component given a
ViewDeclarationLanguagespecific tag library URI and tag name. - createComponent(FacesContext, String, String, Map<String, Object>) - Method in class jakarta.faces.view.ViewDeclarationLanguageWrapper
- createComponent(FaceletContext) - Method in class com.sun.faces.facelets.tag.faces.CompositeComponentTagHandler
- createComponent(FaceletContext) - Method in class com.sun.faces.facelets.tag.faces.PassThroughElementComponentHandler
- createComponent(FaceletContext) - Method in class jakarta.faces.view.facelets.ComponentHandler
-
Subclasses that wish to take over the task of instantiating the
UIComponentinstance corresponding to this tag handler my override this method to do so. - createComponent(String) - Method in class com.sun.faces.application.ApplicationImpl
- createComponent(String) - Method in class com.sun.faces.application.applicationimpl.InstanceFactory
- createComponent(String) - Method in class jakarta.faces.application.Application
-
Instantiate and return a new
UIComponentinstance of the class specified by a previous call toaddComponent()for the specified component type. - createComponent(String) - Method in class jakarta.faces.application.ApplicationWrapper
-
The default behavior of this method is to call
Application.createComponent(String)on the wrappedApplicationobject. - createComponentHandlerDelegate(ComponentHandler) - Method in class com.sun.faces.facelets.tag.faces.TagHandlerDelegateFactoryImpl
- createComponentHandlerDelegate(ComponentHandler) - Method in class jakarta.faces.view.facelets.TagHandlerDelegateFactory
-
Create and return a
TagHandlerDelegateinstance designed for use withComponentHandler. - createConfigurationBuilder() - Method in class jakarta.ws.rs.ext.RuntimeDelegate
-
Create a new instance of a
SeBootstrap.Configuration.Builder. - createConnection() - Method in class jakarta.xml.soap.SOAPConnectionFactory
-
Create a new
SOAPConnection. - createContainerEntityManagerFactory(PersistenceUnitInfo, Map<?, ?>) - Method in interface jakarta.persistence.spi.PersistenceProvider
-
Called by the container when an
EntityManagerFactoryis to be created. - createContext(Class<?>[], Map<String, ?>) - Method in interface jakarta.xml.bind.JAXBContextFactory
-
Create a new instance of a
JAXBContextclass. - createContext(String, ClassLoader, Map<String, ?>) - Method in interface jakarta.xml.bind.JAXBContextFactory
-
Create a new instance of a
JAXBContextclass. - createContextualProxy(Object, Class<?>...) - Method in interface jakarta.enterprise.concurrent.ContextService
-
Creates a new contextual object proxy for the input object instance.
- createContextualProxy(Object, Map<String, String>, Class<?>...) - Method in interface jakarta.enterprise.concurrent.ContextService
-
Creates a new contextual object proxy for the input object instance.
- createContextualProxy(T, Class<T>) - Method in interface jakarta.enterprise.concurrent.ContextService
-
Creates a new contextual object proxy for the input object instance.
- createContextualProxy(T, Map<String, String>, Class<T>) - Method in interface jakarta.enterprise.concurrent.ContextService
-
Creates a new contextual object proxy for the input object instance.
- createConverter(BeanManager, Class<?>) - Static method in class com.sun.faces.cdi.CdiUtils
-
Create a converter using the FacesConverter forClass attribute.
- createConverter(BeanManager, String) - Static method in class com.sun.faces.cdi.CdiUtils
-
Create a converter using the FacesConverter value attribute.
- createConverter(FaceletContext) - Method in class com.sun.faces.facelets.tag.faces.core.ConvertDateTimeHandler
-
Returns a new DateTimeConverter
- createConverter(FaceletContext) - Method in class com.sun.faces.facelets.tag.faces.core.ConvertDelegateHandler
-
Uses the specified "converterId" to pull an instance from the Application
- createConverter(FaceletContext) - Method in class com.sun.faces.facelets.tag.faces.core.ConvertNumberHandler
-
Returns a new NumberConverter
- createConverter(Class<?>) - Method in class com.sun.faces.application.ApplicationImpl
- createConverter(Class<?>) - Method in class com.sun.faces.application.applicationimpl.InstanceFactory
- createConverter(Class<?>) - Method in class jakarta.faces.application.Application
-
Instantiate and return a new
Converterinstance of the class that has registered itself as capable of performing conversions for objects of the specified type. - createConverter(Class<?>) - Method in class jakarta.faces.application.ApplicationWrapper
-
The default behavior of this method is to call
Application.createConverter(Class)on the wrappedApplicationobject. - createConverter(String) - Method in class com.sun.faces.application.ApplicationImpl
- createConverter(String) - Method in class com.sun.faces.application.applicationimpl.InstanceFactory
- createConverter(String) - Method in class jakarta.faces.application.Application
-
Instantiate and return a new
Converterinstance of the class specified by a previous call toaddConverter()for the specified converter id. - createConverter(String) - Method in class jakarta.faces.application.ApplicationWrapper
-
The default behavior of this method is to call
Application.createConverter(String)on the wrappedApplicationobject. - createConverterHandlerDelegate(ConverterHandler) - Method in class com.sun.faces.facelets.tag.faces.TagHandlerDelegateFactoryImpl
- createConverterHandlerDelegate(ConverterHandler) - Method in class jakarta.faces.view.facelets.TagHandlerDelegateFactory
-
Create and return a
TagHandlerDelegateinstance designed for use withConverterHandler. - createCreationalContext(Contextual<T>) - Method in class com.sun.faces.util.ELAwareBeanManagerWrapper
- createCreationalContext(Contextual<T>) - Method in interface jakarta.enterprise.inject.spi.BeanContainer
-
Obtain an instance of a
CreationalContextfor the given contextual type, or for a non-contextual object. - createCriteriaDelete(Class<T>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create a
CriteriaDeletequery object to perform a bulk delete operation. - createCriteriaUpdate(Class<T>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create a
CriteriaUpdatequery object to perform a bulk update operation. - created(URI) - Static method in class jakarta.ws.rs.core.Response
-
Create a new ResponseBuilder for a created resource, set the location header using the supplied value.
- CREATED - Enum constant in enum class jakarta.ws.rs.core.Response.Status
-
201 Created, see HTTP/1.1 documentation.
- createDataContentHandler(String) - Method in class jakarta.activation.CommandMap
-
Locate a DataContentHandler that corresponds to the MIME type.
- createDataContentHandler(String) - Method in interface jakarta.activation.DataContentHandlerFactory
-
Creates a new DataContentHandler object for the MIME type.
- createDataContentHandler(String) - Method in class jakarta.activation.MailcapCommandMap
-
Return the DataContentHandler for the specified MIME type.
- createDataContentHandler(String, DataSource) - Method in class jakarta.activation.CommandMap
-
Locate a DataContentHandler that corresponds to the MIME type.
- createDataModel(Class<?>) - Static method in class com.sun.faces.cdi.CdiUtils
- createDetail() - Method in class jakarta.xml.soap.SOAPFactory
-
Creates a new
Detailobject which serves as a container forDetailEntryobjects. - 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. - createDispatch(EndpointReference, JAXBContext, Service.Mode, WebServiceFeature...) - Method in class jakarta.xml.ws.Service
-
Creates a
Dispatchinstance for use with Jakarta XML Binding generated objects. - createDispatch(EndpointReference, JAXBContext, Service.Mode, WebServiceFeature...) - Method in class jakarta.xml.ws.spi.ServiceDelegate
-
Creates a
Dispatchinstance for use with Jakarta XML Binding generated objects. - createDispatch(EndpointReference, Class<T>, Service.Mode, WebServiceFeature...) - Method in class jakarta.xml.ws.Service
-
Creates a
Dispatchinstance for use with objects of the client's choosing. - createDispatch(EndpointReference, Class<T>, Service.Mode, WebServiceFeature...) - Method in class jakarta.xml.ws.spi.ServiceDelegate
-
Creates a
Dispatchinstance for use with objects of the user's choosing. - createDispatch(QName, JAXBContext, Service.Mode) - Method in class jakarta.xml.ws.Service
-
Creates a
Dispatchinstance for use with Jakarta XML Binding generated objects. - createDispatch(QName, JAXBContext, Service.Mode) - Method in class jakarta.xml.ws.spi.ServiceDelegate
-
Creates a
Dispatchinstance for use with Jakarta XML Binding generated objects. - createDispatch(QName, JAXBContext, Service.Mode, WebServiceFeature...) - Method in class jakarta.xml.ws.Service
-
Creates a
Dispatchinstance for use with Jakarta XML Binding generated objects. - createDispatch(QName, JAXBContext, Service.Mode, WebServiceFeature...) - Method in class jakarta.xml.ws.spi.ServiceDelegate
-
Creates a
Dispatchinstance for use with Jakarta XML Binding generated objects. - createDispatch(QName, Class<T>, Service.Mode) - Method in class jakarta.xml.ws.Service
-
Creates a
Dispatchinstance for use with objects of the client's choosing. - createDispatch(QName, Class<T>, Service.Mode) - Method in class jakarta.xml.ws.spi.ServiceDelegate
-
Creates a
Dispatchinstance for use with objects of the user's choosing. - createDispatch(QName, Class<T>, Service.Mode, WebServiceFeature...) - Method in class jakarta.xml.ws.Service
-
Creates a
Dispatchinstance for use with objects of the client's choosing. - createDispatch(QName, Class<T>, Service.Mode, WebServiceFeature...) - Method in class jakarta.xml.ws.spi.ServiceDelegate
-
Creates a
Dispatchinstance for use with objects of the user's choosing. - createDocumentBuilderFactory() - Static method in class com.sun.faces.util.Util
- 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.
- createElement(Name) - Method in class jakarta.xml.soap.SOAPFactory
-
Creates a
SOAPElementobject initialized with the givenNameobject. - createElement(String) - Method in class jakarta.xml.soap.SOAPFactory
-
Creates a
SOAPElementobject initialized with the given local name. - createElement(String, String, String) - Method in class jakarta.xml.soap.SOAPFactory
-
Creates a new
SOAPElementobject with the given local name, prefix and uri. - createElement(QName) - Method in class jakarta.xml.soap.SOAPFactory
-
Creates a
SOAPElementobject initialized with the givenQNameobject. - createElement(Element) - Method in class jakarta.xml.soap.SOAPFactory
-
Creates a
SOAPElementobject from an existing DOMElement. - createEndpoint(Application, Class<T>) - Method in class jakarta.ws.rs.ext.RuntimeDelegate
-
Create a configured instance of the supplied endpoint type.
- createEndpoint(String, Class<?>, Invoker, WebServiceFeature...) - Method in class jakarta.xml.ws.spi.Provider
-
Creates an endpoint object with the provided binding, implementation class, invoker and web service features.
- createEndpoint(String, Object) - Method in class jakarta.xml.ws.spi.Provider
-
Creates an endpoint object with the provided binding and implementation object.
- createEndpoint(String, Object, WebServiceFeature...) - Method in class jakarta.xml.ws.spi.Provider
-
Creates an endpoint object with the provided binding, implementation object and web service features.
- createEntityGraph(Class<T>) - Method in interface jakarta.persistence.EntityManager
-
Create a new mutable
EntityGraph, allowing dynamic definition of an entity graph. - createEntityGraph(String) - Method in interface jakarta.persistence.EntityManager
-
Obtain a mutable copy of a named
EntityGraph, or return null if there is no entity graph with the given name. - createEntityManager() - Method in interface jakarta.persistence.EntityManagerFactory
-
Create a new application-managed
EntityManager. - createEntityManager(SynchronizationType) - Method in interface jakarta.persistence.EntityManagerFactory
-
Create a new JTA application-managed
EntityManagerwith the specified synchronization type. - createEntityManager(SynchronizationType, Map<?, ?>) - Method in interface jakarta.persistence.EntityManagerFactory
-
Create a new JTA application-managed
EntityManagerwith the specified synchronization type and map of properties. - createEntityManager(Map<?, ?>) - Method in interface jakarta.persistence.EntityManagerFactory
-
Create a new application-managed
EntityManagerwith the givenMapspecifying property settings. - createEntityManagerFactory() - Method in class jakarta.persistence.PersistenceConfiguration
-
Create a new
EntityManagerFactorybased on this configuration. - createEntityManagerFactory(PersistenceConfiguration) - Static method in class jakarta.persistence.Persistence
-
Create and return an
EntityManagerFactoryfor the named persistence unit, using the given properties. - createEntityManagerFactory(PersistenceConfiguration) - Method in interface jakarta.persistence.spi.PersistenceProvider
-
Called by
Persistenceclass when anEntityManagerFactoryis to be created. - createEntityManagerFactory(String) - Static method in class jakarta.persistence.Persistence
-
Create and return an
EntityManagerFactoryfor the named persistence unit. - createEntityManagerFactory(String, Map<?, ?>) - Static method in class jakarta.persistence.Persistence
-
Create and return an
EntityManagerFactoryfor the named persistence unit, using the given properties. - createEntityManagerFactory(String, Map<?, ?>) - Method in interface jakarta.persistence.spi.PersistenceProvider
-
Called by
Persistenceclass when anEntityManagerFactoryis to be created. - createEntityPartBuilder(String) - Method in class jakarta.ws.rs.ext.RuntimeDelegate
-
Create a new instance of a
EntityPart.Builder. - CreateException - Exception Class 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 class jakarta.ejb.CreateException
-
Constructs a CreateException with no detail message.
- CreateException(String) - Constructor for exception class jakarta.ejb.CreateException
-
Constructs a CreateException with the specified detail message.
- createExpressionFactory() - Method in class com.sun.faces.facelets.compiler.Compiler
- createFaceletFactory(FacesContext, Compiler, WebConfiguration) - Method in class com.sun.faces.application.ApplicationAssociate
- createFault() - Method in class jakarta.xml.soap.SOAPFactory
-
Creates a new default
SOAPFaultobject - createFault(String, QName) - Method in class jakarta.xml.soap.SOAPFactory
-
Creates a new
SOAPFaultobject initialized with the givenreasonTextandfaultCode - createFilter(Class<T>) - Method in interface jakarta.servlet.ServletContext
-
Instantiates the given Filter class.
- createFlowHandler(FacesContext) - Method in class com.sun.faces.flow.FlowHandlerFactoryImpl
-
Create the flow handler.
- createFlowHandler(FacesContext) - Method in class jakarta.faces.flow.FlowHandlerFactory
-
Create the singleton instance of
FlowHandler. - createFlowHandler(FacesContext) - Method in class jakarta.faces.flow.FlowHandlerFactoryWrapper
- createFunction(String, String) - Method in class com.sun.faces.facelets.tag.AbstractTagLibrary
- createFunction(String, String) - Method in class com.sun.faces.facelets.tag.CompositeTagLibrary
- createFunction(String, String) - Method in interface com.sun.faces.facelets.tag.TagLibrary
-
Return a Method instance for the passed namespace and name
- createFunction(String, String) - Method in class com.sun.faces.facelets.util.FunctionLibrary
- createGenerator(OutputStream) - Static method in class jakarta.json.Json
-
Creates a JSON generator for writing JSON to a byte stream.
- createGenerator(OutputStream) - Method in class jakarta.json.spi.JsonProvider
-
Creates a JSON generator for writing JSON text to a byte stream.
- createGenerator(OutputStream) - Method in interface jakarta.json.stream.JsonGeneratorFactory
-
Creates a JSON generator to write JSON text to a byte stream.
- createGenerator(OutputStream, Charset) - Method in interface jakarta.json.stream.JsonGeneratorFactory
-
Creates a JSON generator to write JSON text to a byte stream.
- createGenerator(Writer) - Static method in class jakarta.json.Json
-
Creates a JSON generator for writing JSON to a character stream.
- createGenerator(Writer) - Method in class jakarta.json.spi.JsonProvider
-
Creates a JSON generator for writing JSON text to a character stream.
- createGenerator(Writer) - Method in interface jakarta.json.stream.JsonGeneratorFactory
-
Creates a JSON generator to write JSON text to a character stream.
- createGeneratorFactory(Map<String, ?>) - Static method in class jakarta.json.Json
-
Creates a generator factory for creating
JsonGeneratorobjects. - createGeneratorFactory(Map<String, ?>) - Method in class jakarta.json.spi.JsonProvider
-
Creates a generator factory for creating
JsonGeneratorinstances. - createGenericConfiguration(BootstrapState) - Method in interface jakarta.validation.spi.ValidationProvider
-
Returns a
Configurationinstance. - createHeaderDelegate(Class<T>) - Method in class jakarta.ws.rs.ext.RuntimeDelegate
-
Obtain an instance of a
RuntimeDelegate.HeaderDelegatefor the supplied class. - createInjectionPoint(AnnotatedField<?>) - Method in class com.sun.faces.util.ELAwareBeanManagerWrapper
- createInjectionPoint(AnnotatedField<?>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
-
Obtains a container provided implementation of
InjectionPointfor the givenAnnotatedField. - createInjectionPoint(AnnotatedParameter<?>) - Method in class com.sun.faces.util.ELAwareBeanManagerWrapper
- createInjectionPoint(AnnotatedParameter<?>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
-
Obtains a container provided implementation of
InjectionPointfor the givenAnnotatedParameter. - createInjectionTarget(Bean<T>) - Method in interface jakarta.enterprise.inject.spi.InjectionTargetFactory
-
Create a new injection target for a bean.
- createInstance() - Method in class com.sun.faces.util.ELAwareBeanManagerWrapper
- createInstance() - Method in interface jakarta.enterprise.inject.spi.BeanContainer
-
Obtains an
Instanceobject to access to beans instances. - createInstance(ExternalContext) - Static method in class com.sun.faces.spi.InjectionProviderFactory
-
Creates a new instance of the class specified by the
com.sun.faces.InjectionProvidersystem property. - createInstance(ExternalContext) - Static method in class com.sun.faces.spi.SerializationProviderFactory
-
Creates a new instance of the class specified by the
com.sun.faces.InjectionProvidersystem property. - createInstance(ServletContext) - Static method in class com.sun.faces.config.ConfigManager
- createInstance(ServletContext, FacesContext, String, Class<?>, Object, Node) - Method in class com.sun.faces.config.processor.AbstractConfigProcessor
- createInstance(ServletContext, FacesContext, String, Class<?>, Object, Node, boolean, boolean[]) - Method in class com.sun.faces.config.processor.AbstractConfigProcessor
- createInstance(ServletContext, FacesContext, String, Node) - Method in class com.sun.faces.config.processor.AbstractConfigProcessor
- 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 class com.sun.faces.util.ELAwareBeanManagerWrapper
- createInterceptionFactory(CreationalContext<T>, Class<T>) - Method in interface jakarta.enterprise.inject.spi.BeanManager
-
Create an
InterceptionFactoryfor the givenCreationalContextand type. - createIntervalTimer(long, long, TimerConfig) - Method in interface jakarta.ejb.TimerService
-
Create an interval timer whose first expiration occurs after a specified duration, and whose subsequent expirations occur after a specified interval.
- createIntervalTimer(Date, long, TimerConfig) - Method in interface jakarta.ejb.TimerService
-
Create an interval timer whose first expiration occurs at a given point in time and whose subsequent expirations occur after a specified interval.
- createInvoker(BeanInfo, MethodInfo) - Method in interface jakarta.enterprise.inject.build.compatible.spi.InvokerFactory
-
Returns a new
InvokerBuilderfor given method of given bean. - createInvoker(AnnotatedMethod<? super X>) - Method in interface jakarta.enterprise.inject.spi.ProcessManagedBean
-
Returns a new
InvokerBuilderfor given method. - createJAXBIntrospector() - Method in class jakarta.xml.bind.JAXBContext
-
Creates a
JAXBIntrospectorobject that can be used to introspect Jakarta XML Binding objects. - createKey(UIComponent) - Method in class com.sun.faces.renderkit.html_basic.BaseTableRenderer
-
Creates a unique key based on the provided
UIComponentwith which the TableMetaInfo can be looked up. - createLinkBuilder() - Method in class jakarta.ws.rs.ext.RuntimeDelegate
-
Create a new instance of a
Link.Builder. - createListener(Class<T>) - Method in interface jakarta.servlet.AsyncContext
-
Instantiates the given
AsyncListenerclass. - createListener(Class<T>) - Method in interface jakarta.servlet.ServletContext
-
Instantiates the given EventListener class.
- createLocalDocumentBuilderFactory() - Static method in class com.sun.faces.util.Util
- createMarshaller() - Method in class jakarta.xml.bind.JAXBContext
-
Create a
Marshallerobject that can be used to convert a java content tree into XML data. - createMergeDiff(JsonValue, JsonValue) - Static method in class jakarta.json.Json
-
Generates a JSON Merge Patch (RFC 7396) from the source and target
JsonValues which when applied to thesource, yields thetarget. - createMergeDiff(JsonValue, JsonValue) - Method in class jakarta.json.spi.JsonProvider
-
Generates a JSON Merge Patch (RFC 7396) from the source and target
JsonValues which when applied to thesource, yields thetarget. - createMergePatch(JsonValue) - Static method in class jakarta.json.Json
-
Creates JSON Merge Patch (RFC 7396) from specified
JsonValue. - createMergePatch(JsonValue) - Method in class jakarta.json.spi.JsonProvider
-
Creates JSON Merge Patch (RFC 7396) from specified
JsonValue. - createMessage() - Method in class jakarta.xml.soap.MessageFactory
-
Creates a new
SOAPMessageobject with the defaultSOAPPart,SOAPEnvelope,SOAPBody, andSOAPHeaderobjects. - createMessage(MimeHeaders, InputStream) - Method in class jakarta.xml.soap.MessageFactory
-
Internalizes the contents of the given
InputStreamobject into a newSOAPMessageobject and returns theSOAPMessageobject. - createMetadataView(FacesContext) - Method in class com.sun.faces.application.view.ViewMetadataImpl
- createMetadataView(FacesContext) - Method in class jakarta.faces.view.ViewMetadata
-
Creates a new
UIViewRootcontaining only view parameter metadata. - createMetaRuleset(Class) - Method in class com.sun.faces.facelets.tag.faces.ComponentTagHandlerDelegateImpl
- createMetaRuleset(Class) - Method in class com.sun.faces.facelets.tag.faces.CompositeComponentTagHandler
-
This is basically a copy of what's define in ComponentTagHandlerDelegateImpl except for the MetaRuleset implementation that's being used.
- createMetaRuleset(Class) - Method in class com.sun.faces.facelets.tag.faces.ConverterTagHandlerDelegateImpl
- createMetaRuleset(Class) - Method in class com.sun.faces.facelets.tag.faces.core.ConvertDateTimeHandler
- createMetaRuleset(Class) - Method in class com.sun.faces.facelets.tag.faces.core.ConvertDelegateHandler
- createMetaRuleset(Class) - Method in class com.sun.faces.facelets.tag.faces.core.ConvertNumberHandler
- createMetaRuleset(Class) - Method in class com.sun.faces.facelets.tag.faces.core.ValidateDelegateHandler
- createMetaRuleset(Class) - Method in class com.sun.faces.facelets.tag.faces.html.HtmlComponentHandler
- createMetaRuleset(Class) - Method in class com.sun.faces.facelets.tag.faces.ValidatorTagHandlerDelegateImpl
- createMetaRuleset(Class) - Method in class com.sun.faces.facelets.tag.MetaTagHandlerImpl
-
Extend this method in order to add your own rules.
- createMetaRuleset(Class) - Method in class com.sun.faces.facelets.tag.ui.RepeatHandler
- createMetaRuleset(Class) - Method in class jakarta.faces.view.facelets.DelegatingMetaTagHandler
-
The default implementation simply calls through to
TagHandlerDelegate.createMetaRuleset(java.lang.Class)and returns the result. - createMetaRuleset(Class) - Method in class jakarta.faces.view.facelets.MetaTagHandler
-
Extend this method in order to add your own rules.
- createMetaRuleset(Class) - Method in class jakarta.faces.view.facelets.TagHandlerDelegate
-
Return a
MetaRulesetparticular to this kind of tag handler. - createMethodExpression(ELContext, String, Class<?>, Class<?>[]) - Method in class jakarta.el.ExpressionFactory
-
Parses an expression into a
MethodExpressionfor later evaluation. - createName(String) - Method in interface jakarta.xml.soap.SOAPEnvelope
-
Creates a new
Nameobject initialized with the given local name. - createName(String) - Method in class jakarta.xml.soap.SOAPFactory
-
Creates a new
Nameobject initialized with the given local name. - createName(String, String) - Method in interface jakarta.xml.soap.SOAPEnvelope
-
Creates a new
Nameobject initialized with the given local name and namespace prefix. - createName(String, String, String) - Method in interface jakarta.xml.soap.SOAPEnvelope
-
Creates a new
Nameobject initialized with the given local name, namespace prefix, and namespace URI. - createName(String, String, String) - Method in class jakarta.xml.soap.SOAPFactory
-
Creates a new
Nameobject initialized with the given local name, namespace prefix, and namespace URI. - createNamedQuery(String) - Method in interface jakarta.persistence.EntityManager
-
Create an instance of
Queryfor executing a named query written in the Jakarta Persistence query language or in native SQL. - createNamedQuery(String, Class<T>) - Method in interface jakarta.persistence.EntityManager
-
Create an instance of
TypedQueryfor executing a Jakarta Persistence query language named query. - createNamedStoredProcedureQuery(String) - Method in interface jakarta.persistence.EntityManager
-
Create an instance of
StoredProcedureQueryfor executing a stored procedure in the database. - createNativeQuery(String) - Method in interface jakarta.persistence.EntityManager
-
Create an instance of
Queryfor executing a native SQL statement, e.g., for update or delete. - createNativeQuery(String, Class<T>) - Method in interface jakarta.persistence.EntityManager
-
Create an instance of
Queryfor executing a native SQL query. - createNativeQuery(String, String) - Method in interface jakarta.persistence.EntityManager
-
Create an instance of
Queryfor executing a native SQL query. - createObjectBuilder() - Static method in class jakarta.json.Json
-
Creates a JSON object builder
- createObjectBuilder() - Method in interface jakarta.json.JsonBuilderFactory
-
Creates a
JsonObjectBuilderinstance that is used to buildJsonObject. - createObjectBuilder() - Method in class jakarta.json.spi.JsonProvider
-
Creates a JSON object builder.
- createObjectBuilder(JsonObject) - Static method in class jakarta.json.Json
-
Creates a JSON object builder, initialized with the specified object.
- createObjectBuilder(JsonObject) - Method in interface jakarta.json.JsonBuilderFactory
-
Creates a
JsonObjectBuilderinstance, initialized with an object. - createObjectBuilder(JsonObject) - Method in class jakarta.json.spi.JsonProvider
-
Creates a JSON object builder, initialized with the specified object.
- createObjectBuilder(Map<String, ?>) - Static method in class jakarta.json.Json
-
Creates a JSON object builder, initialized with the data from specified
map. - createObjectBuilder(Map<String, ?>) - Method in class jakarta.json.spi.JsonProvider
-
Creates a JSON object builder, initialized with the data from specified
map. - createObjectBuilder(Map<String, Object>) - Method in interface jakarta.json.JsonBuilderFactory
-
Creates a
JsonObjectBuilderinstance, initialized with the specified object. - createObjectInputStream(InputStream) - Method in interface com.sun.faces.spi.SerializationProvider
-
Creates a new
ObjectInputStreamwrapping the specifiedsource. - createObjectOutputStream(OutputStream) - Method in interface com.sun.faces.spi.SerializationProvider
-
Creates a new
ObjectOutputStreamwrapping the specifieddestination. - createOutput(String, String) - Method in class jakarta.xml.bind.SchemaOutputResolver
-
Decides where the schema file (of the given namespace URI) will be written, and return it as a
Resultobject. - createParser(JsonArray) - Method in interface jakarta.json.stream.JsonParserFactory
-
Creates a JSON parser from the specified JSON array.
- createParser(JsonObject) - Method in interface jakarta.json.stream.JsonParserFactory
-
Creates a JSON parser from the specified JSON object.
- createParser(InputStream) - Static method in class jakarta.json.Json
-
Creates a JSON parser from a byte stream.
- createParser(InputStream) - Method in class jakarta.json.spi.JsonProvider
-
Creates a JSON parser from the specified byte stream.
- createParser(InputStream) - Method in interface jakarta.json.stream.JsonParserFactory
-
Creates a JSON parser from the specified byte stream.
- createParser(InputStream, Charset) - Method in interface jakarta.json.stream.JsonParserFactory
-
Creates a JSON parser from the specified byte stream.
- createParser(Reader) - Static method in class jakarta.json.Json
-
Creates a JSON parser from a character stream.
- createParser(Reader) - Method in class jakarta.json.spi.JsonProvider
-
Creates a JSON parser from a character stream.
- createParser(Reader) - Method in interface jakarta.json.stream.JsonParserFactory
-
Creates a JSON parser from a character stream.
- createParserFactory(Map<String, ?>) - Static method in class jakarta.json.Json
-
Creates a parser factory for creating
JsonParserobjects. - createParserFactory(Map<String, ?>) - Method in class jakarta.json.spi.JsonProvider
-
Creates a parser factory for creating
JsonParserinstances. - createPatch(JsonArray) - Static method in class jakarta.json.Json
-
Creates a JSON Patch (RFC 6902) from the specified operations.
- createPatch(JsonArray) - Method in class jakarta.json.spi.JsonProvider
-
Creates a JSON Patch (RFC 6902) from the specified operations.
- createPatchBuilder() - Static method in class jakarta.json.Json
-
Creates a JSON Patch builder (RFC 6902).
- createPatchBuilder() - Method in class jakarta.json.spi.JsonProvider
-
Creates a JSON Patch builder (RFC 6902).
- createPatchBuilder(JsonArray) - Static method in class jakarta.json.Json
-
Creates a JSON Patch builder (RFC 6902), initialized with the specified operations.
- createPatchBuilder(JsonArray) - Method in class jakarta.json.spi.JsonProvider
-
Creates a JSON Patch builder (RFC 6902), initialized with the specified operations.
- createPointer(String) - Static method in class jakarta.json.Json
-
Creates JSON Pointer (RFC 6901) from given
jsonPointerstring. - createPointer(String) - Method in class jakarta.json.spi.JsonProvider
-
Creates JSON Pointer (RFC 6901) from given
jsonPointerstring. - createProducer(Bean<T>) - Method in interface jakarta.enterprise.inject.spi.ProducerFactory
-
Create a new producer for a bean.
- createProviders(ConfigurationResourceProviderFactory.ProviderType) - Static method in class com.sun.faces.spi.ConfigurationResourceProviderFactory
- createQName(String, String) - Method in interface jakarta.xml.soap.SOAPElement
-
Creates a
QNamewhose namespace URI is the one associated with the parameter,prefix, in the context of thisSOAPElement. - createQuery() - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create a
CriteriaQueryobject. - createQuery(CriteriaDelete<?>) - Method in interface jakarta.persistence.EntityManager
-
Create an instance of
Queryfor executing a criteria delete query. - createQuery(CriteriaQuery<T>) - Method in interface jakarta.persistence.EntityManager
-
Create an instance of
TypedQueryfor executing a criteria query. - createQuery(CriteriaSelect<T>) - Method in interface jakarta.persistence.EntityManager
-
Create an instance of
TypedQueryfor executing a criteria query, which may be a union or intersection of top-level queries. - createQuery(CriteriaUpdate<?>) - Method in interface jakarta.persistence.EntityManager
-
Create an instance of
Queryfor executing a criteria update query. - createQuery(TypedQueryReference<T>) - Method in interface jakarta.persistence.EntityManager
-
Create an instance of
TypedQueryfor executing a named query written in the Jakarta Persistence query language or in native SQL. - createQuery(Class<T>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create a
CriteriaQueryobject with the given result type. - createQuery(String) - Method in interface jakarta.persistence.EntityManager
-
Create an instance of
Queryfor executing a Jakarta Persistence query language statement. - createQuery(String, Class<T>) - Method in interface jakarta.persistence.EntityManager
-
Create an instance of
TypedQueryfor executing a Jakarta Persistence query language statement. - createReader(InputStream) - Static method in class jakarta.json.Json
-
Creates a JSON reader from a byte stream.
- createReader(InputStream) - Method in interface jakarta.json.JsonReaderFactory
-
Creates a JSON reader from a byte stream.
- createReader(InputStream) - Method in class jakarta.json.spi.JsonProvider
-
Creates a JSON reader from a byte stream.
- createReader(InputStream, Charset) - Method in interface jakarta.json.JsonReaderFactory
-
Creates a JSON reader from a byte stream.
- createReader(Reader) - Static method in class jakarta.json.Json
-
Creates a JSON reader from a character stream.
- createReader(Reader) - Method in interface jakarta.json.JsonReaderFactory
-
Creates a JSON reader from a character stream.
- createReader(Reader) - Method in class jakarta.json.spi.JsonProvider
-
Creates a JSON reader from a character stream.
- createReaderFactory(Map<String, ?>) - Static method in class jakarta.json.Json
-
Creates a reader factory for creating
JsonReaderobjects. - createReaderFactory(Map<String, ?>) - Method in class jakarta.json.spi.JsonProvider
-
Creates a reader factory for creating
JsonReaderobjects. - createResource(String) - Method in class com.sun.faces.application.resource.ResourceHandlerImpl
- createResource(String) - Method in class jakarta.faces.application.ResourceHandler
-
Create an instance of
ViewResourcegiven the argumentresourceName. - createResource(String) - Method in class jakarta.faces.application.ResourceHandlerWrapper
-
The default behavior of this method is to call
ResourceHandler.createResource(String)on the wrappedResourceHandlerobject. - createResource(String, String) - Method in class com.sun.faces.application.resource.ResourceHandlerImpl
- createResource(String, String) - Method in class jakarta.faces.application.ResourceHandler
-
Create an instance of
Resourcewith a resourceName given by the value of the argumentresourceNamethat is a member of the library named by the argumentlibraryName. - createResource(String, String) - Method in class jakarta.faces.application.ResourceHandlerWrapper
-
The default behavior of this method is to call
ResourceHandler.createResource(String, String)on the wrappedResourceHandlerobject. - createResource(String, String, String) - Method in class com.sun.faces.application.resource.ResourceHandlerImpl
- createResource(String, String, String) - Method in class jakarta.faces.application.ResourceHandler
-
Create an instance of
Resourcewith a resourceName given by the value of the argumentresourceNamethat is a member of the library named by the argumentlibraryNamethat claims to have the content-type given by the argumentcontent-type. - createResource(String, String, String) - Method in class jakarta.faces.application.ResourceHandlerWrapper
-
The default behavior of this method is to call
ResourceHandler.createResource(String, String, String)on the wrappedResourceHandlerobject. - createResourceFromId(String) - Method in class com.sun.faces.application.resource.ResourceHandlerImpl
- createResourceFromId(String) - Method in class jakarta.faces.application.ResourceHandler
-
Create an instance of
Resourcegiven the argumentresourceId. - createResourceFromId(String) - Method in class jakarta.faces.application.ResourceHandlerWrapper
-
The default behavior of this method is to call
ResourceHandler.createResourceFromId(String)on the wrappedResourceHandlerobject. - createResponseBuilder() - Method in class jakarta.ws.rs.ext.RuntimeDelegate
-
Create a new instance of a
Response.ResponseBuilder. - createResponseStream(OutputStream) - Method in class com.sun.faces.renderkit.RenderKitImpl
- createResponseStream(OutputStream) - Method in class jakarta.faces.render.RenderKit
-
Use the provided
OutputStreamto create a newResponseStreaminstance. - createResponseStream(OutputStream) - Method in class jakarta.faces.render.RenderKitWrapper
-
The default behavior of this method is to call
RenderKit.createResponseStream(java.io.OutputStream)on the wrappedRenderKitobject. - createResponseWriter(FacesContext) - Method in class com.sun.faces.application.view.FaceletViewHandlingStrategy
- createResponseWriter(Writer, String, String) - Method in class com.sun.faces.renderkit.RenderKitImpl
- createResponseWriter(Writer, String, String) - Method in class jakarta.faces.render.RenderKit
-
Use the provided
Writerto create a newResponseWriterinstance for the specified (optional) content type, and character encoding. - createResponseWriter(Writer, String, String) - Method in class jakarta.faces.render.RenderKitWrapper
-
The default behavior of this method is to call
RenderKit.createResponseWriter(java.io.Writer, String, String)on the wrappedRenderKitobject. - createSAXParserFactory() - Static method in class com.sun.faces.util.Util
- createSchemaFactory(String) - Static method in class com.sun.faces.util.Util
- createSearchExpressionContext(FacesContext, UIComponent) - Static method in class jakarta.faces.component.search.SearchExpressionContext
-
Creates a
SearchExpressionContextinstance for use with theSearchExpressionHandler. - createSearchExpressionContext(FacesContext, UIComponent, Set<SearchExpressionHint>, Set<VisitHint>) - Static method in class jakarta.faces.component.search.SearchExpressionContext
-
Creates a
SearchExpressionContextinstance for use with theSearchExpressionHandler. - createSelectItem(UIComponent, Object, Supplier<S>) - Static method in class com.sun.faces.util.SelectItemUtils
- createSelectItems(FacesContext, UIComponent, Object, Supplier<S>, Consumer<S>) - Static method in class com.sun.faces.util.SelectItemUtils
- createServiceDelegate(URL, QName, Class<? extends Service>) - Method in class jakarta.xml.ws.spi.Provider
-
Creates a service delegate object.
- createServiceDelegate(URL, QName, Class<? extends Service>, WebServiceFeature...) - Method in class jakarta.xml.ws.spi.Provider
-
Creates a service delegate object.
- createServlet(Class<T>) - Method in interface jakarta.servlet.ServletContext
-
Instantiates the given Servlet class.
- createSingleActionTimer(long, TimerConfig) - Method in interface jakarta.ejb.TimerService
-
Create a single-action timer that expires after a specified duration.
- createSingleActionTimer(Date, TimerConfig) - Method in interface jakarta.ejb.TimerService
-
Create a single-action timer that expires at a given point in time.
- createSpecializedConfiguration(BootstrapState) - Method in interface jakarta.validation.spi.ValidationProvider
- createStoredProcedureQuery(String) - Method in interface jakarta.persistence.EntityManager
-
Create an instance of
StoredProcedureQueryfor executing a stored procedure in the database. - createStoredProcedureQuery(String, Class<?>...) - Method in interface jakarta.persistence.EntityManager
-
Create an instance of
StoredProcedureQueryfor executing a stored procedure in the database. - createStoredProcedureQuery(String, String...) - Method in interface jakarta.persistence.EntityManager
-
Create an instance of
StoredProcedureQueryfor executing a stored procedure in the database. - createSystemEvent(Object) - Method in class com.sun.faces.application.applicationimpl.events.EventInfo
- createTag() - Element in annotation interface jakarta.faces.component.FacesComponent
-
If the value of this attribute is
true, the runtime must create a Facelet tag handler, that extends fromComponentHandler, suitable for use in pages under the tag library with namespace given by the value of theFacesComponent.namespace()attribute. - createTagDecorator() - Method in class com.sun.faces.facelets.compiler.Compiler
- createTagHandler(String, String, TagConfig) - Method in class com.sun.faces.facelets.tag.AbstractTagLibrary
- createTagHandler(String, String, TagConfig) - Method in class com.sun.faces.facelets.tag.CompositeTagLibrary
- createTagHandler(String, String, TagConfig) - Method in class com.sun.faces.facelets.tag.faces.CompositeComponentTagLibrary
- createTagHandler(String, String, TagConfig) - Method in class com.sun.faces.facelets.tag.faces.FacesComponentTagLibrary
- createTagHandler(String, String, TagConfig) - Method in interface com.sun.faces.facelets.tag.TagLibrary
-
Create a new instance of a TagHandler, using the passed TagConfig
- createTagHandler(String, String, TagConfig) - Method in class com.sun.faces.facelets.util.FunctionLibrary
- createTagLibrary(CompilationMessageHolder) - Method in class com.sun.faces.facelets.compiler.Compiler
- createTimer(long, long, Serializable) - Method in interface jakarta.ejb.TimerService
-
Create an interval timer whose first expiration occurs after a specified duration, and whose subsequent expirations occur after a specified interval.
- createTimer(long, Serializable) - Method in interface jakarta.ejb.TimerService
-
Create a single-action timer that expires after a specified duration.
- createTimer(Date, long, Serializable) - Method in interface jakarta.ejb.TimerService
-
Create an interval timer whose first expiration occurs at a given point in time and whose subsequent expirations occur after a specified interval.
- createTimer(Date, Serializable) - Method in interface jakarta.ejb.TimerService
-
Create a single-action timer that expires at a given point in time.
- createTransformerFactory() - Static method in class com.sun.faces.util.Util
- createTupleQuery() - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create a
CriteriaQueryobject that returns a tuple of objects as its result. - createUniqueId() - Method in class jakarta.faces.component.UIViewRoot
-
Generate an identifier for a component.
- createUniqueId(FacesContext, String) - Method in class jakarta.faces.component.UIData
- createUniqueId(FacesContext, String) - Method in class jakarta.faces.component.UIForm
-
Generate an identifier for a component.
- createUniqueId(FacesContext, String) - Method in class jakarta.faces.component.UINamingContainer
- createUniqueId(FacesContext, String) - Method in class jakarta.faces.component.UIViewRoot
-
Generate an identifier for a component.
- createUniqueId(FacesContext, String) - Method in interface jakarta.faces.component.UniqueIdVendor
-
Generate an identifier for a component.
- createUnmarshalException(SAXException) - Method in class jakarta.xml.bind.helpers.AbstractUnmarshallerImpl
-
Creates an UnmarshalException from a SAXException.
- createUnmarshaller() - Method in class jakarta.xml.bind.JAXBContext
-
Create an
Unmarshallerobject that can be used to convert XML data into a java content tree. - createUnmarshaller(ValidationEventHandler) - Method in interface jakarta.xml.bind.annotation.DomHandler
-
When a Jakarta XML Binding provider needs to unmarshal a part of a document into an infoset representation, it first calls this method to create a
Resultobject. - createUnmarshaller(ValidationEventHandler) - Method in class jakarta.xml.bind.annotation.W3CDomHandler
- createUriBuilder() - Method in class jakarta.ws.rs.ext.RuntimeDelegate
-
Create a new instance of a
UriBuilder. - createValidator(BeanManager, String) - Static method in class com.sun.faces.cdi.CdiUtils
-
Create a validator using the FacesValidator value attribute.
- createValidator(String) - Method in class com.sun.faces.application.ApplicationImpl
- createValidator(String) - Method in class com.sun.faces.application.applicationimpl.InstanceFactory
- createValidator(String) - Method in class jakarta.faces.application.Application
-
Instantiate and return a new
Validatorinstance of the class specified by a previous call toaddValidator()for the specified validator id. - createValidator(String) - Method in class jakarta.faces.application.ApplicationWrapper
-
The default behavior of this method is to call
Application.createValidator(String)on the wrappedApplicationobject. - createValidatorHandlerDelegate(ValidatorHandler) - Method in class com.sun.faces.facelets.tag.faces.TagHandlerDelegateFactoryImpl
- createValidatorHandlerDelegate(ValidatorHandler) - Method in class jakarta.faces.view.facelets.TagHandlerDelegateFactory
-
Create and return a
TagHandlerDelegateinstance designed for use withValidatorHandler. - createValidatorInfo(FaceletContext) - Method in class com.sun.faces.facelets.tag.faces.ValidatorTagHandlerDelegateImpl
- createValidECMAIdentifier(String) - Static method in class com.sun.faces.renderkit.RenderKitUtils
-
Replaces all occurrences of
-with$_. - createValue(double) - Static method in class jakarta.json.Json
-
Creates a JsonNumber.
- createValue(double) - Method in class jakarta.json.spi.JsonProvider
-
Creates a JsonNumber.
- createValue(int) - Static method in class jakarta.json.Json
-
Creates a JsonNumber.
- createValue(int) - Method in class jakarta.json.spi.JsonProvider
-
Creates a JsonNumber.
- createValue(long) - Static method in class jakarta.json.Json
-
Creates a JsonNumber.
- createValue(long) - Method in class jakarta.json.spi.JsonProvider
-
Creates a JsonNumber.
- createValue(Number) - Static method in class jakarta.json.Json
-
Creates a JsonNumber.
- createValue(Number) - Method in class jakarta.json.spi.JsonProvider
-
Creates a JsonNumber.
- createValue(String) - Static method in class jakarta.json.Json
-
Creates a JsonString.
- createValue(String) - Method in class jakarta.json.spi.JsonProvider
-
Creates a JsonString.
- createValue(BigDecimal) - Static method in class jakarta.json.Json
-
Creates a JsonNumber.
- createValue(BigDecimal) - Method in class jakarta.json.spi.JsonProvider
-
Creates a JsonNumber.
- createValue(BigInteger) - Static method in class jakarta.json.Json
-
Creates a JsonNumber.
- createValue(BigInteger) - Method in class jakarta.json.spi.JsonProvider
-
Creates a JsonNumber.
- createValueExpression(ELContext, String, Class<?>) - Method in class jakarta.el.ExpressionFactory
-
Parses an expression into a
ValueExpressionfor later evaluation. - createValueExpression(Object, Class<?>) - Method in class jakarta.el.ExpressionFactory
-
Creates a ValueExpression that wraps an object instance.
- createValueExpression(String) - Static method in class com.sun.faces.el.ELUtils
-
Create a
ValueExpressionwith the expected type ofObject.class - createValueExpression(String, Class<?>) - Static method in class com.sun.faces.el.ELUtils
- createVariantListBuilder() - Method in class jakarta.ws.rs.ext.RuntimeDelegate
-
Create a new instance of a
Variant.VariantListBuilder. - createView(FacesContext, String) - Method in class com.sun.faces.application.view.FaceletViewHandlingStrategy
- createView(FacesContext, String) - Method in class com.sun.faces.application.view.MultiViewHandler
-
Derive the physical view ID (i.e.
- createView(FacesContext, String) - Method in class com.sun.faces.application.view.ViewHandlingStrategy
- createView(FacesContext, String) - Method in class jakarta.faces.application.ViewHandler
-
Create and return a new
UIViewRootinstance initialized with information from the argumentFacesContextandviewId. - createView(FacesContext, String) - Method in class jakarta.faces.application.ViewHandlerWrapper
-
The default behavior of this method is to call
ViewHandler.createView(jakarta.faces.context.FacesContext, String)on the wrappedViewHandlerobject. - createView(FacesContext, String) - Method in class jakarta.faces.view.ViewDeclarationLanguage
-
Create a
UIViewRootfrom the VDL contained in the artifact referenced by the argumentviewId. - createView(FacesContext, String) - Method in class jakarta.faces.view.ViewDeclarationLanguageWrapper
- createViewResource(FacesContext, String) - Method in class com.sun.faces.application.resource.ResourceHandlerImpl
- createViewResource(FacesContext, String) - Method in class jakarta.faces.application.ResourceHandler
-
Create an instance of
Resourcegiven the argumentresourceName, which may contain "/" characters. - createViewResource(FacesContext, String) - Method in class jakarta.faces.application.ResourceHandlerWrapper
-
The default behavior of this method is to call
ResourceHandler.createViewResource(jakarta.faces.context.FacesContext, java.lang.String)on the wrappedResourceHandlerobject. - createVisitContext(FacesContext) - Static method in class jakarta.faces.component.visit.VisitContext
-
Creates a VisitContext instance for use with
UIComponent.visitTree(). - createVisitContext(FacesContext, Collection<String>, Set<VisitHint>) - Static method in class jakarta.faces.component.visit.VisitContext
-
Returns a VisitContext instance that is initialized with the specified ids and hintsfor use with
UIComponent.visitTree(jakarta.faces.component.visit.VisitContext, jakarta.faces.component.visit.VisitCallback). - createW3CEndpointReference(String, QName, QName, List<Element>, String, List<Element>) - Method in class jakarta.xml.ws.spi.Provider
-
Factory method to create a
W3CEndpointReference. - createW3CEndpointReference(String, QName, QName, QName, List<Element>, String, List<Element>, List<Element>, Map<QName, String>) - Method in class jakarta.xml.ws.spi.Provider
-
Factory method to create a
W3CEndpointReference. - createWith(Class<? extends SyntheticBeanCreator<T>>) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticBeanBuilder
-
Sets the class of the synthetic bean creation function.
- createWith(Function<CreationalContext<U>, U>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
-
Set a callback to create a bean instance.
- createWriter(OutputStream) - Static method in class jakarta.json.Json
- createWriter(OutputStream) - Method in interface jakarta.json.JsonWriterFactory
- createWriter(OutputStream) - Method in class jakarta.json.spi.JsonProvider
- createWriter(OutputStream, Charset) - Method in interface jakarta.json.JsonWriterFactory
- createWriter(Writer) - Static method in class jakarta.json.Json
- createWriter(Writer) - Method in interface jakarta.json.JsonWriterFactory
- createWriter(Writer) - Method in class jakarta.json.spi.JsonProvider
- createWriterFactory(Map<String, ?>) - Static method in class jakarta.json.Json
-
Creates a writer factory for creating
JsonWriterobjects. - createWriterFactory(Map<String, ?>) - Method in class jakarta.json.spi.JsonProvider
-
Creates a writer factory for creating
JsonWriterobjects. - CreationalContext<T> - Interface in jakarta.enterprise.context.spi
-
Provides operations that are used by the
Contextualimplementation during instance creation and destruction. - CreationException - Exception Class in jakarta.enterprise.inject
-
Indicates that a checked exception was thrown during creation of a bean.
- CreationException() - Constructor for exception class jakarta.enterprise.inject.CreationException
-
Creates the exception with no detail message or cause.
- CreationException(String) - Constructor for exception class jakarta.enterprise.inject.CreationException
-
Creates the exception with given detail message.
- CreationException(String, Throwable) - Constructor for exception class jakarta.enterprise.inject.CreationException
-
Creates the exception with given detail message and cause.
- CreationException(Throwable) - Constructor for exception class jakarta.enterprise.inject.CreationException
-
Creates the exception with given cause.
- Creation of Expressions - Search tag in package jakarta.el
- Section
- CREATOR_PARAMETERS_REQUIRED - Static variable in class jakarta.json.bind.JsonbConfig
-
Property used to specify required creator parameters.
- credential(Credential) - Method in class jakarta.security.enterprise.authentication.mechanism.http.AuthenticationParameters
-
Sets the credential to be used by the authentication mechanism responding to the authenticate call in which these AuthenticationParameters are passed.
- Credential - Interface in jakarta.security.enterprise.credential
-
Credentialrepresents the credential the caller will use to authenticate. - CredentialValidationResult - Class in jakarta.security.enterprise.identitystore
-
CredentialValidationResultis the result from an attempt to validate an instance ofCredential. - CredentialValidationResult(CallerPrincipal) - Constructor for class jakarta.security.enterprise.identitystore.CredentialValidationResult
-
Constructor for a VALID result.
- CredentialValidationResult(CallerPrincipal, Set<String>) - Constructor for class jakarta.security.enterprise.identitystore.CredentialValidationResult
-
Constructor for a VALID result.
- CredentialValidationResult(String) - Constructor for class jakarta.security.enterprise.identitystore.CredentialValidationResult
-
Constructor for a VALID result.
- CredentialValidationResult(String, CallerPrincipal, String, String, Set<String>) - Constructor for class jakarta.security.enterprise.identitystore.CredentialValidationResult
-
Constructor for a VALID result.
- CredentialValidationResult(String, String, String, String, Set<String>) - Constructor for class jakarta.security.enterprise.identitystore.CredentialValidationResult
-
Constructor for a VALID result.
- CredentialValidationResult(String, Set<String>) - Constructor for class jakarta.security.enterprise.identitystore.CredentialValidationResult
-
Constructor for a VALID result.
- CredentialValidationResult.Status - Enum Class 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 Class in jakarta.persistence.criteria
-
Used to specify how strings are trimmed.
- CriteriaDelete<T> - Interface in jakarta.persistence.criteria
-
The
CriteriaDeleteinterface defines functionality for performing bulk delete operations using the Criteria API - CriteriaQuery<T> - Interface in jakarta.persistence.criteria
-
The
CriteriaQueryinterface defines functionality that is specific to top-level queries. - CriteriaSelect<T> - Interface in jakarta.persistence.criteria
- CriteriaUpdate<T> - Interface in jakarta.persistence.criteria
-
The
CriteriaUpdateinterface defines functionality for performing bulk update operations using the Criteria API. - cron() - Element in annotation interface jakarta.enterprise.concurrent.Schedule
-
Cron expression following the rules of
CronTrigger. - CronTrigger - Class in jakarta.enterprise.concurrent
- CronTrigger(String, ZoneId) - Constructor for class jakarta.enterprise.concurrent.CronTrigger
-
Constructor that accepts a cron expression.
- CronTrigger(ZoneId) - Constructor for class jakarta.enterprise.concurrent.CronTrigger
-
Constructor for the fluent configuration pattern.
- CROSS_PARAMETER - Enum constant in enum class jakarta.validation.ElementKind
-
Element holding cross-parameter constraints of a method or constructor.
- CrossParameterDescriptor - Interface in jakarta.validation.metadata
-
Describes an element holding cross-parameter constraints of a method or constructor
- CrudRepository<T,
K> - Interface in jakarta.data.repository -
A built-in repository supertype for performing Create, Read, Update, and Delete (CRUD) operations.
- CURRENCY_ID - Static variable in class jakarta.faces.convert.NumberConverter
-
The message identifier of the
FacesMessageto be created if the conversion toNumberfails. - current() - Static method in class jakarta.enterprise.inject.spi.CDI
-
Get the CDI instance that provides access to the current container.
- currentContext(Map<String, String>) - Method in interface jakarta.enterprise.concurrent.spi.ThreadContextProvider
-
Captures from the current thread a snapshot of the provided thread context type.
- currentContextExecutor() - Method in interface jakarta.enterprise.concurrent.ContextService
-
Captures thread context as an
Executorthat runs tasks on the same thread from whichexecuteis invoked but with context that is captured from the thread that invokescurrentContextExecutor. - currentDate() - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create expression to return current date.
- currentEvent() - Method in interface jakarta.json.stream.JsonParser
-
Returns the event for the current parsing state.
- currentSelectComponent() - Method in class com.sun.faces.renderkit.SelectItemsIterator
- 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.
- cursor() - Method in interface jakarta.data.page.PageRequest
-
Returns the key values which are the starting point for cursor-based pagination.
- cursor(int) - Method in interface jakarta.data.page.CursoredPage
-
Returns a
Cursorfor key values at the specified position. - cursor(int) - Method in record class jakarta.data.page.impl.CursoredPageRecord
- CURSOR_NEXT - Enum constant in enum class jakarta.data.page.PageRequest.Mode
-
Indicates forward cursor-based pagination, which follows the direction of the sort criteria, using a cursor that is formed from the key of the last entity on the current page.
- CURSOR_PREVIOUS - Enum constant in enum class jakarta.data.page.PageRequest.Mode
-
Indicates a request for a page with cursor-based pagination in the previous page direction to the sort criteria, using a cursor that is formed from the key of first entity on the current page.
- Cursor-based Pagination with @Query - Search tag in interface jakarta.data.page.CursoredPage
- Section
- CursoredPage<T> - Interface in jakarta.data.page
-
A page of data retrieved to satisfy a given page request, with a cursor for each result on the page.
- CursoredPageRecord<T> - Record Class in jakarta.data.page.impl
-
Record type implementing
CursoredPage. - CursoredPageRecord(List<T>, List<PageRequest.Cursor>, long, PageRequest<T>, PageRequest<T>, PageRequest<T>) - Constructor for record class jakarta.data.page.impl.CursoredPageRecord
-
Creates an instance of a
CursoredPageRecordrecord class. - cursors() - Method in record class jakarta.data.page.impl.CursoredPageRecord
-
Returns the value of the
cursorsrecord component. - CustomFormAuthenticationMechanismDefinition - Annotation Interface 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).
- CustomFormAuthenticationMechanismDefinition.CustomFormAuthenticationMechanism - Annotation Interface in jakarta.security.enterprise.authentication.mechanism.http
- CustomFormAuthenticationMechanismDefinition.CustomFormAuthenticationMechanism.Literal - Class in jakarta.security.enterprise.authentication.mechanism.http
-
Supports inline instantiation of the
CustomFormAuthenticationMechanismDefinition.CustomFormAuthenticationMechanismqualifier. - CustomFormAuthenticationMechanismDefinition.List - Annotation Interface in jakarta.security.enterprise.authentication.mechanism.http
-
Enables multiple
CustomFormAuthenticationMechanismDefinitionannotations on the same type. - CYCLIC_REFERENCE_ERROR_ID - Static variable in class com.sun.faces.util.MessageUtils
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form