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

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

Introduction

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

The text is from its open source code.

Method

StringgetForLookupPath(String lookupPath)
Compare the given path against configured resource handler mappings and if a match is found use the ResourceResolver chain of the matched ResourceHttpRequestHandler to resolve the URL path to expose for public use.