Package gg.jte.convert.jsp.converter
Class JspNoopConverter
java.lang.Object
gg.jte.convert.jsp.converter.JspNoopConverter
- 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
-
JspNoopConverter
public JspNoopConverter()
-
-
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
-