| Package | Description | 
|---|---|
| org.springframework.ui.context | Contains classes defining the application context subinterface
 for UI applications. | 
| org.springframework.ui.context.support | Classes supporting the org.springframework.ui.context package. | 
| Modifier and Type | Method and Description | 
|---|---|
| Theme | ThemeSource. getTheme(String themeName)Return the Theme instance for the given theme name. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SimpleThemeDefault  Themeimplementation, wrapping a name and an
 underlyingMessageSource. | 
| Modifier and Type | Method and Description | 
|---|---|
| Theme | DelegatingThemeSource. getTheme(String themeName) | 
| Theme | ResourceBundleThemeSource. getTheme(String themeName)This implementation returns a SimpleTheme instance, holding a
 ResourceBundle-based MessageSource whose basename corresponds to
 the given theme name (prefixed by the configured "basenamePrefix"). | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | ResourceBundleThemeSource. initParent(Theme theme)Initialize the MessageSource of the given theme with the
 one from the corresponding parent of this ThemeSource. |