java.lang.Object
org.apache.wicket.request.resource.ResourceReference
org.apache.wicket.request.resource.PackageResourceReference
org.apache.wicket.request.resource.JavaScriptResourceReference
org.apache.wicket.resource.JQueryResourceReference
- All Implemented Interfaces:
Serializable
,IClusterable
The resource reference for the jquery javascript library as released with Wicket. To add a JQuery
resource reference to a component, do not use this reference, but use
JavaScriptLibrarySettings.getJQueryReference()
to prevent version conflicts.- Author:
- papegaaij
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.wicket.request.resource.ResourceReference
ResourceReference.Key, ResourceReference.LambdaResourceReference, ResourceReference.UrlAttributes
-
Field Summary
Modifier and TypeFieldDescriptionstatic final JQueryResourceReference
static final String
JQuery ver. 3.x - improves on ver. 2 Note: Might not work with old jQuery plugins! -
Constructor Summary
-
Method Summary
Methods inherited from class org.apache.wicket.request.resource.JavaScriptResourceReference
getResource
Methods inherited from class org.apache.wicket.request.resource.PackageResourceReference
getMinifiedName, getUrlAttributes, readBuffered, removeCompressFlagIfUnnecessary
Methods inherited from class org.apache.wicket.request.resource.ResourceReference
canBeRegistered, equals, getDependencies, getExtension, getKey, getLocale, getName, getScope, getStyle, getVariation, hashCode, of, of, toString
-
Field Details
-
VERSION_3
JQuery ver. 3.x - improves on ver. 2 Note: Might not work with old jQuery plugins!- See Also:
-
INSTANCE_3
-
-
Constructor Details
-
JQueryResourceReference
-
-
Method Details
-
getV3
-