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

java.lang.Object
  extended by org.apache.wicket.behavior.Behavior
      extended by 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
static Behavior addModule(IYuiLoaderModule yuiLoaderModule)
           
static Behavior addModule(IYuiLoaderModule module, boolean useSandbox)
           
 void detach(Component component)
           
 IHeaderContributor[] getHeaderContributors()
           
 void renderHead(Component component, org.apache.wicket.markup.head.IHeaderResponse response)
           
 void renderHead(org.apache.wicket.markup.head.IHeaderResponse response)
           
 
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
 

Method Detail

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.