Class YuiLoaderSandbox
- java.lang.Object
-
- org.wicketstuff.yui.markup.html.contributor.yuiloader.YuiLoader
-
- org.wicketstuff.yui.markup.html.contributor.yuiloader.YuiLoaderSandbox
-
- All Implemented Interfaces:
Serializable,IHeaderContributor,IClusterable
public class YuiLoaderSandbox extends YuiLoader
Using yuiloader.sandbox to load dependecies- Author:
- josh
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description YuiLoaderSandbox()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected YuiLoadernewLoader()voidrenderHead(IHeaderResponse response)loads the loader-
Methods inherited from class org.wicketstuff.yui.markup.html.contributor.yuiloader.YuiLoader
add, allOnSuccessJS, getAddModuleJS, getBase, getModules, getRequireModule, setModules
-
-
-
-
Method Detail
-
renderHead
public void renderHead(IHeaderResponse response)
Description copied from class:YuiLoaderloads the loader- Specified by:
renderHeadin interfaceIHeaderContributor- Overrides:
renderHeadin classYuiLoader
-
-