public abstract class BeanPropertyI18nKeyProducerSupport extends Object implements BeanPropertyI18nKeyProducer
| Modifier | Constructor and Description |
|---|---|
protected |
BeanPropertyI18nKeyProducerSupport(String i18nPrefix) |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,String> |
createMapping() |
String |
getI18nPropertyKey(Class type,
String property)
Get the i18n property key for the given
property of the given type. |
String |
getI18nTypeKey(Class type) |
protected BeanPropertyI18nKeyProducerSupport(String i18nPrefix)
public String getI18nPropertyKey(Class type, String property)
BeanPropertyI18nKeyProducerproperty of the given type.getI18nPropertyKey in interface BeanPropertyI18nKeyProducertype - type of objectproperty - property namepublic String getI18nTypeKey(Class type)
getI18nTypeKey in interface BeanPropertyI18nKeyProducerCopyright © 2004–2018 Ultreia.io. All rights reserved.