Getting Started |
Additional classes & thingsAppender
Note that the Section class itself implements Appender, so it implements appendTo() as noted in Printing the template. TemplateInterceptorThe TemplateInterceptor interface allows one to intercept all templates processed by a TemplateManager and perform actions on them. SiteGeneratorThe SiteGenerator generates a "static" web site from a series of templates. It is designed for easy use from the command line. TemplateListerThe TemplateLister class can generate a hierarchical listing of a template, as well as code skeleton for pasting into Java code. It is designed for easy use from the command line or within a web application. LoggingTmplz generates logs via the java.util.logging package. Most log data is generated during the template loading process, since it's kind of tricky. All information is written to a Logger instance obtained via |