public abstract class BundleSupport
extends javax.servlet.jsp.tagext.BodyTagSupport
| Modifier and Type | Field and Description |
|---|---|
protected String |
basename |
protected String |
prefix |
| Constructor and Description |
|---|
BundleSupport() |
| Modifier and Type | Method and Description |
|---|---|
int |
doStartTag() |
LocalizationContext |
getLocalizationContext() |
static LocalizationContext |
getLocalizationContext(javax.servlet.jsp.PageContext pc)
Gets the default I18N localization context.
|
static LocalizationContext |
getLocalizationContext(javax.servlet.jsp.PageContext pc,
String basename)
Gets the resource bundle with the given base name, whose locale is
determined as follows:
|
String |
getPrefix() |
void |
release() |
doAfterBody, doEndTag, doInitBody, getBodyContent, getPreviousOut, setBodyContentfindAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValuepublic LocalizationContext getLocalizationContext()
public String getPrefix()
public int doStartTag()
throws javax.servlet.jsp.JspException
doStartTag in interface javax.servlet.jsp.tagext.TagdoStartTag in class javax.servlet.jsp.tagext.BodyTagSupportjavax.servlet.jsp.JspExceptionpublic void release()
release in interface javax.servlet.jsp.tagext.Tagrelease in class javax.servlet.jsp.tagext.BodyTagSupportpublic static LocalizationContext getLocalizationContext(javax.servlet.jsp.PageContext pc)
pc - Page in which to look up the default I18N localization contextpublic static LocalizationContext getLocalizationContext(javax.servlet.jsp.PageContext pc, String basename)
Check if a match exists between the ordered set of preferred locales and the available locales, for the given base name. The set of preferred locales consists of a single locale (if the javax.servlet.jsp.jstl.fmt.locale configuration setting is present) or is equal to the client's preferred locales determined from the client's browser settings.
If no match was found in the previous step, check if a match exists between the fallback locale (given by the javax.servlet.jsp.jstl.fmt.fallbackLocale configuration setting) and the available locales, for the given base name.
pc - Page in which the resource bundle with the
given base name is requestedbasename - Resource bundle base nameCopyright © 2001-2014 The Apache Software Foundation. All Rights Reserved.