Module org.apache.wicket.core
Package org.apache.wicket.resource
Class IsoPropertiesFilePropertiesLoader
java.lang.Object
org.apache.wicket.resource.IsoPropertiesFilePropertiesLoader
- All Implemented Interfaces:
IPropertiesLoader
Load properties from properties file. The encoding of the file must be ISO 8859-1.
- Author:
- Juergen Donnerstag
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal String
Load the properties into a java.util.Properties objectloadWicketProperties
(InputStream inputStream) Load the properties into a ValueMap.
-
Constructor Details
-
IsoPropertiesFilePropertiesLoader
Construct.- Parameters:
extension
-
-
-
Method Details
-
getFileExtension
- Specified by:
getFileExtension
in interfaceIPropertiesLoader
- Returns:
- The file extension this loader should be applied to
- See Also:
-
loadJavaProperties
Description copied from interface:IPropertiesLoader
Load the properties into a java.util.Properties object- Specified by:
loadJavaProperties
in interfaceIPropertiesLoader
- Returns:
- Properties. Null if not applicable or not found or ...
- Throws:
IOException
- See Also:
-
loadWicketProperties
Description copied from interface:IPropertiesLoader
Load the properties into a ValueMap.- Specified by:
loadWicketProperties
in interfaceIPropertiesLoader
- Returns:
- Properties. Null if not applicable or not found or ...
- See Also:
-