public interface Template
A Template represents a resource that can be merged with application context
and output the result
Modifier and Type | Method and Description |
---|---|
void |
merge(ActionContext context) |
String |
render(ActionContext context) |
String |
render(MailerContext context) |
void merge(ActionContext context)
String render(ActionContext context)
String render(MailerContext context)
Copyright © 2014-2017 ActFramework. All Rights Reserved.