to.etc.domui.dom.header
Class JavaScriptletContributor

java.lang.Object
  extended by to.etc.domui.dom.header.HeaderContributor
      extended by to.etc.domui.dom.header.JavaScriptletContributor

public final class JavaScriptletContributor
extends HeaderContributor


Field Summary
 
Fields inherited from class to.etc.domui.dom.header.HeaderContributor
C_ENTRY
 
Method Summary
 void contribute(HtmlFullRenderer r)
          Generate the specified scriptlet as a script tag.
 void contribute(OptimalDeltaRenderer r)
           
 boolean equals(java.lang.Object obj)
           
 int hashCode()
           
 
Methods inherited from class to.etc.domui.dom.header.HeaderContributor
loadGoogleAnalytics, loadJavascript, loadJavaScriptlet, loadStylesheet, loadThemedJavasciptContributor
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

hashCode

public int hashCode()
Specified by:
hashCode in class HeaderContributor

equals

public boolean equals(java.lang.Object obj)
Specified by:
equals in class HeaderContributor

contribute

public void contribute(HtmlFullRenderer r)
                throws java.lang.Exception
Generate the specified scriptlet as a script tag.

Specified by:
contribute in class HeaderContributor
Throws:
java.lang.Exception
See Also:
HeaderContributor.contribute(to.etc.domui.dom.HtmlFullRenderer)

contribute

public void contribute(OptimalDeltaRenderer r)
                throws java.lang.Exception
Specified by:
contribute in class HeaderContributor
Throws:
java.lang.Exception