sunlabs.brazil.template

Interface TemplateInterface

public interface TemplateInterface

Interface for templates. Most templates are expected to extend the Template class. This interface is for those cases where a template must extend something else.

Version: %W

Author: Stephen Uhler

Method Summary
booleandone(RewriteContext hr)
Called after all tags have been processed, one final chance.
booleaninit(RewriteContext hr)
Called before this template processes any tags.

Method Detail

done

public boolean done(RewriteContext hr)
Called after all tags have been processed, one final chance.

init

public boolean init(RewriteContext hr)
Called before this template processes any tags.