public abstract class AbstractThemeResolver extends java.lang.Object implements ThemeResolver
ThemeResolver implementations.
Provides support for a default theme name.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ORIGINAL_DEFAULT_THEME_NAME
Out-of-the-box value for the default theme name: "theme".
|
| Constructor and Description |
|---|
AbstractThemeResolver() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDefaultThemeName()
Return the name of the default theme.
|
void |
setDefaultThemeName(java.lang.String defaultThemeName)
Set the name of the default theme.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitresolveThemeName, setThemeNamepublic static final java.lang.String ORIGINAL_DEFAULT_THEME_NAME