Package org.ametys.core.util
Class I18nUtils.I18nKey
- java.lang.Object
-
- org.ametys.plugins.core.impl.cache.AbstractCacheKey
-
- org.ametys.core.util.I18nUtils.I18nKey
-
- Enclosing class:
- I18nUtils
static final class I18nUtils.I18nKey extends AbstractCacheKey
-
-
Constructor Summary
Constructors Modifier Constructor Description private
I18nKey(String language, I18nizableText text)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description (package private) static I18nUtils.I18nKey
of(String language, I18nizableText text)
-
Methods inherited from class org.ametys.plugins.core.impl.cache.AbstractCacheKey
equals, getFields, hashCode, isKeyOnlyForInvalidate, toString
-
-
-
-
Constructor Detail
-
I18nKey
private I18nKey(String language, I18nizableText text)
-
-
Method Detail
-
of
static I18nUtils.I18nKey of(String language, I18nizableText text)
-
-