| java.lang.Object com.sun.perseus.platform.MessagesSupport
MessagesSupport | public class MessagesSupport (Code) | | This class is used to provide support for formating messages.
version: $Id: MessagesSupport.java,v 1.4 2006/04/21 06:33:46 st125089 Exp $ |
Method Summary | |
public String | formatMessage(String key, Object[] args) Parameters: key - the message key in the bundle resource Parameters: args - the arguments used to format the message. |
MessagesSupport | public MessagesSupport(String s)(Code) | | Parameters: s - the name of resource where messages are stored. |
formatMessage | public String formatMessage(String key, Object[] args)(Code) | | Parameters: key - the message key in the bundle resource Parameters: args - the arguments used to format the message. the message formatted with the input arguments |
|
|