Class TemplatePage

java.lang.Object
fc.util.pagetemplate.TemplatePage

public abstract class TemplatePage extends Object
A superclass for generated template pages. All templates derive from this class. Runs outside the web environment (intended to be invoked from the command line)

Pages are always assumed to be written in UTF-8 (a superset of regular ascii/IS0-8859-1). If the template page is sent as HTML to a device (via some outside mechanism that uses the templates as part of its workflow), then the HTML contained in the page template should set the appropriate content type/encoding meta header to say UTF-8, if UTF-8 characters (such as emojis) are used in the page.

See TemplateMgr