Example usage for org.apache.wicket.request.resource.caching.version IResourceVersion interface-usage

List of usage examples for org.apache.wicket.request.resource.caching.version IResourceVersion interface-usage

Introduction

In this page you can find the example usage for org.apache.wicket.request.resource.caching.version IResourceVersion interface-usage.

Usage

From source file name.martingeisse.wicket.application.FirstLineResourceVersion.java

/**
 * Determines the version of a resource from an SVN keyword in the
 * first line, provided that the content type of the resource is
 * accepted.
 */
public class FirstLineResourceVersion implements IResourceVersion {