-
Notifications
You must be signed in to change notification settings - Fork 18
ViewController
Steve Hannah edited this page Jun 29, 2021
·
1 revision
See javadoc
A controller class that handles application logic for a view.
In most cases a FormController will be sufficient to handle the logic for a form. Some more complex views may require their own controllers as well, in which case you might use a ViewController to handle Action dispatch on the view.