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

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

Introduction

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

The text is from its open source code.

Implementation

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

Field

StringCLASSPATH_URL_PREFIX
Pseudo URL prefix for loading from the class path: "classpath:".

Constructor

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.