Package | Description |
---|---|
org.apache.myfaces.extensions.cdi.message.api |
Class and Description |
---|
AbstractMessage
Basic behaviour for message implementations
|
ConfigRegistry
generic interface to add configs (for all artifacts which are configureable)
|
Formatter
usually a formatter is responsible for one type and allows to format
this type as string
|
FormatterFactory
creates and initialize a formatter for a given type
|
GenericConfig
a key/value based config
|
LocaleResolver
Implementations have to provide the current locale
|
Localizable
Classes which implement it can provide the message-text based on the given
MessageContext |
Message
Basic interface for all message-types
|
MessageBuilder
Helper for building instances of
Message |
MessageContext
Central context for handling messages
|
MessageContextConfig
Config for customizing a
MessageContext |
MessageContextConfig.MessageContextBuilder |
MessageContextConfigAware
allows to store e.g.
|
MessageFilter
TODO add to config (multiple message handlers are possible)
|
MessageHandler
an implementation is allowed to store messages directly or to forward messages
|
MessageInterpolator
Implementations are responsible to replace placeholders in a message with the final value
|
MessageResolver
Implementations have to resolve the text stored for a given key in the message-source they are aware of
|
MessageWithSeverity
convenience interface
|
NamedArgument
to allow a simpler interface for adding arguments.
|
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.