Package org.broadleafcommerce.cms.config
Class CmsProperties
java.lang.Object
org.broadleafcommerce.cms.config.CmsProperties
- All Implemented Interfaces:
FrameworkCommonClasspathPropertySource
@Order(-1000)
public class CmsProperties
extends Object
implements FrameworkCommonClasspathPropertySource
Registers the content management module properties
- 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
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionA folder on the classpath that contains acommon.properties
file.
-
Constructor Details
-
CmsProperties
public CmsProperties()
-
-
Method Details
-
getClasspathFolder
Description copied from interface:FrameworkCommonClasspathPropertySource
A folder on the classpath that contains acommon.properties
file. Note that this cannot be prefixed with"classpath:"
or any of those varieties since this drives the creation of anClassPathResource
already based on this location.- Specified by:
getClasspathFolder
in interfaceFrameworkCommonClasspathPropertySource
-