Groovy Documentation

Package org.codehaus.groovy.grails.plugins.codecs

 

Class Summary
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.
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.
HTMLEncoder HTMLEncoder implementation currently this doesn't add any extra features to XMLEncoder This encoder is for XML, XHTML and HTML5 documents.
HexCodec
JSONCodec A codec that encodes strings to JSON
JSONEncoder Escapes characters in JSON output
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
URLCodec A codec that encodes and decodes Objects to and from URL encoded strings.
XMLCodec Escapes some characters for inclusion in XML documents.
XMLEncoder Encoder implementation that escapes some characters for inclusion in XML documents
 


Groovy Documentation