| Visual Basic (Declaration) | |
|---|---|
Public Class DelegatingMessageSource Implements IHierarchicalMessageSource, IMessageSource | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public class DelegatingMessageSource : IHierarchicalMessageSource, IMessageSource | |
If no parent IMessageSource is available, no messages will be resolved (and a NoSuchMessageException will be thrown).
Used as placeholder IMessageSource by the AbstractApplicationContext class, if the context definition doesn't define its own IMessageSource. Not intended for direct use in applications.
Spring.Context.Support.DelegatingMessageSource
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family


~242.gif)