- JNDI - Class in org.omnifaces.util
-
Utility class for simplifying some web related tasks that use JNDI under the hood, such as getting the
<env-entry>
from web.xml
.
- joinArray(Object, String) - Static method in class org.omnifaces.el.functions.Converters
-
Joins all elements of the given array to a single string, separated by the given separator.
- joinCollection(Collection<E>, String) - Static method in class org.omnifaces.el.functions.Converters
-
Joins all elements of the given collection to a single string, separated by the given separator.
- joinMap(Map<K, V>, String, String) - Static method in class org.omnifaces.el.functions.Converters
-
Joins all elements of the given map to a single string, separated by the given key-value pair separator and
entry separator.
- JsfLabelMessageInterpolator - Class in org.omnifaces.validator
-
Unlike native JSF validation error messages, in a bean validation message by default the label of the component where
a validation constraint violation originated from can not be displayed in the middle of a message.
- JsfLabelMessageInterpolator() - Constructor for class org.omnifaces.validator.JsfLabelMessageInterpolator
-
- Json - Class in org.omnifaces.util
-
A simple JSON encoder.