Uses of Interface
org.jusecase.jte.html.HtmlPolicy
-
Packages that use HtmlPolicy Package Description org.jusecase.jte org.jusecase.jte.html org.jusecase.jte.internal -
-
Uses of HtmlPolicy in org.jusecase.jte
Methods in org.jusecase.jte with parameters of type HtmlPolicy Modifier and Type Method Description voidTemplateEngine. setHtmlPolicy(HtmlPolicy htmlPolicy)Policy that checks the parsed HTML at compile time. -
Uses of HtmlPolicy in org.jusecase.jte.html
Classes in org.jusecase.jte.html that implement HtmlPolicy Modifier and Type Class Description classOwaspHtmlPolicy -
Uses of HtmlPolicy in org.jusecase.jte.internal
Methods in org.jusecase.jte.internal with parameters of type HtmlPolicy Modifier and Type Method Description voidRuntimeTemplateLoader. setHtmlPolicy(HtmlPolicy htmlPolicy)abstract voidTemplateLoader. setHtmlPolicy(HtmlPolicy htmlPolicy)
-