Groovy Documentation

org.grails.plugin.platform.conventions
[Groovy] Interface Conventions


interface Conventions

Public interface for convention evaluation and overrides


Method Summary
java.util.List discoverCodeBlockConventions(java.lang.Class actualClass, java.lang.Class annotation, boolean allowArgs)

Discovers all the code block conventions (i.e. controller actions) irrespective of underlying convention

org.codehaus.groovy.grails.commons.GrailsClass findArtefactBySimpleClassName(java.lang.String classNameNoPackage, java.lang.String artefactType)

 

Method Detail

discoverCodeBlockConventions

java.util.List discoverCodeBlockConventions(java.lang.Class actualClass, java.lang.Class annotation, boolean allowArgs)
Discovers all the code block conventions (i.e. controller actions) irrespective of underlying convention
todo:
This is broken under Grails 1.3 currently


findArtefactBySimpleClassName

org.codehaus.groovy.grails.commons.GrailsClass findArtefactBySimpleClassName(java.lang.String classNameNoPackage, java.lang.String artefactType)


 

Groovy Documentation