Class ResourceLoaderFactory


  • public class ResourceLoaderFactory
    extends java.lang.Object
    Factory to grab a template loader.
    Version:
    $Id: ResourceLoaderFactory.java 898032 2010-01-11 19:51:03Z nbubna $
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static ResourceLoader getLoader​(RuntimeServices rs, java.lang.String loaderClassName)
      Gets the loader specified in the configuration file.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ResourceLoaderFactory

        public ResourceLoaderFactory()
    • Method Detail

      • getLoader

        public static ResourceLoader getLoader​(RuntimeServices rs,
                                               java.lang.String loaderClassName)
        Gets the loader specified in the configuration file.
        Parameters:
        rs -
        loaderClassName -
        Returns:
        TemplateLoader