| BasicCodecLookup |
|
| BasicJSONEncoder |
Escapes characters in JSON output
|
| BasicXMLEncoder |
Encoder implementation that escapes some characters for inclusion in XML documents
Currently ', ", <, > and & characters are replaced with XML entities.
|
| 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.
|
| HTMLEncoder |
HTMLEncoder implementation currently this doesn't add any extra features to
XMLEncoder This encoder is for XML, XHTML and HTML5 documents.
|
| HTMLJSCodec |
|
| 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 |
|
| RawCodec |
Codec that doesn't do any encoding or decoding.
|
| XMLCodecFactory |
|