Package | Description |
---|---|
javax.servlet.jsp.jstl.fmt | |
org.apache.taglibs.standard.tag.common.fmt | |
org.apache.taglibs.standard.tag.rt.fmt |
Modifier and Type | Method and Description |
---|---|
private static LocalizationContext |
JakartaInline.findMatch(javax.servlet.jsp.PageContext pageContext,
java.lang.String basename) |
(package private) static LocalizationContext |
JakartaInline.getLocalizationContext(javax.servlet.jsp.PageContext pc)
Gets the default I18N localization context.
|
(package private) static LocalizationContext |
JakartaInline.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:
|
Modifier and Type | Field and Description |
---|---|
protected LocalizationContext |
MessageSupport.bundleAttrValue |
private LocalizationContext |
BundleSupport.locCtxt |
Modifier and Type | Method and Description |
---|---|
private static LocalizationContext |
BundleSupport.findMatch(javax.servlet.jsp.PageContext pageContext,
java.lang.String basename) |
LocalizationContext |
BundleSupport.getLocalizationContext() |
static LocalizationContext |
BundleSupport.getLocalizationContext(javax.servlet.jsp.PageContext pc)
Gets the default I18N localization context.
|
static LocalizationContext |
BundleSupport.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:
|
Modifier and Type | Method and Description |
---|---|
void |
MessageTag.setBundle(LocalizationContext locCtxt) |