Uses of Interface
org.apache.wicket.request.resource.caching.IStaticCacheableResource
-
-
Uses of IStaticCacheableResource in org.apache.wicket.request.resource
Classes in org.apache.wicket.request.resource that implement IStaticCacheableResource Modifier and Type Class Description classContextRelativeResourceResource served from a file relative to the context root.classCssPackageResourcePackage resource for css files.classJavaScriptPackageResourcePackage resource for javascript files.classPackageResourceRepresents a localizable static resource. -
Uses of IStaticCacheableResource in org.apache.wicket.request.resource.caching
Methods in org.apache.wicket.request.resource.caching with parameters of type IStaticCacheableResource Modifier and Type Method Description voidFilenameWithVersionResourceCachingStrategy. decorateResponse(AbstractResource.ResourceResponse response, IStaticCacheableResource resource)set resource caching to maximum and set cache-visibility to 'public'voidIResourceCachingStrategy. decorateResponse(AbstractResource.ResourceResponse response, IStaticCacheableResource resource)decorate resource responsevoidNoOpResourceCachingStrategy. decorateResponse(AbstractResource.ResourceResponse response, IStaticCacheableResource resource)voidQueryStringWithVersionResourceCachingStrategy. decorateResponse(AbstractResource.ResourceResponse response, IStaticCacheableResource resource)voidFilenameWithVersionResourceCachingStrategy. decorateUrl(ResourceUrl url, IStaticCacheableResource resource)voidIResourceCachingStrategy. decorateUrl(ResourceUrl url, IStaticCacheableResource resource)add caching related information to filename + parametersvoidNoOpResourceCachingStrategy. decorateUrl(ResourceUrl url, IStaticCacheableResource resource)voidQueryStringWithVersionResourceCachingStrategy. decorateUrl(ResourceUrl url, IStaticCacheableResource resource) -
Uses of IStaticCacheableResource in org.apache.wicket.request.resource.caching.version
Methods in org.apache.wicket.request.resource.caching.version with parameters of type IStaticCacheableResource Modifier and Type Method Description java.lang.StringCachingResourceVersion. getVersion(IStaticCacheableResource resource)java.lang.StringIResourceVersion. getVersion(IStaticCacheableResource resource)get unique string identifying the version of the resourcejava.lang.StringLastModifiedResourceVersion. getVersion(IStaticCacheableResource resource)java.lang.StringMessageDigestResourceVersion. getVersion(IStaticCacheableResource resource)java.lang.StringRequestCycleCachedResourceVersion. getVersion(IStaticCacheableResource resource)java.lang.StringStaticResourceVersion. getVersion(IStaticCacheableResource resource)voidCachingResourceVersion. invalidate(IStaticCacheableResource resource)remove cacheable resource from cache -
Uses of IStaticCacheableResource in org.apache.wicket.resource.bundles
Classes in org.apache.wicket.resource.bundles that implement IStaticCacheableResource Modifier and Type Class Description classConcatBundleResourceA resource that concatenates several resources into one download.
-