Uses of Interface
info.magnolia.i18nsystem.I18nKeyGenerator

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
<P> I18nKeyGenerator<P>
AbstractI18nKeyGenerator.getKeyGenerator(P obj)
          Returns the I18nKeyGenerators corresponding to the given object.
protected
<C> I18nKeyGenerator
AbstractI18nKeyGenerator.getRootKeyGenerator(C obj)
          Returns the I18nKeyGenerators corresponding to the root object of the given object.
protected static I18nKeyGenerator I18nKeyGeneratorFactory.newKeyGenerator(I18nable i18nable)
           
static
<T> I18nKeyGenerator<T>
I18nKeyGeneratorFactory.newKeyGeneratorFor(T obj)
           
 

Methods in info.magnolia.i18nsystem that return types with arguments of type I18nKeyGenerator
protected
<C> List<I18nKeyGenerator>
AbstractI18nKeyGenerator.getAncestorKeyGenerators(C obj)
          Returns the I18nKeyGenerators 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
<T> I18nTextMethodDecorator<T>
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
<T> I18nTextMethodDecorator<T>
ToolingProxytoysI18nizer.newI18nTextMethodDecorator(I18nKeyGenerator<T> keyGen)
           
 



Copyright © 2003-2014 Magnolia International Ltd.. All Rights Reserved.