Package gg.jte.convert.jsp.converter
Class JspJteConverter
- java.lang.Object
-
- gg.jte.convert.jsp.converter.JspJteConverter
-
- All Implemented Interfaces:
CustomTagConverter
public class JspJteConverter extends java.lang.Object implements CustomTagConverter
-
-
Constructor Summary
Constructors Constructor Description JspJteConverter()
-
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
-
-