Groovy Documentation

Package groovy.org.codenarc.rule.grails

 

Class Summary
GrailsDomainHasEqualsAstVisitor
GrailsDomainHasEqualsRule Checks that Grails domain classes redefine equals().
GrailsDomainHasToStringAstVisitor
GrailsDomainHasToStringRule Checks that Grails domain classes redefine toString()
GrailsPublicControllerMethodAstVisitor
GrailsPublicControllerMethodRule Rule that checks for public methods on Grails controller classes.
GrailsServletContextReferenceAstVisitor
GrailsServletContextReferenceRule Rule that checks for references to the servletContext object from within Grails controller and taglib classes.
GrailsSessionReferenceAstVisitor
GrailsSessionReferenceRule Rule that checks for references to the session object from within Grails controller and taglib classes.
GrailsStatelessServiceRule Rule that checks for non-final fields on a Grails service class.
GrailsUtil Utility methods and constants for Grails rule classes.
 


Groovy Documentation