Class DynamicLoadJSHeaderItem

  • All Implemented Interfaces:
    java.io.Serializable, org.apache.wicket.util.io.IClusterable

    public class DynamicLoadJSHeaderItem
    extends org.apache.wicket.markup.head.OnLoadHeaderItem
    Uses IgnitionLib.JSCache to dynamically load a javascript file after page load
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Iterable<? extends org.apache.wicket.markup.head.HeaderItem> getDependencies()  
      • Methods inherited from class org.apache.wicket.markup.head.OnLoadHeaderItem

        equals, forScript, getJavaScript, getRenderTokens, hashCode, render, toString
      • Methods inherited from class org.apache.wicket.markup.head.HeaderItem

        getProvidedResources
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • DynamicLoadJSHeaderItem

        public DynamicLoadJSHeaderItem​(java.lang.String script)
    • Method Detail

      • getDependencies

        public java.lang.Iterable<? extends org.apache.wicket.markup.head.HeaderItem> getDependencies()
        Overrides:
        getDependencies in class org.apache.wicket.markup.head.OnLoadHeaderItem