to.etc.domui.dom.header
Class JavascriptContributor

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

public class JavascriptContributor
extends HeaderContributor

Contributes a specific .js file from the webapp to the page.

Author:
Frits Jalvingh Created on Aug 17, 2007

Field Summary
 
Fields inherited from class to.etc.domui.dom.header.HeaderContributor
C_ENTRY
 
Constructor Summary
JavascriptContributor(java.lang.String path)
           
 
Method Summary
 void contribute(HtmlFullRenderer r)
           
 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
 

Constructor Detail

JavascriptContributor

public JavascriptContributor(java.lang.String path)
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
Specified by:
contribute in class HeaderContributor
Throws:
java.lang.Exception

contribute

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