| java.lang.Object org.andromda.cartridges.jsf.Messages
Messages | public class Messages (Code) | | Provides access to the application resource messages.
|
Method Summary | |
public static String | get(String key, Object[] arguments) Gets the message given the key by substituting any
required arguments .
Parameters: key - the message key. Parameters: arguments - any message arguments to substitute. |
get | public static String get(String key, Object[] arguments)(Code) | | Gets the message given the key by substituting any
required arguments .
Parameters: key - the message key. Parameters: arguments - any message arguments to substitute. the message (or key if the message isn't found). |
|
|