Uses of Class
org.apache.hadoop.yarn.webapp.hamlet2.Hamlet.HTML
Packages that use Hamlet.HTML
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
This package is the replacement for org.apache.hadoop.yarn.webapp.hamlet.
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 Hamlet.HTML in org.apache.hadoop.yarn.webapp.example
Methods in org.apache.hadoop.yarn.webapp.example with parameters of type Hamlet.HTMLModifier and TypeMethodDescriptionprotected voidHelloWorld.HelloView.render(Hamlet.HTML<HtmlPage.__> html) voidMyApp.MyView.render(Hamlet.HTML<HtmlPage.__> html) -
Uses of Hamlet.HTML in org.apache.hadoop.yarn.webapp.hamlet2
Methods in org.apache.hadoop.yarn.webapp.hamlet2 that return Hamlet.HTMLMethods in org.apache.hadoop.yarn.webapp.hamlet2 that return types with arguments of type Hamlet.HTMLModifier and TypeMethodDescriptionHamlet.HTML.address()Hamlet.HTML.base()Hamlet.HTML.blockquote()Hamlet.HTML.body()Hamlet.HTML.bq()Hamlet.HTML.del()Hamlet.HTML.div()Hamlet.HTML.dl()Hamlet.HTML.fieldset()Hamlet.HTML.form()Hamlet.HTML.h1()Hamlet.HTML.h2()Hamlet.HTML.h3()Hamlet.HTML.h4()Hamlet.HTML.h5()Hamlet.HTML.h6()Hamlet.HTML.head()Hamlet.HTML.hr()Hamlet.HTML.ins()Hamlet.HTML.link()Hamlet.HTML.meta()Hamlet.HTML.object()Hamlet.HTML.ol()Hamlet.HTML.p()Hamlet.HTML.pre()Hamlet.HTML.script()Hamlet.HTML.style()Hamlet.HTML.table()Hamlet.HTML.title()Hamlet.HTML.ul() -
Uses of Hamlet.HTML in org.apache.hadoop.yarn.webapp.log
Methods in org.apache.hadoop.yarn.webapp.log with parameters of type Hamlet.HTMLModifier and TypeMethodDescriptionprotected voidAggregatedLogsPage.preHead(Hamlet.HTML<HtmlPage.__> html) -
Uses of Hamlet.HTML in org.apache.hadoop.yarn.webapp.view
Methods in org.apache.hadoop.yarn.webapp.view that return Hamlet.HTMLMethods in org.apache.hadoop.yarn.webapp.view with parameters of type Hamlet.HTMLModifier 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.