|
The Spring Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HierarchicalThemeSource
Sub-interface of ThemeSource to be implemented by objects that can resolve theme messages hierarchically.
Method Summary | |
---|---|
ThemeSource |
getParentThemeSource()
Return the parent of this ThemeSource, or null if none. |
void |
setParentThemeSource(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.ThemeSource |
---|
getTheme |
Method Detail |
---|
void setParentThemeSource(ThemeSource parent)
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.ThemeSource getParentThemeSource()
null
if none.
|
The Spring Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |