org.codenarc.rule.grails
Class GrailsUtil
java.lang.Object
org.codenarc.rule.grails.GrailsUtil
- All Implemented Interfaces:
- groovy.lang.GroovyObject
public class GrailsUtil
- extends java.lang.Object
- implements groovy.lang.GroovyObject
Method Summary |
groovy.lang.MetaClass |
getMetaClass()
|
java.lang.Object |
getProperty(java.lang.String property)
|
java.lang.Object |
invokeMethod(java.lang.String method,
java.lang.Object arguments)
|
void |
setMetaClass(groovy.lang.MetaClass mc)
|
void |
setProperty(java.lang.String property,
java.lang.Object value)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SERVICE_FILES
protected static java.lang.Object SERVICE_FILES
CONTROLLERS_FILES
protected static java.lang.Object CONTROLLERS_FILES
CONTROLLERS_AND_TAGLIB_FILES
protected static java.lang.Object CONTROLLERS_AND_TAGLIB_FILES
CONTROLLERS_CLASSES
protected static java.lang.Object CONTROLLERS_CLASSES
SERVICE_CLASSES
protected static java.lang.Object SERVICE_CLASSES
GrailsUtil
public GrailsUtil()
getMetaClass
public groovy.lang.MetaClass getMetaClass()
- Specified by:
getMetaClass
in interface groovy.lang.GroovyObject
setMetaClass
public void setMetaClass(groovy.lang.MetaClass mc)
- Specified by:
setMetaClass
in interface groovy.lang.GroovyObject
invokeMethod
public java.lang.Object invokeMethod(java.lang.String method,
java.lang.Object arguments)
- Specified by:
invokeMethod
in interface groovy.lang.GroovyObject
getProperty
public java.lang.Object getProperty(java.lang.String property)
- Specified by:
getProperty
in interface groovy.lang.GroovyObject
setProperty
public void setProperty(java.lang.String property,
java.lang.Object value)
- Specified by:
setProperty
in interface groovy.lang.GroovyObject
Copyright © 2011. All Rights Reserved.