public abstract class AbstractThemeResolver extends Object implements ThemeResolver
ThemeResolver
implementations.
Provides support for a default theme name.Modifier and Type | Field and Description |
---|---|
static 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 |
---|---|
String |
getDefaultThemeName()
Return the name of the default theme.
|
void |
setDefaultThemeName(String defaultThemeName)
Set the name of the default theme.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
resolveThemeName, setThemeName
public static final String ORIGINAL_DEFAULT_THEME_NAME