- 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.longgetLastModified(WebSiteRequest req, HttpServletResponse resp) ThegetLastModifieddefaults to-1.abstract ProcessGets the process that the contents should be read from.longThe search format of this page is indexed.Methods inherited from class com.aoapps.web.framework.InputStreamPage
doGet, printStream, printStreamStaticMethods 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, useSiteMapMethods inherited from class com.aoapps.web.resources.servlet.PageServlet
serviceMethods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPut, doTraceMethods 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:InputStreamPageGets the stream that the text should be read from.- Specified by:
getInputStreamin classInputStreamPage- Throws:
IOException
-
getLastModified
Description copied from class:WebPageThegetLastModifieddefaults to-1.- Overrides:
getLastModifiedin classWebPage
-
getProcess
Gets the process that the contents should be read from.- Throws:
IOException
-
getSearchLastModified
The search format of this page is indexed.- Overrides:
getSearchLastModifiedin classWebPage- Throws:
ServletException
-
