Uses of Interface
io.gravitee.am.service.i18n.DictionaryProvider
Packages that use DictionaryProvider
-
Uses of DictionaryProvider in io.gravitee.am.service
Methods in io.gravitee.am.service that return DictionaryProviderModifier and TypeMethodDescriptionEmailService.getDefaultDictionaryProvider()EmailService.getDictionaryProvider()Methods in io.gravitee.am.service with parameters of type DictionaryProviderModifier and TypeMethodDescriptionvoidEmailService.setDictionaryProvider(DictionaryProvider provider) -
Uses of DictionaryProvider in io.gravitee.am.service.i18n
Subinterfaces of DictionaryProvider in io.gravitee.am.service.i18nClasses in io.gravitee.am.service.i18n that implement DictionaryProviderModifier and TypeClassDescriptionclassclassclassclassDictionaryProvider that allow the usage of a dictionary in an ephemeral context (REST Call).Constructors in io.gravitee.am.service.i18n with parameters of type DictionaryProviderModifierConstructorDescriptionCompositeDictionaryProvider(DictionaryProvider mainProvider, DictionaryProvider secondaryProvider) -
Uses of DictionaryProvider in io.gravitee.am.service.impl
Methods in io.gravitee.am.service.impl that return DictionaryProviderModifier and TypeMethodDescriptionEmailServiceImpl.getDefaultDictionaryProvider()EmailServiceImpl.getDictionaryProvider()Methods in io.gravitee.am.service.impl with parameters of type DictionaryProviderModifier and TypeMethodDescriptionvoidEmailServiceImpl.setDictionaryProvider(DictionaryProvider provider)