Uses of Class
org.apache.commons.jelly.tags.fmt.LocalizationContext

Uses of LocalizationContext in org.apache.commons.jelly.tags.fmt
 

Fields in org.apache.commons.jelly.tags.fmt declared as LocalizationContext
private  LocalizationContext MessageTag.locCtxt
           
private  LocalizationContext BundleTag.locCtxt
           
 

Methods in org.apache.commons.jelly.tags.fmt that return LocalizationContext
 LocalizationContext BundleTag.getLocalizationContext()
           
static LocalizationContext BundleTag.getLocalizationContext(org.apache.commons.jelly.JellyContext jc)
          Gets the default I18N localization context.
static LocalizationContext BundleTag.getLocalizationContext(org.apache.commons.jelly.JellyContext jc, java.lang.String basename)
          Gets the resource bundle with the given base name, whose locale is determined as follows: Check if a match exists between the ordered set of preferred locales and the available locales, for the given base name.