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) |
String |
render(ActionContext context) |
String |
render(MailerContext context) |
void merge(ActionContext context)
String render(ActionContext context)
String render(MailerContext context)
Copyright © 2014–2018 ActFramework. All rights reserved.