Package org.sakaiproject.profile2.util
Class Messages
- java.lang.Object
-
- org.sakaiproject.profile2.util.Messages
-
public class Messages extends Object
Messages.java Handles the retrieval of localised messages and parameter substitution.- Author:
- Steve Swinsburg (steve.swinsburg@gmail.com)
-
-
Constructor Summary
Constructors Constructor Description Messages()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringgetString(String key)Get a simple message from the bundlestatic StringgetString(String key, Object[] arguments)Get a parameterised message from the bundle and perform the parameter substitution on it
-