Example usage for org.springframework.web.servlet.resource ResourceTransformer interface-usage

List of usage examples for org.springframework.web.servlet.resource ResourceTransformer interface-usage

Introduction

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

Usage

From source file org.springframework.web.servlet.resource.CachingResourceTransformer.java

/**
 * A {@link org.springframework.web.servlet.resource.ResourceTransformer} that checks a
 * {@link org.springframework.cache.Cache} to see if a previously transformed resource
 * exists in the cache and returns it if found, and otherwise delegates to the resolver
 * chain and saves the result in the cache.
 *

From source file org.springframework.web.servlet.resource.AppCacheManifestTransfomer.java

/**
 * A {@link ResourceTransformer} implementation that helps handling resources
 * within HTML5 AppCache manifests for HTML5 offline applications.
 *
 * <p>This transformer:
 * <ul>