Uses of Class
org.apache.wicket.request.resource.ResourceReference.UrlAttributes
-
Packages that use ResourceReference.UrlAttributes Package Description org.apache.wicket.request.resource org.apache.wicket.resource Locale aware resouce loaders. -
-
Uses of ResourceReference.UrlAttributes in org.apache.wicket.request.resource
Methods in org.apache.wicket.request.resource that return ResourceReference.UrlAttributes Modifier and Type Method Description ResourceReference.UrlAttributesPackageResourceReference. getUrlAttributes()ResourceReference.UrlAttributesResourceReference. getUrlAttributes()Allows to specify which locale, style and variation values will the generated URL for this resource reference have. -
Uses of ResourceReference.UrlAttributes in org.apache.wicket.resource
Methods in org.apache.wicket.resource that return ResourceReference.UrlAttributes Modifier and Type Method Description static ResourceReference.UrlAttributesResourceUtil. decodeResourceReferenceAttributes(java.lang.String encodedAttributes)Reads resource reference attributes (style, locale, variation) encoded in the given string.static ResourceReference.UrlAttributesResourceUtil. decodeResourceReferenceAttributes(org.apache.wicket.request.Url url)Reads resource reference attributes (style, locale, variation) encoded in the given URL.Methods in org.apache.wicket.resource with parameters of type ResourceReference.UrlAttributes Modifier and Type Method Description static java.lang.StringResourceUtil. encodeResourceReferenceAttributes(ResourceReference.UrlAttributes attributes)Encodes the given resource reference attributes returning the corresponding textual representation.
-