| Package | Description |
|---|---|
| org.apache.wicket.ajax | |
| org.apache.wicket.markup.html.image |
Image components.
|
| org.apache.wicket.request.resource | |
| org.apache.wicket.resource |
Locale aware resouce loaders.
|
| org.apache.wicket.util.image |
| Modifier and Type | Class and Description |
|---|---|
class |
WicketAjaxDebugJQueryResourceReference |
class |
WicketAjaxJQueryResourceReference |
class |
WicketEventJQueryResourceReference |
| Constructor and Description |
|---|
InlineImage(String id,
IModel<?> model,
PackageResourceReference packageResourceReference)
Creates an inline image
|
InlineImage(String id,
PackageResourceReference packageResourceReference)
Creates an inline image
|
| Modifier and Type | Class and Description |
|---|---|
class |
CssResourceReference
Static resource reference for css resources.
|
class |
JavaScriptResourceReference
Static resource reference for javascript resources.
|
class |
MetaInfStaticResourceReference
Resource reference for static files.
|
| Modifier and Type | Method and Description |
|---|---|
PackageResourceReference |
PackageResourceReference.readBuffered(boolean readBuffered)
If the package resource should be read buffered.
WARNING - if the stream is not read buffered compressors will not work, because they require the whole content to be read into memory. ( IJavaScriptCompressor, ICssCompressor, IScopeAwareTextResourceProcessor) |
| Modifier and Type | Class and Description |
|---|---|
class |
DynamicJQueryResourceReference
A resource reference that calculates which version of jQuery JavaScript library to use depending
on the user agent.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static CharSequence |
ImageUtil.createBase64EncodedImage(PackageResourceReference imageReference,
boolean removeWhitespaces)
Creates a base64 encoded image string based on the given image reference
|
Copyright © 2006–2021 Apache Software Foundation. All rights reserved.