Interface EnumHTMLSanitizer


  • public interface EnumHTMLSanitizer
    The EnumHTMLSanitizer specifies constants for the HTML Sanitizer configuration names, element/attribute names and element/attribute values.
    Since:
    MicroStrategy Web 11.1.3
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String ALLOW_ATTRIBUTES
      The constant name of the HTML Attributes allowAttributes.
      static java.lang.String ALLOW_ATTRIBUTES_OBJECT
      The constant name of the HTML Attribute object allowAttributesObject.
      static java.lang.String ALLOW_ELEMENTS
      The constant name of the HTML tag allowElements.
      static java.lang.String ALLOW_TEXT_IN
      The constant name of the allowTextIn.
      static java.lang.String ALLOW_WITHOUT_ATTRIBUTES
      The constant name of the HTML tag allowWithoutAttributes.
      static java.lang.String GLOBALLY
      The constant name of the globally.
      static java.lang.String ON_ELEMENTS
      The constant name of the HTML Attribute of HTML tag onElements.
    • Field Detail

      • ALLOW_ELEMENTS

        static final java.lang.String ALLOW_ELEMENTS
        The constant name of the HTML tag allowElements.
        See Also:
        Constant Field Values
      • ALLOW_TEXT_IN

        static final java.lang.String ALLOW_TEXT_IN
        The constant name of the allowTextIn.
        See Also:
        Constant Field Values
      • ALLOW_WITHOUT_ATTRIBUTES

        static final java.lang.String ALLOW_WITHOUT_ATTRIBUTES
        The constant name of the HTML tag allowWithoutAttributes.
        See Also:
        Constant Field Values
      • ALLOW_ATTRIBUTES_OBJECT

        static final java.lang.String ALLOW_ATTRIBUTES_OBJECT
        The constant name of the HTML Attribute object allowAttributesObject.
        See Also:
        Constant Field Values
      • ALLOW_ATTRIBUTES

        static final java.lang.String ALLOW_ATTRIBUTES
        The constant name of the HTML Attributes allowAttributes.
        See Also:
        Constant Field Values
      • ON_ELEMENTS

        static final java.lang.String ON_ELEMENTS
        The constant name of the HTML Attribute of HTML tag onElements.
        See Also:
        Constant Field Values
      • GLOBALLY

        static final java.lang.String GLOBALLY
        The constant name of the globally.
        See Also:
        Constant Field Values