Reads and compiles a template from a file, by getting the file's
FileInputStream and using it to call compileFromStream(), using
the platform's default character encoding.
Reads and compiles a template from a file, by getting the file's
FileInputStream and using it to call compileFromStream(), using
the platform's default character encoding.
Constructs a TemplateCache with a directory in which
it will look for template files, and a delay representing the
number of seconds between cache updates.
Constructs a TemplateCache with a directory in which
it will look for template files, and a delay representing the
number of seconds between cache updates.
List values in a template data model must implement this interface,
which is essentially the Iterator interface plus a
rewind() method that allows the list to be read
again.