| Template class for substituting html pages into an html page.
This class is used by the TemplateHandler. This does not perform
traditional server-side include processing, whose normal purpose is to
include standard headers and footers. That functionallity is provided
instead by including the content into the template, and not the other
way around.
This include incorporates entire pages from other sites.
author: Stephen Uhler version: %V% IncludeTemplate.java |