Uses of Class
de.espirit.firstspirit.webedit.plugin.translation.TranslationType
Packages that use TranslationType
-
Uses of TranslationType in de.espirit.firstspirit.webedit.plugin.translation
Fields in de.espirit.firstspirit.webedit.plugin.translation declared as TranslationTypeModifier and TypeFieldDescriptionstatic final TranslationType<String>TranslationType.TEXTSimple text content of type text/plain.static final TranslationType<String>TranslationType.XMLXML based content.Methods in de.espirit.firstspirit.webedit.plugin.translation with parameters of type TranslationTypeModifier and TypeMethodDescription<T> voidTranslationHost.register(@NotNull TranslationType<T> type, @NotNull TranslationHost.Translator<T> handler) Register a handler translating contents of the specified type.