|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.wicket.resource.IsoPropertiesFilePropertiesLoader
public class IsoPropertiesFilePropertiesLoader
Load properties from properties file. The encoding of the file must be ISO 8859-1.
Properties| Constructor Summary | |
|---|---|
IsoPropertiesFilePropertiesLoader(String extension)
Construct. |
|
| Method Summary | |
|---|---|
String |
getFileExtension()
|
Properties |
loadJavaProperties(InputStream in)
Load the properties into a java.util.Properties object |
ValueMap |
loadWicketProperties(InputStream inputStream)
Load the properties into a ValueMap. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IsoPropertiesFilePropertiesLoader(String extension)
extension - | Method Detail |
|---|
public final String getFileExtension()
getFileExtension in interface IPropertiesLoaderIPropertiesLoader.getFileExtension()
public Properties loadJavaProperties(InputStream in)
throws IOException
IPropertiesLoader
loadJavaProperties in interface IPropertiesLoaderIOExceptionIPropertiesLoader.loadJavaProperties(java.io.InputStream)public ValueMap loadWicketProperties(InputStream inputStream)
IPropertiesLoader
loadWicketProperties in interface IPropertiesLoaderIPropertiesLoader.loadWicketProperties(java.io.InputStream)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||