Class MultiValueProperties.PropertiesSupport
- java.lang.Object
-
- java.util.Dictionary<K,V>
-
- java.util.Hashtable<java.lang.Object,java.lang.Object>
-
- java.util.Properties
-
- org.thymeleaf.testing.templateengine.util.MultiValueProperties.PropertiesSupport
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable,java.util.Map<java.lang.Object,java.lang.Object>
- Enclosing class:
- MultiValueProperties
private static class MultiValueProperties.PropertiesSupport extends java.util.Properties
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUIDprivate java.util.Map<java.lang.String,java.util.List<java.lang.String>>values
-
Constructor Summary
Constructors Constructor Description PropertiesSupport(java.util.Map<java.lang.String,java.util.List<java.lang.String>> values)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Objectput(java.lang.Object key, java.lang.Object value)-
Methods inherited from class java.util.Properties
getProperty, getProperty, list, list, load, load, loadFromXML, propertyNames, save, setProperty, store, store, storeToXML, storeToXML, stringPropertyNames
-
Methods inherited from class java.util.Hashtable
clear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keys, keySet, merge, putAll, putIfAbsent, rehash, remove, remove, replace, replace, replaceAll, size, toString, values
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
values
private final java.util.Map<java.lang.String,java.util.List<java.lang.String>> values
-
-