|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MessageInterpolator
Method Summary | |
---|---|
String |
interpolate(MessageContext messageContext,
String messageText,
Serializable... arguments)
replaces the arguments of the given message with the given arguments |
Method Detail |
---|
String interpolate(MessageContext messageContext, String messageText, Serializable... arguments)
messageContext
- the current MessageContext
instead of a MessageContextAware interface. we need it to avoid expensive operations like locking or deep cloningmessageText
- the message text which has to be interpolatedarguments
- a list of numbered and/or named arguments for the current message
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |