Package com.hubspot.jinjava.loader
Class CascadingResourceLocator
java.lang.Object
com.hubspot.jinjava.loader.CascadingResourceLocator
- All Implemented Interfaces:
ResourceLocator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetString
(String fullName, Charset encoding, JinjavaInterpreter interpreter) Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.hubspot.jinjava.loader.ResourceLocator
getLocationResolver
-
Constructor Details
-
CascadingResourceLocator
-
-
Method Details
-
getString
public String getString(String fullName, Charset encoding, JinjavaInterpreter interpreter) throws IOException - Specified by:
getString
in interfaceResourceLocator
- Throws:
IOException
-