Package gg.jte.convert
Interface CustomTagConverter
- All Known Implementing Classes:
JspChooseConverter,JspForEachConverter,JspIfConverter,JspJteConverter,JspNoopConverter,JspOtherwiseConverter,JspSetConverter,JspWhenConverter,JstlFmtMessageConverter,JstlFmtParamConverter
public interface CustomTagConverter
-
Method Summary
Modifier and TypeMethodDescriptionvoidconvert(JtpConverter converter, JtpCustomTag tag, ConverterOutput output, BodyConverter bodyConverter) default boolean
-
Method Details
-
convert
void convert(JtpConverter converter, JtpCustomTag tag, ConverterOutput output, BodyConverter bodyConverter) throws org.apache.jasper.JasperException - Throws:
org.apache.jasper.JasperException
-
isTrimWhitespace
default boolean isTrimWhitespace()
-