Class |
Description |
AbstractCharReplacementEncoder
|
Abstract base class for implementing encoders that do character replacements
Implements the StreamingEncoder interface that enables efficient
streaming encoding |
Base64Codec
|
A codec that encodes and decodes Objects using Base64 encoding. |
BasicCodecLookup
|
|
BasicJSONEncoder
|
Escapes characters in JSON output |
BasicXMLEncoder
|
Encoder implementation that escapes some characters for inclusion in XML documents |
DefaultCodecLookup
|
@author Lari Hotari |
DigestUtils
|
|
HTML4Codec
|
Encodes and decodes strings to and from HTML. |
HTML4Decoder
|
HTML4 decoder that uses Spring's HtmlUtils.htmlUnescape to do the unescaping. |
HTML4Encoder
|
This encoder is for HTML4 documents. |
HTMLCodec
|
Encodes and decodes strings to and from HTML. |
HTMLCodecFactory
|
|
HTMLEncoder
|
HTMLEncoder implementation currently this doesn't add any extra features to
XMLEncoder This encoder is for XML, XHTML and HTML5 documents. |
HTMLJSCodec
|
|
HexCodec
|
|
JSONCodec
|
A codec that encodes strings to JSON |
JSONCodecFactory
|
|
JSONEncoder
|
|
JavaScriptCodec
|
A codec that encodes strings to Javascript |
JavaScriptEncoder
|
Used for making strings safe to be included in a SCRIPT tag besides normal
Javascript escaping, possibly "unsafe" characters are escaped too so that
it's safe to include an escaped string in a HTML SCRIPT tag. |
MD5BytesCodec
|
|
MD5Codec
|
|
NoneEncoder
|
@author Lari Hotari |
RawCodec
|
Codec that doesn't do any encoding or decoding. |
SHA1BytesCodec
|
|
SHA1Codec
|
|
SHA256BytesCodec
|
|
SHA256Codec
|
|
StandaloneCodecLookup
|
|
URLCodec
|
A codec that encodes and decodes Objects to and from URL encoded strings. |
URLCodecFactory
|
Implements the 'www-form-urlencoded' encoding scheme, also misleadingly known as URL encoding. |
XMLCodec
|
Escapes some characters for inclusion in XML documents. |
XMLCodecFactory
|
|
XMLEncoder
|
|