public class DefaultThemeManager extends Object implements ThemeManager
| Constructor and Description |
|---|
DefaultThemeManager(KeycloakSession session) |
| Modifier and Type | Method and Description |
|---|---|
Theme |
getTheme(String name,
Theme.Type type) |
Theme |
getTheme(Theme.Type type) |
Set<String> |
nameSet(Theme.Type type) |
public DefaultThemeManager(KeycloakSession session)
public Theme getTheme(Theme.Type type) throws IOException
getTheme in interface ThemeManagerIOExceptionpublic Theme getTheme(String name, Theme.Type type) throws IOException
getTheme in interface ThemeManagerIOExceptionpublic Set<String> nameSet(Theme.Type type)
nameSet in interface ThemeManagerCopyright © 2018 JBoss by Red Hat. All rights reserved.