|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.web.servlet.theme.AbstractThemeResolver
public abstract class AbstractThemeResolver
Abstract base class for ThemeResolver
implementations.
Provides support for a default theme name.
Field Summary | |
---|---|
static java.lang.String |
ORIGINAL_DEFAULT_THEME_NAME
Out-of-the-box value for the default theme name: "theme". |
Constructor Summary | |
---|---|
AbstractThemeResolver()
|
Method Summary | |
---|---|
java.lang.String |
getDefaultThemeName()
Return the name of the default theme. |
void |
setDefaultThemeName(java.lang.String defaultThemeName)
Set the name of the default theme. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.springframework.web.servlet.ThemeResolver |
---|
resolveThemeName, setThemeName |
Field Detail |
---|
public static final java.lang.String ORIGINAL_DEFAULT_THEME_NAME
Constructor Detail |
---|
public AbstractThemeResolver()
Method Detail |
---|
public void setDefaultThemeName(java.lang.String defaultThemeName)
public java.lang.String getDefaultThemeName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |