1. 17 10月, 2014 2 次提交
  2. 24 6月, 2014 1 次提交
  3. 26 4月, 2014 1 次提交
  4. 22 4月, 2014 1 次提交
    • S
      Polish static resource handling mechanism · 3d18cfea
      Sam Brannen 提交于
      - ResourceResolver and ResourceResolverChain now have a consistent API
        with regard to method names and terminology.
      
      - ResourceResolver and ResourceResolverChain now accept
        List<? extends Resource> instead of List<Resource> for simplified
        programmatic use.
      
      - Improved Javadoc across the package.
      
      - Formatted code to align with standards.
      
      - Removed all references to ResourceUrlPathTranslator.
      
      Issue: SPR-10933
      3d18cfea
  5. 17 4月, 2014 1 次提交
    • 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
  6. 28 9月, 2013 4 次提交
    • R
      Refactor Resource URL generation and Servlet Filter · 5a2e30c1
      Rossen Stoyanchev 提交于
      Renamed ResourceUrlMapper to ResourceUrlGenerator and refactored it
      to be configured with Resource-serving HandlerMappings as opposed to
      having them detected in the ApplicationContext through the
      BeanPostProcessor contact.
      
      Renamed and polished ResourceUrlEncodingFilter to ResourceUrlFilter
      and added tests.
      5a2e30c1
    • R
      Refactor ResourceResolverChain + resolver class names · 3c48b421
      Rossen Stoyanchev 提交于
      This change splits out resource transformation out from the
      ResourceResolverChain so that chain is focused entirely on resource
      resolution (as its name suggests). The invocation of transformers
      is left as a separate step, it uses a different (recursive)
      algorithm in any case and iterates over a different set of objects.
      
      Also ResourceResolverChain is now limited strictly to methods that
      a ResourceResolver should be able to use to delegate to remaining
      resolvers.
      
      Furthermore, ResourceResolverChain now maintains an internal index
      of the "current" resolver so that resolvers don't have to pass the
      chain when invoking it much like a (Servlet API) FilterChain works.
      If the last resolver calls the chain again, a null value is returned.
      3c48b421
    • R
      Polish · 0e58125b
      Rossen Stoyanchev 提交于
      0e58125b
    • J
      Asset pipeline proposal. · 61e61bd5
      Jeremy Grelle 提交于
      61e61bd5