Schnittstelle HasSanitize

Alle bekannten Unterschnittstellen:
OutTagDeclaration, TextareaTagDeclaration

public interface HasSanitize
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    void
    setSanitize(String sanitize)
    Should HTML content sanitized?
  • Methodendetails

    • 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:textarea when attribute data-html-editor is set,
      because that are the critical parts.