Java org.springframework.core.io.support ResourcePatternUtils fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.core.io.support ResourcePatternUtils fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.core.io.support ResourcePatternUtils.

The text is from its open source code.

Method

ResourcePatternResolvergetResourcePatternResolver(@Nullable ResourceLoader resourceLoader)
Return a default ResourcePatternResolver for the given ResourceLoader .
booleanisUrl(@Nullable String resourceLocation)
Return whether the given resource location is a URL: either a special "classpath" or "classpath*" pseudo URL or a standard URL.