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

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

Introduction

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

The text is from its open source code.

Constructor

Method

Resource[]getAllowedLocations()
voidsetAllowedLocations(@Nullable Resource... locations)
By default when a Resource is found, the path of the resolved resource is compared to ensure it's under the input location where it was found.