Save This Page
Home » spring-framework-2.5.5-with-dependencies » org.springframework » context » [javadoc | source]
org.springframework.context
public interface: HierarchicalMessageSource [javadoc | source]

All Implemented Interfaces:
    MessageSource

All Known Implementing Classes:
    StaticMessageSource, ReloadableResourceBundleMessageSource, DelegatingMessageSource, ResourceBundleMessageSource, AbstractMessageSource

Sub-interface of MessageSource to be implemented by objects that can resolve messages hierarchically.
Method from org.springframework.context.HierarchicalMessageSource Summary:
getParentMessageSource,   setParentMessageSource
Method from org.springframework.context.HierarchicalMessageSource Detail:
 public MessageSource getParentMessageSource()
    Return the parent of this MessageSource, or null if none.
 public  void setParentMessageSource(MessageSource parent)
    Set the parent that will be used to try to resolve messages that this object can't resolve.