Uses of Class
com.sapportals.portal.prt.util.html.HtmlHead

Packages that use HtmlHead
com.sapportals.portal.prt.util.html   
 

Uses of HtmlHead in com.sapportals.portal.prt.util.html
 

Methods in com.sapportals.portal.prt.util.html that return HtmlHead
 HtmlHead HtmlDocument.getHead()
          Get the head element for this document container.
 

Methods in com.sapportals.portal.prt.util.html with parameters of type HtmlHead
 HtmlDocument HtmlDocument.setHead(HtmlHead head)
          Set the head element for this document container.