public class DefaultTemplateLoader extends Object implements TemplateLoader
| Constructor and Description | 
|---|
DefaultTemplateLoader()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected String | 
getResource(String resource)  | 
protected InputStream | 
getResourceAsStream(String resource)  | 
String | 
load(Version serverVersion,
    String resource)  | 
public String load(Version serverVersion, String resource) throws IOException
load in interface TemplateLoaderIOExceptionprotected String getResource(String resource) throws IOException
IOExceptionprotected InputStream getResourceAsStream(String resource) throws IOException
IOExceptionCopyright © 2021. All rights reserved.