Grails

Creating custom codec in Grails

Grails applications can define their own codecs and Grails will load them along with the standard codecs. A custom codec class must be defined in the grails-app/utils/ directory and the class name must end with 'Codec'. For more information see Dynamic Encoding Methods. [java] import java.security.MessageDigest import...

by Ankur Tripathi
Tag: Custom Codec
13-Nov-2010