Class PropertiesFactory

java.lang.Object
org.apache.wicket.resource.PropertiesFactory
All Implemented Interfaces:
IPropertiesFactory

public class PropertiesFactory extends Object implements IPropertiesFactory
Default implementation of IPropertiesFactory which uses the IResourceStreamLocator as defined by ResourceSettings.getResourceStreamLocator() to load the Properties objects. Depending on the settings, it will assign ModificationWatchers to the loaded resources to support reloading.
Author:
Juergen Donnerstag
See Also: