org.wicketstuff.yui.markup.html.contributor.yuiloader
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
| Methods inherited from class org.apache.wicket.behavior.Behavior |
afterRender, beforeRender, bind, canCallListenerInterface, getStatelessHint, isEnabled, isTemporary, onComponentTag, onConfigure, onEvent, onException, onRemove, unbind |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
renderHead
public void renderHead(Component component,
org.apache.wicket.markup.head.IHeaderResponse response)
- Specified by:
renderHead in interface IComponentAwareHeaderContributor- Overrides:
renderHead in class Behavior
renderHead
public void renderHead(org.apache.wicket.markup.head.IHeaderResponse response)
- Specified by:
renderHead in interface IHeaderContributor
addModule
public static Behavior addModule(IYuiLoaderModule yuiLoaderModule)
addModule
public static Behavior addModule(IYuiLoaderModule module,
boolean useSandbox)
- Parameters:
module - useSandbox -
- Returns:
detach
public void detach(Component component)
- Overrides:
detach in class Behavior
getHeaderContributors
public IHeaderContributor[] getHeaderContributors()
Copyright © 2013. All Rights Reserved.