Index

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

U

UI_LOCALES - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
 
UIColumn - Class in jakarta.faces.component
UIColumn is a UIComponent that represents a single column of data within a parent UIData component.
UIColumn() - Constructor for class jakarta.faces.component.UIColumn
Create a new UIColumn instance with default property values.
UICommand - Class in jakarta.faces.component
UICommand is a UIComponent that represents a user interface component which, when activated by the user, triggers an application specific "command" or "action".
UICommand() - Constructor for class jakarta.faces.component.UICommand
Create a new UICommand instance with default property values.
UIComponent - Class in jakarta.faces.component
UIComponent is the base class for all user interface components in Jakarta Server Faces.
UIComponent() - Constructor for class jakarta.faces.component.UIComponent
 
UIComponentBase - Class in jakarta.faces.component
UIComponentBase is a convenience base class that implements the default concrete behavior of all methods defined by UIComponent.
UIComponentBase() - Constructor for class jakarta.faces.component.UIComponentBase
Default constructor, populates the descriptor map.
UIData - Class in jakarta.faces.component
UIData is a UIComponent that supports data binding to a collection of data objects represented by a DataModel instance, which is the current value of this component itself (typically established via a ValueExpression).
UIData() - Constructor for class jakarta.faces.component.UIData
Create a new UIData instance with default property values.
UIDebug - Class in com.sun.faces.facelets.tag.ui
 
UIDebug() - Constructor for class com.sun.faces.facelets.tag.ui.UIDebug
 
UIForm - Class in jakarta.faces.component
UIForm is a UIComponent that represents an input form to be presented to the user, and whose child components represent (among other things) the input fields to be included when the form is submitted.
UIForm() - Constructor for class jakarta.faces.component.UIForm
Create a new UIForm instance with default property values.
UIGraphic - Class in jakarta.faces.component
UIGraphic is a UIComponent that displays a graphical image to the user.
UIGraphic() - Constructor for class jakarta.faces.component.UIGraphic
Create a new UIGraphic instance with default property values.
UIImportConstants - Class in jakarta.faces.component
UIImportConstants() - Constructor for class jakarta.faces.component.UIImportConstants
Create a new UIImportConstants instance with renderer type set to null.
UIInput - Class in jakarta.faces.component
UIInput is a UIComponent that represents a component that both displays output to the user (like UIOutput components do) and processes request parameters on the subsequent request that need to be decoded.
UIInput() - Constructor for class jakarta.faces.component.UIInput
Create a new UIInput instance with default property values.
UIInstructions - Class in com.sun.faces.facelets.compiler
 
UIInstructions(ELText, Instruction[]) - Constructor for class com.sun.faces.facelets.compiler.UIInstructions
 
UILeaf - Class in com.sun.faces.facelets.compiler
 
UILeaf() - Constructor for class com.sun.faces.facelets.compiler.UILeaf
 
UILibrary - Class in com.sun.faces.facelets.tag.ui
 
UILibrary(String) - Constructor for class com.sun.faces.facelets.tag.ui.UILibrary
 
UILiteralText - Class in com.sun.faces.facelets.compiler
 
UILiteralText(String) - Constructor for class com.sun.faces.facelets.compiler.UILiteralText
 
UIMessage - Class in jakarta.faces.component
This component is responsible for displaying messages for a specific UIComponent, identified by a clientId or component id relative to the closest ancestor NamingContainer.
UIMessage() - Constructor for class jakarta.faces.component.UIMessage
Create a new UIMessage instance with default property values.
UIMessages - Class in jakarta.faces.component
The renderer for this component is responsible for obtaining the messages from the FacesContext and displaying them to the user.
UIMessages() - Constructor for class jakarta.faces.component.UIMessages
Create a new UIMessages instance with default property values.
UINamingContainer - Class in jakarta.faces.component
UINamingContainer is a convenience base class for components that wish to implement NamingContainer functionality.
UINamingContainer() - Constructor for class jakarta.faces.component.UINamingContainer
Create a new UINamingContainer instance with default property values.
UIOutcomeTarget - Class in jakarta.faces.component
This component is paired with the jakarta.faces.Button or jakarta.faces.Link renderers and encapsulates properties relating to the rendering of outcomes directly to the response.
UIOutcomeTarget() - Constructor for class jakarta.faces.component.UIOutcomeTarget
Create a new UIOutcomeTarget instance with default property values.
UIOutput - Class in jakarta.faces.component
UIOutput is a UIComponent that has a value, optionally retrieved from a model tier bean via a value expression, that is displayed to the user.
UIOutput() - Constructor for class jakarta.faces.component.UIOutput
Create a new UIOutput instance with default property values.
UIPanel - Class in jakarta.faces.component
UIPanel is a UIComponent that manages the layout of its child components.
UIPanel() - Constructor for class jakarta.faces.component.UIPanel
Create a new UIPanel instance with default property values.
UIParameter - Class in jakarta.faces.component
UIParameter is a UIComponent that represents an optionally named configuration parameter for a parent component.
UIParameter() - Constructor for class jakarta.faces.component.UIParameter
Create a new UIParameter instance with default property values.
UIRepeat - Class in com.sun.faces.facelets.component
 
UIRepeat() - Constructor for class com.sun.faces.facelets.component.UIRepeat
 
UISelectBoolean - Class in jakarta.faces.component
UISelectBoolean is a UIComponent that represents a single boolean (true or false) value.
UISelectBoolean() - Constructor for class jakarta.faces.component.UISelectBoolean
Create a new UISelectBoolean instance with default property values.
UISelectItem - Class in jakarta.faces.component
UISelectItem is a component that may be nested inside a UISelectMany or UISelectOne component, and causes the addition of a SelectItem instance to the list of available options for the parent component.
UISelectItem() - Constructor for class jakarta.faces.component.UISelectItem
Create a new UISelectItem instance with default property values.
UISelectItemGroup - Class in jakarta.faces.component
UISelectItemGroup is a component that may be nested inside a UISelectMany or UISelectOne component, and causes the addition of one SelectItemGroup of one or more SelectItem instances to the list of available options in the parent component.
UISelectItemGroup() - Constructor for class jakarta.faces.component.UISelectItemGroup
 
UISelectItemGroups - Class in jakarta.faces.component
UISelectItemGroups is a component that may be nested inside a UISelectMany or UISelectOne component, and causes the addition of one or more SelectItemGroup of one or more SelectItem instances to the list of available options in the parent component.
UISelectItemGroups() - Constructor for class jakarta.faces.component.UISelectItemGroups
 
UISelectItems - Class in jakarta.faces.component
UISelectItems is a component that may be nested inside a UISelectMany or UISelectOne component, and causes the addition of one or more SelectItem instances to the list of available options in the parent component.
UISelectItems() - Constructor for class jakarta.faces.component.UISelectItems
Create a new UISelectItems instance with default property values.
UISelectMany - Class in jakarta.faces.component
UISelectMany is a UIComponent that represents the user's choice of a zero or more items from among a discrete set of available options.
UISelectMany() - Constructor for class jakarta.faces.component.UISelectMany
Create a new UISelectMany instance with default property values.
UISelectOne - Class in jakarta.faces.component
UISelectOne is a UIComponent that represents the user's choice of zero or one items from among a discrete set of available options.
UISelectOne() - Constructor for class jakarta.faces.component.UISelectOne
Create a new UISelectOne instance with default property values.
UIText - Class in com.sun.faces.facelets.compiler
 
UIText(String, ELText) - Constructor for class com.sun.faces.facelets.compiler.UIText
 
UIValidateWholeBean - Class in com.sun.faces.ext.component
 
UIValidateWholeBean() - Constructor for class com.sun.faces.ext.component.UIValidateWholeBean
 
UIViewAction - Class in jakarta.faces.component
UIViewAction represents a method invocation that occurs during the request processing lifecycle, usually in response to an initial request, as opposed to a postback.
UIViewAction() - Constructor for class jakarta.faces.component.UIViewAction
Create a new UIViewAction instance with default property values.
UIViewParameter - Class in jakarta.faces.component
UIViewParameter represents a binding between a request parameter and a model property or UIViewRoot property.
UIViewParameter() - Constructor for class jakarta.faces.component.UIViewParameter
Create a new UIViewParameter instance with default property values.
UIViewParameter.Reference - Class in jakarta.faces.component
Inner class to encapsulate a UIViewParameter instance so that it may be safely referenced regardless of whether or not the current view is the same as the view in which this UIViewParameter resides.
UIViewRoot - Class in jakarta.faces.component
UIViewRoot is the UIComponent that represents the root of the UIComponent tree.
UIViewRoot() - Constructor for class jakarta.faces.component.UIViewRoot
Create a new UIViewRoot instance with default property values.
UIWebsocket - Class in jakarta.faces.component
The <f:websocket> tag opens an one-way (server to client) websocket based push connection in client side which can be reached from server side via PushContext interface injected in any CDI/container managed artifact via @Push annotation.
UIWebsocket() - Constructor for class jakarta.faces.component.UIWebsocket
Create a new UIWebsocket instance with default property values.
UNAUTHORIZED - Enum constant in enum class jakarta.ws.rs.core.Response.Status
401 Unauthorized, see HTTP/1.1 documentation.
UNAVAILABLE_FOR_LEGAL_REASONS - Enum constant in enum class jakarta.ws.rs.core.Response.Status
451 Unavailable For Legal Reasons, see RFC 7725: An HTTP Status Code to Report Legal Obstacles.
UnavailableException - Exception Class in jakarta.servlet
Defines an exception that a servlet or filter throws to indicate that it is permanently or temporarily unavailable.
UnavailableException(String) - Constructor for exception class jakarta.servlet.UnavailableException
Constructs a new exception with a descriptive message indicating that the servlet is permanently unavailable.
UnavailableException(String, int) - Constructor for exception class jakarta.servlet.UnavailableException
Constructs a new exception with a descriptive message indicating that the servlet is temporarily unavailable and giving an estimate of how long it will be unavailable.
UNBOUNDED_BUFFER - Static variable in class jakarta.servlet.jsp.JspWriter
Constant indicating that the Writer is buffered and is unbounded; this is used in BodyContent.
unchanged() - Element in annotation interface jakarta.enterprise.concurrent.ContextServiceDefinition
Types of context that are left alone when a thread runs the contextual task or action.
UNDEFINED - Enum constant in enum class jakarta.xml.bind.annotation.XmlAccessOrder
The ordering of fields and properties in a class is undefined.
UNEXPECTED_CONDITION - Enum constant in enum class jakarta.websocket.CloseReason.CloseCodes
1011 indicates that a server is terminating the connection because it encountered an unexpected condition that prevented it from fulfilling the request.
UnexpectedTypeException - Exception Class in jakarta.validation
Exception raised in the case that the constraint validator resolution cannot determine a suitable validator for a given type.
UnexpectedTypeException() - Constructor for exception class jakarta.validation.UnexpectedTypeException
 
UnexpectedTypeException(String) - Constructor for exception class jakarta.validation.UnexpectedTypeException
 
UnexpectedTypeException(String, Throwable) - Constructor for exception class jakarta.validation.UnexpectedTypeException
 
UnexpectedTypeException(Throwable) - Constructor for exception class jakarta.validation.UnexpectedTypeException
 
UNICODE_CASE - Enum constant in enum class jakarta.validation.constraints.Pattern.Flag
Enables Unicode-aware case folding.
union(CriteriaSelect<? extends T>, CriteriaSelect<? extends T>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create a query which is the union of the given queries.
unionAll(CriteriaSelect<? extends T>, CriteriaSelect<? extends T>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create a query which is the union of the given queries, without elimination of duplicate results.
unique() - Element in annotation interface jakarta.persistence.Column
(Optional) Whether the column is a unique key.
unique() - Element in annotation interface jakarta.persistence.Index
(Optional) Whether the index is unique.
unique() - Element in annotation interface jakarta.persistence.JoinColumn
(Optional) Whether the property is a unique key.
unique() - Element in annotation interface jakarta.persistence.MapKeyColumn
(Optional) Whether the column is a unique key.
unique() - Element in annotation interface jakarta.persistence.MapKeyJoinColumn
(Optional) Whether the property is a unique key.
UNIQUE_ID_PREFIX - Static variable in class jakarta.faces.component.UIViewRoot
The prefix that will be used for identifiers generated by the createUniqueId() method.
UniqueConstraint - Annotation Interface in jakarta.persistence
Specifies that a unique constraint is to be included in the generated DDL for a primary or secondary table.
uniqueConstraints() - Element in annotation interface jakarta.persistence.CollectionTable
(Optional) Unique constraints that are to be placed on the table.
uniqueConstraints() - Element in annotation interface jakarta.persistence.JoinTable
(Optional) Unique constraints to be placed on the table.
uniqueConstraints() - Element in annotation interface jakarta.persistence.SecondaryTable
(Optional) Unique constraints that are to be placed on the table.
uniqueConstraints() - Element in annotation interface jakarta.persistence.Table
(Optional) Unique constraints to be placed on the table.
uniqueConstraints() - Element in annotation interface jakarta.persistence.TableGenerator
(Optional) Unique constraints that are to be placed on the table.
UniqueIdVendor - Interface in jakarta.faces.component
UniqueIdVendor is an interface implemented by UIComponents that also implement NamingContainer so that they can provide unique ids based on their own clientId.
unit() - Element in annotation interface jakarta.ejb.AccessTimeout
Units used for the specified value.
unit() - Element in annotation interface jakarta.ejb.StatefulTimeout
Units used for the specified value.
unitName() - Element in annotation interface jakarta.persistence.PersistenceContext
(Optional) The name of the persistence unit as defined in the persistence.xml file.
unitName() - Element in annotation interface jakarta.persistence.PersistenceUnit
(Optional) The name of the persistence unit as defined in the persistence.xml file.
UnitTest - Enum constant in enum class jakarta.faces.application.ProjectStage
This value indicates the currently running application is undergoing unit testing.
UNIX_LINES - Enum constant in enum class jakarta.validation.constraints.Pattern.Flag
Enables Unix lines mode.
UNKNOWN - Enum constant in enum class jakarta.persistence.spi.LoadState
The load state of the element cannot be determined.
Unmanaged<T> - Class in jakarta.enterprise.inject.spi
Helper class for injecting and calling lifecycle callbacks unmanaged instances for use by framework and library integrators.
Unmanaged(BeanManager, Class<T>) - Constructor for class jakarta.enterprise.inject.spi.Unmanaged
Create an injector for the given class
Unmanaged(Class<T>) - Constructor for class jakarta.enterprise.inject.spi.Unmanaged
Create an injector for the given class, using the current bean manager
Unmanaged.UnmanagedInstance<T> - Class in jakarta.enterprise.inject.spi
Represents a non-contextual instance.
unmarshal(Link.JaxbLink) - Method in class jakarta.ws.rs.core.Link.JaxbAdapter
Deprecated.
Convert a Link.JaxbLink into a Link.
unmarshal(File) - Method in class jakarta.xml.bind.helpers.AbstractUnmarshallerImpl
 
unmarshal(File) - Method in interface jakarta.xml.bind.Unmarshaller
Unmarshal XML data from the specified file and return the resulting content tree.
unmarshal(File, Class<T>) - Static method in class jakarta.xml.bind.JAXB
Reads in a Java object tree from the given XML input.
unmarshal(InputStream) - Method in class jakarta.xml.bind.helpers.AbstractUnmarshallerImpl
 
unmarshal(InputStream) - Method in interface jakarta.xml.bind.Unmarshaller
Unmarshal XML data from the specified InputStream and return the resulting content tree.
unmarshal(InputStream, Class<T>) - Static method in class jakarta.xml.bind.JAXB
Reads in a Java object tree from the given XML input.
unmarshal(Reader) - Method in class jakarta.xml.bind.helpers.AbstractUnmarshallerImpl
 
unmarshal(Reader) - Method in interface jakarta.xml.bind.Unmarshaller
Unmarshal XML data from the specified Reader and return the resulting content tree.
unmarshal(Reader, Class<T>) - Static method in class jakarta.xml.bind.JAXB
Reads in a Java object tree from the given XML input.
unmarshal(String) - Method in class jakarta.xml.bind.annotation.adapters.CollapsedStringAdapter
Removes leading and trailing whitespaces of the string given as the parameter, then truncate any sequence of tab, CR, LF, and SP by a single whitespace character ' '.
unmarshal(String) - Method in class jakarta.xml.bind.annotation.adapters.HexBinaryAdapter
 
unmarshal(String) - Method in class jakarta.xml.bind.annotation.adapters.NormalizedStringAdapter
Replace any tab, CR, and LF by a whitespace character ' ', as specified in the whitespace facet 'replace'
unmarshal(String, Class<T>) - Static method in class jakarta.xml.bind.JAXB
Reads in a Java object tree from the given XML input.
unmarshal(URI, Class<T>) - Static method in class jakarta.xml.bind.JAXB
Reads in a Java object tree from the given XML input.
unmarshal(URL) - Method in class jakarta.xml.bind.helpers.AbstractUnmarshallerImpl
 
unmarshal(URL) - Method in interface jakarta.xml.bind.Unmarshaller
Unmarshal XML data from the specified URL and return the resulting content tree.
unmarshal(URL, Class<T>) - Static method in class jakarta.xml.bind.JAXB
Reads in a Java object tree from the given XML input.
unmarshal(XMLEventReader) - Method in class jakarta.xml.bind.helpers.AbstractUnmarshallerImpl
 
unmarshal(XMLEventReader) - Method in interface jakarta.xml.bind.Unmarshaller
Unmarshal XML data from the specified pull parser and return the resulting content tree.
unmarshal(XMLEventReader, Class<T>) - Method in class jakarta.xml.bind.helpers.AbstractUnmarshallerImpl
 
unmarshal(XMLEventReader, Class<T>) - Method in interface jakarta.xml.bind.Unmarshaller
Unmarshal root element to Jakarta XML Binding mapped declaredType and return the resulting content tree.
unmarshal(XMLStreamReader) - Method in class jakarta.xml.bind.helpers.AbstractUnmarshallerImpl
 
unmarshal(XMLStreamReader) - Method in interface jakarta.xml.bind.Unmarshaller
Unmarshal XML data from the specified pull parser and return the resulting content tree.
unmarshal(XMLStreamReader, Class<T>) - Method in class jakarta.xml.bind.helpers.AbstractUnmarshallerImpl
 
unmarshal(XMLStreamReader, Class<T>) - Method in interface jakarta.xml.bind.Unmarshaller
Unmarshal root element to Jakarta XML Binding mapped declaredType and return the resulting content tree.
unmarshal(Source) - Method in class jakarta.xml.bind.helpers.AbstractUnmarshallerImpl
 
unmarshal(Source) - Method in interface jakarta.xml.bind.Unmarshaller
Unmarshal XML data from the specified XML Source and return the resulting content tree.
unmarshal(Source, Class<T>) - Method in class jakarta.xml.bind.helpers.AbstractUnmarshallerImpl
 
unmarshal(Source, Class<T>) - Static method in class jakarta.xml.bind.JAXB
Reads in a Java object tree from the given XML input.
unmarshal(Source, Class<T>) - Method in interface jakarta.xml.bind.Unmarshaller
Unmarshal XML data from the specified XML Source by declaredType and return the resulting content tree.
unmarshal(Node) - Method in interface jakarta.xml.bind.Unmarshaller
Unmarshal global XML data from the specified DOM tree and return the resulting content tree.
unmarshal(Node, Class<T>) - Method in class jakarta.xml.bind.helpers.AbstractUnmarshallerImpl
 
unmarshal(Node, Class<T>) - Method in interface jakarta.xml.bind.Unmarshaller
Unmarshal XML data by Jakarta XML Binding mapped declaredType and return the resulting content tree.
unmarshal(InputSource) - Method in class jakarta.xml.bind.helpers.AbstractUnmarshallerImpl
 
unmarshal(InputSource) - Method in interface jakarta.xml.bind.Unmarshaller
Unmarshal XML data from the specified SAX InputSource and return the resulting content tree.
unmarshal(XMLReader, InputSource) - Method in class jakarta.xml.bind.helpers.AbstractUnmarshallerImpl
Unmarshals an object by using the specified XMLReader and the InputSource.
unmarshal(ValueType) - Method in class jakarta.xml.bind.annotation.adapters.XmlAdapter
Convert a value type to a bound type.
unmarshal(XmlNode) - Method in class jakarta.xml.bind.Binder
Unmarshal XML infoset view to a Jakarta XML Binding object tree.
unmarshal(XmlNode, Class<T>) - Method in class jakarta.xml.bind.Binder
Unmarshal XML root element by provided declaredType to a Jakarta XML Binding object tree.
UnmarshalException - Exception Class in jakarta.xml.bind
This exception indicates that an error has occurred while performing an unmarshal operation that prevents the Jakarta XML Binding Provider from completing the operation.
UnmarshalException(String) - Constructor for exception class jakarta.xml.bind.UnmarshalException
Construct an UnmarshalException with the specified detail message.
UnmarshalException(String, String) - Constructor for exception class jakarta.xml.bind.UnmarshalException
Construct an UnmarshalException with the specified detail message and vendor specific errorCode.
UnmarshalException(String, String, Throwable) - Constructor for exception class jakarta.xml.bind.UnmarshalException
Construct an UnmarshalException with the specified detail message, vendor specific errorCode, and linkedException.
UnmarshalException(String, Throwable) - Constructor for exception class jakarta.xml.bind.UnmarshalException
Construct an UnmarshalException with the specified detail message and linkedException.
UnmarshalException(Throwable) - Constructor for exception class jakarta.xml.bind.UnmarshalException
Construct an UnmarshalException with a linkedException.
Unmarshaller - Interface in jakarta.xml.bind
The Unmarshaller class governs the process of deserializing XML data into newly created Java content trees, optionally validating the XML data as it is unmarshalled.
Unmarshaller.Listener - Class in jakarta.xml.bind
Register an instance of an implementation of this class with Unmarshaller to externally listen for unmarshal events.
UnmarshallerHandler - Interface in jakarta.xml.bind
Unmarshaller implemented as SAX ContentHandler.
Unmarshalling - Search tag in class jakarta.xml.bind.JAXBContext
Section
unmodifiableIterator(Enumeration<T>) - Static method in class com.sun.faces.util.CollectionsUtils
 
unmodifiableIterator(Iterator<T>) - Static method in class com.sun.faces.util.CollectionsUtils
 
UnmodifiableIterator(Iterator<T>) - Constructor for class com.sun.faces.util.CollectionsUtils.UnmodifiableIterator
 
unmodifiableSet(E...) - Static method in class com.sun.faces.util.Util
 
unorderedAndMatchingGroups(Class<?>...) - Method in interface jakarta.validation.metadata.ElementDescriptor.ConstraintFinder
Restricts to the constraints matching a given set of groups for this element.
UnproxyableResolutionException - Exception Class in jakarta.enterprise.inject
Indicates that a contextual reference for a bean with a normal scope and a certain bean type cannot be obtained because the bean type cannot be proxied by the container.
UnproxyableResolutionException() - Constructor for exception class jakarta.enterprise.inject.UnproxyableResolutionException
Creates the exception with no detail message or cause.
UnproxyableResolutionException(String) - Constructor for exception class jakarta.enterprise.inject.UnproxyableResolutionException
Creates the exception with given detail message.
UnproxyableResolutionException(String, Throwable) - Constructor for exception class jakarta.enterprise.inject.UnproxyableResolutionException
Creates the exception with given detail message and cause.
UnproxyableResolutionException(Throwable) - Constructor for exception class jakarta.enterprise.inject.UnproxyableResolutionException
Creates the exception with given cause.
UNQUALIFIED - Enum constant in enum class jakarta.xml.bind.annotation.XmlNsForm
 
UnsatisfiedResolutionException - Exception Class in jakarta.enterprise.inject
Indicates that no bean matches a certain combination of required type and required qualifiers and is eligible for injection into a certain class.
UnsatisfiedResolutionException() - Constructor for exception class jakarta.enterprise.inject.UnsatisfiedResolutionException
Creates the exception with no detail message or cause.
UnsatisfiedResolutionException(String) - Constructor for exception class jakarta.enterprise.inject.UnsatisfiedResolutionException
Creates the exception with given detail message.
UnsatisfiedResolutionException(String, Throwable) - Constructor for exception class jakarta.enterprise.inject.UnsatisfiedResolutionException
Creates the exception with given detail message and cause.
UnsatisfiedResolutionException(Throwable) - Constructor for exception class jakarta.enterprise.inject.UnsatisfiedResolutionException
Creates the exception with given cause.
unselectedClass - Enum constant in enum class jakarta.faces.component.html.HtmlSelectManyCheckbox.PropertyKeys
 
UNSET - Enum constant in enum class jakarta.xml.bind.annotation.XmlNsForm
 
unsetEntityContext() - Method in interface jakarta.ejb.EntityBean
Unset the associated entity context.
unsetResetFlowHandlerState(FacesContext) - Static method in class com.sun.faces.application.NavigationHandlerImpl
 
UNSPECIFIED - Enum constant in enum class jakarta.persistence.SharedCacheMode
Caching behavior is undefined: provider-specific defaults may apply.
unsubscribeFromEvent(Class<? extends SystemEvent>, ComponentSystemEventListener) - Method in class com.sun.faces.facelets.tag.composite.BehaviorHolderWrapper
 
unsubscribeFromEvent(Class<? extends SystemEvent>, ComponentSystemEventListener) - Method in class jakarta.faces.component.UIComponent
This implementation throws UnsupportedOperationException and is provided for the sole purpose of not breaking existing applications that extend this class.
unsubscribeFromEvent(Class<? extends SystemEvent>, ComponentSystemEventListener) - Method in class jakarta.faces.component.UIComponentBase
Remove the listener instance referenced by argument componentListener as a listener for events of type eventClass originating from this specific instance of UIComponent.
unsubscribeFromEvent(Class<? extends SystemEvent>, SystemEventListener) - Method in class com.sun.faces.application.ApplicationImpl
 
unsubscribeFromEvent(Class<? extends SystemEvent>, SystemEventListener) - Method in class jakarta.faces.application.Application
Remove the listener instance referenced by argument listener from the application as a listener for events of type systemEventClass.
unsubscribeFromEvent(Class<? extends SystemEvent>, SystemEventListener) - Method in class jakarta.faces.application.ApplicationWrapper
The default behavior of this method is to call Application.unsubscribeFromEvent(Class, jakarta.faces.event.SystemEventListener) on the wrapped Application object.
unsubscribeFromEvent(Class<? extends SystemEvent>, Class<?>, SystemEventListener) - Method in class com.sun.faces.application.applicationimpl.Events
 
unsubscribeFromEvent(Class<? extends SystemEvent>, Class<?>, SystemEventListener) - Method in class com.sun.faces.application.ApplicationImpl
 
unsubscribeFromEvent(Class<? extends SystemEvent>, Class<?>, SystemEventListener) - Method in class jakarta.faces.application.Application
Remove the listener instance referenced by argument listener from the application as a listener for events of type systemEventClass that originate from objects of type sourceClass.
unsubscribeFromEvent(Class<? extends SystemEvent>, Class<?>, SystemEventListener) - Method in class jakarta.faces.application.ApplicationWrapper
The default behavior of this method is to call Application.unsubscribeFromEvent(Class, Class, jakarta.faces.event.SystemEventListener) on the wrapped Application object.
unsubscribeFromViewEvent(Class<? extends SystemEvent>, SystemEventListener) - Method in class jakarta.faces.component.UIViewRoot
Remove the listener instance referenced by argument listener from the UIViewRoot as a listener for events of type systemEventClass.
UNSUPPORTED_MEDIA_TYPE - Enum constant in enum class jakarta.ws.rs.core.Response.Status
415 Unsupported Media Type, see HTTP/1.1 documentation.
UnsupportedDataTypeException - Exception Class in jakarta.activation
Signals that the requested operation does not support the requested data type.
UnsupportedDataTypeException() - Constructor for exception class jakarta.activation.UnsupportedDataTypeException
Constructs an UnsupportedDataTypeException with no detail message.
UnsupportedDataTypeException(String) - Constructor for exception class jakarta.activation.UnsupportedDataTypeException
Constructs an UnsupportedDataTypeException with the specified message.
UNSYNCHRONIZED - Enum constant in enum class jakarta.persistence.SynchronizationType
Persistence context must be explicitly joined to the current transaction
UntargetableComponent - Interface in jakarta.faces.component.search
Components implementing this interface are ignored by the algorithm - especially in the implementation of @child(n), @next and @previous.
unwrap(Class<T>) - Method in interface jakarta.persistence.Cache
Return an object of the specified type to allow access to the provider-specific API.
unwrap(Class<T>) - Method in interface jakarta.persistence.EntityManager
Return an object of the specified type to allow access to a provider-specific API.
unwrap(Class<T>) - Method in interface jakarta.persistence.EntityManagerFactory
Return an object of the specified type to allow access to a provider-specific API.
unwrap(Class<T>) - Method in interface jakarta.persistence.Query
Return an object of the specified type to allow access to a provider-specific API.
unwrap(Class<T>) - Method in interface jakarta.validation.ConstraintValidatorContext
Returns an instance of the specified type allowing access to provider-specific APIs.
unwrap(Class<T>) - Method in interface jakarta.validation.MessageInterpolator.Context
Returns an instance of the specified type allowing access to provider-specific APIs.
unwrap(Class<T>) - Method in interface jakarta.validation.Validator
Returns an instance of the specified type allowing access to provider-specific APIs.
unwrap(Class<T>) - Method in interface jakarta.validation.ValidatorFactory
Returns an instance of the specified type allowing access to provider-specific APIs.
unwrap(Class<T>) - Method in interface jakarta.ws.rs.SeBootstrap.Instance.StopResult
Provides access to the wrapped native shutdown result.
unwrap(Class<T>) - Method in interface jakarta.ws.rs.SeBootstrap.Instance
Provides access to the wrapped native handle of the application instance.
unwrap(Class<U>) - Method in interface jakarta.validation.ConstraintViolation
Returns an instance of the specified type allowing access to provider-specific APIs.
unwrap(Class<U>) - Method in interface jakarta.validation.metadata.ConstraintDescriptor
Returns an instance of the specified type allowing access to provider-specific APIs.
UNWRAP - Enum constant in enum class jakarta.validation.metadata.ValidateUnwrappedValue
The value is unwrapped before validation, i.e.
UnwrapByDefault - Annotation Interface in jakarta.validation.valueextraction
Marks a ValueExtractor definition so that it is applied automatically when detecting constraints declared on the container type supported by the extractor, causing the constraints to be applied to the container's elements instead of the container.
Unwrapping - Interface in jakarta.validation.valueextraction
Set of interfaces used in the payload() of a constraint to indicate if a value should be unwrapped before validation.
Unwrapping.Skip - Interface in jakarta.validation.valueextraction
Skip the unwrapping if it has been enabled on the ValueExtractor by the UnwrapByDefault annotation.
Unwrapping.Unwrap - Interface in jakarta.validation.valueextraction
Unwrap the value before validation.
updatable() - Element in annotation interface jakarta.persistence.Column
(Optional) Whether the column is included in SQL UPDATE statements generated by the persistence provider.
updatable() - Element in annotation interface jakarta.persistence.JoinColumn
(Optional) Whether the column is included in SQL UPDATE statements generated by the persistence provider.
updatable() - Element in annotation interface jakarta.persistence.MapKeyColumn
(Optional) Whether the column is included in SQL UPDATE statements generated by the persistence provider.
updatable() - Element in annotation interface jakarta.persistence.MapKeyJoinColumn
(Optional) Whether the column is included in SQL UPDATE statements generated by the persistence provider.
updatable() - Element in annotation interface jakarta.persistence.OrderColumn
(Optional) Whether the column is included in SQL UPDATE statements generated by the persistence provider.
update(S) - Method in interface jakarta.data.repository.CrudRepository
Modifies an entity that already exists in the database.
Update - Annotation Interface in jakarta.data.repository
Lifecycle annotation for repository methods which perform update operations.
UPDATE_MESSAGE_ID - Static variable in class jakarta.faces.component.UIInput
The message identifier of the FacesMessage to be created if a model update error occurs, and the thrown exception has no message.
UPDATE_MODEL_VALUES - Static variable in class jakarta.faces.event.PhaseId
Identifier that indicates an interest in events queued for the Update Model Values phase of the request processing lifecycle.
updateAll(List<S>) - Method in interface jakarta.data.repository.CrudRepository
Modifies entities that already exist in the database.
updateAttributes(String, Map<String, String>) - Method in class jakarta.faces.context.PartialResponseWriter
Write an attribute update operation.
UPDATED_AT - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
 
updateJAXB(XmlNode) - Method in class jakarta.xml.bind.Binder
Takes an XML node and updates its associated Jakarta XML Binding object and its descendants.
updateModel(FacesContext) - Method in class com.sun.faces.ext.component.UIValidateWholeBean
 
updateModel(FacesContext) - Method in class jakarta.faces.component.UIInput
Perform the following algorithm to update the model data associated with this UIInput, if any, as appropriate.
updateModel(FacesContext) - Method in class jakarta.faces.component.UIViewParameter
Call through to superclass UIInput.updateModel(jakarta.faces.context.FacesContext) then take the additional action of pushing the value into request scope if and only if the value is not a value expression, is valid, and the local value was set on this lifecycle execution.
UpdateModelException - Exception Class in jakarta.faces.component
This exception indicates a failure to update the model and is created to wrap any exception that occurs during UIInput.updateModel(jakarta.faces.context.FacesContext).
UpdateModelException(FacesMessage, Throwable) - Constructor for exception class jakarta.faces.component.UpdateModelException
Store the argument facesMessage so it may be returned from UpdateModelException.getFacesMessage() and pass the argument cause to the super constructor.
UpdateModelValuesPhase - Class in com.sun.faces.lifecycle
UpdateModelValuesPhase executes processUpdates on each component in the tree so that it may have a chance to update its model value.
UpdateModelValuesPhase() - Constructor for class com.sun.faces.lifecycle.UpdateModelValuesPhase
 
updateXML(Object) - Method in class jakarta.xml.bind.Binder
Takes an Jakarta XML Binding object and updates its associated XML node and its descendants.
updateXML(Object, XmlNode) - Method in class jakarta.xml.bind.Binder
Changes in Jakarta XML Binding object tree are updated in its associated XML parse tree.
upgrade(Class<T>) - Method in interface jakarta.servlet.http.HttpServletRequest
Creates an instance of HttpUpgradeHandler for a given class and uses it for the http protocol upgrade processing.
upgrade(Class<T>) - Method in class jakarta.servlet.http.HttpServletRequestWrapper
Create an instance of HttpUpgradeHandler for a given class and uses it for the http protocol upgrade processing.
upgradeHttpToWebSocket(Object, Object, ServerEndpointConfig, Map<String, String>) - Method in interface jakarta.websocket.server.ServerContainer
Upgrade the HTTP connection represented by the HttpServletRequest and HttpServletResponse to the WebSocket protocol and establish a WebSocket connection as per the provided ServerEndpointConfig.
upper(Expression<String>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
Create expression for converting a string to uppercase.
UPPER_CAMEL_CASE - Static variable in interface jakarta.json.bind.config.PropertyNamingStrategy
Using this strategy, the first character will be capitalized.
UPPER_CAMEL_CASE_WITH_SPACES - Static variable in interface jakarta.json.bind.config.PropertyNamingStrategy
Using this strategy, the first character will be capitalized and the words will be separated by spaces.
upperBound() - Method in interface jakarta.enterprise.lang.model.types.WildcardType
Returns the upper bound of this wildcard type.
uri - Variable in class jakarta.servlet.jsp.tagext.TagLibraryInfo
The value of the uri attribute from the taglib directive for this library.
uri(String) - Method in interface jakarta.ws.rs.core.Link.Builder
Set underlying string representing URI template for the link being constructed.
uri(String) - Method in class jakarta.ws.rs.core.UriBuilder
Parses the uriTemplate string and copies the parsed components of the supplied URI to the UriBuilder replacing any existing values for those components.
uri(URI) - Method in interface jakarta.ws.rs.core.Link.Builder
Set underlying URI template for the link being constructed.
uri(URI) - Method in class jakarta.ws.rs.core.UriBuilder
Copies the non-null components of the supplied URI to the UriBuilder replacing any existing values for those components.
URI_NS_SOAP_1_1_ENVELOPE - Static variable in interface jakarta.xml.soap.SOAPConstants
The namespace identifier for the SOAP 1.1 envelope.
URI_NS_SOAP_1_2_ENCODING - Static variable in interface jakarta.xml.soap.SOAPConstants
The namespace identifier for the SOAP 1.2 encoding.
URI_NS_SOAP_1_2_ENVELOPE - Static variable in interface jakarta.xml.soap.SOAPConstants
The namespace identifier for the SOAP 1.2 envelope.
URI_NS_SOAP_ENCODING - Static variable in interface jakarta.xml.soap.SOAPConstants
The namespace identifier for the SOAP 1.1 encoding.
URI_NS_SOAP_ENVELOPE - Static variable in interface jakarta.xml.soap.SOAPConstants
The namespace identifier for the SOAP 1.1 envelope, All SOAPElements in this namespace are defined by the SOAP 1.1 specification.
URI_PREFIX - Static variable in interface jakarta.faces.push.PushContext
The context-relative web socket URI prefix where the endpoint should listen on.
URI_SOAP_1_2_ROLE_NEXT - Static variable in interface jakarta.xml.soap.SOAPConstants
The URI identifying the next application processing a SOAP request as the intended role for a SOAP 1.2 header entry (see section 2.2 of part 1 of the SOAP 1.2 specification).
URI_SOAP_1_2_ROLE_NONE - Static variable in interface jakarta.xml.soap.SOAPConstants
The URI specifying the role None in SOAP 1.2.
URI_SOAP_1_2_ROLE_ULTIMATE_RECEIVER - Static variable in interface jakarta.xml.soap.SOAPConstants
The URI identifying the ultimate receiver of the SOAP 1.2 message.
URI_SOAP_ACTOR_NEXT - Static variable in interface jakarta.xml.soap.SOAPConstants
The URI identifying the next application processing a SOAP request as the intended actor for a SOAP 1.1 header entry (see section 4.2.2 of the SOAP 1.1 specification).
URI_TEMPLATE - Static variable in class com.sun.faces.push.WebsocketEndpoint
The context-relative URI template where the web socket endpoint should listen on.
uriBuilder(UriBuilder) - Method in interface jakarta.ws.rs.core.Link.Builder
Set underlying URI builder representing the URI template for the link being constructed.
UriBuilder - Class in jakarta.ws.rs.core
URI template-aware utility class for building URIs from their components.
UriBuilder() - Constructor for class jakarta.ws.rs.core.UriBuilder
Protected constructor, use one of the static fromXxx(...) methods to obtain an instance.
UriBuilderException - Exception Class in jakarta.ws.rs.core
A runtime exception thrown by UriBuilder.build(Object...) methods when a URI cannot be constructed based on the current state of the builder.
UriBuilderException() - Constructor for exception class jakarta.ws.rs.core.UriBuilderException
Creates a new instance of UriBuilderException without detail message.
UriBuilderException(String) - Constructor for exception class jakarta.ws.rs.core.UriBuilderException
Constructs an instance of UriBuilderException with the specified detail message.
UriBuilderException(String, Throwable) - Constructor for exception class jakarta.ws.rs.core.UriBuilderException
Constructs an instance of UriBuilderException with the specified detail message and cause.
UriBuilderException(Throwable) - Constructor for exception class jakarta.ws.rs.core.UriBuilderException
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
UriInfo - Interface in jakarta.ws.rs.core
An injectable interface that provides access to application and request URI information.
uriIsFlowDefinition(URI) - Static method in class com.sun.faces.config.processor.FacesFlowDefinitionConfigProcessor
 
url() - Element in annotation interface jakarta.annotation.sql.DataSourceDefinition
A JDBC URL.
url() - Element in annotation interface jakarta.security.enterprise.identitystore.LdapIdentityStoreDefinition
URL where the LDAP server can be reached.
URL - Enum constant in enum class jakarta.servlet.SessionTrackingMode
 
URLDataSource - Class in jakarta.activation
The URLDataSource class provides an object that wraps a URL object in a DataSource interface.
URLDataSource(URL) - Constructor for class jakarta.activation.URLDataSource
URLDataSource constructor.
urlIsRelatedToDefiningDocumentInJar(URL, String) - Method in class com.sun.faces.application.ApplicationAssociate
 
urlPatterns() - Element in annotation interface jakarta.servlet.annotation.WebFilter
The URL patterns to which the filter applies
urlPatterns() - Element in annotation interface jakarta.servlet.annotation.WebServlet
The URL patterns of the servlet
urn - Variable in class jakarta.servlet.jsp.tagext.TagLibraryInfo
The "reliable" URN indicated in the TLD.
Usage - Search tag in annotation interface jakarta.xml.bind.annotation.XmlAccessorOrder
Section
Usage - Search tag in annotation interface jakarta.xml.bind.annotation.XmlAttachmentRef
Section
Usage - Search tag in annotation interface jakarta.xml.bind.annotation.XmlSchema
Section
Usage - Search tag in class jakarta.faces.component.UIImportConstants
Section
Usage (client) - Search tag in annotation interface jakarta.faces.push.Push
Section
Usage (server) - Search tag in annotation interface jakarta.faces.push.Push
Section
Usages: - Search tag in annotation interface jakarta.xml.bind.annotation.XmlAnyElement
Section
Usage with other annotations - Search tag in annotation interface jakarta.xml.bind.annotation.XmlType
Section
use() - Element in annotation interface jakarta.jws.soap.SOAPBinding
Defines the formatting style for messages sent to and from the Web Service.
USE - Enum constant in enum class jakarta.persistence.CacheRetrieveMode
Read entity data from the cache: this is the default behavior.
USE - Enum constant in enum class jakarta.persistence.CacheStoreMode
Insert entity data into cache when read from database and insert/update entity data when written to the database: this is the default behavior.
USE_PROXY - Enum constant in enum class jakarta.ws.rs.core.Response.Status
305 Use Proxy, see HTTP/1.1 documentation.
USE_RFC1123_DATE - Enum constant in enum class com.sun.faces.util.Json.Option
Format dates as RFC1123 via DateTimeFormatter.RFC_1123_DATE_TIME.
USE_TRANSACTION_OF_EXECUTION_THREAD - Static variable in interface jakarta.enterprise.concurrent.ManagedTask
Constant for the "USE_TRANSACTION_OF_EXECUTION_THREAD" value of the TRANSACTION execution property.
UseFaceletsID - Enum constant in enum class com.sun.faces.config.WebConfiguration.BooleanWebContextInitParameter
 
useFor() - Element in annotation interface jakarta.security.enterprise.identitystore.DatabaseIdentityStoreDefinition
Determines what the identity store is used for
useFor() - Element in annotation interface jakarta.security.enterprise.identitystore.InMemoryIdentityStoreDefinition
Determines what the identity store is used for
useFor() - Element in annotation interface jakarta.security.enterprise.identitystore.LdapIdentityStoreDefinition
Determines what the identity store is used for
useForExpression() - Element in annotation interface jakarta.security.enterprise.identitystore.DatabaseIdentityStoreDefinition
Allow useFor to be specified as an Jakarta Expression Language expression.
useForExpression() - Element in annotation interface jakarta.security.enterprise.identitystore.LdapIdentityStoreDefinition
Allow useFor to be specified as a Jakarta Expression Language expression.
useForwardToLogin() - Method in class jakarta.security.enterprise.authentication.mechanism.http.LoginToContinue.Literal
 
useForwardToLogin() - Element in annotation interface jakarta.security.enterprise.authentication.mechanism.http.LoginToContinue
Use a forward to reach the page set by the LoginToContinue.loginPage() if true, otherwise use a redirect.
useForwardToLoginExpression() - Method in class jakarta.security.enterprise.authentication.mechanism.http.LoginToContinue.Literal
 
useForwardToLoginExpression() - Element in annotation interface jakarta.security.enterprise.authentication.mechanism.http.LoginToContinue
Jakarta Expression Language expression variant of useForwardToLogin().
usemap - Enum constant in enum class jakarta.faces.component.html.HtmlGraphicImage.PropertyKeys
 
useNonce() - Element in annotation interface jakarta.security.enterprise.authentication.mechanism.http.OpenIdAuthenticationMechanismDefinition
Optional.
useNonceExpression() - Element in annotation interface jakarta.security.enterprise.authentication.mechanism.http.OpenIdAuthenticationMechanismDefinition
Optional.
usePartialStateSaving(String) - Method in class com.sun.faces.application.ApplicationStateInfo
 
user() - Element in annotation interface jakarta.annotation.sql.DataSourceDefinition
User name to use for connection authentication.
USER - Static variable in class jakarta.ws.rs.Priorities
User-level filter/interceptor priority.
USER_AGENT - Static variable in interface jakarta.ws.rs.core.HttpHeaders
userAgentNeedsUpdate(FacesContext) - Method in class com.sun.faces.application.resource.ResourceImpl
 
userAgentNeedsUpdate(FacesContext) - Method in class jakarta.faces.application.Resource
Return true if the user-agent requesting this resource needs an update.
userAgentNeedsUpdate(FacesContext) - Method in class jakarta.faces.application.ResourceWrapper
The default behavior of this method is to call Resource.userAgentNeedsUpdate(jakarta.faces.context.FacesContext) on the wrapped ResourceHandler object.
userInfo(String) - Method in class jakarta.ws.rs.core.UriBuilder
Set the URI user-info.
USERINFO_ENDPOINT - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
 
userinfoEndpoint() - Element in annotation interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdProviderMetadata
Optional.
USERNAME_PROPERTY - Static variable in interface jakarta.xml.ws.BindingProvider
Standard property: User name for authentication.
UsernamePasswordCredential - Class in jakarta.security.enterprise.credential
Represents the credentials typically used by standard caller name/password authentication.
UsernamePasswordCredential(String, Password) - Constructor for class jakarta.security.enterprise.credential.UsernamePasswordCredential
Constructor.
UsernamePasswordCredential(String, String) - Constructor for class jakarta.security.enterprise.credential.UsernamePasswordCredential
Constructor.
UserTransaction - Interface in jakarta.transaction
The UserTransaction interface defines the methods that allow an application to explicitly manage transaction boundaries.
useSession() - Element in annotation interface jakarta.security.enterprise.authentication.mechanism.http.OpenIdAuthenticationMechanismDefinition
Optional.
useSessionExpression() - Element in annotation interface jakarta.security.enterprise.authentication.mechanism.http.OpenIdAuthenticationMechanismDefinition
Optional.
usingContext() - Method in interface jakarta.validation.ValidatorFactory
Defines a new validator context and returns a Validator compliant this new context.
Using XmlAnyElement with XmlElementRef - Search tag in annotation interface jakarta.xml.bind.annotation.XmlAnyElement
Section
Util - Class in com.sun.faces.util
Util is a class ...
UTIL - Enum constant in enum class com.sun.faces.util.FacesLogger
 
Util.JakartaNamespaceContext - Class in com.sun.faces.util
 
Util.ThrowingBiConsumer<T,U> - Interface in com.sun.faces.util
 
UUID - Enum constant in enum class jakarta.persistence.GenerationType
Indicates that the persistence provider must assign primary keys for the entity by generating an RFC 4122 Universally Unique IDentifier.
UUID_ID - Static variable in class jakarta.faces.convert.UUIDConverter
The message identifier of the FacesMessage to be created if the conversion to UUID fails.
UUIDConverter - Class in jakarta.faces.convert
Converter implementation for java.util.UUID values.
UUIDConverter() - Constructor for class jakarta.faces.convert.UUIDConverter
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form