Uses of Class
com.helger.html.hc.html.metadata.HCHead
-
Packages that use HCHead Package Description com.helger.html.hc.html.metadata com.helger.html.hc.html.root -
-
Uses of HCHead in com.helger.html.hc.html.metadata
Methods in com.helger.html.hc.html.metadata that return HCHead Modifier and Type Method Description HCHeadHCHead. addCSS(IHCNode aCSS)HCHeadHCHead. addCSSAt(int nIndex, IHCNode aCSS)Add a CSS node at the specified index.HCHeadHCHead. addJS(IHCNode aJS)Append some JavaScript codeHCHeadHCHead. addJSAt(int nIndex, IHCNode aJS)Append some JavaScript code at the specified indexHCHeadHCHead. removeAllCSS()HCHeadHCHead. removeAllJS()HCHeadHCHead. setBaseHref(com.helger.commons.url.ISimpleURL aBaseHref)HCHeadHCHead. setBaseTarget(HC_Target aTarget)HCHeadHCHead. setPageTitle(String sPageTitle)HCHeadHCHead. setProfile(String sProfile)HCHeadHCHead. setShortcutIconHref(com.helger.commons.url.ISimpleURL aShortcutIconHref) -
Uses of HCHead in com.helger.html.hc.html.root
Methods in com.helger.html.hc.html.root that return HCHead Modifier and Type Method Description HCHeadHCHtml. head()Constructors in com.helger.html.hc.html.root with parameters of type HCHead Constructor Description HCHtml(HCHead aHead, HCBody aBody)
-