com.arsdigita.kernel.ui
Interface Globalized

All Superinterfaces:
Globalized
All Known Implementing Classes:
BasicResourceConfigFormSection, PartySearchSelect

public interface Globalized
extends 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: #5 $ $Date: 2004/04/07 $

Field Summary
static String BUNDLE_NAME
           
static String versionId
           
 
Fields inherited from interface com.arsdigita.globalization.Globalized
DATE_DISPLAY_FORMAT, TIME_DISPLAY_FORMAT
 

Field Detail

versionId

public static final String versionId
See Also:
Constant Field Values

BUNDLE_NAME

public static final String BUNDLE_NAME
See Also:
Constant Field Values


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