Package net.sf.paperclips
Class Messages
- java.lang.Object
-
- net.sf.paperclips.Messages
-
public class Messages extends java.lang.ObjectConvenience methods for retrieving locale-specific messages.- Since:
- 1.0.4
- Author:
- Matthew Hall
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringPAGE_X_OF_YKey for "Page {x} of {y}" used by DefaultPageNumberFormat.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.StringgetString(java.lang.String key)Returns the locale-specific messages for the given key.
-
-
-
Field Detail
-
PAGE_X_OF_Y
public static final java.lang.String PAGE_X_OF_Y
Key for "Page {x} of {y}" used by DefaultPageNumberFormat.- See Also:
- Constant Field Values
-
-