com.aoindustries.website.framework
Class DescriptionAutoListPage

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by com.aoindustries.website.framework.ErrorReportingServlet
              extended by com.aoindustries.website.framework.WebPage
                  extended by com.aoindustries.website.framework.AutoListPage
                      extended by com.aoindustries.website.framework.DescriptionAutoListPage
All Implemented Interfaces:
java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public abstract class DescriptionAutoListPage
extends AutoListPage

Automatically generates the description along with a list of all pages.

Author:
AO Industries, Inc.
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.aoindustries.website.framework.WebPage
emptyWebPageArray, reHTMLPattern
 
Fields inherited from class com.aoindustries.website.framework.ErrorReportingServlet
BUFFER_SIZE
 
Constructor Summary
DescriptionAutoListPage(LoggerAccessor loggerAccessor)
           
DescriptionAutoListPage(LoggerAccessor loggerAccessor, java.lang.Object param)
           
DescriptionAutoListPage(WebSiteRequest req)
           
 
Method Summary
 void printContentStart(com.aoindustries.io.ChainWriter out, WebSiteRequest req, javax.servlet.http.HttpServletResponse resp)
          Prints the content that will be put before the auto-generated list.
 
Methods inherited from class com.aoindustries.website.framework.AutoListPage
doGet, printPageList, printPageList
 
Methods inherited from class com.aoindustries.website.framework.WebPage
canAccess, doGet, doPost, doPost, doPostWithSearch, enforceEncryption, equals, equals, generateURLPath, getAdditionalHeaders, getAuthor, getCachedPages, getClassLastModified, getClassLoaderUptime, getContentVAlign, getCopyright, getDescription, getHTMLChainWriter, getHTMLOutputStream, getJavaScriptSrc, getKeywords, getLastModified, getLastModifiedRecursive, getLastModifiedRecursive, getNavImageAlt, getNavImageSuffix, getNavImageURL, getNextPage, getOnloadScript, getPageIndexInParent, getParent, getPreferredContentWidth, getPreviousPage, getRedirectURL, getRootPage, getSearchLastModified, getServletContext, getShortTitle, getTitle, getURLParams, getURLPath, getURLPattern, getWebPage, getWebPage, getWebPage, getWebPage, getWebPageAndChildrenLastModified, getWebPageLayout, getWebPages, getWebSiteRequest, hashCode, includeNavImageAsParent, isHandler, isHandler, loadClass, printLoginForm, printUnauthorizedPage, reportingDoGet, reportingDoPost, reportingGetLastModified, search, showInLocationPath, standardSearch, useEncryption, useNavImage, useSiteMap
 
Methods inherited from class com.aoindustries.website.framework.ErrorReportingServlet
doGet, doPost, getGetCount, getLastModified, getLastModifiedCount, getLogger, getLogger, getLogger, getLoggerAccessor, getPostCount, getUptime, log, log
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPut, doTrace, service, service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletInfo, getServletName, init, init
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DescriptionAutoListPage

public DescriptionAutoListPage(LoggerAccessor loggerAccessor)

DescriptionAutoListPage

public DescriptionAutoListPage(WebSiteRequest req)

DescriptionAutoListPage

public DescriptionAutoListPage(LoggerAccessor loggerAccessor,
                               java.lang.Object param)
Method Detail

printContentStart

public void printContentStart(com.aoindustries.io.ChainWriter out,
                              WebSiteRequest req,
                              javax.servlet.http.HttpServletResponse resp)
                       throws java.io.IOException,
                              java.sql.SQLException
Prints the content that will be put before the auto-generated list.

Overrides:
printContentStart in class AutoListPage
Throws:
java.io.IOException
java.sql.SQLException