Example usage for org.springframework.web.reactive.resource ResourceTransformerSupport subclass-usage

List of usage examples for org.springframework.web.reactive.resource ResourceTransformerSupport subclass-usage

Introduction

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

Usage

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

/**
 * A {@link ResourceTransformer} implementation that modifies links in a CSS
 * file to match the public URL paths that should be exposed to clients (e.g.
 * with an MD5 content-based hash inserted in the URL).
 *
 * <p>The implementation looks for links in CSS {@code @import} statements and

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

/**
 * A {@link ResourceTransformer} HTML5 AppCache manifests.
 *
 * <p>This transformer:
 * <ul>
 * <li>modifies links to match the public URL paths that should be exposed to