org.apache.hadoop.yarn.webapp.hamlet.Hamlet.HTML Java Examples
The following examples show how to use
org.apache.hadoop.yarn.webapp.hamlet.Hamlet.HTML.
You can vote up the ones you like or vote down the ones you don't like,
and go to the original project or source file by following the links above each example. You may check out the related API usage on the sidebar.
Example #1
Source File: InfoPage.java From XLearning with Apache License 2.0 | 4 votes |
@Override protected void preHead(HTML<_> html) { super.preHead(html); setTitle(join($(APP_TYPE) + " Application ", $(APP_ID))); }
Example #2
Source File: NodePage.java From hadoop with Apache License 2.0 | 4 votes |
@Override protected void commonPreHead(HTML<_> html) { super.commonPreHead(html); set(initID(ACCORDION, "nav"), "{autoHeight:false, active:1}"); }
Example #3
Source File: NodePage.java From big-c with Apache License 2.0 | 4 votes |
@Override protected void commonPreHead(HTML<_> html) { super.commonPreHead(html); set(initID(ACCORDION, "nav"), "{autoHeight:false, active:1}"); }