| Modifier and Type | Method and Description |
|---|---|
static SettingsBean |
Jahia.getSettings()
Deprecated.
use
getInstance() instead |
SettingsBean |
Render.getSettingsBean() |
| Modifier and Type | Method and Description |
|---|---|
void |
TextExtractor.setSettingsBean(SettingsBean settingsBean) |
void |
DocumentConverter.setSettingsBean(SettingsBean settingsBean) |
void |
Render.setSettingsBean(SettingsBean settingsBean) |
| Modifier and Type | Method and Description |
|---|---|
void |
ContentManagerAccessCheckFilter.setSettingsBean(SettingsBean settingsBean) |
| Modifier and Type | Field and Description |
|---|---|
protected SettingsBean |
JahiaService.settingsBean |
| Modifier and Type | Method and Description |
|---|---|
SettingsBean |
JahiaService.getSettingsBean() |
| Modifier and Type | Method and Description |
|---|---|
void |
JahiaService.setSettingsBean(SettingsBean settingsBean) |
| Modifier and Type | Method and Description |
|---|---|
void |
CacheProvider.init(SettingsBean settingsBean,
CacheService cacheService) |
| Modifier and Type | Method and Description |
|---|---|
void |
DummyCacheProvider.init(SettingsBean settingsBean,
CacheService cacheService) |
| Modifier and Type | Method and Description |
|---|---|
void |
EhCacheProvider.init(SettingsBean settingsBean,
CacheService cacheService) |
| Modifier and Type | Method and Description |
|---|---|
void |
SpringJackrabbitRepository.setSettings(SettingsBean settings) |
| Modifier and Type | Method and Description |
|---|---|
void |
JournalEventReader.setSettingsBean(SettingsBean settingsBean) |
| Modifier and Type | Method and Description |
|---|---|
void |
BundleServiceDelegate.setSettingsBean(SettingsBean settingsBean) |
| Modifier and Type | Method and Description |
|---|---|
SettingsBean |
RenderContext.getSettings() |
| Modifier and Type | Method and Description |
|---|---|
void |
RenderService.setSettingsBean(SettingsBean settingsBean) |
| Modifier and Type | Method and Description |
|---|---|
void |
JobSchedulingBean.setSettingsBean(SettingsBean settingsBean) |
| Modifier and Type | Method and Description |
|---|---|
void |
UrlRewriteService.setSettingsBean(SettingsBean settingsBean) |
| Modifier and Type | Method and Description |
|---|---|
void |
ModuleBuildHelper.setSettingsBean(SettingsBean settingsBean) |
| Modifier and Type | Method and Description |
|---|---|
static SettingsBean |
SettingsBean.getInstance() |
| Modifier and Type | Method and Description |
|---|---|
void |
SettingsBean.ClusterSettingsInitializer.initClusterSettings(SettingsBean settings)
Initialize DX cluster related settings.
|
void |
SettingsBean.ClusterSettingsInitializerDummy.initClusterSettings(SettingsBean settings) |
| Modifier and Type | Method and Description |
|---|---|
static InputStream |
PlaceholderUtils.resolvePlaceholders(InputStream configInputStream,
SettingsBean settingsBean,
boolean ignoreUnresolvablePlaceholders)
Resolve
${...} placeholders in the given configuration resource stream, replacing them with corresponding values from DX
settings (SettingsBean) with a fallback to Java system properties. |
static String |
PlaceholderUtils.resolvePlaceholders(String text,
SettingsBean settingsBean,
boolean ignoreUnresolvablePlaceholders)
Resolve
${...} placeholders in the given text, replacing them with corresponding values from DX settings
(SettingsBean) with a fallback to Java system properties. |
Copyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.