Package com.microstrategy.utils
Interface EnumHTMLSanitizer
-
public interface EnumHTMLSanitizerTheEnumHTMLSanitizerspecifies 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.StringALLOW_ATTRIBUTESThe constant name of the HTML AttributesallowAttributes.static java.lang.StringALLOW_ATTRIBUTES_OBJECTThe constant name of the HTML Attribute objectallowAttributesObject.static java.lang.StringALLOW_ELEMENTSThe constant name of the HTML tagallowElements.static java.lang.StringALLOW_TEXT_INThe constant name of theallowTextIn.static java.lang.StringALLOW_WITHOUT_ATTRIBUTESThe constant name of the HTML tagallowWithoutAttributes.static java.lang.StringGLOBALLYThe constant name of theglobally.static java.lang.StringON_ELEMENTSThe constant name of the HTML Attribute of HTML tagonElements.
-
-
-
Field Detail
-
ALLOW_ELEMENTS
static final java.lang.String ALLOW_ELEMENTS
The constant name of the HTML tagallowElements.- See Also:
- Constant Field Values
-
ALLOW_TEXT_IN
static final java.lang.String ALLOW_TEXT_IN
The constant name of theallowTextIn.- See Also:
- Constant Field Values
-
ALLOW_WITHOUT_ATTRIBUTES
static final java.lang.String ALLOW_WITHOUT_ATTRIBUTES
The constant name of the HTML tagallowWithoutAttributes.- See Also:
- Constant Field Values
-
ALLOW_ATTRIBUTES_OBJECT
static final java.lang.String ALLOW_ATTRIBUTES_OBJECT
The constant name of the HTML Attribute objectallowAttributesObject.- See Also:
- Constant Field Values
-
ALLOW_ATTRIBUTES
static final java.lang.String ALLOW_ATTRIBUTES
The constant name of the HTML AttributesallowAttributes.- See Also:
- Constant Field Values
-
ON_ELEMENTS
static final java.lang.String ON_ELEMENTS
The constant name of the HTML Attribute of HTML tagonElements.- See Also:
- Constant Field Values
-
GLOBALLY
static final java.lang.String GLOBALLY
The constant name of theglobally.- See Also:
- Constant Field Values
-
-