org.thymeleaf.testing.templateengine.util
Class MultiValueProperties

Object
  extended by org.thymeleaf.testing.templateengine.util.MultiValueProperties

public final class MultiValueProperties
extends Object


Constructor Summary
MultiValueProperties()
           
 
Method Summary
 Set<Map.Entry<String,List<String>>> entrySet()
           
 List<String> getProperty(String propertyName)
           
 boolean hasProperty(String propertyName)
           
 void load(InputStream inputStream)
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultiValueProperties

public MultiValueProperties()
Method Detail

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.