Uses of Class
org.uberfire.ext.plugin.model.Language
-
Packages that use Language Package Description org.uberfire.ext.plugin.model -
-
Uses of Language in org.uberfire.ext.plugin.model
Methods in org.uberfire.ext.plugin.model that return Language Modifier and Type Method Description LanguagePluginSimpleContent. getLanguage()static LanguageLanguage. valueOf(String name)Returns the enum constant of this type with the specified name.static Language[]Language. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.uberfire.ext.plugin.model with parameters of type Language Constructor Description PluginContent(String name, PluginType type, org.uberfire.backend.vfs.Path path, String template, String css, Map<CodeType,String> codeMap, Set<Framework> frameworks, Language language, Set<Media> mediaLibrary)PluginSimpleContent(String name, PluginType type, org.uberfire.backend.vfs.Path path, String template, String css, Map<CodeType,String> codeMap, Set<Framework> frameworks, Language language)PluginSimpleContent(PluginSimpleContent pluginContent, String template, String css, Map<CodeType,String> codeMap, Collection<Framework> frameworks, Language language)
-