Uses of Package
org.broadleafcommerce.common.config
Packages that use org.broadleafcommerce.common.config
Package
Description
-
Classes in org.broadleafcommerce.common.config used by org.broadleafcommerce.cms.admin.web.controllerClassDescriptionMarker annotation indicating that the current class is both an
@Configuration
class and should be executed after any Spring BootEnableAutoConfiguration
.Loads the given set of classes after Spring'sEnableAutoConfiguration
. -
Classes in org.broadleafcommerce.common.config used by org.broadleafcommerce.cms.configClassDescriptionA holder for a folder containing a
common.properties
file to be added to the SpringEnvironment
in a programmatic way without Spring Boot and with very specific ordering semantics. -
Classes in org.broadleafcommerce.common.config used by org.broadleafcommerce.common.configClassDescriptionThis class is specifically used as a temporary workaround for
ConditionalOnAdmin
andConditionalOnNotAdmin
to allow them to work correctly when using application servers such as JBoss.Created as a common class for adding property sources to the SpringEnvironment
.Holder for a folder of properties resources comprised of something like the following on the classpath: classpath:/runtime-properties/ common.properties common-shared.properties [profile].properties [profile]-shared.propertiesA holder for a folder containing acommon.properties
file to be added to the SpringEnvironment
in a programmatic way without Spring Boot and with very specific ordering semantics. -
Classes in org.broadleafcommerce.common.config used by org.broadleafcommerce.core.configClassDescriptionA holder for a folder containing a
common.properties
file to be added to the SpringEnvironment
in a programmatic way without Spring Boot and with very specific ordering semantics. -
Classes in org.broadleafcommerce.common.config used by org.broadleafcommerce.core.web.configClassDescriptionA holder for a folder containing a
common.properties
file to be added to the SpringEnvironment
in a programmatic way without Spring Boot and with very specific ordering semantics. -
Classes in org.broadleafcommerce.common.config used by org.broadleafcommerce.openadmin.config.propertiesClassDescriptionA holder for a folder containing a
common.properties
file to be added to the SpringEnvironment
in a programmatic way without Spring Boot and with very specific ordering semantics. -
Classes in org.broadleafcommerce.common.config used by org.broadleafcommerce.openadmin.web.controller.configClassDescriptionMarker annotation indicating that the current class is both an
@Configuration
class and should be executed after any Spring BootEnableAutoConfiguration
.Loads the given set of classes after Spring'sEnableAutoConfiguration
.