Class YuiHeaderContributor
- java.lang.Object
-
- 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
Constructors Constructor Description YuiHeaderContributor()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static YuiHeaderContributorforModule(String module)static YuiHeaderContributorforModule(String module, String[] optionalDependencies)static YuiHeaderContributorforModule(String name, String[] optionalDependencies, boolean debug)static YuiHeaderContributorforModule(String name, String[] optionalDependencies, boolean debug, String build)IHeaderContributor[]getHeaderContributors()voidrenderHead(IHeaderResponse response)
-
-
-
Method Detail
-
renderHead
public void renderHead(IHeaderResponse response)
- Specified by:
renderHeadin interfaceIHeaderContributor
-
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)
-
-