Class Out
- java.lang.Object
-
- org.apache.jasper.tagplugins.jstl.core.Out
-
-
Constructor Summary
Constructors Constructor Description Out()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
doTag(TagPluginContext ctxt)
Generate codes for a custom tag.static boolean
output(JspWriter out, Object input, String value, String defaultValue, boolean escapeXml)
-
-
-
Method Detail
-
doTag
public void doTag(TagPluginContext ctxt)
Description copied from interface:TagPlugin
Generate codes for a custom tag.
-
output
public static boolean output(JspWriter out, Object input, String value, String defaultValue, boolean escapeXml) throws IOException
- Throws:
IOException
-
-