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

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

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

Fields in com.sapportals.portal.prt.util.html declared as HtmlScript
protected  HtmlScript HtmlHead.m_scriptArea
          An area in the body which will contain script elements.
 

Methods in com.sapportals.portal.prt.util.html that return HtmlScript
 HtmlScript HtmlHead.getScriptArea()
          Get the value of m_scriptArea.
 HtmlScript HtmlScript.setLanguage(java.lang.String v)
          Set the value of m_language.
 HtmlScript HtmlScript.setSrc(java.lang.String v)
          Set the value of m_src.
 HtmlScript HtmlScript.setType(java.lang.String v)
          Set the value of m_type.
 HtmlScript HtmlScript.setFor(java.lang.String v)
          Set the value of m_for.
 HtmlScript HtmlScript.setEvent(java.lang.String v)
          Set the value of m_event.
 HtmlScript HtmlScript.setDeferred(boolean v)
          Set the value of m_deferred.
 

Methods in com.sapportals.portal.prt.util.html with parameters of type HtmlScript
 void HtmlHead.setScriptArea(HtmlScript v)
          Set the value of m_scriptArea.