Class BroadleafPathResourceResolver

java.lang.Object
org.springframework.web.servlet.resource.AbstractResourceResolver
org.springframework.web.servlet.resource.PathResourceResolver
org.broadleafcommerce.common.web.resource.resolver.BroadleafPathResourceResolver
All Implemented Interfaces:
org.springframework.core.Ordered, org.springframework.web.servlet.resource.ResourceResolver

@Component("blPathResourceResolver") public class BroadleafPathResourceResolver extends org.springframework.web.servlet.resource.PathResourceResolver implements org.springframework.core.Ordered
Wraps Spring's PathResourceResolver for ordering purposes.
Since:
Broadleaf 4.0
Author:
Brian Polster
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected static final org.apache.commons.logging.Log
     

    Fields inherited from class org.springframework.web.servlet.resource.AbstractResourceResolver

    logger

    Fields inherited from interface org.springframework.core.Ordered

    HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
    void
    setOrder(int order)
     

    Methods inherited from class org.springframework.web.servlet.resource.PathResourceResolver

    checkResource, getAllowedLocations, getLocationCharsets, getResource, getUrlPathHelper, resolveResourceInternal, resolveUrlPathInternal, setAllowedLocations, setLocationCharsets, setUrlPathHelper

    Methods inherited from class org.springframework.web.servlet.resource.AbstractResourceResolver

    resolveResource, resolveUrlPath

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • LOG

      protected static final org.apache.commons.logging.Log LOG
  • Constructor Details

    • BroadleafPathResourceResolver

      public BroadleafPathResourceResolver()
  • Method Details

    • getOrder

      public int getOrder()
      Specified by:
      getOrder in interface org.springframework.core.Ordered
    • setOrder

      public void setOrder(int order)