Uses of Interface
org.apache.wicket.resource.IPropertiesLoader

Packages that use IPropertiesLoader
org.apache.wicket.resource Locale aware resouce loaders. 
 

Uses of IPropertiesLoader in org.apache.wicket.resource
 

Classes in org.apache.wicket.resource that implement IPropertiesLoader
 class IsoPropertiesFilePropertiesLoader
          Load properties from properties file.
 class UtfPropertiesFilePropertiesLoader
          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.
 class XmlFilePropertiesLoader
          Load properties from XML file
 

Methods in org.apache.wicket.resource that return types with arguments of type IPropertiesLoader
 java.util.List<IPropertiesLoader> PropertiesFactory.getPropertiesLoaders()
          Gets the List of properties loader.
 



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.