org.wicketstuff.yui.markup.html.contributor.yuiloader
Class YuiLoaderInsert

java.lang.Object
  extended by org.wicketstuff.yui.markup.html.contributor.yuiloader.YuiLoader
      extended by org.wicketstuff.yui.markup.html.contributor.yuiloader.YuiLoaderInsert
All Implemented Interfaces:
Serializable, IHeaderContributor, IClusterable

public class YuiLoaderInsert
extends YuiLoader

Using YuiLoader Insert method to load all modules required files

Author:
josh
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.wicketstuff.yui.markup.html.contributor.yuiloader.YuiLoader
BASE, DEBUG, rendered
 
Constructor Summary
YuiLoaderInsert()
           
 
Method Summary
protected  String getOnSuccessJS()
           
protected  YuiLoader newLoader()
           
 void renderHead(org.apache.wicket.markup.head.IHeaderResponse response)
          loads the loader
 
Methods inherited from class org.wicketstuff.yui.markup.html.contributor.yuiloader.YuiLoader
add, allOnSuccessJS, getAddModuleJS, getBase, getModules, getRequireModule, setModules
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

YuiLoaderInsert

public YuiLoaderInsert()
Method Detail

renderHead

public void renderHead(org.apache.wicket.markup.head.IHeaderResponse response)
Description copied from class: YuiLoader
loads the loader

Specified by:
renderHead in interface IHeaderContributor
Overrides:
renderHead in class YuiLoader

getOnSuccessJS

protected String getOnSuccessJS()

newLoader

protected YuiLoader newLoader()
Specified by:
newLoader in class YuiLoader


Copyright © 2013. All Rights Reserved.