Class ImportConstants.ConstantsMap

java.lang.Object
org.omnifaces.util.MapWrapper<String,Object>
org.omnifaces.taghandler.ImportConstants.ConstantsMap
All Implemented Interfaces:
Serializable, Map<String,Object>
Enclosing class:
ImportConstants

public static class ImportConstants.ConstantsMap extends MapWrapper<String,Object>
Specific map implementation which wraps the given map in Collections.unmodifiableMap(Map) and throws an IllegalArgumentException in get(Object) method when the key doesn't exist at all.

Since 4.6 this class is public instead of private in order to allow the EL implementation to see the new members() method.

Author:
Bauke Scholtz
See Also: