public class MuteTag extends TagSupport
Using this tag will still take the time to perform toString on each object returned to the output (but this toString value is discarded. A future version should go more internally so that this is avoided.
body, context, parent
Constructor and Description |
---|
MuteTag()
Create an instance
|
Modifier and Type | Method and Description |
---|---|
void |
doTag(XMLOutput output)
Invoke the body and produce no output.
|
findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, getBody, getBodyText, getBodyText, getContext, getParent, invokeBody, isEscapeText, isTrim, setBody, setContext, setEscapeText, setParent, setTrim, trimBody
public void doTag(XMLOutput output) throws JellyTagException
output
- tag output, which is ignored.JellyTagException
Copyright © 2014 Apache Software Foundation. All rights reserved.