Uses of Class
jakarta.servlet.jsp.jstl.fmt.LocalizationContext
Packages that use LocalizationContext
Package
Description
-
Uses of LocalizationContext in org.apache.taglibs.standard.tag.common.fmt
Fields in org.apache.taglibs.standard.tag.common.fmt declared as LocalizationContextMethods in org.apache.taglibs.standard.tag.common.fmt that return LocalizationContextModifier and TypeMethodDescriptionBundleSupport.getLocalizationContext()static LocalizationContextBundleSupport.getLocalizationContext(PageContext pc) Gets the default I18N localization context.static LocalizationContextBundleSupport.getLocalizationContext(PageContext pc, 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. -
Uses of LocalizationContext in org.apache.taglibs.standard.tag.rt.fmt
Methods in org.apache.taglibs.standard.tag.rt.fmt with parameters of type LocalizationContext