Package org.bedework.calfacade.locale
Class Resources
java.lang.Object
org.bedework.calfacade.locale.Resources
- All Implemented Interfaces:
Serializable,org.bedework.util.logging.Logged
Object to provide internationalized resources for the calendar suite.
- Author:
- Mike Douglass douglm bedework.edu
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.bedework.util.logging.BwLoggerstatic Collection<Locale>We support a resource bundle which defines string values for a number of locales.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.bedework.util.logging.Logged
audit, debug, debug, debug, enableAuditLogger, enableErrorLogger, enableMetricsLogger, error, error, error, getLogLevel, info, isAuditLoggerEnabled, isErrorLoggerEnabled, isMetricsDebugEnabled, isMetricsLoggerEnabled, metrics, setLoggerClass, setLoggerClass, trace, trace, trace, warn
-
Field Details
-
DESCRIPTION
- See Also:
-
EMAIL
- See Also:
-
END
- See Also:
-
PHONENBR
- See Also:
-
START
- See Also:
-
SUBADDRESS
- See Also:
-
SUMMARY
- See Also:
-
URL
- See Also:
-
-
Constructor Details
-
Resources
public Resources()Constructor -
Resources
- Parameters:
loc-
-
-
Method Details
-
getSpportedLocales
We support a resource bundle which defines string values for a number of locales. This method carries out a one-time grope around the bundle to determine what locales we support.- Returns:
- Collection
-
getString
- Parameters:
key-- Returns:
- value for key
-
getLogger
public org.bedework.util.logging.BwLogger getLogger()- Specified by:
getLoggerin interfaceorg.bedework.util.logging.Logged
-