Uses of Class
org.apache.wicket.request.resource.caching.AbstractResourceCachingStrategy

Packages that use AbstractResourceCachingStrategy
org.apache.wicket.request.resource.caching   
 

Uses of AbstractResourceCachingStrategy in org.apache.wicket.request.resource.caching
 

Subclasses of AbstractResourceCachingStrategy in org.apache.wicket.request.resource.caching
 class FilenameWithTimestampResourceCachingStrategy
          resource caching strategy that adds a last-modified timestamp to the filename

timestamped_filename := [basename][timestamp-prefix][last-modified-milliseconds](.extension) Normally the resource names won't change when the resource ifself changes, for example when you add a new style to your CSS sheet.

 class QueryStringWithTimestampResourceCachingStrategy
          resource caching strategy that adds a last-modified timestamp to the query string of the resource (this is similar to how wicket 1.4 does it when enabling timestamps on resources).
 



Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.