public class MessageTag extends TagSupport
body, context, parent
Constructor and Description |
---|
MessageTag()
Creates a new instance of MessageTag
|
Modifier and Type | Method and Description |
---|---|
void |
addParam(java.lang.Object arg)
Adds an argument (for parametric replacement) to this tag's message.
|
void |
doTag(XMLOutput output)
Evaluates this tag after all the tags properties have been initialized.
|
void |
setBundle(Expression bundle)
Setter for property bundle.
|
void |
setKey(Expression key)
Setter for property key.
|
void |
setScope(java.lang.String scope)
Setter for property scope.
|
void |
setVar(java.lang.String var)
Setter for property var.
|
findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, getBody, getBodyText, getBodyText, getContext, getParent, invokeBody, isEscapeText, isTrim, setBody, setContext, setEscapeText, setParent, setTrim, trimBody
public void addParam(java.lang.Object arg)
public void doTag(XMLOutput output) throws JellyTagException
Tag
JellyTagException
public void setKey(Expression key)
key
- New value of property key.public void setBundle(Expression bundle)
bundle
- New value of property bundle.public void setVar(java.lang.String var)
var
- New value of property var.public void setScope(java.lang.String scope)
scope
- New value of property scope.Copyright © 2012. All Rights Reserved.