Uses of Interface
org.jusecase.jte.html.HtmlInterceptor
-
Packages that use HtmlInterceptor Package Description org.jusecase.jte org.jusecase.jte.internal -
-
Uses of HtmlInterceptor in org.jusecase.jte
Methods in org.jusecase.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 org.jusecase.jte.internal
Methods in org.jusecase.jte.internal with parameters of type HtmlInterceptor Modifier and Type Method Description voidTemplate. render(TemplateOutput output, HtmlInterceptor htmlInterceptor, Object param)voidTemplate. renderMap(TemplateOutput output, HtmlInterceptor htmlInterceptor, Map<String,Object> params)
-