public interface Template
| Modifier and Type | Method and Description |
|---|---|
void |
addFunctions(Class<?> functions) |
void |
addFunctions(String prefix,
Class<?> functions) |
String |
replace(String string,
Object... context) |
String |
replaceFromFile(String string,
Object... context) |
String |
replaceFromResource(String string,
Object... context) |
String |
replaceFromURI(String string,
Object... context) |
void addFunctions(Class<?> functions)
Copyright © 2015. All Rights Reserved.