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

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

Introduction

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

The text is from its open source code.

Implementation

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

Method

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