public interface Theme
Modifier and Type | Field and Description |
---|---|
static String |
THEME_KEY
Internal key to manage the configured theme for the user.
|
Modifier and Type | Method and Description |
---|---|
String |
getDisplayName() |
List<Theme> |
getFallbackList() |
String |
getName() |
ThemeScript[] |
getScriptResources(boolean production) |
ThemeStyle[] |
getStyleResources(boolean production) |
String |
getTagAttributeDefault(Tags tag,
String attribute) |
String |
getVersion() |
static final String THEME_KEY
String getName()
String getDisplayName()
ThemeScript[] getScriptResources(boolean production)
ThemeStyle[] getStyleResources(boolean production)
String getVersion()
Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.