org.wicketstuff.yui.markup.html.contributor
Class YuiHeaderContributor

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

public class YuiHeaderContributor
extends Object
implements IHeaderContributor

See Also:
Serialized Form

Constructor Summary
YuiHeaderContributor()
           
 
Method Summary
static YuiHeaderContributor forModule(String module)
           
static YuiHeaderContributor forModule(String module, String[] optionalDependencies)
           
static YuiHeaderContributor forModule(String name, String[] optionalDependencies, boolean debug)
           
static YuiHeaderContributor forModule(String name, String[] optionalDependencies, boolean debug, String build)
           
 IHeaderContributor[] getHeaderContributors()
           
 void renderHead(org.apache.wicket.markup.head.IHeaderResponse response)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

YuiHeaderContributor

public YuiHeaderContributor()
Method Detail

renderHead

public void renderHead(org.apache.wicket.markup.head.IHeaderResponse response)
Specified by:
renderHead in interface IHeaderContributor

getHeaderContributors

public IHeaderContributor[] getHeaderContributors()

forModule

public static YuiHeaderContributor forModule(String module)

forModule

public static YuiHeaderContributor forModule(String module,
                                             String[] optionalDependencies)

forModule

public static YuiHeaderContributor forModule(String name,
                                             String[] optionalDependencies,
                                             boolean debug)

forModule

public static YuiHeaderContributor forModule(String name,
                                             String[] optionalDependencies,
                                             boolean debug,
                                             String build)


Copyright © 2013. All Rights Reserved.