类的使用
cn.taketoday.web.resource.AbstractResourceResolver

使用AbstractResourceResolver的程序包
程序包
说明
Support classes for serving static resources.
  • cn.taketoday.web.resourceAbstractResourceResolver的使用

    修饰符和类型
    说明
    class 
    A ResourceResolver that resolves resources from a Cache or otherwise delegates to the resolver chain and saves the result in the cache.
    class 
    Resolver that delegates to the chain, and if a resource is found, it then attempts to find an encoded (e.g. gzip, brotli) variant that is acceptable based on the "Accept-Encoding" request header.
    class 
    A simple ResourceResolver that tries to find a resource under the given locations matching to the request path.
    class 
    Resolves request paths containing a version string that can be used as part of an HTTP caching strategy in which a resource is cached with a date in the distant future (e.g. 1 year) and cached until the version, and therefore the URL, is changed.
    class 
    A ResourceResolver that delegates to the chain to locate a resource and then attempts to find a matching versioned resource contained in a WebJar JAR file.