BaseController.mapMandatory

Maps a mandatory action for the controller.

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

Parameters

d Status delegate
()

The controller action associated with the mapping.

Meta