public interface MessageResolver extends Serializable
Modifier and Type | Field and Description |
---|---|
static String |
MISSING_RESOURCE_MARKER |
Modifier and Type | Method and Description |
---|---|
String |
getMessage(MessageContext messageContext,
String messageDescriptor,
Map<Class,MessagePayload> payload) |
static final String MISSING_RESOURCE_MARKER
String getMessage(MessageContext messageContext, String messageDescriptor, Map<Class,MessagePayload> payload)
messageContext
- the current MessageContext
messageDescriptor
- the message key (or in-lined text) of the current messagepayload
- the payload of the message e.g. to use different message sourcesCopyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.