Package org.springframework.ui.context
Interface HierarchicalThemeSource
- All Superinterfaces:
- ThemeSource
- All Known Implementing Classes:
- DelegatingThemeSource,- ResourceBundleThemeSource
Sub-interface of ThemeSource to be implemented by objects that
 can resolve theme messages hierarchically.
- Author:
- Jean-Pierre Pawlak, Juergen Hoeller
- 
Method SummaryModifier and TypeMethodDescriptionReturn the parent of this ThemeSource, ornullif none.voidsetParentThemeSource(ThemeSource parent) Set the parent that will be used to try to resolve theme messages that this object can't resolve.Methods inherited from interface org.springframework.ui.context.ThemeSourcegetTheme
- 
Method Details- 
setParentThemeSourceSet the parent that will be used to try to resolve theme messages that this object can't resolve.- Parameters:
- 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.
 
- 
getParentThemeSourceReturn the parent of this ThemeSource, ornullif none.
 
-