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(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(String scope)
Setter for property scope.
|
void |
setVar(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, trimBodypublic void addParam(Object arg)
public void doTag(XMLOutput output) throws JellyTagException
TagJellyTagExceptionpublic void setKey(Expression key)
key - New value of property key.public void setBundle(Expression bundle)
bundle - New value of property bundle.public void setVar(String var)
var - New value of property var.public void setScope(String scope)
scope - New value of property scope.Copyright © 2014. All rights reserved.