|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Interface Summary | |
---|---|
IResourceCachingStrategy | caching strategy for resources it can add and remove caching information to the filename and query string parameters of the requested resource |
Class Summary | |
---|---|
AbstractResourceCachingStrategy | base class for resource caching strategies provides cached access to the last-modified timestamp |
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. |
NoOpResourceCachingStrategy | resource caching strategy that does nothing |
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). |
ResourceUrl | Url view given to the IResourceCachingStrategy to manipulate |
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |