Class

atg.servlet.HTMLServlet

Component

/atg/dynamo/servlet/pipeline/HTMLServlet (DAS)

HtmlServlet enables Dynamo to maintain session tracking across static HTML and WML pages. HtmlServlet handles a request by:

Like other servlets that handle rendering of a file, when this servlet is part of the request-handling pipeline, it is the last servlet.

This servlet uses a file cache (atg.service.filecache.FileCache) to store the files that it has read from disk, so that subsequent requests for those files can be delivered directly from memory instead of being read from disk. You can also specify a tableCache to rewrite URLs in files previously requested to avoid parsing the file unnecessarily.

 
loading table of contents...