Groovy Documentation

Package org.codenarc.rule.grails

 

Class Summary
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