Package | Description |
---|---|
org.apache.wicket |
The core Wicket package.
|
org.apache.wicket.ajax | |
org.apache.wicket.examples.websocket.charts | |
org.apache.wicket.protocol.http |
HTTP implementation.
|
org.apache.wicket.protocol.ws.api | |
org.apache.wicket.resource |
Locale aware resouce loaders.
|
Modifier and Type | Method and Description |
---|---|
JavaScriptReferenceHeaderItem |
ResourceBundles.addJavaScriptBundle(Class<?> scope,
String name,
boolean defer,
JavaScriptResourceReference... references)
Adds a javascript bundle that is automatically generated by concatenating the given package
resources.
|
JavaScriptReferenceHeaderItem |
ResourceBundles.addJavaScriptBundle(Class<?> scope,
String name,
JavaScriptResourceReference... references)
Adds a javascript bundle that is automatically generated by concatenating the given package
resources.
|
Modifier and Type | Class and Description |
---|---|
class |
WicketAjaxDebugJQueryResourceReference |
class |
WicketAjaxJQueryResourceReference |
Modifier and Type | Class and Description |
---|---|
class |
ChartsResourceReference
A resource reference that contributes 'charts.js' - the JavaScript that registers the WebSocket client
and constructs the Google chart.
|
Modifier and Type | Method and Description |
---|---|
void |
WebApplication.addResourceReplacement(JavaScriptResourceReference base,
ResourceReference replacement)
Registers a replacement resource for the given javascript resource.
|
Modifier and Type | Class and Description |
---|---|
class |
WicketWebSocketJQueryResourceReference
A resource reference that provides the JavaScript that may be used to create WebSocket
connections in the browser.
|
Modifier and Type | Class and Description |
---|---|
class |
DynamicJQueryResourceReference
Deprecated.
Internet Explorer older than version 11 is not maintained by Microsoft.
Use JQuery 3.x (or 2.x) instead with:
app.getJavaScriptLibrarySettings().setJQueryReference(JQueryResourceReference.getV3())
|
class |
JQueryPluginResourceReference
Base class for JavaScript resources that are JQuery plugins.
|
class |
JQueryResourceReference
The resource reference for the jquery javascript library as released with Wicket.
|
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.