- getDatepickerLocale(Locale) - Static method in class org.bremersee.utils.WebUtils
-
Get the language string of a jQuery Datepicker for the specified
Locale.
- getFirstValue(Map<?, ?>, Object, Object) - Static method in class org.bremersee.utils.MapUtils
-
Get the first value with the specified key.
- getLocalizedMessage(String, Locale, String, Object[], String) - Static method in class org.bremersee.utils.ResourceBundleUtils
-
Gets a string for the given key from this resource bundle or one of its
parents.
- getLocalizedMessage(String, Locale, ClassLoader, String, Object[], String) - Static method in class org.bremersee.utils.ResourceBundleUtils
-
Gets a string for the given key from this resource bundle or one of its
parents.
- getMessageDigestSilently(String) - Static method in class org.bremersee.utils.CodingUtils
-
Returns a MessageDigest object that implements the specified digest
algorithm.
- getMessageDigestSilently(String, String) - Static method in class org.bremersee.utils.CodingUtils
-
Returns a MessageDigest object that implements the specified digest
algorithm.
- getMessageDigestSilently(String, Provider) - Static method in class org.bremersee.utils.CodingUtils
-
Returns a MessageDigest object that implements the specified digest
algorithm.
- getPasswordQuality(String, Integer) - Static method in class org.bremersee.utils.PasswordUtils
-
Calculates the quality of the password.
- getResourceBundle(String, Locale) - Static method in class org.bremersee.utils.ResourceBundleUtils
-
Return the resource bundle with the specified base name and locale.
- getResourceBundle(String, Locale, ClassLoader) - Static method in class org.bremersee.utils.ResourceBundleUtils
-
Return the resource bundle with the specified base name and locale.
- getValueAsBigDecimal(Map<?, ?>, Object, BigDecimal) - Static method in class org.bremersee.utils.MapUtils
-
- getValueAsBigInteger(Map<?, ?>, Object, BigInteger) - Static method in class org.bremersee.utils.MapUtils
-
Get a value as BigInteger.
- getValueAsBoolean(Map<?, ?>, Object, Boolean) - Static method in class org.bremersee.utils.MapUtils
-
Get a value as boolean.
- getValueAsByte(Map<?, ?>, Object, Byte) - Static method in class org.bremersee.utils.MapUtils
-
Get a value as byte.
- getValueAsCollection(Map<?, ?>, Object) - Static method in class org.bremersee.utils.MapUtils
-
Get a value as collection.
- getValueAsDouble(Map<?, ?>, Object, Double) - Static method in class org.bremersee.utils.MapUtils
-
Get a value as double.
- getValueAsEnum(Map<?, ?>, Object, Class<T>, T) - Static method in class org.bremersee.utils.MapUtils
-
Get a value as enumeration.
- getValueAsFloat(Map<?, ?>, Object, Float) - Static method in class org.bremersee.utils.MapUtils
-
Get a value as float.
- getValueAsInteger(Map<?, ?>, Object, Integer) - Static method in class org.bremersee.utils.MapUtils
-
Get a value as integer.
- getValueAsList(Map<?, ?>, Object) - Static method in class org.bremersee.utils.MapUtils
-
Get a value as list.
- getValueAsLong(Map<?, ?>, Object, Long) - Static method in class org.bremersee.utils.MapUtils
-
Get a value as long.
- getValueAsSet(Map<?, ?>, Object) - Static method in class org.bremersee.utils.MapUtils
-
Get a value as set.
- getValueAsShort(Map<?, ?>, Object, Short) - Static method in class org.bremersee.utils.MapUtils
-
Get a value as short.
- getValueAsString(Map<?, ?>, Object, String) - Static method in class org.bremersee.utils.MapUtils
-
Get a value as string.