Uses of Interface
gg.jte.html.HtmlInterceptor
Packages that use HtmlInterceptor
-
Uses of HtmlInterceptor in gg.jte
Methods in gg.jte with parameters of type HtmlInterceptorModifier and TypeMethodDescriptionvoidTemplateEngine.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 HtmlInterceptorModifier and TypeMethodDescriptionvoidTemplate.render(TemplateOutput output, HtmlInterceptor htmlInterceptor, Object param) voidTemplate.renderMap(TemplateOutput output, HtmlInterceptor htmlInterceptor, Map<String, Object> params)