|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
MessageProvider
to the
MessageManager
.
ErrorBundle
bundles together title, text, details and summary.Locale
for the current record in the ResultSet.
JdbcMessageProvider
provides messages stored in a database (or other data source)
accessible via JDBC.MessageProvider
using the provided connection.
MessageProvider
using a connection from the provided DataSource
.
MessageProvider
from properties in a Map, such
as a java.util.Properties
object.
LocalizedBundle
class represents a bundle of localized messages that
belong together.LocalizedError
class is the base class for all errors
that provide locaized error informations.LocalizedException
class is the base class for all exceptions
that provide locaized error informations.LocalizedRuntimeException
class is the base class for all runtime exceptions
that provide locaized error informations.MessageBundle
groups together title and text.MessageManager
provides methods for retrieving localized
messages and adding custom message providers.MessageNotFoundException
indicates that a particular message
could not be found by using the given message id.MessageProvider
interface specifies the methods that
must be implemented by each message provider in order to be pluggable
into the MessageManager
.ResourceBundleMessageProvider
deals with messages defined in
resource bundles.TextBundle
represents the most simple localized bundle with just
one single entry.XMLMessageProvider
provides messages defined in an XML format.
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |