Example usage for org.springframework.core.io UrlResource subclass-usage

List of usage examples for org.springframework.core.io UrlResource subclass-usage

Introduction

In this page you can find the example usage for org.springframework.core.io UrlResource subclass-usage.

Usage

From source file spring.osgi.io.UrlContextResource.java

/**
 * Extension to {@link org.springframework.core.io.UrlResource} that adds support for
 * {@link org.springframework.core.io.ContextResource}. This resource is used by the
 * {@link OsgiBundleResourcePatternResolver} with the URLs returned by the OSGi
 * API.
 *

From source file org.springframework.data.keyvalue.riak.core.io.RiakResource.java

/**
 * An implementation of {@link org.springframework.core.io.UrlResource} that is backed by a
 * resource in Riak.
 *
 * @author J. Brisbin <jon@jbrisbin.com>
 */