public interface IBundleProperties
Modifier and Type | Method and Description |
---|---|
default Map<String,IBundleConfigParam> |
getConfigProperties()
Deprecated.
use {
getConfigProperties(IPluginResourceHelper, Locale) instead. |
default Map<String,IBundleConfigParam> |
getConfigProperties(IPluginResourceHelper resHelper,
Locale currentLocale)
Returns a map with definitions of bundle configuration parameters.
|
@Deprecated default Map<String,IBundleConfigParam> getConfigProperties()
getConfigProperties(IPluginResourceHelper, Locale)
instead.default Map<String,IBundleConfigParam> getConfigProperties(IPluginResourceHelper resHelper, Locale currentLocale)
IBundleConfigParam
.resHelper
- ResourceHelper to determine i18n values from the plugin bundle, if they existscurrentLocale
- the current localeMap
with objects of type IBundleConfigParam
or null
Copyright © 2021 XIMA MEDIA GmbH. All rights reserved.