Uses of Class
org.apache.hadoop.yarn.webapp.view.HtmlPage.__
Packages that use HtmlPage.__
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of HtmlPage.__ in org.apache.hadoop.yarn.webapp.example
Method parameters in org.apache.hadoop.yarn.webapp.example with type arguments of type HtmlPage.__Modifier and TypeMethodDescriptionprotected voidHelloWorld.HelloView.render(Hamlet.HTML<HtmlPage.__> html) voidMyApp.MyView.render(Hamlet.HTML<HtmlPage.__> html) -
Uses of HtmlPage.__ in org.apache.hadoop.yarn.webapp.log
Method parameters in org.apache.hadoop.yarn.webapp.log with type arguments of type HtmlPage.__Modifier and TypeMethodDescriptionprotected voidAggregatedLogsPage.preHead(Hamlet.HTML<HtmlPage.__> html) -
Uses of HtmlPage.__ in org.apache.hadoop.yarn.webapp.view
Methods in org.apache.hadoop.yarn.webapp.view that return types with arguments of type HtmlPage.__Method parameters in org.apache.hadoop.yarn.webapp.view with type arguments of type HtmlPage.__Modifier and TypeMethodDescriptionprotected voidTwoColumnCssLayout.postHead(Hamlet.HTML<HtmlPage.__> html) protected voidTwoColumnLayout.postHead(Hamlet.HTML<HtmlPage.__> html) Do what needs to be done after the header is rendered.protected voidTwoColumnCssLayout.preHead(Hamlet.HTML<HtmlPage.__> html) protected voidTwoColumnLayout.preHead(Hamlet.HTML<HtmlPage.__> html) Do what needs to be done before the header is rendered.protected voidErrorPage.render(Hamlet.HTML<HtmlPage.__> html) protected abstract voidHtmlPage.render(Hamlet.HTML<HtmlPage.__> html) Render the HTML page.protected voidTwoColumnCssLayout.render(Hamlet.HTML<HtmlPage.__> html) protected voidTwoColumnLayout.render(Hamlet.HTML<HtmlPage.__> html) protected voidTwoColumnLayout.setTableStyles(Hamlet.HTML<HtmlPage.__> html, String tableId, String... innerStyles) Sets up a table to be a consistent style.