Uses of Interface
org.apache.wicket.request.resource.caching.IResourceCachingStrategy

Packages that use IResourceCachingStrategy
org.apache.wicket.request.mapper   
org.apache.wicket.request.resource.caching   
org.apache.wicket.settings   
org.apache.wicket.settings.def   
 

Uses of IResourceCachingStrategy in org.apache.wicket.request.mapper
 

Constructor parameters in org.apache.wicket.request.mapper with type arguments of type IResourceCachingStrategy
ResourceReferenceMapper(IPageParametersEncoder pageParametersEncoder, IProvider<String> parentPathPartEscapeSequence, IProvider<IResourceCachingStrategy> cachingStrategy)
          Construct.
 

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

Classes in org.apache.wicket.request.resource.caching that implement IResourceCachingStrategy
 class AbstractResourceCachingStrategy
          base class for resource caching strategies

provides cached access to the last-modified timestamp

 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 NoOpResourceCachingStrategy
          resource caching strategy that does nothing
 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).
 

Fields in org.apache.wicket.request.resource.caching declared as IResourceCachingStrategy
static IResourceCachingStrategy NoOpResourceCachingStrategy.INSTANCE
          Global instance of noop strategy
 

Uses of IResourceCachingStrategy in org.apache.wicket.settings
 

Methods in org.apache.wicket.settings that return IResourceCachingStrategy
 IResourceCachingStrategy IResourceSettings.getCachingStrategy()
          gets the resource caching strategy
 

Methods in org.apache.wicket.settings with parameters of type IResourceCachingStrategy
 void IResourceSettings.setCachingStrategy(IResourceCachingStrategy strategy)
          sets the resource caching strategy
 

Uses of IResourceCachingStrategy in org.apache.wicket.settings.def
 

Methods in org.apache.wicket.settings.def that return IResourceCachingStrategy
 IResourceCachingStrategy ResourceSettings.getCachingStrategy()
           
 

Methods in org.apache.wicket.settings.def with parameters of type IResourceCachingStrategy
 void ResourceSettings.setCachingStrategy(IResourceCachingStrategy strategy)
           
 



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