public class JQueryHeaderContributor
extends org.apache.wicket.behavior.Behavior
Modifier and Type | Field and Description |
---|---|
static JQueryResourceReference |
jQueryCoreJs |
Constructor and Description |
---|
JQueryHeaderContributor(JQueryResourceReference baseLibrary) |
JQueryHeaderContributor(JQueryResourceReference baseLibrary,
JQueryResourceReference... requiredLibraries) |
Modifier and Type | Method and Description |
---|---|
protected void |
addJavascriptReference(org.apache.wicket.markup.head.IHeaderResponse response,
org.apache.wicket.request.resource.JavaScriptResourceReference resource) |
static void |
addUserProvidedResourceReferences(org.apache.wicket.request.resource.JavaScriptResourceReference... resources) |
static List<org.apache.wicket.request.resource.JavaScriptResourceReference> |
getUserProvidedResourceReferences() |
void |
renderHead(org.apache.wicket.Component component,
org.apache.wicket.markup.head.IHeaderResponse response) |
public static final JQueryResourceReference jQueryCoreJs
public JQueryHeaderContributor(JQueryResourceReference baseLibrary)
public JQueryHeaderContributor(JQueryResourceReference baseLibrary, JQueryResourceReference... requiredLibraries)
protected void addJavascriptReference(org.apache.wicket.markup.head.IHeaderResponse response, org.apache.wicket.request.resource.JavaScriptResourceReference resource)
public void renderHead(org.apache.wicket.Component component, org.apache.wicket.markup.head.IHeaderResponse response)
renderHead
in interface org.apache.wicket.markup.html.IComponentAwareHeaderContributor
renderHead
in class org.apache.wicket.behavior.Behavior
public static void addUserProvidedResourceReferences(org.apache.wicket.request.resource.JavaScriptResourceReference... resources)
public static List<org.apache.wicket.request.resource.JavaScriptResourceReference> getUserProvidedResourceReferences()
Copyright © 2015. All rights reserved.