public interface TemplateInterface
Modifier and Type | Method and Description |
---|---|
boolean |
done(RewriteContext hr)
Called after all tags have been processed, one final chance.
|
boolean |
init(RewriteContext hr)
Called before this template processes any tags.
|
boolean init(RewriteContext hr)
boolean done(RewriteContext hr)