org.apache.wicket.resource
Interface PropertiesFactory.IPropertiesLoader

All Known Implementing Classes:
PropertiesFactory.AbstractPropertiesLoader, PropertiesFactory.PropertiesFilePropertiesLoader, PropertiesFactory.XmlFilePropertiesLoader
Enclosing class:
PropertiesFactory

public static interface PropertiesFactory.IPropertiesLoader


Method Summary
 Properties load(java.lang.Class<?> clazz, java.lang.String path)
           
 

Method Detail

load

Properties load(java.lang.Class<?> clazz,
                java.lang.String path)
Parameters:
clazz -
path -
Returns:
Properties


Copyright © 2004-2010 Apache Software Foundation. All Rights Reserved.