- 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.
- unwrap(Throwable, Class<T>) - 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 type and then
return it.
- update(String...) - Static method in class org.omnifaces.util.Ajax
-
Update the given client IDs in the current ajax response.
- Utils - Class in org.omnifaces.util
-
Collection of general utility methods that do not fit in one of the more specific classes.