| Class | Description | 
|---|---|
| BasicCodecLookup | |
| BasicJSONEncoder | Escapes characters in JSON output | 
| BasicXMLEncoder | Encoder implementation that escapes some characters for inclusion in XML documents | 
| 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. | 
| HTMLCodecFactory | |
| HTMLEncoder | HTMLEncoder implementation currently this doesn't add any extra features to XMLEncoder This encoder is for XML, XHTML and HTML5 documents. | 
| HTMLJSCodec | |
| JSONCodecFactory | |
| 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. | 
| NoneEncoder | @author Lari Hotari | 
| RawCodec | Codec that doesn't do any encoding or decoding. | 
| StandaloneCodecLookup | |
| URLCodecFactory | Implements the 'www-form-urlencoded' encoding scheme, also misleadingly known as URL encoding. | 
| XMLCodecFactory |