Example usage for org.springframework.web.reactive.resource VersionStrategy interface-usage

List of usage examples for org.springframework.web.reactive.resource VersionStrategy interface-usage

Introduction

In this page you can find the example usage for org.springframework.web.reactive.resource VersionStrategy interface-usage.

Usage

From source file org.springframework.web.reactive.resource.AbstractPrefixVersionStrategy.java

/**
 * Abstract base class for {@link VersionStrategy} implementations that insert
 * a prefix into the URL path, e.g. "version/static/myresource.js".
 *
 * @author Rossen Stoyanchev
 * @author Brian Clozel

From source file org.springframework.web.reactive.resource.AbstractFileNameVersionStrategy.java

/**
 * Abstract base class for filename suffix based {@link VersionStrategy}
 * implementations, e.g. "static/myresource-version.js"
 *
 * @author Rossen Stoyanchev
 * @author Brian Clozel

From source file org.springframework.web.reactive.resource.AbstractVersionStrategy.java

/**
 * Abstract base class for {@link VersionStrategy} implementations.
 *
 * <p>Supports versions as:
 * <ul>
 * <li>prefix in the request path, like "version/static/myresource.js"