to.etc.domui.dom.header
Class ThemedJavascriptContributor

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

public class ThemedJavascriptContributor
extends HeaderContributor

Javascript contributor which obtains the Javascript to use from the current theme.

Author:
Frits Jalvingh Created on Jul 3, 2008

Field Summary
 
Fields inherited from class to.etc.domui.dom.header.HeaderContributor
C_ENTRY
 
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
 

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