Skip to content

ViewController

Steve Hannah edited this page Jun 29, 2021 · 1 revision

ViewController

See javadoc

Synopsis

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.

Clone this wiki locally