| Interface | Description |
|---|---|
| HierarchicalMessageSource |
Sub-interface of MessageSource to be implemented by objects that
can resolve messages hierarchically.
|
| MessageSource |
Strategy interface for resolving messages, with support for the parameterization
and internationalization of such messages.
|
| Class | Description |
|---|---|
| AbstractMessageSource |
Abstract implementation of the
HierarchicalMessageSource interface,
implementing common handling of message variants, making it easy
to implement a specific strategy for a concrete MessageSource. |
| DelegatingMessageSource |
Empty
MessageSource that delegates all calls to the parent MessageSource. |
| MessageSourceSupport |
Base class for message source implementations, providing support infrastructure
such as
MessageFormat handling but not implementing concrete
methods defined in the MessageSource. |
| ResourceBundleMessageSource |
MessageSource implementation that
accesses resource bundles using specified basenames. |
| Exception | Description |
|---|---|
| NoSuchMessageException |
Exception thrown when a message can't be resolved.
|
Copyright © 2008–2018 The Aspectran Project. All rights reserved.