| Interface | Description |
|---|---|
| RuntimeEnvironmentKeyResolver | Deprecated
Instead of using anything around the -Druntime-environment values, you should be using Spring profiles
and properties activated with that via
ProfileAwarePropertiesBeanFactoryPostProcessor. |
| Class | Description |
|---|---|
| BroadleafCommonConfig |
Main configuration class for the broadleaf-common module
|
| FrameworkCommonPropertySource |
A holder for common.properties location.
|
| ProfileAwarePropertiesBeanFactoryPostProcessor |
Adds beans of type
FrameworkCommonPropertySource and ProfileAwarePropertySource to the current environment. |
| ProfileAwarePropertySource |
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.properties
|
| RuntimeEnvironmentPropertiesConfigurer | Deprecated
Instead of using anything around the -Druntime-environment values, you should be using Spring profiles
and properties activated with that via
ProfileAwarePropertiesBeanFactoryPostProcessor. |
| RuntimeEnvironmentPropertiesManager | Deprecated
Instead of using anything around the -Druntime-environment values, you should be using Spring profiles
and properties activated with that via
ProfileAwarePropertiesBeanFactoryPostProcessor. |
| SystemPropertyRuntimeEnvironmentKeyResolver | Deprecated
Instead of using anything around the -Druntime-environment values, you should be using Spring profiles
and properties activated with that via
ProfileAwarePropertiesBeanFactoryPostProcessor. |
| Annotation Type | Description |
|---|---|
| EnableBroadleafAdminAutoConfiguration |
Bootstraps Broadleaf admin configuration XML using a glob import.
|
| EnableBroadleafAutoConfiguration |
STOP.
|
| EnableBroadleafSiteAutoConfiguration |
Bootstraps Broadleaf site configuration XML using a glob import.
|
Copyright © 2017. All rights reserved.