Uses of Interface
gg.jte.html.HtmlInterceptor
-
Packages that use HtmlInterceptor Package Description gg.jte gg.jte.runtime -
-
Uses of HtmlInterceptor in gg.jte
Methods in gg.jte with parameters of type HtmlInterceptor Modifier and Type Method Description voidTemplateEngine. setHtmlInterceptor(HtmlInterceptor htmlInterceptor)Interceptor that is called during template rendering when one of the configured htmlTags is rendered. -
Uses of HtmlInterceptor in gg.jte.runtime
Methods in gg.jte.runtime with parameters of type HtmlInterceptor Modifier and Type Method Description voidTemplate. render(TemplateOutput output, HtmlInterceptor htmlInterceptor, java.lang.Object param)voidTemplate. renderMap(TemplateOutput output, HtmlInterceptor htmlInterceptor, java.util.Map<java.lang.String,java.lang.Object> params)
-