com.acciente.induction.init.config.xmlconfigloader
Class ResourceLoader
java.lang.Object
com.acciente.induction.init.config.xmlconfigloader.ResourceLoader
public class ResourceLoader
- extends Object
ResourceLoader
This class was introduced to factor out the mechanism used to load config files.
The factoring was motivated to provide both the XMLConfigLoader and the IncludeRule classes
a consistent way to load a configuration file.
- Author:
- Adinath Raveendra Raj
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getResourceLoader
public static ResourceLoader getResourceLoader()
getResourceLoader
public static ResourceLoader getResourceLoader(javax.servlet.ServletContext oServletContext)
getResourceAsStream
public InputStream getResourceAsStream(String sResourceName)
Copyright © 2008-2013 Acciente, LLC. All Rights Reserved.