Class MessageDigestResourceVersion

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

public class MessageDigestResourceVersion extends Object implements IResourceVersion
computes the message digest of a IStaticCacheableResource and uses it as a version string

you can use any message digest algorithm that can be retrieved by Java Cryptography Architecture (JCA) on your current platform. Check here for more information on possible algorithms.

Since:
1.5
Author:
Peter Ertl