Uses of Class
com.vmware.vipclient.i18n.VIPCfg
-
-
Uses of VIPCfg in com.vmware.vipclient.i18n
Methods in com.vmware.vipclient.i18n that return VIPCfg Modifier and Type Method Description VIPCfgI18nFactory. getCfg()static VIPCfgVIPCfg. getInstance()create a default instance of VIPCfgstatic VIPCfgVIPCfg. getSubInstance(String productName)create a default instance of VIPCfgMethods in com.vmware.vipclient.i18n with parameters of type VIPCfg Modifier and Type Method Description static I18nFactoryI18nFactory. getInstance(VIPCfg cfg)get an instance of I18nFactoryMessageI18nFactory. getMessageInstance(Class c, VIPCfg cfg)get an instance of com.vmware.vipclient.i18n.base.instances.MessagevoidI18nFactory. setCfg(VIPCfg cfg) -
Uses of VIPCfg in com.vmware.vipclient.i18n.base
Methods in com.vmware.vipclient.i18n.base with parameters of type VIPCfg Modifier and Type Method Description static voidTask. startTaskOfCacheClean(VIPCfg gc, int interalCleanCache) -
Uses of VIPCfg in com.vmware.vipclient.i18n.base.instances
Methods in com.vmware.vipclient.i18n.base.instances that return VIPCfg Modifier and Type Method Description VIPCfgLocaleMessage. getCfg()VIPCfgTranslationMessage. getCfg()Methods in com.vmware.vipclient.i18n.base.instances with parameters of type VIPCfg Modifier and Type Method Description voidLocaleMessage. setCfg(VIPCfg cfg)voidTranslationMessage. setCfg(VIPCfg cfg) -
Uses of VIPCfg in com.vmware.vipclient.i18n.messages.api.opt.server
Constructors in com.vmware.vipclient.i18n.messages.api.opt.server with parameters of type VIPCfg Constructor Description ComponentsBasedOpt(VIPCfg cfg) -
Uses of VIPCfg in com.vmware.vipclient.i18n.messages.api.url
Methods in com.vmware.vipclient.i18n.messages.api.url with parameters of type VIPCfg Modifier and Type Method Description static StringV2URL. getComponentsTranslationURL(String baseURL, VIPCfg cfg)assembly the request URL for multiple components Translation. -
Uses of VIPCfg in com.vmware.vipclient.i18n.messages.dto
Constructors in com.vmware.vipclient.i18n.messages.dto with parameters of type VIPCfg Constructor Description LocaleDTO(VIPCfg cfg)MessagesDTO(String component, String key, String source, String localeLanguageTag, VIPCfg cfg) -
Uses of VIPCfg in com.vmware.vipclient.i18n.messages.service
Constructors in com.vmware.vipclient.i18n.messages.service with parameters of type VIPCfg Constructor Description ComponentsService(VIPCfg config)
-