- 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>fromweb.xml.
 
- JNDI_NAME_PREFIX_ENV_ENTRY - Static variable in class org.omnifaces.util.JNDI
- 
JNDI name prefix for environment entries: java:comp/env
 
- JNDI_NAMESPACE_APPLICATION - Static variable in class org.omnifaces.util.JNDI
- 
JNDI namespace to lookup local enterprise beans within the same application: java:app
 
- JNDI_NAMESPACE_COMPONENT - Static variable in class org.omnifaces.util.JNDI
- 
JNDI namespace to lookup components: java:comp
 
- JNDI_NAMESPACE_GLOBAL - Static variable in class org.omnifaces.util.JNDI
- 
JNDI namespace to lookup all enterprise beans: java:global
 
- JNDI_NAMESPACE_MODULE - Static variable in class org.omnifaces.util.JNDI
- 
JNDI namespace to lookup local enterprise beans within the same module: java:module
 
- JNDI_NAMESPACE_PREFIX - Static variable in class org.omnifaces.util.JNDI
- 
JNDI namespace prefix, including the colon: java:
 
- JNDIObjectLocator - Class in org.omnifaces.util
- 
JNDIObjectLocator is used to centralize JNDI lookups. 
- JNDIObjectLocator.JNDIObjectLocatorBuilder - Class in org.omnifaces.util
- 
- JNDIObjectLocatorBuilder() - Constructor for class org.omnifaces.util.JNDIObjectLocator.JNDIObjectLocatorBuilder
-  
- 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.