class |
CSSCodec |
Implementation of the Codec interface for backslash encoding used in CSS.
|
class |
DB2Codec |
Implementation of the Codec interface for DB2 strings.
|
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.
|