|
||||||||||
| 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 |
FilenameWithVersionResourceCachingStrategy.decorateResponse(AbstractResource.ResourceResponse response,
IStaticCacheableResource resource)
set resource caching to maximum and set cache-visibility to 'public' |
void |
NoOpResourceCachingStrategy.decorateResponse(AbstractResource.ResourceResponse response,
IStaticCacheableResource resource)
|
void |
QueryStringWithVersionResourceCachingStrategy.decorateResponse(AbstractResource.ResourceResponse response,
IStaticCacheableResource resource)
|
void |
IResourceCachingStrategy.decorateResponse(AbstractResource.ResourceResponse response,
IStaticCacheableResource resource)
decorate resource response |
void |
FilenameWithVersionResourceCachingStrategy.decorateUrl(ResourceUrl url,
IStaticCacheableResource resource)
|
void |
NoOpResourceCachingStrategy.decorateUrl(ResourceUrl url,
IStaticCacheableResource resource)
|
void |
QueryStringWithVersionResourceCachingStrategy.decorateUrl(ResourceUrl url,
IStaticCacheableResource resource)
|
void |
IResourceCachingStrategy.decorateUrl(ResourceUrl url,
IStaticCacheableResource resource)
add caching related information to filename + parameters |
| 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 |
RequestCycleCachedResourceVersion.getVersion(IStaticCacheableResource resource)
|
String |
IResourceVersion.getVersion(IStaticCacheableResource resource)
get unique string identifying the version of the resource |
String |
MessageDigestResourceVersion.getVersion(IStaticCacheableResource resource)
|
String |
LastModifiedResourceVersion.getVersion(IStaticCacheableResource resource)
|
String |
StaticResourceVersion.getVersion(IStaticCacheableResource resource)
|
String |
CachingResourceVersion.getVersion(IStaticCacheableResource resource)
|
void |
CachingResourceVersion.invalidate(IStaticCacheableResource resource)
remove cacheable resource from cache |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||