org.codehaus.groovy.grails.commons
Interface GrailsCodecClass
- All Superinterfaces:
- GrailsClass, InjectableGrailsClass
- All Known Implementing Classes:
- DefaultGrailsCodecClass
public interface GrailsCodecClass
- extends InjectableGrailsClass
Provides access to Codec classes. A Codec class one that ends in the convention
"Codec" and provides encode and decode methods or closure properties.
- Since:
- 0.4
- Author:
- Jeff Brown
Methods inherited from interface org.codehaus.groovy.grails.commons.GrailsClass |
getClazz, getFullName, getLogicalPropertyName, getMetaClass, getName, getNaturalName, getPackageName, getPropertyName, getPropertyValue, getPropertyValue, getReference, getReferenceInstance, getShortName, hasProperty, newInstance |
getEncodeMethod
groovy.lang.Closure getEncodeMethod()
- Returns:
- The encode closure
getDecodeMethod
groovy.lang.Closure getDecodeMethod()
- Returns:
- The decode closure