Example usage for org.springframework.util ResourceUtils subclass-usage

List of usage examples for org.springframework.util ResourceUtils subclass-usage

Introduction

In this page you can find the example usage for org.springframework.util ResourceUtils subclass-usage.

Usage

From source file org.wallride.support.ExtendedResourceUtils.java

public abstract class ExtendedResourceUtils extends ResourceUtils {

    //   public static Resource createRelative(Resource resource, String relativePath, ResourceLoader resourceLoader) throws IOException {
    //      return resourceLoader.getResource(resource.getURI().toString() + relativePath);
    //   }