Package net.sf.paperclips
Class Messages
java.lang.Object
net.sf.paperclips.Messages
Convenience methods for retrieving locale-specific messages.
- Since:
- 1.0.4
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Key for "Page {x} of {y}" used by DefaultPageNumberFormat. -
Method Summary
-
Field Details
-
PAGE_X_OF_Y
Key for "Page {x} of {y}" used by DefaultPageNumberFormat.- See Also:
-
-
Method Details
-
getString
Returns the locale-specific messages for the given key.- Parameters:
key
- the key identifying the string to be retrieved.- Returns:
- the locale-specific messages for the given key.
-