| Interface | Description |
|---|---|
| BroadleafSharedOverrideProfileAwarePropertySource |
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
|
| FrameworkCommonClasspathPropertySource |
A holder for a folder containing a
common.properties file to be added to the Spring Environment in a programmatic way without Spring Boot and with very specific
ordering semantics. |
| RuntimeEnvironmentKeyResolver | Deprecated
Instead of using anything around the -Druntime-environment values, you should be using Spring profiles
and properties activated with that via
BroadleafEnvironmentConfiguringApplicationListener. |
| Class | Description |
|---|---|
| BroadleafCommonConfig |
Main configuration class for the broadleaf-common module
|
| BroadleafCommonPropertySource |
Customized property source for broadleaf-common
|
| BroadleafEnvironmentConfiguringApplicationListener |
Adds
META-INF/spring.factories entries of type FrameworkCommonClasspathPropertySource and BroadleafSharedOverrideProfileAwarePropertySource
to the current Environment. |
| DefaultOrderFrameworkCommonClasspathPropertySource |
Passthrough implementation for the
FrameworkCommonClasspathPropertySource that sets the default order |
| DefaultRuntimeEnvironmentProfileAwarePropertySource |
Adds a default property source to look for a
runtime-environment folder and apply the -shared overriding
mechanics to it. |
| EnableBroadleafAdminRootAutoConfiguration.BroadleafAdminRootAutoConfiguration |
We are deliberately leaving off the
Configuration annotation since
this inner class is being included in the Import above, which interprets this as a
Configuration. |
| EnableBroadleafAdminServletAutoConfiguration.BroadleafAdminServletAutoConfiguration |
We are deliberately leaving off the
Configuration annotation since
this inner class is being included in the Import above, which interprets this as a
Configuration. |
| EnableBroadleafRootAutoConfiguration.BroadleafRootAutoConfiguration |
We are deliberately leaving off the
Configuration annotation since
this inner class is being included in the Import above, which interprets this as a
Configuration. |
| EnableBroadleafServletAutoConfiguration.BroadleafServletAutoConfiguration |
We are deliberately leaving off the
Configuration annotation since
this inner class is being included in the Import above, which interprets this as a
Configuration. |
| EnableBroadleafSiteRootAutoConfiguration.BroadleafSiteRootAutoConfiguration |
We are deliberately leaving off the
Configuration annotation since
this inner class is being included in the Import above, which interprets this as a
Configuration. |
| EnableBroadleafSiteServletAutoConfiguration.BroadleafSiteServletAutoConfiguration |
We are deliberately leaving off the
Configuration annotation since
this inner class is being included in the Import above, which interprets this as a
Configuration. |
| RuntimeEnvironmentPropertiesConfigurer | Deprecated
Instead of using anything around the -Druntime-environment values, you should be using Spring profiles
and properties activated with that via
BroadleafEnvironmentConfiguringApplicationListener. |
| RuntimeEnvironmentPropertiesManager | Deprecated
Instead of using anything around the -Druntime-environment values, you should be using Spring profiles
and properties activated with that via
BroadleafEnvironmentConfiguringApplicationListener. |
| SystemPropertyRuntimeEnvironmentKeyResolver | Deprecated
Instead of using anything around the -Druntime-environment values, you should be using Spring profiles
and properties activated with that via
BroadleafEnvironmentConfiguringApplicationListener. |
| 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.