Class ThreadLocalDomainDictionaryProvider

java.lang.Object
io.gravitee.am.service.i18n.ThreadLocalDomainDictionaryProvider
All Implemented Interfaces:
DictionaryProvider, DynamicDictionaryProvider

public class ThreadLocalDomainDictionaryProvider extends Object implements DynamicDictionaryProvider
DictionaryProvider that allow the usage of a dictionary in an ephemeral context (REST Call). This provider is used to provide the i18n dictionary in order to allow preview in ManagementAPI with right translation.
Author:
Eric LELEU (eric.leleu at graviteesource.com), GraviteeSource Team