Class ConstantsHashMap<K,​V>

  • Type Parameters:
    K - The key type.
    V - The value type.
    All Implemented Interfaces:
    Serializable, Cloneable, Map<K,​V>

    public class ConstantsHashMap<K,​V>
    extends HashMap<K,​V>
    Custom HashMap which throws an FacesException if the key/constant does not exist.
    See Also:
    Serialized Form
    • Constructor Detail

      • ConstantsHashMap

        public ConstantsHashMap​(Class<?> clazz)