|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.apache.myfaces.extensions.cdi.message.api.payload | |
---|---|
org.apache.myfaces.extensions.cdi.message.api | |
org.apache.myfaces.extensions.cdi.message.api.payload |
Classes in org.apache.myfaces.extensions.cdi.message.api.payload used by org.apache.myfaces.extensions.cdi.message.api | |
---|---|
MessagePayload
hint: enums,... have major issues with serialization (to different machines) and aren't extensible |
Classes in org.apache.myfaces.extensions.cdi.message.api.payload used by org.apache.myfaces.extensions.cdi.message.api.payload | |
---|---|
AbstractMessagePayload
Base class as helper for custom implementations of MessagePayload |
|
ArgumentDescriptor
marker for Localizable arguments which were stored as
message-key (format {key}) usually such lazy arguments are e.g. arguments for messages which should be resolved
as soon as the message should be resolved
example:
message-descriptor: info
message-argument (instance of Localizable : additional_info
as soon as we save the argument e.g. as string we lose the information if it is
Localizable or if it is just a string-value
so we need the key-syntax here as well
info is e.g.:
info=hello: {0}
additional_info is e.g.:
additional_info=codi
if we store additional_info as string we have to store: {additional_info}
if we restore and resolve the final text the result should be: hello: codi
this interface is a marker payload |
|
InternalMessage
marker to indicate that a message shouldn't be displayed e.g. to the user |
|
MessagePayload
hint: enums,... have major issues with serialization (to different machines) and aren't extensible |
|
MessagePayloadKey
optional marker to group payload implementations |
|
MessageSeverity.Error
|
|
MessageSeverity.Fatal
|
|
MessageSeverity.Info
|
|
MessageSeverity.Warn
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |