Package gg.jte.convert.jsp.converter
Class JspForEachConverter
java.lang.Object
gg.jte.convert.jsp.converter.JspForEachConverter
- All Implemented Interfaces:
CustomTagConverter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidconvert(JtpConverter converter, JtpCustomTag tag, ConverterOutput output, BodyConverter bodyConverter) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface gg.jte.convert.CustomTagConverter
isTrimWhitespace
-
Constructor Details
-
JspForEachConverter
public JspForEachConverter()
-
-
Method Details
-
convert
public void convert(JtpConverter converter, JtpCustomTag tag, ConverterOutput output, BodyConverter bodyConverter) throws org.apache.jasper.JasperException - Specified by:
convertin interfaceCustomTagConverter- Throws:
org.apache.jasper.JasperException
-