Uses of Class
com.aoapps.web.framework.WebPageLayout
-
Uses of WebPageLayout in com.aoapps.web.framework
Subclasses of WebPageLayout in com.aoapps.web.frameworkModifier and TypeClassDescriptionclass
The layout to be used during search sub-requests.class
The default text-only layout.Methods in com.aoapps.web.framework that return WebPageLayoutModifier and TypeMethodDescriptionWebPage.getWebPageLayout
(WebSiteRequest req) Gets the current layout for this page.Methods in com.aoapps.web.framework with parameters of type WebPageLayoutModifier and TypeMethodDescriptionvoid
WebPage.configureResources
(ServletContext servletContext, WebSiteRequest req, HttpServletResponse resp, WebPageLayout layout, Registry pageRegistry) Configures the page-scope web resources that this page uses.<__ extends FlowContent<__>>
voidAutoListPage.doGet
(WebSiteRequest req, HttpServletResponse resp, WebPageLayout layout, __ flow) <__ extends FlowContent<__>>
voidDumpURLs.doGet
(WebSiteRequest req, HttpServletResponse resp, WebPageLayout layout, __ flow) <__ extends FlowContent<__>>
voidFilePage.doGet
(WebSiteRequest req, HttpServletResponse resp, WebPageLayout layout, __ flow) <__ extends FlowContent<__>>
voidInputStreamPage.doGet
(WebSiteRequest req, HttpServletResponse resp, WebPageLayout layout, __ flow) <__ extends FlowContent<__>>
voidPreFilePage.doGet
(WebSiteRequest req, HttpServletResponse resp, WebPageLayout layout, __ flow) final <__ extends FlowContent<__>>
voidRedirectWebPage.doGet
(WebSiteRequest req, HttpServletResponse resp, WebPageLayout layout, __ flow) Never do GET, redirect-only.<__ extends FlowContent<__>>
voidTreePage.doGet
(WebSiteRequest req, HttpServletResponse resp, WebPageLayout layout, __ flow) <__ extends FlowContent<__>>
voidWebPage.doGet
(WebSiteRequest req, HttpServletResponse resp, WebPageLayout layout, __ flow) By default, GET provides no content.final <__ extends FlowContent<__>>
voidRedirectWebPage.doPost
(WebSiteRequest req, HttpServletResponse resp, WebPageLayout layout, __ flow) Never do POST, redirect-only.<__ extends FlowContent<__>>
voidWebPage.doPost
(WebSiteRequest req, HttpServletResponse resp, WebPageLayout layout, __ flow) <__ extends FlowContent<__>>
__AutoListPage.printContentStart
(WebSiteRequest req, HttpServletResponse resp, WebPageLayout layout, ContentEE<?> content, __ contentLine) Prints the content that will be put before the auto-generated list.<__ extends FlowContent<__>>
__DescriptionAutoListPage.printContentStart
(WebSiteRequest req, HttpServletResponse resp, WebPageLayout layout, ContentEE<?> content, __ contentLine) Prints the content that will be put before the auto-generated list.static <__ extends FlowContent<__>>
__HtmlInputStreamPage.printHtml
(WebSiteRequest req, HttpServletResponse resp, WebPageLayout layout, ContentEE<?> content, __ contentLine, String htmlContent, String linkClass, AtomicReference<FlowContent<?>> lightAreaRef) Prints HTML content, parsing for special@
tags.static <__ extends FlowContent<__>>
__HtmlInputStreamPage.printHtmlStream
(WebSiteRequest req, HttpServletResponse resp, WebPageLayout layout, ContentEE<?> content, __ contentLine, InputStream in, String linkClass, AtomicReference<FlowContent<?>> lightAreaRef) Prints HTML with template substitutions.static void
AutoListPage.printPageList
(Union_TBODY_THEAD_TFOOT<?> tbody, WebSiteRequest req, HttpServletResponse resp, WebPage[] pages, WebPageLayout layout) Prints a list of pages.static void
AutoListPage.printPageList
(Union_TBODY_THEAD_TFOOT<?> tbody, WebSiteRequest req, HttpServletResponse resp, WebPage parent, WebPageLayout layout) Prints an unordered list of the available pages.<__ extends FlowContent<__>>
__HtmlInputStreamPage.printStream
(WebSiteRequest req, HttpServletResponse resp, WebPageLayout layout, ContentEE<?> content, __ contentLine, InputStream in) <__ extends FlowContent<__>>
__InputStreamPage.printStream
(WebSiteRequest req, HttpServletResponse resp, WebPageLayout layout, ContentEE<?> content, __ contentLine, InputStream in) Stream input to servlet output.<__ extends FlowContent<__>>
__PreProcessPage.printStream
(WebSiteRequest req, HttpServletResponse resp, WebPageLayout layout, ContentEE<?> content, __ contentLine, InputStream in) static void
TextOnlyLayout.writeBodyColorStyle
(WebPageLayout layout, WebSiteRequest req, HEAD__<?> head) Writes the body color CSS stylesheet, if needed.