|
Griffon 0.9.5-rc2 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
griffon.core.GriffonServiceClassgriffon.core.ApplicationHandler
griffon.core.GriffonClass
public interface GriffonServiceClass extends GriffonClass
Represents a Service class in Griffon.
Field Summary | |
---|---|
String |
TRAILING
"Service" |
String |
TYPE
"service" |
Fields inherited from interface GriffonClass | |
---|---|
STANDARD_PROPERTIES |
Method Summary | |
---|---|
String[]
|
getEventNames()
Matches all public methods and closure properties whose name matches the event handler convention, i.e, starts with "on" and is followed by at least one uppercase character. |
String[]
|
getServiceNames()
Matches all public methods and all properties that have a Closure as value. |
Methods inherited from interface GriffonClass | |
---|---|
getArtifactType, getClazz, getFullName, getLogicalPropertyName, getMetaClass, getName, getNaturalName, getPackageName, getPropertyName, getPropertyValue, getPropertyValue, getReferenceInstance, getShortName, hasProperty, newInstance |
Methods inherited from interface ApplicationHandler | |
---|---|
getApp |
Field Detail |
---|
public String TRAILING
public String TYPE
Method Detail |
---|
public String[] getEventNames()
public String[] getServiceNames()
Groovy Documentation