Class WebPage

All Implemented Interfaces:
Serializable, Servlet, ServletConfig
Direct Known Subclasses:
AutoListPage, DumpURLs, FilePage, InputStreamPage, RedirectWebPage, TreePage

public abstract class WebPage extends PageServlet
The main web page provides the overall layout of the site. The rest of the site overrides methods of this class, but cannot override the doGet(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse), doPost(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse), or getLastModified(javax.servlet.http.HttpServletRequest) methods.
Author:
AO Industries, Inc.
See Also: