org.apache.aries.application.modelling.internal
Class MessageUtil
java.lang.Object
org.apache.aries.application.modelling.internal.MessageUtil
public class MessageUtil
- extends Object
Method Summary |
static String |
getMessage(String key,
Object... inserts)
Resolve a message from the bundle, including any necessary formatting. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MessageUtil
public MessageUtil()
getMessage
public static final String getMessage(String key,
Object... inserts)
- Resolve a message from the bundle, including any necessary formatting.
- Parameters:
key
- the message key.inserts
- any required message inserts.
- Returns:
- the message translated into the server local.
Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.