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

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

Introduction

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

Usage

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

/**
 * Base class for {@link org.springframework.web.servlet.resource.ResourceResolver}
 * implementations. Provides consistent logging.
 *
 * @author Rossen Stoyanchev
 * @since 4.1

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

/**
 *
 * @author Jeremy Grelle
 * @author Rossen Stoyanchev
 * @since 4.0
 */

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

/**
 * A {@code ResourceResolver} that delegates to the chain to locate a resource
 * and then attempts to find a variation with the ".gz" extension.
 *
 * <p>The resolver gets involved only if the "Accept-Encoding" request header
 * contains the value "gzip" indicating the client accepts gzipped responses.

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

/**
 * A {@code ResourceResolver} that resolves request paths containing an additional
 * MD5 hash in the file name.
 *
 * <p>For example the path "styles/foo-e36d2e05253c6c7085a91522ce43a0b4.css" will
 * match to "styles/foo.css" assuming the hash computed from the content of

From source file org.broadleafcommerce.openadmin.web.resource.MessagesResourceResolver.java

/**
 * Generated resource resolver for Admin Javascript Messages
 *
 * @author Brandon Smith
 * @author Elbert Bautista (elbertbautista)
 */

From source file com.foilen.smalltools.spring.resourceresolver.BundleResourceResolver.java

/**
 * A way to automatically bundle multiple files together and even GZIP them.
 *
 *
 * Use it in a configuration class that extends {@link WebMvcConfigurerAdapter}.
 *