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 |
doEndTag() |
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:
Check if a match exists between the ordered set of preferred
locales and the available locales, for the given base name.
|
String |
getPrefix() |
void |
release() |
doAfterBody, doInitBody, getBodyContent, getPreviousOut, setBodyContent
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
public LocalizationContext getLocalizationContext()
public String getPrefix()
public int doStartTag() throws javax.servlet.jsp.JspException
doStartTag
in interface javax.servlet.jsp.tagext.Tag
doStartTag
in class javax.servlet.jsp.tagext.BodyTagSupport
javax.servlet.jsp.JspException
public int doEndTag() throws javax.servlet.jsp.JspException
doEndTag
in interface javax.servlet.jsp.tagext.Tag
doEndTag
in class javax.servlet.jsp.tagext.BodyTagSupport
javax.servlet.jsp.JspException
public void release()
release
in interface javax.servlet.jsp.tagext.Tag
release
in class javax.servlet.jsp.tagext.BodyTagSupport
public 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)
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.
pageContext
- Page in which the resource bundle with the
given base name is requestedbasename
- Resource bundle base nameCopyright © 2016 JBoss by Red Hat. All rights reserved.