-
-
Constructor Summary
Constructors
-
Method Summary
A public non-interface method to allow for returning HTML escaped strings.
void
Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
Methods inherited from interface java.util.Map
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
Constructor Details
-
FieldValuesHolderImpl
public FieldValuesHolderImpl()
-
FieldValuesHolderImpl
public FieldValuesHolderImpl(int initialCapacity)
-
FieldValuesHolderImpl
public FieldValuesHolderImpl(int initialCapacity,
float loadFactor)
-
FieldValuesHolderImpl
public FieldValuesHolderImpl(Map<String,?> map)
-
Method Details
-
-
-
getEscaped
A public non-interface method to allow for returning HTML escaped strings. This should only be used as a short hand
by view templates.
- Parameters:
key
- the key
- Returns:
- The object for the key. If a string, a string with with HTML characters escpaed.