| Package | Description |
|---|---|
| org.apache.wicket.request.resource | |
| org.apache.wicket.resource |
Locale aware resouce loaders.
|
| Modifier and Type | Method and Description |
|---|---|
ResourceReference.UrlAttributes |
PackageResourceReference.getUrlAttributes() |
ResourceReference.UrlAttributes |
ResourceReference.getUrlAttributes()
Allows to specify which locale, style and variation values will the generated URL for this
resource reference have.
|
| Modifier and Type | Method and Description |
|---|---|
static ResourceReference.UrlAttributes |
ResourceUtil.decodeResourceReferenceAttributes(String encodedAttributes)
Reads resource reference attributes (style, locale, variation) encoded in the given string.
|
static ResourceReference.UrlAttributes |
ResourceUtil.decodeResourceReferenceAttributes(Url url)
Reads resource reference attributes (style, locale, variation) encoded in the given URL.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
ResourceUtil.encodeResourceReferenceAttributes(ResourceReference.UrlAttributes attributes)
Encodes the given resource reference attributes returning the corresponding textual representation.
|
Copyright © 2006–2021 Apache Software Foundation. All rights reserved.