Eclipse
IntelliJ
NetBeans
Upload
API List
Favorites
Packages
Classes
Methods
Limit search to favorites
Recent
Register
Login
Classic Mode
Library:
Spring 1.2.8
Package:
org.springframework.context
Interface
public
interface
MessageSource
Overview
Inheritance
Members
Usage
Source
Books
Since
Not specified.
Version
Not specified.
Author(s)
Rod Johnson, Juergen Hoeller
Interface to be implemented by objects that can resolve messages. This enables parameterization and internationalization of messages.
Spring provides two out-of-the-box implementations for production:
ResourceBundleMessageSource
, built on standard java.util.ResourceBundle
ReloadableResourceBundleMessageSource
, being able to reload message definitions without restarting the VM
See also
ResourceBundleMessageSource
ReloadableResourceBundleMessageSource
Wiki javadoc
Use
textile entry format
.
Add your comments here.
NOTE: Usage information is based only on libraries in your favorites list.
In Constructors
In Fields
Returned by
As method parameter
Home
-
About
-
FAQ
-
Privacy
-
Contact
Spring provides two out-of-the-box implementations for production: