org.apache.wicket.request.resource.caching.version
Class LastModifiedResourceVersion

java.lang.Object
  extended by org.apache.wicket.request.resource.caching.version.LastModifiedResourceVersion
All Implemented Interfaces:
IResourceVersion

public class LastModifiedResourceVersion
extends java.lang.Object
implements IResourceVersion

Uses the last modified timestamp of a IStaticCacheableResource converted to milliseconds as a version string.

Since:
1.5
Author:
Peter Ertl

Constructor Summary
LastModifiedResourceVersion()
           
 
Method Summary
 java.lang.String getVersion(IStaticCacheableResource resource)
          get unique string identifying the version of the resource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LastModifiedResourceVersion

public LastModifiedResourceVersion()
Method Detail

getVersion

public java.lang.String getVersion(IStaticCacheableResource resource)
Description copied from interface: IResourceVersion
get unique string identifying the version of the resource

Specified by:
getVersion in interface IResourceVersion
Parameters:
resource - cacheable resource
Returns:
unique version string or null if version string could not be calculated


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