public abstract class LocaleAwareValueHelper extends BasicValueHelper
Locale-aware helper.VALUE_TAG_TYPESHELPER_TAG_TYPESconfiguration| Constructor and Description |
|---|
LocaleAwareValueHelper() |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Locale |
getCurrentLocale() |
protected java.util.Locale |
getLocale(Options options) |
protected void |
init()
Can be overridden so that there's no need to call
super.init(Configuration). |
allowedTagTypesnumberOfRequiredHashEntries, numberOfRequiredParameters, validateappend, getHashValue, isSection, isUnescapeVariable, isVariablegetConfigurationKeys, checkNotInitialized, initclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetConfigurationKeys, initprotected void init()
AbstractConfigurationAwaresuper.init(Configuration).init in class AbstractHelperprotected java.util.Locale getCurrentLocale()
LocaleSupportprotected java.util.Locale getLocale(Options options)
options - OptionsHashKeys.LOCALE key, or the current locale by
means of LocaleSupportLocale.forLanguageTag(String)Copyright © 2014. All Rights Reserved.