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

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

Introduction

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

The text is from its open source code.

Method

MonoresolveResource(@Nullable ServerWebExchange exchange, String requestPath, List locations)
Resolve the supplied request and request path to a Resource that exists under one of the given resource locations.
MonoresolveUrlPath(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.