public interface IInternationalizationService
| Modifier and Type | Field and Description |
|---|---|
static String |
CUSTOMIZER_ATTRIBUTE_KEY
Internationalization customizer resource key attribute.
|
static String |
CUSTOMIZER_ATTRIBUTE_LOCALE
Internationalization customizer locale attribute.
|
static String |
CUSTOMIZER_ATTRIBUTE_RESULT
Internationalization customizer custom result attribute.
|
static String |
CUSTOMIZER_ID
Internationalization customizer identifier.
|
static String |
MBEAN_NAME
MBean name.
|
| Modifier and Type | Method and Description |
|---|---|
IBundleFactory |
getBundleFactory(ClassLoader classLoader)
Get bundle factory.
|
IBundleFactory |
getBundleFactory(ClassLoader classLoader,
org.springframework.context.ApplicationContext applicationContext)
Get bundle factory.
|
String |
getString(String key,
Locale locale,
ClassLoader classLoader,
org.springframework.context.ApplicationContext applicationContext,
Object... args)
Access to customized class loader localized resource property or application context message source, which can be customized.
|
String |
getString(String key,
Locale locale,
ClassLoader classLoader,
ClassLoader customizedClassLoader,
org.springframework.context.ApplicationContext applicationContext,
Object... args)
Access to customized class loader localized resource property or application context message source, which can be customized.
|
String |
getString(String key,
Locale locale,
ClassLoader classLoader,
ClassLoader customizedClassLoader,
Object... args)
Access to customized class loader localized resource property, which can be customized.
|
String |
getString(String key,
Locale locale,
ClassLoader classLoader,
Object... args)
Access to class loader localized resource property, which can be customized.
|
String |
getString(String key,
Locale locale,
Object... args)
Access to portal localized resource property, which can be customized.
|
static final String MBEAN_NAME
static final String CUSTOMIZER_ID
static final String CUSTOMIZER_ATTRIBUTE_KEY
static final String CUSTOMIZER_ATTRIBUTE_LOCALE
static final String CUSTOMIZER_ATTRIBUTE_RESULT
IBundleFactory getBundleFactory(ClassLoader classLoader)
classLoader - class loader, may be null to access default portal resourceIBundleFactory getBundleFactory(ClassLoader classLoader, org.springframework.context.ApplicationContext applicationContext)
classLoader - class loader, may be null to access default portal resourceapplicationContext - application contextString getString(String key, Locale locale, Object... args)
key - resource property keylocale - localeargs - resource property argumentsString getString(String key, Locale locale, ClassLoader classLoader, Object... args)
key - resource property keylocale - localeclassLoader - class loader, may be null to access default portal resourceargs - resource property argumentsString getString(String key, Locale locale, ClassLoader classLoader, ClassLoader customizedClassLoader, Object... args)
key - resource property keylocale - localeclassLoader - class loader, may be null to access default portal resourcecustomizedClassLoader - customized class loader, may be nullargs - resource property argumentsString getString(String key, Locale locale, ClassLoader classLoader, org.springframework.context.ApplicationContext applicationContext, Object... args)
key - resource property keylocale - localeclassLoader - class loader, may be null to access default portal resourceapplicationContext - application contextargs - resource property argumentsString getString(String key, Locale locale, ClassLoader classLoader, ClassLoader customizedClassLoader, org.springframework.context.ApplicationContext applicationContext, Object... args)
key - resource property keylocale - localeclassLoader - class loader, may be null to access default portal resourcecustomizedClassLoader - customized class loader, may be nullapplicationContext - application contextargs - resource property argumentsCopyright © 2021. All rights reserved.