- All Implemented Interfaces:
Serializable
,Servlet
,ServletConfig
- Direct Known Subclasses:
PreProcessPage
Pulls information from a native process to be used as the content.
- Author:
- AO Industries, Inc.
- See Also:
-
Field Summary
Fields inherited from class com.aoapps.web.framework.WebPage
emptyWebPageArray, reHTMLPattern, SEARCH_TWO
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the stream that the text should be read from.long
getLastModified
(WebSiteRequest req, HttpServletResponse resp) ThegetLastModified
defaults to-1
.abstract Process
Gets the process that the contents should be read from.long
The search format of this page is indexed.Methods inherited from class com.aoapps.web.framework.InputStreamPage
doGet, printStream, printStreamStatic
Methods inherited from class com.aoapps.web.framework.WebPage
canAccess, configureResources, doGet, doGet, doGet, doPost, doPost, doPost, doPost, doPostWithSearch, equals, equals, generateUrlPath, getAuthor, getAuthorHref, getAutonli, getCachedChildren, getChildren, getClassLastModified, getContentValign, getCopyright, getDescription, getDoctype, getDocument, getHtmlOutputStream, getIndent, getJavascriptSrc, getKeywords, getLastModified, getLastModifiedRecursive, getLastModifiedRecursive, getNavImageAlt, getNavImageSuffix, getNavImageUrl, getNextPage, getOnloadScript, getPageIndexInParent, getParent, getPreferredContentWidth, getPreviousPage, getRedirectType, getRedirectUrl, getRootPage, getSerialization, getServletContext, getShortTitle, getTitle, getUptime, getUrlParams, getUrlPath, getUrlPattern, getWebPage, getWebPage, getWebPage, getWebPage, getWebPage, getWebPage, getWebPageAndChildrenLastModified, getWebPageLayout, getWebSiteRequest, hashCode, includeNavImageAsParent, isHandler, isHandler, loadClass, printLoginForm, printUnauthorizedPage, search, service, setHeaders, showInLocationPath, standardSearch, useNavImage, useSiteMap
Methods inherited from class com.aoapps.web.resources.servlet.PageServlet
service
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPut, doTrace
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletInfo, getServletName, init, init, log, log
-
Constructor Details
-
ProcessPage
public ProcessPage()
-
-
Method Details
-
getInputStream
Description copied from class:InputStreamPage
Gets the stream that the text should be read from.- Specified by:
getInputStream
in classInputStreamPage
- Throws:
IOException
-
getLastModified
Description copied from class:WebPage
ThegetLastModified
defaults to-1
.- Overrides:
getLastModified
in classWebPage
-
getProcess
Gets the process that the contents should be read from.- Throws:
IOException
-
getSearchLastModified
The search format of this page is indexed.- Overrides:
getSearchLastModified
in classWebPage
- Throws:
ServletException
-