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

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

Introduction

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

The text is from its open source code.

Implementation

org.springframework.core.io.support.ResourcePatternResolver has the following implementations.
Click this link to see all its implementation.

Field

StringCLASSPATH_ALL_URL_PREFIX
Pseudo URL prefix for all matching resources from the class path: "classpath*:" This differs from ResourceLoader's classpath URL prefix in that it retrieves all matching resources for a given name (e.g.

Method

ClassgetClass()
Returns the runtime class of this Object .
ClassLoadergetClassLoader()
Expose the ClassLoader used by this ResourceLoader.
ResourcegetResource(String location)
Return a Resource handle for the specified resource location.
Resource[]getResources(String locationPattern)
Resolve the given location pattern into Resource objects.