public abstract class

AbstractThemeResolver

extends Object
implements ThemeResolver
java.lang.Object
   ↳ org.springframework.web.servlet.theme.AbstractThemeResolver
Known Direct Subclasses

Class Overview

Abstract base class for ThemeResolver implementations. Provides support for a default theme name.

Summary

Constants
String ORIGINAL_DEFAULT_THEME_NAME Out-of-the-box value for the default theme name: "theme".
Public Constructors
AbstractThemeResolver()
Public Methods
String getDefaultThemeName()
Return the name of the default theme.
void setDefaultThemeName(String defaultThemeName)
Set the name of the default theme.
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.springframework.web.servlet.ThemeResolver

Constants

public static final String ORIGINAL_DEFAULT_THEME_NAME

Out-of-the-box value for the default theme name: "theme".

Constant Value: "theme"

Public Constructors

public AbstractThemeResolver ()

Public Methods

public String getDefaultThemeName ()

Return the name of the default theme.

public void setDefaultThemeName (String defaultThemeName)

Set the name of the default theme. Out-of-the-box value is "theme".