Uses of Class
javax.servlet.jsp.jstl.fmt.LocalizationContext
-
Packages that use LocalizationContext Package Description javax.servlet.jsp.jstl.fmt Classes and interfaces related to the locale sensitive formatting tag library component of the JavaServer Pages Standard Tag Library (JSTL).org.apache.taglibs.standard.tag.common.fmt org.apache.taglibs.standard.tag.rt.fmt -
-
Uses of LocalizationContext in javax.servlet.jsp.jstl.fmt
Methods in javax.servlet.jsp.jstl.fmt that return LocalizationContext Modifier and Type Method Description private static LocalizationContextJakartaInline. findMatch(javax.servlet.jsp.PageContext pageContext, java.lang.String basename)(package private) static LocalizationContextJakartaInline. getLocalizationContext(javax.servlet.jsp.PageContext pc)Gets the default I18N localization context.(package private) static LocalizationContextJakartaInline. getLocalizationContext(javax.servlet.jsp.PageContext pc, java.lang.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.common.fmt
Fields in org.apache.taglibs.standard.tag.common.fmt declared as LocalizationContext Modifier and Type Field Description protected LocalizationContextMessageSupport. bundleAttrValueprivate LocalizationContextBundleSupport. locCtxtMethods in org.apache.taglibs.standard.tag.common.fmt that return LocalizationContext Modifier and Type Method Description private static LocalizationContextBundleSupport. findMatch(javax.servlet.jsp.PageContext pageContext, java.lang.String basename)LocalizationContextBundleSupport. getLocalizationContext()static LocalizationContextBundleSupport. getLocalizationContext(javax.servlet.jsp.PageContext pc)Gets the default I18N localization context.static LocalizationContextBundleSupport. getLocalizationContext(javax.servlet.jsp.PageContext pc, java.lang.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)
-