org.springframework.ui.context
Interface NestingThemeSource

All Known Implementing Classes:
ResourceBundleThemeSource

public interface NestingThemeSource
extends ThemeSource

Subinterface of ThemeSource to be implemented by objects that can resolve messages hierarchically.

Author:
Rod Johnson, Jean-Pierre Pawlak
Version: $RevisionId$

Method Summary
 voidsetParent(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

setParent

public void setParent(ThemeSource parent)
Set the parent that will be used to try to resolve theme messages that this object can't resolve.
Parameters:
parent - 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.