com.arsdigita.globalization
Interface Globalized

All Known Subinterfaces:
Globalized
All Known Implementing Classes:
BasicResourceConfigFormSection, DateTableCellRenderer, DateTimeTableCellRenderer, FormatStandards, GlobalizationUtil, GlobalizationUtil, GlobalizationUtil, GlobalizationUtil, GlobalizationUtil, GlobalizationUtil, GlobalizedParameterListener, PartySearchSelect

public interface Globalized

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)
 

Version:
$Revision: #8 $ $Date: 2004/04/07 $

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

versionId

public static final String versionId
See Also:
Constant Field Values

DATE_DISPLAY_FORMAT

public static final int DATE_DISPLAY_FORMAT
The default format for displaying dates.

See Also:
Constant Field Values

TIME_DISPLAY_FORMAT

public static final int TIME_DISPLAY_FORMAT
The default format for displaying time.

See Also:
Constant Field Values

BUNDLE_NAME

public static final String BUNDLE_NAME
Override the value of this string for your particular package.

See Also:
Constant Field Values


Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 21 2004:2337 UTC