public class TestTemplateService extends java.lang.Object implements TemplateService
Modifier and Type | Class and Description |
---|---|
static class |
TestTemplateService.MockTemplate |
TemplateService.Template
Modifier and Type | Method and Description |
---|---|
TemplateService.Template |
compile(java.lang.String template) |
static TemplateService |
instance() |
static TemplateService |
instance(boolean compilationException) |
public static TemplateService instance()
public static TemplateService instance(boolean compilationException)
public TemplateService.Template compile(java.lang.String template)
compile
in interface TemplateService