Class DefaultOrderFrameworkCommonClasspathPropertySource
java.lang.Object
org.broadleafcommerce.common.config.DefaultOrderFrameworkCommonClasspathPropertySource
- All Implemented Interfaces:
FrameworkCommonClasspathPropertySource
,org.springframework.core.Ordered
public abstract class DefaultOrderFrameworkCommonClasspathPropertySource
extends Object
implements FrameworkCommonClasspathPropertySource, org.springframework.core.Ordered
Passthrough implementation for the
FrameworkCommonClasspathPropertySource
that sets the default order- Since:
- 5.2
- Author:
- Phillip Verheyden (phillipuniverse)
-
Field Summary
Fields inherited from interface org.broadleafcommerce.common.config.FrameworkCommonClasspathPropertySource
ADMIN_MODULE_ORDER, BROADLEAF_COMMON_ORDER, CMS_ORDER, DEFAULT_ORDER, FRAMEWORK_ORDER, FRAMEWORK_WEB_ORDER, OPEN_ADMIN_ORDER, PROFILE_ORDER, PROFILE_WEB_ORDER
Fields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.broadleafcommerce.common.config.FrameworkCommonClasspathPropertySource
getClasspathFolder
-
Constructor Details
-
DefaultOrderFrameworkCommonClasspathPropertySource
public DefaultOrderFrameworkCommonClasspathPropertySource()
-
-
Method Details
-
getOrder
public int getOrder()- Specified by:
getOrder
in interfaceorg.springframework.core.Ordered
-