Uses of Interface
org.apache.myfaces.extensions.cdi.message.api.payload.MessagePayload

Packages that use MessagePayload
org.apache.myfaces.extensions.cdi.message.api   
org.apache.myfaces.extensions.cdi.message.api.payload   
 

Uses of MessagePayload in org.apache.myfaces.extensions.cdi.message.api
 

Fields in org.apache.myfaces.extensions.cdi.message.api with type parameters of type MessagePayload
protected  Map<Class,MessagePayload> AbstractMessage.messagePayload
           
 

Methods in org.apache.myfaces.extensions.cdi.message.api that return MessagePayload
protected  MessagePayload[] AbstractMessage.getMessagePayload()
           
 MessagePayload MessageWithSeverity.getSeverity()
           
 MessagePayload AbstractMessageWithSeverity.getSeverity()
           
 

Methods in org.apache.myfaces.extensions.cdi.message.api that return types with arguments of type MessagePayload
 Map<Class,MessagePayload> Message.getPayload()
           
 Map<Class,MessagePayload> AbstractMessage.getPayload()
          
 

Methods in org.apache.myfaces.extensions.cdi.message.api with parameters of type MessagePayload
 Message Message.addPayload(Class key, MessagePayload payload)
           
 Message AbstractMessage.addPayload(Class key, MessagePayload payload)
          
 void AbstractMessage.addPayload(MessagePayload payload)
          Allows to add MessagePayload to the current Message
 Message MessageFactory.create(String messageDescriptor, MessagePayload messagePayload)
           
 MessageBuilder MessageBuilder.payload(MessagePayload... messagePayload)
           
 

Method parameters in org.apache.myfaces.extensions.cdi.message.api with type arguments of type MessagePayload
 String MessageResolver.getMessage(MessageContext messageContext, String messageDescriptor, Map<Class,MessagePayload> payload)
           
 

Constructors in org.apache.myfaces.extensions.cdi.message.api with parameters of type MessagePayload
AbstractMessageWithSeverity(String messageDescriptor, MessagePayload severity, Serializable... arguments)
           
AbstractMessageWithSeverity(String messageDescriptor, MessagePayload severity, Set<NamedArgument> namedArguments)
           
 

Uses of MessagePayload in org.apache.myfaces.extensions.cdi.message.api.payload
 

Classes in org.apache.myfaces.extensions.cdi.message.api.payload that implement MessagePayload
 class AbstractMessagePayload
          Base class as helper for custom implementations of MessagePayload
 class 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
 class InternalMessage
          marker to indicate that a message shouldn't be displayed e.g. to the user
static class MessageSeverity.Error
           
static class MessageSeverity.Fatal
           
static class MessageSeverity.Info
           
static class MessageSeverity.Warn
           
 



Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.