Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 0.9.3-beta-2
-
Fix Version/s: 0.9.3
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
The following rules apply for determining a controller action as a candidate action
- it's a closure property
- it's a public method
- the name does not match an event handler
However there may be times where a public helper method is desired. It's possible to disable threading injection by configuration or annotating the method with @Threading but this step breaks user expectations. A helper method usually returns a value.
Additional rule: