| org.springframework.ui.context.HierarchicalThemeSource |
Known Indirect Subclasses
|
Sub-interface of ThemeSource to be implemented by objects that can resolve theme messages hierarchically.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Return the parent of this ThemeSource, or
null if none. | |||||||||||
Set the parent that will be used to try to resolve theme messages
that this object can't resolve.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
org.springframework.ui.context.ThemeSource
| |||||||||||
Return the parent of this ThemeSource, or null if none.
Set the parent that will be used to try to resolve theme messages that this object can't resolve.
| parent | the parent ThemeSource that will be used to
resolve messages that this object can't resolve.
May be null, in which case no further resolution is possible.
|
|---|