public class MessagesReplaceTag
extends javax.servlet.jsp.tagext.BodyTagSupport
Modifier and Type | Class and Description |
---|---|
static class |
MessagesReplaceTag.TEI
TagExtraInfo class for MsgReplaceTag.
|
Modifier and Type | Field and Description |
---|---|
protected String |
basename |
protected ResourceBundle |
bundle |
protected Character |
escapeChar |
protected Locale |
locale |
protected String |
localeString |
protected String |
var |
protected String |
variablePrefix |
protected String |
variableSuffix |
Constructor and Description |
---|
MessagesReplaceTag() |
Modifier and Type | Method and Description |
---|---|
protected void |
cleanup() |
int |
doEndTag() |
int |
doStartTag() |
String |
getBasename() |
ResourceBundle |
getBundle() |
Character |
getEscapeChar() |
Locale |
getLocale() |
String |
getLocaleString() |
protected javax.servlet.jsp.jstl.fmt.LocalizationContext |
getLocalizationContext() |
String |
getVar() |
String |
getVariablePrefix() |
String |
getVariableSuffix() |
void |
release() |
void |
setBasename(String basename) |
void |
setBundle(ResourceBundle bundle) |
void |
setEscapeChar(Character escapeChar) |
void |
setLocale(Locale locale) |
void |
setLocaleString(String localeString) |
void |
setVar(String var) |
void |
setVariablePrefix(String variablePrefix) |
void |
setVariableSuffix(String variableSuffix) |
doAfterBody, doInitBody, getBodyContent, getPreviousOut, setBodyContent
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
protected String var
protected ResourceBundle bundle
protected String basename
protected Locale locale
protected String localeString
protected String variablePrefix
protected String variableSuffix
protected Character escapeChar
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
protected void cleanup()
public void release()
release
in interface javax.servlet.jsp.tagext.Tag
release
in class javax.servlet.jsp.tagext.BodyTagSupport
public String getVar()
public void setVar(String var)
public ResourceBundle getBundle()
public void setBundle(ResourceBundle bundle)
public String getBasename()
public void setBasename(String basename)
public Locale getLocale()
public void setLocale(Locale locale)
public String getLocaleString()
public void setLocaleString(String localeString)
public String getVariablePrefix()
public void setVariablePrefix(String variablePrefix)
public String getVariableSuffix()
public void setVariableSuffix(String variableSuffix)
public Character getEscapeChar()
public void setEscapeChar(Character escapeChar)
protected javax.servlet.jsp.jstl.fmt.LocalizationContext getLocalizationContext()
Copyright © 2008–2016 Hippo B.V. (http://www.onehippo.com). All rights reserved.