Return to www.inductionframework.org

com.acciente.induction.init.config.xmlconfigloader
Class ResourceLoader

java.lang.Object
  extended by com.acciente.induction.init.config.xmlconfigloader.ResourceLoader

public class ResourceLoader
extends java.lang.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

Method Summary
 java.io.InputStream getResourceAsStream(java.lang.String sResourceName)
           
static ResourceLoader getResourceLoader()
           
static ResourceLoader getResourceLoader(javax.servlet.ServletContext oServletContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getResourceLoader

public static ResourceLoader getResourceLoader()

getResourceLoader

public static ResourceLoader getResourceLoader(javax.servlet.ServletContext oServletContext)

getResourceAsStream

public java.io.InputStream getResourceAsStream(java.lang.String sResourceName)

Return to www.inductionframework.org

Copyright © 2008-2011 Acciente, LLC. All Rights Reserved.