BaseController.mapMandatory

Maps a mandatory action for the controller.

  1. void mapMandatory(Action fun)
    class BaseController
    protected final
    void
    mapMandatory
  2. void mapMandatory(Status delegate() d)
  3. void mapMandatory(Status function() f)

Parameters

fun Action

The controller action associated with the mapping.

Meta