Skip navigation links
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 

U

UnmappedResourceHandler - Class in org.omnifaces.resourcehandler
This ResourceHandler implementation allows the developer to map JSF resources on an URL pattern of /javax.faces.resource/* (basically, the value of ResourceHandler.RESOURCE_IDENTIFIER) without the need for an additional FacesServlet prefix or suffix URL pattern in the default produced resource URLs, such as /javax.faces.resource/faces/css/style.css or /javax.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.
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.
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) or ELException (MyFaces) and then return it.
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 JSF view and provides an extension for all methods that reveal the servlet path.
UriExtensionRequestWrapper(HttpServletRequest, String, String) - Constructor for class org.omnifaces.facesviews.UriExtensionRequestWrapper
 
Url - Class in org.omnifaces.component.output
The <o:url> is a component which renders the given JSF view ID as a bookmarkable URL with support for exposing it into the request scope by the variable name as specified by the var attribute instead of rendering it.
Url() - Constructor for class org.omnifaces.component.output.Url
 
userAgentNeedsUpdate(FacesContext) - Method in class org.omnifaces.resourcehandler.DynamicResource
 
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
 
Utils - Class in org.omnifaces.util
Collection of general utility methods that do not fit in one of the more specific classes.
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 
Skip navigation links

Copyright © 2012–2016 OmniFaces. All rights reserved.