public interface GriffonServiceClass extends GriffonClass
Modifier and Type | Field and Description |
---|---|
static String |
TRAILING
"Service"
|
static String |
TYPE
"service"
|
STANDARD_PROPERTIES
Modifier and Type | Method and Description |
---|---|
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.
|
getApplication, getArtifactType, getClazz, getFullName, getLogicalPropertyName, getName, getNaturalName, getPackageName, getPropertyName, getPropertyValue, getPropertyValue, getShortName, hasProperty
static final String TYPE
static final String TRAILING