| java.lang.Object | |
| ↳ | org.springframework.ui.context.support.SimpleTheme |
Default Theme implementation, wrapping a name and an
underlying MessageSource.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Create a SimpleTheme.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Return the specific MessageSource that resolves messages
with respect to this theme.
| |||||||||||
Return the name of the theme.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
org.springframework.ui.context.Theme
| |||||||||||
Create a SimpleTheme.
| name | the name of the theme |
|---|---|
| messageSource | the MessageSource that resolves theme messages |
Return the specific MessageSource that resolves messages with respect to this theme.
null)
Return the name of the theme.
null)