spring-framework / org.springframework.context.support / MessageSourceSupport / <init>

<init>

MessageSourceSupport()

Base class for message source implementations, providing support infrastructure such as java.text.MessageFormat handling but not implementing concrete methods defined in the org.springframework.context.MessageSource.

AbstractMessageSource derives from this class, providing concrete getMessage implementations that delegate to a central template method for message code resolution.

Author
Juergen Hoeller

Since
2.5.5