Class HybridTemplateLoader
- java.lang.Object
-
- freemarker.cache.URLTemplateLoader
-
- org.opennms.netmgt.integrations.R.HybridTemplateLoader
-
- All Implemented Interfaces:
freemarker.cache.TemplateLoader
public class HybridTemplateLoader extends freemarker.cache.URLTemplateLoader
Attempts to load the template from the class-path, followed by the file-system, otherwise fails.- Author:
- jwhite
-
-
Constructor Summary
Constructors Constructor Description HybridTemplateLoader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected URL
getURL(String name)
-