Interface HasSanitize
-
- All Known Subinterfaces:
OutTagDeclaration
,PopoverTagDeclaration
,TextareaTagDeclaration
public interface HasSanitize
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setSanitize(String sanitize)
Should HTML content sanitized?
-
-
-
Method Detail
-
setSanitize
void setSanitize(String sanitize)
Should HTML content sanitized? The effect of sanitizing depends on the configuration. The value "auto" means, that sanitizing take place for- tc:out when escape="false" or
- tc:popover when escape="false" or
- tc:textarea when attribute data-html-editor is set,
-
-