|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use I18nKeyGenerator | |
---|---|
info.magnolia.i18nsystem | |
info.magnolia.i18nsystem.proxytoys | |
info.magnolia.i18nsystem.tools |
Uses of I18nKeyGenerator in info.magnolia.i18nsystem |
---|
Classes in info.magnolia.i18nsystem that implement I18nKeyGenerator | |
---|---|
class |
AbstractI18nKeyGenerator<T>
Abstract implementation of I18nKeyGenerator which provides a number of helper methods to generate keys. |
class |
NullKeyGenerator
A basic implementation of I18nKeyGenerator which essentially just returns the undecorated value,
and warns that no I18nKeyGenerator was set for the given object. |
Methods in info.magnolia.i18nsystem that return I18nKeyGenerator | ||
---|---|---|
protected
|
AbstractI18nKeyGenerator.getKeyGenerator(P obj)
Returns the I18nKeyGenerator s corresponding to the given object. |
|
protected
|
AbstractI18nKeyGenerator.getRootKeyGenerator(C obj)
Returns the I18nKeyGenerator s corresponding to the root object of the given object. |
|
protected static I18nKeyGenerator |
I18nKeyGeneratorFactory.newKeyGenerator(I18nable i18nable)
|
|
static
|
I18nKeyGeneratorFactory.newKeyGeneratorFor(T obj)
|
Methods in info.magnolia.i18nsystem that return types with arguments of type I18nKeyGenerator | ||
---|---|---|
protected
|
AbstractI18nKeyGenerator.getAncestorKeyGenerators(C obj)
Returns the I18nKeyGenerator s corresponding to the parent objects of the given object. |
Uses of I18nKeyGenerator in info.magnolia.i18nsystem.proxytoys |
---|
Methods in info.magnolia.i18nsystem.proxytoys with parameters of type I18nKeyGenerator | ||
---|---|---|
protected
|
ProxytoysI18nizer.newI18nTextMethodDecorator(I18nKeyGenerator<T> keyGen)
|
Constructors in info.magnolia.i18nsystem.proxytoys with parameters of type I18nKeyGenerator | |
---|---|
I18nTextMethodDecorator(TranslationService translationService,
LocaleProvider localeProvider,
I18nKeyGenerator keyGenerator)
|
Uses of I18nKeyGenerator in info.magnolia.i18nsystem.tools |
---|
Methods in info.magnolia.i18nsystem.tools with parameters of type I18nKeyGenerator | ||
---|---|---|
protected
|
ToolingProxytoysI18nizer.newI18nTextMethodDecorator(I18nKeyGenerator<T> keyGen)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |