Class AbstractThemeResolver
java.lang.Object
org.springframework.web.servlet.theme.AbstractThemeResolver
- All Implemented Interfaces:
ThemeResolver
- Direct Known Subclasses:
FixedThemeResolver
,SessionThemeResolver
@Deprecated(since="6.0")
public abstract class AbstractThemeResolver
extends Object
implements ThemeResolver
Deprecated.
as of 6.0 in favor of using CSS, without direct replacement
Abstract base class for
ThemeResolver
implementations.
Provides support for a default theme name.- Since:
- 17.06.2003
- Author:
- Juergen Hoeller, Jean-Pierre Pawlak
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Deprecated.Out-of-the-box value for the default theme name: "theme". -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Return the name of the default theme.void
setDefaultThemeName
(String defaultThemeName) Deprecated.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 Details
-
ORIGINAL_DEFAULT_THEME_NAME
Deprecated.Out-of-the-box value for the default theme name: "theme".- See Also:
-
-
Constructor Details
-
AbstractThemeResolver
public AbstractThemeResolver()Deprecated.
-
-
Method Details
-
setDefaultThemeName
Deprecated.Set the name of the default theme. Out-of-the-box value is "theme". -
getDefaultThemeName
Deprecated.Return the name of the default theme.
-