@Service public class ModelTranslations extends Object
| Modifier and Type | Field and Description |
|---|---|
private Locale |
locale |
private org.springframework.context.MessageSource |
messages |
| Constructor and Description |
|---|
ModelTranslations() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLocalDisplayName(ESocialRank rank) |
String |
getLocalDisplayName(EWare ware)
Retrieve the localized display name for
id. |
String |
getLocalDisplayName(EWeapon weapon)
Retrieve the localized display name for
id. |
String |
getLocalDisplayName(ICareer career) |
@Autowired private Locale locale
@Autowired @Qualifier(value="messageSource") private org.springframework.context.MessageSource messages
public String getLocalDisplayName(EWeapon weapon)
id.weapon - ennumerationpublic String getLocalDisplayName(EWare ware)
id.ware - public String getLocalDisplayName(ESocialRank rank)
Copyright © 2011-2015 Sahits GmbH. All Rights Reserved.