Class YuiLoaderContributor
- java.lang.Object
-
- org.apache.wicket.behavior.Behavior
-
- org.wicketstuff.yui.markup.html.contributor.yuiloader.YuiLoaderContributor
-
- All Implemented Interfaces:
Serializable,IComponentAwareEventSink,IComponentAwareHeaderContributor,IHeaderContributor,IClusterable
public class YuiLoaderContributor extends Behavior implements IHeaderContributor
a contributor that handles YuiLoaderModules- Author:
- josh
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BehavioraddModule(IYuiLoaderModule yuiLoaderModule)static BehavioraddModule(IYuiLoaderModule module, boolean useSandbox)voiddetach(Component component)IHeaderContributor[]getHeaderContributors()voidrenderHead(Component component, IHeaderResponse response)voidrenderHead(IHeaderResponse response)-
Methods inherited from class org.apache.wicket.behavior.Behavior
afterRender, beforeRender, bind, canCallListener, getStatelessHint, isEnabled, isTemporary, onAttribute, onComponentTag, onConfigure, onEvent, onException, onRemove, onTag, unbind
-
-
-
-
Method Detail
-
renderHead
public void renderHead(Component component, IHeaderResponse response)
- Specified by:
renderHeadin interfaceIComponentAwareHeaderContributor- Overrides:
renderHeadin classBehavior
-
renderHead
public void renderHead(IHeaderResponse response)
- Specified by:
renderHeadin interfaceIHeaderContributor
-
addModule
public static Behavior addModule(IYuiLoaderModule yuiLoaderModule)
-
addModule
public static Behavior addModule(IYuiLoaderModule module, boolean useSandbox)
- Parameters:
module-useSandbox-- Returns:
-
getHeaderContributors
public IHeaderContributor[] getHeaderContributors()
-
-