Class FileResourceLoader

java.lang.Object
org.apache.velocity.runtime.resource.loader.ResourceLoader
org.apache.velocity.runtime.resource.loader.FileResourceLoader

public class FileResourceLoader extends ResourceLoader
A loader for templates stored on the file system. Treats the template as relative to the configured root path. If the root path is empty treats the template name as an absolute path.
Version:
$Id: FileResourceLoader.java 743616 2009-02-12 04:38:53Z nbubna $
Author:
Will Glass-Husain, Aki Nieminen, Jason van Zyl
  • Constructor Details

    • FileResourceLoader

      public FileResourceLoader()
  • Method Details