Uses of Class
javax.servlet.jsp.jstl.fmt.LocalizationContext
-
Packages that use LocalizationContext Package Description org.apache.taglibs.standard.tag.common.fmt org.apache.taglibs.standard.tag.rt.fmt -
-
Uses of LocalizationContext in org.apache.taglibs.standard.tag.common.fmt
Fields in org.apache.taglibs.standard.tag.common.fmt declared as LocalizationContext Modifier and Type Field Description protected LocalizationContextMessageSupport. bundleAttrValueMethods in org.apache.taglibs.standard.tag.common.fmt that return LocalizationContext Modifier and Type Method Description LocalizationContextBundleSupport. getLocalizationContext()static LocalizationContextBundleSupport. getLocalizationContext(javax.servlet.jsp.PageContext pc)Gets the default I18N localization context.static LocalizationContextBundleSupport. getLocalizationContext(javax.servlet.jsp.PageContext pc, String basename)Gets the resource bundle with the given base name, whose locale is determined as follows: -
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 Modifier and Type Method Description voidMessageTag. setBundle(LocalizationContext locCtxt)
-