Class UtfPropertiesFilePropertiesLoader

  • All Implemented Interfaces:
    IPropertiesLoader

    public class UtfPropertiesFilePropertiesLoader
    extends java.lang.Object
    implements IPropertiesLoader
    Load properties from properties file via a Reader, which allows to provide the charset and thus the encoding can be different than ISO 8859-1.
    Author:
    Juergen Donnerstag
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getFileExtension()  
      java.util.Properties loadJavaProperties​(java.io.InputStream in)
      Load the properties into a java.util.Properties object
      org.apache.wicket.util.value.ValueMap loadWicketProperties​(java.io.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