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
All Classes All Packages
All Classes All Packages
All Classes All Packages
U
- UnmappedResourceHandler - Class in org.omnifaces.resourcehandler
-
This
ResourceHandler
implementation allows the developer to map Faces resources on an URL pattern of/jakarta.faces.resource/*
(basically, the value ofResourceHandler.RESOURCE_IDENTIFIER
) without the need for an additionalFacesServlet
prefix or suffix URL pattern in the default produced resource URLs, such as/jakarta.faces.resource/faces/css/style.css
or/jakarta.faces.resource/css/style.css.xhtml
. - UnmappedResourceHandler(ResourceHandler) - Constructor for class org.omnifaces.resourcehandler.UnmappedResourceHandler
-
Creates a new instance of this unmapped resource handler which wraps the given resource handler.
- unmodifiableSet(Object...) - Static method in class org.omnifaces.util.Utils
-
Creates an unmodifiable set based on the given values.
- unserializeURLSafe(String) - Static method in class org.omnifaces.util.Utils
-
Unserialize the given serialized URL-safe string.
- unsubscribeFromComponentEvent(UIComponent, Class<? extends SystemEvent>, ComponentSystemEventListener) - Static method in class org.omnifaces.util.Events
-
Unsubscribe the given event listener on the given event from the given component.
- until(Temporal, TemporalUnit) - Method in class org.omnifaces.cdi.config.DateProducer.TemporalDate
- unwrap(Throwable) - Static method in class org.omnifaces.util.Exceptions
-
Unwrap the nested causes of given exception as long as until it is not an instance of
FacesException
(Mojarra) orELException
(MyFaces) and then return it. - unwrap(Throwable, Class<? extends Throwable>...) - Static method in class org.omnifaces.util.Exceptions
-
Unwrap the nested causes of given exception as long as until it is not an instance of the given types and then return it.
- unwrapIfNecessary(BeanManager, T) - Static method in class org.omnifaces.util.BeansLocal
- unwrapIfNecessary(T) - Static method in class org.omnifaces.util.Beans
-
Returns the actual instance or class of the given object or class if it is actually a CDI proxy as per
Beans.isProxy(Object)
. - update(String...) - Static method in class org.omnifaces.util.Ajax
-
Update the given client IDs in the current ajax response.
- updateAll() - Static method in class org.omnifaces.util.Ajax
-
Update the entire view.
- updateColumn(UIData, int) - Static method in class org.omnifaces.util.Ajax
-
Update the column of the given
UIData
component at the given zero-based column index. - updateRow(UIData, int) - Static method in class org.omnifaces.util.Ajax
-
Update the row of the given
UIData
component at the given zero-based row index. - URI_PREFIX - Static variable in interface org.omnifaces.cdi.PushContext
-
The context-relative web socket URI prefix where the endpoint should listen on.
- URI_TEMPLATE - Static variable in class org.omnifaces.cdi.push.SocketEndpoint
-
The context-relative URI template where the web socket endpoint should listen on.
- UriExtensionRequestWrapper - Class in org.omnifaces.facesviews
-
This wraps a request to an extensionless Faces view and provides an extension for all methods that reveal the servlet path.
- UriExtensionRequestWrapper(HttpServletRequest, String) - Constructor for class org.omnifaces.facesviews.UriExtensionRequestWrapper
-
Construct the URI extension request wrapper.
- Url - Class in org.omnifaces.component.output
-
The
<o:url>
is a component which renders the given target URL or Faces view ID as a bookmarkable URL with support for adding additional query string parameters to the URL via nested<f:param>
and<o:param>
, and for exposing it into the request scope by the variable name as specified by thevar
attribute instead of rendering it. - Url() - Constructor for class org.omnifaces.component.output.Url
- userAgentNeedsUpdate(FacesContext) - Method in class org.omnifaces.resourcehandler.DynamicResource
- userAgentNeedsUpdate(FacesContext) - Method in class org.omnifaces.resourcehandler.RemappedResource
- UtilFamily - Class in org.omnifaces.component.util
-
Base class which is to be shared between all components of the Util family.
- UtilFamily() - Constructor for class org.omnifaces.component.util.UtilFamily
- UTILITIES - org.omnifaces.resourcehandler.WebAppManifest.Category
- Utils - Class in org.omnifaces.util
-
Collection of general utility methods that do not fit in one of the more specific classes.
All Classes All Packages