|
Griffon 0.9.5-rc2 | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD | |||||||
griffon.core.GriffonControllerClassgriffon.core.ApplicationHandler
griffon.core.GriffonClass
public interface GriffonControllerClass extends GriffonClass
Represents a Controller class in Griffon.
| Field Summary | |
|---|---|
String |
TRAILING
"Controller" |
String |
TYPE
"controller" |
| Fields inherited from interface GriffonClass | |
|---|---|
| STANDARD_PROPERTIES |
| Method Summary | |
|---|---|
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. |
| 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[] getActionNames()
Actions are subject to the following rules in order to be considered as such:
public String[] getEventNames()
Groovy Documentation