org.apache.commons.jelly.tags.fmt
Class Config

java.lang.Object
  extended byorg.apache.commons.jelly.tags.fmt.Config

public class Config
extends java.lang.Object

Class supporting access to configuration data.

Version:
1.1
Author:
Willie Vu

Field Summary
static java.lang.String FMT_FALLBACK_LOCALE
          Name of configuration setting for fallback locale
static java.lang.String FMT_LOCALE
          Name of configuration setting for application- (as opposed to browser-) based preferred locale
static java.lang.String FMT_LOCALIZATION_CONTEXT
          Name of configuration setting for i18n localization context
static java.lang.String FMT_TIME_ZONE
          Name of localization setting for time zone
 
Constructor Summary
Config()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FMT_LOCALE

public static final java.lang.String FMT_LOCALE
Name of configuration setting for application- (as opposed to browser-) based preferred locale

See Also:
Constant Field Values

FMT_FALLBACK_LOCALE

public static final java.lang.String FMT_FALLBACK_LOCALE
Name of configuration setting for fallback locale

See Also:
Constant Field Values

FMT_LOCALIZATION_CONTEXT

public static final java.lang.String FMT_LOCALIZATION_CONTEXT
Name of configuration setting for i18n localization context

See Also:
Constant Field Values

FMT_TIME_ZONE

public static final java.lang.String FMT_TIME_ZONE
Name of localization setting for time zone

See Also:
Constant Field Values
Constructor Detail

Config

public Config()


Copyright © 2002-2006 Apache Software Foundation. All Rights Reserved.