Serialized Form
|
Package com.aoindustries.website.framework |
loggerAccessor
LoggerAccessor loggerAccessor
serialVersionUID: 1L
parent
WebPage parent
path
java.lang.String path
useEncryption
boolean useEncryption
description
java.lang.String description
keywords
java.lang.String keywords
navImageAlt
java.lang.String navImageAlt
title
java.lang.String title
pages
WebPage[] pages
- Stores a cache of the list of child pages, once created.
- See Also:
WebPage.getCachedPages(com.aoindustries.website.framework.WebSiteRequest)
searchLastModified
long searchLastModified
- The last modified time of the content in the search index or
-1 if not indexed.
searchByteCount
int searchByteCount
- The number of bytes in the document at last index time, used to properly weight the search results.
searchWords
java.util.List<E> searchWords
- The words that are indexed, sorted.
searchCounts
java.util.List<E> searchCounts
- The number times each word appears in the document.
outputCache
java.util.Map<K,V> outputCache
- The output may be cached for greater throughput.
- See Also:
WebPage.doGet(WebSiteRequest,HttpServletResponse)
context
javax.servlet.ServletContext context