class |
AbstractCharacterCodec |
This abstract Impl is broken off from the original Codec class and
provides the Character parsing logic that has been with ESAPI from the beginning.
|
class |
AbstractIntegerCodec |
This class is intended to be an alternative Abstract Implementation for parsing encoding
data by focusing on int as opposed to Character .
|
class |
CSSCodec |
Implementation of the Codec interface for backslash encoding used in CSS.
|
class |
DB2Codec |
Implementation of the Codec interface for DB2 strings.
|
class |
HTMLEntityCodec |
Implementation of the Codec interface for HTML entity encoding.
|
class |
JavaScriptCodec |
Implementation of the Codec interface for backslash encoding in JavaScript.
|
class |
LegacyHTMLEntityCodec |
Deprecated.
|
class |
MySQLCodec |
Codec implementation which can be used to escape string literals in MySQL.
|
class |
OracleCodec |
Implementation of the Codec interface for Oracle strings.
|
class |
PercentCodec |
Implementation of the Codec interface for percent encoding (aka URL encoding).
|
class |
UnixCodec |
Implementation of the Codec interface for '\' encoding from Unix command shell.
|
class |
VBScriptCodec |
Implementation of the Codec interface for 'quote' encoding from VBScript.
|
class |
WindowsCodec |
Implementation of the Codec interface for '^' encoding from Windows command shell.
|
class |
XMLEntityCodec |
Implementation of the Codec interface for XML entity encoding.
|