| 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 for both servlet and non-servlet.
|
| EnableBroadleafAdminRootAutoConfiguration |
Bootstraps the Broadleaf root admin configuration XML for only non-servlet beans.
|
| EnableBroadleafAdminServletAutoConfiguration |
Bootstraps Broadleaf admin configuration XML for both servlet and non-servlet beans.
|
| EnableBroadleafAutoConfiguration |
STOP.
|
| EnableBroadleafRootAutoConfiguration |
STOP.
|
| EnableBroadleafServletAutoConfiguration |
STOP.
|
| EnableBroadleafSiteAutoConfiguration |
Bootstraps Broadleaf customer-facing configuration XML for both servlet and non-servlet beans in use with a traditional MVC application.
|
| EnableBroadleafSiteRootAutoConfiguration |
Bootstraps Broadleaf root site configuration XML for only non-servlet beans.
|
| EnableBroadleafSiteServletAutoConfiguration |
Bootstraps Broadleaf site configuration XML for only servlet beans in use with a traditional MVC application.
|
Copyright © 2017. All rights reserved.