| java.lang.Object sunlabs.brazil.template.Template
All known Subclasses: sunlabs.brazil.template.ModifiedTemplate, sunlabs.brazil.template.DirectoryTemplate, sunlabs.brazil.template.TOCTemplate, sunlabs.brazil.template.ChangedTemplate, sunlabs.brazil.template.FormTemplate, sunlabs.brazil.template.HighlightTemplate, sunlabs.brazil.template.IncludeTemplate, sunlabs.brazil.template.ContentTemplate, sunlabs.brazil.template.RedirectTemplate, sunlabs.brazil.template.NoImageTemplate, sunlabs.brazil.template.AddHeaderTemplate, sunlabs.brazil.ldap.LDAPTemplate, sunlabs.brazil.python.PythonServerTemplate, sunlabs.brazil.template.PropsTemplate, sunlabs.brazil.tcl.TclServerTemplate, sunlabs.brazil.template.BSLTemplate, sunlabs.brazil.template.DebugTemplate, sunlabs.brazil.template.SqlTemplate, sunlabs.brazil.template.UrlNavBarTemplate, sunlabs.brazil.template.CountTemplate, sunlabs.brazil.template.FormClientTemplate, sunlabs.brazil.template.SetTemplate,
Template | public class Template (Code) | | Parent for all classes that are templates. This class is used
primarily as a sanity check, to make sure only classes that intend to
be used as templates actually are. Subclasses are expected to implement
methods whose names corrospond to html/XML tags that are discovered
and called via introspection.
In the future, various "dummy" subclasses may be used as alternate parents
to indicate which session behavior is expected.
|
Method Summary | |
public boolean | done(RewriteContext hr) Called after all tags have been processed, one final chance. | public boolean | init(RewriteContext hr) Called before this template processes any tags. |
done | public boolean done(RewriteContext hr)(Code) | | Called after all tags have been processed, one final chance.
|
|
|