Package gg.jte.convert.jsp.converter
Class JstlFmtMessageConverter
- java.lang.Object
-
- gg.jte.convert.jsp.converter.JstlFmtMessageConverter
-
- All Implemented Interfaces:
CustomTagConverter
public class JstlFmtMessageConverter extends java.lang.Object implements CustomTagConverter
-
-
Constructor Summary
Constructors Constructor Description JstlFmtMessageConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconvert(JtpConverter converter, JtpCustomTag tag, ConverterOutput output, BodyConverter bodyConverter)booleanisTrimWhitespace()
-
-
-
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
-
isTrimWhitespace
public boolean isTrimWhitespace()
- Specified by:
isTrimWhitespacein interfaceCustomTagConverter
-
-