Class Out
java.lang.Object
org.apache.jasper.tagplugins.jstl.core.Out
- All Implemented Interfaces:
TagPlugin
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Out
public Out()Constructs an Out tag plugin.
-
-
Method Details
-
doTag
Description copied from interface:TagPluginGenerate codes for a custom tag. -
output
public static boolean output(JspWriter out, Object input, String value, String defaultValue, boolean escapeXml) throws IOException Performs output of a value to the JspWriter.- Parameters:
out- The JspWriter to write toinput- The input objectvalue- The value to outputdefaultValue- The default valueescapeXml- Whether to escape XML- Returns:
- true if output was performed
- Throws:
IOException- if an I/O error occurs
-