• R
    Expand static resource handling mechanism · 6cb9a144
    Rossen Stoyanchev 提交于
    An initial commit with expanded support for static resource handling:
    
    - Add ResourceResolver strategy for resolving a request to a Resource
      along with a few implementations.
    
    - Add PublicResourceUrlProvider to get URLs for client-side use.
    
    - Add ResourceUrlEncodingFilter and
      PublicResourceUrlProviderExposingInterceptor along with initial
      MVC Java config support.
    
    Issue: SPR-10933
    6cb9a144
ResourceResolverChain.java 2.0 KB