| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface HierarchicalMessageSource
Sub-interface of MessageSource to be implemented by objects that can resolve messages hierarchically.
| Method Summary | |
|---|---|
 MessageSource | 
getParentMessageSource()
Return the parent of this MessageSource, or null if none. | 
 void | 
setParentMessageSource(MessageSource parent)
Set the parent that will be used to try to resolve messages that this object can't resolve.  | 
| Methods inherited from interface org.springframework.context.MessageSource | 
|---|
getMessage, getMessage, getMessage | 
| Method Detail | 
|---|
void setParentMessageSource(MessageSource parent)
parent - the 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.MessageSource getParentMessageSource()
null if none.
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||