接口 HierarchicalMessageSource

    • 方法详细资料

      • setParentMessageSource

        void setParentMessageSource​(MessageSource parent)
        Set the parent that will be used to try to resolve messages that this object can't resolve.
        参数:
        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.