|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IStaticCacheableResource | |
---|---|
org.apache.wicket.request.resource | |
org.apache.wicket.request.resource.caching | |
org.apache.wicket.request.resource.caching.version |
Uses of IStaticCacheableResource in org.apache.wicket.request.resource |
---|
Classes in org.apache.wicket.request.resource that implement IStaticCacheableResource | |
---|---|
class |
ContextRelativeResource
Resource served from a file relative to the context root. |
class |
CssPackageResource
Package resource for css files. |
class |
JavaScriptPackageResource
Package resource for javascript files. |
class |
PackageResource
Represents 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 | |
---|---|
void |
IResourceCachingStrategy.decorateResponse(AbstractResource.ResourceResponse response,
IStaticCacheableResource resource)
decorate resource response |
void |
QueryStringWithVersionResourceCachingStrategy.decorateResponse(AbstractResource.ResourceResponse response,
IStaticCacheableResource resource)
|
void |
NoOpResourceCachingStrategy.decorateResponse(AbstractResource.ResourceResponse response,
IStaticCacheableResource resource)
|
void |
FilenameWithVersionResourceCachingStrategy.decorateResponse(AbstractResource.ResourceResponse response,
IStaticCacheableResource resource)
set resource caching to maximum and set cache-visibility to 'public' |
void |
IResourceCachingStrategy.decorateUrl(ResourceUrl url,
IStaticCacheableResource resource)
add caching related information to filename + parameters |
void |
QueryStringWithVersionResourceCachingStrategy.decorateUrl(ResourceUrl url,
IStaticCacheableResource resource)
|
void |
NoOpResourceCachingStrategy.decorateUrl(ResourceUrl url,
IStaticCacheableResource resource)
|
void |
FilenameWithVersionResourceCachingStrategy.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 | |
---|---|
String |
IResourceVersion.getVersion(IStaticCacheableResource resource)
get unique string identifying the version of the resource |
String |
StaticResourceVersion.getVersion(IStaticCacheableResource resource)
|
String |
CachingResourceVersion.getVersion(IStaticCacheableResource resource)
|
String |
LastModifiedResourceVersion.getVersion(IStaticCacheableResource resource)
|
String |
RequestCycleCachedResourceVersion.getVersion(IStaticCacheableResource resource)
|
String |
MessageDigestResourceVersion.getVersion(IStaticCacheableResource resource)
|
void |
CachingResourceVersion.invalidate(IStaticCacheableResource resource)
remove cacheable resource from cache |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |