public class DefaultKeycloakThemeProvider extends Object implements ThemeProvider
Modifier and Type | Field and Description |
---|---|
static String |
BASE |
static String |
KEYCLOAK |
static String |
PATTERNFLY |
Constructor and Description |
---|
DefaultKeycloakThemeProvider() |
Modifier and Type | Method and Description |
---|---|
void |
close() |
int |
getProviderPriority() |
Theme |
getTheme(String name,
Theme.Type type) |
boolean |
hasTheme(String name,
Theme.Type type) |
Set<String> |
nameSet(Theme.Type type) |
public static final String BASE
public static final String PATTERNFLY
public static final String KEYCLOAK
public int getProviderPriority()
getProviderPriority
in interface ThemeProvider
public Theme getTheme(String name, Theme.Type type) throws IOException
getTheme
in interface ThemeProvider
IOException
public Set<String> nameSet(Theme.Type type)
nameSet
in interface ThemeProvider
public boolean hasTheme(String name, Theme.Type type)
hasTheme
in interface ThemeProvider
Copyright © 2014. All Rights Reserved.