Package | Description |
---|---|
org.keycloak.models | |
org.keycloak.theme |
Modifier and Type | Method and Description |
---|---|
Theme |
ThemeManager.getTheme(String name,
Theme.Type type)
Returns the specified theme for the specified type.
|
Theme |
ThemeManager.getTheme(Theme.Type type)
Returns the theme for the specified type.
|
Set<String> |
ThemeManager.nameSet(Theme.Type type)
Returns a set of all theme names for the specified type.
|
Modifier and Type | Field and Description |
---|---|
protected static Map<Theme.Type,Map<String,ClassLoaderTheme>> |
ClasspathThemeProviderFactory.themes |
Modifier and Type | Method and Description |
---|---|
Theme.Type |
Theme.getType() |
Theme.Type |
FolderTheme.getType() |
Theme.Type |
DefaultThemeManagerFactory.ThemeKey.getType() |
Theme.Type |
ClassLoaderTheme.getType() |
static Theme.Type |
Theme.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Theme.Type[] |
Theme.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Theme |
DefaultThemeManagerFactory.addCachedTheme(String name,
Theme.Type type,
Theme theme) |
static DefaultThemeManagerFactory.ThemeKey |
DefaultThemeManagerFactory.ThemeKey.get(String name,
Theme.Type type) |
Theme |
DefaultThemeManagerFactory.getCachedTheme(String name,
Theme.Type type) |
Theme |
ThemeProvider.getTheme(String name,
Theme.Type type) |
Theme |
FolderThemeProvider.getTheme(String name,
Theme.Type type) |
Theme |
DefaultThemeManager.getTheme(String name,
Theme.Type type) |
Theme |
ClasspathThemeProvider.getTheme(String name,
Theme.Type type) |
Theme |
DefaultThemeManager.getTheme(Theme.Type type) |
String |
ThemeSelectorProvider.getThemeName(Theme.Type type)
Return the theme name to use for the specified type
|
String |
DefaultThemeSelectorProvider.getThemeName(Theme.Type type) |
boolean |
ThemeProvider.hasTheme(String name,
Theme.Type type) |
boolean |
FolderThemeProvider.hasTheme(String name,
Theme.Type type) |
boolean |
ClasspathThemeProvider.hasTheme(String name,
Theme.Type type) |
void |
ClassLoaderTheme.init(String name,
Theme.Type type,
ClassLoader classLoader) |
Set<String> |
ThemeProvider.nameSet(Theme.Type type) |
Set<String> |
FolderThemeProvider.nameSet(Theme.Type type) |
Set<String> |
DefaultThemeManager.nameSet(Theme.Type type) |
Set<String> |
ClasspathThemeProvider.nameSet(Theme.Type type) |
void |
DefaultThemeManagerFactory.ThemeKey.setType(Theme.Type type) |
Constructor and Description |
---|
ClassLoaderTheme(String name,
Theme.Type type,
ClassLoader classLoader) |
FolderTheme(File themeDir,
String name,
Theme.Type type) |
Constructor and Description |
---|
ClasspathThemeProvider(Map<Theme.Type,Map<String,ClassLoaderTheme>> themes) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.