|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD | |||||||
org.codehaus.groovy.grails.commons.GrailsClassorg.codehaus.groovy.grails.commons.InjectableGrailsClass
org.codehaus.groovy.grails.commons.GrailsCodecClass
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.
| Method Summary | |
|---|---|
groovy.lang.Closure
|
getDecodeMethod()
@return The decode closure |
groovy.lang.Closure
|
getEncodeMethod()
@return The encode closure |
| Methods inherited from interface InjectableGrailsClass | |
|---|---|
| byName, byType, getAvailable |
| Methods inherited from interface GrailsClass | |
|---|---|
| getClazz, getFullName, getLogicalPropertyName, getMetaClass, getName, getNaturalName, getPackageName, getPropertyName, getPropertyValue, getPropertyValue, getReference, getReferenceInstance, getShortName, hasProperty, newInstance |
| Method Detail |
|---|
public groovy.lang.Closure getDecodeMethod()
public groovy.lang.Closure getEncodeMethod()
Groovy Documentation