org.codehaus.groovy.grails.commons
Interface GrailsCodecClass

All Superinterfaces:
GrailsClass, InjectableGrailsClass
All Known Implementing Classes:
DefaultGrailsCodecClass

public interface GrailsCodecClass
extends InjectableGrailsClass

Since:
0.4
Author:
Jeff Brown

Method Summary
 groovy.lang.Closure getDecodeMethod()
           
 groovy.lang.Closure getEncodeMethod()
           
 
Methods inherited from interface org.codehaus.groovy.grails.commons.InjectableGrailsClass
byName, byType, getAvailable
 
Methods inherited from interface org.codehaus.groovy.grails.commons.GrailsClass
getClazz, getFullName, getLogicalPropertyName, getMetaClass, getName, getNaturalName, getPackageName, getPropertyName, getPropertyValue, getPropertyValue, getReference, getShortName, hasProperty, newInstance
 

Method Detail

getEncodeMethod

groovy.lang.Closure getEncodeMethod()

getDecodeMethod

groovy.lang.Closure getDecodeMethod()


Copyright (c) 2005-2006 The Grails project