Class XmlFilePropertiesLoader

  • All Implemented Interfaces:
    IPropertiesLoader

    public class XmlFilePropertiesLoader
    extends java.lang.Object
    implements IPropertiesLoader
    Load properties from XML file
    Author:
    Juergen Donnerstag
    • Constructor Summary

      Constructors 
      Constructor Description
      XmlFilePropertiesLoader​(java.lang.String fileExtension)
      Construct.
    • 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