Class BaseService
java.lang.Object
com.vmware.vipclient.i18n.messages.service.BaseService
- Direct Known Subclasses:
ComponentService,StringService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbooleanproceed(MessagesDTO dto, DataSourceEnum dataSource)
-
Constructor Details
-
BaseService
public BaseService()
-
-
Method Details
-
doLocaleMatching
-
proceed
- Returns:
- 'true' for either of the following cases. Otherwise, false (locale not supported in data source).
- the dataSource's set of supported locales is not in cache. If the list is not in cache, it should not block refreshCacheItem
- the requested locale is found in the data source's cached set of supported locales.
-