- 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
-
Bean Validation message interpolator that is able to insert the label of the component via which
validation failed into the validation message.
- JsfLabelMessageInterpolator() - Constructor for class org.omnifaces.validator.JsfLabelMessageInterpolator
-
- Json - Class in org.omnifaces.util
-
A simple JSON encoder.