Java org.springframework.web.servlet.resource ResourceResolver fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.web.servlet.resource ResourceResolver fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.web.servlet.resource ResourceResolver.

The text is from its open source code.

Implementation

org.springframework.web.servlet.resource.ResourceResolver has the following implementations.
Click this link to see all its implementation.

Method

ClassgetClass()
Returns the runtime class of this Object .
ResourceresolveResource(@Nullable HttpServletRequest request, String requestPath, List locations, ResourceResolverChain chain)
Resolve the supplied request and request path to a Resource that exists under one of the given resource locations.
StringresolveUrlPath(String resourcePath, List locations, ResourceResolverChain chain)
Resolve the externally facing public URL path for clients to use to access the resource that is located at the given internal resource path.