com.interface21.context
Interface NestingMessageSource
- All Superinterfaces:
- MessageSource
- All Known Implementing Classes:
- AbstractNestingMessageSource
- public interface NestingMessageSource
- extends MessageSource
Subinterface of MessageSource to be implemented by objects that
can resolve messages hierarchically.
- Version:
- $RevisionId$
- Author:
- Rod Johnson
|
Method Summary |
void |
setParent(MessageSource parent)
Set the parent that will be used to try to resolve messages
that this object can't resolve. |
setParent
public void setParent(MessageSource parent)
- Set the parent that will be used to try to resolve messages
that this object can't resolve.
- Parameters:
parent - parent MessageSource that will be used to
resolve messages that this object can't resolve.
May be null, in which case no further resolution is possible.
Rod Johnson and Spring contributors 2001-2003.