|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Standard, final constants used by the globalization APIs. This
interface is designed to be extended on a package-by-package basis
to include package-specific constants. A typical package specific
constant would be the resource bundle name for a given package. By
extending the Globalized interface and defining a final static
BUNDLE_NAME constant, classes implementing the Globalized interface
could call GlobalizedMessage
and pass in the BUNDLE_NAME
constant i.e.,
new GlobalizedMessage("forums.newpost.proofread", BUNDLE_NAME)
Field Summary | |
static String |
BUNDLE_NAME
Override the value of this string for your particular package. |
static int |
DATE_DISPLAY_FORMAT
The default format for displaying dates. |
static int |
TIME_DISPLAY_FORMAT
The default format for displaying time. |
static String |
versionId
|
Field Detail |
public static final String versionId
public static final int DATE_DISPLAY_FORMAT
public static final int TIME_DISPLAY_FORMAT
public static final String BUNDLE_NAME
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |