|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Template
Interface for system template.
| Method Summary | |
|---|---|
String |
getName()
Returns the name of the template, which uniquely identifies it within it's Templating component. |
String |
merge(TemplatingContext context)
Merge the template with context. |
| Method Detail |
|---|
String getName()
This method should return the same name as the one passed to Templating.getTemplate(String).
null if the template was not loaded from
the file system.
String merge(TemplatingContext context)
throws MergingException
context - the context.
MergingException - if problem appears.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||