Package | Description |
---|---|
org.apache.sling.scripting.jsp.taglib.internal |
Modifier and Type | Method and Description |
---|---|
static XSSSupport.EncodingMode |
XSSSupport.getEncodingMode(String modeStr)
Retrieves the encoding mode associated with the specified string.
|
static XSSSupport.EncodingMode |
XSSSupport.EncodingMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XSSSupport.EncodingMode[] |
XSSSupport.EncodingMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static String |
XSSSupport.encode(String unencoded,
XSSSupport.EncodingMode mode)
Encodes the unencoded string using the specified mode.
|
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.