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)
Templateinit in interface TemplateInterfaceinit in class Templatepublic void defaultTag(RewriteContext hr)