Skip navigation links
A B C D F G H I K L M N P R S T 

A

AbstractI18nKeyGenerator<T> - Class in info.magnolia.i18nsystem
Abstract implementation of I18nKeyGenerator which provides a number of helper methods to generate keys.
AbstractI18nKeyGenerator() - Constructor for class info.magnolia.i18nsystem.AbstractI18nKeyGenerator
 
AbstractRemoveHardcodedI18nPropertiesTask - Class in info.magnolia.i18nsystem.setup
Removes some well-known deprecated i18n properties whose keys are now generated via the I18nizer mechanism.
AbstractRemoveHardcodedI18nPropertiesTask(String, String) - Constructor for class info.magnolia.i18nsystem.setup.AbstractRemoveHardcodedI18nPropertiesTask
 
AbstractRemoveHardcodedI18nPropertiesTask(String, String, List<String>) - Constructor for class info.magnolia.i18nsystem.setup.AbstractRemoveHardcodedI18nPropertiesTask
 
addKey(List<String>, boolean, String...) - Method in class info.magnolia.i18nsystem.AbstractI18nKeyGenerator
Adds a key to the given list; if the last part is "label", adds another key without it.
addKey(List<String>, String...) - Method in class info.magnolia.i18nsystem.AbstractI18nKeyGenerator
 
AddKeyToNewBundle(Locale, String, String) - Constructor for class info.magnolia.i18nsystem.tools.GeneratorResult.AddKeyToNewBundle
 
AddUntranslatedKeyToNewBundle(Locale, String) - Constructor for class info.magnolia.i18nsystem.tools.GeneratorResult.AddUntranslatedKeyToNewBundle
 
annotationIsPresentInGenericSignature(Class<? extends Annotation>) - Static method in class info.magnolia.i18nsystem.bytebudddy.AnyTypeInGenericSignatureMatcher
Convenience API which produces a matcher that searches for a specified annotation.
annotationIsPresentInHierarchy(Class<? extends Annotation>) - Static method in class info.magnolia.i18nsystem.bytebudddy.MethodOrSuperMethodMatcher
Convenience API which looks for method annotations in type hierarchy.
annotationIsPresentInTypeHierarchy(Class<? extends Annotation>) - Static method in class info.magnolia.i18nsystem.bytebudddy.AnyTypeInHierarchyMatcher
Convenience API that constructs a matcher which searches for a specific annotation declared on a type or any of its super-types/interfaces.
AnnotationUtils - Class in info.magnolia.i18nsystem.util
Utility methods to retrieve annotations.
AnnotationUtils() - Constructor for class info.magnolia.i18nsystem.util.AnnotationUtils
 
AnyTypeInGenericSignatureMatcher<T extends net.bytebuddy.description.type.TypeDescription.Generic> - Class in info.magnolia.i18nsystem.bytebudddy
Applies a matcher to all the types involved into the generic signature of some class, which includes the class itself and all the generic parameters defined for it.
AnyTypeInGenericSignatureMatcher(ElementMatcher<? super TypeDescription>) - Constructor for class info.magnolia.i18nsystem.bytebudddy.AnyTypeInGenericSignatureMatcher
 
AnyTypeInHierarchyMatcher<T extends net.bytebuddy.description.type.TypeDescription> - Class in info.magnolia.i18nsystem.bytebudddy
Macro-matcher which evaluates a delegate matcher against the whole type hierarchy of a specified class.
AnyTypeInHierarchyMatcher(ElementMatcher<? super TypeDescription>) - Constructor for class info.magnolia.i18nsystem.bytebudddy.AnyTypeInHierarchyMatcher
 
apply(Method) - Method in class info.magnolia.i18nsystem.proxytoys.MethodsAnnotatedWith
Deprecated.
 
apply(Method) - Method in class info.magnolia.i18nsystem.proxytoys.ReturnsAnnotatedTypeArgument
Deprecated.
 

B

beforeMethodStarts(T, Method, Object[]) - Method in class info.magnolia.i18nsystem.proxytoys.FilteringMethodDecorator
Deprecated.
 
ByteBuddyI18nizer - Class in info.magnolia.i18nsystem.bytebudddy
I18nizer implementation based on ByteBuddy framework.
ByteBuddyI18nizer(TranslationService, Provider<Context>) - Constructor for class info.magnolia.i18nsystem.bytebudddy.ByteBuddyI18nizer
 
ByteBuddyI18nizer.DefaultInterceptor<T> - Class in info.magnolia.i18nsystem.bytebudddy
Catch-all interceptor which merely dispatches all the calls to the wrapped object.
ByteBuddyI18nizer.DelegateResolver<T> - Interface in info.magnolia.i18nsystem.bytebudddy
Mixin interface which makes it easier for the i18n proxy to expose the object that it wraps.
ByteBuddyI18nizer.I18NableGetterInterceptor<T> - Class in info.magnolia.i18nsystem.bytebudddy
Handles the getters which return i18n-annotated types.
ByteBuddyI18nizer.I18NTextAnnotatedGetterInterceptor<T> - Class in info.magnolia.i18nsystem.bytebudddy
Handles the getters annotated with I18nText.

C

ContextLocaleProvider - Class in info.magnolia.i18nsystem
A default implementation of LocaleProvider which uses Context.getLocale() to provide the current Locale.
ContextLocaleProvider(Context) - Constructor for class info.magnolia.i18nsystem.ContextLocaleProvider
 

D

decorate(C) - Method in class info.magnolia.i18nsystem.bytebudddy.ByteBuddyI18nizer
 
decorate(Method, ByteBuddyI18nizer.DelegateResolver<T>, T) - Method in class info.magnolia.i18nsystem.bytebudddy.ByteBuddyI18nizer.I18NableGetterInterceptor
 
decorate(C) - Method in interface info.magnolia.i18nsystem.I18nizer
 
decorate(String, T, Method) - Method in class info.magnolia.i18nsystem.proxytoys.I18nTextMethodDecorator
Deprecated.
 
decorate(C) - Method in class info.magnolia.i18nsystem.proxytoys.ProxytoysI18nizer
Deprecated.
 
decorateChild(C, P) - Method in class info.magnolia.i18nsystem.proxytoys.ProxytoysI18nizer
Deprecated.
 
decorateI18nTextMethods(T, Class<T>, Class...) - Method in class info.magnolia.i18nsystem.proxytoys.ProxytoysI18nizer
Deprecated.
 
decorateI18nTextMethods(T, Class<T>, Class[], Decorator<T>) - Method in class info.magnolia.i18nsystem.proxytoys.ProxytoysI18nizer
Deprecated.
 
decorateInvocationException(T, Method, Object[], Exception) - Method in class info.magnolia.i18nsystem.proxytoys.FilteringMethodDecorator
Deprecated.
 
decorateResult(T, Method, Object[], Object) - Method in class info.magnolia.i18nsystem.proxytoys.FilteringMethodDecorator
Deprecated.
 
decorateResult(T, Method, Object[], Object) - Method in class info.magnolia.i18nsystem.proxytoys.I18nTextMethodDecorator
Deprecated.
 
decorateTargetException(T, Method, Object[], Throwable) - Method in class info.magnolia.i18nsystem.proxytoys.FilteringMethodDecorator
Deprecated.
 
DefaultInterceptor() - Constructor for class info.magnolia.i18nsystem.bytebudddy.ByteBuddyI18nizer.DefaultInterceptor
 
DefaultMessageBundlesLoader - Class in info.magnolia.i18nsystem
Loads global message bundles from "^/[^/]+/i18n/" and .
DefaultMessageBundlesLoader(ResourceOrigin) - Constructor for class info.magnolia.i18nsystem.DefaultMessageBundlesLoader
 
DefaultMessageBundlesLoader() - Constructor for class info.magnolia.i18nsystem.DefaultMessageBundlesLoader
DEPRECATED_I18N_PROPERTIES - Static variable in class info.magnolia.i18nsystem.setup.AbstractRemoveHardcodedI18nPropertiesTask
 
DIRECTORY_PREDICATE - Static variable in class info.magnolia.i18nsystem.DefaultMessageBundlesLoader
 
doExecute(InstallContext) - Method in class info.magnolia.i18nsystem.setup.AbstractRemoveHardcodedI18nPropertiesTask
 
doMatch(T, TypeDescription.Generic) - Method in class info.magnolia.i18nsystem.bytebudddy.MethodOrSuperMethodMatcher
 

F

fieldOrGetterName(AnnotatedElement) - Method in class info.magnolia.i18nsystem.AbstractI18nKeyGenerator
Returns the name of the field or method passed to I18nKeyGenerator#keysFor(String, T, java.lang.reflect.AnnotatedElement).
FIELDS - Static variable in class info.magnolia.i18nsystem.AbstractI18nKeyGenerator
 
FilteringMethodDecorator<T> - Class in info.magnolia.i18nsystem.proxytoys
Deprecated.
since 6.1. Use #ByteBuddyI18nizer.
FilteringMethodDecorator(Decorator<T>, Predicate<Method>) - Constructor for class info.magnolia.i18nsystem.proxytoys.FilteringMethodDecorator
Deprecated.
 
FixedLocaleProvider - Class in info.magnolia.i18nsystem
A LocaleProvider provider that simply returns the Locale it was passed in its constructor.
FixedLocaleProvider(Locale) - Constructor for class info.magnolia.i18nsystem.FixedLocaleProvider
 
format(String, Locale, Object...) - Static method in class info.magnolia.i18nsystem.util.MessageFormatterUtils
 
format(String, Object...) - Static method in class info.magnolia.i18nsystem.util.MessageFormatterUtils
 

G

generateFor(Locale, Object) - Method in class info.magnolia.i18nsystem.tools.GenerateTranslationFilesImpl
 
GenerateTranslationFilesImpl - Class in info.magnolia.i18nsystem.tools
THIS IS A PROTOTYPE.
GenerateTranslationFilesImpl() - Constructor for class info.magnolia.i18nsystem.tools.GenerateTranslationFilesImpl
 
GeneratorResult - Interface in info.magnolia.i18nsystem.tools
Represents a "to-do" for translations.
GeneratorResult.AddKeyToNewBundle - Class in info.magnolia.i18nsystem.tools
A new key with a known text needs to be added.
GeneratorResult.AddUntranslatedKeyToNewBundle - Class in info.magnolia.i18nsystem.tools
A new key needs to be added and translated.
GeneratorResult.RemoveKeyFromLegacyBundle - Class in info.magnolia.i18nsystem.tools
A key needs to be removed from a bundle.
GeneratorResults - Class in info.magnolia.i18nsystem.tools
Holds a list of GeneratorResults for a given Locale.
GenericsUtils - Class in info.magnolia.i18nsystem.util
Utility methods to work with generics.
GenericsUtils() - Constructor for class info.magnolia.i18nsystem.util.GenericsUtils
 
get() - Method in class info.magnolia.i18nsystem.LocaleProvider
 
getActions() - Method in class info.magnolia.i18nsystem.tools.GeneratorResults
 
getAllAnnotationsOfType(Class, Class<A>) - Static method in class info.magnolia.i18nsystem.util.AnnotationUtils
 
getAncestorKeyGenerators(C) - Method in class info.magnolia.i18nsystem.AbstractI18nKeyGenerator
Returns the I18nKeyGenerators corresponding to the parent objects of the given object.
getAncestors(C) - Method in class info.magnolia.i18nsystem.AbstractI18nKeyGenerator
Returns the list of parent objects as set via the I18nParentable interface when the object was decorated by I18nizer.
getAnnotationOn(Class, Class<A>) - Static method in class info.magnolia.i18nsystem.util.AnnotationUtils
 
getAppRelativePaths() - Method in class info.magnolia.i18nsystem.setup.AbstractRemoveHardcodedI18nPropertiesTask
Subclasses will need to implement this abstract method to provide the paths relative to the module name under which one wants to remove such properties.
getAppRelativePaths() - Method in class info.magnolia.i18nsystem.setup.RemoveHardcodedI18nPropertiesFromDialogsTask
 
getAppRelativePaths() - Method in class info.magnolia.i18nsystem.setup.RemoveHardcodedI18nPropertiesFromSubappsTask
 
getGenericParameterType(ParameterizedType) - Static method in class info.magnolia.i18nsystem.util.GenericsUtils
 
getGenericTypeOfReturnType(Method) - Static method in class info.magnolia.i18nsystem.util.GenericsUtils
Gets the generic parameter of the return type of the given method.
getI18nContextParent() - Method in interface info.magnolia.i18nsystem.I18nParentable
 
getI18nContextParent() - Method in class info.magnolia.i18nsystem.proxytoys.I18nParentableImpl
Deprecated.
 
getIdOrNameForUnknownRoot(Object, boolean) - Method in class info.magnolia.i18nsystem.AbstractI18nKeyGenerator
Will try to call either getId() or getName() on a root object of unknown type.
getIdOrNameForUnknownRoot(Object) - Method in class info.magnolia.i18nsystem.AbstractI18nKeyGenerator
 
getIdWithoutModuleName(String) - Method in class info.magnolia.i18nsystem.AbstractI18nKeyGenerator
 
getKeyGenerator(P) - Method in class info.magnolia.i18nsystem.AbstractI18nKeyGenerator
Returns the I18nKeyGenerators corresponding to the given object.
getLegacyMessage(Locale, String, String[]) - Method in class info.magnolia.i18nsystem.tools.ToolingProxytoysI18nizer
 
getLocale() - Method in class info.magnolia.i18nsystem.ContextLocaleProvider
 
getLocale() - Method in class info.magnolia.i18nsystem.FixedLocaleProvider
 
getLocale() - Method in class info.magnolia.i18nsystem.LocaleProvider
 
getLocale() - Method in class info.magnolia.i18nsystem.tools.GeneratorResults
 
getModuleName(String) - Method in class info.magnolia.i18nsystem.AbstractI18nKeyGenerator
 
getParentViaCast(C) - Method in class info.magnolia.i18nsystem.AbstractI18nKeyGenerator
Returns the parent object that was set via the I18nParentable interface when the object was decorated by I18nizer.
getProxyDelegate() - Method in interface info.magnolia.i18nsystem.bytebudddy.ByteBuddyI18nizer.DelegateResolver
 
getRoot(C) - Method in class info.magnolia.i18nsystem.AbstractI18nKeyGenerator
Returns the root object that of the I18nParentable hierarchy.
getRootKeyGenerator(C) - Method in class info.magnolia.i18nsystem.AbstractI18nKeyGenerator
Returns the I18nKeyGenerators corresponding to the root object of the given object.

H

handleUnknownKey(Locale, String, String[]) - Method in class info.magnolia.i18nsystem.TranslationServiceImpl
 
hasAnnotationOn(AnnotatedElement, Class<? extends Annotation>) - Static method in class info.magnolia.i18nsystem.util.AnnotationUtils
 

I

I18nable - Annotation Type in info.magnolia.i18nsystem
This annotation marks objects as internationalizable.
I18NableGetterInterceptor(BiFunction<Object, T, Object>) - Constructor for class info.magnolia.i18nsystem.bytebudddy.ByteBuddyI18nizer.I18NableGetterInterceptor
 
I18nizer - Interface in info.magnolia.i18nsystem
Internationalizes any given object.
I18nKeyGenerator<T> - Interface in info.magnolia.i18nsystem
An I18nKeyGenerator is responsible for deriving i18n keys for any given instance of T.
I18nKeyGeneratorFactory - Class in info.magnolia.i18nsystem
Provides I18nKeyGenerator for object annotated with I18nable.
I18nKeyGeneratorFactory() - Constructor for class info.magnolia.i18nsystem.I18nKeyGeneratorFactory
 
I18nModule - Class in info.magnolia.i18nsystem.module
Module config class.
I18nModule() - Constructor for class info.magnolia.i18nsystem.module.I18nModule
 
I18nParentable<P> - Interface in info.magnolia.i18nsystem
This interface should not need to be implemented.
I18nParentableImpl<P> - Class in info.magnolia.i18nsystem.proxytoys
Deprecated.
since 6.1. Use #ByteBuddyI18nizer.
I18nParentableImpl(P) - Constructor for class info.magnolia.i18nsystem.proxytoys.I18nParentableImpl
Deprecated.
 
I18nText - Annotation Type in info.magnolia.i18nsystem
This annotation marks method that return text which should be translated.
I18NTextAnnotatedGetterInterceptor(TranslationService, I18nKeyGenerator<T>) - Constructor for class info.magnolia.i18nsystem.bytebudddy.ByteBuddyI18nizer.I18NTextAnnotatedGetterInterceptor
 
i18nTextMethod(Method, ByteBuddyI18nizer.DelegateResolver<T>, T) - Method in class info.magnolia.i18nsystem.bytebudddy.ByteBuddyI18nizer.I18NTextAnnotatedGetterInterceptor
 
I18nTextMethodDecorator<T> - Class in info.magnolia.i18nsystem.proxytoys
Deprecated.
since 6.1. Use #ByteBuddyI18nizer.
I18nTextMethodDecorator(TranslationService, LocaleProvider, I18nKeyGenerator) - Constructor for class info.magnolia.i18nsystem.proxytoys.I18nTextMethodDecorator
Deprecated.
 
info.magnolia.i18nsystem - package info.magnolia.i18nsystem
 
info.magnolia.i18nsystem.bytebudddy - package info.magnolia.i18nsystem.bytebudddy
 
info.magnolia.i18nsystem.module - package info.magnolia.i18nsystem.module
 
info.magnolia.i18nsystem.proxytoys - package info.magnolia.i18nsystem.proxytoys
 
info.magnolia.i18nsystem.setup - package info.magnolia.i18nsystem.setup
 
info.magnolia.i18nsystem.tools - package info.magnolia.i18nsystem.tools
 
info.magnolia.i18nsystem.util - package info.magnolia.i18nsystem.util
 
injectParentableInterface(Class<? extends T>, T, P) - Method in class info.magnolia.i18nsystem.proxytoys.ProxytoysI18nizer
Deprecated.
 
intercept(ByteBuddyI18nizer.DelegateResolver<T>, Method, Object[]) - Method in class info.magnolia.i18nsystem.bytebudddy.ByteBuddyI18nizer.DefaultInterceptor
 
interceptGetters(T, Class<T>) - Method in class info.magnolia.i18nsystem.proxytoys.ProxytoysI18nizer
Deprecated.
 
isDebug() - Method in class info.magnolia.i18nsystem.module.I18nModule
 
isProxied(Class<?>) - Method in class info.magnolia.i18nsystem.proxytoys.ProxytoysI18nizer
Deprecated.
 
isValidLocale(Locale) - Static method in class info.magnolia.i18nsystem.util.LocaleUtils
 

K

keyify(String...) - Method in class info.magnolia.i18nsystem.AbstractI18nKeyGenerator
Makes up a key from the given parts.
keyify(String) - Method in class info.magnolia.i18nsystem.AbstractI18nKeyGenerator
Replaces the characters like ':' or '/' with dots to create i18n key.
keysFor(String, T, AnnotatedElement) - Method in class info.magnolia.i18nsystem.AbstractI18nKeyGenerator
keysFor(List<String>, T, AnnotatedElement) - Method in class info.magnolia.i18nsystem.AbstractI18nKeyGenerator
 
keysFor(String, T, AnnotatedElement) - Method in interface info.magnolia.i18nsystem.I18nKeyGenerator
Generates the possible keys for the given object's annotated element.
keysFor(String, Object, AnnotatedElement) - Method in class info.magnolia.i18nsystem.NullKeyGenerator
 

L

LocaleProvider - Class in info.magnolia.i18nsystem
Provides a Locale to the TranslationService.
LocaleProvider() - Constructor for class info.magnolia.i18nsystem.LocaleProvider
 
LocaleUtils - Class in info.magnolia.i18nsystem.util
Utility methods to work with Locale objects.
LocaleUtils() - Constructor for class info.magnolia.i18nsystem.util.LocaleUtils
 

M

matches(T) - Method in class info.magnolia.i18nsystem.bytebudddy.AnyTypeInGenericSignatureMatcher
 
matches(T) - Method in class info.magnolia.i18nsystem.bytebudddy.AnyTypeInHierarchyMatcher
 
matches(T) - Method in class info.magnolia.i18nsystem.bytebudddy.MethodOrSuperMethodMatcher
 
messageBundleNameFor(T) - Method in class info.magnolia.i18nsystem.AbstractI18nKeyGenerator
Deprecated.
since 5.4.5. Will be removed in a future version.
messageBundleNameFor(T) - Method in interface info.magnolia.i18nsystem.I18nKeyGenerator
Deprecated.
since 5.4.5. Will be removed in a future version
messageBundleNameFor(Object) - Method in class info.magnolia.i18nsystem.NullKeyGenerator
 
MessageFormatterUtils - Class in info.magnolia.i18nsystem.util
Utility methods for message formatting.
MessageFormatterUtils() - Constructor for class info.magnolia.i18nsystem.util.MessageFormatterUtils
 
MethodOrSuperMethodMatcher<T extends net.bytebuddy.description.method.MethodDescription> - Class in info.magnolia.i18nsystem.bytebudddy
Evaluates a delegate matcher against methods of a specified type and all their super-methods in parent classes.
MethodOrSuperMethodMatcher(ElementMatcher<? super MethodDescription>) - Constructor for class info.magnolia.i18nsystem.bytebudddy.MethodOrSuperMethodMatcher
 
MethodsAnnotatedWith - Class in info.magnolia.i18nsystem.proxytoys
Deprecated.
since 6.1. Use #ByteBuddyI18nizer.
MethodsAnnotatedWith(Class<? extends Annotation>) - Constructor for class info.magnolia.i18nsystem.proxytoys.MethodsAnnotatedWith
Deprecated.
 
MGNL_I18N_PATH - Static variable in class info.magnolia.i18nsystem.DefaultMessageBundlesLoader
 
MGNL_I18N_PROPERTIES - Static variable in class info.magnolia.i18nsystem.DefaultMessageBundlesLoader
 

N

newI18nTextMethodDecorator(I18nKeyGenerator<T>) - Method in class info.magnolia.i18nsystem.proxytoys.ProxytoysI18nizer
Deprecated.
 
newI18nTextMethodDecorator(I18nKeyGenerator<T>) - Method in class info.magnolia.i18nsystem.tools.ToolingProxytoysI18nizer
 
newKeyGenerator(I18nable) - Static method in class info.magnolia.i18nsystem.I18nKeyGeneratorFactory
 
newKeyGeneratorFor(T) - Static method in class info.magnolia.i18nsystem.I18nKeyGeneratorFactory
 
newKeyGeneratorFor(Class<T>) - Static method in class info.magnolia.i18nsystem.I18nKeyGeneratorFactory
 
NO_FALLBACK - Static variable in annotation type info.magnolia.i18nsystem.I18nText
Without I18nText.fallback() explicitly specified, TranslationServiceImpl use the longest i18n key if translation key is not found as fallback.
NullKeyGenerator - Class in info.magnolia.i18nsystem
A basic implementation of I18nKeyGenerator which essentially just returns the undecorated value, and warns that no I18nKeyGenerator was set for the given object.
NullKeyGenerator() - Constructor for class info.magnolia.i18nsystem.NullKeyGenerator
 

P

parseFromFilename(String, Locale) - Static method in class info.magnolia.i18nsystem.util.LocaleUtils
 
ProxytoysI18nizer - Class in info.magnolia.i18nsystem.proxytoys
Deprecated.
since 6.1. Use #ByteBuddyI18nizer.
ProxytoysI18nizer(TranslationService, LocaleProvider) - Constructor for class info.magnolia.i18nsystem.proxytoys.ProxytoysI18nizer
Deprecated.
 

R

reloadMessageBundles() - Method in interface info.magnolia.i18nsystem.TranslationService
Deprecated.
since 5.5.2. DefaultMessageBundlesLoader is responsible for reloading message bundles.
reloadMessageBundles() - Method in class info.magnolia.i18nsystem.TranslationServiceImpl
Deprecated.
since 5.5.2. Reload message bundles in DefaultMessageBundlesLoader directly.
RemoveHardcodedI18nPropertiesFromDialogsTask - Class in info.magnolia.i18nsystem.setup
Removes deprecated i18n properties from all dialogs under this app.
RemoveHardcodedI18nPropertiesFromDialogsTask(String) - Constructor for class info.magnolia.i18nsystem.setup.RemoveHardcodedI18nPropertiesFromDialogsTask
 
RemoveHardcodedI18nPropertiesFromSubappsTask - Class in info.magnolia.i18nsystem.setup
Removes deprecated i18n properties from all subapps under this app.
RemoveHardcodedI18nPropertiesFromSubappsTask(String) - Constructor for class info.magnolia.i18nsystem.setup.RemoveHardcodedI18nPropertiesFromSubappsTask
 
RemoveKeyFromLegacyBundle(String, String, String) - Constructor for class info.magnolia.i18nsystem.tools.GeneratorResult.RemoveKeyFromLegacyBundle
 
replaceColons(String) - Method in class info.magnolia.i18nsystem.AbstractI18nKeyGenerator
 
resolveLocale(String) - Method in class info.magnolia.i18nsystem.DefaultMessageBundlesLoader
 
resolveMessageBundleNameUpwards(Object) - Method in class info.magnolia.i18nsystem.AbstractI18nKeyGenerator
Deprecated.
since 5.4.5. Will be removed in a future version.
RESOURCE_PREDICATE - Static variable in class info.magnolia.i18nsystem.DefaultMessageBundlesLoader
 
ReturnsAnnotatedTypeArgument - Class in info.magnolia.i18nsystem.proxytoys
Deprecated.
since 6.1. Use #ByteBuddyI18nizer.
ReturnsAnnotatedTypeArgument(Class<? extends Annotation>) - Constructor for class info.magnolia.i18nsystem.proxytoys.ReturnsAnnotatedTypeArgument
Deprecated.
 

S

setDebug(boolean) - Method in class info.magnolia.i18nsystem.module.I18nModule
 
setupMessageBundles() - Method in class info.magnolia.i18nsystem.TranslationServiceImpl
Deprecated.
SimpleTranslator - Class in info.magnolia.i18nsystem
A convenience component around TranslationService and LocaleProvider for getting messages based on a single, well-known, key.
SimpleTranslator(TranslationService, LocaleProvider) - Constructor for class info.magnolia.i18nsystem.SimpleTranslator
 

T

ToolingProxytoysI18nizer - Class in info.magnolia.i18nsystem.tools
A I18nizer which keeps track of translation attempts and figures out new/replacement keys (for example if a configured key exists, it can suggest to remove the configuration and replace the key with a generated one).
ToolingProxytoysI18nizer(TranslationService, LocaleProvider) - Constructor for class info.magnolia.i18nsystem.tools.ToolingProxytoysI18nizer
 
ToolingProxytoysI18nizer(GeneratorResults, Locale, TranslationService) - Constructor for class info.magnolia.i18nsystem.tools.ToolingProxytoysI18nizer
For manual invocations - see GenerateTranslationFilesImpl.
translate(String, Object...) - Method in class info.magnolia.i18nsystem.SimpleTranslator
 
translate(LocaleProvider, String[]) - Method in interface info.magnolia.i18nsystem.TranslationService
 
translate(LocaleProvider, String[], String) - Method in interface info.magnolia.i18nsystem.TranslationService
 
translate(LocaleProvider, String, String[]) - Method in interface info.magnolia.i18nsystem.TranslationService
Deprecated.
since 5.1. Should not be using a basename. Currently in use for backwards compatibility.
translate(LocaleProvider, String[]) - Method in class info.magnolia.i18nsystem.TranslationServiceImpl
 
translate(LocaleProvider, String[], String) - Method in class info.magnolia.i18nsystem.TranslationServiceImpl
 
translate(LocaleProvider, String, String[]) - Method in class info.magnolia.i18nsystem.TranslationServiceImpl
 
TranslationService - Interface in info.magnolia.i18nsystem
The TranslationService is responsible for getting translated text corresponding to the given Locale, basename and keys.
TranslationServiceImpl - Class in info.magnolia.i18nsystem
A TranslationService which relies on a "global" message bundle, as loaded per DefaultMessageBundlesLoader.
TranslationServiceImpl(Provider<I18nModule>, Provider<DefaultMessageBundlesLoader>) - Constructor for class info.magnolia.i18nsystem.TranslationServiceImpl
 
TranslationServiceImpl(Provider<I18nModule>, ComponentProvider, ResourceOrigin, EventBus) - Constructor for class info.magnolia.i18nsystem.TranslationServiceImpl
Deprecated.
since 5.5.2. Use #TranslationServiceImpl(javax.inject.Provider, javax.inject.Provider) instead.
TranslationServiceImpl(Provider<I18nModule>) - Constructor for class info.magnolia.i18nsystem.TranslationServiceImpl
Deprecated.
since 5.4.5. Use #TranslationServiceImpl(javax.inject.Provider, javax.inject.Provider) instead.
TranslationServiceImpl() - Constructor for class info.magnolia.i18nsystem.TranslationServiceImpl
Deprecated.
since 5.4.4. Use #TranslationServiceImpl(javax.inject.Provider, javax.inject.Provider) instead.
A B C D F G H I K L M N P R S T 
Skip navigation links

Copyright © 2003–2021 Magnolia International Ltd.. All rights reserved.