public class TitleTemplate extends Template
Any ${..} substitutions are done when the text is mapped. Make sure no "'s or '>'s occur in the text.
ToDo: If the title isn't there, we could look for "id" and/or "name", but we don't.
Constructor and Description |
---|
TitleTemplate() |
Modifier and Type | Method and Description |
---|---|
void |
defaultTag(RewriteContext hr) |
boolean |
init(RewriteContext hr)
Called before this template processes any tags.
|
public boolean init(RewriteContext hr)
Template
init
in interface TemplateInterface
init
in class Template
public void defaultTag(RewriteContext hr)