@Component(value="blSystemPropertiesPropertySourceRegistrar") public class SystemPropertiesPropertySourceRegistrar extends Object
SystemPropertiesService with the Spring Environment. This happens after
the Spring ApplicationContext has been refreshed in order to give a chance for all of the Broadleaf MT/Enterprise
InvocationProviders etc to be initialized.| Modifier and Type | Class and Description |
|---|---|
protected static class |
SystemPropertiesPropertySourceRegistrar.SystemPropertyPropertySource
Hook point for our database-backed properties to the Spring Environment
|
| Modifier and Type | Field and Description |
|---|---|
protected org.springframework.core.env.Environment |
env |
protected SystemPropertiesService |
propsSvc |
| Constructor and Description |
|---|
SystemPropertiesPropertySourceRegistrar() |
| Modifier and Type | Method and Description |
|---|---|
void |
registerSystemPropertySource(org.springframework.context.event.ContextRefreshedEvent refreshed) |
@Autowired protected SystemPropertiesService propsSvc
@Autowired protected org.springframework.core.env.Environment env
Copyright © 2022. All rights reserved.