public interface TemplateInterceptor
Modifier and Type | Method and Description |
---|---|
void |
postLoad(Section template)
Invoked once by TemplateManager after a template is parsed.
|
void |
preRender(Section template)
Invoked every time Section.appendTo() is invoked on a template.
|
void postLoad(Section template)
template
affect all copies of the template
obtained via TemplateManager.getTemplate().void preRender(Section template)