Class BLCSystemPropertyResourceResolver
java.lang.Object
org.springframework.web.servlet.resource.AbstractResourceResolver
org.broadleafcommerce.common.web.resource.resolver.BLCSystemPropertyResourceResolver
- All Implemented Interfaces:
org.springframework.core.Ordered,org.springframework.web.servlet.resource.ResourceResolver
@Component("blSystemPropertyJSResolver")
public class BLCSystemPropertyResourceResolver
extends org.springframework.web.servlet.resource.AbstractResourceResolver
implements org.springframework.core.Ordered
A
ResourceResolver that replaces system properties in BLC-system-property.js- Since:
- 4.0, Broadleaf 4.0
- Author:
- Reggie Cole, Brian Polster
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final Stringprotected static final Charsetprotected static final org.apache.commons.logging.LogFields inherited from class org.springframework.web.servlet.resource.AbstractResourceResolver
loggerFields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringaddVersion(String requestPath, String version) protected org.springframework.core.io.ResourceconvertResource(org.springframework.core.io.Resource origResource, String resourceFileName) intgetOrder()protected org.springframework.core.io.ResourceresolveResourceInternal(jakarta.servlet.http.HttpServletRequest request, String requestPath, List<? extends org.springframework.core.io.Resource> locations, org.springframework.web.servlet.resource.ResourceResolverChain chain) protected StringresolveUrlPathInternal(String resourceUrlPath, List<? extends org.springframework.core.io.Resource> locations, org.springframework.web.servlet.resource.ResourceResolverChain chain) voidsetOrder(int order) Methods inherited from class org.springframework.web.servlet.resource.AbstractResourceResolver
resolveResource, resolveUrlPath
-
Field Details
-
LOG
protected static final org.apache.commons.logging.Log LOG -
BLC_SYSTEM_PROPERTY_FILE
- See Also:
-
DEFAULT_CHARSET
-
-
Constructor Details
-
BLCSystemPropertyResourceResolver
public BLCSystemPropertyResourceResolver()
-
-
Method Details
-
resolveUrlPathInternal
protected String resolveUrlPathInternal(String resourceUrlPath, List<? extends org.springframework.core.io.Resource> locations, org.springframework.web.servlet.resource.ResourceResolverChain chain) - Specified by:
resolveUrlPathInternalin classorg.springframework.web.servlet.resource.AbstractResourceResolver
-
resolveResourceInternal
protected org.springframework.core.io.Resource resolveResourceInternal(jakarta.servlet.http.HttpServletRequest request, String requestPath, List<? extends org.springframework.core.io.Resource> locations, org.springframework.web.servlet.resource.ResourceResolverChain chain) - Specified by:
resolveResourceInternalin classorg.springframework.web.servlet.resource.AbstractResourceResolver
-
convertResource
protected org.springframework.core.io.Resource convertResource(org.springframework.core.io.Resource origResource, String resourceFileName) throws IOException - Throws:
IOException
-
addVersion
-
getOrder
public int getOrder()- Specified by:
getOrderin interfaceorg.springframework.core.Ordered
-
setOrder
public void setOrder(int order)
-