sunlabs.brazil.template
Interface TemplateInterface

All Known Implementing Classes:
Template

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.


Method Summary
 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.
 

Method Detail

init

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


done

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


Version 2.1, Generated 12/30/04
Copyright (c) 2001-2004, Sun Microsystems.