org.thymeleaf.testing.templateengine.util
Class MultiValueProperties
Object
org.thymeleaf.testing.templateengine.util.MultiValueProperties
public final class MultiValueProperties
- extends Object
| Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MultiValueProperties
public MultiValueProperties()
load
public void load(InputStream inputStream)
throws IOException
- Throws:
IOException
hasProperty
public boolean hasProperty(String propertyName)
getProperty
public List<String> getProperty(String propertyName)
entrySet
public Set<Map.Entry<String,List<String>>> entrySet()
Copyright © 2013 The THYMELEAF team. All Rights Reserved.