类 PathResourceResolver

  • 所有已实现的接口:
    ResourceResolver

    public class PathResourceResolver
    extends AbstractResourceResolver
    A simple ResourceResolver that tries to find a resource under the given locations matching to the request path.

    This resolver does not delegate to the ResourceResolverChain and is expected to be configured at the end in a chain of resolvers.

    从以下版本开始:
    4.1
    作者:
    Jeremy Grelle, Rossen Stoyanchev, Sam Brannen