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

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

Introduction

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

The text is from its open source code.

Subclass

org.springframework.web.servlet.resource.PathResourceResolver has subclasses.
Click this link to see all its subclasses.

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.
voidsetLocationCharsets(Map locationCharsets)
Configure charsets associated with locations.
voidsetUrlPathHelper(@Nullable UrlPathHelper urlPathHelper)
Provide a reference to the UrlPathHelper used to map requests to static resources.