public interface Template
A Template represents a resource that can be merged with application context and output the result
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Template.NoCache
Notify framework not to cache template for this handler method.
|
| Modifier and Type | Method and Description |
|---|---|
void |
merge(ActionContext context) |
java.lang.String |
render(ActionContext context) |
java.lang.String |
render(MailerContext context) |
void merge(ActionContext context)
java.lang.String render(ActionContext context)
java.lang.String render(MailerContext context)
Copyright © 2014–2017 ActFramework. All rights reserved.