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(Class<?> clazz, String path)
           
 

Method Detail

load

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


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