public interface IPropertiesLoader
| Modifier and Type | Method and Description |
|---|---|
String |
getFileExtension() |
Properties |
loadJavaProperties(InputStream inputStream)
Load the properties into a java.util.Properties object
|
ValueMap |
loadWicketProperties(InputStream inputStream)
Load the properties into a ValueMap.
|
ValueMap loadWicketProperties(InputStream inputStream)
inputStream - Properties loadJavaProperties(InputStream inputStream) throws IOException
inputStream - IOExceptionString getFileExtension()
Copyright © 2006–2014 Apache Software Foundation. All rights reserved.