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