Framework Professional Edition Package


Package com.prosyst.util.template

The template package contains an utility for the usage of HTML templates in servlets.

See:
          Description

Interface Summary
HTMLTemplate A class, representing a layer of abstraction for a HTML Template file The HTML template file is a text file containing HTML text with labels in the place(s) where runtime info will be inserted.
 

Class Summary
HTMLTemplateFileImpl A class, representing a layer of abstraction for a HTML Template file The HTML template file is a text file containing HTML text with labels in the place(s) where runtime info will be inserted.
TemplateWriter A light class for writing the HTMLTemplate to a given writer.
 

Package com.prosyst.util.template Description

The template package contains an utility for the usage of HTML templates in servlets. The HTML template is a HTML file with special strings-labels, where the dynamic data, generated by the servlet, will be inserted. The utility parses the templates and provides an interface for the direct writing of the subsequent static String portions between the labels in the stream of the servlet response, thus minimizing the memory needed for static strings with HTML code in the servlet.


Framework Professional Edition Package


Copyright © 1999-2007 ProSyst Software GmbH. All Rights Reserved