Package gg.jte.convert.jsp.converter
Class JspSetConverter
- java.lang.Object
-
- gg.jte.convert.jsp.converter.JspSetConverter
-
- All Implemented Interfaces:
CustomTagConverter
public class JspSetConverter extends java.lang.Object implements CustomTagConverter
-
-
Constructor Summary
Constructors Constructor Description JspSetConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconvert(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, wait
-
Methods inherited from interface gg.jte.convert.CustomTagConverter
isTrimWhitespace
-
-
-
-
Method Detail
-
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
-
-