public interface GriffonControllerClass extends GriffonClass
Modifier and Type | Field and Description |
---|---|
static String |
TRAILING
"Controller"
|
static String |
TYPE
"controller"
|
STANDARD_PROPERTIES
Modifier and Type | Method and Description |
---|---|
String[] |
getActionNames()
Matches all public methods and all properties that
have a Closure as value.
|
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.
|
getApplication, getArtifactType, getClazz, getFullName, getLogicalPropertyName, getName, getNaturalName, getPackageName, getPropertyName, getPropertyValue, getPropertyValue, getShortName, hasProperty
static final String TYPE
static final String TRAILING
@Nonnull String[] getActionNames()
Actions are subject to the following rules in order to be considered as such: