public interface ThemeManager
Modifier and Type | Method and Description |
---|---|
void |
clearCache() |
Theme |
getTheme(String name,
Theme.Type type)
Returns the specified theme for the specified type.
|
Theme |
getTheme(Theme.Type type)
Returns the theme for the specified type.
|
boolean |
isCacheEnabled() |
Set<String> |
nameSet(Theme.Type type)
Returns a set of all theme names for the specified type.
|
Theme getTheme(Theme.Type type) throws IOException
type
- IOException
Theme getTheme(String name, Theme.Type type) throws IOException
name
- type
- IOException
Set<String> nameSet(Theme.Type type)
type
- boolean isCacheEnabled()
void clearCache()
Copyright © 2021 JBoss by Red Hat. All rights reserved.