public static enum XSSSupport.ENCODING_MODE extends java.lang.Enum<XSSSupport.ENCODING_MODE>
| Enum Constant and Description |
|---|
HTML
Encodes the content as HTML
|
HTML_ATTR |
JS |
XML |
XML_ATTR |
| Modifier and Type | Method and Description |
|---|---|
static XSSSupport.ENCODING_MODE |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static XSSSupport.ENCODING_MODE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final XSSSupport.ENCODING_MODE HTML
public static final XSSSupport.ENCODING_MODE HTML_ATTR
public static final XSSSupport.ENCODING_MODE XML
public static final XSSSupport.ENCODING_MODE XML_ATTR
public static final XSSSupport.ENCODING_MODE JS
public static XSSSupport.ENCODING_MODE[] values()
for (XSSSupport.ENCODING_MODE c : XSSSupport.ENCODING_MODE.values()) System.out.println(c);
public static XSSSupport.ENCODING_MODE valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null"Copyright © 2010 - 2018 Adobe Systems Incorporated. All Rights Reserved"