|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InjectableGrailsClass
Represents a Grails class that is to be configured in Spring and as such is injectable.
Method Summary | |
---|---|
boolean |
byName()
If autowiring by name is enabled. |
boolean |
byType()
If autowiring by type is enabled. |
boolean |
getAvailable()
If class should be configured for dependency injection. |
Methods inherited from interface org.codehaus.groovy.grails.commons.GrailsClass |
---|
getClazz, getFullName, getLogicalPropertyName, getMetaClass, getName, getNaturalName, getPackageName, getPropertyName, getPropertyValue, getPropertyValue, getReference, getShortName, hasProperty, newInstance |
Method Detail |
---|
boolean byName()
If autowiring by name is enabled.
boolean byType()
If autowiring by type is enabled.
boolean getAvailable()
If class should be configured for dependency injection.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |